Pull request #3109 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 841d489cfe614676ae574a25cc9174e0e37bb1d2+2a4efc596d6299a706f2b1b5ea90705279ab33b1 (951520c395a000104fd069f9c5276c4d14ef7d86) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3109/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3109/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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-24523 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 Merge succeeded, producing 841d489cfe614676ae574a25cc9174e0e37bb1d2 Checking out Revision 841d489cfe614676ae574a25cc9174e0e37bb1d2 (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T06:07:45.457Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T06:07:45.781Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T06:07:45.961Z] ========================================================= [2021-02-02T06:07:45.961Z] EdgeX Global Pipelines Version Info [2021-02-02T06:07:45.961Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:07:47.549Z] ------------------- [2021-02-02T06:07:47.549Z] stable info: [2021-02-02T06:07:47.549Z] ------------------- [2021-02-02T06:07:47.549Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T06:07:47.549Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T06:07:47.549Z] Message: update stable to v1.0.179 [2021-02-02T06:07:48.514Z] ------------------- [2021-02-02T06:07:48.514Z] experimental info: [2021-02-02T06:07:48.514Z] ------------------- [2021-02-02T06:07:48.514Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T06:07:48.514Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T06:07:48.514Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T06:07:48.905Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T06:07:49.019Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T06:07:49.131Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T06:07:49.251Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T06:07:49.375Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T06:07:49.492Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T06:07:49.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T06:07:49.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T06:07:49.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T06:07:49.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T06:07:50.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T06:07:50.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T06:07:50.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T06:07:50.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T06:07:50.645Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T06:07:50.774Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T06:07:50.898Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T06:07:51.023Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T06:07:51.198Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T06:07:51.320Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T06:07:51.447Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T06:07:51.595Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T06:07:51.740Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T06:07:51.946Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-02T06:07:52.110Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-02T06:07:52.257Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-02T06:07:52.392Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 841d489cfe614676ae574a25cc9174e0e37bb1d2 [Pipeline] echo [2021-02-02T06:07:52.536Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 841d489 [Pipeline] echo [2021-02-02T06:07:52.681Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T06:07:52.993Z] provisioning config files... [2021-02-02T06:07:53.040Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3787155626406802171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:07:53.455Z] ---> docker-login.sh [2021-02-02T06:07:53.456Z] nexus3.edgexfoundry.org:10001 [2021-02-02T06:07:54.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:07:54.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:07:54.371Z] Configure a credential helper to remove this warning. See [2021-02-02T06:07:54.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:07:54.371Z] [2021-02-02T06:07:54.371Z] Login Succeeded [2021-02-02T06:07:54.371Z] nexus3.edgexfoundry.org:10002 [2021-02-02T06:07:54.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:07:54.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:07:54.640Z] Configure a credential helper to remove this warning. See [2021-02-02T06:07:54.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:07:54.640Z] [2021-02-02T06:07:54.640Z] Login Succeeded [2021-02-02T06:07:54.640Z] nexus3.edgexfoundry.org:10003 [2021-02-02T06:07:54.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:07:54.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:07:54.909Z] Configure a credential helper to remove this warning. See [2021-02-02T06:07:54.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:07:54.909Z] [2021-02-02T06:07:54.909Z] Login Succeeded [2021-02-02T06:07:54.909Z] nexus3.edgexfoundry.org:10004 [2021-02-02T06:07:54.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:07:55.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:07:55.174Z] Configure a credential helper to remove this warning. See [2021-02-02T06:07:55.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:07:55.174Z] [2021-02-02T06:07:55.174Z] Login Succeeded [2021-02-02T06:07:55.174Z] docker.io [2021-02-02T06:07:55.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:07:55.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:07:55.452Z] Configure a credential helper to remove this warning. See [2021-02-02T06:07:55.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:07:55.452Z] [2021-02-02T06:07:55.452Z] Login Succeeded [2021-02-02T06:07:55.452Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T06:07:55.492Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T06:07:56.069Z] ++ 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-02T06:07:56.069Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.069Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.069Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T06:07:56.069Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T06:07:56.069Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.069Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T06:07:56.069Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.069Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T06:07:56.069Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.069Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T06:07:56.069Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.069Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T06:07:56.069Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.069Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T06:07:56.069Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.069Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T06:07:56.069Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.069Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T06:07:56.069Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.069Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T06:07:56.069Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.069Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T06:07:56.069Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.069Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T06:07:56.069Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.069Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T06:07:56.069Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.069Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T06:07:56.069Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.069Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T06:07:56.070Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.070Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T06:07:56.070Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:07:56.070Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T06:07:56.070Z] ++ cut -d/ -f2 [2021-02-02T06:07:56.070Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T06:07:56.204Z] 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-02T06:07:57.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:07:57.264Z] [2021-02-02T06:07:57.264Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:07:57.673Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:07:57.673Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T06:07:57.673Z] 31603596830f: Pulling fs layer [2021-02-02T06:07:57.673Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T06:07:57.673Z] 6ca5941a6612: Pulling fs layer [2021-02-02T06:07:57.673Z] ecc8261a40a4: Pulling fs layer [2021-02-02T06:07:57.673Z] ecc8261a40a4: Waiting [2021-02-02T06:07:57.673Z] 2a8b12db71e7: Download complete [2021-02-02T06:07:57.943Z] 31603596830f: Verifying Checksum [2021-02-02T06:07:57.943Z] 31603596830f: Download complete [2021-02-02T06:07:57.943Z] ecc8261a40a4: Verifying Checksum [2021-02-02T06:07:57.943Z] ecc8261a40a4: Download complete [2021-02-02T06:07:57.943Z] 6ca5941a6612: Verifying Checksum [2021-02-02T06:07:57.943Z] 6ca5941a6612: Download complete [2021-02-02T06:07:58.210Z] 31603596830f: Pull complete [2021-02-02T06:07:58.479Z] 2a8b12db71e7: Pull complete [2021-02-02T06:07:59.885Z] 6ca5941a6612: Pull complete [2021-02-02T06:07:59.885Z] ecc8261a40a4: Pull complete [2021-02-02T06:07:59.885Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T06:07:59.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:07:59.885Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T06:08:00.065Z] prd-centos7-docker-4c-2g-24523 does not seem to be running inside a container [2021-02-02T06:08:00.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T06:08:02.925Z] $ docker top a4c56902b88073a691d670de21fa7cc30dc205e5813bd329a16a3c3e6b6ab06a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T06:08:03.382Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T06:08:03.382Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T06:08:03.647Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T06:08:03.652Z] $ docker exec a4c56902b88073a691d670de21fa7cc30dc205e5813bd329a16a3c3e6b6ab06a ssh-agent [2021-02-02T06:08:03.923Z] SSH_AUTH_SOCK=/tmp/ssh-3snefrI8MfRv/agent.12 [2021-02-02T06:08:03.923Z] SSH_AGENT_PID=18 [2021-02-02T06:08:03.943Z] Running ssh-add (command line suppressed) [2021-02-02T06:08:04.102Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8845801304851289188.key (/w/workspace/edgex-go/1@tmp/private_key_8845801304851289188.key) [2021-02-02T06:08:04.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T06:08:04.590Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T06:08:04.630Z] $ docker exec --env ******** --env ******** a4c56902b88073a691d670de21fa7cc30dc205e5813bd329a16a3c3e6b6ab06a ssh-agent -k [2021-02-02T06:08:04.779Z] unset SSH_AUTH_SOCK; [2021-02-02T06:08:04.779Z] unset SSH_AGENT_PID; [2021-02-02T06:08:04.779Z] echo Agent pid 18 killed; [2021-02-02T06:08:04.829Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T06:08:05.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T06:08:05.058Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T06:08:05.302Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T06:08:05.306Z] $ docker exec a4c56902b88073a691d670de21fa7cc30dc205e5813bd329a16a3c3e6b6ab06a ssh-agent [2021-02-02T06:08:05.536Z] SSH_AUTH_SOCK=/tmp/ssh-0jNvChN3mI0B/agent.47 [2021-02-02T06:08:05.536Z] SSH_AGENT_PID=52 [2021-02-02T06:08:05.546Z] Running ssh-add (command line suppressed) [2021-02-02T06:08:05.723Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8091794151745900697.key (/w/workspace/edgex-go/1@tmp/private_key_8091794151745900697.key) [2021-02-02T06:08:05.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T06:08:06.192Z] + git semver init [2021-02-02T06:08:06.474Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T06:08:06.474Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-02-02T06:08:06.474Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-02-02T06:08:06.474Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T06:08:06.474Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T06:08:06.474Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T06:08:06.474Z] # $SEMVER_BRANCH = PR-3109 [2021-02-02T06:08:06.474Z] # $SEMVER_TEMP = /tmp/semver-206096412 [2021-02-02T06:08:06.474Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T06:08:38.815Z] # '/tmp/semver-206096412' -> '/w/workspace/edgex-go/1/.semver' [2021-02-02T06:08:38.815Z] # -> Force: false [2021-02-02T06:08:38.815Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-02-02T06:08:38.841Z] $ docker exec --env ******** --env ******** a4c56902b88073a691d670de21fa7cc30dc205e5813bd329a16a3c3e6b6ab06a ssh-agent -k [2021-02-02T06:08:39.065Z] unset SSH_AUTH_SOCK; [2021-02-02T06:08:39.065Z] unset SSH_AGENT_PID; [2021-02-02T06:08:39.066Z] echo Agent pid 52 killed; [2021-02-02T06:08:39.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T06:08:39.875Z] + git semver [Pipeline] } [2021-02-02T06:08:39.931Z] $ docker stop --time=1 a4c56902b88073a691d670de21fa7cc30dc205e5813bd329a16a3c3e6b6ab06a [2021-02-02T06:08:41.923Z] $ docker rm -f a4c56902b88073a691d670de21fa7cc30dc205e5813bd329a16a3c3e6b6ab06a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:08:42.562Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T06:08:43.172Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T06:08:43.194Z] [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-02T06:08:44.764Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:08:45.095Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:08:45.456Z] + sudo service docker restart [2021-02-02T06:08:45.456Z] + true [2021-02-02T06:08:45.456Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T06:08:46.081Z] ========================================================= [2021-02-02T06:08:46.081Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T06:08:46.081Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:08:46.466Z] + 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-02T06:08:50.724Z] Sending build context to Docker daemon 327.4MB [2021-02-02T06:08:50.724Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T06:08:50.724Z] Step 2/6 : FROM ${BASE} [2021-02-02T06:08:50.724Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T06:08:50.724Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T06:08:50.724Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T06:08:50.724Z] de9db76c5a1d: Pulling fs layer [2021-02-02T06:08:50.724Z] bca2f99d35d6: Pulling fs layer [2021-02-02T06:08:50.724Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T06:08:50.724Z] 7c6f9722023f: Pulling fs layer [2021-02-02T06:08:50.724Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T06:08:50.724Z] 93359f2a8cfa: Waiting [2021-02-02T06:08:50.724Z] 7c6f9722023f: Waiting [2021-02-02T06:08:50.724Z] bca2f99d35d6: Waiting [2021-02-02T06:08:50.724Z] a35cf1a2eb13: Waiting [2021-02-02T06:08:50.724Z] de9db76c5a1d: Verifying Checksum [2021-02-02T06:08:50.724Z] de9db76c5a1d: Download complete [2021-02-02T06:08:50.724Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T06:08:50.724Z] 0ef7d3d256c8: Download complete [2021-02-02T06:08:50.724Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T06:08:50.724Z] 93359f2a8cfa: Download complete [2021-02-02T06:08:50.724Z] 7c6f9722023f: Download complete [2021-02-02T06:08:50.724Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T06:08:50.724Z] 188c0c94c7c5: Download complete [2021-02-02T06:08:51.305Z] 188c0c94c7c5: Pull complete [2021-02-02T06:08:51.305Z] 0ef7d3d256c8: Pull complete [2021-02-02T06:08:51.569Z] de9db76c5a1d: Pull complete [2021-02-02T06:08:52.154Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T06:08:52.154Z] a35cf1a2eb13: Download complete [2021-02-02T06:08:53.125Z] bca2f99d35d6: Verifying Checksum [2021-02-02T06:08:53.125Z] bca2f99d35d6: Download complete [2021-02-02T06:08:58.496Z] bca2f99d35d6: Pull complete [2021-02-02T06:08:58.496Z] 93359f2a8cfa: Pull complete [2021-02-02T06:08:58.762Z] 7c6f9722023f: Pull complete [2021-02-02T06:08:58.878Z] Still waiting to schedule task [2021-02-02T06:08:58.878Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-02T06:09:03.025Z] a35cf1a2eb13: Pull complete [2021-02-02T06:09:03.025Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T06:09:03.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T06:09:03.025Z] ---> a62c8e92a672 [2021-02-02T06:09:03.025Z] 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-02T06:09:03.296Z] ---> Running in 8f4a2421ecf8 [2021-02-02T06:09:03.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:09:04.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:09:05.401Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T06:09:05.666Z] (2/12) Installing file (5.38-r0) [2021-02-02T06:09:05.666Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T06:09:05.666Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T06:09:23.851Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T06:09:23.851Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T06:09:23.851Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T06:09:23.851Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T06:09:23.851Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T06:09:23.851Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T06:09:23.851Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T06:09:23.851Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T06:09:23.851Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:09:23.851Z] OK: 233 MiB in 51 packages [2021-02-02T06:09:25.785Z] Removing intermediate container 8f4a2421ecf8 [2021-02-02T06:09:25.785Z] ---> a6229c173869 [2021-02-02T06:09:25.785Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T06:09:25.785Z] ---> Running in 6ce4ddbba1c9 [2021-02-02T06:09:26.050Z] Removing intermediate container 6ce4ddbba1c9 [2021-02-02T06:09:26.050Z] ---> 65131b6a61de [2021-02-02T06:09:26.050Z] Step 5/6 : COPY go.mod . [2021-02-02T06:09:26.314Z] ---> 1948a712f82a [2021-02-02T06:09:26.314Z] Step 6/6 : RUN go mod download [2021-02-02T06:09:26.314Z] ---> Running in 7e219e51b2cb [2021-02-02T06:09:58.579Z] Removing intermediate container 7e219e51b2cb [2021-02-02T06:09:58.580Z] ---> bf8788a62fef [2021-02-02T06:09:58.580Z] Successfully built bf8788a62fef [2021-02-02T06:09:58.580Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:09:58.935Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T06:09:58.936Z] . [Pipeline] withDockerContainer [2021-02-02T06:09:59.077Z] prd-centos7-docker-4c-2g-24523 does not seem to be running inside a container [2021-02-02T06:09:59.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-02T06:09:59.974Z] $ docker top d2c1be1860caf062da86d10dc9ef47a3457181c22b70511f47502a64b1df0b5b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:10:00.520Z] + go version [2021-02-02T06:10:00.520Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T06:10:00.548Z] $ docker stop --time=1 d2c1be1860caf062da86d10dc9ef47a3457181c22b70511f47502a64b1df0b5b [2021-02-02T06:10:01.960Z] $ docker rm -f d2c1be1860caf062da86d10dc9ef47a3457181c22b70511f47502a64b1df0b5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:10:03.064Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T06:10:03.064Z] . [Pipeline] withDockerContainer [2021-02-02T06:10:03.185Z] prd-centos7-docker-4c-2g-24523 does not seem to be running inside a container [2021-02-02T06:10:03.232Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-02T06:10:04.100Z] $ docker top f27b0e3ce0fdea2090186be46cf8ae5e69ff557de2dcab14cc1cdafc30b4812b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T06:10:04.397Z] ========================================================= [2021-02-02T06:10:04.397Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T06:10:04.397Z] ========================================================= [Pipeline] sh [2021-02-02T06:10:04.714Z] + make test [2021-02-02T06:10:04.714Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T06:10:14.804Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T06:10:37.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T06:10:37.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T06:10:39.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T06:10:39.008Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T06:10:39.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T06:10:41.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T06:10:41.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T06:10:41.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T06:10:41.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T06:10:41.667Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T06:10:42.283Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T06:10:45.913Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T06:10:45.913Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T06:10:45.913Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T06:10:49.500Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.183s coverage: 46.0% of statements [2021-02-02T06:10:49.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T06:10:49.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T06:10:49.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T06:10:49.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T06:10:49.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T06:10:49.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T06:10:49.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T06:10:49.500Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements [2021-02-02T06:10:53.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.276s coverage: 27.1% of statements [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T06:10:53.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T06:10:53.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T06:10:53.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 65.8% of statements [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T06:10:53.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.507s coverage: 82.3% of statements [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T06:10:53.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T06:10:57.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.579s coverage: 28.6% of statements [2021-02-02T06:10:57.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T06:10:57.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T06:10:57.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T06:10:57.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T06:10:57.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T06:10:57.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.112s coverage: 100.0% of statements [2021-02-02T06:10:57.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T06:10:57.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-02-02T06:10:57.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T06:10:57.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.210s coverage: 86.7% of statements [2021-02-02T06:10:57.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T06:10:58.049Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2021-02-02T06:10:58.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T06:10:58.049Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-02-02T06:10:58.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T06:10:58.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T06:10:58.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T06:10:58.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T06:11:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.808s coverage: 92.8% of statements [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T06:11:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.155s coverage: 58.8% of statements [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T06:11:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T06:11:02.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T06:11:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 45.5% of statements [2021-02-02T06:11:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-02-02T06:11:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-02-02T06:11:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements [2021-02-02T06:11:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-02-02T06:11:15.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.061s coverage: 94.4% of statements [2021-02-02T06:11:15.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-02-02T06:11:21.890Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24533 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-02T06:11:21.980Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.127s coverage: 92.9% of statements [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.111s coverage: 87.2% of statements [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 75.5% of statements [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.117s coverage: 91.4% of statements [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.284s coverage: 63.5% of statements [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T06:11:27.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 91.3% of statements [2021-02-02T06:11:27.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.453s coverage: 68.9% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 37.0% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.417s coverage: 84.0% of statements [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.087s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.875s coverage: 29.1% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.069s coverage: 0.0% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T06:11:27.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-02T06:11:27.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements [2021-02-02T06:11:27.536Z] GO111MODULE=on go vet ./... [2021-02-02T06:11:27.552Z] using credential edgex-jenkins-ssh [2021-02-02T06:11:27.681Z] Cloning the remote Git repository [2021-02-02T06:11:27.740Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:11:27.856Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-02T06:11:27.933Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:11:27.934Z] > git --version # timeout=10 [2021-02-02T06:11:27.955Z] > git --version # 'git version 2.17.1' [2021-02-02T06:11:27.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:11:28.030Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:11:50.749Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:11:50.021Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:11:50.044Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:11:50.070Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:11:50.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:11:50.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:11:50.113Z] > 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-02T06:11:50.775Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:11:50.790Z] > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [2021-02-02T06:11:51.180Z] Merge succeeded, producing 841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:11:51.180Z] Checking out Revision 841d489cfe614676ae574a25cc9174e0e37bb1d2 (PR-3109) [2021-02-02T06:11:51.090Z] > git remote # timeout=10 [2021-02-02T06:11:51.112Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T06:11:51.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:11:51.143Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T06:11:51.167Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T06:11:51.192Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:11:51.231Z] > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [2021-02-02T06:11:55.600Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-02-02T06:11:55.658Z] > git --version # timeout=10 [2021-02-02T06:11:55.666Z] > git --version # 'git version 2.17.1' [2021-02-02T06:11:55.679Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T06:11:57.456Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:11:57.899Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:11:58.276Z] + + sudotrue service [2021-02-02T06:11:58.276Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T06:12:00.518Z] provisioning config files... [2021-02-02T06:12:00.567Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1805401444315388424tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:12:01.069Z] ---> docker-login.sh [2021-02-02T06:12:01.069Z] nexus3.edgexfoundry.org:10001 [2021-02-02T06:12:02.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:12:02.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:12:02.342Z] Configure a credential helper to remove this warning. See [2021-02-02T06:12:02.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:12:02.342Z] [2021-02-02T06:12:02.342Z] Login Succeeded [2021-02-02T06:12:02.342Z] nexus3.edgexfoundry.org:10002 [2021-02-02T06:12:02.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:12:02.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:12:02.902Z] Configure a credential helper to remove this warning. See [2021-02-02T06:12:02.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:12:02.902Z] [2021-02-02T06:12:02.902Z] Login Succeeded [2021-02-02T06:12:02.902Z] nexus3.edgexfoundry.org:10003 [2021-02-02T06:12:03.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:12:03.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:12:03.462Z] Configure a credential helper to remove this warning. See [2021-02-02T06:12:03.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:12:03.462Z] [2021-02-02T06:12:03.462Z] Login Succeeded [2021-02-02T06:12:03.462Z] nexus3.edgexfoundry.org:10004 [2021-02-02T06:12:04.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:12:04.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:12:04.066Z] Configure a credential helper to remove this warning. See [2021-02-02T06:12:04.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:12:04.066Z] [2021-02-02T06:12:04.066Z] Login Succeeded [2021-02-02T06:12:04.066Z] docker.io [2021-02-02T06:12:04.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:12:04.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:12:04.933Z] Configure a credential helper to remove this warning. See [2021-02-02T06:12:04.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:12:04.933Z] [2021-02-02T06:12:04.933Z] Login Succeeded [2021-02-02T06:12:04.933Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T06:12:04.967Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-02T06:12:05.605Z] ========================================================= [2021-02-02T06:12:05.605Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T06:12:05.605Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:12:06.032Z] + 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-02T06:12:06.600Z] gofmt -l . [2021-02-02T06:12:06.600Z] [ "`gofmt -l .`" = "" ] [2021-02-02T06:12:06.600Z] ./bin/test-go-mod-tidy.sh [2021-02-02T06:12:06.600Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T06:12:07.276Z] + ls -al . [2021-02-02T06:12:07.276Z] total 680 [2021-02-02T06:12:07.276Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 06:12 . [2021-02-02T06:12:07.276Z] drwxr-xr-x 4 root root 28 Feb 2 06:10 .. [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 06:07 .dockerignore [2021-02-02T06:12:07.276Z] drwxrwxr-x 8 1001 1001 179 Feb 2 06:07 .git [2021-02-02T06:12:07.276Z] drwxrwxr-x 3 1001 1001 125 Feb 2 06:07 .github [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 06:07 .gitignore [2021-02-02T06:12:07.276Z] drwx------ 3 1001 1001 60 Feb 2 06:08 .semver [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 06:07 .sonarcloud.properties [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:07 Attribution.txt [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:07 CONTRIBUTING.md [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 06:07 Dockerfile.build [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 06:07 Jenkinsfile [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:07 LICENSE [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:07 Makefile [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:07 README.md [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:07 SECURITY.md [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 06:08 VERSION [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:07 ZMQWindows.md [2021-02-02T06:12:07.276Z] drwxrwxr-x 2 1001 1001 117 Feb 2 06:07 bin [2021-02-02T06:12:07.276Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 06:07 cmd [2021-02-02T06:12:07.276Z] -rw-r--r-- 1 root root 574984 Feb 2 06:11 coverage.out [2021-02-02T06:12:07.276Z] -rw-r--r-- 1 root root 1054 Feb 2 06:12 go.mod [2021-02-02T06:12:07.276Z] -rw-r--r-- 1 root root 19399 Feb 2 06:12 go.sum [2021-02-02T06:12:07.276Z] drwxrwxr-x 8 1001 1001 127 Feb 2 06:07 internal [2021-02-02T06:12:07.276Z] drwxrwxr-x 4 1001 1001 26 Feb 2 06:07 openapi [2021-02-02T06:12:07.276Z] drwxrwxr-x 4 1001 1001 71 Feb 2 06:07 snap [2021-02-02T06:12:07.276Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 06:07 version.go [Pipeline] sh [2021-02-02T06:12:07.612Z] + '[' -e coverage.out ] [2021-02-02T06:12:07.612Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T06:12:07.916Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T06:12:08.246Z] + make build [2021-02-02T06:12:08.246Z] 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-02T06:12:08.697Z] Sending build context to Docker daemon 166MB [2021-02-02T06:12:08.697Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T06:12:08.697Z] Step 2/6 : FROM ${BASE} [2021-02-02T06:12:08.697Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T06:12:08.697Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T06:12:08.697Z] a4357932f1b6: Pulling fs layer [2021-02-02T06:12:08.697Z] 18c013af1878: Pulling fs layer [2021-02-02T06:12:08.697Z] 00ac8860ef70: Pulling fs layer [2021-02-02T06:12:08.697Z] 63d7cb157983: Pulling fs layer [2021-02-02T06:12:08.697Z] b116817d02f9: Pulling fs layer [2021-02-02T06:12:08.697Z] 745a02a5169b: Pulling fs layer [2021-02-02T06:12:08.697Z] 00ac8860ef70: Waiting [2021-02-02T06:12:08.697Z] 63d7cb157983: Waiting [2021-02-02T06:12:08.697Z] b116817d02f9: Waiting [2021-02-02T06:12:08.697Z] 745a02a5169b: Waiting [2021-02-02T06:12:08.697Z] 18c013af1878: Verifying Checksum [2021-02-02T06:12:08.697Z] 18c013af1878: Download complete [2021-02-02T06:12:08.697Z] a4357932f1b6: Verifying Checksum [2021-02-02T06:12:08.697Z] 63d7cb157983: Verifying Checksum [2021-02-02T06:12:08.697Z] 63d7cb157983: Download complete [2021-02-02T06:12:08.974Z] b116817d02f9: Verifying Checksum [2021-02-02T06:12:08.974Z] b116817d02f9: Download complete [2021-02-02T06:12:08.974Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T06:12:08.974Z] 5f621e34cdf4: Download complete [2021-02-02T06:12:09.573Z] 5f621e34cdf4: Pull complete [2021-02-02T06:12:10.561Z] a4357932f1b6: Pull complete [2021-02-02T06:12:10.839Z] 18c013af1878: Pull complete [2021-02-02T06:12:11.828Z] 745a02a5169b: Verifying Checksum [2021-02-02T06:12:11.828Z] 745a02a5169b: Download complete [2021-02-02T06:12:12.430Z] 00ac8860ef70: Verifying Checksum [2021-02-02T06:12:12.430Z] 00ac8860ef70: Download complete [2021-02-02T06:12:13.601Z] 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-02T06:12:22.619Z] 00ac8860ef70: Pull complete [2021-02-02T06:12:22.619Z] 63d7cb157983: Pull complete [2021-02-02T06:12:22.907Z] b116817d02f9: Pull complete [2021-02-02T06:12:26.094Z] 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-02T06:12:27.105Z] 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-02T06:12:27.263Z] 745a02a5169b: Pull complete [2021-02-02T06:12:27.263Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T06:12:27.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T06:12:27.263Z] ---> b7e6874047d6 [2021-02-02T06:12:27.263Z] 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-02T06:12:29.088Z] 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-02T06:12:29.694Z] 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-02T06:12:30.666Z] ---> Running in 92ff304be1b0 [2021-02-02T06:12:31.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:12:32.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:12:33.221Z] 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-02T06:12:33.751Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T06:12:33.751Z] (2/12) Installing file (5.38-r0) [2021-02-02T06:12:33.751Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T06:12:34.029Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T06:12:35.232Z] 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-02T06:12:37.278Z] 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-02T06:12:39.375Z] 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-02T06:12:42.019Z] 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-02T06:12:42.989Z] 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-02T06:12:44.452Z] 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-02T06:12:47.915Z] $ docker stop --time=1 f27b0e3ce0fdea2090186be46cf8ae5e69ff557de2dcab14cc1cdafc30b4812b [2021-02-02T06:12:49.161Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T06:12:49.161Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T06:12:49.161Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T06:12:49.161Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T06:12:49.161Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T06:12:49.161Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T06:12:49.161Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T06:12:49.434Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T06:12:49.705Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:12:49.705Z] OK: 217 MiB in 51 packages [2021-02-02T06:12:49.847Z] $ docker rm -f f27b0e3ce0fdea2090186be46cf8ae5e69ff557de2dcab14cc1cdafc30b4812b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:12:53.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:12:53.333Z] [2021-02-02T06:12:53.333Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:12:53.741Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:12:53.741Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T06:12:53.741Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T06:12:53.741Z] ca9280d653b3: Pulling fs layer [2021-02-02T06:12:53.741Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T06:12:54.021Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-02T06:12:54.021Z] cbdbe7a5bc2a: Download complete [2021-02-02T06:12:54.053Z] Removing intermediate container 92ff304be1b0 [2021-02-02T06:12:54.053Z] ---> 72ebaa8c70ff [2021-02-02T06:12:54.053Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T06:12:54.331Z] ---> Running in 8b25ad7df8d8 [2021-02-02T06:12:54.608Z] Removing intermediate container 8b25ad7df8d8 [2021-02-02T06:12:54.608Z] ---> e9c739907bd0 [2021-02-02T06:12:54.608Z] Step 5/6 : COPY go.mod . [2021-02-02T06:12:54.609Z] ca9280d653b3: Verifying Checksum [2021-02-02T06:12:54.609Z] ca9280d653b3: Download complete [2021-02-02T06:12:54.609Z] cbdbe7a5bc2a: Pull complete [2021-02-02T06:12:55.597Z] ---> ccce298c69a6 [2021-02-02T06:12:55.597Z] Step 6/6 : RUN go mod download [2021-02-02T06:12:55.597Z] ---> Running in 9ecd85f02adf [2021-02-02T06:12:56.015Z] 7e9c9ca2126c: Verifying Checksum [2021-02-02T06:12:56.016Z] 7e9c9ca2126c: Download complete [2021-02-02T06:12:56.016Z] ca9280d653b3: Pull complete [2021-02-02T06:13:04.222Z] 7e9c9ca2126c: Pull complete [2021-02-02T06:13:04.222Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T06:13:04.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:04.222Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T06:13:04.470Z] prd-centos7-docker-4c-2g-24523 does not seem to be running inside a container [2021-02-02T06:13:04.529Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T06:13:07.690Z] $ docker top f57c448601dcc23befc7c96fb4420853bbe842996af642a46b214eaf6d0d5050 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:08.420Z] + docker-compose build --help [2021-02-02T06:13:08.420Z] + grep parallel [2021-02-02T06:13:09.471Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T06:13:09.502Z] $ docker stop --time=1 f57c448601dcc23befc7c96fb4420853bbe842996af642a46b214eaf6d0d5050 [2021-02-02T06:13:11.393Z] $ docker rm -f f57c448601dcc23befc7c96fb4420853bbe842996af642a46b214eaf6d0d5050 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:12.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:12.343Z] . [Pipeline] withDockerContainer [2021-02-02T06:13:12.516Z] prd-centos7-docker-4c-2g-24523 does not seem to be running inside a container [2021-02-02T06:13:12.572Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T06:13:13.199Z] $ docker top fa2a9e2a41618d58d464fdb44113a1c810e9556c2212b553a75e09fdf39262d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:13.733Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T06:13:14.680Z] Building docker-core-command-go ... [2021-02-02T06:13:14.680Z] Building docker-core-data-go ... [2021-02-02T06:13:14.680Z] Building docker-core-metadata-go ... [2021-02-02T06:13:14.680Z] Building docker-security-bootstrapper-go ... [2021-02-02T06:13:14.680Z] Building docker-security-proxy-setup-go ... [2021-02-02T06:13:14.680Z] Building docker-security-secretstore-setup-go ... [2021-02-02T06:13:14.680Z] Building docker-support-notifications-go ... [2021-02-02T06:13:14.680Z] Building docker-support-scheduler-go ... [2021-02-02T06:13:14.680Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T06:13:14.680Z] Building docker-sys-mgmt-agent-go [2021-02-02T06:13:14.680Z] Building docker-security-proxy-setup-go [2021-02-02T06:13:14.680Z] Building docker-support-scheduler-go [2021-02-02T06:13:14.680Z] Building docker-core-metadata-go [2021-02-02T06:13:14.680Z] Building docker-security-bootstrapper-go [2021-02-02T06:13:23.225Z] Removing intermediate container 9ecd85f02adf [2021-02-02T06:13:23.225Z] ---> 7485ccf21844 [2021-02-02T06:13:23.225Z] Successfully built 7485ccf21844 [2021-02-02T06:13:23.225Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:23.668Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T06:13:23.668Z] . [Pipeline] withDockerContainer [2021-02-02T06:13:23.968Z] prd-ubuntu18.04-docker-arm64-4c-16g-24533 does not seem to be running inside a container [2021-02-02T06:13:24.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-02T06:13:25.650Z] $ docker top 53a71dfb2a24e5e9336b56dc475ea25bc066a56420bdca3f3a407ea8d96ba881 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:26.763Z] + go version [2021-02-02T06:13:26.763Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T06:13:26.813Z] $ docker stop --time=1 53a71dfb2a24e5e9336b56dc475ea25bc066a56420bdca3f3a407ea8d96ba881 [2021-02-02T06:13:28.807Z] $ docker rm -f 53a71dfb2a24e5e9336b56dc475ea25bc066a56420bdca3f3a407ea8d96ba881 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:30.052Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T06:13:30.052Z] . [Pipeline] withDockerContainer [2021-02-02T06:13:30.316Z] prd-ubuntu18.04-docker-arm64-4c-16g-24533 does not seem to be running inside a container [2021-02-02T06:13:30.418Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-02T06:13:31.956Z] $ docker top 9adfff26929903fa1f6100f83174512e4ae8fe8d29aafc87d69c70e93b7f71e8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T06:13:32.360Z] ========================================================= [2021-02-02T06:13:32.360Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T06:13:32.360Z] ========================================================= [Pipeline] sh [2021-02-02T06:13:33.025Z] + make test [2021-02-02T06:13:33.025Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T06:13:47.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:13:47.689Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:13:47.689Z] ---> bf8788a62fef [2021-02-02T06:13:47.689Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:13:48.287Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:13:48.287Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:13:48.287Z] ---> bf8788a62fef [2021-02-02T06:13:48.287Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T06:13:48.287Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:13:48.287Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:13:48.287Z] ---> bf8788a62fef [2021-02-02T06:13:48.287Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:13:48.287Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:13:48.287Z] [2021-02-02T06:13:48.287Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:13:48.287Z] [2021-02-02T06:13:48.287Z] ---> bf8788a62fef [2021-02-02T06:13:48.287Z] ---> bf8788a62fef [2021-02-02T06:13:48.287Z] Step 3/21 : WORKDIR /edgex-goStep 3/26 : WORKDIR /edgex-go [2021-02-02T06:13:48.287Z] [2021-02-02T06:13:49.246Z] ---> Running in 5624cfea3799 [2021-02-02T06:13:49.246Z] ---> Running in 3973bf00083f [2021-02-02T06:13:49.246Z] ---> Running in 3d478cb0f49b [2021-02-02T06:13:49.246Z] ---> Running in a7a78b110bdb [2021-02-02T06:13:49.246Z] ---> Running in 15fbabb01146 [2021-02-02T06:13:50.223Z] Removing intermediate container 3d478cb0f49b [2021-02-02T06:13:50.223Z] ---> a5804de29b64 [2021-02-02T06:13:50.223Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:13:50.223Z] Removing intermediate container 3973bf00083f [2021-02-02T06:13:50.223Z] ---> 16321ee10a8a [2021-02-02T06:13:50.223Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:13:50.223Z] Removing intermediate container 5624cfea3799 [2021-02-02T06:13:50.223Z] ---> 0f0b5e9f3236 [2021-02-02T06:13:50.223Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:13:50.223Z] Removing intermediate container a7a78b110bdb [2021-02-02T06:13:50.223Z] ---> 8a7484128eeb [2021-02-02T06:13:50.223Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:13:50.223Z] Removing intermediate container 15fbabb01146 [2021-02-02T06:13:50.223Z] ---> 7527dfe28190 [2021-02-02T06:13:50.223Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:13:50.223Z] ---> Running in ad425fe63b70 [2021-02-02T06:13:50.490Z] ---> Running in 5e13ab1c80cd [2021-02-02T06:13:50.490Z] ---> Running in dde8d458e33e [2021-02-02T06:13:50.490Z] ---> Running in 17605b6426d2 [2021-02-02T06:13:50.490Z] ---> Running in 5db89537d548 [2021-02-02T06:13:52.434Z] Removing intermediate container ad425fe63b70 [2021-02-02T06:13:52.434Z] ---> b7e6c32bbebc [2021-02-02T06:13:52.434Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T06:13:52.701Z] ---> Running in e4dfbd35c997 [2021-02-02T06:13:52.701Z] Removing intermediate container dde8d458e33e [2021-02-02T06:13:52.701Z] ---> fa20f347e170 [2021-02-02T06:13:52.701Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:13:52.965Z] ---> Running in f3ca77ac1f13 [2021-02-02T06:13:52.965Z] Removing intermediate container 5e13ab1c80cd [2021-02-02T06:13:52.965Z] ---> 4f691c972105 [2021-02-02T06:13:52.965Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T06:13:53.237Z] Removing intermediate container 17605b6426d2 [2021-02-02T06:13:53.237Z] ---> 73dedbd3663f [2021-02-02T06:13:53.237Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T06:13:53.237Z] ---> Running in 166205620e54 [2021-02-02T06:13:53.506Z] ---> Running in 87300fa07645 [2021-02-02T06:13:53.506Z] Removing intermediate container 5db89537d548 [2021-02-02T06:13:53.506Z] ---> e83bcb0e7196 [2021-02-02T06:13:53.506Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T06:13:53.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:53.786Z] ---> Running in 71ab0e6910bb [2021-02-02T06:13:54.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:54.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:54.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:54.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:54.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:54.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:55.179Z] OK: 233 MiB in 51 packages [2021-02-02T06:13:55.179Z] OK: 233 MiB in 51 packages [2021-02-02T06:13:55.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:55.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:55.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:13:55.725Z] Removing intermediate container e4dfbd35c997 [2021-02-02T06:13:55.725Z] ---> 66dafd3178b0 [2021-02-02T06:13:55.725Z] Step 6/22 : COPY go.mod . [2021-02-02T06:13:55.997Z] OK: 233 MiB in 51 packages [2021-02-02T06:13:55.997Z] OK: 233 MiB in 51 packages [2021-02-02T06:13:55.997Z] Removing intermediate container f3ca77ac1f13 [2021-02-02T06:13:55.997Z] ---> 09e826639489 [2021-02-02T06:13:55.997Z] Step 6/23 : COPY go.mod . [2021-02-02T06:13:56.262Z] ---> 251dedadd708 [2021-02-02T06:13:56.262Z] Step 7/22 : RUN go mod download [2021-02-02T06:13:56.262Z] ---> Running in f9060ce33450 [2021-02-02T06:13:56.262Z] OK: 233 MiB in 51 packages [2021-02-02T06:13:56.528Z] ---> c2a3ea783ab6 [2021-02-02T06:13:56.528Z] Step 7/23 : RUN go mod download [2021-02-02T06:13:56.804Z] ---> Running in 73863ee80c19 [2021-02-02T06:13:56.804Z] Removing intermediate container 87300fa07645 [2021-02-02T06:13:56.804Z] ---> 2f5eee8fbcbd [2021-02-02T06:13:56.804Z] Step 6/26 : COPY go.mod . [2021-02-02T06:13:57.077Z] Removing intermediate container 166205620e54 [2021-02-02T06:13:57.078Z] ---> 88bcca693e13 [2021-02-02T06:13:57.078Z] Step 6/21 : COPY go.mod . [2021-02-02T06:13:57.351Z] Removing intermediate container 71ab0e6910bb [2021-02-02T06:13:57.351Z] ---> 7ef6858daac1 [2021-02-02T06:13:57.351Z] Step 6/31 : COPY go.mod . [2021-02-02T06:13:57.351Z] ---> 8fa5ffe50b67 [2021-02-02T06:13:57.351Z] Step 7/26 : RUN go mod download [2021-02-02T06:13:57.351Z] ---> 80136c9d5b9c [2021-02-02T06:13:57.351Z] Step 7/21 : RUN go mod download [2021-02-02T06:13:57.626Z] ---> Running in b033706d44c5 [2021-02-02T06:13:57.626Z] ---> Running in 79d70175d38e [2021-02-02T06:13:57.903Z] ---> c300746a4151 [2021-02-02T06:13:57.903Z] Step 7/31 : RUN go mod download [2021-02-02T06:13:57.903Z] ---> Running in 49d6c83c1d73 [2021-02-02T06:13:59.838Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T06:13:59.914Z] Removing intermediate container 73863ee80c19 [2021-02-02T06:13:59.914Z] ---> 6a8fa2706f6f [2021-02-02T06:13:59.914Z] Step 8/23 : COPY . . [2021-02-02T06:13:59.914Z] Removing intermediate container f9060ce33450 [2021-02-02T06:13:59.914Z] ---> 9ea5847d4f87 [2021-02-02T06:13:59.914Z] Step 8/22 : COPY . . [2021-02-02T06:14:03.293Z] Removing intermediate container b033706d44c5 [2021-02-02T06:14:03.293Z] ---> 16a59afb0e89 [2021-02-02T06:14:03.293Z] Step 8/26 : COPY . . [2021-02-02T06:14:03.890Z] Removing intermediate container 79d70175d38e [2021-02-02T06:14:03.890Z] ---> 55295acf5c00 [2021-02-02T06:14:03.890Z] Step 8/21 : COPY . . [2021-02-02T06:14:04.865Z] Removing intermediate container 49d6c83c1d73 [2021-02-02T06:14:04.865Z] ---> fa1932d6b597 [2021-02-02T06:14:04.865Z] Step 8/31 : COPY . . [2021-02-02T06:14:44.122Z] ---> 65845cf3a98a [2021-02-02T06:14:44.122Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T06:14:44.122Z] ---> 4aab45c96d40 [2021-02-02T06:14:44.122Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T06:14:44.122Z] ---> Running in 02f45024631e [2021-02-02T06:14:44.122Z] ---> Running in 18d7e7d2fbac [2021-02-02T06:14:44.122Z] ---> 549d0393abc6 [2021-02-02T06:14:44.122Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T06:14:44.122Z] ---> 0aa7192b87d8 [2021-02-02T06:14:44.122Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T06:14:44.122Z] ---> cba30ffb13a1 [2021-02-02T06:14:44.122Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T06:14:44.122Z] ---> Running in 2698b7f6258a [2021-02-02T06:14:44.122Z] ---> Running in 5911be4e3aba [2021-02-02T06:14:44.122Z] ---> Running in bc1d9c59a5d5 [2021-02-02T06:14:44.122Z] 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-02T06:14:44.122Z] 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-02T06:14:44.122Z] 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-02T06:14:44.122Z] 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-02T06:14:44.122Z] 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-02T06:14:56.619Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T06:14:56.620Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T06:15:00.976Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T06:15:00.976Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T06:15:00.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T06:15:07.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T06:15:07.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T06:15:07.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T06:15:07.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T06:15:07.732Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T06:15:07.732Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T06:15:16.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T06:15:16.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T06:15:16.034Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T06:15:21.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.355s coverage: 46.0% of statements [2021-02-02T06:15:21.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T06:15:21.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T06:15:21.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T06:15:21.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T06:15:21.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T06:15:21.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T06:15:21.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T06:15:21.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.227s coverage: 100.0% of statements [2021-02-02T06:15:23.112Z] 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-02T06:15:23.112Z] 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-02T06:15:26.570Z] Removing intermediate container 5911be4e3aba [2021-02-02T06:15:26.570Z] ---> 0e51bf6c93aa [2021-02-02T06:15:26.570Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T06:15:26.570Z] ---> Running in 0361485e2e6d [2021-02-02T06:15:28.030Z] 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-02T06:15:28.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T06:15:28.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T06:15:28.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.112s coverage: 100.0% of statements [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T06:15:28.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.212s coverage: 65.8% of statements [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T06:15:28.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T06:15:31.456Z] Removing intermediate container 2698b7f6258a [2021-02-02T06:15:31.456Z] ---> c98070d6c3cd [2021-02-02T06:15:31.456Z] [2021-02-02T06:15:31.456Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T06:15:31.456Z] 3.12: Pulling from library/alpine [2021-02-02T06:15:31.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 82.3% of statements [2021-02-02T06:15:31.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T06:15:31.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:15:31.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T06:15:31.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T06:15:32.436Z] Removing intermediate container 02f45024631e [2021-02-02T06:15:32.436Z] ---> 9eb6ce8ba44d [2021-02-02T06:15:32.436Z] [2021-02-02T06:15:32.436Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:15:32.436Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:15:32.436Z] 3.12: Pulling from library/alpine [2021-02-02T06:15:32.705Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:15:32.705Z] Status: Image is up to date for alpine:3.12 [2021-02-02T06:15:32.705Z] ---> 389fef711851 [2021-02-02T06:15:32.705Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:15:32.705Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T06:15:32.705Z] ---> 389fef711851 [2021-02-02T06:15:32.705Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T06:15:32.705Z] ---> Running in 909bc6bf659d [2021-02-02T06:15:32.706Z] ---> Running in 374d999d7eb9 [2021-02-02T06:15:33.301Z] Removing intermediate container 0361485e2e6d [2021-02-02T06:15:33.301Z] ---> 63b41e4239cb [2021-02-02T06:15:33.301Z] [2021-02-02T06:15:33.301Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T06:15:33.301Z] 20.10.0: Pulling from library/docker [2021-02-02T06:15:34.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:34.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:35.067Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T06:15:35.067Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:15:35.067Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T06:15:35.067Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T06:15:35.067Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:35.067Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:15:35.067Z] OK: 7 MiB in 18 packages [2021-02-02T06:15:35.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:35.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:35.939Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:35.939Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:35.939Z] OK: 6 MiB in 15 packages [2021-02-02T06:15:37.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.299s coverage: 28.6% of statements [2021-02-02T06:15:37.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T06:15:37.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T06:15:37.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T06:15:37.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T06:15:37.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T06:15:37.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements [2021-02-02T06:15:37.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T06:15:37.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-02-02T06:15:37.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T06:15:37.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.392s coverage: 86.7% of statements [2021-02-02T06:15:37.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T06:15:39.347Z] Removing intermediate container bc1d9c59a5d5 [2021-02-02T06:15:39.347Z] ---> 62d1e4d1e0e5 [2021-02-02T06:15:39.347Z] [2021-02-02T06:15:39.347Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T06:15:39.347Z] ---> 389fef711851 [2021-02-02T06:15:39.347Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T06:15:39.347Z] Removing intermediate container 18d7e7d2fbac [2021-02-02T06:15:39.347Z] ---> faf55db2dc05 [2021-02-02T06:15:39.347Z] [2021-02-02T06:15:39.347Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:15:39.347Z] ---> 389fef711851 [2021-02-02T06:15:39.347Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:15:39.347Z] ---> Running in 16666fa2462a [2021-02-02T06:15:39.347Z] ---> Running in 4a432d7aabfb [2021-02-02T06:15:39.941Z] Removing intermediate container 909bc6bf659d [2021-02-02T06:15:39.941Z] ---> 27fdcda4cbe3 [2021-02-02T06:15:39.941Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:15:39.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements [2021-02-02T06:15:39.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T06:15:39.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.213s coverage: 78.3% of statements [2021-02-02T06:15:39.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T06:15:39.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T06:15:39.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T06:15:39.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T06:15:40.212Z] Removing intermediate container 16666fa2462a [2021-02-02T06:15:40.212Z] ---> 8e6ad851d674 [2021-02-02T06:15:40.212Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T06:15:40.212Z] ---> Running in 41e2d4d6e242 [2021-02-02T06:15:40.212Z] Removing intermediate container 374d999d7eb9 [2021-02-02T06:15:40.212Z] ---> bbbaf794a1c1 [2021-02-02T06:15:40.212Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:15:40.212Z] ---> Running in dba72d5cc375 [2021-02-02T06:15:40.212Z] ---> Running in 2c10b6036291 [2021-02-02T06:15:40.488Z] Removing intermediate container 41e2d4d6e242 [2021-02-02T06:15:40.488Z] ---> 72563334b6d9 [2021-02-02T06:15:40.488Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T06:15:40.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:40.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:40.767Z] Removing intermediate container 2c10b6036291 [2021-02-02T06:15:40.767Z] ---> 04da2806ba6f [2021-02-02T06:15:40.767Z] Step 13/21 : WORKDIR /edgex [2021-02-02T06:15:40.767Z] ---> Running in 673fe458144e [2021-02-02T06:15:41.041Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:41.041Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:41.041Z] OK: 6 MiB in 15 packages [2021-02-02T06:15:41.041Z] ---> Running in 47b07c4e186d [2021-02-02T06:15:42.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:42.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:42.011Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:42.011Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T06:15:42.011Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:42.295Z] OK: 6 MiB in 16 packages [2021-02-02T06:15:42.295Z] Removing intermediate container 673fe458144e [2021-02-02T06:15:42.295Z] ---> 8d4768ae16ad [2021-02-02T06:15:42.295Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:15:42.892Z] ---> Running in 4352f77f60a0 [2021-02-02T06:15:42.892Z] Removing intermediate container 47b07c4e186d [2021-02-02T06:15:42.892Z] ---> 609f91cf56e9 [2021-02-02T06:15:42.892Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T06:15:43.172Z] Removing intermediate container 4352f77f60a0 [2021-02-02T06:15:43.172Z] ---> 0043d123e73c [2021-02-02T06:15:43.172Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:43.447Z] Removing intermediate container 4a432d7aabfb [2021-02-02T06:15:43.447Z] ---> 0a205f0c3558 [2021-02-02T06:15:43.447Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:15:43.447Z] ---> c2ba64d21530 [2021-02-02T06:15:43.447Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T06:15:43.725Z] ---> Running in 876099bbdc02 [2021-02-02T06:15:43.725Z] Removing intermediate container dba72d5cc375 [2021-02-02T06:15:43.725Z] ---> 21836ad5341c [2021-02-02T06:15:43.725Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T06:15:44.354Z] ---> 941dcd11889c [2021-02-02T06:15:44.354Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T06:15:44.354Z] ---> Running in 8c85f56885ee [2021-02-02T06:15:44.354Z] Removing intermediate container 876099bbdc02 [2021-02-02T06:15:44.354Z] ---> ade1beb986cf [2021-02-02T06:15:44.354Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T06:15:44.620Z] ---> Running in 9a23859e6e1e [2021-02-02T06:15:44.889Z] ---> a11cd251f9e8 [2021-02-02T06:15:44.889Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T06:15:44.889Z] Removing intermediate container 8c85f56885ee [2021-02-02T06:15:44.889Z] ---> e77929e6b19c [2021-02-02T06:15:44.889Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T06:15:45.159Z] ---> Running in 48b69f9b7681 [2021-02-02T06:15:45.159Z] Removing intermediate container 9a23859e6e1e [2021-02-02T06:15:45.159Z] ---> dfa27109dd43 [2021-02-02T06:15:45.159Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:15:45.426Z] ---> 732315b1a435 [2021-02-02T06:15:45.426Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:45.426Z] ---> Running in af2cc6a1a60f [2021-02-02T06:15:45.699Z] Removing intermediate container 48b69f9b7681 [2021-02-02T06:15:45.699Z] ---> c0333f68b2e7 [2021-02-02T06:15:45.699Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T06:15:45.699Z] ---> 0d81c5c396ce [2021-02-02T06:15:45.699Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T06:15:45.699Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T06:15:45.699Z] ---> Running in 4320fa4eaf79 [2021-02-02T06:15:45.699Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T06:15:45.699Z] ---> aefe523efa57 [2021-02-02T06:15:45.699Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T06:15:45.699Z] ---> Running in 5fb307a878c4 [2021-02-02T06:15:45.985Z] ---> 840230b8e584 [2021-02-02T06:15:45.985Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T06:15:45.985Z] Removing intermediate container af2cc6a1a60f [2021-02-02T06:15:45.985Z] ---> aab0dc887369 [2021-02-02T06:15:45.985Z] Step 15/23 : WORKDIR / [2021-02-02T06:15:45.985Z] ---> Running in c052431b304e [2021-02-02T06:15:46.265Z] ---> Running in a2f6ec9c2179 [2021-02-02T06:15:46.265Z] ---> Running in 09778fc8a3da [2021-02-02T06:15:46.556Z] Removing intermediate container 5fb307a878c4 [2021-02-02T06:15:46.556Z] ---> 0dec3d3881ac [2021-02-02T06:15:46.556Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T06:15:46.556Z] Removing intermediate container a2f6ec9c2179 [2021-02-02T06:15:46.556Z] ---> ad9ad3e89b68 [2021-02-02T06:15:46.556Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:15:46.556Z] ---> Running in 1fa7a35615c4 [2021-02-02T06:15:46.832Z] Removing intermediate container 09778fc8a3da [2021-02-02T06:15:46.832Z] ---> 9955498055b4 [2021-02-02T06:15:46.832Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:46.832Z] ---> Running in 4539bbcf5720 [2021-02-02T06:15:47.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:47.426Z] Removing intermediate container 4539bbcf5720 [2021-02-02T06:15:47.426Z] ---> a83d52b81bb3 [2021-02-02T06:15:47.426Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T06:15:47.426Z] ---> 6617ad7ce1cd [2021-02-02T06:15:47.426Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T06:15:47.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:47.729Z] Removing intermediate container 1fa7a35615c4 [2021-02-02T06:15:47.729Z] ---> 0dfce6d295c4 [2021-02-02T06:15:47.729Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T06:15:47.729Z] ---> Running in ab45784e862f [2021-02-02T06:15:47.729Z] ---> Running in c6324381d6bb [2021-02-02T06:15:48.027Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T06:15:48.027Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T06:15:48.027Z] Executing bash-5.0.17-r0.post-install [2021-02-02T06:15:48.027Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:48.027Z] OK: 12 MiB in 22 packages [2021-02-02T06:15:48.315Z] Removing intermediate container c6324381d6bb [2021-02-02T06:15:48.315Z] ---> 605aa21a07c3 [2021-02-02T06:15:48.315Z] Step 20/21 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:15:48.315Z] Removing intermediate container ab45784e862f [2021-02-02T06:15:48.315Z] ---> 4515b447aa8b [2021-02-02T06:15:48.315Z] Step 21/22 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:15:48.632Z] ---> Running in dea52bce719b [2021-02-02T06:15:48.632Z] ---> Running in bba42ce85f44 [2021-02-02T06:15:48.632Z] Removing intermediate container 4320fa4eaf79 [2021-02-02T06:15:48.632Z] ---> 6c4aa452aca8 [2021-02-02T06:15:48.632Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T06:15:48.632Z] ---> 23e803e1b92e [2021-02-02T06:15:48.632Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:48.917Z] ---> Running in 2300b400f6b5 [2021-02-02T06:15:49.194Z] Removing intermediate container dea52bce719b [2021-02-02T06:15:49.194Z] ---> ee04c978e250 [2021-02-02T06:15:49.194Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T06:15:49.194Z] Removing intermediate container bba42ce85f44 [2021-02-02T06:15:49.194Z] ---> 2cc45e121d2c [2021-02-02T06:15:49.194Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:15:49.194Z] Removing intermediate container c052431b304e [2021-02-02T06:15:49.194Z] ---> d25fe4afcace [2021-02-02T06:15:49.194Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T06:15:49.194Z] ---> Running in a10f09ec5d42 [2021-02-02T06:15:49.194Z] ---> Running in ab5ce9dbf1f6 [2021-02-02T06:15:49.194Z] ---> efbc05a63ad6 [2021-02-02T06:15:49.194Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T06:15:49.194Z] ---> Running in c6e18eafc63e [2021-02-02T06:15:49.488Z] Removing intermediate container 2300b400f6b5 [2021-02-02T06:15:49.488Z] ---> a7937e10e697 [2021-02-02T06:15:49.488Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T06:15:49.488Z] ---> Running in 20d47d0f9159 [2021-02-02T06:15:49.774Z] Removing intermediate container a10f09ec5d42 [2021-02-02T06:15:49.775Z] ---> 9bc0527744b1 [2021-02-02T06:15:49.775Z] [2021-02-02T06:15:49.775Z] Removing intermediate container c6e18eafc63e [2021-02-02T06:15:49.775Z] ---> 086067b38081 [2021-02-02T06:15:49.775Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T06:15:49.775Z] Removing intermediate container ab5ce9dbf1f6 [2021-02-02T06:15:49.775Z] ---> 65d12a978aec [2021-02-02T06:15:49.775Z] [2021-02-02T06:15:50.075Z] ---> Running in f095dbb8786a [2021-02-02T06:15:50.076Z] Removing intermediate container 20d47d0f9159 [2021-02-02T06:15:50.076Z] ---> 5c9f7f373872 [2021-02-02T06:15:50.076Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:15:50.076Z] ---> 217de2a7a4e2 [2021-02-02T06:15:50.076Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T06:15:50.076Z] ---> Running in 634c17c4e34b [2021-02-02T06:15:50.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.297s coverage: 92.8% of statements [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T06:15:50.176Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T06:15:50.176Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T06:15:50.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T06:15:50.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 45.5% of statements [2021-02-02T06:15:50.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-02-02T06:15:50.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements [2021-02-02T06:15:50.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements [2021-02-02T06:15:50.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-02-02T06:15:50.352Z] ---> Running in c196a5f5bbb7 [2021-02-02T06:15:50.352Z] Successfully built 9bc0527744b1 [2021-02-02T06:15:50.352Z] Successfully built 65d12a978aec [2021-02-02T06:15:50.352Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T06:15:50.352Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-02T06:15:50.665Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T06:15:50.665Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-02T06:15:50.665Z] Removing intermediate container f095dbb8786a [2021-02-02T06:15:50.665Z] ---> 7cf6e0b99968 [2021-02-02T06:15:50.665Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T06:15:50.665Z] Removing intermediate container 634c17c4e34b [2021-02-02T06:15:50.665Z] ---> 145a2642f1b4 [2021-02-02T06:15:50.665Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:15:50.948Z] ---> Running in b2f5a5800e5f [2021-02-02T06:15:50.948Z] ---> Running in e34586d9e7e9 [2021-02-02T06:15:51.234Z] Removing intermediate container b2f5a5800e5f [2021-02-02T06:15:51.234Z] ---> baffe6d44495 [2021-02-02T06:15:51.234Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T06:15:51.234Z] Removing intermediate container e34586d9e7e9 [2021-02-02T06:15:51.234Z] ---> 044192b5b883 [2021-02-02T06:15:51.234Z] Step 22/23 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:15:51.516Z] ---> Running in 35a9ccb2cc29 [2021-02-02T06:15:52.116Z] Removing intermediate container 35a9ccb2cc29 [2021-02-02T06:15:52.116Z] ---> bb21fbe1742b [2021-02-02T06:15:52.116Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:15:54.781Z] ---> Running in bc9250115c6b [2021-02-02T06:15:54.781Z] ---> 42bd79e9bdc3 [2021-02-02T06:15:54.781Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:55.401Z] Removing intermediate container bc9250115c6b [2021-02-02T06:15:55.401Z] ---> 19a579e20e2f [2021-02-02T06:15:55.401Z] [2021-02-02T06:15:55.401Z] Removing intermediate container c196a5f5bbb7 [2021-02-02T06:15:55.401Z] ---> a69a2ad1ea9d [2021-02-02T06:15:55.401Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:56.172Z] Successfully built 19a579e20e2f [2021-02-02T06:15:56.172Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T06:15:56.172Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-02T06:15:57.183Z] ---> d686391f6932 [2021-02-02T06:15:57.183Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T06:15:57.869Z] ---> c67b23d3e793 [2021-02-02T06:15:57.869Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T06:15:59.297Z] ---> 94a5b4ad2d72 [2021-02-02T06:15:59.297Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T06:16:00.290Z] ---> c739bb104b1d [2021-02-02T06:16:00.290Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T06:16:00.290Z] ---> Running in eb462305273f [2021-02-02T06:16:01.334Z] ---> 6e06af1b2c1c [2021-02-02T06:16:01.334Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T06:16:02.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:02.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:02.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-02-02T06:16:02.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-02-02T06:16:02.598Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T06:16:02.598Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T06:16:02.598Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T06:16:02.598Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T06:16:02.598Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T06:16:02.598Z] ---> 72dffc8a10de [2021-02-02T06:16:02.598Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T06:16:02.598Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T06:16:02.598Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T06:16:06.016Z] ---> f54d3697c634 [2021-02-02T06:16:06.016Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T06:16:06.016Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T06:16:06.016Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T06:16:06.294Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T06:16:06.294Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T06:16:06.569Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T06:16:07.587Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T06:16:07.587Z] ---> Running in 99a06086b0c5 [2021-02-02T06:16:07.587Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T06:16:08.653Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T06:16:08.653Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T06:16:08.924Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T06:16:09.902Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T06:16:09.902Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T06:16:10.179Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T06:16:10.179Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T06:16:10.179Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T06:16:10.179Z] Removing intermediate container 99a06086b0c5 [2021-02-02T06:16:10.179Z] ---> b1ae7e231171 [2021-02-02T06:16:10.179Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T06:16:10.179Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T06:16:10.445Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T06:16:10.445Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T06:16:10.446Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T06:16:11.037Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T06:16:11.628Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T06:16:11.901Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T06:16:11.901Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T06:16:12.180Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T06:16:12.454Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T06:16:12.454Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T06:16:15.658Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:15.938Z] OK: 71 MiB in 55 packages [2021-02-02T06:16:15.938Z] ---> bbcab5a2e802 [2021-02-02T06:16:15.938Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.125s coverage: 92.9% of statements [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.4% of statements [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 63.5% of statements [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.769s coverage: 68.9% of statements [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T06:16:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.302s coverage: 37.0% of statements [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T06:16:16.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T06:16:17.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.658s coverage: 84.0% of statements [2021-02-02T06:16:17.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements [2021-02-02T06:16:17.917Z] ---> Running in 950d39359518 [2021-02-02T06:16:20.534Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:20.534Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:20.534Z] ---> bf8788a62fef [2021-02-02T06:16:20.534Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:16:20.534Z] ---> Using cache [2021-02-02T06:16:20.534Z] ---> 7527dfe28190 [2021-02-02T06:16:20.534Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:20.534Z] ---> Using cache [2021-02-02T06:16:20.534Z] ---> 73dedbd3663f [2021-02-02T06:16:20.534Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T06:16:20.534Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:20.534Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:20.534Z] ---> bf8788a62fef [2021-02-02T06:16:20.534Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:16:20.534Z] ---> Using cache [2021-02-02T06:16:20.534Z] ---> 7527dfe28190 [2021-02-02T06:16:20.534Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:20.534Z] ---> Using cache [2021-02-02T06:16:20.534Z] ---> 73dedbd3663f [2021-02-02T06:16:20.534Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:16:22.493Z] ---> Running in feb4615dfd07 [2021-02-02T06:16:22.493Z] ---> Running in 7e8320e1909f [2021-02-02T06:16:22.493Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:22.493Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:22.493Z] ---> bf8788a62fef [2021-02-02T06:16:22.493Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:16:22.493Z] ---> Using cache [2021-02-02T06:16:22.493Z] ---> 7527dfe28190 [2021-02-02T06:16:22.493Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:22.493Z] ---> Using cache [2021-02-02T06:16:22.493Z] ---> 73dedbd3663f [2021-02-02T06:16:22.493Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T06:16:23.455Z] ---> Running in 4f4728284741 [2021-02-02T06:16:23.733Z] Removing intermediate container 950d39359518 [2021-02-02T06:16:23.733Z] ---> 99e9cb758331 [2021-02-02T06:16:23.733Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T06:16:23.921Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.365s coverage: 47.1% of statements [2021-02-02T06:16:23.921Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T06:16:23.921Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T06:16:23.921Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T06:16:23.921Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T06:16:23.921Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T06:16:23.921Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-02-02T06:16:23.921Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T06:16:23.921Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-02-02T06:16:23.921Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T06:16:24.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:24.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:24.955Z] ---> Running in 7af4cf4173ab [2021-02-02T06:16:24.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:25.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:25.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:25.757Z] Removing intermediate container 7af4cf4173ab [2021-02-02T06:16:25.757Z] ---> 4803ad3585fc [2021-02-02T06:16:25.757Z] Step 28/31 : CMD ["gate"] [2021-02-02T06:16:25.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:25.757Z] OK: 233 MiB in 51 packages [2021-02-02T06:16:26.026Z] OK: 233 MiB in 51 packages [2021-02-02T06:16:26.616Z] OK: 233 MiB in 51 packages [2021-02-02T06:16:26.616Z] ---> Running in 31f13750f4b2 [2021-02-02T06:16:29.199Z] Removing intermediate container 31f13750f4b2 [2021-02-02T06:16:29.199Z] ---> e2ac52ac237b [2021-02-02T06:16:29.199Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T06:16:29.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.483s coverage: 29.1% of statements [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T06:16:29.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.239s coverage: 99.0% of statements [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T06:16:29.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T06:16:29.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.170s coverage: 100.0% of statements [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T06:16:29.336Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T06:16:29.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T06:16:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T06:16:29.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-02-02T06:16:29.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T06:16:29.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T06:16:29.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-02-02T06:16:29.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-02-02T06:16:30.616Z] Removing intermediate container feb4615dfd07 [2021-02-02T06:16:30.616Z] ---> a1f4f07d3d5b [2021-02-02T06:16:30.616Z] Step 6/23 : COPY go.mod . [2021-02-02T06:16:30.616Z] ---> Running in 3f4276b9ecb7 [2021-02-02T06:16:30.616Z] Removing intermediate container 7e8320e1909f [2021-02-02T06:16:30.616Z] ---> e78bfac8e9ec [2021-02-02T06:16:30.616Z] Step 6/22 : COPY go.mod . [2021-02-02T06:16:30.886Z] Removing intermediate container 4f4728284741 [2021-02-02T06:16:30.886Z] ---> e88d523c168a [2021-02-02T06:16:30.886Z] Step 6/23 : COPY go.mod . [2021-02-02T06:16:30.886Z] ---> e6ee1a1356e2 [2021-02-02T06:16:30.886Z] Step 7/23 : RUN go mod download [2021-02-02T06:16:30.886Z] ---> Running in fdd3b425fafc [2021-02-02T06:16:31.159Z] Removing intermediate container 3f4276b9ecb7 [2021-02-02T06:16:31.159Z] ---> d7d4f88d656b [2021-02-02T06:16:31.159Z] Step 30/31 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:16:31.438Z] ---> dd34b1c78faa [2021-02-02T06:16:31.438Z] Step 7/22 : RUN go mod download [2021-02-02T06:16:31.438Z] Removing intermediate container eb462305273f [2021-02-02T06:16:31.438Z] ---> b1ef6a8c9df4 [2021-02-02T06:16:31.438Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T06:16:31.578Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-02T06:16:31.705Z] ---> 0bf477cedc7e [2021-02-02T06:16:31.705Z] Step 7/23 : RUN go mod download [2021-02-02T06:16:31.978Z] ---> Running in cd2823022e59 [2021-02-02T06:16:31.978Z] ---> Running in 2f11679640af [2021-02-02T06:16:31.978Z] ---> Running in 13db73f0bbd7 [2021-02-02T06:16:31.978Z] ---> Running in 46373c930cb4 [2021-02-02T06:16:32.241Z] Removing intermediate container cd2823022e59 [2021-02-02T06:16:32.241Z] ---> 7841c4465fc5 [2021-02-02T06:16:32.241Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T06:16:32.557Z] GO111MODULE=on go vet ./... [2021-02-02T06:16:32.835Z] ---> Running in c19896b33a25 [2021-02-02T06:16:33.108Z] Removing intermediate container c19896b33a25 [2021-02-02T06:16:33.108Z] ---> ddebdff68796 [2021-02-02T06:16:33.108Z] [2021-02-02T06:16:33.378Z] Successfully built ddebdff68796 [2021-02-02T06:16:33.663Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T06:16:33.663Z] Building docker-security-secretstore-setup-go [2021-02-02T06:16:33.663Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container fdd3b425fafc [2021-02-02T06:16:33.663Z] ---> bcce81d7a61c [2021-02-02T06:16:33.663Z] Step 8/23 : COPY . . [2021-02-02T06:16:36.326Z] Collecting docker-compose==1.23.2 [2021-02-02T06:16:36.326Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T06:16:37.758Z] Removing intermediate container 2f11679640af [2021-02-02T06:16:37.759Z] ---> ddd4c491d0b8 [2021-02-02T06:16:37.759Z] Step 8/22 : COPY . . [2021-02-02T06:16:38.072Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T06:16:38.072Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T06:16:41.430Z] Removing intermediate container 46373c930cb4 [2021-02-02T06:16:41.430Z] ---> 6d3afb0d194a [2021-02-02T06:16:41.430Z] Step 8/23 : COPY . . [2021-02-02T06:16:42.034Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T06:16:42.034Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T06:16:46.325Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T06:16:46.325Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T06:16:46.325Z] 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-02T06:16:46.924Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T06:16:47.195Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T06:16:47.784Z] Collecting PyYAML<4,>=3.10 [2021-02-02T06:16:47.784Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T06:16:53.282Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T06:16:53.282Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T06:16:53.563Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T06:16:53.563Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T06:16:56.220Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T06:16:56.220Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T06:16:59.632Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T06:16:59.632Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T06:16:59.920Z] Collecting idna<2.8,>=2.5 [2021-02-02T06:16:59.920Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T06:17:00.532Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T06:17:00.532Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T06:17:00.826Z] 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-02T06:17:00.826Z] 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-02T06:17:00.826Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T06:17:00.826Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T06:17:01.430Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T06:17:01.430Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T06:17:01.430Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T06:17:01.430Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T06:17:02.446Z] Installing collected packages: texttable, docopt, websocket-client, jsonschema, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-02-02T06:17:02.446Z] Running setup.py install for texttable: started [2021-02-02T06:17:03.455Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:17:03.455Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:17:03.455Z] ---> bf8788a62fef [2021-02-02T06:17:03.455Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T06:17:03.737Z] ---> Using cache [2021-02-02T06:17:03.737Z] ---> 7527dfe28190 [2021-02-02T06:17:03.737Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:17:03.737Z] ---> Using cache [2021-02-02T06:17:03.737Z] ---> 73dedbd3663f [2021-02-02T06:17:03.737Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T06:17:03.737Z] ---> Using cache [2021-02-02T06:17:03.737Z] ---> a1f4f07d3d5b [2021-02-02T06:17:03.737Z] Step 6/24 : COPY go.mod . [2021-02-02T06:17:03.737Z] ---> Using cache [2021-02-02T06:17:03.737Z] ---> e6ee1a1356e2 [2021-02-02T06:17:03.737Z] Step 7/24 : RUN go mod download [2021-02-02T06:17:03.737Z] ---> Using cache [2021-02-02T06:17:03.737Z] ---> bcce81d7a61c [2021-02-02T06:17:03.737Z] Step 8/24 : COPY . . [2021-02-02T06:17:04.054Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T06:17:04.054Z] Running setup.py install for docopt: started [2021-02-02T06:17:05.039Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T06:17:08.550Z] Running setup.py install for PyYAML: started [2021-02-02T06:17:10.526Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T06:17:10.526Z] Attempting uninstall: idna [2021-02-02T06:17:10.526Z] Found existing installation: idna 2.9 [2021-02-02T06:17:10.526Z] Uninstalling idna-2.9: [2021-02-02T06:17:11.513Z] Successfully uninstalled idna-2.9 [2021-02-02T06:17:12.957Z] Attempting uninstall: urllib3 [2021-02-02T06:17:12.957Z] Found existing installation: urllib3 1.25.9 [2021-02-02T06:17:12.957Z] Uninstalling urllib3-1.25.9: [2021-02-02T06:17:13.996Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T06:17:14.971Z] Attempting uninstall: requests [2021-02-02T06:17:14.971Z] Found existing installation: requests 2.23.0 [2021-02-02T06:17:14.971Z] Uninstalling requests-2.23.0: [2021-02-02T06:17:15.235Z] Successfully uninstalled requests-2.23.0 [2021-02-02T06:17:16.186Z] ---> c79ff52869b2 [2021-02-02T06:17:16.186Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T06:17:17.142Z] ---> ef347612639f [2021-02-02T06:17:17.142Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T06:17:18.108Z] Running setup.py install for dockerpty: started [2021-02-02T06:17:18.108Z] ---> Running in b1cfc570f65e [2021-02-02T06:17:18.780Z] ---> Running in 31aa42ec867f [2021-02-02T06:17:19.060Z] ---> 79fd87877694 [2021-02-02T06:17:19.060Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T06:17:19.060Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T06:17:19.335Z] ---> Running in 3d3a13a354c3 [2021-02-02T06:17:19.643Z] 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-02T06:17:21.673Z] 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-02T06:17:21.673Z] 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-02T06:17:21.673Z] 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-02T06:17:27.259Z] Removing intermediate container 13db73f0bbd7 [2021-02-02T06:17:27.259Z] ---> eac21bd6ebd6 [2021-02-02T06:17:27.259Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T06:17:27.696Z] ---> Running in 38d0033ab61e [2021-02-02T06:17:31.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:31.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:31.382Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:17:31.677Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T06:17:31.677Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T06:17:31.677Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:31.677Z] OK: 72 MiB in 58 packages [2021-02-02T06:17:34.294Z] Removing intermediate container 38d0033ab61e [2021-02-02T06:17:34.294Z] ---> 315ce6768355 [2021-02-02T06:17:34.294Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T06:17:36.297Z] ---> Running in f8e2b2430a7c [2021-02-02T06:17:36.297Z] Removing intermediate container f8e2b2430a7c [2021-02-02T06:17:36.297Z] ---> c7e54709635e [2021-02-02T06:17:36.297Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:17:36.613Z] ---> Running in 99eb230938e0 [2021-02-02T06:17:36.613Z] ---> 8f9408f83375 [2021-02-02T06:17:36.613Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T06:17:36.613Z] ---> Running in 3122c7357929 [2021-02-02T06:17:36.893Z] Removing intermediate container 99eb230938e0 [2021-02-02T06:17:36.893Z] ---> ed719cc42b15 [2021-02-02T06:17:36.893Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T06:17:37.202Z] ---> Running in 7725dc074b02 [2021-02-02T06:17:37.830Z] Removing intermediate container 7725dc074b02 [2021-02-02T06:17:37.831Z] ---> 8abf0c44a023 [2021-02-02T06:17:37.831Z] Step 25/26 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:17:38.112Z] ---> Running in daf4b8a5b131 [2021-02-02T06:17:38.388Z] 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-02T06:17:38.991Z] Removing intermediate container daf4b8a5b131 [2021-02-02T06:17:38.991Z] ---> 294955545a3c [2021-02-02T06:17:38.991Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T06:17:39.269Z] ---> Running in b733f84afb73 [2021-02-02T06:17:39.546Z] Removing intermediate container b733f84afb73 [2021-02-02T06:17:39.546Z] ---> 0f68b5a639cd [2021-02-02T06:17:39.546Z] [2021-02-02T06:17:40.180Z] Successfully built 0f68b5a639cd [2021-02-02T06:17:40.180Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T06:17:54.386Z] gofmt -l . [2021-02-02T06:17:54.386Z] [ "`gofmt -l .`" = "" ] [2021-02-02T06:17:54.386Z] ./bin/test-go-mod-tidy.sh [2021-02-02T06:17:54.386Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T06:17:55.076Z] + ls -al . [2021-02-02T06:17:55.076Z] total 708 [2021-02-02T06:17:55.076Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 06:17 . [2021-02-02T06:17:55.076Z] drwxr-xr-x 4 root root 4096 Feb 2 06:13 .. [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 06:11 .dockerignore [2021-02-02T06:17:55.076Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 06:11 .git [2021-02-02T06:17:55.076Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 06:11 .github [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 06:11 .gitignore [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 06:11 .sonarcloud.properties [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:11 Attribution.txt [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:11 CONTRIBUTING.md [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 06:11 Dockerfile.build [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 06:11 Jenkinsfile [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:11 LICENSE [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:11 Makefile [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:11 README.md [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:11 SECURITY.md [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 06:08 VERSION [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:11 ZMQWindows.md [2021-02-02T06:17:55.076Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 06:11 bin [2021-02-02T06:17:55.076Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 06:11 cmd [2021-02-02T06:17:55.076Z] -rw-r--r-- 1 root root 574984 Feb 2 06:16 coverage.out [2021-02-02T06:17:55.076Z] -rw-r--r-- 1 root root 1054 Feb 2 06:17 go.mod [2021-02-02T06:17:55.076Z] -rw-r--r-- 1 root root 19399 Feb 2 06:17 go.sum [2021-02-02T06:17:55.076Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 06:11 internal [2021-02-02T06:17:55.076Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 06:11 openapi [2021-02-02T06:17:55.076Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 06:11 snap [2021-02-02T06:17:55.076Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 06:11 version.go [Pipeline] sh [2021-02-02T06:17:55.765Z] + '[' -e coverage.out ] [2021-02-02T06:17:55.766Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T06:17:55.807Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T06:17:57.091Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T06:17:57.824Z] + make build [2021-02-02T06:17:57.824Z] 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-02T06:18:07.270Z]  Building docker-sys-mgmt-agent-go ... done 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-02T06:18:07.270Z] Removing intermediate container 31aa42ec867f [2021-02-02T06:18:07.270Z] ---> f6d552f975db [2021-02-02T06:18:07.270Z] [2021-02-02T06:18:07.270Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:18:07.270Z] ---> 389fef711851 [2021-02-02T06:18:07.270Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T06:18:07.270Z] Removing intermediate container b1cfc570f65e [2021-02-02T06:18:07.270Z] ---> 2e79cddb3a3e [2021-02-02T06:18:07.270Z] [2021-02-02T06:18:07.270Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:18:07.270Z] ---> 389fef711851 [2021-02-02T06:18:07.270Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:18:07.270Z] ---> Using cache [2021-02-02T06:18:07.270Z] ---> 0a205f0c3558 [2021-02-02T06:18:07.270Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:18:07.270Z] ---> Using cache [2021-02-02T06:18:07.270Z] ---> ade1beb986cf [2021-02-02T06:18:07.270Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T06:18:07.270Z] ---> Running in 08997012b6ab [2021-02-02T06:18:07.270Z] ---> Running in 42f41cd2a18d [2021-02-02T06:18:07.270Z] Removing intermediate container 42f41cd2a18d [2021-02-02T06:18:07.270Z] ---> 121be61eacc2 [2021-02-02T06:18:07.270Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:18:07.270Z] ---> Running in 9ce473e40c38 [2021-02-02T06:18:07.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:07.270Z] Removing intermediate container 9ce473e40c38 [2021-02-02T06:18:07.270Z] ---> e6f2a5a83c95 [2021-02-02T06:18:07.270Z] Step 15/23 : WORKDIR / [2021-02-02T06:18:07.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:07.538Z] ---> Running in 13dfbf51a646 [2021-02-02T06:18:07.538Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T06:18:07.805Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:18:07.805Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:18:07.805Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:18:07.805Z] OK: 6 MiB in 16 packages [2021-02-02T06:18:08.076Z] Removing intermediate container 13dfbf51a646 [2021-02-02T06:18:08.076Z] ---> d0beae8efba7 [2021-02-02T06:18:08.076Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:18:10.267Z] 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-02T06:18:12.328Z] ---> 589adcf0144d [2021-02-02T06:18:12.329Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T06:18:13.734Z] Removing intermediate container 3d3a13a354c3 [2021-02-02T06:18:13.734Z] ---> a70fc7dabd70 [2021-02-02T06:18:13.734Z] [2021-02-02T06:18:13.734Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:18:13.734Z] ---> 389fef711851 [2021-02-02T06:18:13.734Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T06:18:13.734Z] ---> e5fa16f88203 [2021-02-02T06:18:13.734Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T06:18:13.734Z] Removing intermediate container 08997012b6ab [2021-02-02T06:18:13.734Z] ---> d51a72877526 [2021-02-02T06:18:13.734Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:18:13.734Z] ---> Running in 54519448e9e2 [2021-02-02T06:18:13.734Z] Removing intermediate container 3122c7357929 [2021-02-02T06:18:13.734Z] ---> 6ca4095c7eb0 [2021-02-02T06:18:13.734Z] [2021-02-02T06:18:13.734Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T06:18:13.734Z] ---> 389fef711851 [2021-02-02T06:18:13.734Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T06:18:14.149Z] ---> Running in 2098c8532241 [2021-02-02T06:18:14.149Z] ---> Running in 5564e8053b4b [2021-02-02T06:18:14.149Z] Removing intermediate container 54519448e9e2 [2021-02-02T06:18:14.149Z] ---> 2e7c03782b66 [2021-02-02T06:18:14.149Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T06:18:14.419Z] Removing intermediate container 2098c8532241 [2021-02-02T06:18:14.419Z] ---> 98de07a83737 [2021-02-02T06:18:14.419Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T06:18:14.419Z] ---> 37aa5f343b51 [2021-02-02T06:18:14.419Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T06:18:14.419Z] ---> Running in 608d693aacd6 [2021-02-02T06:18:14.419Z] ---> Running in 1cb3896ecbc6 [2021-02-02T06:18:14.419Z] ---> Running in 7d4e4a13ee1b [2021-02-02T06:18:14.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:14.687Z] Removing intermediate container 1cb3896ecbc6 [2021-02-02T06:18:14.687Z] ---> fa3f3d6987a0 [2021-02-02T06:18:14.687Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:18:14.687Z] Removing intermediate container 608d693aacd6 [2021-02-02T06:18:14.687Z] ---> 2ac388da7121 [2021-02-02T06:18:14.687Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T06:18:14.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:14.687Z] Removing intermediate container 7d4e4a13ee1b [2021-02-02T06:18:14.687Z] ---> 42991cdfd80e [2021-02-02T06:18:14.687Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:18:14.952Z] ---> Running in 1036a14f6b57 [2021-02-02T06:18:14.952Z] ---> Running in fadf80da3449 [2021-02-02T06:18:14.952Z] ---> Running in 7d7963a2ab60 [2021-02-02T06:18:14.952Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T06:18:14.952Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:18:14.952Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T06:18:14.952Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T06:18:14.952Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T06:18:14.952Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:18:14.952Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:18:15.218Z] OK: 7 MiB in 19 packages [2021-02-02T06:18:15.493Z] Removing intermediate container fadf80da3449 [2021-02-02T06:18:15.493Z] ---> 44142956b898 [2021-02-02T06:18:15.493Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:18:15.493Z] Removing intermediate container 1036a14f6b57 [2021-02-02T06:18:15.493Z] ---> c3b97a987cbb [2021-02-02T06:18:15.493Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:18:15.493Z] Removing intermediate container 7d7963a2ab60 [2021-02-02T06:18:15.493Z] ---> 87bffe586e04 [2021-02-02T06:18:15.493Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:18:15.760Z] ---> Running in ef2c8b5cb991 [2021-02-02T06:18:16.027Z] ---> Running in eeeb51b9015b [2021-02-02T06:18:16.608Z] ---> 6533ba2a7d87 [2021-02-02T06:18:16.608Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T06:18:16.608Z] Removing intermediate container eeeb51b9015b [2021-02-02T06:18:16.608Z] ---> 10759d292b0a [2021-02-02T06:18:16.608Z] Step 22/23 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:18:16.875Z] Removing intermediate container 5564e8053b4b [2021-02-02T06:18:16.875Z] ---> 0b0a1b72e489 [2021-02-02T06:18:16.875Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:18:16.875Z] ---> Running in d9cfb2e9c7d9 [2021-02-02T06:18:16.875Z] ---> Running in ca27d52c69d0 [2021-02-02T06:18:17.140Z] Removing intermediate container d9cfb2e9c7d9 [2021-02-02T06:18:17.140Z] ---> 6eebbdb83c26 [2021-02-02T06:18:17.140Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:18:17.406Z] ---> Running in 6265ce1d8045 [2021-02-02T06:18:17.406Z] ---> 4210e7e1db10 [2021-02-02T06:18:17.406Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T06:18:17.406Z] Removing intermediate container ca27d52c69d0 [2021-02-02T06:18:17.406Z] ---> 26299be3b1fc [2021-02-02T06:18:17.406Z] Step 13/24 : WORKDIR / [2021-02-02T06:18:17.406Z] ---> Running in 38e8c69306b8 [2021-02-02T06:18:17.669Z] Removing intermediate container 6265ce1d8045 [2021-02-02T06:18:17.669Z] ---> 0700a00fa335 [2021-02-02T06:18:17.669Z] [2021-02-02T06:18:18.244Z] Successfully built 0700a00fa335 [2021-02-02T06:18:18.509Z] ---> 00282dc51ae8 [2021-02-02T06:18:18.509Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T06:18:18.509Z] Removing intermediate container ef2c8b5cb991 [2021-02-02T06:18:18.509Z] ---> d56036ca873f [2021-02-02T06:18:18.509Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T06:18:18.509Z] Successfully tagged docker-core-command-go:latest [2021-02-02T06:18:18.509Z]  Building docker-core-command-go ... done Removing intermediate container 38e8c69306b8 [2021-02-02T06:18:18.509Z] ---> 083e6d05de20 [2021-02-02T06:18:18.509Z] 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-02T06:18:18.509Z] ---> Running in c2f752f7b378 [2021-02-02T06:18:18.509Z] ---> Running in 490afa6fb484 [2021-02-02T06:18:18.775Z] ---> 5862d9a3ecb3 [2021-02-02T06:18:18.775Z] 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-02T06:18:18.775Z] Removing intermediate container c2f752f7b378 [2021-02-02T06:18:18.775Z] ---> 1f8dbfb5946e [2021-02-02T06:18:18.775Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:18:19.037Z] ---> Running in 36f643bf43fd [2021-02-02T06:18:19.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:19.299Z] ---> 4e31e903f65f [2021-02-02T06:18:19.299Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T06:18:19.299Z] Removing intermediate container 36f643bf43fd [2021-02-02T06:18:19.299Z] ---> 471b52c38586 [2021-02-02T06:18:19.299Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T06:18:19.299Z] ---> Running in 4971df45d68b [2021-02-02T06:18:19.563Z] ---> 5fa3338d0301 [2021-02-02T06:18:19.563Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T06:18:19.563Z] Removing intermediate container 4971df45d68b [2021-02-02T06:18:19.563Z] ---> 0c145763fd36 [2021-02-02T06:18:19.563Z] Step 21/22 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:18:19.563Z] ---> Running in 2855e54c6311 [2021-02-02T06:18:19.827Z] Removing intermediate container 2855e54c6311 [2021-02-02T06:18:19.827Z] ---> 5c5651155718 [2021-02-02T06:18:19.827Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:18:19.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:19.827Z] ---> Running in 1070ea2ce421 [2021-02-02T06:18:20.093Z] ---> 18810e12fcc4 [2021-02-02T06:18:20.093Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T06:18:20.093Z] Removing intermediate container 1070ea2ce421 [2021-02-02T06:18:20.093Z] ---> dca858d7a076 [2021-02-02T06:18:20.093Z] [2021-02-02T06:18:20.358Z] Successfully built dca858d7a076 [2021-02-02T06:18:20.358Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T06:18:20.621Z]  Building docker-support-notifications-go ... done  ---> 03f841c2d62e [2021-02-02T06:18:20.621Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T06:18:20.621Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T06:18:20.621Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T06:18:20.621Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T06:18:20.885Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T06:18:20.885Z] ---> 80e75dde095d [2021-02-02T06:18:20.885Z] 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-02T06:18:20.885Z] ---> Running in 41500aa54e3d [2021-02-02T06:18:21.150Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T06:18:21.150Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T06:18:21.151Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:18:21.151Z] OK: 8 MiB in 20 packages [2021-02-02T06:18:22.101Z] Removing intermediate container 490afa6fb484 [2021-02-02T06:18:22.101Z] ---> a6c0c9dc70e7 [2021-02-02T06:18:22.101Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:18:22.101Z] Removing intermediate container 41500aa54e3d [2021-02-02T06:18:22.101Z] ---> b84bfc14b5c4 [2021-02-02T06:18:22.101Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T06:18:22.101Z] ---> Running in 2e0bef1846a5 [2021-02-02T06:18:22.363Z] Removing intermediate container 2e0bef1846a5 [2021-02-02T06:18:22.363Z] ---> 91f6889521c0 [2021-02-02T06:18:22.363Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T06:18:22.363Z] ---> 4e5e048ed6e7 [2021-02-02T06:18:22.363Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T06:18:22.363Z] ---> Running in 09b36c084842 [2021-02-02T06:18:22.633Z] Removing intermediate container 09b36c084842 [2021-02-02T06:18:22.633Z] ---> 1187320f4640 [2021-02-02T06:18:22.633Z] Step 23/24 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:18:22.897Z] ---> Running in 535f1b63398c [2021-02-02T06:18:22.897Z] ---> 29b01da75537 [2021-02-02T06:18:22.897Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T06:18:22.897Z] Removing intermediate container 535f1b63398c [2021-02-02T06:18:22.897Z] ---> eeacf6d0080c [2021-02-02T06:18:22.897Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T06:18:23.162Z] ---> Running in 0ab7d9532146 [2021-02-02T06:18:23.162Z] ---> cfce92053d67 [2021-02-02T06:18:23.162Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T06:18:23.739Z] Removing intermediate container 0ab7d9532146 [2021-02-02T06:18:23.739Z] ---> 2aaae0cba565 [2021-02-02T06:18:23.739Z] [2021-02-02T06:18:23.739Z] ---> Running in 337f30ad7ba6 [2021-02-02T06:18:23.739Z] Successfully built 2aaae0cba565 [2021-02-02T06:18:23.739Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T06:18:24.003Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 337f30ad7ba6 [2021-02-02T06:18:24.003Z] ---> 5b7a0d37c91c [2021-02-02T06:18:24.003Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:18:24.003Z] ---> Running in d3a8791e50eb [2021-02-02T06:18:24.267Z] Removing intermediate container d3a8791e50eb [2021-02-02T06:18:24.267Z] ---> 2d1be57ca636 [2021-02-02T06:18:24.267Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:18:24.267Z] ---> Running in 2d7febf3c8f0 [2021-02-02T06:18:24.531Z] Removing intermediate container 2d7febf3c8f0 [2021-02-02T06:18:24.531Z] ---> e6f5b033faf6 [2021-02-02T06:18:24.531Z] Step 22/23 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:18:24.531Z] ---> Running in 359102f9e172 [2021-02-02T06:18:24.531Z] Removing intermediate container 359102f9e172 [2021-02-02T06:18:24.531Z] ---> 0fba4cd9c969 [2021-02-02T06:18:24.531Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:18:24.795Z] ---> Running in 6b253e5104ed [2021-02-02T06:18:24.795Z] Removing intermediate container 6b253e5104ed [2021-02-02T06:18:24.795Z] ---> 15ee12383b70 [2021-02-02T06:18:24.795Z] [2021-02-02T06:18:25.058Z] Successfully built 15ee12383b70 [2021-02-02T06:18:25.058Z] Successfully tagged docker-core-data-go:latest [2021-02-02T06:18:25.348Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-02T06:18:25.416Z] $ docker stop --time=1 fa2a9e2a41618d58d464fdb44113a1c810e9556c2212b553a75e09fdf39262d0 [2021-02-02T06:18:27.157Z] $ docker rm -f fa2a9e2a41618d58d464fdb44113a1c810e9556c2212b553a75e09fdf39262d0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:18:27.793Z] + docker images [2021-02-02T06:18:27.793Z] + grep docker [2021-02-02T06:18:28.056Z] docker-core-data-go latest 15ee12383b70 4 seconds ago 22.3MB [2021-02-02T06:18:28.056Z] docker-security-secretstore-setup-go latest 2aaae0cba565 5 seconds ago 24.6MB [2021-02-02T06:18:28.056Z] docker-support-notifications-go latest dca858d7a076 9 seconds ago 16.9MB [2021-02-02T06:18:28.056Z] docker-core-command-go latest 0700a00fa335 11 seconds ago 16.9MB [2021-02-02T06:18:28.056Z] docker-sys-mgmt-agent-go latest 0f68b5a639cd 49 seconds ago 313MB [2021-02-02T06:18:28.056Z] docker-security-bootstrapper-go latest ddebdff68796 About a minute ago 23.8MB [2021-02-02T06:18:28.056Z] docker-core-metadata-go latest 19a579e20e2f 2 minutes ago 18.8MB [2021-02-02T06:18:28.056Z] docker-security-proxy-setup-go latest 9bc0527744b1 2 minutes ago 24.4MB [2021-02-02T06:18:28.056Z] docker-support-scheduler-go latest 65d12a978aec 2 minutes ago 17MB [2021-02-02T06:18:28.056Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-02T06:18:37.105Z] 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-02T06:18:39.724Z] 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-02T06:18:44.138Z] Still waiting to schedule task [2021-02-02T06:18:44.138Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-02T06:18:45.139Z] 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-02T06:18:45.733Z] 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-02T06:18:52.455Z] 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-02T06:18:57.853Z] 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-02T06:19:02.154Z] 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-02T06:19:07.546Z] 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-02T06:19:10.937Z] 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-02T06:19:15.241Z] 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-02T06:19:19.544Z] 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-02T06:19:26.371Z] $ docker stop --time=1 9adfff26929903fa1f6100f83174512e4ae8fe8d29aafc87d69c70e93b7f71e8 [2021-02-02T06:19:28.822Z] $ docker rm -f 9adfff26929903fa1f6100f83174512e4ae8fe8d29aafc87d69c70e93b7f71e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:19:31.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:19:31.385Z] [2021-02-02T06:19:31.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:19:31.811Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:19:32.086Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T06:19:32.086Z] 29e5d40040c1: Pulling fs layer [2021-02-02T06:19:32.086Z] 1ce36da41761: Pulling fs layer [2021-02-02T06:19:32.086Z] 25b303627fd3: Pulling fs layer [2021-02-02T06:19:32.727Z] 29e5d40040c1: Verifying Checksum [2021-02-02T06:19:32.727Z] 29e5d40040c1: Download complete [2021-02-02T06:19:33.002Z] 1ce36da41761: Verifying Checksum [2021-02-02T06:19:33.002Z] 1ce36da41761: Download complete [2021-02-02T06:19:33.277Z] 29e5d40040c1: Pull complete [2021-02-02T06:19:34.727Z] 1ce36da41761: Pull complete [2021-02-02T06:19:34.727Z] 25b303627fd3: Verifying Checksum [2021-02-02T06:19:34.727Z] 25b303627fd3: Download complete [2021-02-02T06:19:44.874Z] 25b303627fd3: Pull complete [2021-02-02T06:19:44.874Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T06:19:44.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:19:44.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T06:19:45.136Z] prd-ubuntu18.04-docker-arm64-4c-16g-24533 does not seem to be running inside a container [2021-02-02T06:19:45.246Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T06:19:48.607Z] $ docker top b255269b43ee57d25e100da8e4f5ddc167dfb5f63699e420ce06d17c2c08a311 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:19:49.653Z] + docker-compose build --help [2021-02-02T06:19:49.653Z] + grep parallel [2021-02-02T06:19:55.044Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T06:19:55.111Z] $ docker stop --time=1 b255269b43ee57d25e100da8e4f5ddc167dfb5f63699e420ce06d17c2c08a311 [2021-02-02T06:19:57.006Z] $ docker rm -f b255269b43ee57d25e100da8e4f5ddc167dfb5f63699e420ce06d17c2c08a311 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:19:57.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:19:57.930Z] . [Pipeline] withDockerContainer [2021-02-02T06:19:58.187Z] prd-ubuntu18.04-docker-arm64-4c-16g-24533 does not seem to be running inside a container [2021-02-02T06:19:58.288Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T06:19:59.530Z] $ docker top 9b8995ec8b2693a7c03063aaf6d9b403355d293c6c06b40e0638a5529f1209a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:20:00.583Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T06:20:04.891Z] Building docker-core-command-go ... [2021-02-02T06:20:04.891Z] Building docker-core-data-go ... [2021-02-02T06:20:04.891Z] Building docker-core-metadata-go ... [2021-02-02T06:20:04.891Z] Building docker-security-bootstrapper-go ... [2021-02-02T06:20:04.891Z] Building docker-security-proxy-setup-go ... [2021-02-02T06:20:04.891Z] Building docker-security-secretstore-setup-go ... [2021-02-02T06:20:04.891Z] Building docker-support-notifications-go ... [2021-02-02T06:20:04.891Z] Building docker-support-scheduler-go ... [2021-02-02T06:20:04.891Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T06:20:04.891Z] Building docker-support-notifications-go [2021-02-02T06:20:04.891Z] Building docker-security-bootstrapper-go [2021-02-02T06:20:04.891Z] Building docker-security-proxy-setup-go [2021-02-02T06:20:04.891Z] Building docker-support-scheduler-go [2021-02-02T06:20:04.891Z] Building docker-core-command-go [2021-02-02T06:20:19.244Z] Running on prd-ubuntu18.04-docker-8c-8g-24545 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-02T06:20:19.354Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-02T06:20:21.515Z] using credential edgex-jenkins-ssh [2021-02-02T06:20:21.571Z] Cloning the remote Git repository [2021-02-02T06:20:21.598Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:20:21.671Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-02T06:20:21.696Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:20:21.697Z] > git --version # timeout=10 [2021-02-02T06:20:21.702Z] > git --version # 'git version 2.17.1' [2021-02-02T06:20:21.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:20:21.728Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:20:42.285Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:20:42.409Z] Merge succeeded, producing 841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:20:42.409Z] Checking out Revision 841d489cfe614676ae574a25cc9174e0e37bb1d2 (PR-3109) [2021-02-02T06:20:41.718Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:20:41.728Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:20:41.741Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:20:41.756Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:20:41.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:20:41.761Z] > 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-02T06:20:42.297Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:20:42.302Z] > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [2021-02-02T06:20:42.380Z] > git remote # timeout=10 [2021-02-02T06:20:42.390Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T06:20:42.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:20:42.399Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T06:20:42.406Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T06:20:42.414Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:20:42.418Z] > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [2021-02-02T06:20:46.094Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-02-02T06:20:46.120Z] > git --version # timeout=10 [2021-02-02T06:20:46.123Z] > git --version # 'git version 2.17.1' [2021-02-02T06:20:46.128Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:20:47.269Z] + echo snap-build.sh [2021-02-02T06:20:47.269Z] snap-build.sh [2021-02-02T06:20:47.269Z] + SNAP_BASE_DIR=. [2021-02-02T06:20:47.269Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-02-02T06:20:47.269Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-02-02T06:20:47.269Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-02-02T06:20:47.269Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-02-02T06:20:47.269Z] + cd /w/workspace/edgex-go/1 [2021-02-02T06:20:47.269Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T06:20:47.269Z] Reading package lists... [2021-02-02T06:20:47.269Z] Building dependency tree... [2021-02-02T06:20:47.269Z] Reading state information... [2021-02-02T06:20:47.533Z] The following packages were automatically installed and are no longer required: [2021-02-02T06:20:47.533Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T06:20:47.533Z] uidmap xdelta3 [2021-02-02T06:20:47.533Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T06:20:47.533Z] The following packages will be REMOVED: [2021-02-02T06:20:47.533Z] lxd* lxd-client* [2021-02-02T06:20:47.804Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T06:20:47.804Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T06:20:48.862Z] (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-02T06:20:48.862Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:20:49.814Z] Removing lxd dnsmasq configuration [2021-02-02T06:20:49.815Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:20:50.078Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T06:20:51.023Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T06:20:51.023Z] (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-02T06:20:51.023Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:20:52.425Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T06:20:52.425Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T06:20:53.815Z] + sudo snap remove --purge lxd [2021-02-02T06:20:54.078Z] snap "lxd" is not installed [2021-02-02T06:20:54.078Z] + sudo groupadd --force --system lxd [2021-02-02T06:20:54.078Z] ++ whoami [2021-02-02T06:20:54.078Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T06:20:54.078Z] + newgrp - lxd [2021-02-02T06:20:54.078Z] + sudo snap install lxd [2021-02-02T06:21:02.233Z] 2021-02-02T06:20:59Z INFO Waiting for automatic snapd restart... [2021-02-02T06:21:12.261Z] lxd 4.10 from Canonical* installed [2021-02-02T06:21:12.261Z] + sudo lxd init --auto [2021-02-02T06:21:12.882Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:21:12.882Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:21:12.882Z] ---> 7485ccf21844 [2021-02-02T06:21:12.882Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T06:21:12.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:21:12.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:21:12.882Z] ---> 7485ccf21844 [2021-02-02T06:21:12.882Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:21:12.882Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:21:12.882Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:21:12.882Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:21:12.882Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:21:12.882Z] ---> 7485ccf21844 [2021-02-02T06:21:12.882Z] ---> 7485ccf21844 [2021-02-02T06:21:12.882Z] Step 3/22 : WORKDIR /edgex-goStep 3/31 : WORKDIR /edgex-go [2021-02-02T06:21:12.882Z] [2021-02-02T06:21:12.882Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:21:12.882Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:21:12.882Z] ---> 7485ccf21844 [2021-02-02T06:21:12.882Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:21:14.846Z] ---> Running in 9d69f1eef83d [2021-02-02T06:21:14.846Z] ---> Running in 1d6c05d816a1 [2021-02-02T06:21:14.846Z] ---> Running in 2f3cc3f57aec [2021-02-02T06:21:14.846Z] ---> Running in b36b47567b84 [2021-02-02T06:21:14.846Z] ---> Running in ee47dbddc117 [2021-02-02T06:21:15.121Z] Removing intermediate container 1d6c05d816a1 [2021-02-02T06:21:15.121Z] ---> 3962e75affea [2021-02-02T06:21:15.121Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:21:15.399Z] ---> Running in 4ced5f52ddf7 [2021-02-02T06:21:15.400Z] Removing intermediate container b36b47567b84 [2021-02-02T06:21:15.400Z] ---> 090901e13f66 [2021-02-02T06:21:15.400Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:21:15.400Z] Removing intermediate container 9d69f1eef83d [2021-02-02T06:21:15.400Z] ---> 06972d8833f8 [2021-02-02T06:21:15.400Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:21:15.675Z] Removing intermediate container 2f3cc3f57aec [2021-02-02T06:21:15.675Z] ---> 8c284eaca591 [2021-02-02T06:21:15.675Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container ee47dbddc117 [2021-02-02T06:21:15.675Z] ---> 1343ecd926da [2021-02-02T06:21:15.675Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:21:15.675Z] [2021-02-02T06:21:15.951Z] ---> Running in 58f33b53a975 [2021-02-02T06:21:15.951Z] ---> Running in a981a27a1618 [2021-02-02T06:21:15.951Z] ---> Running in 1712350ca493 [2021-02-02T06:21:15.951Z] ---> Running in 9ab18fa044ae [2021-02-02T06:21:19.359Z] Removing intermediate container 4ced5f52ddf7 [2021-02-02T06:21:19.359Z] ---> 8b2aa3a26c81 [2021-02-02T06:21:19.359Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T06:21:19.359Z] ---> Running in 9735e0f90878 [2021-02-02T06:21:20.337Z] Removing intermediate container 58f33b53a975 [2021-02-02T06:21:20.337Z] ---> a39e237856b5 [2021-02-02T06:21:20.337Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T06:21:20.337Z] Removing intermediate container 9ab18fa044ae [2021-02-02T06:21:20.337Z] ---> 23369138bc3c [2021-02-02T06:21:20.337Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T06:21:20.337Z] Removing intermediate container 1712350ca493 [2021-02-02T06:21:20.337Z] ---> 12378f0479c0 [2021-02-02T06:21:20.337Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:21:20.337Z] ---> Running in 2d9650167cf3 [2021-02-02T06:21:20.337Z] ---> Running in b3b43c1f78cb [2021-02-02T06:21:20.616Z] ---> Running in 293d0b4b1f17 [2021-02-02T06:21:20.616Z] Removing intermediate container a981a27a1618 [2021-02-02T06:21:20.616Z] ---> 9edeb6af6e8e [2021-02-02T06:21:20.616Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T06:21:20.893Z] ---> Running in e6cf3c611d08 [2021-02-02T06:21:21.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:22.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:22.291Z] + sudo snap install --classic snapcraft [2021-02-02T06:21:22.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:22.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:22.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:22.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:22.983Z] OK: 217 MiB in 51 packages [2021-02-02T06:21:23.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:23.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:23.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:24.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:21:24.157Z] Removing intermediate container 9735e0f90878 [2021-02-02T06:21:24.157Z] ---> 78094e704da3 [2021-02-02T06:21:24.157Z] Step 6/21 : COPY go.mod . [2021-02-02T06:21:24.428Z] OK: 217 MiB in 51 packages [2021-02-02T06:21:25.028Z] ---> c3ea7b69898f [2021-02-02T06:21:25.028Z] Step 7/21 : RUN go mod download [2021-02-02T06:21:25.028Z] ---> Running in 0a6f7ad5ccdd [2021-02-02T06:21:25.311Z] OK: 217 MiB in 51 packages [2021-02-02T06:21:25.919Z] Removing intermediate container b3b43c1f78cb [2021-02-02T06:21:25.919Z] ---> a80da92f464c [2021-02-02T06:21:25.919Z] Step 6/31 : COPY go.mod . [2021-02-02T06:21:25.919Z] OK: 217 MiB in 51 packages [2021-02-02T06:21:26.509Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T06:21:26.509Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T06:21:26.509Z] + patch --verbose -p1 [2021-02-02T06:21:26.509Z] Hmm... Looks like a unified diff to me... [2021-02-02T06:21:26.509Z] The text leading up to this was: [2021-02-02T06:21:26.509Z] -------------------------- [2021-02-02T06:21:26.509Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T06:21:26.509Z] |From: Tony Espy [2021-02-02T06:21:26.509Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T06:21:26.509Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T06:21:26.509Z] | [2021-02-02T06:21:26.509Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T06:21:26.509Z] |optimize the snap CI check run for pull requests. When [2021-02-02T06:21:26.509Z] |applied, it essentially strips out everything (apps and [2021-02-02T06:21:26.509Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T06:21:26.509Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T06:21:26.509Z] |catch changes to edgex-go that break the snap build. [2021-02-02T06:21:26.509Z] | [2021-02-02T06:21:26.509Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T06:21:26.509Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T06:21:26.509Z] |resulting in a failed snap build CI check in the associated [2021-02-02T06:21:26.509Z] |pull request. [2021-02-02T06:21:26.509Z] | [2021-02-02T06:21:26.509Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T06:21:26.509Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T06:21:26.509Z] |need to build the finally binary .snap file (and it won't [2021-02-02T06:21:26.509Z] |work with the patch applied). This further reduces the build [2021-02-02T06:21:26.509Z] |time. [2021-02-02T06:21:26.509Z] |--- [2021-02-02T06:21:26.509Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T06:21:26.509Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T06:21:26.509Z] | [2021-02-02T06:21:26.509Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T06:21:26.509Z] |index 1e537489..faf42425 100644 [2021-02-02T06:21:26.509Z] |--- a/snap/snapcraft.yaml [2021-02-02T06:21:26.509Z] |+++ b/snap/snapcraft.yaml [2021-02-02T06:21:26.509Z] -------------------------- [2021-02-02T06:21:26.509Z] patching file snap/snapcraft.yaml [2021-02-02T06:21:26.509Z] Using Plan A... [2021-02-02T06:21:26.509Z] Hunk #1 succeeded at 73. [2021-02-02T06:21:26.509Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T06:21:26.509Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T06:21:26.509Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-02T06:21:26.509Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-02T06:21:26.509Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-02T06:21:26.509Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-02T06:21:26.509Z] Hunk #8 succeeded at 342. [2021-02-02T06:21:26.509Z] Hmm... Ignoring the trailing garbage. [2021-02-02T06:21:26.509Z] done [2021-02-02T06:21:26.509Z] + sudo snapcraft prime --use-lxd [2021-02-02T06:21:26.914Z] OK: 217 MiB in 51 packages [2021-02-02T06:21:26.914Z] ---> cc5a633013c8 [2021-02-02T06:21:26.914Z] Step 7/31 : RUN go mod download [2021-02-02T06:21:27.189Z] Removing intermediate container e6cf3c611d08 [2021-02-02T06:21:27.189Z] ---> 62008d9c9f52 [2021-02-02T06:21:27.189Z] Step 6/22 : COPY go.mod . [2021-02-02T06:21:27.189Z] ---> Running in f9e21acd208f [2021-02-02T06:21:27.794Z] Removing intermediate container 2d9650167cf3 [2021-02-02T06:21:27.794Z] ---> 876290f43839 [2021-02-02T06:21:27.794Z] Step 6/22 : COPY go.mod . [2021-02-02T06:21:27.898Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-02T06:21:27.898Z] 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-02T06:21:27.898Z] - README.md [2021-02-02T06:21:27.898Z] - snapcraft.yaml.orig [2021-02-02T06:21:27.898Z] [2021-02-02T06:21:27.898Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T06:21:28.407Z] ---> 6329ca07b152 [2021-02-02T06:21:28.407Z] Step 7/22 : RUN go mod download [2021-02-02T06:21:28.470Z] Launching a container. [2021-02-02T06:21:28.684Z] Removing intermediate container 293d0b4b1f17 [2021-02-02T06:21:28.684Z] ---> 30dc4dd3ad8c [2021-02-02T06:21:28.684Z] Step 6/23 : COPY go.mod . [2021-02-02T06:21:28.684Z] ---> Running in a857d8342c32 [2021-02-02T06:21:28.958Z] Removing intermediate container 0a6f7ad5ccdd [2021-02-02T06:21:28.958Z] ---> 0d7b51583598 [2021-02-02T06:21:28.958Z] Step 8/21 : COPY . . [2021-02-02T06:21:29.246Z] ---> 0171f6315ae5 [2021-02-02T06:21:29.246Z] Step 7/22 : RUN go mod download [2021-02-02T06:21:29.522Z] ---> Running in f7bc1211dea3 [2021-02-02T06:21:29.807Z] ---> 08277771708f [2021-02-02T06:21:29.807Z] Step 7/23 : RUN go mod download [2021-02-02T06:21:30.087Z] ---> Running in c12e05f33b8e [2021-02-02T06:21:32.082Z] Removing intermediate container f9e21acd208f [2021-02-02T06:21:32.082Z] ---> 084e21436a79 [2021-02-02T06:21:32.082Z] Step 8/31 : COPY . . [2021-02-02T06:21:33.554Z] Removing intermediate container a857d8342c32 [2021-02-02T06:21:33.555Z] ---> 6214a38d98c9 [2021-02-02T06:21:33.555Z] Step 8/22 : COPY . . [2021-02-02T06:21:34.544Z] Removing intermediate container f7bc1211dea3 [2021-02-02T06:21:34.544Z] ---> a95841a5fd04 [2021-02-02T06:21:34.544Z] Step 8/22 : COPY . . [2021-02-02T06:21:34.819Z] Removing intermediate container c12e05f33b8e [2021-02-02T06:21:34.819Z] ---> f2c450c4d198 [2021-02-02T06:21:34.819Z] Step 8/23 : COPY . . [2021-02-02T06:21:40.760Z] Waiting for container to be ready [2021-02-02T06:21:40.761Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-02T06:21:40.761Z] [2021-02-02T06:21:43.327Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-02T06:21:43.901Z] Waiting for network to be ready... [2021-02-02T06:21:44.163Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T06:21:44.163Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T06:21:44.163Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T06:21:44.427Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T06:21:44.427Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T06:21:44.427Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T06:21:44.427Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T06:21:44.427Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T06:21:44.427Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T06:21:44.427Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T06:21:44.689Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T06:21:44.689Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T06:21:44.953Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T06:21:45.218Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T06:21:45.218Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T06:21:45.218Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T06:21:45.218Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T06:21:45.218Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T06:21:45.797Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T06:21:45.797Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T06:21:46.060Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T06:21:46.060Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T06:21:46.060Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T06:21:46.060Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T06:21:46.060Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T06:21:46.060Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T06:21:46.060Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T06:21:48.608Z] Fetched 23.9 MB in 4s (5875 kB/s) [2021-02-02T06:21:49.180Z] Reading package lists... [2021-02-02T06:21:49.180Z] Reading package lists... [2021-02-02T06:21:49.440Z] Building dependency tree... [2021-02-02T06:21:49.441Z] Reading state information... [2021-02-02T06:21:49.711Z] The following additional packages will be installed: [2021-02-02T06:21:49.711Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T06:21:49.711Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T06:21:49.711Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T06:21:49.711Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-02T06:21:49.711Z] Suggested packages: [2021-02-02T06:21:49.711Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-02T06:21:49.711Z] Recommended packages: [2021-02-02T06:21:49.711Z] gnupg libsasl2-modules [2021-02-02T06:21:49.711Z] The following NEW packages will be installed: [2021-02-02T06:21:49.711Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T06:21:49.711Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T06:21:49.711Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T06:21:49.711Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-02T06:21:49.711Z] The following packages will be upgraded: [2021-02-02T06:21:49.711Z] gpg gpg-agent gpgconf libudev1 [2021-02-02T06:21:49.711Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-02T06:21:49.711Z] Need to get 3533 kB of archives. [2021-02-02T06:21:49.711Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-02T06:21:49.711Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-02T06:21:49.974Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-02T06:21:49.974Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-02T06:21:49.974Z] 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-02T06:21:49.974Z] 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-02T06:21:49.974Z] 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-02T06:21:49.974Z] 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-02T06:21:49.974Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-02T06:21:49.974Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-02T06:21:50.236Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-02T06:21:50.499Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-02T06:21:50.499Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-02T06:21:50.499Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-02T06:21:50.499Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-02T06:21:50.499Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-02T06:21:50.499Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-02T06:21:50.499Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-02T06:21:50.499Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-02T06:21:50.499Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-02T06:21:50.767Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-02T06:21:50.767Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-02T06:21:50.767Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-02T06:21:50.767Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:21:50.767Z] Fetched 3533 kB in 1s (3437 kB/s) [2021-02-02T06:21:51.029Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T06:21:51.029Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:51.029Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:21:51.029Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-02T06:21:51.292Z] Selecting previously unselected package udev. [2021-02-02T06:21:51.292Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T06:21:51.292Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:51.292Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-02T06:21:51.554Z] Selecting previously unselected package libfuse2:amd64. [2021-02-02T06:21:51.554Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T06:21:51.554Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T06:21:51.554Z] Selecting previously unselected package fuse. [2021-02-02T06:21:51.554Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T06:21:51.554Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-02T06:21:51.554Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:51.554Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:21:51.815Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:51.815Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:21:51.815Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:51.815Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:21:52.079Z] Selecting previously unselected package libksba8:amd64. [2021-02-02T06:21:52.079Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-02T06:21:52.079Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-02T06:21:52.079Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-02T06:21:52.079Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.079Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:52.079Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-02T06:21:52.079Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.079Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:52.341Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-02T06:21:52.341Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.341Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:52.341Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-02T06:21:52.341Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.341Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:52.605Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-02T06:21:52.605Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.605Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:52.605Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-02T06:21:52.605Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.605Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:52.605Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-02T06:21:52.605Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.869Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:52.869Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-02T06:21:52.869Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.869Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:52.869Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-02T06:21:52.869Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:21:52.869Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:53.132Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T06:21:53.132Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T06:21:53.132Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:21:53.132Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T06:21:53.132Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T06:21:53.132Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:21:53.132Z] Selecting previously unselected package libldap-common. [2021-02-02T06:21:53.132Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-02T06:21:53.132Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:21:53.394Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T06:21:53.394Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-02T06:21:53.394Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:21:53.394Z] Selecting previously unselected package dirmngr. [2021-02-02T06:21:53.394Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:53.394Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:53.394Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:21:53.654Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:53.654Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T06:21:53.654Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:21:53.654Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:21:53.654Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:53.654Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:53.654Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-02T06:21:53.654Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:21:53.654Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-02T06:21:54.230Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T06:21:54.230Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:54.230Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-02T06:21:54.230Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-02T06:21:54.230Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:54.493Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:54.493Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:54.493Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:54.493Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:54.493Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:54.493Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:54.493Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:21:54.493Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:21:54.493Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:54.493Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:21:55.066Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-02T06:21:55.066Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-02T06:21:55.066Z] This means they are not meant to be enabled using systemctl. [2021-02-02T06:21:55.066Z] Possible reasons for having this kind of units are: [2021-02-02T06:21:55.066Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-02T06:21:55.066Z] .wants/ or .requires/ directory. [2021-02-02T06:21:55.066Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-02T06:21:55.066Z] a requirement dependency on it. [2021-02-02T06:21:55.066Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-02T06:21:55.066Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-02T06:21:55.066Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-02T06:21:55.066Z] instance name specified. [2021-02-02T06:21:55.329Z] Reading package lists... [2021-02-02T06:21:55.590Z] Building dependency tree... [2021-02-02T06:21:55.590Z] Reading state information... [2021-02-02T06:21:55.590Z] The following additional packages will be installed: [2021-02-02T06:21:55.590Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-02T06:21:55.590Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-02T06:21:55.590Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-02T06:21:55.590Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-02T06:21:55.590Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-02T06:21:55.590Z] Suggested packages: [2021-02-02T06:21:55.590Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-02T06:21:55.590Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-02T06:21:55.590Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-02T06:21:55.590Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-02T06:21:55.590Z] systemd-container policykit-1 [2021-02-02T06:21:55.590Z] Recommended packages: [2021-02-02T06:21:55.590Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-02T06:21:55.590Z] The following NEW packages will be installed: [2021-02-02T06:21:55.590Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-02T06:21:55.590Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-02T06:21:55.590Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-02T06:21:55.590Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-02T06:21:55.590Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-02T06:21:55.590Z] The following packages will be upgraded: [2021-02-02T06:21:55.590Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-02T06:21:55.870Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-02T06:21:55.871Z] Need to get 35.2 MB of archives. [2021-02-02T06:21:55.871Z] After this operation, 141 MB of additional disk space will be used. [2021-02-02T06:21:55.871Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-02T06:21:55.871Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-02T06:21:55.871Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-02T06:21:55.871Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-02T06:21:55.871Z] 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-02T06:21:55.871Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-02T06:21:55.871Z] 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-02T06:21:55.871Z] 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-02T06:21:56.133Z] 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-02T06:21:56.133Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-02T06:21:56.133Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-02T06:21:56.133Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-02T06:21:56.133Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-02T06:21:56.133Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-02T06:21:56.133Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-02T06:21:56.133Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-02T06:21:56.133Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-02T06:21:56.133Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-02T06:21:56.708Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-02T06:21:56.708Z] 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-02T06:21:56.708Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-02T06:21:56.708Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-02T06:21:56.708Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-02T06:21:56.708Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-02T06:21:56.708Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-02T06:21:56.708Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-02T06:21:56.708Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-02T06:21:56.973Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-02T06:21:56.973Z] 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-02T06:21:56.973Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-02T06:21:57.917Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:21:57.917Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-02-02T06:21:58.177Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:21:58.177Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:58.177Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:21:58.750Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:58.750Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:21:59.011Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-02T06:21:59.011Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:21:59.011Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T06:21:59.011Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T06:21:59.272Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-02T06:21:59.272Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:21:59.272Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T06:21:59.272Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T06:21:59.846Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-02T06:21:59.846Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-02T06:22:00.108Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-02T06:22:00.108Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-02T06:22:00.108Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T06:22:00.108Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T06:22:00.370Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-02T06:22:00.370Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:22:00.370Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:00.635Z] Selecting previously unselected package libexpat1:amd64. [2021-02-02T06:22:00.635Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-02T06:22:00.635Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T06:22:00.635Z] Selecting previously unselected package python3.6-minimal. [2021-02-02T06:22:00.635Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:22:00.635Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:00.897Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T06:22:00.897Z] Checking for services that may need to be restarted...done. [2021-02-02T06:22:00.897Z] Checking for services that may need to be restarted...done. [2021-02-02T06:22:01.160Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:01.160Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T06:22:01.160Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:01.634Z] ---> 1788dba1856b [2021-02-02T06:22:01.634Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T06:22:01.634Z] ---> cc5a6f9c7675 [2021-02-02T06:22:01.634Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T06:22:01.634Z] ---> ff3dea7111cf [2021-02-02T06:22:01.634Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T06:22:01.634Z] ---> 717d82476137 [2021-02-02T06:22:01.634Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T06:22:01.634Z] ---> 61f0e2063a18 [2021-02-02T06:22:01.634Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T06:22:01.634Z] ---> Running in 7e60c799bcc2 [2021-02-02T06:22:01.634Z] ---> Running in efe4231cd0fe [2021-02-02T06:22:01.634Z] ---> Running in 35e8c415d2a2 [2021-02-02T06:22:01.634Z] ---> Running in b6410b8d3465 [2021-02-02T06:22:01.634Z] ---> Running in 0c3763f15a8e [2021-02-02T06:22:01.634Z] 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-02T06:22:01.634Z] 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-02T06:22:01.634Z] 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-02T06:22:01.740Z] Selecting previously unselected package python3-minimal. [2021-02-02T06:22:01.740Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-02T06:22:01.740Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:22:01.740Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-02T06:22:01.740Z] Selecting previously unselected package mime-support. [2021-02-02T06:22:01.740Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-02T06:22:01.740Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-02T06:22:01.740Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-02T06:22:01.740Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-02T06:22:01.740Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T06:22:01.740Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-02T06:22:01.740Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:22:01.912Z] 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-02T06:22:01.912Z] 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-02T06:22:02.005Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:02.267Z] Selecting previously unselected package python3.6. [2021-02-02T06:22:02.267Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:22:02.267Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:02.267Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T06:22:02.267Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:22:02.267Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T06:22:02.267Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-02T06:22:02.527Z] Selecting previously unselected package python3. [2021-02-02T06:22:02.527Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-02T06:22:02.527Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:22:02.527Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-02T06:22:02.790Z] Selecting previously unselected package multiarch-support. [2021-02-02T06:22:02.790Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:02.790Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T06:22:02.790Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T06:22:03.051Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-02T06:22:03.051Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-02T06:22:03.051Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-02T06:22:03.051Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T06:22:03.312Z] Selecting previously unselected package libbsd0:amd64. [2021-02-02T06:22:03.313Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-02T06:22:03.313Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T06:22:03.313Z] Selecting previously unselected package sudo. [2021-02-02T06:22:03.313Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:03.313Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T06:22:03.574Z] Selecting previously unselected package apparmor. [2021-02-02T06:22:03.574Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T06:22:03.574Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-02T06:22:03.574Z] Selecting previously unselected package libedit2:amd64. [2021-02-02T06:22:03.574Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-02T06:22:03.574Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T06:22:03.836Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T06:22:03.836Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:03.836Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:03.836Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T06:22:03.836Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:03.836Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:04.097Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T06:22:04.097Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-02T06:22:04.097Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T06:22:04.097Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T06:22:04.097Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:04.097Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:04.097Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T06:22:04.097Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:04.097Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:04.359Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-02T06:22:04.359Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-02T06:22:04.359Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T06:22:04.624Z] Selecting previously unselected package openssh-client. [2021-02-02T06:22:04.624Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-02T06:22:04.624Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T06:22:04.624Z] Selecting previously unselected package squashfs-tools. [2021-02-02T06:22:04.624Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-02T06:22:04.624Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T06:22:04.887Z] Selecting previously unselected package snapd. [2021-02-02T06:22:04.887Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-02T06:22:04.887Z] Unpacking snapd (2.48+18.04) ... [2021-02-02T06:22:06.814Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T06:22:06.814Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T06:22:06.814Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-02T06:22:06.814Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T06:22:06.814Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T06:22:07.078Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:07.078Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:22:07.078Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-02T06:22:07.078Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-02T06:22:08.026Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T06:22:08.026Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T06:22:08.026Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T06:22:08.026Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:08.026Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:08.026Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:08.978Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T06:22:09.243Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:09.243Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T06:22:09.243Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-02T06:22:09.243Z] running python rtupdate hooks for python3.6... [2021-02-02T06:22:09.243Z] running python post-rtupdate hooks for python3.6... [2021-02-02T06:22:09.243Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-02T06:22:10.632Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-02T06:22:10.895Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:10.895Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T06:22:11.157Z] Setting up snapd (2.48+18.04) ... [2021-02-02T06:22:11.731Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-02T06:22:11.731Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-02T06:22:12.016Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-02T06:22:12.016Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-02T06:22:12.284Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T06:22:12.284Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T06:22:12.546Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-02T06:22:12.546Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-02T06:22:12.815Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-02T06:22:13.076Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-02T06:22:13.076Z] /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-02T06:22:13.076Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:22:13.076Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T06:22:14.022Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:22:14.022Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:22:14.306Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:22:15.514Z] Reading package lists... [2021-02-02T06:22:15.775Z] Reading package lists... [2021-02-02T06:22:15.775Z] Building dependency tree... [2021-02-02T06:22:15.775Z] Reading state information... [2021-02-02T06:22:15.775Z] Calculating upgrade... [2021-02-02T06:22:16.038Z] The following packages will be upgraded: [2021-02-02T06:22:16.038Z] advancecomp base-files bash binutils binutils-common [2021-02-02T06:22:16.038Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-02T06:22:16.038Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-02T06:22:16.038Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-02T06:22:16.038Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-02T06:22:16.038Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-02T06:22:16.038Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-02T06:22:16.038Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-02T06:22:16.038Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-02T06:22:16.038Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-02T06:22:16.038Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-02T06:22:16.038Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-02T06:22:16.038Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-02T06:22:16.038Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-02T06:22:16.038Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-02T06:22:16.302Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:22:16.302Z] Need to get 63.8 MB of archives. [2021-02-02T06:22:16.302Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-02T06:22:16.302Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-02T06:22:16.302Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-02T06:22:16.876Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-02T06:22:16.876Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-02T06:22:16.876Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-02T06:22:16.876Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-02T06:22:16.876Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-02T06:22:16.876Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-02T06:22:16.876Z] 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-02T06:22:16.876Z] 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-02T06:22:16.876Z] 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-02T06:22:16.876Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-02T06:22:16.876Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-02T06:22:16.876Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-02T06:22:17.141Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-02T06:22:17.141Z] 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-02T06:22:17.141Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-02T06:22:17.141Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-02T06:22:17.141Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-02T06:22:17.141Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-02T06:22:17.141Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-02T06:22:17.141Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-02T06:22:17.141Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-02T06:22:17.141Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-02T06:22:17.141Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-02T06:22:17.141Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-02T06:22:17.141Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-02T06:22:17.141Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-02T06:22:17.141Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-02T06:22:17.141Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-02T06:22:17.141Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-02T06:22:17.141Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-02T06:22:17.141Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-02T06:22:17.141Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-02T06:22:17.141Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-02T06:22:17.141Z] Get:36 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-02T06:22:17.141Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-02T06:22:17.141Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-02T06:22:17.408Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-02T06:22:17.408Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-02T06:22:17.408Z] 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-02T06:22:17.408Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-02T06:22:17.408Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-02T06:22:17.408Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-02T06:22:17.408Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-02T06:22:17.408Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-02T06:22:17.408Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-02T06:22:17.408Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-02T06:22:17.408Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-02T06:22:17.408Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-02T06:22:17.408Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-02T06:22:17.408Z] Get:52 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-02T06:22:17.408Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-02T06:22:17.408Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-02T06:22:17.408Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-02T06:22:17.408Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-02T06:22:17.670Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-02T06:22:17.670Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-02T06:22:17.670Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-02T06:22:17.670Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-02T06:22:17.670Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-02T06:22:17.670Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-02T06:22:17.670Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-02T06:22:17.670Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-02T06:22:17.670Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-02T06:22:17.670Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-02T06:22:17.670Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-02T06:22:17.670Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-02T06:22:17.670Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-02T06:22:17.670Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-02T06:22:17.670Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-02T06:22:17.670Z] 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-02T06:22:17.670Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-02T06:22:17.670Z] 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-02T06:22:17.670Z] 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-02T06:22:17.932Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-02T06:22:17.932Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-02T06:22:17.932Z] 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-02T06:22:17.932Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-02T06:22:17.932Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-02T06:22:17.932Z] 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-02T06:22:17.932Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-02T06:22:17.932Z] 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-02T06:22:17.932Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-02T06:22:17.932Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-02T06:22:17.932Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-02T06:22:17.932Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-02T06:22:17.932Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-02T06:22:17.932Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-02T06:22:18.192Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-02T06:22:18.454Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-02T06:22:18.718Z] 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-02T06:22:18.979Z] 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-02T06:22:18.979Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-02T06:22:19.241Z] 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-02T06:22:19.241Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-02T06:22:19.241Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-02T06:22:19.241Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-02T06:22:19.241Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-02T06:22:19.505Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:22:19.505Z] Fetched 63.8 MB in 3s (19.9 MB/s) [2021-02-02T06:22:19.768Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:19.768Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:19.768Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:22:20.342Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:20.343Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:22:20.343Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-02T06:22:20.343Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-02T06:22:21.391Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:21.391Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:21.391Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:21.391Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:21.652Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:21.652Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:21.652Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:21.652Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:21.919Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:21.919Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:21.919Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:21.919Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:22.188Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:22.188Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:22.188Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:22.450Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:22:22.450Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:22.450Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-02T06:22:22.450Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:22.711Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:22:22.711Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:22.711Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:22.711Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:22.711Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:22.975Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:22.975Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:22:22.975Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:23.237Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:22:23.237Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:23.502Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:22:23.763Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T06:22:24.079Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:22:24.079Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-02T06:22:24.079Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-02T06:22:24.079Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-02T06:22:24.342Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-02T06:22:24.607Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-02T06:22:24.607Z] Installing new version of config file /etc/issue ... [2021-02-02T06:22:24.607Z] Installing new version of config file /etc/issue.net ... [2021-02-02T06:22:24.607Z] Installing new version of config file /etc/lsb-release ... [2021-02-02T06:22:24.607Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-02T06:22:24.868Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-02T06:22:24.868Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-02T06:22:24.868Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-02T06:22:25.131Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:25.131Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-02T06:22:25.131Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-02T06:22:25.393Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-02T06:22:25.393Z] 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-02T06:22:25.393Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:25.393Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:25.393Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:25.656Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:25.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:25.656Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:25.656Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-02T06:22:25.920Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-02T06:22:25.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:25.920Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-02T06:22:25.920Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:22:26.183Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-02T06:22:26.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:26.445Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:26.445Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:22:26.445Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:22:26.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:26.712Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:26.712Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:22:26.712Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-02T06:22:26.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:26.973Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-02T06:22:26.973Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-02T06:22:26.973Z] Setting up grep (3.1-2build1) ... [2021-02-02T06:22:27.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:27.237Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T06:22:27.237Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T06:22:27.501Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-02T06:22:27.501Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:27.501Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:22:27.501Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:27.767Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:27.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:27.767Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:22:27.767Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:22:28.339Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:22:28.339Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:22:28.339Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:22:28.339Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:22:28.918Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-02T06:22:29.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:29.186Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-02T06:22:29.186Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:22:30.136Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T06:22:30.136Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T06:22:30.136Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T06:22:30.136Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T06:22:30.399Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T06:22:30.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:30.399Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-02T06:22:30.399Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-02T06:22:30.662Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-02T06:22:30.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:30.662Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:30.662Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:30.662Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:30.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:30.922Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:30.923Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:30.923Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:31.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:31.186Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:31.186Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:31.186Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:31.448Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:31.448Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:31.448Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:31.448Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:31.709Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:31.709Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:22:31.709Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:31.709Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:22:31.709Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:31.970Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:31.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:31.970Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:22:31.970Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:32.231Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:32.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:32.231Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:32.231Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:32.231Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:32.492Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:32.492Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:32.492Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:32.492Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:32.754Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:32.754Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:32.754Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:33.326Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:33.590Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-02T06:22:33.852Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-02T06:22:33.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:33.852Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:33.852Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:22:34.113Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:22:34.374Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:22:34.374Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-02T06:22:34.374Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:22:34.375Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:34.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:34.636Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-02T06:22:34.636Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-02T06:22:34.636Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-02T06:22:34.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:34.897Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-02T06:22:35.160Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T06:22:35.160Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-02T06:22:35.160Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:35.160Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-02T06:22:35.160Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T06:22:35.426Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-02T06:22:35.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:35.426Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:22:35.426Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:22:35.689Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:22:35.689Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:35.689Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:22:35.689Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:22:35.950Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:22:35.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:35.950Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:22:36.210Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:22:36.210Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:22:36.476Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:36.476Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:22:36.476Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:22:36.476Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:22:36.476Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:22:36.739Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:36.739Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:22:36.739Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:22:37.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:37.003Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-02T06:22:37.003Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-02T06:22:37.003Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-02T06:22:37.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:37.265Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-02T06:22:37.265Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:22:37.265Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:22:37.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:37.529Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:37.529Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:22:37.789Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:22:37.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:37.789Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-02T06:22:37.789Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-02T06:22:38.052Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-02T06:22:38.053Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:38.053Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T06:22:38.053Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T06:22:38.625Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-02T06:22:38.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:38.625Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:38.625Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:22:38.892Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-02T06:22:38.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:38.892Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-02T06:22:38.892Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-02T06:22:39.154Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-02T06:22:39.154Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:39.154Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-02T06:22:39.154Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-02T06:22:39.415Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-02T06:22:39.415Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:39.415Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-02T06:22:39.415Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-02T06:22:39.676Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-02T06:22:39.676Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:39.676Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-02T06:22:39.676Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-02T06:22:39.940Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-02T06:22:39.940Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:39.940Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T06:22:39.940Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-02T06:22:40.202Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-02T06:22:40.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:22:40.202Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-02T06:22:40.466Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-02T06:22:40.466Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-02T06:22:40.466Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-02T06:22:40.466Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T06:22:40.466Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T06:22:40.726Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T06:22:40.726Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T06:22:40.986Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T06:22:40.986Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T06:22:41.247Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-02T06:22:41.247Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-02T06:22:41.247Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T06:22:41.509Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-02T06:22:41.509Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T06:22:41.509Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-02T06:22:41.509Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-02T06:22:41.509Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-02T06:22:41.772Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-02T06:22:41.772Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-02T06:22:41.772Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-02T06:22:41.772Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-02T06:22:42.053Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-02T06:22:42.053Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-02T06:22:42.053Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-02T06:22:42.053Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-02T06:22:42.317Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-02T06:22:42.317Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-02T06:22:43.259Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-02T06:22:43.259Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-02T06:22:43.259Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-02T06:22:43.259Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-02T06:22:43.259Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:22:43.521Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:22:43.783Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:22:43.783Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:22:44.046Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:22:44.046Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:22:44.046Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:22:44.046Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:22:44.308Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:44.308Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:44.569Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:44.569Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:44.569Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:44.569Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:44.830Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:44.830Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:45.772Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:45.772Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:46.713Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:46.713Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:47.658Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:47.658Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:47.658Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:47.919Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:48.864Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:22:48.864Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:22:48.864Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:22:48.864Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:22:48.864Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T06:22:48.864Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:22:49.125Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T06:22:49.125Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:22:49.387Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-02T06:22:49.387Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-02T06:22:49.387Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:22:49.387Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:22:49.647Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:22:49.648Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:22:49.648Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-02T06:22:49.909Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-02T06:22:49.909Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:49.909Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:22:49.909Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:49.909Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:50.170Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:50.170Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-02T06:22:50.170Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-02T06:22:50.170Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-02T06:22:50.170Z] [2021-02-02T06:22:50.170Z] Current default time zone: 'Etc/UTC' [2021-02-02T06:22:50.170Z] Local time is now: Tue Feb 2 06:22:50 UTC 2021. [2021-02-02T06:22:50.170Z] Universal Time is now: Tue Feb 2 06:22:50 UTC 2021. [2021-02-02T06:22:50.170Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-02T06:22:50.170Z] [2021-02-02T06:22:50.170Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-02T06:22:50.433Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:50.695Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-02T06:22:50.696Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:22:50.696Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-02T06:22:50.696Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-02T06:22:50.696Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-02T06:22:50.696Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-02T06:22:50.696Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-02T06:22:50.957Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T06:22:50.957Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:50.957Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-02T06:22:51.219Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:51.219Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:22:51.219Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:51.219Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-02T06:22:51.219Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-02T06:22:51.219Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-02T06:22:51.219Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T06:22:51.219Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-02T06:22:51.219Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-02T06:22:51.482Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:22:51.482Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T06:22:53.396Z] Updating certificates in /etc/ssl/certs... [2021-02-02T06:22:54.340Z] 22 added, 17 removed; done. [2021-02-02T06:22:54.603Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T06:22:54.603Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:22:54.603Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-02T06:22:54.603Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-02T06:22:54.603Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-02T06:22:54.603Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:54.603Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:22:54.603Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:54.868Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:54.868Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:54.868Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:54.868Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:54.868Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-02T06:22:54.868Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:22:54.868Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:22:54.868Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-02T06:22:54.868Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:22:54.868Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:55.129Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:22:55.129Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:22:55.129Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-02T06:22:55.129Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:22:55.129Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:22:55.129Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T06:22:55.390Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-02T06:22:55.390Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T06:22:55.390Z] Updating certificates in /etc/ssl/certs... [2021-02-02T06:22:55.966Z] 0 added, 0 removed; done. [2021-02-02T06:22:55.966Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-02T06:22:55.966Z] done. [2021-02-02T06:22:56.544Z] Reading package lists... [2021-02-02T06:22:56.544Z] Building dependency tree... [2021-02-02T06:22:56.544Z] Reading state information... [2021-02-02T06:22:56.807Z] The following NEW packages will be installed: [2021-02-02T06:22:56.807Z] apt-transport-https [2021-02-02T06:22:56.807Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:22:56.807Z] Need to get 1696 B of archives. [2021-02-02T06:22:56.807Z] After this operation, 153 kB of additional disk space will be used. [2021-02-02T06:22:56.807Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-02T06:22:57.068Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:22:57.068Z] Fetched 1696 B in 0s (44.0 kB/s) [2021-02-02T06:22:57.068Z] Selecting previously unselected package apt-transport-https. [2021-02-02T06:22:57.068Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-02T06:22:57.068Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-02T06:22:57.068Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T06:22:57.068Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T06:22:57.330Z] Waiting for network to be ready... [2021-02-02T06:23:02.625Z] 2021-02-02T06:23:00Z INFO Waiting for automatic snapd restart... [2021-02-02T06:23:02.888Z] snapd 2.48.2 from Canonical* installed [2021-02-02T06:23:03.833Z] "snapd" switched to the "latest/stable" channel [2021-02-02T06:23:03.833Z] [2021-02-02T06:23:06.391Z] core18 20201210 from Canonical* installed [2021-02-02T06:23:06.651Z] "core18" switched to the "latest/stable" channel [2021-02-02T06:23:06.651Z] [2021-02-02T06:23:09.962Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T06:23:09.962Z] "snapcraft" switched to the "latest/stable" channel [2021-02-02T06:23:09.962Z] [2021-02-02T06:23:14.185Z] 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-02T06:23:14.185Z] - README.md [2021-02-02T06:23:14.185Z] - snapcraft.yaml.orig [2021-02-02T06:23:14.185Z] [2021-02-02T06:23:14.185Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T06:23:20.784Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:23:20.784Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:23:20.784Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:23:20.784Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:23:21.733Z] Reading package lists... [2021-02-02T06:23:21.993Z] 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-02T06:23:28.585Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:23:28.585Z] Reading package lists... [2021-02-02T06:23:28.585Z] Building dependency tree... [2021-02-02T06:23:28.585Z] Reading state information... [2021-02-02T06:23:28.585Z] Suggested packages: [2021-02-02T06:23:28.585Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-02T06:23:28.586Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-02T06:23:28.586Z] Recommended packages: [2021-02-02T06:23:28.586Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-02T06:23:28.586Z] The following NEW packages will be installed: [2021-02-02T06:23:28.586Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-02T06:23:28.586Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-02T06:23:28.586Z] pkg-config zip [2021-02-02T06:23:28.586Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:23:28.586Z] Need to get 7655 kB of archives. [2021-02-02T06:23:28.586Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-02T06:23:28.586Z] 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-02T06:23:28.586Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-02T06:23:28.586Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-02T06:23:28.586Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-02T06:23:28.586Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-02T06:23:28.847Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-02T06:23:28.847Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-02T06:23:28.847Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-02T06:23:29.110Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-02T06:23:29.110Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-02T06:23:29.110Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-02T06:23:29.110Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-02T06:23:29.374Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-02T06:23:29.374Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-02T06:23:29.374Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-02T06:23:29.374Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:23:29.374Z] Fetched 7655 kB in 1s (8083 kB/s) [2021-02-02T06:23:29.636Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-02T06:23:29.636Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-02T06:23:29.636Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-02T06:23:29.636Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T06:23:29.899Z] Selecting previously unselected package libpsl5:amd64. [2021-02-02T06:23:29.899Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-02T06:23:29.899Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T06:23:29.899Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T06:23:29.899Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-02T06:23:29.899Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T06:23:29.899Z] Selecting previously unselected package librtmp1:amd64. [2021-02-02T06:23:29.899Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-02T06:23:29.899Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T06:23:30.162Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-02T06:23:30.163Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-02T06:23:30.163Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T06:23:30.163Z] Selecting previously unselected package liberror-perl. [2021-02-02T06:23:30.163Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-02T06:23:30.163Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-02T06:23:30.423Z] Selecting previously unselected package git-man. [2021-02-02T06:23:30.423Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-02T06:23:30.423Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:23:30.423Z] Selecting previously unselected package git. [2021-02-02T06:23:30.423Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-02T06:23:30.423Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:23:31.367Z] Selecting previously unselected package libnorm1:amd64. [2021-02-02T06:23:31.367Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-02T06:23:31.367Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T06:23:31.367Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-02T06:23:31.367Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-02T06:23:31.367Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T06:23:31.367Z] Selecting previously unselected package libsodium23:amd64. [2021-02-02T06:23:31.367Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-02T06:23:31.367Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-02T06:23:31.629Z] Selecting previously unselected package libzmq5:amd64. [2021-02-02T06:23:31.629Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T06:23:31.629Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:23:31.629Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-02T06:23:31.629Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T06:23:31.890Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:23:31.891Z] Selecting previously unselected package pkg-config. [2021-02-02T06:23:31.891Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-02T06:23:31.891Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T06:23:31.891Z] Selecting previously unselected package zip. [2021-02-02T06:23:31.891Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-02T06:23:31.891Z] Unpacking zip (3.0-11build1) ... [2021-02-02T06:23:32.152Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T06:23:32.152Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:23:32.152Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T06:23:32.152Z] Setting up liberror-perl (0.17025-1) ... [2021-02-02T06:23:32.152Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T06:23:32.152Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T06:23:32.152Z] No schema files found: doing nothing. [2021-02-02T06:23:32.152Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T06:23:32.417Z] Setting up zip (3.0-11build1) ... [2021-02-02T06:23:32.417Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T06:23:32.417Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-02T06:23:32.417Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T06:23:32.417Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:23:32.417Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T06:23:32.417Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:23:32.679Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:23:32.679Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:23:38.928Z] 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-02T06:23:38.928Z] 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-02T06:23:39.354Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:23:39.354Z] git set to automatically installed. [2021-02-02T06:23:39.354Z] git-man set to automatically installed. [2021-02-02T06:23:39.354Z] libcurl3-gnutls set to automatically installed. [2021-02-02T06:23:39.354Z] liberror-perl set to automatically installed. [2021-02-02T06:23:39.354Z] libglib2.0-0 set to automatically installed. [2021-02-02T06:23:39.354Z] libnghttp2-14 set to automatically installed. [2021-02-02T06:23:39.354Z] libnorm1 set to automatically installed. [2021-02-02T06:23:39.354Z] libpgm-5.2-0 set to automatically installed. [2021-02-02T06:23:39.354Z] libpsl5 set to automatically installed. [2021-02-02T06:23:39.354Z] librtmp1 set to automatically installed. [2021-02-02T06:23:39.354Z] libsodium23 set to automatically installed. [2021-02-02T06:23:39.354Z] libzmq3-dev set to automatically installed. [2021-02-02T06:23:39.354Z] libzmq5 set to automatically installed. [2021-02-02T06:23:39.354Z] pkg-config set to automatically installed. [2021-02-02T06:23:39.354Z] zip set to automatically installed. [2021-02-02T06:23:41.272Z] snapd is not logged in, snap install commands will use sudo [2021-02-02T06:23:44.375Z] Removing intermediate container efe4231cd0fe [2021-02-02T06:23:44.376Z] ---> 64426ebb70f8 [2021-02-02T06:23:44.376Z] [2021-02-02T06:23:44.376Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T06:23:44.376Z] 3.12: Pulling from library/alpine [2021-02-02T06:23:46.368Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:23:46.368Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T06:23:46.368Z] ---> afeebe901d6b [2021-02-02T06:23:46.368Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T06:23:47.356Z] ---> Running in aea3dbbe0bbf [2021-02-02T06:23:47.630Z] Removing intermediate container 0c3763f15a8e [2021-02-02T06:23:47.630Z] ---> a543047fa74c [2021-02-02T06:23:47.630Z] [2021-02-02T06:23:47.630Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:23:47.630Z] ---> afeebe901d6b [2021-02-02T06:23:47.630Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T06:23:47.866Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:23:47.866Z] snap "core18" has no updates available [2021-02-02T06:23:47.905Z] ---> Running in b6c9500ae04b [2021-02-02T06:23:48.443Z] Pulling config-common [2021-02-02T06:23:49.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:49.389Z] Pulling go-build-helper [2021-02-02T06:23:49.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:49.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:50.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:23:50.188Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T06:23:50.469Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:23:50.469Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T06:23:50.469Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T06:23:50.469Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:23:50.469Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:23:50.745Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T06:23:51.023Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:23:51.023Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:23:51.023Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:23:51.023Z] OK: 7 MiB in 18 packages [2021-02-02T06:23:51.300Z] OK: 6 MiB in 16 packages [2021-02-02T06:23:53.930Z] Removing intermediate container aea3dbbe0bbf [2021-02-02T06:23:53.930Z] ---> 576c98bcbdd1 [2021-02-02T06:23:53.930Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:23:54.210Z] ---> Running in e762d28faefb [2021-02-02T06:23:54.210Z] Removing intermediate container b6c9500ae04b [2021-02-02T06:23:54.210Z] ---> 8fa080d8bfe5 [2021-02-02T06:23:54.210Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:23:55.196Z] ---> Running in 7923167adbe3 [2021-02-02T06:23:55.196Z] Removing intermediate container e762d28faefb [2021-02-02T06:23:55.196Z] ---> 7ea50ecf8675 [2021-02-02T06:23:55.196Z] Step 13/21 : WORKDIR /edgex [2021-02-02T06:23:56.197Z] ---> Running in ee49360d1aef [2021-02-02T06:23:56.468Z] Removing intermediate container 7923167adbe3 [2021-02-02T06:23:56.468Z] ---> 5b1ea3718d98 [2021-02-02T06:23:56.468Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T06:23:57.069Z] ---> Running in 18a55d95905b [2021-02-02T06:23:57.069Z] Removing intermediate container 35e8c415d2a2 [2021-02-02T06:23:57.069Z] ---> de27e4f79681 [2021-02-02T06:23:57.069Z] [2021-02-02T06:23:57.069Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T06:23:57.069Z] ---> afeebe901d6b [2021-02-02T06:23:57.069Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T06:23:57.069Z] Removing intermediate container ee49360d1aef [2021-02-02T06:23:57.069Z] ---> 07b5b0b727ab [2021-02-02T06:23:57.069Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T06:23:57.347Z] ---> Running in 5b392318d5a0 [2021-02-02T06:23:57.624Z] Removing intermediate container 18a55d95905b [2021-02-02T06:23:57.624Z] ---> 65166dbf89da [2021-02-02T06:23:57.624Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:23:57.897Z] ---> Running in 336ce5bd27f6 [2021-02-02T06:23:58.172Z] Removing intermediate container 5b392318d5a0 [2021-02-02T06:23:58.172Z] ---> 3e522fa67f65 [2021-02-02T06:23:58.172Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T06:23:59.152Z] ---> 6b3b864ff479 [2021-02-02T06:23:59.152Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T06:23:59.745Z] ---> Running in 6dc240825030 [2021-02-02T06:24:00.337Z] Removing intermediate container 336ce5bd27f6 [2021-02-02T06:24:00.337Z] ---> 449212226e35 [2021-02-02T06:24:00.337Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:24:00.934Z] ---> 5b239eb5db32 [2021-02-02T06:24:00.934Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T06:24:00.934Z] Removing intermediate container 7e60c799bcc2 [2021-02-02T06:24:00.934Z] ---> a11a698c67ce [2021-02-02T06:24:00.934Z] [2021-02-02T06:24:00.934Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:24:00.934Z] ---> afeebe901d6b [2021-02-02T06:24:00.934Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:24:00.934Z] Removing intermediate container b6410b8d3465 [2021-02-02T06:24:00.934Z] ---> def30a3f523a [2021-02-02T06:24:00.934Z] [2021-02-02T06:24:00.934Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:24:00.934Z] ---> afeebe901d6b [2021-02-02T06:24:00.934Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:24:01.212Z] ---> Running in 3119dfdf1075 [2021-02-02T06:24:01.212Z] ---> Running in ddc939603183 [2021-02-02T06:24:01.816Z] ---> 0797ac0522f0 [2021-02-02T06:24:01.816Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T06:24:02.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:02.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:02.979Z] ---> bd29a43dc8eb [2021-02-02T06:24:02.979Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T06:24:02.979Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:02.979Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T06:24:02.979Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:02.979Z] OK: 5 MiB in 16 packages [2021-02-02T06:24:03.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:03.253Z] ---> Running in 4ac485cc8d9c [2021-02-02T06:24:03.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:03.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:03.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:03.806Z] ---> 34c9a6067edd [2021-02-02T06:24:03.806Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T06:24:04.091Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:04.091Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:04.091Z] OK: 5 MiB in 15 packages [2021-02-02T06:24:04.091Z] Removing intermediate container 4ac485cc8d9c [2021-02-02T06:24:04.091Z] ---> 06fc4fa76365 [2021-02-02T06:24:04.091Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T06:24:04.091Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:04.368Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:04.368Z] OK: 5 MiB in 15 packages [2021-02-02T06:24:04.368Z] ---> Running in bf1fe25d768c [2021-02-02T06:24:04.969Z] Removing intermediate container 6dc240825030 [2021-02-02T06:24:04.969Z] ---> 256f0929d363 [2021-02-02T06:24:04.969Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T06:24:05.248Z] ---> Running in c519bf1d1302 [2021-02-02T06:24:05.524Z] ---> fcc963d9707c [2021-02-02T06:24:05.524Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T06:24:05.524Z] Removing intermediate container bf1fe25d768c [2021-02-02T06:24:05.524Z] ---> ac54cf603f04 [2021-02-02T06:24:05.524Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T06:24:05.797Z] ---> Running in 461c7ec02251 [2021-02-02T06:24:05.797Z] ---> Running in a8d12703ff01 [2021-02-02T06:24:05.797Z] Removing intermediate container ddc939603183 [2021-02-02T06:24:05.797Z] ---> 19db88e31f26 [2021-02-02T06:24:05.797Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:24:06.073Z] Removing intermediate container 3119dfdf1075 [2021-02-02T06:24:06.073Z] ---> 7d9629a54a3a [2021-02-02T06:24:06.073Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:24:06.073Z] Removing intermediate container c519bf1d1302 [2021-02-02T06:24:06.074Z] ---> 1ddcf2f26c9a [2021-02-02T06:24:06.074Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T06:24:06.074Z] ---> Running in e997e81ee319 [2021-02-02T06:24:06.364Z] ---> Running in 321af59d3328 [2021-02-02T06:24:06.364Z] ---> Running in 6e119aaacf41 [2021-02-02T06:24:06.364Z] Removing intermediate container 461c7ec02251 [2021-02-02T06:24:06.364Z] ---> ceab8ce540ef [2021-02-02T06:24:06.364Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:24:06.364Z] Removing intermediate container a8d12703ff01 [2021-02-02T06:24:06.364Z] ---> 3cd94a8a789c [2021-02-02T06:24:06.364Z] Step 20/21 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:24:06.645Z] ---> Running in e4d973037670 [2021-02-02T06:24:06.646Z] ---> Running in bdeac861c7dd [2021-02-02T06:24:06.926Z] Removing intermediate container e997e81ee319 [2021-02-02T06:24:06.926Z] ---> eed060853504 [2021-02-02T06:24:06.926Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T06:24:07.200Z] Removing intermediate container 6e119aaacf41 [2021-02-02T06:24:07.200Z] ---> 05c4e7f51021 [2021-02-02T06:24:07.200Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T06:24:07.200Z] Removing intermediate container 321af59d3328 [2021-02-02T06:24:07.200Z] ---> 7392eeb9ab91 [2021-02-02T06:24:07.200Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T06:24:07.200Z] ---> Running in 1351f2e6bb44 [2021-02-02T06:24:07.472Z] ---> Running in 196c0c13ed8f [2021-02-02T06:24:07.472Z] ---> Running in 35f19fc89b87 [2021-02-02T06:24:07.472Z] Removing intermediate container bdeac861c7dd [2021-02-02T06:24:07.472Z] ---> ea40c687466c [2021-02-02T06:24:07.472Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T06:24:07.472Z] Removing intermediate container e4d973037670 [2021-02-02T06:24:07.472Z] ---> 23d44adf6d6e [2021-02-02T06:24:07.472Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T06:24:07.746Z] ---> Running in 0e3c58ad33c2 [2021-02-02T06:24:07.746Z] ---> Running in b4881cc46771 [2021-02-02T06:24:08.022Z] Removing intermediate container 1351f2e6bb44 [2021-02-02T06:24:08.022Z] ---> 2e913e0cbdc3 [2021-02-02T06:24:08.022Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:24:08.022Z] Removing intermediate container 35f19fc89b87 [2021-02-02T06:24:08.022Z] ---> eb5936bc739c [2021-02-02T06:24:08.022Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:24:08.022Z] ---> Running in 7b624f0083d3 [2021-02-02T06:24:08.295Z] ---> Running in d76b6c40f452 [2021-02-02T06:24:08.570Z] Removing intermediate container b4881cc46771 [2021-02-02T06:24:08.570Z] ---> 45defef609d5 [2021-02-02T06:24:08.570Z] Step 21/22 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:24:08.570Z] Removing intermediate container 0e3c58ad33c2 [2021-02-02T06:24:08.570Z] ---> 0aac0dc51ea8 [2021-02-02T06:24:08.570Z] [2021-02-02T06:24:08.846Z] ---> Running in 4ca9d0300ee7 [2021-02-02T06:24:08.846Z] Removing intermediate container 7b624f0083d3 [2021-02-02T06:24:08.846Z] ---> c7a77cf565ee [2021-02-02T06:24:08.846Z] Step 15/23 : WORKDIR / [2021-02-02T06:24:09.119Z] Successfully built 0aac0dc51ea8 [2021-02-02T06:24:09.119Z] Removing intermediate container d76b6c40f452 [2021-02-02T06:24:09.119Z] ---> 3ff1bd52a33f [2021-02-02T06:24:09.119Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:24:09.119Z] ---> Running in 020f900f8b63 [2021-02-02T06:24:09.119Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T06:24:09.119Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-02T06:24:09.397Z] Removing intermediate container 4ca9d0300ee7 [2021-02-02T06:24:09.397Z] ---> ce1b69c74085 [2021-02-02T06:24:09.397Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:24:09.993Z] ---> Running in 357b589f6a94 [2021-02-02T06:24:09.993Z] Removing intermediate container 020f900f8b63 [2021-02-02T06:24:09.993Z] ---> 9cc7b6f2ce8e [2021-02-02T06:24:09.993Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:24:10.266Z] ---> 5052a1a2b251 [2021-02-02T06:24:10.266Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T06:24:10.561Z] Removing intermediate container 357b589f6a94 [2021-02-02T06:24:10.561Z] ---> 1cf7a328bad9 [2021-02-02T06:24:10.561Z] [2021-02-02T06:24:10.840Z] Removing intermediate container 196c0c13ed8f [2021-02-02T06:24:10.841Z] ---> fd0e7e7a7a4a [2021-02-02T06:24:10.841Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T06:24:11.135Z] Successfully built 1cf7a328bad9 [2021-02-02T06:24:11.373Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T06:24:11.373Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T06:24:11.373Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T06:24:11.373Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T06:24:11.373Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T06:24:11.373Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T06:24:11.373Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T06:24:11.373Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T06:24:11.373Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T06:24:11.373Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T06:24:11.373Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T06:24:11.373Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T06:24:11.373Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T06:24:11.373Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T06:24:11.373Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T06:24:11.373Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T06:24:11.373Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T06:24:11.373Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T06:24:11.373Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T06:24:11.373Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T06:24:11.373Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T06:24:11.373Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T06:24:11.373Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T06:24:11.373Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T06:24:11.373Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T06:24:11.373Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T06:24:11.373Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T06:24:11.373Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-02T06:24:11.373Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-02T06:24:11.373Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-02T06:24:11.373Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-02T06:24:11.373Z] Fetched 279 kB in 0s (0 B/s) [2021-02-02T06:24:11.373Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-02T06:24:11.373Z] Fetched 122 kB in 0s (0 B/s) [2021-02-02T06:24:11.373Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-02T06:24:11.373Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-02T06:24:11.373Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-02T06:24:11.373Z] Fetched 8848 B in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-02T06:24:11.374Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-02T06:24:11.374Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-02T06:24:11.374Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-02T06:24:11.374Z] Fetched 214 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-02T06:24:11.374Z] Fetched 155 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-02T06:24:11.374Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-02T06:24:11.374Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-02T06:24:11.374Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-02T06:24:11.374Z] Fetched 499 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-02T06:24:11.374Z] Fetched 111 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-02T06:24:11.374Z] Fetched 240 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-02T06:24:11.374Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-02T06:24:11.374Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-02T06:24:11.374Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-02T06:24:11.374Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-02T06:24:11.374Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-02T06:24:11.374Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-02T06:24:11.374Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-02T06:24:11.374Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-02T06:24:11.374Z] Fetched 8720 B in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-02T06:24:11.374Z] Fetched 137 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-02T06:24:11.374Z] Fetched 119 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-02T06:24:11.374Z] Fetched 109 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-02T06:24:11.374Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-02T06:24:11.374Z] Fetched 645 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-02T06:24:11.374Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-02T06:24:11.374Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-02T06:24:11.374Z] Fetched 368 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-02T06:24:11.374Z] Fetched 187 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-02T06:24:11.374Z] Fetched 175 kB in 0s (0 B/s) [2021-02-02T06:24:11.374Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-02T06:24:11.730Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T06:24:11.730Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-02T06:24:12.003Z] ---> Running in f3ee748bf5ff [2021-02-02T06:24:12.003Z] ---> 9059dd1023c5 [2021-02-02T06:24:12.003Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T06:24:12.280Z] ---> 7aede7900873 [2021-02-02T06:24:12.280Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T06:24:13.274Z] Removing intermediate container f3ee748bf5ff [2021-02-02T06:24:13.274Z] ---> aac850572979 [2021-02-02T06:24:13.274Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T06:24:13.921Z] Fetched 206 kB in 0s (0 B/s) [2021-02-02T06:24:13.921Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-02T06:24:13.921Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-02T06:24:13.921Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-02T06:24:13.921Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-02T06:24:13.921Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-02T06:24:13.921Z] Fetched 159 kB in 0s (0 B/s) [2021-02-02T06:24:13.921Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-02T06:24:13.921Z] Fetched 107 kB in 0s (0 B/s) [2021-02-02T06:24:13.921Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-02T06:24:13.921Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-02T06:24:13.921Z] Pulling static-packages [2021-02-02T06:24:14.863Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-02T06:24:14.863Z] Skipping pull go-build-helper (already ran) [2021-02-02T06:24:14.864Z] Skipping pull static-packages (already ran) [2021-02-02T06:24:14.864Z] Building go-build-helper [2021-02-02T06:24:15.275Z] ---> 9ebb7f2b90d0 [2021-02-02T06:24:15.275Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T06:24:15.275Z] ---> 8a3308aa061d [2021-02-02T06:24:15.275Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T06:24:15.555Z] ---> Running in 862d36ab45fe [2021-02-02T06:24:15.844Z] ---> a3dc581a5dc9 [2021-02-02T06:24:15.844Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T06:24:17.309Z] ---> Running in f5b5f1abc0e9 [2021-02-02T06:24:17.309Z] ---> 1a12ff9693a3 [2021-02-02T06:24:17.309Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T06:24:17.309Z] Removing intermediate container 862d36ab45fe [2021-02-02T06:24:17.309Z] ---> 8b5db17aa187 [2021-02-02T06:24:17.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:24:17.587Z] ---> Running in a81e55452aa8 [2021-02-02T06:24:17.587Z] ---> Running in 14caab28a8c2 [2021-02-02T06:24:19.037Z] Removing intermediate container 14caab28a8c2 [2021-02-02T06:24:19.037Z] Removing intermediate container a81e55452aa8 [2021-02-02T06:24:19.037Z] ---> dd7533b22030 [2021-02-02T06:24:19.037Z] ---> 528e16f7131e [2021-02-02T06:24:19.037Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:24:19.037Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T06:24:19.095Z] Building static-packages [2021-02-02T06:24:19.316Z] ---> Running in 077e91a851f7 [2021-02-02T06:24:19.316Z] ---> Running in 3a7a2c67315b [2021-02-02T06:24:20.305Z] Removing intermediate container 3a7a2c67315b [2021-02-02T06:24:20.305Z] ---> 1c4992b15e6f [2021-02-02T06:24:20.305Z] Step 21/22 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:24:20.305Z] Removing intermediate container 077e91a851f7 [2021-02-02T06:24:20.305Z] ---> 3beec23a1c22 [2021-02-02T06:24:20.305Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:24:20.479Z] Staging go-build-helper [2021-02-02T06:24:20.583Z] ---> Running in 52b512a93a76 [2021-02-02T06:24:20.583Z] ---> Running in 55dd7d33e7bc [2021-02-02T06:24:20.863Z] Removing intermediate container f5b5f1abc0e9 [2021-02-02T06:24:20.863Z] ---> 470981cb2a01 [2021-02-02T06:24:20.863Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:24:21.422Z] Staging static-packages [2021-02-02T06:24:21.473Z] Removing intermediate container 52b512a93a76 [2021-02-02T06:24:21.473Z] ---> 8c7f7f93c398 [2021-02-02T06:24:21.473Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:24:21.473Z] Removing intermediate container 55dd7d33e7bc [2021-02-02T06:24:21.473Z] ---> 2a0347869f18 [2021-02-02T06:24:21.473Z] Step 22/23 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:24:22.365Z] Pulling go115 [2021-02-02T06:24:22.455Z] ---> Running in 306a8e8ffe0f [2021-02-02T06:24:22.455Z] ---> Running in 1e37650fd849 [2021-02-02T06:24:22.455Z] ---> 7a5efdae2233 [2021-02-02T06:24:22.455Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T06:24:23.048Z] Removing intermediate container 1e37650fd849 [2021-02-02T06:24:23.048Z] ---> 001010814a06 [2021-02-02T06:24:23.048Z] [2021-02-02T06:24:23.048Z] Removing intermediate container 306a8e8ffe0f [2021-02-02T06:24:23.048Z] ---> 9b7b1f145884 [2021-02-02T06:24:23.048Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:24:23.309Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-02T06:24:23.309Z] Skipping pull go115 (already ran) [2021-02-02T06:24:23.309Z] Building go115 [2021-02-02T06:24:23.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T06:24:23.309Z] Dload Upload Total Spent Left Speed [2021-02-02T06:24:23.690Z] Successfully built 001010814a06 [2021-02-02T06:24:23.690Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T06:24:23.690Z] Building docker-core-data-go [2021-02-02T06:24:23.690Z]  Building docker-support-scheduler-go ... done  ---> Running in 153cc034a150 [2021-02-02T06:24:23.974Z] ---> 72f5341cf70b [2021-02-02T06:24:24.253Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T06:24:24.253Z] Removing intermediate container 153cc034a150 [2021-02-02T06:24:24.253Z] ---> c61d77060154 [2021-02-02T06:24:24.253Z] [2021-02-02T06:24:24.855Z] Successfully built c61d77060154 [2021-02-02T06:24:24.855Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T06:24:24.855Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-02T06:24:25.144Z] ---> cfe476d9afc7 [2021-02-02T06:24:25.144Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T06:24:25.791Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1679k 0 0 8656k 0 0:00:13 --:--:-- 0:00:13 8612k 38 115M 38 44.5M 0 0 37.2M 0 0:00:03 0:00:01 0:00:02 37.2M 84 115M 84 97.1M 0 0 44.2M 0 0:00:02 0:00:02 --:--:-- 44.2M 100 115M 100 115M 0 0 46.6M 0 0:00:02 0:00:02 --:--:-- 46.6M [2021-02-02T06:24:26.364Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-02T06:24:26.576Z] ---> 01715600a61b [2021-02-02T06:24:26.576Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T06:24:27.175Z] ---> 5eb11e2ddb19 [2021-02-02T06:24:27.175Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T06:24:27.775Z] ---> Running in 9ba7afe0877d [2021-02-02T06:24:28.757Z] Removing intermediate container 9ba7afe0877d [2021-02-02T06:24:28.757Z] ---> a7a225698dda [2021-02-02T06:24:28.757Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T06:24:30.205Z] ---> 7ce4a7f98d3b [2021-02-02T06:24:30.205Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T06:24:30.572Z] Staging go115 [2021-02-02T06:24:31.185Z] ---> Running in 7e3629276319 [2021-02-02T06:24:35.505Z] Removing intermediate container 7e3629276319 [2021-02-02T06:24:35.505Z] ---> 64dae8fdd2f1 [2021-02-02T06:24:35.505Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T06:24:35.863Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:24:35.863Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:24:35.863Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:24:35.863Z] Fetched 0 B in 0s (0 B/s) [2021-02-02T06:24:35.863Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-02T06:24:35.863Z] Fetched 224 kB in 0s (0 B/s) [2021-02-02T06:24:35.863Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-02T06:24:35.863Z] Fetched 157 kB in 0s (0 B/s) [2021-02-02T06:24:35.863Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-02T06:24:35.863Z] Fetched 221 kB in 0s (0 B/s) [2021-02-02T06:24:35.863Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-02T06:24:35.863Z] Fetched 143 kB in 0s (0 B/s) [2021-02-02T06:24:35.863Z] Pulling edgex-go [2021-02-02T06:24:36.103Z] ---> Running in b008171c5c46 [2021-02-02T06:24:36.124Z] Pulling version [2021-02-02T06:24:37.069Z] Building config-common [2021-02-02T06:24:37.086Z] Removing intermediate container b008171c5c46 [2021-02-02T06:24:37.086Z] ---> 65039f46b58e [2021-02-02T06:24:37.086Z] Step 28/31 : CMD ["gate"] [2021-02-02T06:24:38.067Z] ---> Running in 7d731bb41929 [2021-02-02T06:24:38.338Z] Removing intermediate container 7d731bb41929 [2021-02-02T06:24:38.338Z] ---> 10e9bb67a365 [2021-02-02T06:24:38.338Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T06:24:38.932Z] ---> Running in dd61e304cc51 [2021-02-02T06:24:39.531Z] Removing intermediate container dd61e304cc51 [2021-02-02T06:24:39.531Z] ---> 846fc2f651a7 [2021-02-02T06:24:39.531Z] Step 30/31 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:24:39.628Z] Skipping build go-build-helper (already ran) [2021-02-02T06:24:39.628Z] Skipping build static-packages (already ran) [2021-02-02T06:24:39.628Z] Skipping build go115 (already ran) [2021-02-02T06:24:39.628Z] Building edgex-go [2021-02-02T06:24:39.628Z] 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-02T06:24:40.665Z] ---> Running in ce5e308b01a4 [2021-02-02T06:24:41.023Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-02T06:24:41.023Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-02T06:24:41.023Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-02T06:24:41.023Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-02T06:24:41.282Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-02T06:24:41.283Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T06:24:41.283Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-02T06:24:41.283Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T06:24:41.283Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-02T06:24:41.283Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-02T06:24:41.283Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-02T06:24:41.283Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-02T06:24:41.283Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-02T06:24:41.283Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-02T06:24:41.283Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-02T06:24:41.283Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-02T06:24:41.283Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-02T06:24:41.283Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T06:24:41.283Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-02T06:24:41.283Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-02T06:24:41.283Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-02T06:24:41.283Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-02T06:24:41.550Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-02T06:24:41.550Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-02T06:24:41.550Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-02T06:24:41.550Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-02T06:24:41.550Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-02T06:24:41.550Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-02T06:24:41.550Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-02T06:24:41.707Z] Removing intermediate container ce5e308b01a4 [2021-02-02T06:24:41.707Z] ---> 538a0a63996e [2021-02-02T06:24:41.707Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T06:24:41.812Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-02T06:24:42.715Z] ---> Running in aafcda0b3139 [2021-02-02T06:24:43.310Z] Removing intermediate container aafcda0b3139 [2021-02-02T06:24:43.310Z] ---> 260e71b986ff [2021-02-02T06:24:43.310Z] [2021-02-02T06:24:43.913Z] Successfully built 260e71b986ff [2021-02-02T06:24:43.913Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T06:24:48.397Z] 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-02T06:24:53.682Z] 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-02T06:24:54.256Z] 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-02T06:24:55.641Z] 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-02T06:24:55.902Z] 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-02T06:24:55.902Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-02T06:24:56.164Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-02T06:24:56.164Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T06:24:56.164Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T06:24:58.081Z] 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-02T06:24:58.081Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-02T06:24:58.081Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-02T06:24:59.002Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:24:59.002Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:24:59.002Z] ---> 7485ccf21844 [2021-02-02T06:24:59.002Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T06:24:59.002Z] ---> Using cache [2021-02-02T06:24:59.002Z] ---> 1343ecd926da [2021-02-02T06:24:59.002Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:24:59.002Z] ---> Using cache [2021-02-02T06:24:59.002Z] ---> 12378f0479c0 [2021-02-02T06:24:59.002Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T06:24:59.468Z] 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-02T06:24:59.597Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:24:59.597Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:24:59.597Z] ---> 7485ccf21844 [2021-02-02T06:24:59.597Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T06:24:59.597Z] ---> Using cache [2021-02-02T06:24:59.597Z] ---> 1343ecd926da [2021-02-02T06:24:59.597Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:24:59.597Z] ---> Using cache [2021-02-02T06:24:59.597Z] ---> 12378f0479c0 [2021-02-02T06:24:59.597Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T06:24:59.597Z] ---> Using cache [2021-02-02T06:24:59.597Z] ---> 30dc4dd3ad8c [2021-02-02T06:24:59.597Z] Step 6/24 : COPY go.mod . [2021-02-02T06:24:59.597Z] ---> Using cache [2021-02-02T06:24:59.597Z] ---> 08277771708f [2021-02-02T06:24:59.597Z] Step 7/24 : RUN go mod download [2021-02-02T06:24:59.878Z] ---> Using cache [2021-02-02T06:24:59.878Z] ---> f2c450c4d198 [2021-02-02T06:24:59.878Z] Step 8/24 : COPY . . [2021-02-02T06:24:59.878Z] ---> Using cache [2021-02-02T06:24:59.878Z] ---> 61f0e2063a18 [2021-02-02T06:24:59.878Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T06:25:00.418Z] 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-02T06:25:00.418Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T06:25:00.867Z] ---> Running in 81a76c68f037 [2021-02-02T06:25:00.867Z] ---> Running in c66253528490 [2021-02-02T06:25:01.807Z] 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-02T06:25:02.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 [2021-02-02T06:25:02.876Z] 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-02T06:25:02.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:03.706Z] 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-02T06:25:03.706Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-02T06:25:03.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:04.653Z] 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-02T06:25:04.653Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-02T06:25:04.876Z] OK: 217 MiB in 51 packages [2021-02-02T06:25:07.970Z] Building version [2021-02-02T06:25:09.226Z] Removing intermediate container c66253528490 [2021-02-02T06:25:09.226Z] ---> 41f92c6084af [2021-02-02T06:25:09.226Z] Step 6/26 : COPY go.mod . [2021-02-02T06:25:09.892Z] Staging config-common [2021-02-02T06:25:11.325Z] Skipping stage go-build-helper (already ran) [2021-02-02T06:25:11.325Z] Skipping stage static-packages (already ran) [2021-02-02T06:25:11.325Z] Skipping stage go115 (already ran) [2021-02-02T06:25:11.325Z] Staging edgex-go [2021-02-02T06:25:11.346Z] ---> 0092103b5266 [2021-02-02T06:25:11.347Z] Step 7/26 : RUN go mod download [2021-02-02T06:25:11.588Z] Staging version [2021-02-02T06:25:11.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:25:11.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:25:11.626Z] ---> 7485ccf21844 [2021-02-02T06:25:11.626Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:25:11.626Z] ---> Using cache [2021-02-02T06:25:11.626Z] ---> 1343ecd926da [2021-02-02T06:25:11.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:25:11.626Z] ---> Using cache [2021-02-02T06:25:11.626Z] ---> 12378f0479c0 [2021-02-02T06:25:11.626Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T06:25:11.896Z] ---> Running in 803abcd29170 [2021-02-02T06:25:11.896Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Running in 0eb562b9194e [2021-02-02T06:25:11.896Z] [2021-02-02T06:25:11.896Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:25:11.896Z] ---> 7485ccf21844 [2021-02-02T06:25:11.896Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:25:11.896Z] ---> Using cache [2021-02-02T06:25:11.896Z] ---> 1343ecd926da [2021-02-02T06:25:11.896Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:25:11.896Z] ---> Using cache [2021-02-02T06:25:11.896Z] ---> 12378f0479c0 [2021-02-02T06:25:11.896Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:25:11.896Z] ---> Using cache [2021-02-02T06:25:11.896Z] ---> 30dc4dd3ad8c [2021-02-02T06:25:11.896Z] Step 6/23 : COPY go.mod . [2021-02-02T06:25:11.896Z] ---> Using cache [2021-02-02T06:25:11.896Z] ---> 08277771708f [2021-02-02T06:25:11.896Z] Step 7/23 : RUN go mod download [2021-02-02T06:25:11.896Z] ---> Using cache [2021-02-02T06:25:11.896Z] ---> f2c450c4d198 [2021-02-02T06:25:11.896Z] Step 8/23 : COPY . . [2021-02-02T06:25:11.896Z] ---> Using cache [2021-02-02T06:25:11.896Z] ---> 61f0e2063a18 [2021-02-02T06:25:11.896Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T06:25:12.170Z] ---> Running in ee63cbec873e [2021-02-02T06:25:12.535Z] Priming config-common [2021-02-02T06:25:13.480Z] Priming go-build-helper [2021-02-02T06:25:14.162Z] 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-02T06:25:14.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:14.430Z] Priming static-packages [2021-02-02T06:25:15.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:16.154Z] OK: 217 MiB in 51 packages [2021-02-02T06:25:16.154Z] Removing intermediate container 0eb562b9194e [2021-02-02T06:25:16.154Z] ---> 64ac17a75844 [2021-02-02T06:25:16.154Z] Step 8/26 : COPY . . [2021-02-02T06:25:16.991Z] Priming go115 [2021-02-02T06:25:17.935Z] Priming edgex-go [2021-02-02T06:25:18.782Z] Removing intermediate container 803abcd29170 [2021-02-02T06:25:18.782Z] ---> 03c70095d66e [2021-02-02T06:25:18.782Z] Step 6/23 : COPY go.mod . [2021-02-02T06:25:18.876Z] Priming version [2021-02-02T06:25:20.006Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-02T06:25:20.233Z] ---> 4c2a4cf24020 [2021-02-02T06:25:20.233Z] Step 7/23 : RUN go mod download [2021-02-02T06:25:20.849Z] ---> Running in 4b3738527d98 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T06:25:27.597Z] Removing intermediate container 4b3738527d98 [2021-02-02T06:25:27.597Z] ---> de2bd13f302f [2021-02-02T06:25:27.597Z] Step 8/23 : COPY . . [2021-02-02T06:25:42.710Z] ---> 460303d39168 [2021-02-02T06:25:42.710Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T06:25:43.314Z] ---> Running in 8f7533d16c22 [2021-02-02T06:25:45.955Z] 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-02T06:25:52.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-02T06:25:52.696Z] ---> 04f5d1b8f44b [2021-02-02T06:25:52.696Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T06:25:52.696Z] ---> Running in 5962fd783a0f [2021-02-02T06:25:55.332Z] 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-02T06:26:10.444Z] Removing intermediate container 81a76c68f037 [2021-02-02T06:26:10.444Z] ---> 910afdd4bf52 [2021-02-02T06:26:10.444Z] [2021-02-02T06:26:10.444Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T06:26:10.444Z] ---> afeebe901d6b [2021-02-02T06:26:10.444Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T06:26:10.444Z] ---> Running in fdc8a4d9a932 [2021-02-02T06:26:10.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:10.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:11.593Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T06:26:11.593Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:26:11.593Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T06:26:11.593Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T06:26:11.593Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T06:26:11.593Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:26:11.867Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:26:12.140Z] OK: 7 MiB in 19 packages [2021-02-02T06:26:14.784Z] Removing intermediate container fdc8a4d9a932 [2021-02-02T06:26:14.784Z] ---> a024451f7217 [2021-02-02T06:26:14.784Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:26:14.784Z] ---> Running in 1937480e3f05 [2021-02-02T06:26:15.392Z] Removing intermediate container 1937480e3f05 [2021-02-02T06:26:15.392Z] ---> a9c74f62a5de [2021-02-02T06:26:15.392Z] Step 13/24 : WORKDIR / [2021-02-02T06:26:15.663Z] ---> Running in b835253d11a8 [2021-02-02T06:26:16.295Z] Removing intermediate container b835253d11a8 [2021-02-02T06:26:16.295Z] ---> ad1cee5c03a4 [2021-02-02T06:26:16.295Z] 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-02T06:26:17.790Z] ---> 7d311f99ee99 [2021-02-02T06:26:17.790Z] 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-02T06:26:18.847Z] ---> 13c9bac5a4e4 [2021-02-02T06:26:18.847Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T06:26:20.303Z] ---> 5f7f014d3e6f [2021-02-02T06:26:20.303Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T06:26:21.751Z] ---> 4be6a2a5caa3 [2021-02-02T06:26:21.751Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T06:26:23.737Z] ---> 2e8047a3feee [2021-02-02T06:26:23.737Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T06:26:25.190Z] ---> f59b808ef761 [2021-02-02T06:26:25.190Z] 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-02T06:26:25.190Z] ---> Running in 4a46001cb549 [2021-02-02T06:26:29.519Z] Removing intermediate container 4a46001cb549 [2021-02-02T06:26:29.519Z] ---> 6bfaf84a054e [2021-02-02T06:26:29.519Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T06:26:29.519Z] ---> Running in a48af74c8a05 [2021-02-02T06:26:29.799Z] Removing intermediate container a48af74c8a05 [2021-02-02T06:26:29.799Z] ---> 721703a14fa0 [2021-02-02T06:26:30.080Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T06:26:30.080Z] ---> Running in e75acbcc5479 [2021-02-02T06:26:31.092Z] Removing intermediate container e75acbcc5479 [2021-02-02T06:26:31.092Z] ---> 8e69188a8717 [2021-02-02T06:26:31.092Z] Step 23/24 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:26:31.092Z] ---> Running in 81b5210c8d3f [2021-02-02T06:26:32.085Z] Removing intermediate container 81b5210c8d3f [2021-02-02T06:26:32.085Z] ---> 681cb8e0e48f [2021-02-02T06:26:32.085Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T06:26:32.085Z] ---> Running in 1ba6298dfd08 [2021-02-02T06:26:32.692Z] Removing intermediate container 1ba6298dfd08 [2021-02-02T06:26:32.692Z] ---> 85228dd2668f [2021-02-02T06:26:32.692Z] [2021-02-02T06:26:33.315Z] Successfully built 85228dd2668f [2021-02-02T06:26:33.315Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T06:26:55.546Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ee63cbec873e [2021-02-02T06:26:55.546Z] ---> 370926137a47 [2021-02-02T06:26:55.546Z] [2021-02-02T06:26:55.546Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:26:55.546Z] ---> afeebe901d6b [2021-02-02T06:26:55.546Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:26:55.546Z] ---> Using cache [2021-02-02T06:26:55.546Z] ---> 7d9629a54a3a [2021-02-02T06:26:55.546Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:26:55.546Z] ---> Using cache [2021-02-02T06:26:55.546Z] ---> 05c4e7f51021 [2021-02-02T06:26:55.546Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T06:26:55.546Z] ---> Running in a41cb0bef758 [2021-02-02T06:26:55.546Z] Removing intermediate container a41cb0bef758 [2021-02-02T06:26:55.546Z] ---> b73df046d22d [2021-02-02T06:26:55.546Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:26:55.546Z] ---> Running in 21431ed4503e [2021-02-02T06:26:55.546Z] Removing intermediate container 21431ed4503e [2021-02-02T06:26:55.546Z] ---> a2d6290a0bc8 [2021-02-02T06:26:55.546Z] Step 15/23 : WORKDIR / [2021-02-02T06:26:55.546Z] ---> Running in 6ef52567cccc [2021-02-02T06:26:55.821Z] Removing intermediate container 6ef52567cccc [2021-02-02T06:26:55.821Z] ---> 0eee4fdab326 [2021-02-02T06:26:55.821Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:26:57.280Z] ---> 17d2d191d44f [2021-02-02T06:26:57.280Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T06:26:59.275Z] ---> ddf587b0be11 [2021-02-02T06:26:59.275Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T06:27:00.721Z] ---> 5fa4e3bf2ccf [2021-02-02T06:27:00.721Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T06:27:01.002Z] ---> Running in 545e212140e5 [2021-02-02T06:27:02.001Z] Removing intermediate container 545e212140e5 [2021-02-02T06:27:02.001Z] ---> 09fff24094fb [2021-02-02T06:27:02.001Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:27:02.001Z] ---> Running in 021665707e88 [2021-02-02T06:27:02.995Z] Removing intermediate container 021665707e88 [2021-02-02T06:27:02.995Z] ---> 6395529852fb [2021-02-02T06:27:02.995Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:27:03.275Z] ---> Running in e45bf7eeb8cd [2021-02-02T06:27:04.736Z] Removing intermediate container e45bf7eeb8cd [2021-02-02T06:27:04.736Z] ---> dbfabb946f93 [2021-02-02T06:27:04.736Z] Step 22/23 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:27:05.019Z] ---> Running in e9919871c3e0 [2021-02-02T06:27:05.624Z] Removing intermediate container e9919871c3e0 [2021-02-02T06:27:05.624Z] ---> ac9629d7caf7 [2021-02-02T06:27:05.624Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:27:05.624Z] Removing intermediate container 8f7533d16c22 [2021-02-02T06:27:05.624Z] ---> e1d010d24225 [2021-02-02T06:27:05.624Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T06:27:05.941Z] ---> Running in 1737ebaa1fb2 [2021-02-02T06:27:05.941Z] ---> Running in 155367e851e9 [2021-02-02T06:27:06.944Z] Removing intermediate container 155367e851e9 [2021-02-02T06:27:06.944Z] ---> 9467cadfb018 [2021-02-02T06:27:06.944Z] [2021-02-02T06:27:07.550Z] Successfully built 9467cadfb018 [2021-02-02T06:27:07.550Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T06:27:07.828Z]  Building docker-core-metadata-go ... done 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-02T06:27:12.149Z] Removing intermediate container 1737ebaa1fb2 [2021-02-02T06:27:12.149Z] ---> d657c2c567b9 [2021-02-02T06:27:12.149Z] [2021-02-02T06:27:12.149Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T06:27:12.149Z] 20.10.0: Pulling from library/docker [2021-02-02T06:27:20.448Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T06:27:20.448Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T06:27:20.448Z] ---> eeaf43b92773 [2021-02-02T06:27:20.448Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T06:27:22.427Z] ---> Running in 1ddabc136b71 [2021-02-02T06:27:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:23.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:24.457Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T06:27:24.730Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T06:27:24.730Z] Executing bash-5.0.17-r0.post-install [2021-02-02T06:27:24.730Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:27:24.730Z] OK: 12 MiB in 22 packages [2021-02-02T06:27:25.350Z] Removing intermediate container 5962fd783a0f [2021-02-02T06:27:25.626Z] ---> f3d9b3870856 [2021-02-02T06:27:25.626Z] [2021-02-02T06:27:25.626Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:27:25.626Z] ---> afeebe901d6b [2021-02-02T06:27:25.626Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T06:27:25.626Z] ---> Running in 1db3f4b9c477 [2021-02-02T06:27:26.218Z] Removing intermediate container 1ddabc136b71 [2021-02-02T06:27:26.218Z] ---> 32188160b0ae [2021-02-02T06:27:26.218Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T06:27:26.218Z] Removing intermediate container 1db3f4b9c477 [2021-02-02T06:27:26.218Z] ---> 0c6fb3f59726 [2021-02-02T06:27:26.218Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T06:27:26.490Z] ---> Running in 138fd1eef05f [2021-02-02T06:27:26.490Z] ---> Running in e5075926f007 [2021-02-02T06:27:27.088Z] Removing intermediate container e5075926f007 [2021-02-02T06:27:27.088Z] Removing intermediate container 138fd1eef05f [2021-02-02T06:27:27.088Z] ---> 9ab32e8abfa1 [2021-02-02T06:27:27.088Z] ---> 804e07ac7cca [2021-02-02T06:27:27.088Z] Step 13/23 : EXPOSE $APP_PORTStep 14/26 : ENV APP_PORT=48090 [2021-02-02T06:27:27.088Z] [2021-02-02T06:27:27.088Z] ---> Running in 207ba58b3afd [2021-02-02T06:27:27.088Z] ---> Running in ac6b3cc70831 [2021-02-02T06:27:27.681Z] Removing intermediate container ac6b3cc70831 [2021-02-02T06:27:27.681Z] ---> b405a3812260 [2021-02-02T06:27:27.681Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T06:27:27.681Z] Removing intermediate container 207ba58b3afd [2021-02-02T06:27:27.681Z] ---> 63800bd0b7d6 [2021-02-02T06:27:27.681Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:27:27.957Z] ---> Running in f512f36a4d5d [2021-02-02T06:27:27.957Z] ---> Running in 448898334e9a [2021-02-02T06:27:28.551Z] Removing intermediate container f512f36a4d5d [2021-02-02T06:27:28.551Z] ---> e617bbcf48e5 [2021-02-02T06:27:28.551Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T06:27:29.984Z] ---> 90745edd0a56 [2021-02-02T06:27:29.984Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T06:27:30.588Z] Removing intermediate container 448898334e9a [2021-02-02T06:27:30.588Z] ---> 4cd994c89955 [2021-02-02T06:27:30.588Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T06:27:30.588Z] ---> 85a9adc58358 [2021-02-02T06:27:30.588Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T06:27:30.864Z] ---> Running in 8a3af0317366 [2021-02-02T06:27:31.847Z] ---> 3780df81c752 [2021-02-02T06:27:31.847Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T06:27:32.120Z] ---> Running in c3dc244cb1ca [2021-02-02T06:27:32.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:33.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:33.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:33.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:34.017Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T06:27:34.017Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T06:27:34.017Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T06:27:34.017Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T06:27:34.017Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T06:27:34.017Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T06:27:34.290Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T06:27:34.290Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T06:27:34.290Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T06:27:34.290Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T06:27:34.290Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T06:27:34.290Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T06:27:34.563Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T06:27:34.563Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:27:34.563Z] OK: 8 MiB in 20 packages [2021-02-02T06:27:36.541Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T06:27:36.541Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T06:27:36.541Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T06:27:36.541Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T06:27:36.541Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T06:27:36.541Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T06:27:36.541Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T06:27:36.541Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T06:27:36.815Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T06:27:36.815Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T06:27:36.815Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T06:27:36.815Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T06:27:36.815Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T06:27:36.815Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T06:27:36.815Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T06:27:36.815Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T06:27:37.086Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T06:27:37.086Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T06:27:37.086Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T06:27:37.086Z] Removing intermediate container 8a3af0317366 [2021-02-02T06:27:37.086Z] ---> 428db13dbb5d [2021-02-02T06:27:37.086Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /(27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T06:27:37.086Z] [2021-02-02T06:27:37.086Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T06:27:37.086Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T06:27:37.086Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T06:27:37.086Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T06:27:37.086Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T06:27:37.086Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T06:27:37.361Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:27:37.361Z] OK: 71 MiB in 55 packages [2021-02-02T06:27:38.396Z] ---> 8146db14c627 [2021-02-02T06:27:38.396Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T06:27:40.419Z] ---> 90ee46a8441b [2021-02-02T06:27:40.419Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T06:27:41.410Z] ---> 7367d67984a9 [2021-02-02T06:27:41.410Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T06:27:41.684Z] ---> Running in 7c20f6bf9254 [2021-02-02T06:27:42.283Z] Removing intermediate container 7c20f6bf9254 [2021-02-02T06:27:42.283Z] ---> 18ef8644fe12 [2021-02-02T06:27:42.283Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:27:42.283Z] ---> Running in 460aeacf3fa1 [2021-02-02T06:27:43.269Z] Removing intermediate container 460aeacf3fa1 [2021-02-02T06:27:43.269Z] ---> a0e08ccbb469 [2021-02-02T06:27:43.269Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:27:43.269Z] ---> Running in 82c1d0b11049 [2021-02-02T06:27:43.875Z] Removing intermediate container 82c1d0b11049 [2021-02-02T06:27:43.875Z] ---> 3de79e3c5043 [2021-02-02T06:27:43.875Z] Step 22/23 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:27:44.150Z] Removing intermediate container c3dc244cb1ca [2021-02-02T06:27:44.150Z] ---> a35566bba004 [2021-02-02T06:27:44.150Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T06:27:44.150Z] ---> Running in fc48975f8144 [2021-02-02T06:27:44.150Z] ---> Running in 4043bb0f1d19 [2021-02-02T06:27:44.747Z] Removing intermediate container fc48975f8144 [2021-02-02T06:27:44.747Z] ---> e1da15c5ef54 [2021-02-02T06:27:44.747Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:27:45.019Z] ---> Running in 7481f734eb6c [2021-02-02T06:27:45.290Z] Removing intermediate container 7481f734eb6c [2021-02-02T06:27:45.290Z] ---> 98c9e2533d3f [2021-02-02T06:27:45.290Z] [2021-02-02T06:27:45.885Z] Successfully built 98c9e2533d3f [2021-02-02T06:27:45.885Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T06:27:51.267Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-02T06:27:51.267Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T06:27:51.267Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T06:27:51.267Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T06:27:54.642Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T06:27:54.642Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T06:27:57.260Z] Collecting PyYAML<4,>=3.10 [2021-02-02T06:27:57.260Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T06:28:01.558Z] 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-02T06:28:01.558Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T06:28:01.558Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T06:28:02.155Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T06:28:02.155Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T06:28:05.532Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T06:28:05.532Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T06:28:05.532Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T06:28:05.532Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T06:28:06.506Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T06:28:06.506Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T06:28:08.474Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T06:28:08.474Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T06:28:08.748Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T06:28:08.748Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T06:28:09.023Z] Collecting idna<2.8,>=2.5 [2021-02-02T06:28:09.023Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T06:28:09.294Z] 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-02T06:28:09.294Z] 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-02T06:28:09.890Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T06:28:09.890Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T06:28:10.164Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T06:28:10.164Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T06:28:10.164Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T06:28:10.164Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T06:28:11.152Z] Installing collected packages: docopt, texttable, PyYAML, jsonschema, dockerpty, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-02-02T06:28:11.152Z] Running setup.py install for docopt: started [2021-02-02T06:28:13.791Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T06:28:13.791Z] Running setup.py install for texttable: started [2021-02-02T06:28:16.420Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T06:28:16.420Z] Running setup.py install for PyYAML: started [2021-02-02T06:28:19.814Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T06:28:19.814Z] Running setup.py install for dockerpty: started [2021-02-02T06:28:22.425Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T06:28:22.426Z] Attempting uninstall: idna [2021-02-02T06:28:22.426Z] Found existing installation: idna 2.9 [2021-02-02T06:28:22.426Z] Uninstalling idna-2.9: [2021-02-02T06:28:22.701Z] Successfully uninstalled idna-2.9 [2021-02-02T06:28:23.291Z] Attempting uninstall: urllib3 [2021-02-02T06:28:23.291Z] Found existing installation: urllib3 1.25.9 [2021-02-02T06:28:23.291Z] Uninstalling urllib3-1.25.9: [2021-02-02T06:28:23.562Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T06:28:24.156Z] Attempting uninstall: requests [2021-02-02T06:28:24.156Z] Found existing installation: requests 2.23.0 [2021-02-02T06:28:24.156Z] Uninstalling requests-2.23.0: [2021-02-02T06:28:24.429Z] Successfully uninstalled requests-2.23.0 [2021-02-02T06:28:27.039Z] 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-02T06:28:31.331Z] Removing intermediate container 4043bb0f1d19 [2021-02-02T06:28:31.331Z] ---> ad40dd6ed440 [2021-02-02T06:28:31.331Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T06:28:31.331Z] ---> Running in e1049258eeb8 [2021-02-02T06:28:32.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:32.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:33.169Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:28:33.169Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T06:28:33.169Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T06:28:33.169Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:33.169Z] OK: 71 MiB in 58 packages [2021-02-02T06:28:34.598Z] Removing intermediate container e1049258eeb8 [2021-02-02T06:28:34.598Z] ---> 2d4a0da9b45a [2021-02-02T06:28:34.598Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T06:28:34.598Z] ---> Running in 1863075782f4 [2021-02-02T06:28:34.870Z] Removing intermediate container 1863075782f4 [2021-02-02T06:28:34.870Z] ---> 47883ebda67d [2021-02-02T06:28:34.870Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:28:35.143Z] ---> Running in adc40d8cc6de [2021-02-02T06:28:35.421Z] Removing intermediate container adc40d8cc6de [2021-02-02T06:28:35.421Z] ---> 02d0585cc9b5 [2021-02-02T06:28:35.421Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T06:28:35.692Z] ---> Running in 44515ccd7408 [2021-02-02T06:28:36.288Z] Removing intermediate container 44515ccd7408 [2021-02-02T06:28:36.288Z] ---> 0e3860cc3981 [2021-02-02T06:28:36.288Z] Step 25/26 : LABEL git_sha=841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T06:28:36.288Z] ---> Running in 74b83d6dba66 [2021-02-02T06:28:36.565Z] Removing intermediate container 74b83d6dba66 [2021-02-02T06:28:36.565Z] ---> 905121573ae7 [2021-02-02T06:28:36.565Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T06:28:36.851Z] ---> Running in 6037b753d7d2 [2021-02-02T06:28:37.446Z] Removing intermediate container 6037b753d7d2 [2021-02-02T06:28:37.446Z] ---> 4fe338c60757 [2021-02-02T06:28:37.446Z] [2021-02-02T06:28:37.717Z] Successfully built 4fe338c60757 [2021-02-02T06:28:37.717Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T06:28:38.326Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T06:28:38.386Z] $ docker stop --time=1 9b8995ec8b2693a7c03063aaf6d9b403355d293c6c06b40e0638a5529f1209a2 [2021-02-02T06:28:40.370Z] $ docker rm -f 9b8995ec8b2693a7c03063aaf6d9b403355d293c6c06b40e0638a5529f1209a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:28:41.176Z] + grep docker [2021-02-02T06:28:41.176Z] + docker images [2021-02-02T06:28:41.456Z] docker-sys-mgmt-agent-go-arm64 latest 4fe338c60757 4 seconds ago 300MB [2021-02-02T06:28:41.456Z] docker-core-data-go-arm64 latest 98c9e2533d3f 56 seconds ago 21MB [2021-02-02T06:28:41.456Z] docker-core-metadata-go-arm64 latest 9467cadfb018 About a minute ago 17.8MB [2021-02-02T06:28:41.456Z] docker-security-secretstore-setup-go-arm64 latest 85228dd2668f 2 minutes ago 23.4MB [2021-02-02T06:28:41.456Z] docker-security-bootstrapper-go-arm64 latest 260e71b986ff 3 minutes ago 22.6MB [2021-02-02T06:28:41.456Z] docker-core-command-go-arm64 latest c61d77060154 4 minutes ago 16MB [2021-02-02T06:28:41.456Z] docker-support-scheduler-go-arm64 latest 001010814a06 4 minutes ago 16.1MB [2021-02-02T06:28:41.456Z] docker-support-notifications-go-arm64 latest 1cf7a328bad9 4 minutes ago 16MB [2021-02-02T06:28:41.456Z] docker-security-proxy-setup-go-arm64 latest 0aac0dc51ea8 4 minutes ago 23.2MB [2021-02-02T06:28:41.456Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-02T06:28:44.530Z] provisioning config files... [2021-02-02T06:28:44.589Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7103239642262594311tmp [Pipeline] { [Pipeline] sh [2021-02-02T06:28:45.025Z] + set +x [2021-02-02T06:28:45.026Z] + curl -s https://codecov.io/bash [2021-02-02T06:28:45.026Z] + bash -s -- [2021-02-02T06:28:45.608Z] [2021-02-02T06:28:45.608Z] _____ _ [2021-02-02T06:28:45.608Z] / ____| | | [2021-02-02T06:28:45.608Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T06:28:45.608Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T06:28:45.608Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T06:28:45.608Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T06:28:45.608Z] Bash-20210129-7c25fce [2021-02-02T06:28:45.608Z] [2021-02-02T06:28:45.608Z] [2021-02-02T06:28:45.608Z] ==> git version 2.24.3 found [2021-02-02T06:28:45.608Z] ==> 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-02T06:28:45.608Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T06:28:45.608Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T06:28:45.608Z] curl: option -sm: expected a proper numerical parameter [2021-02-02T06:28:45.608Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-02T06:28:45.608Z] ==> Jenkins CI detected. [2021-02-02T06:28:45.608Z] project root: . [2021-02-02T06:28:45.608Z] --> token set from env [2021-02-02T06:28:45.608Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T06:28:45.608Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T06:28:45.608Z] ==> Python coveragepy not found [2021-02-02T06:28:45.608Z] ==> Searching for coverage reports in: [2021-02-02T06:28:45.608Z] + . [2021-02-02T06:28:45.608Z] -> Found 1 reports [2021-02-02T06:28:45.608Z] ==> Detecting git/mercurial file structure [2021-02-02T06:28:45.879Z] ==> Reading reports [2021-02-02T06:28:45.879Z] + ./coverage.out bytes=574984 [2021-02-02T06:28:45.879Z] ==> Appending adjustments [2021-02-02T06:28:45.879Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T06:28:49.200Z] + Found adjustments [2021-02-02T06:28:49.200Z] ==> Gzipping contents [2021-02-02T06:28:49.200Z] 88K /tmp/codecov.hBaPod.gz [2021-02-02T06:28:49.200Z] ==> Uploading reports [2021-02-02T06:28:49.200Z] url: https://codecov.io [2021-02-02T06:28:49.200Z] query: branch=PR-3109&commit=841d489cfe614676ae574a25cc9174e0e37bb1d2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-02T06:28:49.200Z] -> Pinging Codecov [2021-02-02T06:28:49.201Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=841d489cfe614676ae574a25cc9174e0e37bb1d2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-02T06:28:49.467Z] -> Uploading to [2021-02-02T06:28:49.467Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/841d489cfe614676ae574a25cc9174e0e37bb1d2/1ea17234-445a-46bf-a63e-6524f3771f34.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T062849Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57983fadd847fb802c299ddcaa34da770a34cee77babd6e38ae303357c4a39fa [2021-02-02T06:28:49.467Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T06:28:49.467Z] Dload Upload Total Spent Left Speed [2021-02-02T06:28:50.304Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86945 0 0 100 86945 0 141k --:--:-- --:--:-- --:--:-- 141k [2021-02-02T06:28:50.304Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/841d489cfe614676ae574a25cc9174e0e37bb1d2 [Pipeline] } [2021-02-02T06:28:50.334Z] 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-02T06:28:53.515Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:28:54.436Z] ---> package-listing.sh [2021-02-02T06:28:54.436Z] ++ facter osfamily [2021-02-02T06:28:54.436Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T06:28:54.436Z] + OS_FAMILY=redhat [2021-02-02T06:28:54.436Z] + workspace=/w/workspace/edgex-go/1 [2021-02-02T06:28:54.436Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T06:28:54.436Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T06:28:54.436Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T06:28:54.436Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T06:28:54.436Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-02T06:28:54.436Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T06:28:54.436Z] + case "${OS_FAMILY}" in [2021-02-02T06:28:54.436Z] + sort [2021-02-02T06:28:54.436Z] + rpm -qa [2021-02-02T06:28:59.746Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T06:28:59.746Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T06:28:59.746Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T06:28:59.746Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-02T06:28:59.746Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-02-02T06:28:59.746Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-02-02T06:28:59.782Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T06:29:00.105Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:29:00.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:00.465Z] [2021-02-02T06:29:00.465Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:29:00.864Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:00.864Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T06:29:00.864Z] df20fa9351a1: Pulling fs layer [2021-02-02T06:29:00.864Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T06:29:00.864Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T06:29:00.864Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T06:29:00.864Z] 93b61091891f: Pulling fs layer [2021-02-02T06:29:00.864Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T06:29:00.864Z] 5e14af77c1be: Pulling fs layer [2021-02-02T06:29:00.864Z] 01666e4c0597: Pulling fs layer [2021-02-02T06:29:00.864Z] aa168da1d23b: Pulling fs layer [2021-02-02T06:29:00.864Z] 46f8f816bc3b: Waiting [2021-02-02T06:29:00.864Z] 93b61091891f: Waiting [2021-02-02T06:29:00.864Z] 93b9cdb0e59b: Waiting [2021-02-02T06:29:00.864Z] 5e14af77c1be: Waiting [2021-02-02T06:29:00.864Z] 01666e4c0597: Waiting [2021-02-02T06:29:00.864Z] aa168da1d23b: Waiting [2021-02-02T06:29:00.864Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T06:29:00.864Z] 36b3adc4ff6f: Download complete [2021-02-02T06:29:00.864Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T06:29:00.864Z] 46f8f816bc3b: Download complete [2021-02-02T06:29:01.131Z] df20fa9351a1: Verifying Checksum [2021-02-02T06:29:01.131Z] df20fa9351a1: Download complete [2021-02-02T06:29:01.131Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T06:29:01.131Z] 93b9cdb0e59b: Download complete [2021-02-02T06:29:01.131Z] 5e14af77c1be: Verifying Checksum [2021-02-02T06:29:01.131Z] 5e14af77c1be: Download complete [2021-02-02T06:29:01.131Z] 93b61091891f: Verifying Checksum [2021-02-02T06:29:01.131Z] 93b61091891f: Download complete [2021-02-02T06:29:01.131Z] 01666e4c0597: Verifying Checksum [2021-02-02T06:29:01.131Z] 01666e4c0597: Download complete [2021-02-02T06:29:01.131Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T06:29:01.131Z] 8ad3a11d3b57: Download complete [2021-02-02T06:29:01.394Z] df20fa9351a1: Pull complete [2021-02-02T06:29:01.705Z] 36b3adc4ff6f: Pull complete [2021-02-02T06:29:03.325Z] aa168da1d23b: Verifying Checksum [2021-02-02T06:29:03.325Z] aa168da1d23b: Download complete [2021-02-02T06:29:04.274Z] 8ad3a11d3b57: Pull complete [2021-02-02T06:29:04.538Z] 46f8f816bc3b: Pull complete [2021-02-02T06:29:04.806Z] 93b61091891f: Pull complete [2021-02-02T06:29:05.068Z] 93b9cdb0e59b: Pull complete [2021-02-02T06:29:05.068Z] 5e14af77c1be: Pull complete [2021-02-02T06:29:05.339Z] 01666e4c0597: Pull complete [2021-02-02T06:29:15.453Z] aa168da1d23b: Pull complete [2021-02-02T06:29:15.453Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T06:29:15.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:15.453Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T06:29:15.736Z] prd-centos7-docker-4c-2g-24523 does not seem to be running inside a container [2021-02-02T06:29:15.791Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T06:29:19.093Z] $ docker top b084f6ae8f8b076605829bccd459ec25708224ed103c5ef11b243a09a934b613 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:29:19.693Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T06:29:20.019Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T06:29:20.355Z] + ls /var/log/sa-host [2021-02-02T06:29:20.355Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T06:29:20.355Z] file_magic: OK [2021-02-02T06:29:20.355Z] HZ: Using current value: 100 [2021-02-02T06:29:20.355Z] file_header: OK [2021-02-02T06:29:20.355Z] 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-02T06:29:20.355Z] Statistics: [2021-02-02T06:29:20.355Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T06:29:20.355Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T06:29:20.355Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T06:29:20.355Z] file_magic: OK [2021-02-02T06:29:20.355Z] HZ: Using current value: 100 [2021-02-02T06:29:20.355Z] file_header: OK [2021-02-02T06:29:20.355Z] 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-02T06:29:20.355Z] Statistics: [2021-02-02T06:29:20.355Z] Hnuu...uuuununununu... [2021-02-02T06:29:20.355Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T06:29:21.039Z] provisioning config files... [2021-02-02T06:29:21.068Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4516044326802606938tmp [Pipeline] { [Pipeline] echo [2021-02-02T06:29:21.188Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:21.537Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T06:29:21.568Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T06:29:21.728Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:22.085Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T06:29:22.127Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:22.462Z] ---> sudo-logs.sh [2021-02-02T06:29:22.462Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T06:29:22.497Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:22.866Z] ---> job-cost.sh [2021-02-02T06:29:22.866Z] lf-activate-venv: SKIPPING [2021-02-02T06:29:22.866Z] INFO: No Stack... [2021-02-02T06:29:23.815Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T06:29:24.392Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T06:29:24.429Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:24.771Z] ---> logs-deploy.sh [2021-02-02T06:29:24.771Z] lf-activate-venv: SKIPPING [2021-02-02T06:29:24.771Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/1 [2021-02-02T06:29:24.771Z] INFO: archiving workspace using pattern(s): [2021-02-02T06:29:26.702Z] Archives upload complete. [2021-02-02T06:29:26.702Z] INFO: archiving logs to Nexus