Pull request #3111 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60+c250855f865f8c62af0409146ed617a84f3308da (41aeed80660bbf0b58edfd9c2b7fbb2da9383b49) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24974 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 > 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/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 Merge succeeded, producing b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 Checking out Revision b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 (PR-3111) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T10:49:08.573Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 203ad83c00c1bccc02d3886854baf22c9b08e59a # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T10:49:08.927Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T10:49:09.074Z] ========================================================= [2021-02-04T10:49:09.074Z] EdgeX Global Pipelines Version Info [2021-02-04T10:49:09.074Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:49:10.601Z] ------------------- [2021-02-04T10:49:10.601Z] stable info: [2021-02-04T10:49:10.601Z] ------------------- [2021-02-04T10:49:10.601Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:49:10.601Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:49:10.601Z] Message: update stable to v1.0.179 [2021-02-04T10:49:11.546Z] ------------------- [2021-02-04T10:49:11.546Z] experimental info: [2021-02-04T10:49:11.546Z] ------------------- [2021-02-04T10:49:11.546Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:49:11.546Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:49:11.546Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T10:49:11.905Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T10:49:12.065Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T10:49:12.231Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T10:49:12.385Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T10:49:12.531Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T10:49:12.689Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T10:49:12.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T10:49:13.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T10:49:13.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T10:49:13.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T10:49:13.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T10:49:13.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T10:49:13.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T10:49:13.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T10:49:14.144Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:49:14.297Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:49:14.466Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T10:49:14.604Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T10:49:14.761Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T10:49:14.950Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T10:49:15.098Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T10:49:15.232Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T10:49:15.366Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T10:49:15.503Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3111 [Pipeline] echo [2021-02-04T10:49:15.638Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3111 [Pipeline] echo [2021-02-04T10:49:15.780Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3111 [Pipeline] echo [2021-02-04T10:49:15.924Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [Pipeline] echo [2021-02-04T10:49:16.067Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b91ab6e [Pipeline] echo [2021-02-04T10:49:16.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:49:16.474Z] provisioning config files... [2021-02-04T10:49:16.502Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3155359285492287242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:49:16.927Z] ---> docker-login.sh [2021-02-04T10:49:16.927Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:49:17.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:17.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:17.454Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:17.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:17.454Z] [2021-02-04T10:49:17.454Z] Login Succeeded [2021-02-04T10:49:17.454Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:49:17.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:17.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:17.719Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:17.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:17.719Z] [2021-02-04T10:49:17.719Z] Login Succeeded [2021-02-04T10:49:17.719Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:49:17.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:17.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:17.719Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:17.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:17.719Z] [2021-02-04T10:49:17.719Z] Login Succeeded [2021-02-04T10:49:17.719Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:49:17.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:17.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:17.982Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:17.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:17.982Z] [2021-02-04T10:49:17.982Z] Login Succeeded [2021-02-04T10:49:17.982Z] docker.io [2021-02-04T10:49:18.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:18.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:18.825Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:18.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:18.825Z] [2021-02-04T10:49:18.825Z] Login Succeeded [2021-02-04T10:49:18.825Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:49:18.837Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:49:19.393Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T10:49:19.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:19.394Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:49:19.394Z] ++ cut -d/ -f2 [2021-02-04T10:49:19.394Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T10:49:19.483Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:49:20.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:49:20.548Z] [2021-02-04T10:49:20.548Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:49:20.962Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:49:20.963Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T10:49:20.963Z] 31603596830f: Pulling fs layer [2021-02-04T10:49:20.963Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T10:49:20.963Z] 6ca5941a6612: Pulling fs layer [2021-02-04T10:49:20.963Z] ecc8261a40a4: Pulling fs layer [2021-02-04T10:49:20.963Z] ecc8261a40a4: Waiting [2021-02-04T10:49:20.963Z] 2a8b12db71e7: Download complete [2021-02-04T10:49:20.963Z] 31603596830f: Verifying Checksum [2021-02-04T10:49:20.963Z] 31603596830f: Download complete [2021-02-04T10:49:21.232Z] ecc8261a40a4: Verifying Checksum [2021-02-04T10:49:21.232Z] ecc8261a40a4: Download complete [2021-02-04T10:49:21.232Z] 6ca5941a6612: Download complete [2021-02-04T10:49:21.499Z] 31603596830f: Pull complete [2021-02-04T10:49:21.772Z] 2a8b12db71e7: Pull complete [2021-02-04T10:49:22.728Z] 6ca5941a6612: Pull complete [2021-02-04T10:49:22.728Z] ecc8261a40a4: Pull complete [2021-02-04T10:49:22.728Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T10:49:22.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:49:22.729Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T10:49:22.837Z] prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container [2021-02-04T10:49:22.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:49:25.164Z] $ docker top c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:49:25.562Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:49:25.562Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:49:25.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:49:25.882Z] $ docker exec c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 ssh-agent [2021-02-04T10:49:26.089Z] SSH_AUTH_SOCK=/tmp/ssh-RY0pMn5KUri0/agent.11 [2021-02-04T10:49:26.089Z] SSH_AGENT_PID=16 [2021-02-04T10:49:26.101Z] Running ssh-add (command line suppressed) [2021-02-04T10:49:26.257Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_4745981408171020047.key (/w/workspace/edgex-go/7@tmp/private_key_4745981408171020047.key) [2021-02-04T10:49:26.315Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:49:26.698Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T10:49:26.730Z] $ docker exec --env ******** --env ******** c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 ssh-agent -k [2021-02-04T10:49:26.869Z] unset SSH_AUTH_SOCK; [2021-02-04T10:49:26.869Z] unset SSH_AGENT_PID; [2021-02-04T10:49:26.869Z] echo Agent pid 16 killed; [2021-02-04T10:49:26.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T10:49:27.199Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:49:27.200Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:49:27.375Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:49:27.378Z] $ docker exec c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 ssh-agent [2021-02-04T10:49:27.559Z] SSH_AUTH_SOCK=/tmp/ssh-ixhNs4VXwIkM/agent.47 [2021-02-04T10:49:27.559Z] SSH_AGENT_PID=52 [2021-02-04T10:49:27.566Z] Running ssh-add (command line suppressed) [2021-02-04T10:49:27.698Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_6156648545328581785.key (/w/workspace/edgex-go/7@tmp/private_key_6156648545328581785.key) [2021-02-04T10:49:27.754Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:49:28.130Z] + git semver init [2021-02-04T10:49:28.130Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:49:28.130Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-02-04T10:49:28.130Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-02-04T10:49:28.130Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:49:28.130Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:49:28.130Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:49:28.130Z] # $SEMVER_BRANCH = PR-3111 [2021-02-04T10:49:28.130Z] # $SEMVER_TEMP = /tmp/semver-818903487 [2021-02-04T10:49:28.130Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T10:49:54.873Z] # '/tmp/semver-818903487' -> '/w/workspace/edgex-go/7/.semver' [2021-02-04T10:49:55.824Z] # -> Force: false [2021-02-04T10:49:55.824Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-02-04T10:49:55.838Z] $ docker exec --env ******** --env ******** c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 ssh-agent -k [2021-02-04T10:49:56.084Z] unset SSH_AUTH_SOCK; [2021-02-04T10:49:56.084Z] unset SSH_AGENT_PID; [2021-02-04T10:49:56.084Z] echo Agent pid 52 killed; [2021-02-04T10:49:56.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:49:56.788Z] + git semver [Pipeline] } [2021-02-04T10:49:56.812Z] $ docker stop --time=1 c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 [2021-02-04T10:49:58.380Z] $ docker rm -f c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:49:58.953Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T10:49:59.544Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T10:49:59.547Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T10:50:00.712Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:50:01.023Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:50:01.333Z] + sudo service docker restart [2021-02-04T10:50:01.333Z] + true [2021-02-04T10:50:01.333Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T10:50:01.927Z] ========================================================= [2021-02-04T10:50:01.928Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T10:50:01.928Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:50:02.322Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-04T10:50:06.564Z] Sending build context to Docker daemon 327.5MB [2021-02-04T10:50:06.564Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:50:06.564Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:50:06.564Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T10:50:06.564Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T10:50:06.564Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T10:50:06.564Z] de9db76c5a1d: Pulling fs layer [2021-02-04T10:50:06.564Z] bca2f99d35d6: Pulling fs layer [2021-02-04T10:50:06.564Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T10:50:06.564Z] 7c6f9722023f: Pulling fs layer [2021-02-04T10:50:06.564Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T10:50:06.564Z] 93359f2a8cfa: Waiting [2021-02-04T10:50:06.564Z] 7c6f9722023f: Waiting [2021-02-04T10:50:06.564Z] a35cf1a2eb13: Waiting [2021-02-04T10:50:06.564Z] bca2f99d35d6: Waiting [2021-02-04T10:50:06.564Z] de9db76c5a1d: Verifying Checksum [2021-02-04T10:50:06.564Z] de9db76c5a1d: Download complete [2021-02-04T10:50:06.564Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T10:50:06.564Z] 0ef7d3d256c8: Download complete [2021-02-04T10:50:06.564Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T10:50:06.564Z] 93359f2a8cfa: Download complete [2021-02-04T10:50:06.564Z] 7c6f9722023f: Verifying Checksum [2021-02-04T10:50:06.564Z] 7c6f9722023f: Download complete [2021-02-04T10:50:06.845Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T10:50:06.845Z] 188c0c94c7c5: Download complete [2021-02-04T10:50:07.116Z] 188c0c94c7c5: Pull complete [2021-02-04T10:50:07.385Z] 0ef7d3d256c8: Pull complete [2021-02-04T10:50:07.972Z] de9db76c5a1d: Pull complete [2021-02-04T10:50:09.376Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T10:50:09.376Z] a35cf1a2eb13: Download complete [2021-02-04T10:50:09.964Z] bca2f99d35d6: Verifying Checksum [2021-02-04T10:50:09.964Z] bca2f99d35d6: Download complete [2021-02-04T10:50:15.094Z] Still waiting to schedule task [2021-02-04T10:50:15.094Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-04T10:50:15.301Z] bca2f99d35d6: Pull complete [2021-02-04T10:50:15.569Z] 93359f2a8cfa: Pull complete [2021-02-04T10:50:15.570Z] 7c6f9722023f: Pull complete [2021-02-04T10:50:19.806Z] a35cf1a2eb13: Pull complete [2021-02-04T10:50:19.806Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T10:50:19.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T10:50:19.807Z] ---> a62c8e92a672 [2021-02-04T10:50:19.807Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T10:50:19.807Z] ---> Running in 67aa7ca72965 [2021-02-04T10:50:20.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:50:20.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:50:21.537Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:50:21.537Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:50:21.800Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:50:21.800Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:50:31.827Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:50:31.827Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:50:31.827Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:50:31.827Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:50:31.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:50:31.827Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:50:32.091Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:50:32.091Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:50:32.355Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:50:32.355Z] OK: 233 MiB in 51 packages [2021-02-04T10:50:36.599Z] Removing intermediate container 67aa7ca72965 [2021-02-04T10:50:36.599Z] ---> aa13f7799658 [2021-02-04T10:50:36.599Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:50:36.599Z] ---> Running in 98b743e8a1ea [2021-02-04T10:50:36.861Z] Removing intermediate container 98b743e8a1ea [2021-02-04T10:50:36.861Z] ---> 1e4fb389b8f3 [2021-02-04T10:50:36.861Z] Step 5/6 : COPY go.mod . [2021-02-04T10:50:36.861Z] ---> cb15d8df926e [2021-02-04T10:50:36.861Z] Step 6/6 : RUN go mod download [2021-02-04T10:50:37.125Z] ---> Running in 06347aea0914 [2021-02-04T10:50:59.153Z] Removing intermediate container 06347aea0914 [2021-02-04T10:50:59.153Z] ---> 4496e6f979fe [2021-02-04T10:50:59.153Z] Successfully built 4496e6f979fe [2021-02-04T10:50:59.153Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:50:59.469Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:50:59.469Z] . [Pipeline] withDockerContainer [2021-02-04T10:50:59.602Z] prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container [2021-02-04T10:50:59.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:51:00.517Z] $ docker top cc0f353b7a23fc90cbca25039ef7cb455a5b242f2baf29de8197be398531b678 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:51:01.129Z] + go version [2021-02-04T10:51:01.129Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T10:51:01.147Z] $ docker stop --time=1 cc0f353b7a23fc90cbca25039ef7cb455a5b242f2baf29de8197be398531b678 [2021-02-04T10:51:02.593Z] $ docker rm -f cc0f353b7a23fc90cbca25039ef7cb455a5b242f2baf29de8197be398531b678 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:51:03.801Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:51:03.801Z] . [Pipeline] withDockerContainer [2021-02-04T10:51:03.906Z] prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container [2021-02-04T10:51:03.959Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:51:04.770Z] $ docker top 42617ea9e3ed45b381ebfbf6777400294081a6f7b01c31f4f30ab0f5e9cd68b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:51:05.038Z] ========================================================= [2021-02-04T10:51:05.038Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:51:05.038Z] ========================================================= [Pipeline] sh [2021-02-04T10:51:05.339Z] + make test [2021-02-04T10:51:05.339Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:51:15.485Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:51:30.532Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:51:37.164Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:51:37.164Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:51:37.164Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:51:37.164Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:51:40.129Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:51:40.129Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:51:40.129Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:51:40.129Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:51:40.129Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:51:40.129Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:51:42.715Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:51:42.716Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:51:42.716Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:51:44.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.0% of statements [2021-02-04T10:51:44.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:51:44.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:51:44.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:51:44.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:51:44.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:51:44.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:51:44.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:51:44.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements [2021-02-04T10:51:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:51:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:51:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:51:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 65.8% of statements [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:51:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:51:48.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.449s coverage: 82.3% of statements [2021-02-04T10:51:48.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:51:48.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:51:48.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:51:48.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:51:50.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements [2021-02-04T10:51:50.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:51:50.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:51:50.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:51:50.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:51:50.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:51:50.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.126s coverage: 100.0% of statements [2021-02-04T10:51:50.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:51:50.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-02-04T10:51:50.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:51:50.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements [2021-02-04T10:51:50.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:51:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-02-04T10:51:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:51:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-02-04T10:51:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:51:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:51:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:51:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:51:53.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.433s coverage: 92.8% of statements [2021-02-04T10:51:53.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:51:53.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:51:53.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:51:53.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:51:53.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 45.5% of statements [2021-02-04T10:51:53.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 79.5% of statements [2021-02-04T10:51:53.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-02-04T10:51:53.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-02-04T10:51:53.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-02-04T10:52:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements [2021-02-04T10:52:06.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.053s coverage: 87.2% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.022s coverage: 100.0% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.452s coverage: 84.0% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.0% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:52:18.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.075s coverage: 90.4% of statements [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:52:18.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.696s coverage: 29.1% of statements [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:52:18.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements [2021-02-04T10:52:18.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements [2021-02-04T10:52:18.358Z] GO111MODULE=on go vet ./... [2021-02-04T10:52:45.115Z] gofmt -l . [2021-02-04T10:52:45.115Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:52:45.115Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:52:45.379Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:52:46.269Z] + ls -al . [2021-02-04T10:52:46.269Z] total 684 [2021-02-04T10:52:46.269Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 10:52 . [2021-02-04T10:52:46.269Z] drwxr-xr-x 4 root root 28 Feb 4 10:51 .. [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:49 .dockerignore [2021-02-04T10:52:46.269Z] drwxrwxr-x 8 1001 1001 179 Feb 4 10:49 .git [2021-02-04T10:52:46.269Z] drwxrwxr-x 3 1001 1001 125 Feb 4 10:49 .github [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:49 .gitignore [2021-02-04T10:52:46.269Z] drwx------ 3 1001 1001 60 Feb 4 10:49 .semver [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:49 .sonarcloud.properties [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:49 Attribution.txt [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:49 CONTRIBUTING.md [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:49 Dockerfile.build [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:49 Jenkinsfile [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:49 LICENSE [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:49 Makefile [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:49 README.md [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:49 SECURITY.md [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:49 VERSION [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:49 ZMQWindows.md [2021-02-04T10:52:46.269Z] drwxrwxr-x 2 1001 1001 117 Feb 4 10:49 bin [2021-02-04T10:52:46.269Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:49 cmd [2021-02-04T10:52:46.269Z] -rw-r--r-- 1 root root 580808 Feb 4 10:52 coverage.out [2021-02-04T10:52:46.269Z] -rw-r--r-- 1 root root 1054 Feb 4 10:52 go.mod [2021-02-04T10:52:46.269Z] -rw-r--r-- 1 root root 19406 Feb 4 10:52 go.sum [2021-02-04T10:52:46.269Z] drwxrwxr-x 8 1001 1001 127 Feb 4 10:49 internal [2021-02-04T10:52:46.269Z] drwxrwxr-x 4 1001 1001 26 Feb 4 10:49 openapi [2021-02-04T10:52:46.269Z] drwxrwxr-x 4 1001 1001 71 Feb 4 10:49 snap [2021-02-04T10:52:46.269Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:49 version.go [Pipeline] sh [2021-02-04T10:52:46.579Z] + '[' -e coverage.out ] [2021-02-04T10:52:46.579Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:52:46.883Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:52:47.178Z] + make build [2021-02-04T10:52:47.178Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T10:52:50.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T10:52:58.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T10:52:59.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-04T10:53:01.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T10:53:01.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T10:53:03.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T10:53:05.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T10:53:06.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T10:53:07.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T10:53:08.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:53:09.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T10:53:10.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T10:53:12.504Z] $ docker stop --time=1 42617ea9e3ed45b381ebfbf6777400294081a6f7b01c31f4f30ab0f5e9cd68b9 [2021-02-04T10:53:14.076Z] $ docker rm -f 42617ea9e3ed45b381ebfbf6777400294081a6f7b01c31f4f30ab0f5e9cd68b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:53:16.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:53:16.513Z] [2021-02-04T10:53:16.513Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:53:16.929Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:53:16.929Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T10:53:16.929Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T10:53:16.929Z] ca9280d653b3: Pulling fs layer [2021-02-04T10:53:16.929Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T10:53:17.877Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T10:53:17.877Z] cbdbe7a5bc2a: Download complete [2021-02-04T10:53:18.141Z] ca9280d653b3: Verifying Checksum [2021-02-04T10:53:18.141Z] ca9280d653b3: Download complete [2021-02-04T10:53:18.408Z] cbdbe7a5bc2a: Pull complete [2021-02-04T10:53:18.994Z] 7e9c9ca2126c: Download complete [2021-02-04T10:53:19.569Z] ca9280d653b3: Pull complete [2021-02-04T10:53:26.193Z] 7e9c9ca2126c: Pull complete [2021-02-04T10:53:26.193Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T10:53:26.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:53:26.193Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T10:53:26.404Z] prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container [2021-02-04T10:53:26.481Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:53:29.499Z] $ docker top d482e9893497a1c5aa5418049dc1b8250156ebd880241e769fa6d3853e1d8b4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:53:30.141Z] + docker-compose build --help [2021-02-04T10:53:30.141Z] + grep parallel [2021-02-04T10:53:31.090Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:53:31.369Z] $ docker stop --time=1 d482e9893497a1c5aa5418049dc1b8250156ebd880241e769fa6d3853e1d8b4b [2021-02-04T10:53:32.745Z] $ docker rm -f d482e9893497a1c5aa5418049dc1b8250156ebd880241e769fa6d3853e1d8b4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:53:33.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:53:33.529Z] . [Pipeline] withDockerContainer [2021-02-04T10:53:33.632Z] prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container [2021-02-04T10:53:33.687Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:53:34.385Z] $ docker top a37b0e0baadec29e18550a2cf91ccd4c0b4fcba4dab7c5616bab93eff4e9ca81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:53:34.943Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:53:35.892Z] Building docker-core-command-go ... [2021-02-04T10:53:35.892Z] Building docker-core-data-go ... [2021-02-04T10:53:35.892Z] Building docker-core-metadata-go ... [2021-02-04T10:53:35.892Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:53:35.892Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:53:35.892Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:53:35.892Z] Building docker-support-notifications-go ... [2021-02-04T10:53:35.892Z] Building docker-support-scheduler-go ... [2021-02-04T10:53:35.892Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:53:35.892Z] Building docker-security-secretstore-setup-go [2021-02-04T10:53:35.892Z] Building docker-core-metadata-go [2021-02-04T10:53:35.892Z] Building docker-core-command-go [2021-02-04T10:53:35.892Z] Building docker-security-proxy-setup-go [2021-02-04T10:53:35.892Z] Building docker-security-bootstrapper-go [2021-02-04T10:53:41.592Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24980 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws [2021-02-04T10:53:41.693Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-02-04T10:53:48.116Z] using credential edgex-jenkins-ssh [2021-02-04T10:53:48.237Z] Cloning the remote Git repository [2021-02-04T10:53:48.327Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:53:48.460Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-02-04T10:53:48.557Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:53:48.558Z] > git --version # timeout=10 [2021-02-04T10:53:48.587Z] > git --version # 'git version 2.17.1' [2021-02-04T10:53:48.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:53:48.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:54:05.116Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:54:05.615Z] Merge succeeded, producing b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:54:05.616Z] Checking out Revision b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 (PR-3111) [2021-02-04T10:54:04.394Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:54:04.413Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:54:04.448Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:54:04.489Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:54:04.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:54:04.502Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:54:05.136Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:54:05.183Z] > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [2021-02-04T10:54:05.529Z] > git remote # timeout=10 [2021-02-04T10:54:05.544Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:54:05.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:54:05.578Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T10:54:05.600Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:54:05.624Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:54:05.636Z] > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [2021-02-04T10:54:08.375Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:54:08.375Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:54:08.375Z] ---> 4496e6f979fe [2021-02-04T10:54:08.375Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:54:08.375Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:54:08.375Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:54:08.375Z] ---> 4496e6f979fe [2021-02-04T10:54:08.375Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:54:08.375Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:54:08.375Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:54:08.375Z] ---> 4496e6f979fe [2021-02-04T10:54:08.375Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:54:08.375Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:54:08.375Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:54:08.375Z] ---> 4496e6f979fe [2021-02-04T10:54:08.375Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:54:08.949Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:54:08.949Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:54:08.949Z] ---> 4496e6f979fe [2021-02-04T10:54:08.949Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:54:09.524Z] ---> Running in 8eea67f9943d [2021-02-04T10:54:09.790Z] ---> Running in e5dcbfcd3342 [2021-02-04T10:54:09.790Z] ---> Running in fb0423e41a3d [2021-02-04T10:54:09.790Z] ---> Running in 40b8d99f43fb [2021-02-04T10:54:09.790Z] ---> Running in 3430101f5295 [2021-02-04T10:54:10.053Z] Removing intermediate container 8eea67f9943d [2021-02-04T10:54:10.053Z] ---> dd170ab91dbe [2021-02-04T10:54:10.053Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:54:10.053Z] Removing intermediate container fb0423e41a3d [2021-02-04T10:54:10.053Z] ---> a071b55536d5 [2021-02-04T10:54:10.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:54:10.053Z] Removing intermediate container 40b8d99f43fb [2021-02-04T10:54:10.053Z] ---> fba259a1c7cc [2021-02-04T10:54:10.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:54:10.053Z] Removing intermediate container 3430101f5295 [2021-02-04T10:54:10.053Z] ---> 6b0987448f99 [2021-02-04T10:54:10.053Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:54:10.155Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-02-04T10:54:10.317Z] Removing intermediate container e5dcbfcd3342 [2021-02-04T10:54:10.317Z] ---> 52cc56f03c64 [2021-02-04T10:54:10.317Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:54:10.317Z] ---> Running in 1d9308217b34 [2021-02-04T10:54:10.317Z] ---> Running in 45a388af1207 [2021-02-04T10:54:10.317Z] ---> Running in 785d63a244a0 [2021-02-04T10:54:10.317Z] ---> Running in 5e48d6742a79 [2021-02-04T10:54:10.317Z] ---> Running in 432a9f40072c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T10:54:11.895Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:54:12.292Z] Removing intermediate container 1d9308217b34 [2021-02-04T10:54:12.292Z] ---> 34d9bdd707a2 [2021-02-04T10:54:12.292Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:54:12.387Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:54:12.554Z] ---> Running in f22431b1d37c [2021-02-04T10:54:12.554Z] Removing intermediate container 45a388af1207 [2021-02-04T10:54:12.554Z] ---> d54d35ce8d4b [2021-02-04T10:54:12.554Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:54:12.554Z] Removing intermediate container 785d63a244a0 [2021-02-04T10:54:12.554Z] ---> 765ea370f1eb [2021-02-04T10:54:12.554Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:54:12.730Z] + true [2021-02-04T10:54:12.730Z] + sudo service docker restart [2021-02-04T10:54:12.816Z] Removing intermediate container 5e48d6742a79 [2021-02-04T10:54:12.816Z] ---> 9ab37591ee88 [2021-02-04T10:54:12.816Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:54:12.816Z] Removing intermediate container 432a9f40072c [2021-02-04T10:54:12.816Z] ---> 5e484fdc0670 [2021-02-04T10:54:12.816Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:54:12.816Z] ---> Running in 07885e6cebdf [2021-02-04T10:54:12.816Z] ---> Running in bed457e097c0 [2021-02-04T10:54:13.079Z] ---> Running in fefafa692ff3 [2021-02-04T10:54:13.079Z] ---> Running in b53bd5c0cfe1 [2021-02-04T10:54:13.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:13.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:13.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:14.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:14.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:14.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:14.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:14.718Z] OK: 233 MiB in 51 packages [2021-02-04T10:54:14.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:14.718Z] OK: 233 MiB in 51 packages [2021-02-04T10:54:14.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:54:14.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:54:14.832Z] provisioning config files... [2021-02-04T10:54:14.872Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2017541830625568525tmp [Pipeline] { [2021-02-04T10:54:14.987Z] Removing intermediate container f22431b1d37c [2021-02-04T10:54:14.987Z] ---> 49380b1d8479 [2021-02-04T10:54:14.987Z] Step 6/24 : COPY go.mod . [2021-02-04T10:54:14.987Z] OK: 233 MiB in 51 packages [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:54:15.257Z] OK: 233 MiB in 51 packages [2021-02-04T10:54:15.257Z] Removing intermediate container 07885e6cebdf [2021-02-04T10:54:15.257Z] ---> 5ef5f262a25e [2021-02-04T10:54:15.257Z] Step 6/23 : COPY go.mod . [2021-02-04T10:54:15.257Z] ---> 5c39e12f0939 [2021-02-04T10:54:15.257Z] Step 7/24 : RUN go mod download [2021-02-04T10:54:15.347Z] ---> docker-login.sh [2021-02-04T10:54:15.347Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:54:15.526Z] OK: 233 MiB in 51 packages [2021-02-04T10:54:15.526Z] ---> Running in 6c04635b59b0 [2021-02-04T10:54:15.788Z] ---> a9c4ff34b8ea [2021-02-04T10:54:15.788Z] Step 7/23 : RUN go mod download [2021-02-04T10:54:15.788Z] Removing intermediate container bed457e097c0 [2021-02-04T10:54:15.788Z] ---> de7af940c35a [2021-02-04T10:54:15.788Z] Step 6/23 : COPY go.mod . [2021-02-04T10:54:16.051Z] ---> Running in b7ab1c92bafa [2021-02-04T10:54:16.316Z] Removing intermediate container fefafa692ff3 [2021-02-04T10:54:16.316Z] ---> 5eef11dad392 [2021-02-04T10:54:16.316Z] Step 6/21 : COPY go.mod . [2021-02-04T10:54:16.316Z] ---> 2f55176a9a3f [2021-02-04T10:54:16.316Z] Step 7/23 : RUN go mod download [2021-02-04T10:54:16.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:54:16.582Z] ---> Running in df061eb35ed7 [2021-02-04T10:54:16.582Z] Removing intermediate container b53bd5c0cfe1 [2021-02-04T10:54:16.582Z] ---> a0f3e67a1596 [2021-02-04T10:54:16.582Z] Step 6/31 : COPY go.mod . [2021-02-04T10:54:16.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:54:16.606Z] Configure a credential helper to remove this warning. See [2021-02-04T10:54:16.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:54:16.606Z] [2021-02-04T10:54:16.606Z] Login Succeeded [2021-02-04T10:54:16.606Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:54:16.849Z] ---> 092f466cc358 [2021-02-04T10:54:16.849Z] Step 7/21 : RUN go mod download [2021-02-04T10:54:16.849Z] ---> Running in fdaee7068409 [2021-02-04T10:54:16.849Z] ---> 42eeac92493d [2021-02-04T10:54:16.849Z] Step 7/31 : RUN go mod download [2021-02-04T10:54:17.117Z] ---> Running in 8a1a2bd27b93 [2021-02-04T10:54:17.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:54:17.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:54:17.203Z] Configure a credential helper to remove this warning. See [2021-02-04T10:54:17.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:54:17.203Z] [2021-02-04T10:54:17.203Z] Login Succeeded [2021-02-04T10:54:17.203Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:54:17.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:54:17.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:54:17.812Z] Configure a credential helper to remove this warning. See [2021-02-04T10:54:17.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:54:17.812Z] [2021-02-04T10:54:17.812Z] Login Succeeded [2021-02-04T10:54:17.812Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:54:18.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:54:18.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:54:18.359Z] Configure a credential helper to remove this warning. See [2021-02-04T10:54:18.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:54:18.359Z] [2021-02-04T10:54:18.359Z] Login Succeeded [2021-02-04T10:54:18.359Z] docker.io [2021-02-04T10:54:18.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:54:19.060Z] Removing intermediate container 6c04635b59b0 [2021-02-04T10:54:19.060Z] ---> b3b37b20d118 [2021-02-04T10:54:19.060Z] Step 8/24 : COPY . . [2021-02-04T10:54:19.060Z] Removing intermediate container b7ab1c92bafa [2021-02-04T10:54:19.060Z] ---> 8799965b15eb [2021-02-04T10:54:19.060Z] Step 8/23 : COPY . . [2021-02-04T10:54:19.060Z] Removing intermediate container df061eb35ed7 [2021-02-04T10:54:19.060Z] ---> 06b2a17f0b70 [2021-02-04T10:54:19.060Z] Step 8/23 : COPY . . [2021-02-04T10:54:19.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:54:19.611Z] Configure a credential helper to remove this warning. See [2021-02-04T10:54:19.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:54:19.611Z] [2021-02-04T10:54:19.611Z] Login Succeeded [2021-02-04T10:54:19.611Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:54:19.629Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T10:54:20.400Z] ========================================================= [2021-02-04T10:54:20.400Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T10:54:20.400Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:54:20.867Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-04T10:54:23.314Z] Removing intermediate container fdaee7068409 [2021-02-04T10:54:23.314Z] ---> c708afb7b2b5 [2021-02-04T10:54:23.314Z] Step 8/21 : COPY . . [2021-02-04T10:54:23.534Z] Sending build context to Docker daemon 166.1MB [2021-02-04T10:54:23.535Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:54:23.535Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:54:23.535Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T10:54:23.535Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T10:54:23.535Z] a4357932f1b6: Pulling fs layer [2021-02-04T10:54:23.535Z] 18c013af1878: Pulling fs layer [2021-02-04T10:54:23.535Z] 00ac8860ef70: Pulling fs layer [2021-02-04T10:54:23.535Z] 63d7cb157983: Pulling fs layer [2021-02-04T10:54:23.535Z] b116817d02f9: Pulling fs layer [2021-02-04T10:54:23.535Z] 745a02a5169b: Pulling fs layer [2021-02-04T10:54:23.535Z] 00ac8860ef70: Waiting [2021-02-04T10:54:23.535Z] 63d7cb157983: Waiting [2021-02-04T10:54:23.535Z] b116817d02f9: Waiting [2021-02-04T10:54:23.535Z] 745a02a5169b: Waiting [2021-02-04T10:54:23.535Z] 18c013af1878: Verifying Checksum [2021-02-04T10:54:23.535Z] 18c013af1878: Download complete [2021-02-04T10:54:23.535Z] a4357932f1b6: Verifying Checksum [2021-02-04T10:54:23.535Z] a4357932f1b6: Download complete [2021-02-04T10:54:23.535Z] 63d7cb157983: Verifying Checksum [2021-02-04T10:54:23.535Z] 63d7cb157983: Download complete [2021-02-04T10:54:24.131Z] b116817d02f9: Verifying Checksum [2021-02-04T10:54:24.131Z] b116817d02f9: Download complete [2021-02-04T10:54:24.410Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T10:54:24.410Z] 5f621e34cdf4: Download complete [2021-02-04T10:54:25.399Z] 5f621e34cdf4: Pull complete [2021-02-04T10:54:25.680Z] a4357932f1b6: Pull complete [2021-02-04T10:54:25.892Z] Removing intermediate container 8a1a2bd27b93 [2021-02-04T10:54:25.893Z] ---> b98ae5b894ef [2021-02-04T10:54:25.893Z] Step 8/31 : COPY . . [2021-02-04T10:54:25.957Z] 18c013af1878: Pull complete [2021-02-04T10:54:27.412Z] 745a02a5169b: Verifying Checksum [2021-02-04T10:54:27.412Z] 745a02a5169b: Download complete [2021-02-04T10:54:28.856Z] 00ac8860ef70: Verifying Checksum [2021-02-04T10:54:28.856Z] 00ac8860ef70: Download complete [2021-02-04T10:54:39.021Z] 00ac8860ef70: Pull complete [2021-02-04T10:54:39.304Z] 63d7cb157983: Pull complete [2021-02-04T10:54:39.579Z] b116817d02f9: Pull complete [2021-02-04T10:54:43.008Z] 745a02a5169b: Pull complete [2021-02-04T10:54:43.008Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T10:54:43.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T10:54:43.009Z] ---> b7e6874047d6 [2021-02-04T10:54:43.009Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T10:54:47.307Z] ---> Running in 9df3946e1fb1 [2021-02-04T10:54:47.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:54:48.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:54:49.156Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:54:49.429Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:54:49.429Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:54:49.700Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:54:53.997Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:54:53.997Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:54:53.997Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:54:53.997Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:54:53.997Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:54:53.997Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:54:53.997Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:54:53.997Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:54:53.997Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:54:54.272Z] OK: 217 MiB in 51 packages [2021-02-04T10:54:58.604Z] Removing intermediate container 9df3946e1fb1 [2021-02-04T10:54:58.604Z] ---> 17017e580f45 [2021-02-04T10:54:58.604Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:54:58.604Z] ---> Running in 32248e5faea0 [2021-02-04T10:54:58.877Z] Removing intermediate container 32248e5faea0 [2021-02-04T10:54:58.877Z] ---> 1d0436223c5b [2021-02-04T10:54:58.877Z] Step 5/6 : COPY go.mod . [2021-02-04T10:54:59.475Z] ---> d58dab36bcd1 [2021-02-04T10:54:59.475Z] Step 6/6 : RUN go mod download [2021-02-04T10:54:59.754Z] ---> Running in 0d7b17ac510c [2021-02-04T10:55:04.973Z] ---> ba028a0b04c2 [2021-02-04T10:55:04.973Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:55:04.973Z] ---> 774ee2d08e9a [2021-02-04T10:55:04.973Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:55:04.973Z] ---> f6c4b6649a63 [2021-02-04T10:55:04.973Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:55:04.973Z] ---> 34457b1b830e [2021-02-04T10:55:04.973Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:55:04.973Z] ---> Running in 141c52f01657 [2021-02-04T10:55:04.973Z] ---> Running in a338fd859378 [2021-02-04T10:55:04.973Z] ---> Running in f40eb553596c [2021-02-04T10:55:04.973Z] ---> 95b7797f7436 [2021-02-04T10:55:04.973Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:55:04.973Z] ---> Running in eef1010e574c [2021-02-04T10:55:04.973Z] ---> Running in 13c7514dfe47 [2021-02-04T10:55:04.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T10:55:04.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T10:55:04.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T10:55:04.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T10:55:04.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T10:55:26.574Z] Removing intermediate container 0d7b17ac510c [2021-02-04T10:55:26.574Z] ---> d984e84ce4b0 [2021-02-04T10:55:26.574Z] Successfully built d984e84ce4b0 [2021-02-04T10:55:26.574Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:55:26.912Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:55:26.912Z] . [Pipeline] withDockerContainer [2021-02-04T10:55:27.189Z] prd-ubuntu18.04-docker-arm64-4c-16g-24980 does not seem to be running inside a container [2021-02-04T10:55:27.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:55:28.837Z] $ docker top f9c565e076a8e6c07110028775c94b387045577c4dcf61fbe4eb69c5fd94e687 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:55:29.942Z] + go version [2021-02-04T10:55:29.942Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T10:55:29.964Z] $ docker stop --time=1 f9c565e076a8e6c07110028775c94b387045577c4dcf61fbe4eb69c5fd94e687 [2021-02-04T10:55:31.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T10:55:31.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T10:55:31.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:55:31.833Z] $ docker rm -f f9c565e076a8e6c07110028775c94b387045577c4dcf61fbe4eb69c5fd94e687 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:55:33.268Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:55:33.268Z] . [Pipeline] withDockerContainer [2021-02-04T10:55:33.556Z] prd-ubuntu18.04-docker-arm64-4c-16g-24980 does not seem to be running inside a container [2021-02-04T10:55:33.642Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:55:34.936Z] $ docker top 2250ac9f1dfea1b8640f49efe6a9389f4aee54d708ec8c05b7090a5af7ddf096 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:55:35.377Z] ========================================================= [2021-02-04T10:55:35.377Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:55:35.377Z] ========================================================= [Pipeline] sh [2021-02-04T10:55:36.023Z] + make test [2021-02-04T10:55:36.023Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:55:38.372Z] Removing intermediate container f40eb553596c [2021-02-04T10:55:38.372Z] ---> da39dab9e24e [2021-02-04T10:55:38.372Z] [2021-02-04T10:55:38.372Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:55:38.372Z] Removing intermediate container 141c52f01657 [2021-02-04T10:55:38.372Z] ---> 56f5819db6ec [2021-02-04T10:55:38.372Z] [2021-02-04T10:55:38.372Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:55:38.372Z] 3.12: Pulling from library/alpine [2021-02-04T10:55:38.372Z] 3.12: Pulling from library/alpine [2021-02-04T10:55:41.709Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:55:41.709Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:55:41.972Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:55:41.972Z] ---> 389fef711851 [2021-02-04T10:55:41.972Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:55:41.972Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:55:41.972Z] ---> 389fef711851 [2021-02-04T10:55:41.972Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:55:42.234Z] Removing intermediate container a338fd859378 [2021-02-04T10:55:42.234Z] ---> dc3ec822970e [2021-02-04T10:55:42.234Z] [2021-02-04T10:55:42.234Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:55:42.234Z] ---> 389fef711851 [2021-02-04T10:55:42.234Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:55:42.812Z] Removing intermediate container 13c7514dfe47 [2021-02-04T10:55:42.812Z] ---> ba149380b721 [2021-02-04T10:55:42.812Z] [2021-02-04T10:55:42.812Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:55:42.812Z] ---> 389fef711851 [2021-02-04T10:55:42.812Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:55:42.812Z] ---> Running in 0f20a822564f [2021-02-04T10:55:42.812Z] ---> Running in 3cca6b289d57 [2021-02-04T10:55:43.083Z] ---> Running in eab9e6d19f53 [2021-02-04T10:55:43.083Z] Removing intermediate container eef1010e574c [2021-02-04T10:55:43.083Z] ---> b08ba028fdb2 [2021-02-04T10:55:43.083Z] [2021-02-04T10:55:43.083Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:55:43.083Z] ---> 389fef711851 [2021-02-04T10:55:43.083Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:55:43.083Z] ---> Running in 982f673cc002 [2021-02-04T10:55:43.083Z] ---> Running in 166745ccc123 [2021-02-04T10:55:43.673Z] Removing intermediate container 982f673cc002 [2021-02-04T10:55:43.673Z] ---> e2af74256c40 [2021-02-04T10:55:43.673Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:55:43.673Z] ---> Running in ae6411301911 [2021-02-04T10:55:43.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:43.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.242Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:55:44.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.242Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:55:44.242Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:55:44.242Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:55:44.524Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:55:44.524Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:55:44.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.524Z] OK: 7 MiB in 18 packages [2021-02-04T10:55:44.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.959Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:55:44.959Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:55:44.959Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:55:44.959Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:55:44.959Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:55:44.959Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:55:44.959Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:55:44.959Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:55:44.959Z] OK: 6 MiB in 15 packages [2021-02-04T10:55:44.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.959Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:55:44.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:44.959Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:55:44.959Z] OK: 7 MiB in 19 packages [2021-02-04T10:55:44.959Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:55:45.238Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:55:45.238Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:55:45.238Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:55:45.238Z] OK: 6 MiB in 16 packages [2021-02-04T10:55:45.550Z] OK: 6 MiB in 15 packages [2021-02-04T10:55:46.574Z] Removing intermediate container 0f20a822564f [2021-02-04T10:55:46.575Z] ---> 7aae5fbc8529 [2021-02-04T10:55:46.575Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:55:47.528Z] Removing intermediate container eab9e6d19f53 [2021-02-04T10:55:47.528Z] ---> 30f4b7188c7f [2021-02-04T10:55:47.528Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:55:47.528Z] ---> Running in bd1b8643f32c [2021-02-04T10:55:47.528Z] Removing intermediate container ae6411301911 [2021-02-04T10:55:47.528Z] ---> 315088d324f8 [2021-02-04T10:55:47.528Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:55:48.106Z] ---> Running in 2e2d8b643dd3 [2021-02-04T10:55:48.106Z] Removing intermediate container 166745ccc123 [2021-02-04T10:55:48.106Z] ---> 0d92a182e514 [2021-02-04T10:55:48.106Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:55:48.106Z] ---> Running in 17c0512d3f78 [2021-02-04T10:55:48.370Z] Removing intermediate container 3cca6b289d57 [2021-02-04T10:55:48.370Z] ---> b798d8edb844 [2021-02-04T10:55:48.370Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:55:48.370Z] Removing intermediate container bd1b8643f32c [2021-02-04T10:55:48.370Z] ---> 673d51fbf3aa [2021-02-04T10:55:48.370Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:55:48.370Z] ---> Running in 0a6b9b03bb75 [2021-02-04T10:55:48.370Z] ---> Running in 40b7b3f3fa10 [2021-02-04T10:55:48.635Z] ---> Running in 4fd90ccab5c7 [2021-02-04T10:55:48.635Z] Removing intermediate container 2e2d8b643dd3 [2021-02-04T10:55:48.635Z] ---> 5bb90c8c130f [2021-02-04T10:55:48.635Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:55:48.635Z] Removing intermediate container 17c0512d3f78 [2021-02-04T10:55:48.635Z] ---> d98a49c17188 [2021-02-04T10:55:48.635Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:55:48.635Z] ---> Running in d6316b4f3d11 [2021-02-04T10:55:48.896Z] ---> Running in ef323fd8102e [2021-02-04T10:55:48.896Z] Removing intermediate container 0a6b9b03bb75 [2021-02-04T10:55:48.896Z] ---> ca23768cf77a [2021-02-04T10:55:48.896Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:55:49.473Z] Removing intermediate container 40b7b3f3fa10 [2021-02-04T10:55:49.473Z] ---> 5b04e4bd6421 [2021-02-04T10:55:49.473Z] Step 13/24 : WORKDIR / [2021-02-04T10:55:49.473Z] Removing intermediate container 4fd90ccab5c7 [2021-02-04T10:55:49.473Z] ---> 287053e61ae6 [2021-02-04T10:55:49.473Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:55:49.736Z] ---> Running in 7cde3c085d85 [2021-02-04T10:55:49.736Z] ---> Running in 85db6a229edb [2021-02-04T10:55:49.736Z] Removing intermediate container d6316b4f3d11 [2021-02-04T10:55:49.736Z] ---> 242287ce9527 [2021-02-04T10:55:49.736Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:55:49.736Z] Removing intermediate container ef323fd8102e [2021-02-04T10:55:49.736Z] ---> 5a5379bcdc1e [2021-02-04T10:55:49.736Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:55:49.998Z] ---> Running in 5269fd9c6a04 [2021-02-04T10:55:49.998Z] ---> Running in 73aa42bba4a8 [2021-02-04T10:55:49.998Z] Removing intermediate container 7cde3c085d85 [2021-02-04T10:55:49.998Z] ---> 251057e49ee3 [2021-02-04T10:55:49.998Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:55:50.260Z] Removing intermediate container 85db6a229edb [2021-02-04T10:55:50.261Z] ---> a7b248548c1e [2021-02-04T10:55:50.261Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T10:55:50.261Z] ---> Running in 1b75de8f0721 [2021-02-04T10:55:50.529Z] ---> 9ede01824ff3 [2021-02-04T10:55:50.529Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:55:50.529Z] Removing intermediate container 5269fd9c6a04 [2021-02-04T10:55:50.529Z] ---> 1bec7011517a [2021-02-04T10:55:50.529Z] Step 15/23 : WORKDIR / [2021-02-04T10:55:50.529Z] ---> Running in 645d47d5134c [2021-02-04T10:55:50.529Z] ---> 89dd9ee87afa [2021-02-04T10:55:50.529Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T10:55:50.796Z] Removing intermediate container 1b75de8f0721 [2021-02-04T10:55:50.796Z] ---> f79c0976657a [2021-02-04T10:55:50.796Z] Step 15/23 : WORKDIR / [2021-02-04T10:55:50.796Z] ---> Running in b76608dcb6f2 [2021-02-04T10:55:51.062Z] Removing intermediate container 645d47d5134c [2021-02-04T10:55:51.062Z] ---> c1d8e16c0957 [2021-02-04T10:55:51.062Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:55:51.062Z] ---> 68943d97eb41 [2021-02-04T10:55:51.062Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:55:51.331Z] Removing intermediate container b76608dcb6f2 [2021-02-04T10:55:51.331Z] ---> b72353e70382 [2021-02-04T10:55:51.331Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:55:51.331Z] ---> 122c39c03a22 [2021-02-04T10:55:51.331Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:55:51.600Z] ---> 87ef3dc68e82 [2021-02-04T10:55:51.600Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:55:51.600Z] ---> 17f52db2f9ed [2021-02-04T10:55:51.600Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:55:51.865Z] ---> 510fc2a8fd8c [2021-02-04T10:55:51.865Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:55:51.865Z] Removing intermediate container 73aa42bba4a8 [2021-02-04T10:55:51.865Z] ---> b1d7e65d6ef3 [2021-02-04T10:55:51.865Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:55:52.129Z] ---> Running in 030dfd027bd4 [2021-02-04T10:55:52.402Z] ---> 966938491af6 [2021-02-04T10:55:52.402Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:55:52.402Z] ---> Running in d416981e35c2 [2021-02-04T10:55:52.402Z] ---> 0fcfba916e77 [2021-02-04T10:55:52.402Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:55:52.402Z] ---> d6fbdfb8455e [2021-02-04T10:55:52.402Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:55:52.402Z] Removing intermediate container 030dfd027bd4 [2021-02-04T10:55:52.402Z] ---> 10aad216fb27 [2021-02-04T10:55:52.402Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:55:52.665Z] ---> 1b834bb2bbee [2021-02-04T10:55:52.665Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:55:52.665Z] Removing intermediate container d416981e35c2 [2021-02-04T10:55:52.665Z] ---> c8172fec882f [2021-02-04T10:55:52.665Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:55:52.928Z] ---> Running in a4ff627dea05 [2021-02-04T10:55:53.192Z] ---> cea8984828fe [2021-02-04T10:55:53.192Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:55:53.192Z] ---> 4a8591a0ce9f [2021-02-04T10:55:53.192Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:55:53.192Z] ---> 017c37240b57 [2021-02-04T10:55:53.192Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:55:53.192Z] ---> e4aa7e74afae [2021-02-04T10:55:53.192Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:55:53.192Z] ---> Running in cfdc782b92a7 [2021-02-04T10:55:53.192Z] ---> Running in 78f00128ebd6 [2021-02-04T10:55:53.454Z] ---> Running in 0150c73853bf [2021-02-04T10:55:53.454Z] Removing intermediate container a4ff627dea05 [2021-02-04T10:55:53.454Z] ---> def56ae6ccb3 [2021-02-04T10:55:53.454Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T10:55:53.718Z] Removing intermediate container cfdc782b92a7 [2021-02-04T10:55:53.718Z] ---> a1190082fbe6 [2021-02-04T10:55:53.718Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:55:53.718Z] ---> a32c50e029c2 [2021-02-04T10:55:53.718Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T10:55:53.718Z] ---> Running in 020669b829da [2021-02-04T10:55:53.718Z] Removing intermediate container 0150c73853bf [2021-02-04T10:55:53.718Z] ---> 87dab2bca7d6 [2021-02-04T10:55:53.718Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:55:53.981Z] ---> Running in 24034b328bb7 [2021-02-04T10:55:53.981Z] ---> Running in 570de5eca62b [2021-02-04T10:55:53.981Z] ---> Running in a9ceb286c9c1 [2021-02-04T10:55:54.242Z] Removing intermediate container 020669b829da [2021-02-04T10:55:54.242Z] ---> 1aa055b983d3 [2021-02-04T10:55:54.242Z] Step 20/21 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:55:54.505Z] ---> Running in 1d8325433270 [2021-02-04T10:55:54.505Z] Removing intermediate container 24034b328bb7 [2021-02-04T10:55:54.505Z] ---> d11ebe6064c0 [2021-02-04T10:55:54.505Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:55:54.505Z] Removing intermediate container a9ceb286c9c1 [2021-02-04T10:55:54.505Z] ---> 51e4a71fe742 [2021-02-04T10:55:54.505Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:55:54.505Z] ---> Running in a2a72095fda9 [2021-02-04T10:55:54.769Z] ---> Running in 05d55e1fbd4f [2021-02-04T10:55:54.769Z] Removing intermediate container 1d8325433270 [2021-02-04T10:55:54.769Z] ---> d5191cab0a10 [2021-02-04T10:55:54.769Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:55:55.036Z] ---> Running in 57f9199a3dce [2021-02-04T10:55:55.036Z] Removing intermediate container a2a72095fda9 [2021-02-04T10:55:55.036Z] ---> f552242ccecf [2021-02-04T10:55:55.036Z] Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:55:55.036Z] Removing intermediate container 05d55e1fbd4f [2021-02-04T10:55:55.036Z] ---> f1746ae0a13b [2021-02-04T10:55:55.036Z] Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:55:55.298Z] ---> Running in bc105efd9230 [2021-02-04T10:55:55.561Z] ---> Running in 74bc097078fd [2021-02-04T10:55:55.561Z] Removing intermediate container 57f9199a3dce [2021-02-04T10:55:55.561Z] ---> 6b1f0b8d5fd8 [2021-02-04T10:55:55.561Z] [2021-02-04T10:55:55.561Z] Removing intermediate container 78f00128ebd6 [2021-02-04T10:55:55.561Z] ---> e024ddb1feee [2021-02-04T10:55:55.561Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:55:55.830Z] Removing intermediate container bc105efd9230 [2021-02-04T10:55:55.830Z] ---> 73f263dcaffd [2021-02-04T10:55:55.830Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:55:55.830Z] Successfully built 6b1f0b8d5fd8 [2021-02-04T10:55:55.830Z] Removing intermediate container 570de5eca62b [2021-02-04T10:55:55.830Z] ---> 1b66b11824d3 [2021-02-04T10:55:55.830Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:55:55.830Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T10:55:55.830Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-04T10:55:55.830Z] ---> Running in e913c8dd846d [2021-02-04T10:55:56.097Z] Removing intermediate container 74bc097078fd [2021-02-04T10:55:56.097Z] ---> 889a7589142d [2021-02-04T10:55:56.097Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:55:56.097Z] ---> Running in e0c4d64e3a84 [2021-02-04T10:55:56.097Z] ---> 7fe9becdfcdb [2021-02-04T10:55:56.097Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:55:56.097Z] ---> Running in 722e07e9e77f [2021-02-04T10:55:56.097Z] Removing intermediate container e913c8dd846d [2021-02-04T10:55:56.097Z] ---> caa9167cbf4a [2021-02-04T10:55:56.097Z] [2021-02-04T10:55:56.687Z] Removing intermediate container e0c4d64e3a84 [2021-02-04T10:55:56.687Z] ---> 10e8aaf5a315 [2021-02-04T10:55:56.687Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T10:55:56.687Z] Successfully built caa9167cbf4a [2021-02-04T10:55:56.687Z] Removing intermediate container 722e07e9e77f [2021-02-04T10:55:56.687Z] ---> b1ae70273cad [2021-02-04T10:55:56.687Z] [2021-02-04T10:55:56.687Z] Successfully tagged docker-core-command-go:latest [2021-02-04T10:55:56.687Z] Building docker-core-data-go [2021-02-04T10:55:56.687Z]  Building docker-core-command-go ... done  ---> Running in aa2a4178a235 [2021-02-04T10:55:56.687Z] ---> 6c2d7324bd81 [2021-02-04T10:55:56.687Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:55:56.687Z] Successfully built b1ae70273cad [2021-02-04T10:55:56.956Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T10:55:56.956Z] Building docker-sys-mgmt-agent-go [2021-02-04T10:55:56.956Z]  Building docker-core-metadata-go ... done Removing intermediate container aa2a4178a235 [2021-02-04T10:55:56.956Z] ---> d4d8cf528590 [2021-02-04T10:55:56.957Z] Step 23/24 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:55:57.222Z] ---> Running in de7014851375 [2021-02-04T10:55:57.222Z] ---> 2d2aba22c205 [2021-02-04T10:55:57.222Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:55:57.222Z] Removing intermediate container de7014851375 [2021-02-04T10:55:57.222Z] ---> 8527b5051084 [2021-02-04T10:55:57.222Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:55:57.488Z] ---> Running in 1187eb4b6e7a [2021-02-04T10:55:58.199Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:56:01.716Z] Removing intermediate container 1187eb4b6e7a [2021-02-04T10:56:01.716Z] ---> 9ae31c015e3a [2021-02-04T10:56:01.716Z] [2021-02-04T10:56:02.671Z] ---> 779ce9f2b2a3 [2021-02-04T10:56:02.671Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:56:04.064Z] Successfully built 9ae31c015e3a [2021-02-04T10:56:05.012Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T10:56:05.012Z] Building docker-support-scheduler-go [2021-02-04T10:56:05.972Z]  Building docker-security-secretstore-setup-go ... done  ---> cd21d06b6c67 [2021-02-04T10:56:05.972Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:56:06.928Z] ---> Running in 8a80caa194b9 [2021-02-04T10:56:09.545Z] Removing intermediate container 8a80caa194b9 [2021-02-04T10:56:09.545Z] ---> 1c0a42b192d3 [2021-02-04T10:56:09.545Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:56:12.891Z] ---> 5315d7a8418f [2021-02-04T10:56:12.891Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:56:19.573Z] ---> Running in eec8f96ccc19 [2021-02-04T10:56:20.980Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:56:20.980Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:56:20.980Z] ---> 4496e6f979fe [2021-02-04T10:56:20.980Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:56:20.980Z] ---> Using cache [2021-02-04T10:56:20.980Z] ---> 52cc56f03c64 [2021-02-04T10:56:20.980Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:56:20.980Z] ---> Using cache [2021-02-04T10:56:20.980Z] ---> 5e484fdc0670 [2021-02-04T10:56:20.980Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:56:21.242Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:56:21.242Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:56:21.242Z] ---> 4496e6f979fe [2021-02-04T10:56:21.242Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:56:21.242Z] ---> Using cache [2021-02-04T10:56:21.242Z] ---> 52cc56f03c64 [2021-02-04T10:56:21.242Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:56:21.242Z] ---> Using cache [2021-02-04T10:56:21.242Z] ---> 5e484fdc0670 [2021-02-04T10:56:21.242Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:56:23.218Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:56:23.218Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:56:23.218Z] ---> 4496e6f979fe [2021-02-04T10:56:23.218Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:56:23.218Z] ---> Using cache [2021-02-04T10:56:23.218Z] ---> 52cc56f03c64 [2021-02-04T10:56:23.218Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:56:23.218Z] ---> Using cache [2021-02-04T10:56:23.218Z] ---> 5e484fdc0670 [2021-02-04T10:56:23.218Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:56:23.798Z] ---> Running in a19b1ae7d4a1 [2021-02-04T10:56:23.798Z] ---> Running in 8e6e559f6132 [2021-02-04T10:56:24.066Z] ---> Running in 335fb674d27f [2021-02-04T10:56:26.662Z] Removing intermediate container eec8f96ccc19 [2021-02-04T10:56:26.662Z] ---> 91ab2c5e54fd [2021-02-04T10:56:26.662Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:56:26.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:27.608Z] ---> Running in 35671ff6499f [2021-02-04T10:56:27.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:27.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:27.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:28.200Z] Removing intermediate container 35671ff6499f [2021-02-04T10:56:28.200Z] ---> 46ff5d965300 [2021-02-04T10:56:28.200Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:56:28.469Z] OK: 233 MiB in 51 packages [2021-02-04T10:56:28.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:28.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:29.478Z] ---> Running in 9514feadc596 [2021-02-04T10:56:29.742Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:56:29.742Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:56:29.742Z] ---> 4496e6f979fe [2021-02-04T10:56:29.742Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:56:29.742Z] ---> Using cache [2021-02-04T10:56:29.742Z] ---> 52cc56f03c64 [2021-02-04T10:56:29.742Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:56:29.742Z] ---> Using cache [2021-02-04T10:56:29.742Z] ---> 5e484fdc0670 [2021-02-04T10:56:29.742Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:56:29.742Z] ---> Using cache [2021-02-04T10:56:29.742Z] ---> a0f3e67a1596 [2021-02-04T10:56:29.742Z] Step 6/22 : COPY go.mod . [2021-02-04T10:56:29.742Z] ---> Using cache [2021-02-04T10:56:29.742Z] ---> 42eeac92493d [2021-02-04T10:56:29.742Z] Step 7/22 : RUN go mod download [2021-02-04T10:56:29.742Z] ---> Using cache [2021-02-04T10:56:29.742Z] ---> b98ae5b894ef [2021-02-04T10:56:29.742Z] Step 8/22 : COPY . . [2021-02-04T10:56:29.742Z] OK: 233 MiB in 51 packages [2021-02-04T10:56:29.742Z] ---> Using cache [2021-02-04T10:56:29.742Z] ---> 95b7797f7436 [2021-02-04T10:56:29.742Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:56:29.742Z] OK: 233 MiB in 51 packages [2021-02-04T10:56:30.316Z] Removing intermediate container 9514feadc596 [2021-02-04T10:56:30.316Z] ---> b7579270d250 [2021-02-04T10:56:30.316Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T10:56:30.579Z] ---> Running in 9507870ed393 [2021-02-04T10:56:30.579Z] Removing intermediate container a19b1ae7d4a1 [2021-02-04T10:56:30.579Z] ---> d66baf30e2d1 [2021-02-04T10:56:30.579Z] Step 6/23 : COPY go.mod . [2021-02-04T10:56:30.843Z] ---> Running in 5ec9df37c4ef [2021-02-04T10:56:31.106Z] ---> 3069ee832a39 [2021-02-04T10:56:31.106Z] Step 7/23 : RUN go mod download [2021-02-04T10:56:31.106Z] ---> Running in 3c03742e4cd5 [2021-02-04T10:56:31.397Z] Removing intermediate container 5ec9df37c4ef [2021-02-04T10:56:31.397Z] ---> 378d6139840f [2021-02-04T10:56:31.397Z] Step 30/31 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:56:31.397Z] Removing intermediate container 8e6e559f6132 [2021-02-04T10:56:31.397Z] ---> f76c2ffa64c3 [2021-02-04T10:56:31.397Z] Step 6/26 : COPY go.mod . [2021-02-04T10:56:32.001Z] ---> Running in 083d8f4a7747 [2021-02-04T10:56:32.001Z] Removing intermediate container 335fb674d27f [2021-02-04T10:56:32.001Z] ---> a79765322c47 [2021-02-04T10:56:32.001Z] Step 6/22 : COPY go.mod . [2021-02-04T10:56:32.001Z] ---> 93a7c3e27bc3 [2021-02-04T10:56:32.001Z] Step 7/26 : RUN go mod download [2021-02-04T10:56:32.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T10:56:32.001Z] ---> Running in c0741b3e30d5 [2021-02-04T10:56:32.267Z] Removing intermediate container 083d8f4a7747 [2021-02-04T10:56:32.267Z] ---> 3478640d290d [2021-02-04T10:56:32.267Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:56:32.542Z] ---> 91ba56f1d08f [2021-02-04T10:56:32.542Z] Step 7/22 : RUN go mod download [2021-02-04T10:56:32.542Z] ---> Running in 1d996527619e [2021-02-04T10:56:32.542Z] ---> Running in 3e86bf9d182f [2021-02-04T10:56:32.823Z] Removing intermediate container 1d996527619e [2021-02-04T10:56:32.823Z] ---> aa15e1a62e0d [2021-02-04T10:56:32.823Z] [2021-02-04T10:56:33.413Z] Successfully built aa15e1a62e0d [2021-02-04T10:56:33.413Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T10:56:33.689Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3c03742e4cd5 [2021-02-04T10:56:33.689Z] ---> 35c9d39a7ea9 [2021-02-04T10:56:33.689Z] Step 8/23 : COPY . . [2021-02-04T10:56:34.677Z] Removing intermediate container c0741b3e30d5 [2021-02-04T10:56:34.677Z] ---> 71ef37986463 [2021-02-04T10:56:34.677Z] Step 8/26 : COPY . . [2021-02-04T10:56:38.022Z] Removing intermediate container 3e86bf9d182f [2021-02-04T10:56:38.022Z] ---> f009e0fb62e5 [2021-02-04T10:56:38.022Z] Step 8/22 : COPY . . [2021-02-04T10:56:45.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:56:52.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:56:57.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:56:57.571Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:56:57.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:57:04.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:57:04.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:57:04.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:57:04.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:57:04.329Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:57:04.329Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:57:10.465Z] ---> 217ecc3ca25b [2021-02-04T10:57:10.465Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:57:10.465Z] ---> Running in 4d4be8383dab [2021-02-04T10:57:10.465Z] Removing intermediate container 9507870ed393 [2021-02-04T10:57:10.465Z] ---> 54e5b40f7778 [2021-02-04T10:57:10.465Z] [2021-02-04T10:57:10.465Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:57:10.465Z] ---> 389fef711851 [2021-02-04T10:57:10.465Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:57:10.465Z] ---> Using cache [2021-02-04T10:57:10.465Z] ---> 0d92a182e514 [2021-02-04T10:57:10.465Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:57:10.465Z] ---> Using cache [2021-02-04T10:57:10.465Z] ---> ca23768cf77a [2021-02-04T10:57:10.465Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:57:10.465Z] ---> 92377643c660 [2021-02-04T10:57:10.465Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:57:10.465Z] ---> b03ed1708599 [2021-02-04T10:57:10.465Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:57:10.465Z] ---> Running in b62fc557974b [2021-02-04T10:57:10.465Z] ---> Running in 6e89fb6c9afc [2021-02-04T10:57:10.465Z] ---> Running in b294dba4960c [2021-02-04T10:57:10.465Z] Removing intermediate container b62fc557974b [2021-02-04T10:57:10.465Z] ---> 8eb25c78484c [2021-02-04T10:57:10.465Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:57:10.465Z] ---> Running in 78f055088ef9 [2021-02-04T10:57:10.465Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T10:57:10.465Z] Removing intermediate container 78f055088ef9 [2021-02-04T10:57:10.465Z] ---> b340705bffc0 [2021-02-04T10:57:10.465Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:57:10.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T10:57:10.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T10:57:10.465Z] ---> 9bf857d3901d [2021-02-04T10:57:10.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:57:11.437Z] ---> da0c30accbf4 [2021-02-04T10:57:11.437Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:57:12.644Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:57:12.644Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:57:12.644Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:57:12.868Z] ---> 60250df4166e [2021-02-04T10:57:12.868Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:57:13.141Z] ---> Running in b93b00d6cab5 [2021-02-04T10:57:13.426Z] Removing intermediate container b93b00d6cab5 [2021-02-04T10:57:13.426Z] ---> c6bd15df939e [2021-02-04T10:57:13.426Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:57:13.426Z] ---> Running in 26e2b3b350f6 [2021-02-04T10:57:13.695Z] Removing intermediate container 26e2b3b350f6 [2021-02-04T10:57:13.695Z] ---> cfbc2b4635d4 [2021-02-04T10:57:13.695Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:57:13.965Z] ---> Running in c0c11db1d500 [2021-02-04T10:57:14.235Z] Removing intermediate container c0c11db1d500 [2021-02-04T10:57:14.235Z] ---> ea99a4f5cff1 [2021-02-04T10:57:14.235Z] Step 21/22 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:57:14.507Z] ---> Running in 61984de51d21 [2021-02-04T10:57:14.788Z] Removing intermediate container 61984de51d21 [2021-02-04T10:57:14.788Z] ---> 90893a29543d [2021-02-04T10:57:14.788Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:57:15.068Z] ---> Running in 173563c29357 [2021-02-04T10:57:15.348Z] Removing intermediate container 173563c29357 [2021-02-04T10:57:15.348Z] ---> d803112e16dc [2021-02-04T10:57:15.348Z] [2021-02-04T10:57:15.957Z] Successfully built d803112e16dc [2021-02-04T10:57:15.957Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T10:57:18.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.403s coverage: 46.0% of statements [2021-02-04T10:57:18.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:57:18.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:57:18.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:57:18.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:57:18.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:57:18.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:57:18.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:57:18.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.151s coverage: 100.0% of statements [2021-02-04T10:57:24.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:57:24.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:57:24.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:57:24.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 65.8% of statements [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:57:24.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:57:29.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.678s coverage: 82.3% of statements [2021-02-04T10:57:29.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:57:29.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:57:29.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:57:29.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:57:34.205Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6e89fb6c9afc [2021-02-04T10:57:34.205Z] ---> 301b49f2bdcf [2021-02-04T10:57:34.205Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:57:34.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.365s coverage: 28.6% of statements [2021-02-04T10:57:34.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:57:34.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:57:34.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:57:34.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:57:34.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:57:34.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements [2021-02-04T10:57:34.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:57:34.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.116s coverage: 100.0% of statements [2021-02-04T10:57:34.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:57:34.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.356s coverage: 86.7% of statements [2021-02-04T10:57:34.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:57:35.773Z] ---> Running in 0786e9639dd5 [2021-02-04T10:57:35.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.404s coverage: 97.5% of statements [2021-02-04T10:57:35.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:57:36.059Z] Removing intermediate container b294dba4960c [2021-02-04T10:57:36.059Z] ---> 01c13a6f841f [2021-02-04T10:57:36.059Z] [2021-02-04T10:57:36.059Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:57:36.059Z] ---> 389fef711851 [2021-02-04T10:57:36.059Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:57:36.426Z] ---> Running in 0024e26a31e3 [2021-02-04T10:57:36.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T10:57:36.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.193s coverage: 78.3% of statements [2021-02-04T10:57:36.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:57:36.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:57:36.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:57:36.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:57:37.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:37.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:37.083Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:57:37.373Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:57:37.373Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:57:37.373Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:57:37.373Z] OK: 6 MiB in 16 packages [2021-02-04T10:57:39.936Z] Removing intermediate container 4d4be8383dab [2021-02-04T10:57:39.936Z] ---> 96d49436b598 [2021-02-04T10:57:39.936Z] [2021-02-04T10:57:39.936Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:57:39.936Z] ---> 389fef711851 [2021-02-04T10:57:39.936Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:57:39.936Z] Removing intermediate container 0786e9639dd5 [2021-02-04T10:57:39.936Z] ---> 55a882bfebd6 [2021-02-04T10:57:39.936Z] [2021-02-04T10:57:39.936Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:57:40.200Z] 20.10.0: Pulling from library/docker [2021-02-04T10:57:40.200Z] ---> Running in a2e4dcc4ad8a [2021-02-04T10:57:40.779Z] Removing intermediate container 0024e26a31e3 [2021-02-04T10:57:40.779Z] ---> 86bbd3cefae0 [2021-02-04T10:57:40.779Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:57:41.050Z] Removing intermediate container a2e4dcc4ad8a [2021-02-04T10:57:41.050Z] ---> d5f6a552ac9f [2021-02-04T10:57:41.050Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:57:41.636Z] ---> Running in ed6cdb5b6749 [2021-02-04T10:57:41.636Z] ---> Running in 888d6a355769 [2021-02-04T10:57:41.905Z] Removing intermediate container ed6cdb5b6749 [2021-02-04T10:57:41.905Z] ---> 833fe2c453b7 [2021-02-04T10:57:41.905Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:57:41.905Z] Removing intermediate container 888d6a355769 [2021-02-04T10:57:41.905Z] ---> dfa6fbebae1b [2021-02-04T10:57:41.905Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:57:41.905Z] ---> Running in edde7cb191e5 [2021-02-04T10:57:42.172Z] ---> Running in d8ba292b0359 [2021-02-04T10:57:42.172Z] Removing intermediate container edde7cb191e5 [2021-02-04T10:57:42.172Z] ---> 62c2a07b921a [2021-02-04T10:57:42.172Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:57:42.443Z] ---> Running in ee9a5bbc58bf [2021-02-04T10:57:42.443Z] Removing intermediate container d8ba292b0359 [2021-02-04T10:57:42.443Z] ---> 324b59857a3c [2021-02-04T10:57:42.443Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:42.443Z] ---> Running in d8f4fd3f1a68 [2021-02-04T10:57:42.716Z] Removing intermediate container ee9a5bbc58bf [2021-02-04T10:57:42.716Z] ---> d8be01744912 [2021-02-04T10:57:42.716Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:57:43.301Z] ---> 64166459d987 [2021-02-04T10:57:43.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:57:44.708Z] ---> ff4bd0a05db1 [2021-02-04T10:57:44.708Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:57:44.708Z] Removing intermediate container d8f4fd3f1a68 [2021-02-04T10:57:44.708Z] ---> 5667faeddd64 [2021-02-04T10:57:44.708Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:57:44.708Z] ---> Running in 5b39cc38ce0d [2021-02-04T10:57:44.979Z] ---> 7a9cfd7ac287 [2021-02-04T10:57:44.979Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:57:44.979Z] ---> Running in bdeffd547f09 [2021-02-04T10:57:46.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:46.371Z] Removing intermediate container bdeffd547f09 [2021-02-04T10:57:46.371Z] ---> e0aa52757ccf [2021-02-04T10:57:46.371Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:57:46.371Z] ---> Running in 96296637e861 [2021-02-04T10:57:46.635Z] Removing intermediate container 96296637e861 [2021-02-04T10:57:46.635Z] ---> e35af6c7a24c [2021-02-04T10:57:46.635Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:57:46.635Z] ---> Running in b57f4aef29cf [2021-02-04T10:57:46.635Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:57:46.635Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:57:46.635Z] ---> aefe523efa57 [2021-02-04T10:57:46.635Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:57:46.897Z] ---> Running in a3a97a29916c [2021-02-04T10:57:46.897Z] Removing intermediate container b57f4aef29cf [2021-02-04T10:57:46.897Z] ---> 55a76f972691 [2021-02-04T10:57:46.897Z] Step 21/22 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:57:46.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:47.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.332s coverage: 92.8% of statements [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:57:47.080Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:57:47.080Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:57:47.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:57:47.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements [2021-02-04T10:57:47.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements [2021-02-04T10:57:47.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.096s coverage: 94.1% of statements [2021-02-04T10:57:47.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-02-04T10:57:47.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-02-04T10:57:47.160Z] ---> Running in 9cee90c881fd [2021-02-04T10:57:47.160Z] Removing intermediate container 9cee90c881fd [2021-02-04T10:57:47.160Z] ---> 72a9c79aec0c [2021-02-04T10:57:47.160Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:57:47.422Z] ---> Running in df7cef001297 [2021-02-04T10:57:47.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:47.422Z] Removing intermediate container df7cef001297 [2021-02-04T10:57:47.422Z] ---> cd049580a326 [2021-02-04T10:57:47.422Z] [2021-02-04T10:57:47.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:47.701Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:57:47.701Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:57:47.701Z] Successfully built cd049580a326 [2021-02-04T10:57:47.701Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:57:47.701Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T10:57:47.701Z]  Building docker-support-notifications-go ... done (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:57:47.701Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:57:47.966Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:57:47.966Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:57:47.966Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:57:47.966Z] OK: 12 MiB in 22 packages [2021-02-04T10:57:48.229Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:57:48.229Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:57:48.229Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:57:48.229Z] OK: 8 MiB in 20 packages [2021-02-04T10:57:48.491Z] Removing intermediate container a3a97a29916c [2021-02-04T10:57:48.491Z] ---> c2e76b7060c9 [2021-02-04T10:57:48.491Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:57:48.755Z] ---> Running in 8a5a20bfe845 [2021-02-04T10:57:49.019Z] Removing intermediate container 8a5a20bfe845 [2021-02-04T10:57:49.019Z] ---> 8e8ab3ff1971 [2021-02-04T10:57:49.019Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:57:49.019Z] Removing intermediate container 5b39cc38ce0d [2021-02-04T10:57:49.019Z] ---> f1c23e307f18 [2021-02-04T10:57:49.019Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:57:49.019Z] ---> Running in 7e33c4c24a51 [2021-02-04T10:57:49.964Z] Removing intermediate container 7e33c4c24a51 [2021-02-04T10:57:49.964Z] ---> 6aead1cc6aa5 [2021-02-04T10:57:49.964Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:57:49.964Z] ---> e8ef3e0e7527 [2021-02-04T10:57:49.964Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:57:49.964Z] ---> Running in 0e4e2187969a [2021-02-04T10:57:50.229Z] Removing intermediate container 0e4e2187969a [2021-02-04T10:57:50.229Z] ---> 26f348ef7800 [2021-02-04T10:57:50.229Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:57:50.491Z] ---> 83b4c57b6dc0 [2021-02-04T10:57:50.491Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:57:50.753Z] ---> 22b6ecf7481b [2021-02-04T10:57:50.753Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:57:51.016Z] ---> 4365e8b6eaa5 [2021-02-04T10:57:51.016Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:57:51.016Z] ---> Running in e75d987ab2df [2021-02-04T10:57:51.016Z] ---> 0e5dacc458c7 [2021-02-04T10:57:51.016Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:57:51.281Z] Removing intermediate container e75d987ab2df [2021-02-04T10:57:51.281Z] ---> ca2bd4240a38 [2021-02-04T10:57:51.281Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:57:51.281Z] ---> Running in 75734bde3528 [2021-02-04T10:57:51.555Z] Removing intermediate container 75734bde3528 [2021-02-04T10:57:51.555Z] ---> 683877d4e5ec [2021-02-04T10:57:51.555Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:57:51.555Z] ---> Running in 87d7eb75c65f [2021-02-04T10:57:51.555Z] ---> bf1f034d0d18 [2021-02-04T10:57:51.555Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:57:51.555Z] ---> Running in eb7367e8a570 [2021-02-04T10:57:51.822Z] Removing intermediate container 87d7eb75c65f [2021-02-04T10:57:51.822Z] ---> e13799a650ed [2021-02-04T10:57:51.822Z] Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:57:51.822Z] ---> Running in 14d5c172aae3 [2021-02-04T10:57:52.088Z] Removing intermediate container 14d5c172aae3 [2021-02-04T10:57:52.088Z] ---> 8867a69cb116 [2021-02-04T10:57:52.088Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:57:52.088Z] ---> Running in f31d285e2733 [2021-02-04T10:57:52.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:52.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:52.367Z] Removing intermediate container f31d285e2733 [2021-02-04T10:57:52.367Z] ---> f5c776ee12f7 [2021-02-04T10:57:52.367Z] [2021-02-04T10:57:52.367Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:57:52.367Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:57:52.367Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:57:52.367Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:57:52.367Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:57:52.367Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:57:52.367Z] Successfully built f5c776ee12f7 [2021-02-04T10:57:52.636Z] Successfully tagged docker-core-data-go:latest [2021-02-04T10:57:52.636Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:57:54.580Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:57:54.580Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:57:54.580Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:57:54.580Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:57:54.580Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:57:54.580Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:57:54.580Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:57:54.580Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:57:54.580Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:57:54.580Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:57:54.580Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:57:54.580Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:57:54.580Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:57:54.580Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:57:54.580Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:57:54.580Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:57:54.580Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:57:54.580Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:57:54.580Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:57:54.580Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:57:54.580Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:57:54.580Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:57:54.580Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:57:54.580Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:57:54.580Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:57:54.580Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:57:54.843Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:57:54.843Z] OK: 71 MiB in 55 packages [2021-02-04T10:57:59.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements [2021-02-04T10:57:59.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-04T10:58:03.003Z] Removing intermediate container eb7367e8a570 [2021-02-04T10:58:03.003Z] ---> b43d8486543d [2021-02-04T10:58:03.003Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:58:03.265Z] ---> Running in eb8b7dd9b590 [2021-02-04T10:58:04.659Z] Collecting docker-compose==1.23.2 [2021-02-04T10:58:04.923Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:58:05.185Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:58:05.185Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:58:05.448Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:58:05.448Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:58:05.711Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T10:58:05.711Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:58:05.711Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:58:05.975Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:58:05.975Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:58:06.238Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:58:06.238Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:58:06.813Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:58:06.813Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:58:07.764Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:58:07.764Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:58:08.027Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:58:08.027Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:58:08.604Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:58:08.604Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:58:09.186Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:58:09.186Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:58:09.186Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T10:58:09.186Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:58:09.186Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:58:09.186Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T10:58:09.450Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:58:09.450Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:58:09.450Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:58:09.450Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:58:09.450Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:58:09.450Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:58:09.712Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, PyYAML, cached-property, docopt, dockerpty, docker-compose [2021-02-04T10:58:09.712Z] Attempting uninstall: idna [2021-02-04T10:58:09.712Z] Found existing installation: idna 2.9 [2021-02-04T10:58:09.712Z] Uninstalling idna-2.9: [2021-02-04T10:58:09.712Z] Successfully uninstalled idna-2.9 [2021-02-04T10:58:09.975Z] Attempting uninstall: urllib3 [2021-02-04T10:58:09.975Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:58:09.975Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:58:09.975Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:58:10.238Z] Attempting uninstall: requests [2021-02-04T10:58:10.238Z] Found existing installation: requests 2.23.0 [2021-02-04T10:58:10.238Z] Uninstalling requests-2.23.0: [2021-02-04T10:58:10.238Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:58:10.815Z] Running setup.py install for texttable: started [2021-02-04T10:58:11.391Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:58:11.391Z] Running setup.py install for PyYAML: started [2021-02-04T10:58:11.966Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:58:11.966Z] Running setup.py install for docopt: started [2021-02-04T10:58:12.542Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:58:12.542Z] Running setup.py install for dockerpty: started [2021-02-04T10:58:13.118Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:58:13.384Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.090s coverage: 87.2% of statements [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.605s coverage: 63.5% of statements [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.767s coverage: 68.9% of statements [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.373s coverage: 37.0% of statements [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:58:14.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:58:14.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.632s coverage: 84.0% of statements [2021-02-04T10:58:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements [2021-02-04T10:58:17.610Z] Removing intermediate container eb8b7dd9b590 [2021-02-04T10:58:17.610Z] ---> 87c5c362e181 [2021-02-04T10:58:17.610Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:58:17.610Z] ---> Running in 63958fbd77bb [2021-02-04T10:58:17.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:17.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:17.872Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:58:17.872Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:58:17.872Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:58:17.872Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:58:17.872Z] OK: 72 MiB in 58 packages [2021-02-04T10:58:18.447Z] Removing intermediate container 63958fbd77bb [2021-02-04T10:58:18.447Z] ---> f74cb236195b [2021-02-04T10:58:18.447Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:58:18.447Z] ---> Running in 7a89a46ce6ba [2021-02-04T10:58:20.008Z] Removing intermediate container 7a89a46ce6ba [2021-02-04T10:58:20.008Z] ---> 726c5344f029 [2021-02-04T10:58:20.008Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:58:20.008Z] ---> Running in ee47a6a37568 [2021-02-04T10:58:20.008Z] Removing intermediate container ee47a6a37568 [2021-02-04T10:58:20.008Z] ---> 46789526505c [2021-02-04T10:58:20.008Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T10:58:20.008Z] ---> Running in aef6989c8b8b [2021-02-04T10:58:20.008Z] Removing intermediate container aef6989c8b8b [2021-02-04T10:58:20.008Z] ---> 5e390f845946 [2021-02-04T10:58:20.008Z] Step 25/26 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T10:58:20.008Z] ---> Running in c5771376aed4 [2021-02-04T10:58:20.008Z] Removing intermediate container c5771376aed4 [2021-02-04T10:58:20.008Z] ---> 10ce2c17d4f3 [2021-02-04T10:58:20.008Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:58:20.008Z] ---> Running in 2fdb347a33d5 [2021-02-04T10:58:20.287Z] Removing intermediate container 2fdb347a33d5 [2021-02-04T10:58:20.287Z] ---> 0b929107c1e5 [2021-02-04T10:58:20.287Z] [2021-02-04T10:58:20.287Z] Successfully built 0b929107c1e5 [2021-02-04T10:58:20.287Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T10:58:20.560Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:58:20.588Z] $ docker stop --time=1 a37b0e0baadec29e18550a2cf91ccd4c0b4fcba4dab7c5616bab93eff4e9ca81 [2021-02-04T10:58:22.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.528s coverage: 47.0% of statements [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:58:22.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:58:22.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:58:22.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.193s coverage: 90.4% of statements [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:58:22.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:58:22.197Z] $ docker rm -f a37b0e0baadec29e18550a2cf91ccd4c0b4fcba4dab7c5616bab93eff4e9ca81 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:58:22.793Z] + docker images [2021-02-04T10:58:22.793Z] + grep docker [2021-02-04T10:58:23.063Z] docker-sys-mgmt-agent-go latest 0b929107c1e5 3 seconds ago 313MB [2021-02-04T10:58:23.063Z] docker-core-data-go latest f5c776ee12f7 31 seconds ago 22.3MB [2021-02-04T10:58:23.063Z] docker-support-notifications-go latest cd049580a326 36 seconds ago 17.5MB [2021-02-04T10:58:23.063Z] docker-support-scheduler-go latest d803112e16dc About a minute ago 17MB [2021-02-04T10:58:23.063Z] docker-security-bootstrapper-go latest aa15e1a62e0d About a minute ago 23.8MB [2021-02-04T10:58:23.063Z] docker-security-secretstore-setup-go latest 9ae31c015e3a 2 minutes ago 24.6MB [2021-02-04T10:58:23.063Z] docker-core-command-go latest caa9167cbf4a 2 minutes ago 16.9MB [2021-02-04T10:58:23.063Z] docker-core-metadata-go latest b1ae70273cad 2 minutes ago 18.8MB [2021-02-04T10:58:23.063Z] docker-security-proxy-setup-go latest 6b1f0b8d5fd8 2 minutes ago 24.4MB [2021-02-04T10:58:23.063Z] 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-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.302s coverage: 29.1% of statements [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.157s coverage: 100.0% of statements [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:58:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-04T10:58:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-04T10:58:30.982Z] GO111MODULE=on go vet ./... [2021-02-04T10:58:39.306Z] Still waiting to schedule task [2021-02-04T10:58:39.307Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-24968’ [2021-02-04T10:59:52.818Z] gofmt -l . [2021-02-04T10:59:52.818Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:59:52.818Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:59:52.818Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:59:54.457Z] + ls -al . [2021-02-04T10:59:54.457Z] total 712 [2021-02-04T10:59:54.458Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 10:59 . [2021-02-04T10:59:54.458Z] drwxr-xr-x 4 root root 4096 Feb 4 10:55 .. [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:54 .dockerignore [2021-02-04T10:59:54.458Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 .git [2021-02-04T10:59:54.458Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 10:54 .github [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:54 .gitignore [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:54 .sonarcloud.properties [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:54 Attribution.txt [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:54 CONTRIBUTING.md [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:54 Dockerfile.build [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:54 Jenkinsfile [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:54 LICENSE [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:54 Makefile [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:54 README.md [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:54 SECURITY.md [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:49 VERSION [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:54 ZMQWindows.md [2021-02-04T10:59:54.458Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 10:54 bin [2021-02-04T10:59:54.458Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:54 cmd [2021-02-04T10:59:54.458Z] -rw-r--r-- 1 root root 580808 Feb 4 10:58 coverage.out [2021-02-04T10:59:54.458Z] -rw-r--r-- 1 root root 1054 Feb 4 10:59 go.mod [2021-02-04T10:59:54.458Z] -rw-r--r-- 1 root root 19406 Feb 4 10:59 go.sum [2021-02-04T10:59:54.458Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 internal [2021-02-04T10:59:54.458Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 openapi [2021-02-04T10:59:54.458Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 snap [2021-02-04T10:59:54.458Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:54 version.go [Pipeline] sh [2021-02-04T10:59:55.113Z] + '[' -e coverage.out ] [2021-02-04T10:59:55.113Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:59:55.133Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T10:59:56.455Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:59:57.118Z] + make build [2021-02-04T10:59:57.119Z] 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-04T11:00:09.542Z] 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-04T11:00:31.801Z] 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-04T11:00:37.207Z] 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-04T11:00:42.699Z] 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-04T11:00:43.671Z] 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-04T11:00:49.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-04T11:00:54.484Z] 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-04T11:00:57.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T11:01:02.186Z] 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-04T11:01:05.570Z] 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-04T11:01:09.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T11:01:13.262Z] 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-04T11:01:18.668Z] $ docker stop --time=1 2250ac9f1dfea1b8640f49efe6a9389f4aee54d708ec8c05b7090a5af7ddf096 [2021-02-04T11:01:21.190Z] $ docker rm -f 2250ac9f1dfea1b8640f49efe6a9389f4aee54d708ec8c05b7090a5af7ddf096 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:01:23.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:01:23.748Z] [2021-02-04T11:01:23.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:01:24.507Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:01:24.786Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T11:01:24.786Z] 29e5d40040c1: Pulling fs layer [2021-02-04T11:01:24.786Z] 1ce36da41761: Pulling fs layer [2021-02-04T11:01:24.786Z] 25b303627fd3: Pulling fs layer [2021-02-04T11:01:24.786Z] 29e5d40040c1: Verifying Checksum [2021-02-04T11:01:24.786Z] 29e5d40040c1: Download complete [2021-02-04T11:01:25.386Z] 1ce36da41761: Verifying Checksum [2021-02-04T11:01:25.386Z] 1ce36da41761: Download complete [2021-02-04T11:01:25.386Z] 29e5d40040c1: Pull complete [2021-02-04T11:01:26.828Z] 1ce36da41761: Pull complete [2021-02-04T11:01:27.427Z] 25b303627fd3: Verifying Checksum [2021-02-04T11:01:27.427Z] 25b303627fd3: Download complete [2021-02-04T11:01:37.578Z] 25b303627fd3: Pull complete [2021-02-04T11:01:37.578Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T11:01:37.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:01:37.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T11:01:37.799Z] prd-ubuntu18.04-docker-arm64-4c-16g-24980 does not seem to be running inside a container [2021-02-04T11:01:37.862Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T11:01:40.796Z] $ docker top 9281fa0313374a77879cd886e7453817a616d9e3f8873bd7927b7dd662f058f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:01:42.108Z] + docker-compose build --help [2021-02-04T11:01:42.108Z] + grep parallel [2021-02-04T11:01:46.405Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T11:01:46.424Z] $ docker stop --time=1 9281fa0313374a77879cd886e7453817a616d9e3f8873bd7927b7dd662f058f1 [2021-02-04T11:01:48.359Z] $ docker rm -f 9281fa0313374a77879cd886e7453817a616d9e3f8873bd7927b7dd662f058f1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:01:49.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:01:49.547Z] . [Pipeline] withDockerContainer [2021-02-04T11:01:49.786Z] prd-ubuntu18.04-docker-arm64-4c-16g-24980 does not seem to be running inside a container [2021-02-04T11:01:49.852Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T11:01:51.121Z] $ docker top f64fa3a4153621a24519a93deff8c07a974c71bfdc1b04fa6256bbe8f400d2f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:01:52.357Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T11:01:57.728Z] Building docker-core-command-go ... [2021-02-04T11:01:57.728Z] Building docker-core-data-go ... [2021-02-04T11:01:57.728Z] Building docker-core-metadata-go ... [2021-02-04T11:01:57.728Z] Building docker-security-bootstrapper-go ... [2021-02-04T11:01:57.728Z] Building docker-security-proxy-setup-go ... [2021-02-04T11:01:57.728Z] Building docker-security-secretstore-setup-go ... [2021-02-04T11:01:57.728Z] Building docker-support-notifications-go ... [2021-02-04T11:01:57.728Z] Building docker-support-scheduler-go ... [2021-02-04T11:01:57.728Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T11:01:57.728Z] Building docker-support-scheduler-go [2021-02-04T11:01:57.728Z] Building docker-security-proxy-setup-go [2021-02-04T11:01:57.728Z] Building docker-core-metadata-go [2021-02-04T11:01:57.728Z] Building docker-core-command-go [2021-02-04T11:01:57.728Z] Building docker-security-secretstore-setup-go [2021-02-04T11:03:00.414Z] Running on prd-ubuntu18.04-docker-8c-8g-24986 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws [2021-02-04T11:03:00.555Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-02-04T11:03:02.824Z] using credential edgex-jenkins-ssh [2021-02-04T11:03:02.929Z] Cloning the remote Git repository [2021-02-04T11:03:02.949Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:03:03.008Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-02-04T11:03:03.036Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:03:03.036Z] > git --version # timeout=10 [2021-02-04T11:03:03.051Z] > git --version # 'git version 2.17.1' [2021-02-04T11:03:03.051Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:03:03.080Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T11:03:17.588Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:03:17.708Z] Merge succeeded, producing b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:03:17.709Z] Checking out Revision b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 (PR-3111) [2021-02-04T11:03:17.120Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T11:03:17.128Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T11:03:17.138Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T11:03:17.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:03:17.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:03:17.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T11:03:17.596Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T11:03:17.605Z] > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [2021-02-04T11:03:17.681Z] > git remote # timeout=10 [2021-02-04T11:03:17.686Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T11:03:17.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:03:17.695Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T11:03:17.702Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T11:03:17.710Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T11:03:17.714Z] > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [2021-02-04T11:03:19.498Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:19.498Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:19.498Z] ---> d984e84ce4b0 [2021-02-04T11:03:19.498Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T11:03:19.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:19.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:19.498Z] ---> d984e84ce4b0 [2021-02-04T11:03:19.498Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:03:19.498Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:19.498Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:19.498Z] ---> d984e84ce4b0 [2021-02-04T11:03:19.498Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T11:03:19.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:19.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:19.498Z] ---> d984e84ce4b0 [2021-02-04T11:03:19.498Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:03:19.498Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:19.498Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:19.498Z] ---> d984e84ce4b0 [2021-02-04T11:03:19.498Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T11:03:19.498Z] ---> Running in 9f4c368ad120 [2021-02-04T11:03:19.498Z] ---> Running in 160347dd52d8 [2021-02-04T11:03:19.498Z] ---> Running in c0ac059e06ec [2021-02-04T11:03:19.498Z] ---> Running in 2ee831ab48c0 [2021-02-04T11:03:19.498Z] ---> Running in 9a940083b9e0 [2021-02-04T11:03:19.498Z] Removing intermediate container c0ac059e06ec [2021-02-04T11:03:19.498Z] ---> c10a0c9bf56e [2021-02-04T11:03:19.498Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:19.498Z] Removing intermediate container 2ee831ab48c0 [2021-02-04T11:03:19.498Z] ---> be87f8f9dd3d [2021-02-04T11:03:19.498Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:19.498Z] Removing intermediate container 160347dd52d8 [2021-02-04T11:03:19.498Z] ---> a0faeba691e6 [2021-02-04T11:03:19.498Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:19.498Z] Removing intermediate container 9f4c368ad120 [2021-02-04T11:03:19.498Z] ---> e319f6043aa0 [2021-02-04T11:03:19.498Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:19.498Z] Removing intermediate container 9a940083b9e0 [2021-02-04T11:03:19.498Z] ---> 27d3a06d6555 [2021-02-04T11:03:19.498Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:19.498Z] ---> Running in 9154ec1de834 [2021-02-04T11:03:19.498Z] ---> Running in a9bae8889902 [2021-02-04T11:03:19.498Z] ---> Running in d8ee45ce29b6 [2021-02-04T11:03:19.498Z] ---> Running in 71aefdb99701 [2021-02-04T11:03:19.498Z] ---> Running in fe17e7f876bf [2021-02-04T11:03:19.498Z] Removing intermediate container 9154ec1de834 [2021-02-04T11:03:19.498Z] ---> 362007e054a3 [2021-02-04T11:03:19.498Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T11:03:19.498Z] ---> Running in aa5b426634ba [2021-02-04T11:03:19.498Z] Removing intermediate container a9bae8889902 [2021-02-04T11:03:19.498Z] ---> 0e68c38aa259 [2021-02-04T11:03:19.498Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T11:03:19.498Z] ---> Running in 34b5e62572ea [2021-02-04T11:03:19.498Z] Removing intermediate container d8ee45ce29b6 [2021-02-04T11:03:19.498Z] ---> 370c5c909857 [2021-02-04T11:03:19.498Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T11:03:19.790Z] Removing intermediate container 71aefdb99701 [2021-02-04T11:03:19.790Z] ---> b0a6d0dbec37 [2021-02-04T11:03:19.790Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T11:03:19.790Z] Removing intermediate container fe17e7f876bf [2021-02-04T11:03:19.790Z] ---> c4121e79d6ed [2021-02-04T11:03:19.790Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T11:03:19.790Z] ---> Running in b87f5a340871 [2021-02-04T11:03:20.067Z] ---> Running in dc0cfa27333a [2021-02-04T11:03:20.067Z] ---> Running in 98ecc945d7ef [2021-02-04T11:03:20.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:03:21.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:03:21.401Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-02-04T11:03:21.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [2021-02-04T11:03:21.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:03:22.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:03:22.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:03:22.140Z] OK: 217 MiB in 51 packages [2021-02-04T11:03:22.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:03:22.535Z] + echo snap-build.sh [2021-02-04T11:03:22.535Z] snap-build.sh [2021-02-04T11:03:22.535Z] + SNAP_BASE_DIR=. [2021-02-04T11:03:22.535Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-02-04T11:03:22.535Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-02-04T11:03:22.535Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-02-04T11:03:22.535Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-02-04T11:03:22.535Z] + cd /w/workspace/edgex-go/7 [2021-02-04T11:03:22.535Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T11:03:22.535Z] Reading package lists... [2021-02-04T11:03:22.535Z] Building dependency tree... [2021-02-04T11:03:22.535Z] Reading state information... [2021-02-04T11:03:22.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:03:22.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:03:22.798Z] The following packages were automatically installed and are no longer required: [2021-02-04T11:03:22.798Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T11:03:22.798Z] uidmap xdelta3 [2021-02-04T11:03:22.798Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T11:03:22.798Z] The following packages will be REMOVED: [2021-02-04T11:03:22.798Z] lxd* lxd-client* [2021-02-04T11:03:23.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:03:23.060Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T11:03:23.060Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T11:03:23.605Z] OK: 217 MiB in 51 packages [2021-02-04T11:03:23.883Z] OK: 217 MiB in 51 packages [2021-02-04T11:03:23.883Z] Removing intermediate container aa5b426634ba [2021-02-04T11:03:23.883Z] ---> 67a56923a00b [2021-02-04T11:03:23.883Z] Step 6/24 : COPY go.mod . [2021-02-04T11:03:23.883Z] OK: 217 MiB in 51 packages [2021-02-04T11:03:23.883Z] OK: 217 MiB in 51 packages [2021-02-04T11:03:24.104Z] (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-04T11:03:24.104Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:03:24.677Z] Removing lxd dnsmasq configuration [2021-02-04T11:03:24.938Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:03:25.206Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T11:03:25.338Z] ---> 5405b2302261 [2021-02-04T11:03:25.338Z] Step 7/24 : RUN go mod download [2021-02-04T11:03:25.338Z] Removing intermediate container 34b5e62572ea [2021-02-04T11:03:25.338Z] ---> 9e920f5669be [2021-02-04T11:03:25.338Z] Step 6/21 : COPY go.mod . [2021-02-04T11:03:25.338Z] ---> Running in 636674f27273 [2021-02-04T11:03:25.618Z] Removing intermediate container 98ecc945d7ef [2021-02-04T11:03:25.618Z] ---> 3d32f60933be [2021-02-04T11:03:25.618Z] Step 6/23 : COPY go.mod . [2021-02-04T11:03:25.892Z] Removing intermediate container b87f5a340871 [2021-02-04T11:03:25.892Z] ---> a59cab6d93b2 [2021-02-04T11:03:26.152Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T11:03:26.152Z] (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-04T11:03:26.152Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:03:26.166Z] Step 6/22 : COPY go.mod . [2021-02-04T11:03:26.166Z] Removing intermediate container dc0cfa27333a [2021-02-04T11:03:26.166Z] ---> 5a729eda64ef [2021-02-04T11:03:26.166Z] Step 6/23 : COPY go.mod . [2021-02-04T11:03:26.444Z] ---> a508e9290110 [2021-02-04T11:03:26.444Z] Step 7/21 : RUN go mod download [2021-02-04T11:03:26.720Z] ---> Running in 710c65198a4f [2021-02-04T11:03:26.720Z] ---> cf7784b9b114 [2021-02-04T11:03:26.720Z] Step 7/23 : RUN go mod download [2021-02-04T11:03:26.997Z] ---> Running in 4c7bcaf76de4 [2021-02-04T11:03:27.279Z] ---> 8f3e84e1575c [2021-02-04T11:03:27.279Z] Step 7/22 : RUN go mod download [2021-02-04T11:03:27.544Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T11:03:27.544Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T11:03:27.571Z] ---> b02c66b9d4de [2021-02-04T11:03:27.571Z] Step 7/23 : RUN go mod download [2021-02-04T11:03:27.571Z] ---> Running in ed68cef20edf [2021-02-04T11:03:27.571Z] ---> Running in 6a3cd9b088f7 [2021-02-04T11:03:28.928Z] + sudo snap remove --purge lxd [2021-02-04T11:03:28.928Z] snap "lxd" is not installed [2021-02-04T11:03:28.928Z] + sudo groupadd --force --system lxd [2021-02-04T11:03:28.928Z] ++ whoami [2021-02-04T11:03:28.928Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T11:03:28.928Z] + newgrp - lxd [2021-02-04T11:03:28.928Z] + sudo snap install lxd [2021-02-04T11:03:29.602Z] Removing intermediate container 636674f27273 [2021-02-04T11:03:29.603Z] ---> 6ab644ecf3fc [2021-02-04T11:03:29.603Z] Step 8/24 : COPY . . [2021-02-04T11:03:31.603Z] Removing intermediate container 710c65198a4f [2021-02-04T11:03:31.603Z] ---> 7c1907db3523 [2021-02-04T11:03:31.603Z] Step 8/21 : COPY . . [2021-02-04T11:03:33.042Z] Removing intermediate container 4c7bcaf76de4 [2021-02-04T11:03:33.042Z] ---> 1d2b7b1ec685 [2021-02-04T11:03:33.042Z] Step 8/23 : COPY . . [2021-02-04T11:03:33.646Z] Removing intermediate container ed68cef20edf [2021-02-04T11:03:33.646Z] Removing intermediate container 6a3cd9b088f7 [2021-02-04T11:03:33.646Z] ---> ce15967c447a [2021-02-04T11:03:33.646Z] Step 8/23 : COPY . . [2021-02-04T11:03:33.646Z] ---> 27a14bc4b4b4 [2021-02-04T11:03:33.646Z] Step 8/22 : COPY . . [2021-02-04T11:03:37.072Z] 2021-02-04T11:03:34Z INFO Waiting for automatic snapd restart... [2021-02-04T11:03:49.403Z] lxd 4.10 from Canonical* installed [2021-02-04T11:03:49.403Z] + sudo lxd init --auto [2021-02-04T11:03:57.633Z] + sudo snap install --classic snapcraft [2021-02-04T11:04:00.519Z] ---> 3ed77a87b4a8 [2021-02-04T11:04:00.519Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T11:04:00.519Z] ---> 2a36bf9adedb [2021-02-04T11:04:00.519Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T11:04:00.519Z] ---> 84ca09d1f5a9 [2021-02-04T11:04:00.519Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T11:04:00.519Z] ---> aea030097cd8 [2021-02-04T11:04:00.519Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T11:04:00.519Z] ---> Running in 8d8c3be4e5c7 [2021-02-04T11:04:00.519Z] ---> Running in c88a8a722619 [2021-02-04T11:04:00.519Z] ---> 848069af78c1 [2021-02-04T11:04:00.519Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T11:04:00.519Z] ---> Running in 4ae3bf36674e [2021-02-04T11:04:00.519Z] ---> Running in 2df2ffda52a4 [2021-02-04T11:04:00.519Z] ---> Running in f93b005f9f9a [2021-02-04T11:04:00.519Z] 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-04T11:04:00.519Z] 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-04T11:04:00.519Z] 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-04T11:04:00.790Z] 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-04T11:04:00.790Z] 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-04T11:04:04.222Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T11:04:04.222Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T11:04:04.222Z] + patch --verbose -p1 [2021-02-04T11:04:04.222Z] Hmm... Looks like a unified diff to me... [2021-02-04T11:04:04.222Z] The text leading up to this was: [2021-02-04T11:04:04.222Z] -------------------------- [2021-02-04T11:04:04.222Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T11:04:04.222Z] |From: Tony Espy [2021-02-04T11:04:04.222Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T11:04:04.222Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T11:04:04.222Z] | [2021-02-04T11:04:04.222Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T11:04:04.222Z] |optimize the snap CI check run for pull requests. When [2021-02-04T11:04:04.222Z] |applied, it essentially strips out everything (apps and [2021-02-04T11:04:04.222Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T11:04:04.222Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T11:04:04.222Z] |catch changes to edgex-go that break the snap build. [2021-02-04T11:04:04.222Z] | [2021-02-04T11:04:04.222Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T11:04:04.222Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T11:04:04.222Z] |resulting in a failed snap build CI check in the associated [2021-02-04T11:04:04.222Z] |pull request. [2021-02-04T11:04:04.222Z] | [2021-02-04T11:04:04.222Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T11:04:04.222Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T11:04:04.222Z] |need to build the finally binary .snap file (and it won't [2021-02-04T11:04:04.222Z] |work with the patch applied). This further reduces the build [2021-02-04T11:04:04.222Z] |time. [2021-02-04T11:04:04.222Z] |--- [2021-02-04T11:04:04.222Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T11:04:04.222Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T11:04:04.222Z] | [2021-02-04T11:04:04.222Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T11:04:04.222Z] |index 1e537489..faf42425 100644 [2021-02-04T11:04:04.222Z] |--- a/snap/snapcraft.yaml [2021-02-04T11:04:04.222Z] |+++ b/snap/snapcraft.yaml [2021-02-04T11:04:04.222Z] -------------------------- [2021-02-04T11:04:04.222Z] patching file snap/snapcraft.yaml [2021-02-04T11:04:04.222Z] Using Plan A... [2021-02-04T11:04:04.222Z] Hunk #1 succeeded at 73. [2021-02-04T11:04:04.222Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T11:04:04.222Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T11:04:04.222Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T11:04:04.222Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T11:04:04.222Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T11:04:04.222Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T11:04:04.222Z] Hunk #8 succeeded at 342. [2021-02-04T11:04:04.222Z] Hmm... Ignoring the trailing garbage. [2021-02-04T11:04:04.222Z] done [2021-02-04T11:04:04.222Z] + sudo snapcraft prime --use-lxd [2021-02-04T11:04:05.606Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T11:04:05.606Z] 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-04T11:04:05.606Z] - README.md [2021-02-04T11:04:05.606Z] - snapcraft.yaml.orig [2021-02-04T11:04:05.606Z] [2021-02-04T11:04:05.606Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T11:04:06.176Z] Launching a container. [2021-02-04T11:04:18.427Z] Waiting for container to be ready [2021-02-04T11:04:18.427Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T11:04:18.427Z] [2021-02-04T11:04:20.970Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T11:04:20.970Z] Waiting for network to be ready... [2021-02-04T11:04:21.229Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T11:04:21.229Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T11:04:21.229Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T11:04:21.491Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T11:04:21.491Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T11:04:21.491Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T11:04:21.491Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T11:04:21.491Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T11:04:21.491Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T11:04:21.491Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T11:04:21.756Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T11:04:22.017Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T11:04:22.277Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T11:04:22.277Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T11:04:22.277Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T11:04:22.277Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T11:04:22.277Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T11:04:22.278Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T11:04:22.539Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T11:04:22.800Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T11:04:22.800Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T11:04:22.800Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T11:04:23.060Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T11:04:23.060Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T11:04:23.060Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T11:04:23.060Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T11:04:23.060Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T11:04:24.982Z] Fetched 23.9 MB in 4s (6307 kB/s) [2021-02-04T11:04:25.924Z] Reading package lists... [2021-02-04T11:04:25.924Z] Reading package lists... [2021-02-04T11:04:26.183Z] Building dependency tree... [2021-02-04T11:04:26.184Z] Reading state information... [2021-02-04T11:04:26.184Z] The following additional packages will be installed: [2021-02-04T11:04:26.184Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T11:04:26.184Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T11:04:26.184Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T11:04:26.184Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T11:04:26.184Z] Suggested packages: [2021-02-04T11:04:26.184Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T11:04:26.184Z] Recommended packages: [2021-02-04T11:04:26.184Z] gnupg libsasl2-modules [2021-02-04T11:04:26.184Z] The following NEW packages will be installed: [2021-02-04T11:04:26.184Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T11:04:26.184Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T11:04:26.184Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T11:04:26.184Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T11:04:26.184Z] The following packages will be upgraded: [2021-02-04T11:04:26.184Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T11:04:26.444Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T11:04:26.444Z] Need to get 3533 kB of archives. [2021-02-04T11:04:26.444Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T11:04:26.444Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T11:04:26.444Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T11:04:26.704Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T11:04:26.964Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T11:04:26.964Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T11:04:26.964Z] Get:6 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-04T11:04:26.964Z] Get:7 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-04T11:04:26.964Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T11:04:26.964Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T11:04:26.964Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T11:04:26.964Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T11:04:26.964Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T11:04:26.964Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T11:04:26.964Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T11:04:27.224Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T11:04:27.225Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T11:04:27.225Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T11:04:27.225Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T11:04:27.225Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T11:04:27.225Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T11:04:27.225Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T11:04:27.225Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T11:04:27.225Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:04:27.485Z] Fetched 3533 kB in 1s (3546 kB/s) [2021-02-04T11:04:27.485Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T11:04:27.485Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:04:27.485Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:04:27.485Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T11:04:27.747Z] Selecting previously unselected package udev. [2021-02-04T11:04:27.747Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T11:04:27.747Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:04:27.747Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T11:04:28.011Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T11:04:28.011Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T11:04:28.011Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T11:04:28.011Z] Selecting previously unselected package fuse. [2021-02-04T11:04:28.011Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T11:04:28.011Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T11:04:28.011Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:04:28.272Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:04:28.272Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:04:28.272Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:04:28.272Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:04:28.533Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:04:28.533Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T11:04:28.533Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T11:04:28.533Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T11:04:28.533Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T11:04:28.533Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:28.533Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:28.794Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T11:04:28.794Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:28.794Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:28.794Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T11:04:28.794Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:28.794Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:28.794Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T11:04:28.794Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:28.794Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:29.054Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T11:04:29.054Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:29.054Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:29.054Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T11:04:29.054Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:29.054Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:29.315Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T11:04:29.315Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:29.315Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:29.315Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T11:04:29.316Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:29.316Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:29.580Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T11:04:29.580Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:29.580Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:29.580Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T11:04:29.580Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T11:04:29.580Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:04:29.580Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T11:04:29.580Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T11:04:29.580Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:04:29.580Z] Selecting previously unselected package libldap-common. [2021-02-04T11:04:29.580Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T11:04:29.580Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:04:29.841Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T11:04:29.841Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T11:04:29.841Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:04:29.841Z] Selecting previously unselected package dirmngr. [2021-02-04T11:04:29.841Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:04:29.841Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:30.102Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:04:30.102Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:30.102Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T11:04:30.102Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:04:30.102Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:04:30.102Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:30.102Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.102Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T11:04:30.102Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:04:30.363Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T11:04:30.623Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T11:04:30.623Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.623Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T11:04:30.884Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T11:04:30.884Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:30.884Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.884Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.884Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.884Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.884Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.884Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.884Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:30.884Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:04:31.145Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:31.145Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:04:31.406Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T11:04:31.406Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T11:04:31.406Z] This means they are not meant to be enabled using systemctl. [2021-02-04T11:04:31.406Z] Possible reasons for having this kind of units are: [2021-02-04T11:04:31.406Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T11:04:31.406Z] .wants/ or .requires/ directory. [2021-02-04T11:04:31.406Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T11:04:31.406Z] a requirement dependency on it. [2021-02-04T11:04:31.406Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T11:04:31.406Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T11:04:31.406Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T11:04:31.406Z] instance name specified. [2021-02-04T11:04:31.668Z] Reading package lists... [2021-02-04T11:04:31.927Z] Building dependency tree... [2021-02-04T11:04:31.927Z] Reading state information... [2021-02-04T11:04:31.927Z] The following additional packages will be installed: [2021-02-04T11:04:31.927Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T11:04:31.927Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T11:04:31.927Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T11:04:31.927Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T11:04:31.927Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T11:04:31.927Z] Suggested packages: [2021-02-04T11:04:31.927Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T11:04:31.927Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T11:04:31.927Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T11:04:31.927Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T11:04:31.927Z] systemd-container policykit-1 [2021-02-04T11:04:31.927Z] Recommended packages: [2021-02-04T11:04:31.927Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T11:04:31.927Z] The following NEW packages will be installed: [2021-02-04T11:04:31.927Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T11:04:31.927Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T11:04:31.927Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T11:04:31.928Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T11:04:31.928Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T11:04:31.928Z] The following packages will be upgraded: [2021-02-04T11:04:31.928Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T11:04:32.188Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T11:04:32.188Z] Need to get 35.2 MB of archives. [2021-02-04T11:04:32.188Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T11:04:32.188Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T11:04:32.188Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T11:04:32.758Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T11:04:33.020Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-04T11:04:33.020Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T11:04:33.020Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T11:04:33.020Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T11:04:33.020Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T11:04:33.020Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T11:04:33.020Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T11:04:33.020Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T11:04:33.020Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T11:04:33.020Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T11:04:33.020Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-04T11:04:33.020Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T11:04:33.020Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T11:04:33.020Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T11:04:33.020Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T11:04:33.020Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T11:04:33.020Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T11:04:33.020Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T11:04:33.279Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T11:04:33.279Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T11:04:33.279Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T11:04:33.279Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T11:04:33.279Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T11:04:33.279Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T11:04:33.279Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T11:04:33.279Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T11:04:33.280Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T11:04:34.219Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:04:34.219Z] Fetched 35.2 MB in 2s (17.2 MB/s) [2021-02-04T11:04:34.219Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:04:34.219Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:04:34.478Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:04:35.049Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:04:35.049Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:04:35.310Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T11:04:35.310Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:04:35.310Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T11:04:35.310Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T11:04:35.570Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T11:04:35.570Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:04:35.570Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T11:04:35.570Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T11:04:35.831Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T11:04:35.831Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T11:04:36.401Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T11:04:36.401Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T11:04:36.401Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T11:04:36.401Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T11:04:36.662Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T11:04:36.662Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:04:36.662Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:36.923Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T11:04:36.923Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T11:04:36.923Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T11:04:36.923Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T11:04:36.923Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:04:36.923Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:37.186Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T11:04:37.186Z] Checking for services that may need to be restarted...done. [2021-02-04T11:04:37.186Z] Checking for services that may need to be restarted...done. [2021-02-04T11:04:37.448Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:37.448Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T11:04:37.448Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:38.021Z] Selecting previously unselected package python3-minimal. [2021-02-04T11:04:38.021Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T11:04:38.021Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:04:38.021Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T11:04:38.021Z] Selecting previously unselected package mime-support. [2021-02-04T11:04:38.021Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T11:04:38.021Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T11:04:38.283Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T11:04:38.283Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T11:04:38.283Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T11:04:38.283Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T11:04:38.283Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:04:38.283Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:38.544Z] Selecting previously unselected package python3.6. [2021-02-04T11:04:38.544Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:04:38.544Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:38.544Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T11:04:38.544Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:04:38.544Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T11:04:38.544Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T11:04:38.805Z] Selecting previously unselected package python3. [2021-02-04T11:04:38.805Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T11:04:38.805Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:04:38.805Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T11:04:39.066Z] Selecting previously unselected package multiarch-support. [2021-02-04T11:04:39.066Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:04:39.066Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T11:04:39.328Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T11:04:39.328Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T11:04:39.328Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T11:04:39.328Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T11:04:39.328Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T11:04:39.589Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T11:04:39.589Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T11:04:39.589Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T11:04:39.589Z] Selecting previously unselected package sudo. [2021-02-04T11:04:39.589Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T11:04:39.589Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T11:04:39.850Z] Selecting previously unselected package apparmor. [2021-02-04T11:04:39.850Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T11:04:39.850Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T11:04:40.111Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T11:04:40.111Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T11:04:40.111Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T11:04:40.111Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T11:04:40.111Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:04:40.111Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:40.111Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T11:04:40.111Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:04:40.111Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:40.371Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T11:04:40.371Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T11:04:40.371Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T11:04:40.371Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T11:04:40.371Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:04:40.371Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:40.631Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T11:04:40.631Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:04:40.631Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:40.631Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T11:04:40.631Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T11:04:40.631Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T11:04:40.891Z] Selecting previously unselected package openssh-client. [2021-02-04T11:04:40.891Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T11:04:40.891Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T11:04:40.891Z] Selecting previously unselected package squashfs-tools. [2021-02-04T11:04:41.150Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T11:04:41.150Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T11:04:41.150Z] Selecting previously unselected package snapd. [2021-02-04T11:04:41.150Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T11:04:41.150Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T11:04:43.064Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T11:04:43.064Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T11:04:43.064Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T11:04:43.324Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T11:04:43.324Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T11:04:43.324Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:43.324Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:04:43.324Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T11:04:43.324Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T11:04:45.238Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T11:04:45.498Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T11:04:45.498Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T11:04:45.498Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:45.498Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:45.498Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:46.068Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T11:04:46.068Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:46.068Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T11:04:46.329Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T11:04:46.329Z] running python rtupdate hooks for python3.6... [2021-02-04T11:04:46.329Z] running python post-rtupdate hooks for python3.6... [2021-02-04T11:04:46.329Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T11:04:47.711Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T11:04:47.711Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:47.711Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T11:04:47.711Z] Setting up snapd (2.48+18.04) ... [2021-02-04T11:04:48.284Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T11:04:48.284Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T11:04:48.546Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T11:04:48.806Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T11:04:48.806Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T11:04:48.806Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T11:04:49.067Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T11:04:49.327Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T11:04:49.328Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T11:04:49.588Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T11:04:49.588Z] /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-04T11:04:49.588Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:04:49.850Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T11:04:51.188Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:04:51.188Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:04:51.188Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:04:52.391Z] Reading package lists... [2021-02-04T11:04:52.391Z] Reading package lists... [2021-02-04T11:04:52.652Z] Building dependency tree... [2021-02-04T11:04:52.652Z] Reading state information... [2021-02-04T11:04:52.652Z] Calculating upgrade... [2021-02-04T11:04:52.913Z] The following packages will be upgraded: [2021-02-04T11:04:52.913Z] advancecomp base-files bash binutils binutils-common [2021-02-04T11:04:52.913Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T11:04:52.913Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T11:04:52.913Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T11:04:52.913Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T11:04:52.913Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T11:04:52.913Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T11:04:52.913Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T11:04:52.913Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T11:04:52.913Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T11:04:52.913Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T11:04:52.913Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T11:04:52.913Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T11:04:52.913Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T11:04:52.913Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T11:04:52.913Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:04:52.913Z] Need to get 63.8 MB of archives. [2021-02-04T11:04:52.913Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T11:04:52.913Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T11:04:52.913Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T11:04:52.913Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T11:04:52.913Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T11:04:52.913Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T11:04:52.913Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T11:04:52.914Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T11:04:52.914Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-04T11:04:52.914Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T11:04:52.914Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T11:04:52.914Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T11:04:53.174Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T11:04:53.174Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T11:04:53.174Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T11:04:53.174Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T11:04:53.174Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T11:04:53.174Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T11:04:53.174Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T11:04:53.174Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T11:04:53.174Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T11:04:53.174Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T11:04:53.174Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T11:04:53.174Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T11:04:53.174Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T11:04:53.174Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T11:04:53.174Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T11:04:53.174Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T11:04:53.174Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T11:04:53.174Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T11:04:53.174Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T11:04:53.174Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T11:04:53.175Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T11:04:53.175Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T11:04:53.175Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T11:04:53.175Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T11:04:53.175Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T11:04:53.175Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T11:04:53.175Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T11:04:53.175Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T11:04:53.175Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T11:04:53.175Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T11:04:53.434Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T11:04:53.434Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T11:04:53.434Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T11:04:53.434Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T11:04:53.434Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T11:04:53.434Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T11:04:53.434Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T11:04:53.434Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T11:04:53.434Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T11:04:53.434Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T11:04:53.434Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T11:04:53.434Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T11:04:53.434Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T11:04:53.434Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T11:04:53.434Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T11:04:53.434Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T11:04:53.695Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T11:04:53.695Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T11:04:53.695Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T11:04:53.955Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T11:04:53.955Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T11:04:53.955Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T11:04:53.955Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T11:04:53.955Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T11:04:53.955Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T11:04:53.955Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T11:04:54.215Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T11:04:54.215Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T11:04:54.215Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T11:04:54.215Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T11:04:54.215Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T11:04:54.215Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T11:04:54.215Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T11:04:54.215Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T11:04:54.215Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T11:04:54.215Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T11:04:54.215Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T11:04:54.215Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T11:04:54.476Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T11:04:54.476Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T11:04:54.476Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T11:04:54.476Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-04T11:04:54.476Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T11:04:54.476Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T11:04:54.476Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-04T11:04:54.476Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T11:04:54.476Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T11:04:54.476Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T11:04:54.476Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T11:04:54.736Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T11:04:54.736Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T11:04:54.736Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-04T11:04:54.736Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T11:04:54.736Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T11:04:54.736Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T11:04:54.736Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T11:04:54.736Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T11:04:54.736Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T11:04:54.995Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:04:54.995Z] Fetched 63.8 MB in 2s (33.7 MB/s) [2021-02-04T11:04:54.995Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:04:54.995Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:04:54.995Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:04:55.567Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:04:55.567Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:04:55.567Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T11:04:56.138Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T11:04:56.709Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:56.709Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:56.969Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:56.969Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:56.969Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:56.969Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:57.236Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:57.236Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:57.236Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:57.236Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:57.497Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:57.497Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:57.497Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:57.497Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:57.497Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:04:57.758Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:04:57.758Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:57.758Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T11:04:57.758Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:04:57.758Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:04:57.758Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:58.017Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:58.017Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:58.017Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:58.279Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:04:58.279Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:04:58.541Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:04:58.541Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:04:58.541Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:04:58.801Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:04:59.061Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T11:04:59.322Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:04:59.322Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T11:04:59.322Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T11:04:59.583Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T11:04:59.583Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T11:04:59.843Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T11:04:59.843Z] Installing new version of config file /etc/issue ... [2021-02-04T11:04:59.843Z] Installing new version of config file /etc/issue.net ... [2021-02-04T11:04:59.843Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T11:04:59.843Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T11:05:00.105Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T11:05:00.105Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T11:05:00.105Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T11:05:00.105Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:00.105Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T11:05:00.365Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T11:05:00.365Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T11:05:00.365Z] 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-04T11:05:00.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:00.625Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:00.625Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:00.625Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:00.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:00.901Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T11:05:00.901Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T11:05:00.901Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T11:05:01.168Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:01.168Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T11:05:01.168Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:05:01.430Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T11:05:01.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:01.430Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:01.430Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:05:01.691Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:05:01.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:01.691Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:01.691Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:05:01.951Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T11:05:01.951Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:01.951Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T11:05:02.218Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T11:05:02.218Z] Setting up grep (3.1-2build1) ... [2021-02-04T11:05:02.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:02.218Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T11:05:02.218Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T11:05:02.479Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T11:05:02.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:02.479Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:05:02.479Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:02.740Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:02.740Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:02.740Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:05:02.740Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:05:03.311Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:05:03.311Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:05:03.571Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:05:03.571Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:05:04.144Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T11:05:04.144Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:04.144Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T11:05:04.144Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:05:05.526Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T11:05:05.526Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T11:05:05.526Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T11:05:05.526Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T11:05:05.526Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T11:05:05.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:05.526Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T11:05:05.526Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T11:05:05.787Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T11:05:05.787Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:05.787Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:06.049Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:06.049Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:06.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:06.049Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:06.049Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:06.310Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:06.571Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:06.571Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:06.571Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:06.571Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:06.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:06.831Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:06.831Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:06.831Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:07.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:07.092Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:05:07.093Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:07.093Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:05:07.093Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:07.355Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:07.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:07.355Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:05:07.355Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:07.355Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:07.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:07.616Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:07.616Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:07.616Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:07.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:07.616Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:07.878Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:07.878Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:07.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:07.878Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:08.138Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:08.399Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:08.659Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T11:05:08.918Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T11:05:09.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:09.180Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:05:09.181Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:05:09.181Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:05:09.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:09.444Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T11:05:09.444Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:09.444Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:09.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:09.705Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T11:05:09.705Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T11:05:09.965Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T11:05:09.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:09.965Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T11:05:09.965Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T11:05:10.226Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T11:05:10.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:10.227Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T11:05:10.227Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T11:05:10.488Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T11:05:10.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:10.488Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:05:10.488Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:05:10.488Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:05:10.749Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:10.749Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:05:10.749Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:05:11.009Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:05:11.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:11.009Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:05:11.009Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:05:11.269Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:05:11.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:11.269Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:11.269Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:11.531Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:05:11.531Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:05:11.531Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:11.531Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:05:11.793Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:05:11.793Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:11.793Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T11:05:11.793Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T11:05:12.057Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T11:05:12.057Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:12.057Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T11:05:12.057Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:05:12.057Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:05:12.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:12.317Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:12.317Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:05:12.579Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:05:12.579Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:12.579Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T11:05:12.579Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T11:05:12.839Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T11:05:12.839Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:12.839Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T11:05:12.839Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T11:05:13.100Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T11:05:13.361Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:13.361Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:13.361Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:05:13.361Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T11:05:13.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:13.622Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T11:05:13.622Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T11:05:13.622Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T11:05:13.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:13.622Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T11:05:13.882Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T11:05:13.882Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T11:05:13.882Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:13.882Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T11:05:13.882Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T11:05:14.143Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T11:05:14.404Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:14.404Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T11:05:14.404Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T11:05:14.404Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T11:05:14.665Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:14.665Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T11:05:14.665Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T11:05:14.665Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T11:05:14.926Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:14.926Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T11:05:14.926Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T11:05:14.926Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T11:05:15.186Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T11:05:15.186Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T11:05:15.186Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T11:05:15.186Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T11:05:15.186Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T11:05:15.447Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T11:05:15.447Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T11:05:15.708Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T11:05:15.708Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T11:05:15.969Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T11:05:15.969Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T11:05:15.969Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T11:05:15.969Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T11:05:16.231Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T11:05:16.231Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T11:05:16.231Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T11:05:16.231Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T11:05:16.491Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T11:05:16.491Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T11:05:16.753Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T11:05:16.753Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T11:05:16.753Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T11:05:17.015Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T11:05:17.015Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T11:05:17.015Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T11:05:17.957Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T11:05:17.957Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T11:05:17.957Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T11:05:17.957Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T11:05:18.216Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:05:18.216Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:05:18.476Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:05:18.476Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:05:18.735Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:05:18.735Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:05:18.995Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:05:18.995Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:05:18.995Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:18.995Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:19.256Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:19.256Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:19.256Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:19.515Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:19.515Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:19.515Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:20.453Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:20.453Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:21.393Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:21.393Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:22.336Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:22.336Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:22.336Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:22.336Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:22.674Z] 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-04T11:05:22.674Z] 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-04T11:05:23.400Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:23.400Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:23.692Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:05:23.692Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:05:23.692Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T11:05:23.692Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:05:24.011Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T11:05:24.011Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:05:24.011Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T11:05:24.011Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T11:05:24.011Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:05:24.379Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:05:24.379Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:05:24.379Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:05:24.379Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T11:05:24.379Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T11:05:24.379Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:24.652Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:24.652Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:24.652Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:24.652Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:24.652Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T11:05:24.652Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T11:05:24.652Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T11:05:24.652Z] [2021-02-04T11:05:24.652Z] Current default time zone: 'Etc/UTC' [2021-02-04T11:05:24.652Z] Local time is now: Thu Feb 4 11:05:24 UTC 2021. [2021-02-04T11:05:24.652Z] Universal Time is now: Thu Feb 4 11:05:24 UTC 2021. [2021-02-04T11:05:24.652Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T11:05:24.652Z] [2021-02-04T11:05:24.912Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T11:05:24.912Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:24.912Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T11:05:24.912Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:24.912Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T11:05:24.912Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T11:05:24.912Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T11:05:24.912Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T11:05:24.912Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T11:05:24.912Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T11:05:24.912Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:25.174Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T11:05:25.174Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:25.174Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:05:25.174Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:25.435Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T11:05:25.435Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T11:05:25.435Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T11:05:25.435Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T11:05:25.435Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T11:05:25.435Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T11:05:25.435Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:05:25.435Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T11:05:27.346Z] Updating certificates in /etc/ssl/certs... [2021-02-04T11:05:27.917Z] 23 added, 27 removed; done. [2021-02-04T11:05:27.917Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T11:05:27.917Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:27.917Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T11:05:28.178Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T11:05:28.178Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T11:05:28.178Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:28.178Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:05:28.178Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:28.178Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:28.178Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:28.178Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:28.178Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:28.178Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T11:05:28.452Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:05:28.452Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:05:28.452Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T11:05:28.452Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:05:28.452Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:28.452Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:28.452Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:05:28.452Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T11:05:28.711Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:05:28.711Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:05:28.711Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T11:05:28.711Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T11:05:28.711Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T11:05:28.711Z] Updating certificates in /etc/ssl/certs... [2021-02-04T11:05:29.652Z] 0 added, 0 removed; done. [2021-02-04T11:05:29.652Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T11:05:29.652Z] done. [2021-02-04T11:05:29.913Z] Reading package lists... [2021-02-04T11:05:29.913Z] Building dependency tree... [2021-02-04T11:05:29.913Z] Reading state information... [2021-02-04T11:05:30.174Z] The following NEW packages will be installed: [2021-02-04T11:05:30.174Z] apt-transport-https [2021-02-04T11:05:30.174Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:05:30.174Z] Need to get 1696 B of archives. [2021-02-04T11:05:30.174Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T11:05:30.174Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T11:05:30.174Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:05:30.463Z] Fetched 1696 B in 0s (45.8 kB/s) [2021-02-04T11:05:30.463Z] Selecting previously unselected package apt-transport-https. [2021-02-04T11:05:30.463Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T11:05:30.463Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T11:05:30.463Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T11:05:30.463Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T11:05:30.728Z] Waiting for network to be ready... [2021-02-04T11:05:37.312Z] 2021-02-04T11:05:33Z INFO Waiting for automatic snapd restart... [2021-02-04T11:05:37.313Z] snapd 2.48.2 from Canonical* installed [2021-02-04T11:05:37.882Z] "snapd" switched to the "latest/stable" channel [2021-02-04T11:05:37.882Z] [2021-02-04T11:05:40.424Z] core18 20201210 from Canonical* installed [2021-02-04T11:05:40.424Z] "core18" switched to the "latest/stable" channel [2021-02-04T11:05:40.424Z] [2021-02-04T11:05:41.021Z] Removing intermediate container 8d8c3be4e5c7 [2021-02-04T11:05:41.021Z] ---> f46db53a0417 [2021-02-04T11:05:41.021Z] [2021-02-04T11:05:41.021Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T11:05:41.021Z] Removing intermediate container c88a8a722619 [2021-02-04T11:05:41.021Z] ---> c4c83c309e61 [2021-02-04T11:05:41.021Z] [2021-02-04T11:05:41.021Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T11:05:41.021Z] 3.12: Pulling from library/alpine [2021-02-04T11:05:41.021Z] 3.12: Pulling from library/alpine [2021-02-04T11:05:41.021Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T11:05:41.021Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T11:05:41.021Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T11:05:41.021Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T11:05:41.021Z] ---> afeebe901d6b [2021-02-04T11:05:41.021Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T11:05:41.021Z] ---> afeebe901d6b [2021-02-04T11:05:41.021Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T11:05:41.626Z] ---> Running in c093ceb8660d [2021-02-04T11:05:41.626Z] ---> Running in 4c7398aff839 [2021-02-04T11:05:43.721Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T11:05:43.721Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T11:05:43.721Z] [2021-02-04T11:05:43.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:05:44.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:05:44.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:05:44.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:05:45.020Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T11:05:45.020Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:05:45.020Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T11:05:45.020Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T11:05:45.020Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:05:45.020Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:05:45.621Z] OK: 7 MiB in 18 packages [2021-02-04T11:05:45.621Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T11:05:45.621Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:05:45.621Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T11:05:45.621Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T11:05:45.621Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T11:05:45.898Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:05:45.898Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:05:46.176Z] OK: 7 MiB in 19 packages [2021-02-04T11:05:47.018Z] 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-04T11:05:47.018Z] - README.md [2021-02-04T11:05:47.018Z] - snapcraft.yaml.orig [2021-02-04T11:05:47.018Z] [2021-02-04T11:05:47.018Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T11:05:48.832Z] Removing intermediate container 4c7398aff839 [2021-02-04T11:05:48.832Z] ---> be977e5430b6 [2021-02-04T11:05:48.832Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T11:05:48.832Z] ---> Running in c49ce3ec7e75 [2021-02-04T11:05:49.110Z] Removing intermediate container c093ceb8660d [2021-02-04T11:05:49.110Z] ---> 742326ad8e59 [2021-02-04T11:05:49.110Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T11:05:49.385Z] ---> Running in a32a0de66a14 [2021-02-04T11:05:49.662Z] Removing intermediate container c49ce3ec7e75 [2021-02-04T11:05:49.662Z] ---> 6a98a9394530 [2021-02-04T11:05:49.662Z] Step 13/21 : WORKDIR /edgex [2021-02-04T11:05:50.263Z] ---> Running in eeadc13ac104 [2021-02-04T11:05:50.263Z] Removing intermediate container a32a0de66a14 [2021-02-04T11:05:50.263Z] ---> f296443b5770 [2021-02-04T11:05:50.263Z] Step 13/24 : WORKDIR / [2021-02-04T11:05:50.541Z] ---> Running in ca9f0e8ccd37 [2021-02-04T11:05:50.825Z] Removing intermediate container eeadc13ac104 [2021-02-04T11:05:50.825Z] ---> 033ba8b03ff3 [2021-02-04T11:05:50.825Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T11:05:51.424Z] Removing intermediate container ca9f0e8ccd37 [2021-02-04T11:05:51.424Z] ---> 1cbeb4b69d6a [2021-02-04T11:05:51.424Z] 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-04T11:05:52.021Z] ---> d2f510f9c585 [2021-02-04T11:05:52.022Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T11:05:53.013Z] ---> 4d2c3828ac0e [2021-02-04T11:05:53.013Z] 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-04T11:05:53.603Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:05:53.603Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:05:53.603Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:05:53.603Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:05:54.805Z] Reading package lists... [2021-02-04T11:05:55.028Z] ---> cbdc4bfce997 [2021-02-04T11:05:55.028Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T11:05:55.028Z] ---> 8ed1bcbe4297 [2021-02-04T11:05:55.028Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T11:05:55.065Z] 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-04T11:05:56.470Z] ---> aa96e4744c8c [2021-02-04T11:05:56.470Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T11:05:56.744Z] ---> 7d09c4c1074a [2021-02-04T11:05:56.744Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T11:05:56.744Z] ---> Running in a31174cf0f9f [2021-02-04T11:05:58.732Z] Removing intermediate container a31174cf0f9f [2021-02-04T11:05:58.732Z] ---> 6f07bfa71547 [2021-02-04T11:05:58.732Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T11:05:59.010Z] ---> a04cf278a192 [2021-02-04T11:05:59.010Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T11:05:59.622Z] ---> Running in 9691b64382b8 [2021-02-04T11:06:00.257Z] Removing intermediate container 4ae3bf36674e [2021-02-04T11:06:00.257Z] ---> ec1c90e79a76 [2021-02-04T11:06:00.257Z] [2021-02-04T11:06:00.257Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:06:00.257Z] ---> afeebe901d6b [2021-02-04T11:06:00.257Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:06:00.531Z] Removing intermediate container 9691b64382b8 [2021-02-04T11:06:00.531Z] ---> 075bb1652b6b [2021-02-04T11:06:00.531Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T11:06:00.806Z] Removing intermediate container f93b005f9f9a [2021-02-04T11:06:00.806Z] ---> 26ca9fedb4b4 [2021-02-04T11:06:00.806Z] [2021-02-04T11:06:00.806Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T11:06:00.806Z] ---> afeebe901d6b [2021-02-04T11:06:00.806Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:06:00.806Z] ---> Running in 0a356b52734d [2021-02-04T11:06:01.085Z] ---> e5165d7e6dd1 [2021-02-04T11:06:01.085Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T11:06:01.085Z] ---> Running in 3fe4d4e295fe [2021-02-04T11:06:01.367Z] ---> Running in 51a6394168f5 [2021-02-04T11:06:01.644Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:06:01.644Z] Reading package lists... [2021-02-04T11:06:01.644Z] Building dependency tree... [2021-02-04T11:06:01.644Z] Reading state information... [2021-02-04T11:06:01.644Z] Suggested packages: [2021-02-04T11:06:01.644Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T11:06:01.644Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T11:06:01.644Z] Recommended packages: [2021-02-04T11:06:01.644Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T11:06:01.644Z] The following NEW packages will be installed: [2021-02-04T11:06:01.644Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T11:06:01.644Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T11:06:01.644Z] pkg-config zip [2021-02-04T11:06:01.644Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:06:01.644Z] Need to get 7655 kB of archives. [2021-02-04T11:06:01.644Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T11:06:01.644Z] 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-04T11:06:01.644Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T11:06:01.644Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T11:06:01.644Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T11:06:01.644Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T11:06:01.644Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T11:06:01.644Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T11:06:01.905Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T11:06:01.905Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T11:06:01.965Z] Removing intermediate container 3fe4d4e295fe [2021-02-04T11:06:01.965Z] ---> 36c5071af12f [2021-02-04T11:06:01.965Z] Step 20/21 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:06:02.165Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T11:06:02.165Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T11:06:02.165Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T11:06:02.165Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T11:06:02.165Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T11:06:02.165Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T11:06:02.425Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:06:02.425Z] Fetched 7655 kB in 1s (8569 kB/s) [2021-02-04T11:06:02.425Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T11:06:02.425Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T11:06:02.425Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T11:06:02.425Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T11:06:02.559Z] ---> Running in 0b3aface210d [2021-02-04T11:06:02.559Z] ---> ba8ff48b3ce8 [2021-02-04T11:06:02.559Z] 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-04T11:06:02.690Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T11:06:02.690Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T11:06:02.690Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T11:06:02.690Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T11:06:02.690Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T11:06:02.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:02.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:02.950Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T11:06:02.950Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T11:06:02.950Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T11:06:03.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:03.107Z] ---> Running in ba98e8ca59f8 [2021-02-04T11:06:03.210Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T11:06:03.211Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T11:06:03.211Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T11:06:03.211Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T11:06:03.211Z] Selecting previously unselected package liberror-perl. [2021-02-04T11:06:03.211Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T11:06:03.211Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T11:06:03.211Z] Selecting previously unselected package git-man. [2021-02-04T11:06:03.211Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T11:06:03.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:03.382Z] Removing intermediate container 0b3aface210d [2021-02-04T11:06:03.382Z] ---> 14db46e6cbd0 [2021-02-04T11:06:03.382Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T11:06:03.471Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:06:03.471Z] Selecting previously unselected package git. [2021-02-04T11:06:03.471Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T11:06:03.471Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:06:03.660Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T11:06:03.660Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:03.660Z] OK: 5 MiB in 15 packages [2021-02-04T11:06:03.934Z] ---> Running in 8f3fdfcc1242 [2021-02-04T11:06:04.210Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T11:06:04.210Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:04.210Z] OK: 5 MiB in 15 packages [2021-02-04T11:06:04.413Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T11:06:04.413Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T11:06:04.413Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T11:06:04.413Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T11:06:04.413Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T11:06:04.413Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T11:06:04.674Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T11:06:04.674Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T11:06:04.674Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T11:06:04.674Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T11:06:04.674Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T11:06:04.674Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:06:04.804Z] Removing intermediate container 8f3fdfcc1242 [2021-02-04T11:06:04.804Z] ---> 6a7128e23535 [2021-02-04T11:06:04.804Z] [2021-02-04T11:06:04.934Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T11:06:04.935Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T11:06:04.935Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:06:04.935Z] Selecting previously unselected package pkg-config. [2021-02-04T11:06:04.935Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T11:06:04.935Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T11:06:04.935Z] Selecting previously unselected package zip. [2021-02-04T11:06:04.935Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T11:06:05.195Z] Unpacking zip (3.0-11build1) ... [2021-02-04T11:06:05.195Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T11:06:05.195Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:06:05.195Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T11:06:05.195Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T11:06:05.195Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T11:06:05.405Z] Removing intermediate container 2df2ffda52a4 [2021-02-04T11:06:05.405Z] ---> f1d702273c47 [2021-02-04T11:06:05.405Z] [2021-02-04T11:06:05.405Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:06:05.405Z] ---> afeebe901d6b [2021-02-04T11:06:05.405Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:06:05.455Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T11:06:05.455Z] No schema files found: doing nothing. [2021-02-04T11:06:05.455Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T11:06:05.455Z] Setting up zip (3.0-11build1) ... [2021-02-04T11:06:05.455Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T11:06:05.455Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T11:06:05.455Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T11:06:05.455Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:06:05.455Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T11:06:05.455Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:06:05.688Z] Successfully built 6a7128e23535 [2021-02-04T11:06:05.688Z] ---> Running in ffd1cb18dca7 [2021-02-04T11:06:05.688Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T11:06:05.688Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-04T11:06:05.688Z] Removing intermediate container 0a356b52734d [2021-02-04T11:06:05.688Z] ---> c2727e2f1bd6 [2021-02-04T11:06:05.688Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:06:05.716Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:06:05.716Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:06:06.297Z] ---> Running in 2c1725452062 [2021-02-04T11:06:06.297Z] Removing intermediate container 51a6394168f5 [2021-02-04T11:06:06.297Z] ---> e5e0d6037ff7 [2021-02-04T11:06:06.297Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:06:06.569Z] ---> Running in df6355259db3 [2021-02-04T11:06:06.845Z] Removing intermediate container 2c1725452062 [2021-02-04T11:06:06.845Z] ---> 82c983b406af [2021-02-04T11:06:06.845Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T11:06:07.116Z] Removing intermediate container ba98e8ca59f8 [2021-02-04T11:06:07.116Z] ---> 4a4526d5364b [2021-02-04T11:06:07.116Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T11:06:07.400Z] ---> Running in ebb2d9a2b01a [2021-02-04T11:06:07.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:07.948Z] Removing intermediate container df6355259db3 [2021-02-04T11:06:07.948Z] ---> 8746c92d99b3 [2021-02-04T11:06:07.948Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T11:06:07.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:08.227Z] ---> Running in e1d56e473e15 [2021-02-04T11:06:08.503Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T11:06:08.503Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:08.503Z] OK: 5 MiB in 15 packages [2021-02-04T11:06:08.776Z] Removing intermediate container ebb2d9a2b01a [2021-02-04T11:06:08.776Z] ---> ac6dd7e50a46 [2021-02-04T11:06:08.776Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T11:06:09.378Z] ---> Running in 117686cefc24 [2021-02-04T11:06:09.655Z] ---> Running in 120e5c951c1e [2021-02-04T11:06:09.655Z] Removing intermediate container e1d56e473e15 [2021-02-04T11:06:09.655Z] ---> c8dd11843401 [2021-02-04T11:06:09.655Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T11:06:09.928Z] Removing intermediate container 117686cefc24 [2021-02-04T11:06:09.928Z] ---> 46e02bf61c02 [2021-02-04T11:06:09.928Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T11:06:09.928Z] ---> Running in 2e94b3e914ab [2021-02-04T11:06:10.202Z] ---> Running in e3c986f751ab [2021-02-04T11:06:10.483Z] Removing intermediate container 120e5c951c1e [2021-02-04T11:06:10.483Z] ---> 24ceebeb09b1 [2021-02-04T11:06:10.483Z] Step 15/23 : WORKDIR / [2021-02-04T11:06:11.076Z] Removing intermediate container ffd1cb18dca7 [2021-02-04T11:06:11.076Z] ---> 818adc1e1c63 [2021-02-04T11:06:11.076Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:06:11.346Z] ---> Running in cd9074578ec3 [2021-02-04T11:06:11.347Z] Removing intermediate container 2e94b3e914ab [2021-02-04T11:06:11.347Z] ---> 419cb96b65bb [2021-02-04T11:06:11.347Z] Step 23/24 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:06:11.623Z] Removing intermediate container e3c986f751ab [2021-02-04T11:06:11.623Z] ---> 0813843ebb0a [2021-02-04T11:06:11.623Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:06:11.908Z] ---> Running in 8e8e87121836 [2021-02-04T11:06:11.908Z] ---> Running in b553b479dd02 [2021-02-04T11:06:12.188Z] Removing intermediate container cd9074578ec3 [2021-02-04T11:06:12.188Z] ---> e5d3917c8a3f [2021-02-04T11:06:12.188Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:06:12.295Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:06:12.295Z] git set to automatically installed. [2021-02-04T11:06:12.295Z] git-man set to automatically installed. [2021-02-04T11:06:12.295Z] libcurl3-gnutls set to automatically installed. [2021-02-04T11:06:12.295Z] liberror-perl set to automatically installed. [2021-02-04T11:06:12.295Z] libglib2.0-0 set to automatically installed. [2021-02-04T11:06:12.295Z] libnghttp2-14 set to automatically installed. [2021-02-04T11:06:12.295Z] libnorm1 set to automatically installed. [2021-02-04T11:06:12.295Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T11:06:12.295Z] libpsl5 set to automatically installed. [2021-02-04T11:06:12.295Z] librtmp1 set to automatically installed. [2021-02-04T11:06:12.295Z] libsodium23 set to automatically installed. [2021-02-04T11:06:12.295Z] libzmq3-dev set to automatically installed. [2021-02-04T11:06:12.295Z] libzmq5 set to automatically installed. [2021-02-04T11:06:12.295Z] pkg-config set to automatically installed. [2021-02-04T11:06:12.295Z] zip set to automatically installed. [2021-02-04T11:06:12.460Z] Removing intermediate container 8e8e87121836 [2021-02-04T11:06:12.461Z] ---> a4eb068c69ad [2021-02-04T11:06:12.461Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T11:06:12.739Z] ---> 318a09c4694f [2021-02-04T11:06:12.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T11:06:12.739Z] Removing intermediate container b553b479dd02 [2021-02-04T11:06:12.739Z] ---> 80c16771b8de [2021-02-04T11:06:12.739Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T11:06:12.739Z] ---> Running in be2b43b82b9c [2021-02-04T11:06:13.022Z] ---> Running in cbed7ea42af5 [2021-02-04T11:06:13.297Z] ---> 776e8e94e81e [2021-02-04T11:06:13.297Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T11:06:13.582Z] Removing intermediate container be2b43b82b9c [2021-02-04T11:06:13.582Z] ---> 01b086ed12d9 [2021-02-04T11:06:13.582Z] [2021-02-04T11:06:13.858Z] Removing intermediate container cbed7ea42af5 [2021-02-04T11:06:13.858Z] ---> ee11ae9719ab [2021-02-04T11:06:13.858Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T11:06:14.218Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T11:06:14.456Z] Successfully built 01b086ed12d9 [2021-02-04T11:06:14.456Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T11:06:14.456Z] Building docker-support-notifications-go [2021-02-04T11:06:14.456Z] ---> Running in 684b3bb51fc9 [2021-02-04T11:06:14.727Z]  Building docker-security-secretstore-setup-go ... done  ---> 9aeaf8dd7063 [2021-02-04T11:06:14.727Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T11:06:15.000Z] ---> 316645b56688 [2021-02-04T11:06:15.000Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T11:06:15.000Z] Removing intermediate container 684b3bb51fc9 [2021-02-04T11:06:15.000Z] ---> 5020a5fa3c04 [2021-02-04T11:06:15.000Z] Step 15/23 : WORKDIR / [2021-02-04T11:06:15.271Z] ---> Running in fc741077d9db [2021-02-04T11:06:16.247Z] Removing intermediate container fc741077d9db [2021-02-04T11:06:16.247Z] ---> 8ce509d2492a [2021-02-04T11:06:16.247Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:06:16.247Z] ---> 660bf464f478 [2021-02-04T11:06:16.247Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T11:06:16.521Z] ---> c5bb11bdbe90 [2021-02-04T11:06:16.521Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T11:06:16.791Z] ---> Running in 04164b2bcc33 [2021-02-04T11:06:17.064Z] ---> Running in 059546b54a24 [2021-02-04T11:06:17.663Z] ---> a270337a5fd3 [2021-02-04T11:06:17.663Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T11:06:18.256Z] Removing intermediate container 04164b2bcc33 [2021-02-04T11:06:18.256Z] ---> 9a208cbcc52e [2021-02-04T11:06:18.256Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:06:18.256Z] Removing intermediate container 059546b54a24 [2021-02-04T11:06:18.256Z] ---> 797d3ebfdfd6 [2021-02-04T11:06:18.256Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:06:19.267Z] ---> Running in 324e3ed071f1 [2021-02-04T11:06:19.267Z] ---> Running in acd6467b2bfa [2021-02-04T11:06:20.245Z] ---> 50a51221b545 [2021-02-04T11:06:20.245Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T11:06:20.524Z] Removing intermediate container acd6467b2bfa [2021-02-04T11:06:20.524Z] ---> 153b58e92cbc [2021-02-04T11:06:20.524Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T11:06:20.524Z] Removing intermediate container 324e3ed071f1 [2021-02-04T11:06:20.524Z] ---> 8b6bd70f1985 [2021-02-04T11:06:20.524Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:06:20.801Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:06:20.801Z] snap "core18" has no updates available [2021-02-04T11:06:21.133Z] ---> Running in b1d360111782 [2021-02-04T11:06:21.133Z] ---> Running in ed71fa7abcf0 [2021-02-04T11:06:21.133Z] ---> 6a02f2de9647 [2021-02-04T11:06:21.133Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T11:06:21.740Z] Pulling config-common [2021-02-04T11:06:22.116Z] ---> Running in 3ba26ffaed03 [2021-02-04T11:06:22.116Z] Removing intermediate container b1d360111782 [2021-02-04T11:06:22.116Z] ---> 2c8dcdea2a99 [2021-02-04T11:06:22.116Z] Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:06:22.679Z] Pulling go-build-helper [2021-02-04T11:06:22.719Z] Removing intermediate container ed71fa7abcf0 [2021-02-04T11:06:22.719Z] ---> 6486c1a24405 [2021-02-04T11:06:22.719Z] Step 21/22 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:06:22.989Z] ---> Running in 3860dafef52a [2021-02-04T11:06:22.989Z] Removing intermediate container 3ba26ffaed03 [2021-02-04T11:06:22.989Z] ---> 3dbe44c2e684 [2021-02-04T11:06:22.989Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:06:23.259Z] ---> Running in f42c85dafedf [2021-02-04T11:06:23.531Z] ---> Running in 0457e2c7f254 [2021-02-04T11:06:23.804Z] Removing intermediate container 3860dafef52a [2021-02-04T11:06:23.804Z] ---> 081fb0c16c4d [2021-02-04T11:06:23.804Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:06:24.397Z] Removing intermediate container f42c85dafedf [2021-02-04T11:06:24.397Z] ---> fe8d769ce14d [2021-02-04T11:06:24.397Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T11:06:24.397Z] Removing intermediate container 0457e2c7f254 [2021-02-04T11:06:24.397Z] ---> 3d973b157605 [2021-02-04T11:06:24.397Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:06:24.999Z] ---> Running in 327ffec4d5a7 [2021-02-04T11:06:24.999Z] ---> Running in 2cd8596c8c5a [2021-02-04T11:06:24.999Z] ---> Running in ea13f44a6bf2 [2021-02-04T11:06:25.268Z] Removing intermediate container 327ffec4d5a7 [2021-02-04T11:06:25.268Z] ---> e9cdf7d9faa5 [2021-02-04T11:06:25.268Z] [2021-02-04T11:06:25.542Z] Removing intermediate container 2cd8596c8c5a [2021-02-04T11:06:25.542Z] ---> 3203a367d692 [2021-02-04T11:06:25.542Z] Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:06:25.819Z] Successfully built e9cdf7d9faa5 [2021-02-04T11:06:25.819Z] Removing intermediate container ea13f44a6bf2 [2021-02-04T11:06:25.819Z] ---> 96c7167fd3c9 [2021-02-04T11:06:25.819Z] [2021-02-04T11:06:25.819Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T11:06:25.819Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T11:06:26.094Z] ---> Running in 894c56cb6a5c [2021-02-04T11:06:26.369Z] Successfully built 96c7167fd3c9 [2021-02-04T11:06:26.647Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T11:06:26.647Z] Building docker-security-bootstrapper-go [2021-02-04T11:06:26.647Z]  Building docker-support-scheduler-go ... done Removing intermediate container 894c56cb6a5c [2021-02-04T11:06:26.647Z] ---> 03984437e4fd [2021-02-04T11:06:26.647Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:06:26.925Z] ---> Running in c45d909285c0 [2021-02-04T11:06:27.523Z] Removing intermediate container c45d909285c0 [2021-02-04T11:06:27.523Z] ---> 43de943d2df6 [2021-02-04T11:06:27.523Z] [2021-02-04T11:06:27.796Z] Successfully built 43de943d2df6 [2021-02-04T11:06:27.796Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T11:06:32.434Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:06:32.434Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:06:32.434Z] ---> d984e84ce4b0 [2021-02-04T11:06:32.434Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:06:32.434Z] ---> Using cache [2021-02-04T11:06:32.434Z] ---> 27d3a06d6555 [2021-02-04T11:06:32.434Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:06:32.434Z] ---> Using cache [2021-02-04T11:06:32.721Z] ---> 370c5c909857 [2021-02-04T11:06:32.721Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T11:06:36.108Z] ---> Running in 2371d9ca676f [2021-02-04T11:06:36.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:37.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:38.275Z] OK: 217 MiB in 51 packages [2021-02-04T11:06:41.688Z] Removing intermediate container 2371d9ca676f [2021-02-04T11:06:41.688Z] ---> 52dfaa87d16c [2021-02-04T11:06:41.688Z] Step 6/23 : COPY go.mod . [2021-02-04T11:06:43.123Z] ---> cb05a2ad5952 [2021-02-04T11:06:43.123Z] Step 7/23 : RUN go mod download [2021-02-04T11:06:43.123Z] ---> Running in 922327505bae [2021-02-04T11:06:45.507Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T11:06:45.507Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T11:06:45.507Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T11:06:45.507Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T11:06:45.507Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T11:06:45.507Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T11:06:45.507Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T11:06:45.507Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T11:06:45.507Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T11:06:45.507Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T11:06:45.507Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T11:06:45.507Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T11:06:45.507Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T11:06:45.507Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T11:06:45.507Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T11:06:45.507Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T11:06:45.507Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T11:06:45.507Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T11:06:45.507Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T11:06:45.507Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T11:06:45.507Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T11:06:45.507Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T11:06:45.507Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T11:06:45.507Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T11:06:45.507Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T11:06:45.507Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T11:06:45.507Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T11:06:45.507Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T11:06:45.507Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T11:06:45.507Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T11:06:45.507Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T11:06:45.507Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T11:06:45.507Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T11:06:45.507Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T11:06:45.507Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T11:06:45.507Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T11:06:45.507Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T11:06:45.507Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T11:06:45.507Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T11:06:45.507Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T11:06:45.507Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T11:06:45.507Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T11:06:45.507Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T11:06:45.507Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T11:06:45.507Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T11:06:45.507Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T11:06:45.507Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T11:06:45.507Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T11:06:45.507Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T11:06:45.507Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T11:06:45.507Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T11:06:45.507Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T11:06:45.507Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T11:06:45.507Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T11:06:45.507Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T11:06:45.507Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T11:06:45.507Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T11:06:45.507Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T11:06:45.507Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T11:06:45.507Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T11:06:45.507Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T11:06:45.507Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T11:06:45.507Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T11:06:45.507Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T11:06:46.650Z] Removing intermediate container 922327505bae [2021-02-04T11:06:46.650Z] ---> e91fa5b10bbf [2021-02-04T11:06:46.650Z] Step 8/23 : COPY . . [2021-02-04T11:06:49.702Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T11:06:49.702Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T11:06:49.702Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T11:06:49.702Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T11:06:49.702Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T11:06:49.702Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T11:06:49.702Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T11:06:49.702Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T11:06:49.702Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T11:06:49.702Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T11:06:49.703Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T11:06:49.703Z] Pulling static-packages [2021-02-04T11:06:50.273Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-04T11:06:50.273Z] Skipping pull go-build-helper (already ran) [2021-02-04T11:06:50.273Z] Skipping pull static-packages (already ran) [2021-02-04T11:06:50.273Z] Building go-build-helper [2021-02-04T11:06:53.367Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:06:53.367Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:06:53.367Z] ---> d984e84ce4b0 [2021-02-04T11:06:53.367Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T11:06:53.367Z] ---> Using cache [2021-02-04T11:06:53.367Z] ---> 27d3a06d6555 [2021-02-04T11:06:53.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:06:53.367Z] ---> Using cache [2021-02-04T11:06:53.367Z] ---> 370c5c909857 [2021-02-04T11:06:53.367Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T11:06:53.566Z] Building static-packages [2021-02-04T11:06:55.483Z] Staging go-build-helper [2021-02-04T11:06:56.602Z] Staging static-packages [2021-02-04T11:06:57.551Z] Pulling go115 [2021-02-04T11:06:58.499Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T11:06:58.499Z] Skipping pull go115 (already ran) [2021-02-04T11:06:58.499Z] Building go115 [2021-02-04T11:06:58.499Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T11:06:58.499Z] Dload Upload Total Spent Left Speed [2021-02-04T11:07:00.073Z] ---> Running in 1d9c26692ce8 [2021-02-04T11:07:00.996Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 54408 0 0 496k 0 0:03:58 --:--:-- 0:03:58 491k 35 115M 35 41.0M 0 0 37.1M 0 0:00:03 0:00:01 0:00:02 37.0M 78 115M 78 90.2M 0 0 42.8M 0 0:00:02 0:00:02 --:--:-- 42.7M 100 115M 100 115M 0 0 43.2M 0 0:00:02 0:00:02 --:--:-- 43.2M [2021-02-04T11:07:01.051Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:07:01.052Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:07:01.052Z] ---> d984e84ce4b0 [2021-02-04T11:07:01.052Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T11:07:01.052Z] ---> Using cache [2021-02-04T11:07:01.052Z] ---> 27d3a06d6555 [2021-02-04T11:07:01.052Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:07:01.052Z] ---> Using cache [2021-02-04T11:07:01.052Z] ---> 370c5c909857 [2021-02-04T11:07:01.052Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T11:07:01.052Z] ---> Using cache [2021-02-04T11:07:01.052Z] ---> a59cab6d93b2 [2021-02-04T11:07:01.052Z] Step 6/31 : COPY go.mod . [2021-02-04T11:07:01.052Z] ---> Using cache [2021-02-04T11:07:01.052Z] ---> 8f3e84e1575c [2021-02-04T11:07:01.052Z] Step 7/31 : RUN go mod download [2021-02-04T11:07:01.052Z] ---> Using cache [2021-02-04T11:07:01.052Z] ---> 27a14bc4b4b4 [2021-02-04T11:07:01.052Z] Step 8/31 : COPY . . [2021-02-04T11:07:01.052Z] ---> Using cache [2021-02-04T11:07:01.052Z] ---> 848069af78c1 [2021-02-04T11:07:01.052Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T11:07:01.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:01.052Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:07:01.052Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:07:01.052Z] ---> d984e84ce4b0 [2021-02-04T11:07:01.052Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T11:07:01.052Z] ---> Using cache [2021-02-04T11:07:01.052Z] ---> 27d3a06d6555 [2021-02-04T11:07:01.052Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:07:01.052Z] ---> Using cache [2021-02-04T11:07:01.052Z] ---> 370c5c909857 [2021-02-04T11:07:01.052Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T11:07:01.567Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T11:07:01.653Z] ---> Running in dbfed92d96d4 [2021-02-04T11:07:01.653Z] ---> Running in 7fb287787c35 [2021-02-04T11:07:01.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:02.247Z] ---> 208dc932e256 [2021-02-04T11:07:02.247Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T11:07:02.519Z] ---> Running in b03a0f4a93e4 [2021-02-04T11:07:02.519Z] OK: 217 MiB in 51 packages [2021-02-04T11:07:03.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:03.495Z] 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-04T11:07:03.767Z] 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-04T11:07:04.042Z] Removing intermediate container 1d9c26692ce8 [2021-02-04T11:07:04.043Z] ---> 15444f3bc4ac [2021-02-04T11:07:04.043Z] Step 6/22 : COPY go.mod . [2021-02-04T11:07:04.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:04.925Z] ---> 11100841b7f5 [2021-02-04T11:07:04.925Z] Step 7/22 : RUN go mod download [2021-02-04T11:07:04.925Z] OK: 217 MiB in 51 packages [2021-02-04T11:07:05.197Z] ---> Running in a3d02b0a9ab5 [2021-02-04T11:07:05.769Z] Staging go115 [2021-02-04T11:07:07.187Z] Removing intermediate container dbfed92d96d4 [2021-02-04T11:07:07.187Z] ---> 597f570aed93 [2021-02-04T11:07:07.187Z] Step 6/26 : COPY go.mod . [2021-02-04T11:07:08.192Z] ---> d26ad4457bb4 [2021-02-04T11:07:08.192Z] Step 7/26 : RUN go mod download [2021-02-04T11:07:08.468Z] ---> Running in cb1cb90cc695 [2021-02-04T11:07:09.920Z] Removing intermediate container a3d02b0a9ab5 [2021-02-04T11:07:09.920Z] ---> c8aa29062aa9 [2021-02-04T11:07:09.920Z] Step 8/22 : COPY . . [2021-02-04T11:07:11.067Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:07:11.067Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:07:11.067Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:07:11.067Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T11:07:11.067Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T11:07:11.067Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T11:07:11.067Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T11:07:11.067Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T11:07:11.067Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T11:07:11.067Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T11:07:11.067Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T11:07:11.067Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T11:07:11.067Z] Pulling edgex-go [2021-02-04T11:07:11.644Z] Pulling version [2021-02-04T11:07:12.583Z] Building config-common [2021-02-04T11:07:14.256Z] Removing intermediate container cb1cb90cc695 [2021-02-04T11:07:14.256Z] ---> b3ee1e0ffba5 [2021-02-04T11:07:14.256Z] Step 8/26 : COPY . . [2021-02-04T11:07:14.495Z] Skipping build go-build-helper (already ran) [2021-02-04T11:07:14.496Z] Skipping build static-packages (already ran) [2021-02-04T11:07:14.496Z] Skipping build go115 (already ran) [2021-02-04T11:07:14.758Z] Building edgex-go [2021-02-04T11:07:14.758Z] 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-04T11:07:16.143Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T11:07:16.143Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-04T11:07:16.143Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T11:07:16.143Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-04T11:07:16.143Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T11:07:16.143Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T11:07:16.143Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T11:07:16.403Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T11:07:16.403Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T11:07:16.403Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.2 [2021-02-04T11:07:16.403Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T11:07:16.403Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T11:07:16.403Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T11:07:16.403Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T11:07:16.403Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T11:07:16.403Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T11:07:16.403Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T11:07:16.403Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T11:07:16.403Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T11:07:16.403Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T11:07:16.403Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T11:07:16.403Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T11:07:16.403Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T11:07:16.403Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T11:07:16.403Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T11:07:16.403Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T11:07:16.668Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T11:07:16.668Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T11:07:16.668Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T11:07:23.242Z] 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-04T11:07:26.532Z] 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-04T11:07:27.917Z] 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-04T11:07:28.857Z] 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-04T11:07:29.117Z] 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-04T11:07:29.117Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T11:07:29.376Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T11:07:29.376Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T11:07:29.376Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T11:07:30.755Z] 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-04T11:07:30.755Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T11:07:30.756Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T11:07:32.140Z] 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-04T11:07:32.709Z] 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-04T11:07:32.970Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T11:07:34.352Z] 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-04T11:07:34.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T11:07:35.492Z] 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-04T11:07:35.492Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T11:07:36.872Z] 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-04T11:07:36.872Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T11:07:39.413Z] Building version [2021-02-04T11:07:41.082Z] ---> d174b71f5911 [2021-02-04T11:07:41.082Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T11:07:41.082Z] ---> Running in 12e3e1e7835f [2021-02-04T11:07:41.082Z] ---> 462a0c6416b8 [2021-02-04T11:07:41.082Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T11:07:41.082Z] ---> Running in fc205ef83e3b [2021-02-04T11:07:41.082Z] 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-04T11:07:41.082Z] 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-04T11:07:41.325Z] Staging config-common [2021-02-04T11:07:42.265Z] Skipping stage go-build-helper (already ran) [2021-02-04T11:07:42.265Z] Skipping stage static-packages (already ran) [2021-02-04T11:07:42.265Z] Skipping stage go115 (already ran) [2021-02-04T11:07:42.265Z] Staging edgex-go [2021-02-04T11:07:43.206Z] Staging version [2021-02-04T11:07:43.776Z] Priming config-common [2021-02-04T11:07:44.727Z] Priming go-build-helper [2021-02-04T11:07:45.668Z] Priming static-packages [2021-02-04T11:07:48.209Z] Priming go115 [2021-02-04T11:07:48.780Z] Priming edgex-go [2021-02-04T11:07:50.164Z] Priming version [2021-02-04T11:07:51.104Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T11:08:07.896Z] 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-04T11:08:34.709Z] Removing intermediate container 7fb287787c35 [2021-02-04T11:08:34.709Z] ---> 302c038cf057 [2021-02-04T11:08:34.709Z] [2021-02-04T11:08:34.709Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T11:08:34.709Z] ---> afeebe901d6b [2021-02-04T11:08:34.709Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T11:08:34.709Z] ---> Running in 9c6241d614fb [2021-02-04T11:08:34.709Z] Removing intermediate container 9c6241d614fb [2021-02-04T11:08:34.709Z] ---> f9e085253fd0 [2021-02-04T11:08:34.709Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T11:08:34.709Z] ---> Running in 5ca43f25d0c3 [2021-02-04T11:08:34.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:08:34.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:08:35.309Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T11:08:35.309Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T11:08:35.309Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:08:35.309Z] OK: 5 MiB in 16 packages [2021-02-04T11:08:37.299Z] Removing intermediate container 5ca43f25d0c3 [2021-02-04T11:08:37.299Z] ---> cd55e97cccbe [2021-02-04T11:08:37.300Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T11:08:37.300Z] ---> Running in 50622958c524 [2021-02-04T11:08:37.901Z] Removing intermediate container 50622958c524 [2021-02-04T11:08:37.901Z] ---> 1819ee901ba4 [2021-02-04T11:08:37.901Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T11:08:37.901Z] ---> Running in 0526bb1ecaeb [2021-02-04T11:08:38.887Z] Removing intermediate container 0526bb1ecaeb [2021-02-04T11:08:38.887Z] ---> 6ddfa12ce876 [2021-02-04T11:08:38.887Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T11:08:38.887Z] ---> Running in d9defff747c4 [2021-02-04T11:08:42.308Z] Removing intermediate container d9defff747c4 [2021-02-04T11:08:42.308Z] ---> ca6ae9f80b0c [2021-02-04T11:08:42.308Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T11:08:42.585Z] ---> Running in 72d03d2fbc8a [2021-02-04T11:08:43.183Z] Removing intermediate container 72d03d2fbc8a [2021-02-04T11:08:43.183Z] ---> 32be4971e8d7 [2021-02-04T11:08:43.183Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T11:08:44.632Z] ---> 621d3c0425d8 [2021-02-04T11:08:44.632Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T11:08:44.908Z] ---> Running in 3197464f3332 [2021-02-04T11:08:48.323Z] Removing intermediate container 3197464f3332 [2021-02-04T11:08:48.323Z] ---> ea1367c3bb90 [2021-02-04T11:08:48.323Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:08:49.762Z] ---> b47c322674b5 [2021-02-04T11:08:49.762Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T11:08:52.391Z] ---> dac2cb414b0b [2021-02-04T11:08:52.391Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T11:08:53.863Z] Removing intermediate container b03a0f4a93e4 [2021-02-04T11:08:53.863Z] ---> ae93d8482c0f [2021-02-04T11:08:53.863Z] [2021-02-04T11:08:53.863Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:08:53.863Z] ---> afeebe901d6b [2021-02-04T11:08:53.863Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T11:08:54.252Z] ---> 9c760c2a5c10 [2021-02-04T11:08:54.252Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T11:08:54.252Z] ---> Running in 68a004eba40b [2021-02-04T11:08:55.358Z] Removing intermediate container 68a004eba40b [2021-02-04T11:08:55.358Z] ---> 02971bc7bd4a [2021-02-04T11:08:55.358Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T11:08:55.726Z] ---> Running in 0af101dd9e06 [2021-02-04T11:08:56.063Z] ---> 61042e26d4af [2021-02-04T11:08:56.063Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T11:08:56.675Z] Removing intermediate container 0af101dd9e06 [2021-02-04T11:08:56.675Z] ---> 743e3e8930ac [2021-02-04T11:08:56.675Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T11:08:56.950Z] ---> Running in 249d21b8c5a6 [2021-02-04T11:08:57.554Z] ---> 4835d2920dc7 [2021-02-04T11:08:57.554Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T11:08:58.152Z] ---> Running in 33a4b751b441 [2021-02-04T11:08:58.152Z] Removing intermediate container 249d21b8c5a6 [2021-02-04T11:08:58.152Z] ---> d6478a090004 [2021-02-04T11:08:58.152Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:08:58.426Z] ---> Running in 9d98807b13a8 [2021-02-04T11:08:59.028Z] Removing intermediate container 33a4b751b441 [2021-02-04T11:08:59.028Z] ---> b9985dd81ab7 [2021-02-04T11:08:59.028Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T11:09:00.028Z] ---> 8764abe7db18 [2021-02-04T11:09:00.029Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T11:09:00.630Z] ---> Running in 167bcb700940 [2021-02-04T11:09:02.630Z] Removing intermediate container 9d98807b13a8 [2021-02-04T11:09:02.630Z] ---> 2ca428e1cb5c [2021-02-04T11:09:02.630Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T11:09:02.630Z] ---> Running in f3fb005e8403 [2021-02-04T11:09:02.908Z] Removing intermediate container fc205ef83e3b [2021-02-04T11:09:02.908Z] ---> d1e13d4c97e1 [2021-02-04T11:09:02.908Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T11:09:03.186Z] ---> Running in 2372505e82ab [2021-02-04T11:09:04.183Z] Removing intermediate container 167bcb700940 [2021-02-04T11:09:04.183Z] ---> 75f732ee136f [2021-02-04T11:09:04.183Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T11:09:04.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:04.791Z] ---> Running in b3205f09d44b [2021-02-04T11:09:05.066Z] 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-04T11:09:05.344Z] Removing intermediate container b3205f09d44b [2021-02-04T11:09:05.344Z] ---> 499151cfff6c [2021-02-04T11:09:05.344Z] Step 28/31 : CMD ["gate"] [2021-02-04T11:09:05.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:06.334Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T11:09:06.334Z] ---> Running in fc077251c9c3 [2021-02-04T11:09:06.334Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T11:09:06.334Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T11:09:06.334Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T11:09:06.608Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T11:09:06.608Z] Removing intermediate container fc077251c9c3 [2021-02-04T11:09:06.608Z] ---> d2ac62c15eae [2021-02-04T11:09:06.608Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T11:09:06.878Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T11:09:06.878Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:09:06.878Z] OK: 8 MiB in 20 packages [2021-02-04T11:09:07.475Z] ---> Running in 7370456f4087 [2021-02-04T11:09:08.474Z] Removing intermediate container 7370456f4087 [2021-02-04T11:09:08.474Z] ---> 933ec107893c [2021-02-04T11:09:08.474Z] Step 30/31 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:09:09.065Z] ---> Running in 42261797e730 [2021-02-04T11:09:09.065Z] Removing intermediate container 2372505e82ab [2021-02-04T11:09:09.065Z] ---> 684f6732885f [2021-02-04T11:09:09.065Z] [2021-02-04T11:09:09.065Z] Step 11/26 : FROM docker:20.10.0Removing intermediate container f3fb005e8403 [2021-02-04T11:09:09.065Z] [2021-02-04T11:09:09.065Z] ---> 2ce25c2c0131 [2021-02-04T11:09:09.065Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:09:09.065Z] 20.10.0: Pulling from library/docker [2021-02-04T11:09:09.336Z] Removing intermediate container 12e3e1e7835f [2021-02-04T11:09:09.336Z] ---> 58b708cd9953 [2021-02-04T11:09:09.336Z] [2021-02-04T11:09:09.336Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T11:09:09.336Z] ---> afeebe901d6b [2021-02-04T11:09:09.336Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T11:09:09.336Z] ---> Running in d6cb55b69282 [2021-02-04T11:09:09.617Z] Removing intermediate container 42261797e730 [2021-02-04T11:09:09.617Z] ---> 258969be29a6 [2021-02-04T11:09:09.617Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T11:09:10.209Z] ---> 4b2233f71720 [2021-02-04T11:09:10.209Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T11:09:10.209Z] ---> Running in b791beed5ddf [2021-02-04T11:09:11.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:11.186Z] Removing intermediate container b791beed5ddf [2021-02-04T11:09:11.186Z] ---> f7d559e85185 [2021-02-04T11:09:11.186Z] [2021-02-04T11:09:11.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:12.059Z] Successfully built f7d559e85185 [2021-02-04T11:09:12.059Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T11:09:12.059Z]  Building docker-security-bootstrapper-go ... done (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T11:09:12.334Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T11:09:12.334Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:09:12.334Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:09:12.608Z] OK: 6 MiB in 16 packages [2021-02-04T11:09:12.608Z] ---> 000dbd0b08fa [2021-02-04T11:09:12.608Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T11:09:13.586Z] ---> bb1235ef74be [2021-02-04T11:09:13.586Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T11:09:13.855Z] ---> Running in 846b2dc256e2 [2021-02-04T11:09:14.129Z] Removing intermediate container d6cb55b69282 [2021-02-04T11:09:14.129Z] ---> 676804afc557 [2021-02-04T11:09:14.129Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:09:14.406Z] Removing intermediate container 846b2dc256e2 [2021-02-04T11:09:14.406Z] ---> 2d75818a19d8 [2021-02-04T11:09:14.406Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:09:14.678Z] ---> Running in fd46c9ccc008 [2021-02-04T11:09:14.948Z] ---> Running in bb60caf7de4a [2021-02-04T11:09:15.236Z] Removing intermediate container fd46c9ccc008 [2021-02-04T11:09:15.236Z] ---> 413c008b0cd3 [2021-02-04T11:09:15.236Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T11:09:15.509Z] Removing intermediate container bb60caf7de4a [2021-02-04T11:09:15.509Z] ---> b1369e85ecde [2021-02-04T11:09:15.509Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:09:15.784Z] ---> Running in 9c107c4e2446 [2021-02-04T11:09:15.784Z] ---> Running in 016cca0c18cb [2021-02-04T11:09:16.404Z] Removing intermediate container 9c107c4e2446 [2021-02-04T11:09:16.404Z] ---> 6a81a458bb09 [2021-02-04T11:09:16.404Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T11:09:16.678Z] Removing intermediate container 016cca0c18cb [2021-02-04T11:09:16.678Z] ---> 72d10179d146 [2021-02-04T11:09:16.678Z] Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:09:16.678Z] ---> Running in c690cfdc43d0 [2021-02-04T11:09:16.952Z] ---> Running in e5365e35f2ac [2021-02-04T11:09:17.553Z] Removing intermediate container c690cfdc43d0 [2021-02-04T11:09:17.553Z] ---> 45badfdbdd7c [2021-02-04T11:09:17.553Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:09:17.827Z] Removing intermediate container e5365e35f2ac [2021-02-04T11:09:17.827Z] ---> d9b44e441b1c [2021-02-04T11:09:17.827Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:09:18.103Z] ---> Running in 8a475eed2882 [2021-02-04T11:09:18.700Z] ---> f64ccac1c64a [2021-02-04T11:09:18.700Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T11:09:18.700Z] Removing intermediate container 8a475eed2882 [2021-02-04T11:09:18.700Z] ---> 71291a98a322 [2021-02-04T11:09:18.700Z] [2021-02-04T11:09:19.293Z] Successfully built 71291a98a322 [2021-02-04T11:09:19.293Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T11:09:19.900Z]  Building docker-core-data-go ... done  ---> 2d6315e224aa [2021-02-04T11:09:19.900Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T11:09:20.178Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T11:09:20.178Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T11:09:20.178Z] ---> eeaf43b92773 [2021-02-04T11:09:20.178Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T11:09:20.178Z] ---> Running in 600ab74b0b31 [2021-02-04T11:09:21.157Z] ---> 4cce9466083b [2021-02-04T11:09:21.157Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T11:09:21.157Z] ---> Running in 3e20251dc983 [2021-02-04T11:09:21.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:21.704Z] Removing intermediate container 3e20251dc983 [2021-02-04T11:09:21.704Z] ---> 63e0eeb9ddfa [2021-02-04T11:09:21.704Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:09:21.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:21.704Z] ---> Running in 0f2164dc3092 [2021-02-04T11:09:22.306Z] Removing intermediate container 0f2164dc3092 [2021-02-04T11:09:22.306Z] ---> 0eead2aa26e4 [2021-02-04T11:09:22.306Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T11:09:22.306Z] ---> Running in c2cfb986658f [2021-02-04T11:09:22.306Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T11:09:22.584Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T11:09:22.584Z] Executing bash-5.0.17-r0.post-install [2021-02-04T11:09:22.584Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:09:22.584Z] OK: 12 MiB in 22 packages [2021-02-04T11:09:23.193Z] Removing intermediate container c2cfb986658f [2021-02-04T11:09:23.193Z] ---> 0f36b7a06fac [2021-02-04T11:09:23.193Z] Step 21/22 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:09:23.193Z] ---> Running in ca96946bafaf [2021-02-04T11:09:23.793Z] Removing intermediate container ca96946bafaf [2021-02-04T11:09:23.793Z] ---> 0b2133be5620 [2021-02-04T11:09:23.793Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T11:09:24.068Z] ---> Running in 0c8dc5f16019 [2021-02-04T11:09:24.068Z] Removing intermediate container 600ab74b0b31 [2021-02-04T11:09:24.068Z] ---> 9980d921feee [2021-02-04T11:09:24.068Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T11:09:24.068Z] ---> Running in c3fc6a6f9ac9 [2021-02-04T11:09:24.341Z] Removing intermediate container 0c8dc5f16019 [2021-02-04T11:09:24.341Z] ---> 9441c106894f [2021-02-04T11:09:24.341Z] [2021-02-04T11:09:24.614Z] Removing intermediate container c3fc6a6f9ac9 [2021-02-04T11:09:24.614Z] ---> f775ecda98e3 [2021-02-04T11:09:24.614Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T11:09:24.909Z] Successfully built 9441c106894f [2021-02-04T11:09:24.909Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T11:09:24.909Z]  Building docker-support-notifications-go ... done  ---> Running in 6a0065ba5252 [2021-02-04T11:09:25.502Z] Removing intermediate container 6a0065ba5252 [2021-02-04T11:09:25.502Z] ---> e52fa50ebc5e [2021-02-04T11:09:25.502Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T11:09:25.502Z] ---> Running in 487da90d4364 [2021-02-04T11:09:26.096Z] Removing intermediate container 487da90d4364 [2021-02-04T11:09:26.096Z] ---> 15a0961c22b8 [2021-02-04T11:09:26.096Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T11:09:27.072Z] ---> 4de59fe1cafd [2021-02-04T11:09:27.072Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T11:09:28.049Z] ---> d8a5b3563af7 [2021-02-04T11:09:28.049Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T11:09:28.649Z] ---> c4162561fa99 [2021-02-04T11:09:28.649Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T11:09:28.923Z] ---> Running in 0473ecfc37d2 [2021-02-04T11:09:29.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:30.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:30.432Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T11:09:30.432Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T11:09:30.432Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T11:09:30.432Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T11:09:30.432Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T11:09:30.432Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T11:09:30.702Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T11:09:32.669Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T11:09:32.669Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T11:09:32.669Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T11:09:32.669Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T11:09:32.669Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T11:09:32.669Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T11:09:32.669Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T11:09:32.669Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T11:09:32.669Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T11:09:32.669Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T11:09:32.669Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T11:09:32.669Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T11:09:32.669Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T11:09:32.941Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T11:09:32.941Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T11:09:32.941Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T11:09:32.941Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T11:09:32.941Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T11:09:32.941Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T11:09:32.941Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T11:09:32.941Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T11:09:32.941Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T11:09:32.941Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T11:09:32.941Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T11:09:32.941Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T11:09:32.941Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T11:09:33.213Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:09:33.213Z] OK: 71 MiB in 55 packages [2021-02-04T11:09:39.917Z] Removing intermediate container 0473ecfc37d2 [2021-02-04T11:09:39.917Z] ---> 8fd66d776499 [2021-02-04T11:09:39.917Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T11:09:40.203Z] ---> Running in 015ee246da91 [2021-02-04T11:09:45.591Z] Collecting docker-compose==1.23.2 [2021-02-04T11:09:45.591Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T11:09:47.023Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T11:09:47.023Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T11:09:48.451Z] Collecting PyYAML<4,>=3.10 [2021-02-04T11:09:48.451Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T11:09:52.741Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T11:09:52.741Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T11:09:54.763Z] 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-04T11:09:55.392Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T11:09:55.392Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T11:09:56.371Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T11:09:56.371Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T11:09:58.333Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T11:09:58.333Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T11:09:58.927Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T11:09:58.927Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T11:10:02.300Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T11:10:02.300Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T11:10:02.572Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T11:10:02.843Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T11:10:05.447Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T11:10:05.447Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T11:10:05.447Z] Collecting idna<2.8,>=2.5 [2021-02-04T11:10:05.447Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T11:10:06.419Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T11:10:06.419Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T11:10:06.692Z] 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-04T11:10:06.692Z] 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-04T11:10:06.692Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T11:10:06.692Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T11:10:06.692Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T11:10:06.692Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T11:10:07.679Z] Installing collected packages: websocket-client, PyYAML, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, docker, docopt, jsonschema, texttable, docker-compose [2021-02-04T11:10:07.950Z] Running setup.py install for PyYAML: started [2021-02-04T11:10:10.555Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T11:10:10.555Z] Running setup.py install for dockerpty: started [2021-02-04T11:10:12.527Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T11:10:12.527Z] Attempting uninstall: idna [2021-02-04T11:10:12.527Z] Found existing installation: idna 2.9 [2021-02-04T11:10:12.527Z] Uninstalling idna-2.9: [2021-02-04T11:10:12.800Z] Successfully uninstalled idna-2.9 [2021-02-04T11:10:13.392Z] Attempting uninstall: urllib3 [2021-02-04T11:10:13.392Z] Found existing installation: urllib3 1.25.9 [2021-02-04T11:10:13.392Z] Uninstalling urllib3-1.25.9: [2021-02-04T11:10:13.392Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T11:10:13.983Z] Attempting uninstall: requests [2021-02-04T11:10:13.983Z] Found existing installation: requests 2.23.0 [2021-02-04T11:10:13.983Z] Uninstalling requests-2.23.0: [2021-02-04T11:10:14.255Z] Successfully uninstalled requests-2.23.0 [2021-02-04T11:10:15.697Z] Running setup.py install for docopt: started [2021-02-04T11:10:18.308Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T11:10:18.308Z] Running setup.py install for texttable: started [2021-02-04T11:10:20.918Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T11:10:21.509Z] 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-04T11:10:25.807Z] Removing intermediate container 015ee246da91 [2021-02-04T11:10:25.807Z] ---> 0f341498bdda [2021-02-04T11:10:25.807Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T11:10:26.088Z] ---> Running in bd8e1337028f [2021-02-04T11:10:27.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:10:27.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:10:27.919Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:10:27.919Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T11:10:27.919Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T11:10:27.919Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:10:27.919Z] OK: 71 MiB in 58 packages [2021-02-04T11:10:29.344Z] Removing intermediate container bd8e1337028f [2021-02-04T11:10:29.344Z] ---> 1010f5e5f676 [2021-02-04T11:10:29.344Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T11:10:29.344Z] ---> Running in 505ece57af57 [2021-02-04T11:10:29.934Z] Removing intermediate container 505ece57af57 [2021-02-04T11:10:29.934Z] ---> ea3ed72390af [2021-02-04T11:10:29.934Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:10:29.934Z] ---> Running in 832098abd134 [2021-02-04T11:10:30.527Z] Removing intermediate container 832098abd134 [2021-02-04T11:10:30.527Z] ---> f1ccbf694b92 [2021-02-04T11:10:30.527Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T11:10:30.527Z] ---> Running in 6eccc9f31737 [2021-02-04T11:10:31.136Z] Removing intermediate container 6eccc9f31737 [2021-02-04T11:10:31.136Z] ---> 7dbe01bc00bf [2021-02-04T11:10:31.136Z] Step 25/26 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-04T11:10:31.136Z] ---> Running in d37980b1160a [2021-02-04T11:10:31.729Z] Removing intermediate container d37980b1160a [2021-02-04T11:10:31.729Z] ---> b5d257ab9a25 [2021-02-04T11:10:31.729Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T11:10:31.729Z] ---> Running in 6052de39cce0 [2021-02-04T11:10:32.318Z] Removing intermediate container 6052de39cce0 [2021-02-04T11:10:32.318Z] ---> 07bfdaae1ab0 [2021-02-04T11:10:32.318Z] [2021-02-04T11:10:32.590Z] Successfully built 07bfdaae1ab0 [2021-02-04T11:10:32.590Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T11:10:32.877Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T11:10:32.863Z] $ docker stop --time=1 f64fa3a4153621a24519a93deff8c07a974c71bfdc1b04fa6256bbe8f400d2f3 [2021-02-04T11:10:34.817Z] $ docker rm -f f64fa3a4153621a24519a93deff8c07a974c71bfdc1b04fa6256bbe8f400d2f3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T11:10:35.610Z] + grep docker [2021-02-04T11:10:35.610Z] + docker images [2021-02-04T11:10:35.880Z] docker-sys-mgmt-agent-go-arm64 latest 07bfdaae1ab0 4 seconds ago 300MB [2021-02-04T11:10:35.880Z] docker-support-notifications-go-arm64 latest 9441c106894f About a minute ago 16.7MB [2021-02-04T11:10:35.880Z] docker-core-data-go-arm64 latest 71291a98a322 About a minute ago 21MB [2021-02-04T11:10:35.880Z] docker-security-bootstrapper-go-arm64 latest f7d559e85185 About a minute ago 22.6MB [2021-02-04T11:10:35.880Z] docker-core-metadata-go-arm64 latest 43de943d2df6 4 minutes ago 17.7MB [2021-02-04T11:10:35.880Z] docker-support-scheduler-go-arm64 latest 96c7167fd3c9 4 minutes ago 16.1MB [2021-02-04T11:10:35.880Z] docker-core-command-go-arm64 latest e9cdf7d9faa5 4 minutes ago 16MB [2021-02-04T11:10:35.880Z] docker-security-secretstore-setup-go-arm64 latest 01b086ed12d9 4 minutes ago 23.4MB [2021-02-04T11:10:35.880Z] docker-security-proxy-setup-go-arm64 latest 6a7128e23535 4 minutes ago 23.2MB [2021-02-04T11:10:35.880Z] 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-04T11:10:38.867Z] provisioning config files... [2021-02-04T11:10:38.879Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config3484474586589372059tmp [Pipeline] { [Pipeline] sh [2021-02-04T11:10:39.362Z] + set +x [2021-02-04T11:10:39.362Z] + curl -s https://codecov.io/bash [2021-02-04T11:10:39.362Z] + bash -s -- [2021-02-04T11:10:39.626Z] [2021-02-04T11:10:39.626Z] _____ _ [2021-02-04T11:10:39.626Z] / ____| | | [2021-02-04T11:10:39.626Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T11:10:39.626Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T11:10:39.626Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T11:10:39.626Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T11:10:39.626Z] Bash-20210129-7c25fce [2021-02-04T11:10:39.626Z] [2021-02-04T11:10:39.626Z] [2021-02-04T11:10:39.626Z] ==> git version 2.24.3 found [2021-02-04T11:10:39.626Z] ==> 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-04T11:10:39.626Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T11:10:39.626Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T11:10:39.891Z] ==> Jenkins CI detected. [2021-02-04T11:10:39.891Z] project root: . [2021-02-04T11:10:39.891Z] --> token set from env [2021-02-04T11:10:39.891Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T11:10:39.891Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T11:10:39.891Z] ==> Python coveragepy not found [2021-02-04T11:10:39.891Z] ==> Searching for coverage reports in: [2021-02-04T11:10:39.891Z] + . [2021-02-04T11:10:39.891Z] -> Found 1 reports [2021-02-04T11:10:39.891Z] ==> Detecting git/mercurial file structure [2021-02-04T11:10:39.891Z] ==> Reading reports [2021-02-04T11:10:39.891Z] + ./coverage.out bytes=580808 [2021-02-04T11:10:39.891Z] ==> Appending adjustments [2021-02-04T11:10:39.891Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T11:10:43.352Z] + Found adjustments [2021-02-04T11:10:43.352Z] ==> Gzipping contents [2021-02-04T11:10:43.352Z] 88K /tmp/codecov.WQu3a1.gz [2021-02-04T11:10:43.352Z] ==> Uploading reports [2021-02-04T11:10:43.352Z] url: https://codecov.io [2021-02-04T11:10:43.352Z] query: branch=PR-3111&commit=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= [2021-02-04T11:10:43.352Z] -> Pinging Codecov [2021-02-04T11:10:43.352Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3111&commit=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= [2021-02-04T11:10:43.955Z] -> Uploading to [2021-02-04T11:10:43.955Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60/bed832e0-229a-451e-82b7-eda4a3425455.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T111043Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c56f9965db8fb1e372b62aa33e9629a846314f9cbcd8d36dcf4c77e450cb4b9 [2021-02-04T11:10:43.955Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T11:10:43.955Z] Dload Upload Total Spent Left Speed [2021-02-04T11:10:44.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87765 0 0 100 87765 0 152k --:--:-- --:--:-- --:--:-- 152k [2021-02-04T11:10:44.530Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [Pipeline] } [2021-02-04T11:10:44.541Z] 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-04T11:10:48.407Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:10:49.296Z] ---> package-listing.sh [2021-02-04T11:10:49.296Z] ++ facter osfamily [2021-02-04T11:10:49.296Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T11:10:49.296Z] + OS_FAMILY=redhat [2021-02-04T11:10:49.296Z] + workspace=/w/workspace/edgex-go/7 [2021-02-04T11:10:49.296Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T11:10:49.296Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T11:10:49.296Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T11:10:49.296Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T11:10:49.296Z] + '[' /w/workspace/edgex-go/7 ']' [2021-02-04T11:10:49.296Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T11:10:49.296Z] + case "${OS_FAMILY}" in [2021-02-04T11:10:49.296Z] + rpm -qa [2021-02-04T11:10:49.296Z] + sort [2021-02-04T11:10:54.616Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T11:10:54.616Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T11:10:54.616Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T11:10:54.616Z] + '[' /w/workspace/edgex-go/7 ']' [2021-02-04T11:10:54.616Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-02-04T11:10:54.616Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-02-04T11:10:54.628Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T11:10:54.921Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:10:55.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:10:55.500Z] [2021-02-04T11:10:55.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:10:55.906Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:10:55.906Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T11:10:55.906Z] df20fa9351a1: Pulling fs layer [2021-02-04T11:10:55.906Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T11:10:55.906Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T11:10:55.906Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T11:10:55.906Z] 93b61091891f: Pulling fs layer [2021-02-04T11:10:55.906Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T11:10:55.906Z] 5e14af77c1be: Pulling fs layer [2021-02-04T11:10:55.906Z] 01666e4c0597: Pulling fs layer [2021-02-04T11:10:55.906Z] aa168da1d23b: Pulling fs layer [2021-02-04T11:10:55.906Z] 93b61091891f: Waiting [2021-02-04T11:10:55.906Z] 93b9cdb0e59b: Waiting [2021-02-04T11:10:55.906Z] 5e14af77c1be: Waiting [2021-02-04T11:10:55.906Z] 01666e4c0597: Waiting [2021-02-04T11:10:55.906Z] aa168da1d23b: Waiting [2021-02-04T11:10:55.906Z] 46f8f816bc3b: Waiting [2021-02-04T11:10:55.906Z] 36b3adc4ff6f: Download complete [2021-02-04T11:10:56.168Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T11:10:56.168Z] 46f8f816bc3b: Download complete [2021-02-04T11:10:56.168Z] df20fa9351a1: Verifying Checksum [2021-02-04T11:10:56.168Z] df20fa9351a1: Download complete [2021-02-04T11:10:56.168Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T11:10:56.168Z] 93b9cdb0e59b: Download complete [2021-02-04T11:10:56.168Z] 5e14af77c1be: Verifying Checksum [2021-02-04T11:10:56.168Z] 5e14af77c1be: Download complete [2021-02-04T11:10:56.168Z] 93b61091891f: Verifying Checksum [2021-02-04T11:10:56.168Z] 93b61091891f: Download complete [2021-02-04T11:10:56.168Z] 01666e4c0597: Verifying Checksum [2021-02-04T11:10:56.168Z] 01666e4c0597: Download complete [2021-02-04T11:10:56.434Z] df20fa9351a1: Pull complete [2021-02-04T11:10:56.704Z] 36b3adc4ff6f: Pull complete [2021-02-04T11:10:56.704Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T11:10:56.704Z] 8ad3a11d3b57: Download complete [2021-02-04T11:10:57.659Z] 8ad3a11d3b57: Pull complete [2021-02-04T11:10:57.659Z] 46f8f816bc3b: Pull complete [2021-02-04T11:10:57.922Z] 93b61091891f: Pull complete [2021-02-04T11:10:58.187Z] 93b9cdb0e59b: Pull complete [2021-02-04T11:10:58.450Z] 5e14af77c1be: Pull complete [2021-02-04T11:10:58.450Z] 01666e4c0597: Pull complete [2021-02-04T11:11:00.378Z] aa168da1d23b: Verifying Checksum [2021-02-04T11:11:00.378Z] aa168da1d23b: Download complete [2021-02-04T11:11:08.579Z] aa168da1d23b: Pull complete [2021-02-04T11:11:08.579Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T11:11:08.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:11:08.579Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T11:11:08.827Z] prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container [2021-02-04T11:11:08.878Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-lftools-log-publisher:alpine cat [2021-02-04T11:11:13.458Z] $ docker top 63748573508f48714f1e21782151252a40ae6be6f86b8b157d888afdfe4cbb69 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:11:14.068Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T11:11:14.376Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T11:11:14.681Z] + ls /var/log/sa-host [2021-02-04T11:11:14.682Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T11:11:14.682Z] file_magic: OK [2021-02-04T11:11:14.682Z] HZ: Using current value: 100 [2021-02-04T11:11:14.682Z] file_header: OK [2021-02-04T11:11:14.682Z] 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-04T11:11:14.682Z] Statistics: [2021-02-04T11:11:14.682Z] 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-04T11:11:14.682Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T11:11:14.682Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T11:11:14.682Z] file_magic: OK [2021-02-04T11:11:14.682Z] HZ: Using current value: 100 [2021-02-04T11:11:14.682Z] file_header: OK [2021-02-04T11:11:14.682Z] 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-04T11:11:14.682Z] Statistics: [2021-02-04T11:11:14.682Z] Hnuu...uuuununununu... [2021-02-04T11:11:14.682Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T11:11:14.938Z] provisioning config files... [2021-02-04T11:11:14.956Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config8013277034290803192tmp [Pipeline] { [Pipeline] echo [2021-02-04T11:11:15.119Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:15.420Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T11:11:15.429Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T11:11:15.603Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:15.912Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T11:11:15.925Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:16.232Z] ---> sudo-logs.sh [2021-02-04T11:11:16.232Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T11:11:16.244Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:16.562Z] ---> job-cost.sh [2021-02-04T11:11:16.562Z] lf-activate-venv: SKIPPING [2021-02-04T11:11:16.562Z] INFO: No Stack... [2021-02-04T11:11:18.482Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T11:11:18.482Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T11:11:18.496Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:18.796Z] ---> logs-deploy.sh [2021-02-04T11:11:18.796Z] lf-activate-venv: SKIPPING [2021-02-04T11:11:18.796Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3111/7 [2021-02-04T11:11:18.796Z] INFO: archiving workspace using pattern(s): [2021-02-04T11:11:20.716Z] Archives upload complete. [2021-02-04T11:11:20.716Z] INFO: archiving logs to Nexus