Pull request #3147 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1328e27822f90754017cbd8e20c4b6742003374b+cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 (051306e68ddcbab14b143d86335573f252fbde51) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25648’ Running on prd-centos7-docker-4c-2g-25653 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 1328e27822f90754017cbd8e20c4b6742003374b Merge succeeded, producing 1328e27822f90754017cbd8e20c4b6742003374b Checking out Revision 1328e27822f90754017cbd8e20c4b6742003374b (PR-3147) > git config core.sparsecheckout # timeout=10 > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 Commit message: "fixup! feat(security): Address PR feedback and merged master's changes" > git rev-list --no-walk 377e5e1be06d929db7b8e52526a2d557068ecb5d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T00:16:35.530Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T00:16:35.770Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T00:16:35.863Z] ========================================================= [2021-02-09T00:16:35.863Z] EdgeX Global Pipelines Version Info [2021-02-09T00:16:35.863Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:16:37.362Z] ------------------- [2021-02-09T00:16:37.362Z] stable info: [2021-02-09T00:16:37.362Z] ------------------- [2021-02-09T00:16:37.362Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:16:37.362Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:16:37.362Z] Message: update stable to v1.0.179 [2021-02-09T00:16:38.310Z] ------------------- [2021-02-09T00:16:38.310Z] experimental info: [2021-02-09T00:16:38.310Z] ------------------- [2021-02-09T00:16:38.310Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:16:38.310Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:16:38.310Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T00:16:38.644Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T00:16:38.775Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T00:16:38.861Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T00:16:38.951Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T00:16:39.043Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T00:16:39.183Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T00:16:39.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T00:16:39.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T00:16:39.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T00:16:39.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T00:16:39.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T00:16:39.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T00:16:39.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T00:16:39.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T00:16:40.029Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:16:40.151Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:16:40.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T00:16:40.333Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T00:16:40.421Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T00:16:40.518Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T00:16:40.614Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T00:16:40.719Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T00:16:40.873Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T00:16:40.981Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3147 [Pipeline] echo [2021-02-09T00:16:41.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3147 [Pipeline] echo [2021-02-09T00:16:41.176Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3147 [Pipeline] echo [2021-02-09T00:16:41.258Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1328e27822f90754017cbd8e20c4b6742003374b [Pipeline] echo [2021-02-09T00:16:41.344Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1328e27 [Pipeline] echo [2021-02-09T00:16:41.427Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:16:41.683Z] provisioning config files... [2021-02-09T00:16:41.718Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8738561465109680119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:16:42.060Z] ---> docker-login.sh [2021-02-09T00:16:42.060Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:16:42.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:16:42.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:16:42.586Z] Configure a credential helper to remove this warning. See [2021-02-09T00:16:42.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:16:42.586Z] [2021-02-09T00:16:42.586Z] Login Succeeded [2021-02-09T00:16:42.586Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:16:42.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:16:42.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:16:42.586Z] Configure a credential helper to remove this warning. See [2021-02-09T00:16:42.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:16:42.586Z] [2021-02-09T00:16:42.586Z] Login Succeeded [2021-02-09T00:16:42.586Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:16:42.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:16:42.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:16:42.848Z] Configure a credential helper to remove this warning. See [2021-02-09T00:16:42.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:16:42.848Z] [2021-02-09T00:16:42.848Z] Login Succeeded [2021-02-09T00:16:42.848Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:16:42.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:16:43.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:16:43.109Z] Configure a credential helper to remove this warning. See [2021-02-09T00:16:43.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:16:43.109Z] [2021-02-09T00:16:43.109Z] Login Succeeded [2021-02-09T00:16:43.109Z] docker.io [2021-02-09T00:16:43.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:16:43.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:16:43.371Z] Configure a credential helper to remove this warning. See [2021-02-09T00:16:43.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:16:43.371Z] [2021-02-09T00:16:43.371Z] Login Succeeded [2021-02-09T00:16:43.371Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:16:43.381Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:16:43.859Z] ++ 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-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T00:16:43.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:16:43.859Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T00:16:43.859Z] ++ cut -d/ -f2 [2021-02-09T00:16:43.859Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T00:16:43.936Z] 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-09T00:16:45.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:16:45.725Z] [2021-02-09T00:16:45.725Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:16:46.074Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:16:46.074Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T00:16:46.074Z] 31603596830f: Pulling fs layer [2021-02-09T00:16:46.074Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T00:16:46.074Z] 6ca5941a6612: Pulling fs layer [2021-02-09T00:16:46.074Z] ecc8261a40a4: Pulling fs layer [2021-02-09T00:16:46.074Z] ecc8261a40a4: Waiting [2021-02-09T00:16:46.074Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T00:16:46.074Z] 2a8b12db71e7: Download complete [2021-02-09T00:16:46.336Z] 31603596830f: Verifying Checksum [2021-02-09T00:16:46.336Z] 31603596830f: Download complete [2021-02-09T00:16:46.336Z] ecc8261a40a4: Download complete [2021-02-09T00:16:46.336Z] 6ca5941a6612: Verifying Checksum [2021-02-09T00:16:46.336Z] 6ca5941a6612: Download complete [2021-02-09T00:16:46.598Z] 31603596830f: Pull complete [2021-02-09T00:16:46.859Z] 2a8b12db71e7: Pull complete [2021-02-09T00:16:47.437Z] 6ca5941a6612: Pull complete [2021-02-09T00:16:47.698Z] ecc8261a40a4: Pull complete [2021-02-09T00:16:47.698Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T00:16:47.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:16:47.698Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T00:16:47.803Z] prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container [2021-02-09T00:16:47.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat [2021-02-09T00:16:50.539Z] $ docker top 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T00:16:50.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:16:50.807Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:16:51.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:16:51.046Z] $ docker exec 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 ssh-agent [2021-02-09T00:16:51.185Z] SSH_AUTH_SOCK=/tmp/ssh-1VpnIwyqD52p/agent.13 [2021-02-09T00:16:51.185Z] SSH_AGENT_PID=19 [2021-02-09T00:16:51.195Z] Running ssh-add (command line suppressed) [2021-02-09T00:16:51.338Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1711329772886893164.key (/w/workspace/edgex-go/3@tmp/private_key_1711329772886893164.key) [2021-02-09T00:16:51.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:16:51.696Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T00:16:51.743Z] $ docker exec --env ******** --env ******** 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 ssh-agent -k [2021-02-09T00:16:51.856Z] unset SSH_AUTH_SOCK; [2021-02-09T00:16:51.856Z] unset SSH_AGENT_PID; [2021-02-09T00:16:51.856Z] echo Agent pid 19 killed; [2021-02-09T00:16:51.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T00:16:52.014Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:16:52.014Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:16:52.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:16:52.223Z] $ docker exec 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 ssh-agent [2021-02-09T00:16:52.378Z] SSH_AUTH_SOCK=/tmp/ssh-X6NMioYfm96R/agent.48 [2021-02-09T00:16:52.378Z] SSH_AGENT_PID=53 [2021-02-09T00:16:52.385Z] Running ssh-add (command line suppressed) [2021-02-09T00:16:52.530Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8739192134631622805.key (/w/workspace/edgex-go/3@tmp/private_key_8739192134631622805.key) [2021-02-09T00:16:52.556Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:16:52.893Z] + git semver init [2021-02-09T00:16:52.893Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T00:16:52.893Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-09T00:16:52.893Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-09T00:16:52.893Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T00:16:52.893Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T00:16:52.893Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T00:16:52.893Z] # $SEMVER_BRANCH = PR-3147 [2021-02-09T00:16:52.893Z] # $SEMVER_TEMP = /tmp/semver-179974439 [2021-02-09T00:16:52.893Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T00:17:11.053Z] # '/tmp/semver-179974439' -> '/w/workspace/edgex-go/3/.semver' [2021-02-09T00:17:11.053Z] # -> Force: false [2021-02-09T00:17:11.053Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-09T00:17:11.093Z] $ docker exec --env ******** --env ******** 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 ssh-agent -k [2021-02-09T00:17:11.335Z] unset SSH_AUTH_SOCK; [2021-02-09T00:17:11.336Z] unset SSH_AGENT_PID; [2021-02-09T00:17:11.336Z] echo Agent pid 53 killed; [2021-02-09T00:17:11.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:17:11.841Z] + git semver [Pipeline] } [2021-02-09T00:17:11.886Z] $ docker stop --time=1 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 [2021-02-09T00:17:13.629Z] $ docker rm -f 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:17:14.158Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T00:17:14.659Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T00:17:14.662Z] [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-09T00:17:15.616Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:17:15.917Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:17:16.216Z] + sudo service docker restart [2021-02-09T00:17:16.216Z] + true [2021-02-09T00:17:16.216Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T00:17:16.811Z] ========================================================= [2021-02-09T00:17:16.811Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T00:17:16.811Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:17:17.150Z] + 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-09T00:17:21.396Z] Sending build context to Docker daemon 327.9MB [2021-02-09T00:17:21.396Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:17:21.396Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:17:21.396Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T00:17:21.396Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T00:17:21.396Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T00:17:21.396Z] de9db76c5a1d: Pulling fs layer [2021-02-09T00:17:21.396Z] bca2f99d35d6: Pulling fs layer [2021-02-09T00:17:21.396Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T00:17:21.396Z] 7c6f9722023f: Pulling fs layer [2021-02-09T00:17:21.396Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T00:17:21.396Z] 93359f2a8cfa: Waiting [2021-02-09T00:17:21.396Z] 7c6f9722023f: Waiting [2021-02-09T00:17:21.396Z] a35cf1a2eb13: Waiting [2021-02-09T00:17:21.396Z] bca2f99d35d6: Waiting [2021-02-09T00:17:21.396Z] de9db76c5a1d: Verifying Checksum [2021-02-09T00:17:21.396Z] de9db76c5a1d: Download complete [2021-02-09T00:17:21.396Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T00:17:21.396Z] 0ef7d3d256c8: Download complete [2021-02-09T00:17:21.396Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T00:17:21.396Z] 93359f2a8cfa: Download complete [2021-02-09T00:17:21.396Z] 7c6f9722023f: Verifying Checksum [2021-02-09T00:17:21.396Z] 7c6f9722023f: Download complete [2021-02-09T00:17:21.396Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T00:17:21.396Z] 188c0c94c7c5: Download complete [2021-02-09T00:17:21.396Z] 188c0c94c7c5: Pull complete [2021-02-09T00:17:21.396Z] 0ef7d3d256c8: Pull complete [2021-02-09T00:17:21.659Z] de9db76c5a1d: Pull complete [2021-02-09T00:17:23.051Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T00:17:23.051Z] a35cf1a2eb13: Download complete [2021-02-09T00:17:23.634Z] bca2f99d35d6: Verifying Checksum [2021-02-09T00:17:23.634Z] bca2f99d35d6: Download complete [2021-02-09T00:17:30.123Z] Still waiting to schedule task [2021-02-09T00:17:30.124Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-25650’ is offline [2021-02-09T00:17:30.261Z] bca2f99d35d6: Pull complete [2021-02-09T00:17:30.261Z] 93359f2a8cfa: Pull complete [2021-02-09T00:17:30.261Z] 7c6f9722023f: Pull complete [2021-02-09T00:17:34.491Z] a35cf1a2eb13: Pull complete [2021-02-09T00:17:34.491Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T00:17:34.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T00:17:34.491Z] ---> a62c8e92a672 [2021-02-09T00:17:34.491Z] 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-09T00:17:34.491Z] ---> Running in 62e02b88bb5d [2021-02-09T00:17:34.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:17:35.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:17:36.275Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:17:36.275Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:17:36.275Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:17:36.540Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:17:39.865Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:17:40.127Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:17:40.127Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:17:40.127Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:17:40.389Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:17:40.389Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:17:40.654Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:17:40.654Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:17:40.654Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:17:40.654Z] OK: 233 MiB in 51 packages [2021-02-09T00:17:44.891Z] Removing intermediate container 62e02b88bb5d [2021-02-09T00:17:44.891Z] ---> a5d78ac1a26a [2021-02-09T00:17:44.891Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:17:44.891Z] ---> Running in e5a249133508 [2021-02-09T00:17:44.891Z] Removing intermediate container e5a249133508 [2021-02-09T00:17:44.891Z] ---> b1a160cfb11c [2021-02-09T00:17:44.891Z] Step 5/6 : COPY go.mod . [2021-02-09T00:17:44.891Z] ---> 258d6cc08b7f [2021-02-09T00:17:45.157Z] Step 6/6 : RUN go mod download [2021-02-09T00:17:45.157Z] ---> Running in b0c67a924a0d [2021-02-09T00:18:08.603Z] Removing intermediate container b0c67a924a0d [2021-02-09T00:18:08.603Z] ---> d05a6365f482 [2021-02-09T00:18:08.603Z] Successfully built d05a6365f482 [2021-02-09T00:18:08.603Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:18:08.930Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:18:08.930Z] . [Pipeline] withDockerContainer [2021-02-09T00:18:09.037Z] prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container [2021-02-09T00:18:09.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T00:18:09.981Z] $ docker top 5fca63b6997cf3409f2703b5b1610238774ae6912a0730743a92b6c2417f8a02 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:18:10.613Z] + go version [2021-02-09T00:18:10.613Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T00:18:10.649Z] $ docker stop --time=1 5fca63b6997cf3409f2703b5b1610238774ae6912a0730743a92b6c2417f8a02 [2021-02-09T00:18:12.015Z] $ docker rm -f 5fca63b6997cf3409f2703b5b1610238774ae6912a0730743a92b6c2417f8a02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:18:12.808Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:18:12.808Z] . [Pipeline] withDockerContainer [2021-02-09T00:18:12.904Z] prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container [2021-02-09T00:18:12.974Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T00:18:14.082Z] $ docker top 66006c391c4cf52f8caa12bc2733f938db772f14f343e2cede4557d5313bf679 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:18:14.263Z] ========================================================= [2021-02-09T00:18:14.263Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:18:14.263Z] ========================================================= [Pipeline] sh [2021-02-09T00:18:14.557Z] + make test [2021-02-09T00:18:14.557Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:18:24.618Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:18:39.615Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:18:42.725Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:18:44.676Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:18:44.676Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T00:18:46.078Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:18:46.078Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:18:46.078Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:18:46.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:18:46.922Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:18:47.517Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:18:49.475Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:18:49.475Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:18:49.475Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:18:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 45.6% of statements [2021-02-09T00:18:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:18:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:18:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:18:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:18:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:18:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:18:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:18:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.074s coverage: 100.0% of statements [2021-02-09T00:18:55.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.1% of statements [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:18:55.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:18:55.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:18:55.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 65.8% of statements [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:18:55.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.170s coverage: 82.3% of statements [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:18:55.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:18:58.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.312s coverage: 28.6% of statements [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:18:58.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:18:58.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:18:58.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.095s coverage: 86.7% of statements [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:18:58.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements [2021-02-09T00:18:58.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:18:58.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-02-09T00:18:58.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:18:58.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:18:58.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:18:58.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:19:00.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.432s coverage: 92.8% of statements [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:19:00.871Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:19:00.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:19:00.872Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.1% of statements [2021-02-09T00:19:00.872Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:19:00.872Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:19:00.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:19:00.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements [2021-02-09T00:19:00.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-02-09T00:19:00.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-02-09T00:19:00.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-02-09T00:19:00.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-09T00:19:13.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2021-02-09T00:19:13.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-09T00:19:17.670Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25654 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws [2021-02-09T00:19:17.735Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-09T00:19:22.861Z] using credential edgex-jenkins-ssh [2021-02-09T00:19:22.923Z] Cloning the remote Git repository [2021-02-09T00:19:22.979Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:19:23.080Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-09T00:19:23.144Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:19:23.145Z] > git --version # timeout=10 [2021-02-09T00:19:23.169Z] > git --version # 'git version 2.17.1' [2021-02-09T00:19:23.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:19:23.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 77.8% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.266s coverage: 84.0% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.110s coverage: 87.7% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:19:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-09T00:19:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-09T00:19:25.434Z] GO111MODULE=on go vet ./... [2021-02-09T00:19:37.830Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:19:37.852Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:19:37.881Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:19:37.986Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:19:37.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:19:38.013Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:19:38.839Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:19:39.272Z] Merge succeeded, producing 1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:19:39.272Z] Checking out Revision 1328e27822f90754017cbd8e20c4b6742003374b (PR-3147) [2021-02-09T00:19:38.860Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:19:38.875Z] > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 [2021-02-09T00:19:39.191Z] > git remote # timeout=10 [2021-02-09T00:19:39.208Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:19:39.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:19:39.231Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:19:39.253Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:19:39.281Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:19:39.300Z] > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 [2021-02-09T00:19:43.609Z] Commit message: "fixup! feat(security): Address PR feedback and merged master's changes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:19:45.018Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:19:45.476Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:19:45.813Z] + true [2021-02-09T00:19:45.813Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:19:47.883Z] provisioning config files... [2021-02-09T00:19:47.928Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config915617099197697798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:19:48.334Z] ---> docker-login.sh [2021-02-09T00:19:48.334Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:19:49.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:19:49.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:19:49.589Z] Configure a credential helper to remove this warning. See [2021-02-09T00:19:49.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:19:49.589Z] [2021-02-09T00:19:49.589Z] Login Succeeded [2021-02-09T00:19:49.589Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:19:49.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:19:50.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:19:50.149Z] Configure a credential helper to remove this warning. See [2021-02-09T00:19:50.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:19:50.149Z] [2021-02-09T00:19:50.149Z] Login Succeeded [2021-02-09T00:19:50.149Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:19:50.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:19:50.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:19:50.697Z] Configure a credential helper to remove this warning. See [2021-02-09T00:19:50.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:19:50.697Z] [2021-02-09T00:19:50.697Z] Login Succeeded [2021-02-09T00:19:50.697Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:19:50.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:19:51.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:19:51.246Z] Configure a credential helper to remove this warning. See [2021-02-09T00:19:51.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:19:51.246Z] [2021-02-09T00:19:51.246Z] Login Succeeded [2021-02-09T00:19:51.246Z] docker.io [2021-02-09T00:19:51.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:19:52.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:19:52.114Z] Configure a credential helper to remove this warning. See [2021-02-09T00:19:52.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:19:52.114Z] [2021-02-09T00:19:52.114Z] Login Succeeded [2021-02-09T00:19:52.114Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:19:52.130Z] Deleting 1 temporary files [2021-02-09T00:19:52.166Z] gofmt -l . [2021-02-09T00:19:52.166Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:19:52.166Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:19:52.166Z] ./bin/test-attribution-txt.sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] unstash [Pipeline] echo [2021-02-09T00:19:52.536Z] ========================================================= [2021-02-09T00:19:52.536Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T00:19:52.536Z] ========================================================= [2021-02-09T00:19:52.563Z] + ls -al . [2021-02-09T00:19:52.563Z] total 696 [2021-02-09T00:19:52.563Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 00:19 . [2021-02-09T00:19:52.563Z] drwxr-xr-x 4 root root 28 Feb 9 00:18 .. [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 00:16 .dockerignore [2021-02-09T00:19:52.563Z] drwxrwxr-x 8 1001 1001 179 Feb 9 00:16 .git [2021-02-09T00:19:52.563Z] drwxrwxr-x 3 1001 1001 125 Feb 9 00:16 .github [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 00:16 .gitignore [2021-02-09T00:19:52.563Z] drwx------ 3 1001 1001 60 Feb 9 00:17 .semver [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 00:16 .sonarcloud.properties [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:16 Attribution.txt [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:16 CONTRIBUTING.md [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 00:16 Dockerfile.build [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 00:16 Jenkinsfile [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:16 LICENSE [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:16 Makefile [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:16 README.md [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:16 SECURITY.md [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 00:17 VERSION [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:16 ZMQWindows.md [2021-02-09T00:19:52.563Z] drwxrwxr-x 2 1001 1001 117 Feb 9 00:16 bin [2021-02-09T00:19:52.563Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 00:16 cmd [2021-02-09T00:19:52.563Z] -rw-r--r-- 1 root root 592672 Feb 9 00:19 coverage.out [2021-02-09T00:19:52.563Z] -rw-r--r-- 1 root root 1054 Feb 9 00:19 go.mod [2021-02-09T00:19:52.563Z] -rw-r--r-- 1 root root 19290 Feb 9 00:19 go.sum [2021-02-09T00:19:52.563Z] drwxrwxr-x 8 1001 1001 127 Feb 9 00:16 internal [2021-02-09T00:19:52.563Z] drwxrwxr-x 4 1001 1001 26 Feb 9 00:16 openapi [2021-02-09T00:19:52.563Z] drwxrwxr-x 4 1001 1001 71 Feb 9 00:16 snap [2021-02-09T00:19:52.563Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 00:16 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:19:52.876Z] + '[' -e coverage.out ] [2021-02-09T00:19:52.876Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T00:19:52.983Z] + 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-09T00:19:53.082Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T00:19:53.389Z] + make build [2021-02-09T00:19:53.389Z] 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-09T00:19:55.608Z] Sending build context to Docker daemon 166.4MB [2021-02-09T00:19:55.608Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:19:55.608Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:19:55.608Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T00:19:55.608Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T00:19:55.608Z] a4357932f1b6: Pulling fs layer [2021-02-09T00:19:55.608Z] 18c013af1878: Pulling fs layer [2021-02-09T00:19:55.608Z] 00ac8860ef70: Pulling fs layer [2021-02-09T00:19:55.608Z] 63d7cb157983: Pulling fs layer [2021-02-09T00:19:55.608Z] b116817d02f9: Pulling fs layer [2021-02-09T00:19:55.608Z] 745a02a5169b: Pulling fs layer [2021-02-09T00:19:55.608Z] 00ac8860ef70: Waiting [2021-02-09T00:19:55.608Z] 63d7cb157983: Waiting [2021-02-09T00:19:55.608Z] b116817d02f9: Waiting [2021-02-09T00:19:55.608Z] 745a02a5169b: Waiting [2021-02-09T00:19:55.608Z] 18c013af1878: Verifying Checksum [2021-02-09T00:19:55.608Z] 18c013af1878: Download complete [2021-02-09T00:19:55.608Z] a4357932f1b6: Verifying Checksum [2021-02-09T00:19:55.608Z] a4357932f1b6: Download complete [2021-02-09T00:19:56.210Z] 63d7cb157983: Download complete [2021-02-09T00:19:56.210Z] b116817d02f9: Verifying Checksum [2021-02-09T00:19:56.210Z] b116817d02f9: Download complete [2021-02-09T00:19:56.210Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T00:19:56.210Z] 5f621e34cdf4: Download complete [2021-02-09T00:19:56.813Z] 5f621e34cdf4: Pull complete [2021-02-09T00:19:57.426Z] a4357932f1b6: Pull complete [2021-02-09T00:19:57.620Z] 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-09T00:19:58.030Z] 18c013af1878: Pull complete [2021-02-09T00:19:58.633Z] 745a02a5169b: Verifying Checksum [2021-02-09T00:19:58.633Z] 745a02a5169b: Download complete [2021-02-09T00:19:59.619Z] 00ac8860ef70: Verifying Checksum [2021-02-09T00:19:59.619Z] 00ac8860ef70: Download complete [2021-02-09T00:20:05.829Z] 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-09T00:20:06.094Z] 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-09T00:20:08.036Z] 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-09T00:20:08.036Z] 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-09T00:20:09.784Z] 00ac8860ef70: Pull complete [2021-02-09T00:20:09.784Z] 63d7cb157983: Pull complete [2021-02-09T00:20:09.960Z] 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-09T00:20:10.057Z] b116817d02f9: Pull complete [2021-02-09T00:20:11.360Z] 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-09T00:20:12.310Z] 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-09T00:20:13.460Z] 745a02a5169b: Pull complete [2021-02-09T00:20:13.708Z] 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-09T00:20:13.739Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T00:20:13.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T00:20:13.740Z] ---> b7e6874047d6 [2021-02-09T00:20:13.740Z] 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-09T00:20:14.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T00:20:15.624Z] 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-09T00:20:17.150Z] ---> Running in 6ddff7dc1683 [Pipeline] } [2021-02-09T00:20:17.590Z] $ docker stop --time=1 66006c391c4cf52f8caa12bc2733f938db772f14f343e2cede4557d5313bf679 [2021-02-09T00:20:18.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:20:19.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:20:19.296Z] $ docker rm -f 66006c391c4cf52f8caa12bc2733f938db772f14f343e2cede4557d5313bf679 [2021-02-09T00:20:19.702Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:20:19.702Z] (2/12) Installing file (5.38-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-09T00:20:19.976Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:20:19.976Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:20:23.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:20:23.169Z] [2021-02-09T00:20:23.169Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:20:23.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:20:23.520Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T00:20:23.520Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T00:20:23.520Z] ca9280d653b3: Pulling fs layer [2021-02-09T00:20:23.520Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T00:20:24.096Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T00:20:24.096Z] cbdbe7a5bc2a: Download complete [2021-02-09T00:20:24.282Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:20:24.283Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:20:24.283Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:20:24.283Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:20:24.361Z] cbdbe7a5bc2a: Pull complete [2021-02-09T00:20:24.362Z] ca9280d653b3: Verifying Checksum [2021-02-09T00:20:24.362Z] ca9280d653b3: Download complete [2021-02-09T00:20:24.554Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:20:24.825Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:20:24.825Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:20:25.096Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:20:25.310Z] 7e9c9ca2126c: Download complete [2021-02-09T00:20:25.369Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:20:25.369Z] OK: 217 MiB in 51 packages [2021-02-09T00:20:25.573Z] ca9280d653b3: Pull complete [2021-02-09T00:20:29.658Z] Removing intermediate container 6ddff7dc1683 [2021-02-09T00:20:29.658Z] ---> be3524bc6c3f [2021-02-09T00:20:29.658Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:20:29.658Z] ---> Running in 109ff46054d5 [2021-02-09T00:20:29.931Z] Removing intermediate container 109ff46054d5 [2021-02-09T00:20:29.931Z] ---> 1c9387db64ee [2021-02-09T00:20:29.931Z] Step 5/6 : COPY go.mod . [2021-02-09T00:20:30.534Z] ---> 9f5cbce87a03 [2021-02-09T00:20:30.534Z] Step 6/6 : RUN go mod download [2021-02-09T00:20:30.822Z] ---> Running in 1d3c68389bb7 [2021-02-09T00:20:33.748Z] 7e9c9ca2126c: Pull complete [2021-02-09T00:20:33.748Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T00:20:33.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:20:33.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T00:20:33.987Z] prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container [2021-02-09T00:20:34.082Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-09T00:20:36.724Z] $ docker top 566c856ffced3dcc77de0589b1170adb050b2f8bb2a56da34fd8a3dcd391d5df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:20:37.242Z] + docker-compose build --help [2021-02-09T00:20:37.242Z] + grep parallel [2021-02-09T00:20:38.188Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T00:20:38.222Z] $ docker stop --time=1 566c856ffced3dcc77de0589b1170adb050b2f8bb2a56da34fd8a3dcd391d5df [2021-02-09T00:20:39.546Z] $ docker rm -f 566c856ffced3dcc77de0589b1170adb050b2f8bb2a56da34fd8a3dcd391d5df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:20:40.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:20:40.142Z] . [Pipeline] withDockerContainer [2021-02-09T00:20:40.245Z] prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container [2021-02-09T00:20:40.314Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-09T00:20:40.915Z] $ docker top 3e19ab1d7ac36bde7c62bc383b595a46d2a93a0fb6b883fdec69885629809627 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:20:41.388Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T00:20:42.333Z] Building docker-core-command-go ... [2021-02-09T00:20:42.333Z] Building docker-core-data-go ... [2021-02-09T00:20:42.333Z] Building docker-core-metadata-go ... [2021-02-09T00:20:42.333Z] Building docker-security-bootstrapper-go ... [2021-02-09T00:20:42.333Z] Building docker-security-proxy-setup-go ... [2021-02-09T00:20:42.333Z] Building docker-security-secretstore-setup-go ... [2021-02-09T00:20:42.333Z] Building docker-support-notifications-go ... [2021-02-09T00:20:42.333Z] Building docker-support-scheduler-go ... [2021-02-09T00:20:42.333Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T00:20:42.333Z] Building docker-support-scheduler-go [2021-02-09T00:20:42.334Z] Building docker-support-notifications-go [2021-02-09T00:20:42.334Z] Building docker-security-proxy-setup-go [2021-02-09T00:20:42.334Z] Building docker-core-data-go [2021-02-09T00:20:42.334Z] Building docker-core-metadata-go [2021-02-09T00:20:57.641Z] Removing intermediate container 1d3c68389bb7 [2021-02-09T00:20:57.642Z] ---> 3812d4adb3b2 [2021-02-09T00:20:57.642Z] Successfully built 3812d4adb3b2 [2021-02-09T00:20:57.642Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:20:57.983Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:20:57.983Z] . [Pipeline] withDockerContainer [2021-02-09T00:20:58.282Z] prd-ubuntu18.04-docker-arm64-4c-16g-25654 does not seem to be running inside a container [2021-02-09T00:20:58.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T00:20:59.926Z] $ docker top df7629099a16067cfc2572e46a4dcb5fa1c971a06d45a6f59395df137f4bcffb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:21:00.952Z] + go version [2021-02-09T00:21:00.952Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T00:21:00.978Z] $ docker stop --time=1 df7629099a16067cfc2572e46a4dcb5fa1c971a06d45a6f59395df137f4bcffb [2021-02-09T00:21:03.012Z] $ docker rm -f df7629099a16067cfc2572e46a4dcb5fa1c971a06d45a6f59395df137f4bcffb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:21:04.086Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:21:04.086Z] . [Pipeline] withDockerContainer [2021-02-09T00:21:04.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-25654 does not seem to be running inside a container [2021-02-09T00:21:04.426Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T00:21:05.983Z] $ docker top 41ec1fa35c1babd5d89efe89e2913de792b8e7a90b16c78b3892dc1e59cc47aa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:21:06.404Z] ========================================================= [2021-02-09T00:21:06.404Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:21:06.404Z] ========================================================= [Pipeline] sh [2021-02-09T00:21:07.051Z] + make test [2021-02-09T00:21:07.051Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:21:21.177Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:21:21.177Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:21:21.177Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:21:21.177Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:21:21.177Z] ---> d05a6365f482 [2021-02-09T00:21:21.177Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:21:21.177Z] ---> d05a6365f482 [2021-02-09T00:21:21.177Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T00:21:21.177Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:21:21.177Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:21:21.177Z] ---> d05a6365f482 [2021-02-09T00:21:21.177Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:21:21.177Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:21:21.177Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:21:21.177Z] ---> d05a6365f482 [2021-02-09T00:21:21.177Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:21:21.177Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:21:21.177Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:21:21.177Z] ---> d05a6365f482 [2021-02-09T00:21:21.177Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:21:21.177Z] ---> Running in 58b0baf41099 [2021-02-09T00:21:21.177Z] ---> Running in 7d04e93df341 [2021-02-09T00:21:21.177Z] ---> Running in d01c368491fe [2021-02-09T00:21:21.177Z] ---> Running in d14133ed707e [2021-02-09T00:21:21.177Z] ---> Running in 339cd17b1a08 [2021-02-09T00:21:21.177Z] Removing intermediate container d01c368491fe [2021-02-09T00:21:21.177Z] ---> 616a13acf7fa [2021-02-09T00:21:21.177Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:21:21.177Z] Removing intermediate container 339cd17b1a08 [2021-02-09T00:21:21.177Z] ---> 5b32c48745f5 [2021-02-09T00:21:21.177Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:21:21.177Z] Removing intermediate container 58b0baf41099 [2021-02-09T00:21:21.177Z] ---> 9979acd132e0 [2021-02-09T00:21:21.177Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:21:21.177Z] Removing intermediate container d14133ed707e [2021-02-09T00:21:21.177Z] ---> aa3a8ea1ed2c [2021-02-09T00:21:21.177Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:21:21.177Z] Removing intermediate container 7d04e93df341 [2021-02-09T00:21:21.177Z] ---> f80276944c97 [2021-02-09T00:21:21.177Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:21:21.177Z] ---> Running in 7c83e95208cc [2021-02-09T00:21:21.177Z] ---> Running in d3cb0cf165ff [2021-02-09T00:21:21.177Z] ---> Running in 6eeb8aa384ac [2021-02-09T00:21:21.177Z] ---> Running in 0e3688b15e7b [2021-02-09T00:21:21.177Z] ---> Running in 939d8e85e76d [2021-02-09T00:21:21.177Z] Removing intermediate container 6eeb8aa384ac [2021-02-09T00:21:21.177Z] ---> a40c2efef428 [2021-02-09T00:21:21.177Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T00:21:21.177Z] ---> Running in 984232b152ac [2021-02-09T00:21:21.177Z] Removing intermediate container 7c83e95208cc [2021-02-09T00:21:21.177Z] ---> 9d7455c3dd32 [2021-02-09T00:21:21.177Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T00:21:21.177Z] Removing intermediate container d3cb0cf165ff [2021-02-09T00:21:21.177Z] ---> e86804192ba9 [2021-02-09T00:21:21.177Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:21:21.177Z] ---> Running in 4281613b3f8c [2021-02-09T00:21:21.177Z] ---> Running in 3de9a603529f [2021-02-09T00:21:21.177Z] Removing intermediate container 0e3688b15e7b [2021-02-09T00:21:21.177Z] ---> 6c7b4439855b [2021-02-09T00:21:21.177Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T00:21:21.443Z] Removing intermediate container 939d8e85e76d [2021-02-09T00:21:21.443Z] ---> da94f9e95c8d [2021-02-09T00:21:21.443Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T00:21:21.443Z] ---> Running in 5e74ff9f5ca0 [2021-02-09T00:21:21.443Z] ---> Running in 4de36e975f80 [2021-02-09T00:21:21.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:21.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:22.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:22.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:22.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:22.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:22.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:23.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:23.025Z] OK: 233 MiB in 51 packages [2021-02-09T00:21:23.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:23.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:21:23.288Z] OK: 233 MiB in 51 packages [2021-02-09T00:21:23.555Z] Removing intermediate container 984232b152ac [2021-02-09T00:21:23.555Z] ---> a5bc07c076ba [2021-02-09T00:21:23.555Z] Step 6/21 : COPY go.mod . [2021-02-09T00:21:23.555Z] OK: 233 MiB in 51 packages [2021-02-09T00:21:23.823Z] OK: 233 MiB in 51 packages [2021-02-09T00:21:23.823Z] OK: 233 MiB in 51 packages [2021-02-09T00:21:23.823Z] ---> ae9c1f5eebae [2021-02-09T00:21:23.823Z] Step 7/21 : RUN go mod download [2021-02-09T00:21:24.089Z] ---> Running in 7f687cb9b0f8 [2021-02-09T00:21:24.089Z] Removing intermediate container 4281613b3f8c [2021-02-09T00:21:24.089Z] ---> d64e7cb4af75 [2021-02-09T00:21:24.089Z] Step 6/23 : COPY go.mod . [2021-02-09T00:21:24.359Z] Removing intermediate container 3de9a603529f [2021-02-09T00:21:24.359Z] ---> c8157edda568 [2021-02-09T00:21:24.359Z] Step 6/23 : COPY go.mod . [2021-02-09T00:21:24.629Z] ---> 67b493e25908 [2021-02-09T00:21:24.629Z] Step 7/23 : RUN go mod download [2021-02-09T00:21:24.629Z] ---> Running in 3b2a9b08e702 [2021-02-09T00:21:24.895Z] Removing intermediate container 4de36e975f80 [2021-02-09T00:21:24.895Z] ---> 01571f66107d [2021-02-09T00:21:24.895Z] Step 6/22 : COPY go.mod . [2021-02-09T00:21:24.895Z] ---> d647217498ae [2021-02-09T00:21:24.895Z] Step 7/23 : RUN go mod download [2021-02-09T00:21:25.164Z] Removing intermediate container 5e74ff9f5ca0 [2021-02-09T00:21:25.164Z] ---> a4bc74ddc3a5 [2021-02-09T00:21:25.164Z] Step 6/22 : COPY go.mod . [2021-02-09T00:21:25.164Z] ---> Running in 16e6fb887276 [2021-02-09T00:21:25.164Z] ---> 39f0b48a06d4 [2021-02-09T00:21:25.164Z] Step 7/22 : RUN go mod download [2021-02-09T00:21:25.439Z] ---> Running in b927f8fb8add [2021-02-09T00:21:25.439Z] ---> 8a8dfd22a7ac [2021-02-09T00:21:25.439Z] Step 7/22 : RUN go mod download [2021-02-09T00:21:25.711Z] ---> Running in 3eec71944d04 [2021-02-09T00:21:26.300Z] Removing intermediate container 7f687cb9b0f8 [2021-02-09T00:21:26.300Z] ---> cea1f53494e4 [2021-02-09T00:21:26.300Z] Step 8/21 : COPY . . [2021-02-09T00:21:26.566Z] Removing intermediate container 3b2a9b08e702 [2021-02-09T00:21:26.566Z] ---> 81cc90b832fe [2021-02-09T00:21:26.566Z] Step 8/23 : COPY . . [2021-02-09T00:21:26.840Z] Removing intermediate container 16e6fb887276 [2021-02-09T00:21:26.840Z] ---> b8974e475c56 [2021-02-09T00:21:26.840Z] Step 8/23 : COPY . . [2021-02-09T00:21:29.232Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:21:32.192Z] Removing intermediate container b927f8fb8add [2021-02-09T00:21:32.192Z] ---> 421b95b378be [2021-02-09T00:21:32.192Z] Step 8/22 : COPY . . [2021-02-09T00:21:38.878Z] Removing intermediate container 3eec71944d04 [2021-02-09T00:21:38.878Z] ---> 91f65be4fdb1 [2021-02-09T00:21:38.878Z] Step 8/22 : COPY . . [2021-02-09T00:22:16.330Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:22:18.083Z] ---> 884413f5e686 [2021-02-09T00:22:18.083Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T00:22:18.083Z] ---> 8275abe26ae6 [2021-02-09T00:22:18.083Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T00:22:18.083Z] ---> 2e6e394af062 [2021-02-09T00:22:18.083Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T00:22:18.083Z] ---> 78d6c4436c8a [2021-02-09T00:22:18.083Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T00:22:18.083Z] ---> Running in ad0f307b08df [2021-02-09T00:22:18.083Z] ---> Running in 746595f68e4b [2021-02-09T00:22:18.083Z] ---> Running in 3681ada4155a [2021-02-09T00:22:18.083Z] ---> Running in 40d78b91d50e [2021-02-09T00:22:18.083Z] ---> b40da1ab11bc [2021-02-09T00:22:18.083Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T00:22:18.083Z] ---> Running in a6be4bd3d9d5 [2021-02-09T00:22:18.083Z] 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-09T00:22:18.083Z] 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-09T00:22:18.083Z] 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-09T00:22:18.083Z] 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-09T00:22:18.083Z] 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-09T00:22:20.673Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:22:29.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:22:29.092Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T00:22:31.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:22:31.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:22:31.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:22:31.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:22:33.848Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:22:35.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:22:42.014Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:22:42.014Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:22:42.015Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:22:44.828Z] 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-09T00:22:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 45.6% of statements [2021-02-09T00:22:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:22:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:22:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:22:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:22:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:22:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:22:48.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:22:48.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements [2021-02-09T00:22:54.937Z] Removing intermediate container ad0f307b08df [2021-02-09T00:22:54.937Z] ---> 35ddeb15799f [2021-02-09T00:22:54.937Z] [2021-02-09T00:22:54.937Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T00:22:54.937Z] 3.12: Pulling from library/alpine [2021-02-09T00:22:54.937Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:22:55.220Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:22:55.220Z] ---> 389fef711851 [2021-02-09T00:22:55.220Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T00:22:55.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.634s coverage: 27.1% of statements [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:22:55.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:22:55.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:22:55.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:22:56.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.330s coverage: 65.8% of statements [2021-02-09T00:22:56.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:22:56.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:22:56.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.676s coverage: 82.3% of statements [2021-02-09T00:22:56.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:22:56.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:22:56.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:22:56.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:22:57.178Z] ---> Running in d017591c7688 [2021-02-09T00:22:59.104Z] Removing intermediate container 3681ada4155a [2021-02-09T00:22:59.104Z] ---> 8f3a7716b81f [2021-02-09T00:22:59.104Z] [2021-02-09T00:22:59.104Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:22:59.104Z] ---> 389fef711851 [2021-02-09T00:22:59.104Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T00:22:59.104Z] Removing intermediate container a6be4bd3d9d5 [2021-02-09T00:22:59.104Z] ---> eb553709667f [2021-02-09T00:22:59.104Z] [2021-02-09T00:22:59.104Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:22:59.104Z] ---> 389fef711851 [2021-02-09T00:22:59.104Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:22:59.681Z] Removing intermediate container 746595f68e4b [2021-02-09T00:22:59.681Z] ---> a556a2d2c261 [2021-02-09T00:22:59.681Z] [2021-02-09T00:22:59.681Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:22:59.681Z] ---> 389fef711851 [2021-02-09T00:22:59.681Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:22:59.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:22:59.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:22:59.956Z] ---> Running in f6b7d4111546 [2021-02-09T00:23:00.219Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T00:23:00.219Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:23:00.219Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T00:23:00.219Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T00:23:00.219Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:23:00.219Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:23:00.219Z] OK: 7 MiB in 18 packages [2021-02-09T00:23:01.167Z] ---> Running in 1a154eeb7b94 [2021-02-09T00:23:01.167Z] ---> Running in 8a57b8c650a8 [2021-02-09T00:23:02.115Z] Removing intermediate container 40d78b91d50e [2021-02-09T00:23:02.115Z] ---> 4ecb3c061963 [2021-02-09T00:23:02.115Z] [2021-02-09T00:23:02.115Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:23:02.115Z] ---> 389fef711851 [2021-02-09T00:23:02.115Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T00:23:02.379Z] ---> Running in 8be0ec347b64 [2021-02-09T00:23:02.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:02.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:02.902Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T00:23:02.902Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:23:02.902Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:23:02.902Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:23:02.902Z] OK: 6 MiB in 16 packages [2021-02-09T00:23:03.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.167s coverage: 28.6% of statements [2021-02-09T00:23:03.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:23:03.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:23:03.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:23:03.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:23:03.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:23:03.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements [2021-02-09T00:23:03.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:23:03.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements [2021-02-09T00:23:03.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:23:03.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements [2021-02-09T00:23:03.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:23:03.868Z] Removing intermediate container 8be0ec347b64 [2021-02-09T00:23:03.868Z] ---> 2c49c2c7287f [2021-02-09T00:23:03.868Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T00:23:03.868Z] Removing intermediate container d017591c7688 [2021-02-09T00:23:03.868Z] ---> ee3bfa6aabaf [2021-02-09T00:23:03.868Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:23:04.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:04.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:04.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:04.147Z] ---> Running in 79897da51d4d [2021-02-09T00:23:04.147Z] ---> Running in 601e72c586da [2021-02-09T00:23:04.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:04.420Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:23:04.420Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:23:04.420Z] OK: 6 MiB in 15 packages [2021-02-09T00:23:04.420Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:23:04.420Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:23:04.682Z] OK: 6 MiB in 15 packages [2021-02-09T00:23:04.945Z] Removing intermediate container 601e72c586da [2021-02-09T00:23:04.945Z] ---> d8821a14fd57 [2021-02-09T00:23:04.945Z] Step 13/21 : WORKDIR /edgex [2021-02-09T00:23:04.945Z] Removing intermediate container 79897da51d4d [2021-02-09T00:23:04.945Z] ---> fce2892cd381 [2021-02-09T00:23:04.945Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T00:23:04.945Z] ---> Running in 52a4a6b283cf [2021-02-09T00:23:04.945Z] Removing intermediate container f6b7d4111546 [2021-02-09T00:23:04.945Z] ---> 552bcb7a3bb9 [2021-02-09T00:23:04.945Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:23:05.213Z] ---> Running in aa7742ca4230 [2021-02-09T00:23:05.213Z] ---> Running in e6d8a6b96723 [2021-02-09T00:23:05.476Z] Removing intermediate container 52a4a6b283cf [2021-02-09T00:23:05.476Z] ---> 415f48897501 [2021-02-09T00:23:05.476Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T00:23:05.476Z] Removing intermediate container aa7742ca4230 [2021-02-09T00:23:05.476Z] ---> 7d4c5590438e [2021-02-09T00:23:05.476Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:23:05.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.414s coverage: 97.5% of statements [2021-02-09T00:23:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:23:05.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-02-09T00:23:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:23:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:23:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:23:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:23:06.114Z] Removing intermediate container 1a154eeb7b94 [2021-02-09T00:23:06.114Z] ---> 8cd4c744765d [2021-02-09T00:23:06.114Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:23:06.440Z] Removing intermediate container 8a57b8c650a8 [2021-02-09T00:23:06.440Z] ---> 0e2e9f8b74d7 [2021-02-09T00:23:06.440Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:23:06.440Z] Removing intermediate container e6d8a6b96723 [2021-02-09T00:23:06.440Z] ---> 93873e599813 [2021-02-09T00:23:06.440Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T00:23:06.440Z] ---> Running in 775c32db3905 [2021-02-09T00:23:06.440Z] ---> Running in 63cf7c4fc8c2 [2021-02-09T00:23:06.440Z] ---> Running in eefe9fd72385 [2021-02-09T00:23:06.440Z] ---> 65eed8d9c07f [2021-02-09T00:23:06.767Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T00:23:06.767Z] ---> Running in c9e84310cfd3 [2021-02-09T00:23:06.767Z] Removing intermediate container eefe9fd72385 [2021-02-09T00:23:06.767Z] ---> f8be6d352d5c [2021-02-09T00:23:06.767Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:23:07.098Z] Removing intermediate container 63cf7c4fc8c2 [2021-02-09T00:23:07.098Z] ---> ec2a7dda21cc [2021-02-09T00:23:07.098Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T00:23:07.098Z] Removing intermediate container c9e84310cfd3 [2021-02-09T00:23:07.098Z] ---> 595165c265cd [2021-02-09T00:23:07.098Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T00:23:07.098Z] ---> Running in 6056f3e8629a [2021-02-09T00:23:07.098Z] ---> Running in 7857d9d1a2df [2021-02-09T00:23:07.476Z] ---> Running in f47bcbde49d1 [2021-02-09T00:23:07.476Z] ---> d26293223251 [2021-02-09T00:23:07.476Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T00:23:07.763Z] Removing intermediate container 6056f3e8629a [2021-02-09T00:23:07.763Z] ---> 9b011ba11492 [2021-02-09T00:23:07.763Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:23:07.763Z] Removing intermediate container 7857d9d1a2df [2021-02-09T00:23:07.763Z] ---> 1df90133c32f [2021-02-09T00:23:07.763Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:23:07.763Z] Removing intermediate container f47bcbde49d1 [2021-02-09T00:23:07.763Z] ---> 84fd040ee827 [2021-02-09T00:23:07.763Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:23:07.763Z] ---> Running in 97e5c5ca54c1 [2021-02-09T00:23:08.026Z] ---> Running in 8a1c4fa8070a [2021-02-09T00:23:08.026Z] ---> 356440ca24ca [2021-02-09T00:23:08.026Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T00:23:08.026Z] ---> Running in 130d1b99297f [2021-02-09T00:23:08.026Z] Removing intermediate container 97e5c5ca54c1 [2021-02-09T00:23:08.026Z] ---> d1628a133e2b [2021-02-09T00:23:08.026Z] Step 15/23 : WORKDIR / [2021-02-09T00:23:08.289Z] ---> 2e136c57dce1 [2021-02-09T00:23:08.289Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T00:23:08.289Z] Removing intermediate container 775c32db3905 [2021-02-09T00:23:08.289Z] ---> 51dbd5b3c6ca [2021-02-09T00:23:08.289Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T00:23:08.564Z] Removing intermediate container 8a1c4fa8070a [2021-02-09T00:23:08.564Z] ---> 660b0e66e2eb [2021-02-09T00:23:08.564Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:23:08.835Z] ---> Running in 3bab63bbdbdc [2021-02-09T00:23:08.835Z] ---> Running in c9816a0ff37d [2021-02-09T00:23:08.835Z] Removing intermediate container 130d1b99297f [2021-02-09T00:23:08.835Z] ---> 0aba4aba82a7 [2021-02-09T00:23:08.835Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T00:23:09.103Z] ---> Running in d1acfb8b9a20 [2021-02-09T00:23:09.369Z] ---> d9c8e94a3d4d [2021-02-09T00:23:09.369Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T00:23:09.369Z] Removing intermediate container 3bab63bbdbdc [2021-02-09T00:23:09.369Z] ---> 1e13fb002dd1 [2021-02-09T00:23:09.369Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:23:09.369Z] ---> a37c5b469cde [2021-02-09T00:23:09.369Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T00:23:09.369Z] Removing intermediate container d1acfb8b9a20 [2021-02-09T00:23:09.369Z] ---> c72e1b0f4502 [2021-02-09T00:23:09.369Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T00:23:09.635Z] ---> Running in 3f26aa21cf48 [2021-02-09T00:23:09.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:09.899Z] ---> d16bc0e25b72 [2021-02-09T00:23:09.899Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T00:23:09.899Z] ---> e3a1daeb781d [2021-02-09T00:23:09.899Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T00:23:09.899Z] Removing intermediate container 3f26aa21cf48 [2021-02-09T00:23:09.899Z] ---> ba1068c6fb0f [2021-02-09T00:23:09.899Z] Step 20/21 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:23:09.899Z] ---> Running in 9dac3f8a8366 [2021-02-09T00:23:10.181Z] ---> 958123251cd2 [2021-02-09T00:23:10.181Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T00:23:10.181Z] ---> Running in 58f78ef5e280 [2021-02-09T00:23:10.181Z] Removing intermediate container 9dac3f8a8366 [2021-02-09T00:23:10.181Z] ---> f3f98ebde9a5 [2021-02-09T00:23:10.181Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:23:10.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:10.449Z] Removing intermediate container 58f78ef5e280 [2021-02-09T00:23:10.449Z] ---> d5b381a4c057 [2021-02-09T00:23:10.449Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T00:23:10.449Z] ---> Running in 82ea2192d1a6 [2021-02-09T00:23:10.449Z] ---> 58231c42ecb1 [2021-02-09T00:23:10.449Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T00:23:10.713Z] ---> Running in 699408f50116 [2021-02-09T00:23:10.979Z] ---> 05d294676bb7 [2021-02-09T00:23:10.979Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T00:23:10.979Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T00:23:10.979Z] ---> Running in 4e081fe675e9 [2021-02-09T00:23:10.979Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T00:23:10.979Z] Removing intermediate container 82ea2192d1a6 [2021-02-09T00:23:10.979Z] ---> 03635c036b4b [2021-02-09T00:23:10.979Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T00:23:10.979Z] Removing intermediate container 699408f50116 [2021-02-09T00:23:10.979Z] ---> 89879f7277a0 [2021-02-09T00:23:10.979Z] [2021-02-09T00:23:10.979Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T00:23:11.244Z] ---> Running in 0a27df536a4b [2021-02-09T00:23:11.244Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T00:23:11.244Z] ---> 2f0b7b34e3f6 [2021-02-09T00:23:11.244Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T00:23:11.244Z] Removing intermediate container 4e081fe675e9 [2021-02-09T00:23:11.244Z] ---> dfe6ac67c8f4 [2021-02-09T00:23:11.244Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:23:11.513Z] Successfully built 89879f7277a0 [2021-02-09T00:23:11.513Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T00:23:11.513Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T00:23:11.513Z] ---> Running in 3e33bc38648b [2021-02-09T00:23:11.513Z] ---> Running in 97bc2515274a [2021-02-09T00:23:11.513Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T00:23:11.513Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-02-09T00:23:11.781Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:23:11.781Z] OK: 8 MiB in 20 packages [2021-02-09T00:23:11.781Z] Removing intermediate container 0a27df536a4b [2021-02-09T00:23:11.781Z] ---> 01ba7c61f984 [2021-02-09T00:23:11.781Z] Step 21/22 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:23:11.781Z] ---> Running in 49356530299f [2021-02-09T00:23:11.781Z] Removing intermediate container 3e33bc38648b [2021-02-09T00:23:11.781Z] ---> 42671e483d4a [2021-02-09T00:23:11.781Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T00:23:12.057Z] Removing intermediate container 97bc2515274a [2021-02-09T00:23:12.057Z] ---> 9923df4f6427 [2021-02-09T00:23:12.057Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:23:12.057Z] ---> Running in 7d4034574f8c [2021-02-09T00:23:12.326Z] ---> Running in 69d90ad9eb7c [2021-02-09T00:23:12.592Z] Removing intermediate container 49356530299f [2021-02-09T00:23:12.592Z] ---> 8f0ef78192d2 [2021-02-09T00:23:12.592Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:23:12.592Z] Removing intermediate container 7d4034574f8c [2021-02-09T00:23:12.592Z] ---> 563c485a8401 [2021-02-09T00:23:12.592Z] Step 21/22 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:23:12.856Z] Removing intermediate container 69d90ad9eb7c [2021-02-09T00:23:12.856Z] ---> ab89d87311f4 [2021-02-09T00:23:12.856Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:23:13.120Z] ---> Running in 9e0934a4bb54 [2021-02-09T00:23:13.121Z] Removing intermediate container c9816a0ff37d [2021-02-09T00:23:13.121Z] ---> f534d87cdec8 [2021-02-09T00:23:13.121Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:23:13.121Z] ---> Running in eb9411680776 [2021-02-09T00:23:13.697Z] ---> Running in c8d17501aa78 [2021-02-09T00:23:14.646Z] Removing intermediate container eb9411680776 [2021-02-09T00:23:14.646Z] ---> 5f0b3e26708c [2021-02-09T00:23:14.646Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:23:14.646Z] Removing intermediate container 9e0934a4bb54 [2021-02-09T00:23:14.646Z] ---> 20ea3318fcc6 [2021-02-09T00:23:14.646Z] [2021-02-09T00:23:14.909Z] ---> d8a9a746fae6 [2021-02-09T00:23:14.909Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T00:23:14.909Z] Removing intermediate container c8d17501aa78 [2021-02-09T00:23:14.909Z] ---> 2c308843bd85 [2021-02-09T00:23:14.909Z] Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:23:14.909Z] ---> Running in 66e30d03345e [2021-02-09T00:23:15.172Z] Successfully built 20ea3318fcc6 [2021-02-09T00:23:15.172Z] ---> Running in 91053da4b698 [2021-02-09T00:23:15.172Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T00:23:15.172Z] Building docker-security-bootstrapper-go [2021-02-09T00:23:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.328s coverage: 92.8% of statements [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:23:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:23:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:23:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:23:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements [2021-02-09T00:23:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements [2021-02-09T00:23:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2021-02-09T00:23:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements [2021-02-09T00:23:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-02-09T00:23:17.097Z]  Building docker-support-notifications-go ... done Removing intermediate container 66e30d03345e [2021-02-09T00:23:17.097Z] ---> 3ebd1e01af73 [2021-02-09T00:23:17.097Z] [2021-02-09T00:23:17.673Z] Successfully built 3ebd1e01af73 [2021-02-09T00:23:19.065Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T00:23:19.065Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T00:23:20.012Z] Removing intermediate container 91053da4b698 [2021-02-09T00:23:20.012Z] ---> 0e3bc345e5a2 [2021-02-09T00:23:20.012Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:23:21.950Z] ---> d8944c265b73 [2021-02-09T00:23:21.950Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T00:23:24.522Z] ---> Running in f53fbca0b1e0 [2021-02-09T00:23:26.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.099s coverage: 94.4% of statements [2021-02-09T00:23:26.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2021-02-09T00:23:27.171Z] ---> f30b05cc94dd [2021-02-09T00:23:27.171Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T00:23:28.576Z] Removing intermediate container f53fbca0b1e0 [2021-02-09T00:23:28.576Z] ---> 6210cd1d8b95 [2021-02-09T00:23:28.576Z] [2021-02-09T00:23:28.576Z] ---> Running in e08b67457e70 [2021-02-09T00:23:29.540Z] Successfully built 6210cd1d8b95 [2021-02-09T00:23:30.941Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T00:23:30.941Z] Building docker-core-command-go [2021-02-09T00:23:31.220Z]  Building docker-core-metadata-go ... done Removing intermediate container e08b67457e70 [2021-02-09T00:23:31.220Z] ---> 239a757b7dae [2021-02-09T00:23:31.220Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:23:31.484Z] ---> Running in 88067db68352 [2021-02-09T00:23:34.043Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:23:34.043Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:23:34.043Z] ---> d05a6365f482 [2021-02-09T00:23:34.043Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T00:23:34.043Z] ---> Using cache [2021-02-09T00:23:34.043Z] ---> f80276944c97 [2021-02-09T00:23:34.043Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:23:34.625Z] ---> Using cache [2021-02-09T00:23:34.625Z] ---> 6c7b4439855b [2021-02-09T00:23:34.625Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T00:23:34.625Z] ---> Using cache [2021-02-09T00:23:34.625Z] ---> a4bc74ddc3a5 [2021-02-09T00:23:34.625Z] Step 6/24 : COPY go.mod . [2021-02-09T00:23:34.625Z] ---> Using cache [2021-02-09T00:23:34.625Z] ---> 8a8dfd22a7ac [2021-02-09T00:23:34.625Z] Step 7/24 : RUN go mod download [2021-02-09T00:23:34.625Z] ---> Using cache [2021-02-09T00:23:34.625Z] ---> 91f65be4fdb1 [2021-02-09T00:23:34.625Z] Step 8/24 : COPY . . [2021-02-09T00:23:34.625Z] ---> Using cache [2021-02-09T00:23:34.625Z] ---> b40da1ab11bc [2021-02-09T00:23:34.625Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T00:23:35.225Z] Removing intermediate container 88067db68352 [2021-02-09T00:23:35.225Z] ---> 55c2fec1c236 [2021-02-09T00:23:35.225Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:23:35.225Z] ---> Running in e4bff360d722 [2021-02-09T00:23:35.494Z] ---> Running in 2defeceff61e [2021-02-09T00:23:37.425Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:23:37.426Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:23:37.426Z] ---> d05a6365f482 [2021-02-09T00:23:37.426Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T00:23:37.426Z] ---> Using cache [2021-02-09T00:23:37.426Z] ---> f80276944c97 [2021-02-09T00:23:37.426Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:23:37.426Z] ---> Using cache [2021-02-09T00:23:37.426Z] ---> 6c7b4439855b [2021-02-09T00:23:37.426Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T00:23:37.426Z] ---> Using cache [2021-02-09T00:23:37.426Z] ---> a4bc74ddc3a5 [2021-02-09T00:23:37.426Z] Step 6/30 : COPY go.mod . [2021-02-09T00:23:37.426Z] ---> Using cache [2021-02-09T00:23:37.426Z] ---> 8a8dfd22a7ac [2021-02-09T00:23:37.426Z] Step 7/30 : RUN go mod download [2021-02-09T00:23:37.426Z] ---> Using cache [2021-02-09T00:23:37.426Z] ---> 91f65be4fdb1 [2021-02-09T00:23:37.426Z] Step 8/30 : COPY . . [2021-02-09T00:23:37.426Z] ---> Using cache [2021-02-09T00:23:37.426Z] ---> b40da1ab11bc [2021-02-09T00:23:37.426Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T00:23:38.817Z] Removing intermediate container 2defeceff61e [2021-02-09T00:23:38.817Z] ---> a7e057315462 [2021-02-09T00:23:38.817Z] Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:23:39.767Z] ---> Running in 6a226192d2e7 [2021-02-09T00:23:40.032Z] 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-09T00:23:40.295Z] ---> Running in 584db06389d0 [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.513s coverage: 63.5% of statements [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-02-09T00:23:41.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.711s coverage: 68.9% of statements [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:23:41.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:23:41.702Z] Removing intermediate container 584db06389d0 [2021-02-09T00:23:41.702Z] ---> db0d24fd46ac [2021-02-09T00:23:41.702Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:23:41.976Z] 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-09T00:23:41.976Z] ---> Running in a6c7f90228b8 [2021-02-09T00:23:42.584Z] Removing intermediate container a6c7f90228b8 [2021-02-09T00:23:42.584Z] ---> a8198d017468 [2021-02-09T00:23:42.584Z] [2021-02-09T00:23:42.861Z] Successfully built a8198d017468 [2021-02-09T00:23:42.861Z] Successfully tagged docker-core-data-go:latest [2021-02-09T00:23:43.131Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:23:43.131Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:23:43.131Z] ---> d05a6365f482 [2021-02-09T00:23:43.131Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T00:23:43.131Z] ---> Using cache [2021-02-09T00:23:43.131Z] ---> f80276944c97 [2021-02-09T00:23:43.131Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:23:43.131Z] ---> Using cache [2021-02-09T00:23:43.131Z] ---> 6c7b4439855b [2021-02-09T00:23:43.131Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T00:23:43.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements [2021-02-09T00:23:43.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:23:43.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:23:43.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.595s coverage: 84.0% of statements [2021-02-09T00:23:43.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-02-09T00:23:44.569Z] ---> Running in 39df99e767a0 [2021-02-09T00:23:47.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:47.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:23:48.426Z] OK: 233 MiB in 51 packages [2021-02-09T00:23:48.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.0% of statements [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:23:48.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:23:48.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:23:48.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:23:49.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.269s coverage: 87.7% of statements [2021-02-09T00:23:49.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:23:49.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:23:49.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:23:49.869Z] Removing intermediate container 39df99e767a0 [2021-02-09T00:23:49.869Z] ---> 5f38359729c7 [2021-02-09T00:23:49.869Z] Step 6/26 : COPY go.mod . [2021-02-09T00:23:51.291Z] ---> 4a161345fe1e [2021-02-09T00:23:51.291Z] Step 7/26 : RUN go mod download [2021-02-09T00:23:51.559Z] ---> Running in ae44c56023df [2021-02-09T00:23:54.170Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:23:54.170Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:23:54.170Z] ---> d05a6365f482 [2021-02-09T00:23:54.170Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:23:54.170Z] ---> Using cache [2021-02-09T00:23:54.170Z] ---> f80276944c97 [2021-02-09T00:23:54.170Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:23:54.170Z] ---> Using cache [2021-02-09T00:23:54.170Z] ---> 6c7b4439855b [2021-02-09T00:23:54.170Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:23:54.170Z] ---> Using cache [2021-02-09T00:23:54.170Z] ---> a4bc74ddc3a5 [2021-02-09T00:23:54.170Z] Step 6/23 : COPY go.mod . [2021-02-09T00:23:54.170Z] ---> Using cache [2021-02-09T00:23:54.170Z] ---> 8a8dfd22a7ac [2021-02-09T00:23:54.170Z] Step 7/23 : RUN go mod download [2021-02-09T00:23:54.170Z] ---> Using cache [2021-02-09T00:23:54.170Z] ---> 91f65be4fdb1 [2021-02-09T00:23:54.170Z] Step 8/23 : COPY . . [2021-02-09T00:23:54.170Z] ---> Using cache [2021-02-09T00:23:54.170Z] ---> b40da1ab11bc [2021-02-09T00:23:54.170Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T00:23:55.146Z] ---> Running in 6ea53f0a3499 [2021-02-09T00:23:55.743Z] Removing intermediate container ae44c56023df [2021-02-09T00:23:55.743Z] ---> 406b28bca7ea [2021-02-09T00:23:55.743Z] Step 8/26 : COPY . . [2021-02-09T00:23:56.014Z] 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-09T00:23:57.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.071s coverage: 29.1% of statements [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:23:57.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.254s coverage: 99.0% of statements [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:23:57.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:23:57.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.162s coverage: 100.0% of statements [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:23:57.413Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:23:57.413Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:23:57.413Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:23:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:23:57.413Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-02-09T00:23:57.685Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements [2021-02-09T00:23:58.281Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-09T00:23:58.876Z] GO111MODULE=on go vet ./... [2021-02-09T00:24:00.281Z] 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-09T00:24:12.632Z] Removing intermediate container 6a226192d2e7 [2021-02-09T00:24:12.633Z] ---> a298efc4d54c [2021-02-09T00:24:12.633Z] [2021-02-09T00:24:12.633Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T00:24:12.633Z] ---> 389fef711851 [2021-02-09T00:24:12.633Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T00:24:12.904Z] Removing intermediate container e4bff360d722 [2021-02-09T00:24:12.904Z] ---> 09395ac39235 [2021-02-09T00:24:12.904Z] [2021-02-09T00:24:12.904Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T00:24:12.904Z] ---> 389fef711851 [2021-02-09T00:24:12.904Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T00:24:15.481Z] ---> Running in d46620da56a8 [2021-02-09T00:24:15.481Z] ---> Running in 806cae8f04a9 [2021-02-09T00:24:17.469Z] Removing intermediate container d46620da56a8 [2021-02-09T00:24:17.469Z] ---> 9e4db21f1a23 [2021-02-09T00:24:17.469Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T00:24:17.741Z] ---> Running in 6e4aaee5f0a7 [2021-02-09T00:24:18.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:24:18.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:24:18.587Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T00:24:18.587Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:24:18.587Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T00:24:18.587Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T00:24:18.587Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T00:24:18.587Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:24:18.587Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:24:18.587Z] OK: 7 MiB in 19 packages [2021-02-09T00:24:18.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:24:18.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:24:19.111Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:24:19.111Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T00:24:19.111Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:24:19.111Z] OK: 6 MiB in 16 packages [2021-02-09T00:24:20.063Z] ---> b9190983b684 [2021-02-09T00:24:20.063Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T00:24:20.063Z] ---> Running in 894c7da094a2 [2021-02-09T00:24:21.011Z] Removing intermediate container 806cae8f04a9 [2021-02-09T00:24:21.011Z] ---> 11b7632c66e7 [2021-02-09T00:24:21.011Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:24:21.011Z] 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-09T00:24:21.011Z] Removing intermediate container 6e4aaee5f0a7 [2021-02-09T00:24:21.011Z] ---> bad733964097 [2021-02-09T00:24:21.011Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T00:24:21.275Z] ---> Running in 833f9f420218 [2021-02-09T00:24:21.275Z] ---> Running in ae6be8433491 [2021-02-09T00:24:22.287Z] Removing intermediate container 833f9f420218 [2021-02-09T00:24:22.287Z] ---> 4a5393b2481b [2021-02-09T00:24:22.287Z] Step 13/24 : WORKDIR / [2021-02-09T00:24:22.561Z] Removing intermediate container ae6be8433491 [2021-02-09T00:24:22.561Z] ---> 17da4cdec029 [2021-02-09T00:24:22.561Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T00:24:23.154Z] ---> Running in db49a648d5b0 [2021-02-09T00:24:23.154Z] ---> Running in 099d57744739 [2021-02-09T00:24:23.154Z] Removing intermediate container 6ea53f0a3499 [2021-02-09T00:24:23.154Z] ---> 46f3a625e1bf [2021-02-09T00:24:23.154Z] [2021-02-09T00:24:23.154Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:24:23.154Z] ---> 389fef711851 [2021-02-09T00:24:23.154Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:24:23.154Z] ---> Using cache [2021-02-09T00:24:23.154Z] ---> 0e2e9f8b74d7 [2021-02-09T00:24:23.154Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:24:23.447Z] ---> Using cache [2021-02-09T00:24:23.447Z] ---> 595165c265cd [2021-02-09T00:24:23.447Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T00:24:23.447Z] Removing intermediate container db49a648d5b0 [2021-02-09T00:24:23.447Z] ---> d1fe0f18fa21 [2021-02-09T00:24:23.447Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T00:24:23.447Z] ---> Running in 97e49465921f [2021-02-09T00:24:23.447Z] ---> Running in b217e21e0db7 [2021-02-09T00:24:23.722Z] Removing intermediate container 099d57744739 [2021-02-09T00:24:23.722Z] ---> 57b12a339459 [2021-02-09T00:24:23.722Z] 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-09T00:24:24.001Z] Removing intermediate container 97e49465921f [2021-02-09T00:24:24.002Z] ---> 859a68c95a0c [2021-02-09T00:24:24.002Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:24:24.002Z] ---> Running in 3338fead70ef [2021-02-09T00:24:24.282Z] ---> baec3008a771 [2021-02-09T00:24:24.282Z] 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-09T00:24:24.562Z] Removing intermediate container 3338fead70ef [2021-02-09T00:24:24.562Z] ---> 3bb14f093cc0 [2021-02-09T00:24:24.562Z] Step 15/23 : WORKDIR / [2021-02-09T00:24:24.562Z] ---> Running in b5f838a25c88 [2021-02-09T00:24:24.842Z] ---> 5f8e66c5975d [2021-02-09T00:24:24.842Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T00:24:25.122Z] Removing intermediate container b5f838a25c88 [2021-02-09T00:24:25.122Z] ---> becf088d7d66 [2021-02-09T00:24:25.122Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:24:25.402Z] ---> 761242f76b2c [2021-02-09T00:24:25.402Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T00:24:25.402Z] Removing intermediate container b217e21e0db7 [2021-02-09T00:24:25.402Z] ---> 7ed396914601 [2021-02-09T00:24:25.402Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T00:24:25.402Z] ---> Running in 7e7e9b31d5f2 [2021-02-09T00:24:26.425Z] ---> c7a3c8733f1e [2021-02-09T00:24:26.425Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T00:24:26.425Z] Removing intermediate container 7e7e9b31d5f2 [2021-02-09T00:24:26.425Z] ---> 6e1e7756d8e9 [2021-02-09T00:24:26.425Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T00:24:26.425Z] ---> 428135e70381 [2021-02-09T00:24:26.425Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T00:24:26.892Z] ---> d0009ca0aee3 [2021-02-09T00:24:26.892Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T00:24:26.892Z] ---> Running in 0a562266a0d6 [2021-02-09T00:24:27.237Z] ---> dc2e0ab1a4e2 [2021-02-09T00:24:27.237Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T00:24:27.237Z] ---> 68df9ce94b7b [2021-02-09T00:24:27.237Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T00:24:27.873Z] ---> 3f40438bc559 [2021-02-09T00:24:27.873Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T00:24:27.873Z] ---> 5663c4b4f7ff [2021-02-09T00:24:27.873Z] 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-09T00:24:27.873Z] ---> Running in a5d98295902d [2021-02-09T00:24:27.873Z] ---> Running in f63e1908c8fc [2021-02-09T00:24:28.139Z] Removing intermediate container a5d98295902d [2021-02-09T00:24:28.139Z] ---> 8b7516c5b47e [2021-02-09T00:24:28.139Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:24:28.411Z] ---> Running in e1ff0d6f6474 [2021-02-09T00:24:28.675Z] Removing intermediate container e1ff0d6f6474 [2021-02-09T00:24:28.675Z] ---> a816fbd45ef1 [2021-02-09T00:24:28.675Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:24:28.942Z] Removing intermediate container 0a562266a0d6 [2021-02-09T00:24:28.942Z] ---> ef39b4c89198 [2021-02-09T00:24:28.942Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:24:28.942Z] ---> Running in 0f666449dbfc [2021-02-09T00:24:29.897Z] Removing intermediate container 0f666449dbfc [2021-02-09T00:24:29.897Z] ---> 17878ee6e4d6 [2021-02-09T00:24:29.897Z] Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:24:30.181Z] ---> 3235812c8d2a [2021-02-09T00:24:30.181Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T00:24:30.181Z] Removing intermediate container f63e1908c8fc [2021-02-09T00:24:30.181Z] ---> 360f9a2a67cd [2021-02-09T00:24:30.181Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T00:24:30.448Z] ---> Running in 84e09f407685 [2021-02-09T00:24:30.448Z] ---> Running in 2bc518d370aa [2021-02-09T00:24:30.713Z] Removing intermediate container 84e09f407685 [2021-02-09T00:24:30.713Z] ---> a25a01818647 [2021-02-09T00:24:30.713Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:24:30.978Z] ---> 4ab57f23df9a [2021-02-09T00:24:30.978Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T00:24:30.978Z] Removing intermediate container 2bc518d370aa [2021-02-09T00:24:30.978Z] ---> 6ba7ea854dab [2021-02-09T00:24:30.978Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T00:24:30.978Z] ---> Running in 07efad238600 [2021-02-09T00:24:30.978Z] ---> Running in 0994332281d9 [2021-02-09T00:24:31.254Z] Removing intermediate container 07efad238600 [2021-02-09T00:24:31.254Z] ---> 91920d11aff3 [2021-02-09T00:24:31.254Z] [2021-02-09T00:24:31.254Z] ---> e4813571494e [2021-02-09T00:24:31.254Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T00:24:31.254Z] Removing intermediate container 0994332281d9 [2021-02-09T00:24:31.254Z] ---> 9bd468d81e6a [2021-02-09T00:24:31.254Z] Step 23/24 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:24:31.521Z] Successfully built 91920d11aff3 [2021-02-09T00:24:31.521Z] Successfully tagged docker-core-command-go:latest [2021-02-09T00:24:31.800Z]  Building docker-core-command-go ... done  ---> Running in 61a48fb28ec1 [2021-02-09T00:24:31.800Z] ---> 2c8cb2abcfa8 [2021-02-09T00:24:31.800Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T00:24:31.800Z] Removing intermediate container 61a48fb28ec1 [2021-02-09T00:24:31.800Z] ---> 97f8f7d2ac4b [2021-02-09T00:24:31.800Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T00:24:31.800Z] ---> Running in d5f250fdfe23 [2021-02-09T00:24:32.062Z] ---> Running in 23fb90627913 [2021-02-09T00:24:32.328Z] Removing intermediate container d5f250fdfe23 [2021-02-09T00:24:32.328Z] ---> a8c6f4689bfc [2021-02-09T00:24:32.328Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T00:24:32.328Z] Removing intermediate container 23fb90627913 [2021-02-09T00:24:32.328Z] ---> 671670756ab7 [2021-02-09T00:24:32.328Z] [2021-02-09T00:24:32.591Z] Successfully built 671670756ab7 [2021-02-09T00:24:32.853Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T00:24:33.801Z]  Building docker-security-secretstore-setup-go ... done  ---> cd2f3e4a9e0c [2021-02-09T00:24:33.801Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T00:24:34.062Z] Removing intermediate container 894c7da094a2 [2021-02-09T00:24:34.062Z] ---> 0f963fef4e0f [2021-02-09T00:24:34.062Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T00:24:34.062Z] ---> Running in bdc9fea853d3 [2021-02-09T00:24:34.062Z] ---> Running in 475a15a79f1f [2021-02-09T00:24:34.645Z] 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-09T00:24:35.220Z] Removing intermediate container bdc9fea853d3 [2021-02-09T00:24:35.220Z] ---> c243c102a99a [2021-02-09T00:24:35.220Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T00:24:35.220Z] ---> Running in f63ca52fb418 [2021-02-09T00:24:35.482Z] Removing intermediate container f63ca52fb418 [2021-02-09T00:24:35.482Z] ---> 0624b97525d0 [2021-02-09T00:24:35.482Z] Step 27/30 : CMD ["gate"] [2021-02-09T00:24:35.482Z] ---> Running in 7214e5c1a9da [2021-02-09T00:24:35.745Z] Removing intermediate container 475a15a79f1f [2021-02-09T00:24:35.745Z] ---> 5aa80d98ec76 [2021-02-09T00:24:35.745Z] [2021-02-09T00:24:35.745Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T00:24:35.745Z] 20.10.0: Pulling from library/docker [2021-02-09T00:24:35.745Z] Removing intermediate container 7214e5c1a9da [2021-02-09T00:24:35.745Z] ---> 99ca01da0bb6 [2021-02-09T00:24:35.745Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T00:24:36.009Z] ---> Running in 70cc5ca42c6f [2021-02-09T00:24:36.585Z] Removing intermediate container 70cc5ca42c6f [2021-02-09T00:24:36.585Z] ---> 7bee211d9d92 [2021-02-09T00:24:36.585Z] Step 29/30 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:24:36.855Z] ---> Running in 0d10400ae902 [2021-02-09T00:24:37.430Z] Removing intermediate container 0d10400ae902 [2021-02-09T00:24:37.430Z] ---> cc2fb4efac7e [2021-02-09T00:24:37.430Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T00:24:37.694Z] ---> Running in c62898e59cc0 [2021-02-09T00:24:37.694Z] Removing intermediate container c62898e59cc0 [2021-02-09T00:24:37.694Z] ---> 5285b9a43e44 [2021-02-09T00:24:37.694Z] [2021-02-09T00:24:37.956Z] Successfully built 5285b9a43e44 [2021-02-09T00:24:37.956Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T00:24:40.511Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T00:24:40.511Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T00:24:40.511Z] ---> aefe523efa57 [2021-02-09T00:24:40.511Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T00:24:40.511Z] ---> Running in 3434e94347ec [2021-02-09T00:24:41.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:24:41.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:24:41.086Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T00:24:41.086Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T00:24:41.349Z] Executing bash-5.0.17-r0.post-install [2021-02-09T00:24:41.349Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:24:41.349Z] OK: 12 MiB in 22 packages [2021-02-09T00:24:41.924Z] Removing intermediate container 3434e94347ec [2021-02-09T00:24:41.924Z] ---> 34f099173f9f [2021-02-09T00:24:41.924Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T00:24:41.924Z] ---> Running in 81665a008f80 [2021-02-09T00:24:41.924Z] Removing intermediate container 81665a008f80 [2021-02-09T00:24:41.924Z] ---> 0da718498356 [2021-02-09T00:24:41.924Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T00:24:42.187Z] ---> Running in fa7154fafb2f [2021-02-09T00:24:42.187Z] Removing intermediate container fa7154fafb2f [2021-02-09T00:24:42.187Z] ---> 4c7676eb1f8d [2021-02-09T00:24:42.187Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T00:24:42.187Z] ---> Running in ea327ce23e83 [2021-02-09T00:24:42.449Z] Removing intermediate container ea327ce23e83 [2021-02-09T00:24:42.449Z] ---> 6c43fa76e345 [2021-02-09T00:24:42.449Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T00:24:43.397Z] ---> ffb27bdd9515 [2021-02-09T00:24:43.397Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T00:24:43.659Z] ---> cb9c954c638d [2021-02-09T00:24:43.659Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T00:24:43.922Z] ---> 4a60d5341400 [2021-02-09T00:24:43.922Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T00:24:43.922Z] ---> Running in fe69fd1a4404 [2021-02-09T00:24:44.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:24:44.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:24:44.759Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T00:24:44.759Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T00:24:44.759Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T00:24:44.759Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T00:24:44.759Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T00:24:44.759Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T00:24:44.759Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T00:24:45.706Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T00:24:45.706Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T00:24:45.706Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T00:24:45.706Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T00:24:45.706Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T00:24:45.706Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T00:24:45.706Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T00:24:45.969Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T00:24:45.969Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T00:24:45.969Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T00:24:45.969Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T00:24:45.969Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T00:24:45.969Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T00:24:45.969Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T00:24:46.231Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T00:24:46.231Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T00:24:46.231Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T00:24:46.231Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T00:24:46.231Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T00:24:46.231Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T00:24:46.231Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T00:24:46.231Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T00:24:46.231Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T00:24:46.231Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T00:24:46.231Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T00:24:46.231Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T00:24:46.495Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:24:46.495Z] OK: 71 MiB in 55 packages [2021-02-09T00:24:56.556Z] Removing intermediate container fe69fd1a4404 [2021-02-09T00:24:56.556Z] ---> 5f8c0f700d0b [2021-02-09T00:24:56.556Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T00:24:56.556Z] ---> Running in 24d567052bbf [2021-02-09T00:24:57.128Z] Collecting docker-compose==1.23.2 [2021-02-09T00:24:57.128Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T00:24:57.389Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T00:24:57.389Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T00:24:57.651Z] 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-09T00:24:57.914Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T00:24:57.914Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T00:24:57.914Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T00:24:57.914Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T00:24:58.860Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T00:24:58.860Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T00:24:58.860Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T00:24:58.860Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T00:24:59.121Z] Collecting PyYAML<4,>=3.10 [2021-02-09T00:24:59.121Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T00:25:00.067Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T00:25:00.067Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T00:25:00.329Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T00:25:00.329Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T00:25:00.329Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T00:25:00.591Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T00:25:00.854Z] 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-09T00:25:00.854Z] Collecting idna<2.8,>=2.5 [2021-02-09T00:25:01.117Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T00:25:01.117Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T00:25:01.117Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T00:25:01.378Z] 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-09T00:25:01.378Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T00:25:01.378Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T00:25:01.378Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T00:25:01.378Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T00:25:01.378Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T00:25:01.378Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T00:25:01.640Z] Installing collected packages: texttable, cached-property, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, dockerpty, docker-compose [2021-02-09T00:25:01.640Z] Running setup.py install for texttable: started [2021-02-09T00:25:02.220Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T00:25:02.220Z] Running setup.py install for docopt: started [2021-02-09T00:25:02.483Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T00:25:02.483Z] Attempting uninstall: idna [2021-02-09T00:25:02.483Z] Found existing installation: idna 2.9 [2021-02-09T00:25:02.483Z] Uninstalling idna-2.9: [2021-02-09T00:25:02.483Z] Successfully uninstalled idna-2.9 [2021-02-09T00:25:02.745Z] Attempting uninstall: urllib3 [2021-02-09T00:25:02.745Z] Found existing installation: urllib3 1.25.9 [2021-02-09T00:25:02.745Z] Uninstalling urllib3-1.25.9: [2021-02-09T00:25:02.745Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T00:25:03.006Z] Attempting uninstall: requests [2021-02-09T00:25:03.006Z] Found existing installation: requests 2.23.0 [2021-02-09T00:25:03.006Z] Uninstalling requests-2.23.0: [2021-02-09T00:25:03.006Z] Successfully uninstalled requests-2.23.0 [2021-02-09T00:25:03.585Z] Running setup.py install for PyYAML: started [2021-02-09T00:25:04.159Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T00:25:04.159Z] Running setup.py install for dockerpty: started [2021-02-09T00:25:04.734Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T00:25:04.996Z] 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-09T00:25:08.318Z] Removing intermediate container 24d567052bbf [2021-02-09T00:25:08.318Z] ---> fdc8012d25eb [2021-02-09T00:25:08.318Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T00:25:08.318Z] ---> Running in 525254dc5a5f [2021-02-09T00:25:08.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:25:08.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:25:09.157Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:25:09.157Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T00:25:09.157Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T00:25:09.157Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:25:09.157Z] OK: 72 MiB in 58 packages [2021-02-09T00:25:09.732Z] Removing intermediate container 525254dc5a5f [2021-02-09T00:25:09.732Z] ---> c8cd29f4cdd2 [2021-02-09T00:25:09.732Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T00:25:09.732Z] ---> Running in 980fb81dc211 [2021-02-09T00:25:09.732Z] Removing intermediate container 980fb81dc211 [2021-02-09T00:25:09.732Z] ---> c0a08b99ff27 [2021-02-09T00:25:09.732Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:25:09.997Z] ---> Running in 2804f37a1a2c [2021-02-09T00:25:09.997Z] Removing intermediate container 2804f37a1a2c [2021-02-09T00:25:09.998Z] ---> b77960226ce7 [2021-02-09T00:25:09.998Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T00:25:09.998Z] ---> Running in 2436f42625a0 [2021-02-09T00:25:10.260Z] Removing intermediate container 2436f42625a0 [2021-02-09T00:25:10.260Z] ---> 634ba693a167 [2021-02-09T00:25:10.260Z] Step 25/26 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:25:10.260Z] ---> Running in d2cba33c8d13 [2021-02-09T00:25:10.531Z] Removing intermediate container d2cba33c8d13 [2021-02-09T00:25:10.531Z] ---> 3a1b65f5cd84 [2021-02-09T00:25:10.531Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T00:25:10.531Z] ---> Running in 58e18ede57d9 [2021-02-09T00:25:10.794Z] Removing intermediate container 58e18ede57d9 [2021-02-09T00:25:10.794Z] ---> fa40b8c35824 [2021-02-09T00:25:10.794Z] [2021-02-09T00:25:10.794Z] Successfully built fa40b8c35824 [2021-02-09T00:25:10.794Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T00:25:11.066Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T00:25:11.089Z] $ docker stop --time=1 3e19ab1d7ac36bde7c62bc383b595a46d2a93a0fb6b883fdec69885629809627 [2021-02-09T00:25:12.682Z] $ docker rm -f 3e19ab1d7ac36bde7c62bc383b595a46d2a93a0fb6b883fdec69885629809627 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:25:13.198Z] + docker images [2021-02-09T00:25:13.198Z] + grep docker [2021-02-09T00:25:13.463Z] docker-sys-mgmt-agent-go latest fa40b8c35824 3 seconds ago 313MB [2021-02-09T00:25:13.463Z] docker-security-bootstrapper-go latest 5285b9a43e44 36 seconds ago 17.9MB [2021-02-09T00:25:13.463Z] docker-security-secretstore-setup-go latest 671670756ab7 41 seconds ago 24.6MB [2021-02-09T00:25:13.463Z] docker-core-command-go latest 91920d11aff3 43 seconds ago 16.9MB [2021-02-09T00:25:13.463Z] docker-core-data-go latest a8198d017468 About a minute ago 22.3MB [2021-02-09T00:25:13.463Z] docker-core-metadata-go latest 6210cd1d8b95 About a minute ago 18.8MB [2021-02-09T00:25:13.463Z] docker-support-scheduler-go latest 3ebd1e01af73 About a minute ago 17MB [2021-02-09T00:25:13.463Z] docker-support-notifications-go latest 20ea3318fcc6 About a minute ago 17.6MB [2021-02-09T00:25:13.464Z] docker-security-proxy-setup-go latest 89879f7277a0 2 minutes ago 24.4MB [2021-02-09T00:25:13.464Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-09T00:25:20.662Z] gofmt -l . [2021-02-09T00:25:20.662Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:25:20.662Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:25:20.662Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T00:25:21.313Z] + ls -al . [2021-02-09T00:25:21.313Z] total 724 [2021-02-09T00:25:21.313Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 00:25 . [2021-02-09T00:25:21.313Z] drwxr-xr-x 4 root root 4096 Feb 9 00:21 .. [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 00:19 .dockerignore [2021-02-09T00:25:21.313Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 00:19 .git [2021-02-09T00:25:21.313Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 00:19 .github [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 00:19 .gitignore [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 00:19 .sonarcloud.properties [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:19 Attribution.txt [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:19 CONTRIBUTING.md [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 00:19 Dockerfile.build [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 00:19 Jenkinsfile [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:19 LICENSE [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:19 Makefile [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:19 README.md [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:19 SECURITY.md [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 00:17 VERSION [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:19 ZMQWindows.md [2021-02-09T00:25:21.313Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 00:19 bin [2021-02-09T00:25:21.313Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 00:19 cmd [2021-02-09T00:25:21.313Z] -rw-r--r-- 1 root root 592672 Feb 9 00:23 coverage.out [2021-02-09T00:25:21.313Z] -rw-r--r-- 1 root root 1054 Feb 9 00:25 go.mod [2021-02-09T00:25:21.313Z] -rw-r--r-- 1 root root 19290 Feb 9 00:25 go.sum [2021-02-09T00:25:21.313Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 00:19 internal [2021-02-09T00:25:21.313Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 00:19 openapi [2021-02-09T00:25:21.313Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 00:19 snap [2021-02-09T00:25:21.313Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 00:19 version.go [Pipeline] sh [2021-02-09T00:25:21.643Z] + '[' -e coverage.out ] [2021-02-09T00:25:21.643Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T00:25:21.666Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T00:25:22.914Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T00:25:23.598Z] + make build [2021-02-09T00:25:23.598Z] 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-09T00:25:29.179Z] Still waiting to schedule task [2021-02-09T00:25:29.180Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-09T00:25:33.748Z] 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-09T00:25:55.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-09T00:26:00.282Z] 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-09T00:26:06.980Z] 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-09T00:26:07.577Z] 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-09T00:26:12.970Z] 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-09T00:26:17.259Z] 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-09T00:26:18.404Z] Running on prd-ubuntu18.04-docker-8c-8g-25658 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws [2021-02-09T00:26:18.468Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-09T00:26:20.552Z] using credential edgex-jenkins-ssh [2021-02-09T00:26:20.613Z] Cloning the remote Git repository [2021-02-09T00:26:20.646Z] 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-09T00:26:20.640Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:26:20.716Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-09T00:26:20.740Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:26:20.740Z] > git --version # timeout=10 [2021-02-09T00:26:20.746Z] > git --version # 'git version 2.17.1' [2021-02-09T00:26:20.746Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:26:20.778Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:26:24.026Z] 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-09T00:26:28.328Z] 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-09T00:26:31.711Z] 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-09T00:26:38.427Z] $ docker stop --time=1 41ec1fa35c1babd5d89efe89e2913de792b8e7a90b16c78b3892dc1e59cc47aa [2021-02-09T00:26:40.917Z] $ docker rm -f 41ec1fa35c1babd5d89efe89e2913de792b8e7a90b16c78b3892dc1e59cc47aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:26:42.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:26:42.842Z] [2021-02-09T00:26:42.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:26:43.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:26:43.239Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T00:26:43.239Z] 29e5d40040c1: Pulling fs layer [2021-02-09T00:26:43.239Z] 1ce36da41761: Pulling fs layer [2021-02-09T00:26:43.239Z] 25b303627fd3: Pulling fs layer [2021-02-09T00:26:43.414Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:26:43.536Z] Merge succeeded, producing 1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:26:43.537Z] Checking out Revision 1328e27822f90754017cbd8e20c4b6742003374b (PR-3147) [2021-02-09T00:26:44.233Z] 29e5d40040c1: Verifying Checksum [2021-02-09T00:26:44.233Z] 29e5d40040c1: Download complete [2021-02-09T00:26:44.512Z] 1ce36da41761: Verifying Checksum [2021-02-09T00:26:44.512Z] 1ce36da41761: Download complete [2021-02-09T00:26:42.740Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:26:42.747Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:26:42.758Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:26:42.774Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:26:42.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:26:42.779Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:26:43.426Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:26:43.432Z] > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 [2021-02-09T00:26:43.508Z] > git remote # timeout=10 [2021-02-09T00:26:43.515Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:26:43.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:26:43.525Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:26:43.534Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:26:43.543Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:26:43.547Z] > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 [2021-02-09T00:26:44.785Z] 29e5d40040c1: Pull complete [2021-02-09T00:26:46.220Z] 1ce36da41761: Pull complete [2021-02-09T00:26:46.220Z] 25b303627fd3: Verifying Checksum [2021-02-09T00:26:46.220Z] 25b303627fd3: Download complete [2021-02-09T00:26:47.259Z] Commit message: "fixup! feat(security): Address PR feedback and merged master's changes" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:26:48.436Z] + echo snap-build.sh [2021-02-09T00:26:48.437Z] snap-build.sh [2021-02-09T00:26:48.437Z] + SNAP_BASE_DIR=. [2021-02-09T00:26:48.437Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-09T00:26:48.437Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-09T00:26:48.437Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-09T00:26:48.437Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-09T00:26:48.437Z] + cd /w/workspace/edgex-go/3 [2021-02-09T00:26:48.437Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T00:26:48.437Z] Reading package lists... [2021-02-09T00:26:48.699Z] Building dependency tree... [2021-02-09T00:26:48.699Z] Reading state information... [2021-02-09T00:26:48.699Z] The following packages were automatically installed and are no longer required: [2021-02-09T00:26:48.699Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T00:26:48.699Z] uidmap xdelta3 [2021-02-09T00:26:48.699Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T00:26:48.699Z] The following packages will be REMOVED: [2021-02-09T00:26:48.699Z] lxd* lxd-client* [2021-02-09T00:26:48.960Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T00:26:48.960Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T00:26:50.020Z] (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-09T00:26:50.020Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:26:50.971Z] Removing lxd dnsmasq configuration [2021-02-09T00:26:50.971Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:26:51.233Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T00:26:52.179Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T00:26:52.179Z] (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-09T00:26:52.179Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:26:53.565Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T00:26:53.565Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T00:26:54.953Z] + sudo snap remove --purge lxd [2021-02-09T00:26:54.953Z] snap "lxd" is not installed [2021-02-09T00:26:54.953Z] + sudo groupadd --force --system lxd [2021-02-09T00:26:54.953Z] ++ whoami [2021-02-09T00:26:54.953Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T00:26:54.953Z] + newgrp - lxd [2021-02-09T00:26:54.953Z] + sudo snap install lxd [2021-02-09T00:26:56.378Z] 25b303627fd3: Pull complete [2021-02-09T00:26:56.378Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T00:26:56.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:26:56.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T00:26:56.635Z] prd-ubuntu18.04-docker-arm64-4c-16g-25654 does not seem to be running inside a container [2021-02-09T00:26:56.720Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T00:26:59.678Z] $ docker top 15415846f54137515faf4577b518482930f7fb1adbb0f6d14f2183004f854263 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:27:00.710Z] + docker-compose build --help [2021-02-09T00:27:00.710Z] + grep parallel [2021-02-09T00:27:04.068Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T00:27:04.092Z] $ docker stop --time=1 15415846f54137515faf4577b518482930f7fb1adbb0f6d14f2183004f854263 [2021-02-09T00:27:05.944Z] $ docker rm -f 15415846f54137515faf4577b518482930f7fb1adbb0f6d14f2183004f854263 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:27:06.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:27:06.774Z] . [Pipeline] withDockerContainer [2021-02-09T00:27:07.023Z] prd-ubuntu18.04-docker-arm64-4c-16g-25654 does not seem to be running inside a container [2021-02-09T00:27:07.126Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T00:27:08.567Z] $ docker top 9cf02bc78953c2a8f4162a6ce70edb34e7193bda35c2a80c931445a93389cc80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:27:09.637Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T00:27:09.882Z] 2021-02-09T00:27:06Z INFO Waiting for automatic snapd restart... [2021-02-09T00:27:13.012Z] Building docker-core-command-go ... [2021-02-09T00:27:13.012Z] Building docker-core-data-go ... [2021-02-09T00:27:13.012Z] Building docker-core-metadata-go ... [2021-02-09T00:27:13.012Z] Building docker-security-bootstrapper-go ... [2021-02-09T00:27:13.012Z] Building docker-security-proxy-setup-go ... [2021-02-09T00:27:13.012Z] Building docker-security-secretstore-setup-go ... [2021-02-09T00:27:13.012Z] Building docker-support-notifications-go ... [2021-02-09T00:27:13.012Z] Building docker-support-scheduler-go ... [2021-02-09T00:27:13.012Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T00:27:13.012Z] Building docker-core-data-go [2021-02-09T00:27:13.012Z] Building docker-security-bootstrapper-go [2021-02-09T00:27:13.012Z] Building docker-support-scheduler-go [2021-02-09T00:27:13.012Z] Building docker-security-secretstore-setup-go [2021-02-09T00:27:13.012Z] Building docker-core-metadata-go [2021-02-09T00:27:22.228Z] lxd 4.11 from Canonical* installed [2021-02-09T00:27:22.228Z] + sudo lxd init --auto [2021-02-09T00:27:30.380Z] + sudo snap install --classic snapcraft [2021-02-09T00:27:34.598Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T00:27:34.598Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T00:27:34.598Z] + patch --verbose -p1 [2021-02-09T00:27:34.598Z] Hmm... Looks like a unified diff to me... [2021-02-09T00:27:34.598Z] The text leading up to this was: [2021-02-09T00:27:34.598Z] -------------------------- [2021-02-09T00:27:34.598Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T00:27:34.598Z] |From: Tony Espy [2021-02-09T00:27:34.598Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T00:27:34.598Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T00:27:34.598Z] | [2021-02-09T00:27:34.598Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T00:27:34.598Z] |optimize the snap CI check run for pull requests. When [2021-02-09T00:27:34.598Z] |applied, it essentially strips out everything (apps and [2021-02-09T00:27:34.598Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T00:27:34.598Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T00:27:34.598Z] |catch changes to edgex-go that break the snap build. [2021-02-09T00:27:34.598Z] | [2021-02-09T00:27:34.598Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T00:27:34.598Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T00:27:34.598Z] |resulting in a failed snap build CI check in the associated [2021-02-09T00:27:34.598Z] |pull request. [2021-02-09T00:27:34.598Z] | [2021-02-09T00:27:34.598Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T00:27:34.598Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T00:27:34.598Z] |need to build the finally binary .snap file (and it won't [2021-02-09T00:27:34.598Z] |work with the patch applied). This further reduces the build [2021-02-09T00:27:34.598Z] |time. [2021-02-09T00:27:34.598Z] |--- [2021-02-09T00:27:34.598Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T00:27:34.598Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T00:27:34.598Z] | [2021-02-09T00:27:34.598Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T00:27:34.598Z] |index 1e537489..faf42425 100644 [2021-02-09T00:27:34.598Z] |--- a/snap/snapcraft.yaml [2021-02-09T00:27:34.598Z] |+++ b/snap/snapcraft.yaml [2021-02-09T00:27:34.598Z] -------------------------- [2021-02-09T00:27:34.598Z] patching file snap/snapcraft.yaml [2021-02-09T00:27:34.598Z] Using Plan A... [2021-02-09T00:27:34.598Z] Hunk #1 succeeded at 73. [2021-02-09T00:27:34.598Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T00:27:34.598Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T00:27:34.598Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T00:27:34.598Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T00:27:34.598Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T00:27:34.598Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T00:27:34.598Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T00:27:34.598Z] Hmm... Ignoring the trailing garbage. [2021-02-09T00:27:34.598Z] done [2021-02-09T00:27:34.598Z] + sudo snapcraft prime --use-lxd [2021-02-09T00:27:35.985Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T00:27:35.985Z] 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-09T00:27:35.985Z] - README.md [2021-02-09T00:27:35.985Z] - snapcraft.yaml.orig [2021-02-09T00:27:35.985Z] [2021-02-09T00:27:35.985Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T00:27:36.935Z] Launching a container. [2021-02-09T00:27:49.188Z] Waiting for container to be ready [2021-02-09T00:27:49.188Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T00:27:49.188Z] [2021-02-09T00:27:52.489Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T00:27:52.489Z] Waiting for network to be ready... [2021-02-09T00:27:52.750Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T00:27:53.009Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] [2021-02-09T00:27:53.009Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T00:27:53.009Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-09T00:27:53.009Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T00:27:53.009Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T00:27:53.009Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T00:27:53.009Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T00:27:53.009Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-09T00:27:53.009Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-09T00:27:53.579Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T00:27:53.579Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T00:27:53.839Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T00:27:53.839Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T00:27:53.839Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T00:27:54.099Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T00:27:54.099Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T00:27:54.099Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T00:27:54.359Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T00:27:54.619Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T00:27:54.619Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T00:27:54.619Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T00:27:54.619Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T00:27:54.619Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T00:27:54.619Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T00:27:54.619Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T00:27:54.879Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T00:27:56.797Z] Fetched 23.9 MB in 4s (5899 kB/s) [2021-02-09T00:27:57.740Z] Reading package lists... [2021-02-09T00:27:58.001Z] Reading package lists... [2021-02-09T00:27:58.001Z] Building dependency tree... [2021-02-09T00:27:58.001Z] Reading state information... [2021-02-09T00:27:58.263Z] The following additional packages will be installed: [2021-02-09T00:27:58.263Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T00:27:58.263Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T00:27:58.263Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T00:27:58.263Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T00:27:58.263Z] Suggested packages: [2021-02-09T00:27:58.263Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T00:27:58.263Z] Recommended packages: [2021-02-09T00:27:58.263Z] gnupg libsasl2-modules [2021-02-09T00:27:58.263Z] The following NEW packages will be installed: [2021-02-09T00:27:58.263Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T00:27:58.263Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T00:27:58.263Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T00:27:58.263Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T00:27:58.263Z] The following packages will be upgraded: [2021-02-09T00:27:58.263Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T00:27:58.523Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T00:27:58.523Z] Need to get 3532 kB of archives. [2021-02-09T00:27:58.523Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T00:27:58.523Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T00:27:58.523Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T00:27:58.783Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T00:27:59.559Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T00:27:59.559Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T00:27:59.821Z] 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-09T00:27:59.821Z] 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-09T00:27:59.821Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-09T00:27:59.821Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-09T00:27:59.821Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T00:27:59.821Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T00:27:59.821Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T00:27:59.821Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T00:27:59.821Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T00:27:59.821Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T00:27:59.821Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T00:27:59.821Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T00:27:59.821Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T00:27:59.821Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T00:27:59.821Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T00:28:00.082Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T00:28:00.082Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T00:28:00.082Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:28:00.082Z] Fetched 3532 kB in 2s (1968 kB/s) [2021-02-09T00:28:00.082Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T00:28:00.082Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:28:00.343Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:28:00.343Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T00:28:00.343Z] Selecting previously unselected package udev. [2021-02-09T00:28:00.343Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T00:28:00.343Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:28:00.613Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T00:28:00.613Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T00:28:00.613Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T00:28:00.876Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T00:28:00.876Z] Selecting previously unselected package fuse. [2021-02-09T00:28:00.876Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T00:28:00.876Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T00:28:00.876Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:00.876Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:28:01.147Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:01.147Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:28:01.147Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:01.147Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:28:01.414Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T00:28:01.414Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T00:28:01.414Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T00:28:01.414Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T00:28:01.414Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:01.414Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:01.414Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T00:28:01.414Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:01.414Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:01.680Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T00:28:01.680Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:01.680Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:01.680Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T00:28:01.680Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:01.680Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:01.941Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T00:28:01.941Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:01.941Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:01.941Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T00:28:01.941Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:01.941Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:01.941Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T00:28:01.941Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:02.202Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:02.202Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T00:28:02.202Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:02.202Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:02.202Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T00:28:02.202Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:28:02.202Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:02.463Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T00:28:02.463Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T00:28:02.463Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:28:02.463Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T00:28:02.463Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T00:28:02.463Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:28:02.463Z] Selecting previously unselected package libldap-common. [2021-02-09T00:28:02.463Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T00:28:02.463Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:28:02.723Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T00:28:02.723Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T00:28:02.723Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:28:02.723Z] Selecting previously unselected package dirmngr. [2021-02-09T00:28:02.723Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:02.723Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T00:28:02.984Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:28:02.984Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T00:28:02.984Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T00:28:02.984Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:28:02.984Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:28:02.984Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T00:28:02.984Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:03.245Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T00:28:03.245Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:28:03.245Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T00:28:03.506Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T00:28:03.767Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:03.767Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T00:28:03.767Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T00:28:03.767Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T00:28:03.767Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:03.767Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:04.029Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:04.029Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:04.029Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:04.029Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:04.029Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:28:04.029Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:28:04.029Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T00:28:04.029Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:28:04.600Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T00:28:04.600Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T00:28:04.600Z] This means they are not meant to be enabled using systemctl. [2021-02-09T00:28:04.600Z] Possible reasons for having this kind of units are: [2021-02-09T00:28:04.600Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T00:28:04.600Z] .wants/ or .requires/ directory. [2021-02-09T00:28:04.600Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T00:28:04.600Z] a requirement dependency on it. [2021-02-09T00:28:04.600Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T00:28:04.600Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T00:28:04.600Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T00:28:04.600Z] instance name specified. [2021-02-09T00:28:04.860Z] Reading package lists... [2021-02-09T00:28:04.860Z] Building dependency tree... [2021-02-09T00:28:04.860Z] Reading state information... [2021-02-09T00:28:05.120Z] The following additional packages will be installed: [2021-02-09T00:28:05.120Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T00:28:05.120Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T00:28:05.120Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T00:28:05.120Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T00:28:05.120Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T00:28:05.120Z] Suggested packages: [2021-02-09T00:28:05.120Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T00:28:05.120Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T00:28:05.120Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T00:28:05.120Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T00:28:05.120Z] systemd-container policykit-1 [2021-02-09T00:28:05.120Z] Recommended packages: [2021-02-09T00:28:05.120Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T00:28:05.120Z] The following NEW packages will be installed: [2021-02-09T00:28:05.120Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T00:28:05.120Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T00:28:05.120Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T00:28:05.120Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T00:28:05.120Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T00:28:05.120Z] The following packages will be upgraded: [2021-02-09T00:28:05.120Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T00:28:05.120Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T00:28:05.120Z] Need to get 35.2 MB of archives. [2021-02-09T00:28:05.120Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T00:28:05.120Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T00:28:05.380Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T00:28:05.380Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-09T00:28:05.380Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T00:28:05.380Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-09T00:28:05.380Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T00:28:05.380Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-09T00:28:05.380Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-09T00:28:05.380Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-09T00:28:05.380Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T00:28:05.380Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T00:28:05.380Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T00:28:05.380Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T00:28:05.380Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T00:28:05.380Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T00:28:05.380Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T00:28:05.380Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T00:28:05.380Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T00:28:06.323Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T00:28:06.323Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-09T00:28:06.323Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T00:28:06.323Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T00:28:06.323Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T00:28:06.323Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T00:28:06.323Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T00:28:06.323Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T00:28:06.323Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T00:28:06.324Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T00:28:06.324Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T00:28:06.324Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-09T00:28:07.714Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:28:07.714Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-02-09T00:28:07.714Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:28:07.714Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:28:07.714Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:28:08.287Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:28:08.287Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:28:08.287Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T00:28:08.553Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:28:08.553Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T00:28:08.553Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T00:28:08.814Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T00:28:08.814Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:28:08.814Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T00:28:08.814Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T00:28:09.404Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T00:28:09.404Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T00:28:09.667Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T00:28:09.927Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T00:28:09.927Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T00:28:09.927Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T00:28:10.190Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T00:28:10.191Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:28:10.191Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:28:10.191Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T00:28:10.191Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T00:28:10.191Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T00:28:10.467Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T00:28:10.467Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:28:10.467Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:28:10.467Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T00:28:10.730Z] Checking for services that may need to be restarted...done. [2021-02-09T00:28:10.730Z] Checking for services that may need to be restarted...done. [2021-02-09T00:28:10.730Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:28:10.730Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T00:28:10.990Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:28:11.252Z] Selecting previously unselected package python3-minimal. [2021-02-09T00:28:11.252Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T00:28:11.252Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:28:11.252Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T00:28:11.525Z] Selecting previously unselected package mime-support. [2021-02-09T00:28:11.525Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T00:28:11.525Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T00:28:11.525Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T00:28:11.525Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T00:28:11.525Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T00:28:11.525Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T00:28:11.525Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:28:11.525Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:28:11.791Z] Selecting previously unselected package python3.6. [2021-02-09T00:28:11.791Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:28:11.791Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:28:12.105Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T00:28:12.105Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:28:12.105Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T00:28:12.105Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T00:28:12.437Z] Selecting previously unselected package python3. [2021-02-09T00:28:12.437Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T00:28:12.437Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:28:12.437Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T00:28:12.437Z] Selecting previously unselected package multiarch-support. [2021-02-09T00:28:12.437Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:28:12.437Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T00:28:12.728Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T00:28:12.728Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T00:28:12.728Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T00:28:12.728Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T00:28:12.728Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T00:28:12.994Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T00:28:12.994Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T00:28:12.994Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T00:28:12.994Z] Selecting previously unselected package sudo. [2021-02-09T00:28:12.994Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T00:28:12.994Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T00:28:13.312Z] Selecting previously unselected package apparmor. [2021-02-09T00:28:13.312Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T00:28:13.312Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T00:28:13.312Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T00:28:13.312Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T00:28:13.312Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T00:28:13.312Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T00:28:13.312Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:28:13.312Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:28:13.590Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T00:28:13.590Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:28:13.590Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:28:13.590Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T00:28:13.590Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T00:28:13.590Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T00:28:13.590Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T00:28:13.590Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:28:13.590Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:28:13.878Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T00:28:13.878Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:28:13.878Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:28:13.878Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T00:28:13.878Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T00:28:13.878Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T00:28:14.161Z] Selecting previously unselected package openssh-client. [2021-02-09T00:28:14.161Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T00:28:14.161Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T00:28:14.434Z] Selecting previously unselected package squashfs-tools. [2021-02-09T00:28:14.434Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T00:28:14.434Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T00:28:14.434Z] Selecting previously unselected package snapd. [2021-02-09T00:28:14.434Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T00:28:14.434Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T00:28:16.456Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T00:28:16.456Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T00:28:16.456Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T00:28:16.456Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T00:28:16.456Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T00:28:16.456Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:28:16.746Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:28:16.746Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T00:28:16.746Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T00:28:17.703Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T00:28:17.703Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T00:28:17.703Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T00:28:17.703Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:28:17.971Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:28:18.593Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:28:19.198Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T00:28:19.198Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:28:19.198Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T00:28:19.198Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T00:28:19.198Z] running python rtupdate hooks for python3.6... [2021-02-09T00:28:19.198Z] running python post-rtupdate hooks for python3.6... [2021-02-09T00:28:19.198Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T00:28:20.595Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T00:28:20.857Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:28:20.857Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T00:28:21.120Z] Setting up snapd (2.48+18.04) ... [2021-02-09T00:28:21.385Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T00:28:21.385Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T00:28:21.646Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T00:28:21.907Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T00:28:21.907Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T00:28:21.907Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T00:28:22.167Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T00:28:22.428Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T00:28:22.428Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T00:28:22.689Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T00:28:22.689Z] /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-09T00:28:22.689Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:28:22.689Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T00:28:23.633Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:28:23.896Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:28:23.896Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:28:24.728Z] Reading package lists... [2021-02-09T00:28:24.989Z] Reading package lists... [2021-02-09T00:28:25.249Z] Building dependency tree... [2021-02-09T00:28:25.249Z] Reading state information... [2021-02-09T00:28:25.249Z] Calculating upgrade... [2021-02-09T00:28:25.510Z] The following packages will be upgraded: [2021-02-09T00:28:25.510Z] advancecomp base-files bash binutils binutils-common [2021-02-09T00:28:25.510Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T00:28:25.510Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T00:28:25.510Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T00:28:25.510Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T00:28:25.510Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T00:28:25.510Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T00:28:25.510Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T00:28:25.510Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T00:28:25.510Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T00:28:25.510Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T00:28:25.510Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T00:28:25.510Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T00:28:25.510Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T00:28:25.510Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T00:28:25.510Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:28:25.510Z] Need to get 63.8 MB of archives. [2021-02-09T00:28:25.510Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T00:28:25.510Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T00:28:25.510Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T00:28:26.452Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T00:28:26.452Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T00:28:26.452Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T00:28:26.452Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T00:28:26.452Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T00:28:26.452Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T00:28:26.452Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-09T00:28:26.452Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-09T00:28:26.452Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-09T00:28:26.452Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T00:28:26.452Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T00:28:26.452Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T00:28:26.452Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T00:28:26.452Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-09T00:28:26.452Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T00:28:26.452Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T00:28:26.452Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T00:28:26.452Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T00:28:26.452Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T00:28:26.452Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T00:28:26.452Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T00:28:26.712Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T00:28:26.712Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T00:28:26.712Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T00:28:26.712Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T00:28:26.712Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T00:28:26.712Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T00:28:26.712Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T00:28:26.712Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T00:28:26.712Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T00:28:26.712Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T00:28:26.712Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T00:28:26.712Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-09T00:28:26.712Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T00:28:26.712Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T00:28:26.712Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-09T00:28:26.712Z] Get:39 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-09T00:28:26.712Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-09T00:28:26.973Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T00:28:26.973Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T00:28:26.973Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T00:28:26.973Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T00:28:26.973Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T00:28:26.973Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T00:28:26.973Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T00:28:26.973Z] Get:48 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-09T00:28:26.973Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T00:28:26.973Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T00:28:26.973Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T00:28:26.973Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T00:28:26.973Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T00:28:26.973Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T00:28:26.973Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T00:28:26.973Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T00:28:27.233Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T00:28:27.233Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T00:28:27.233Z] Get:59 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-09T00:28:27.233Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T00:28:27.233Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T00:28:27.233Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T00:28:27.233Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T00:28:27.233Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T00:28:27.233Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T00:28:27.233Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T00:28:27.233Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T00:28:27.233Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T00:28:27.233Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T00:28:27.233Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T00:28:27.233Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T00:28:27.233Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T00:28:27.233Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-09T00:28:27.233Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T00:28:27.233Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T00:28:27.233Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T00:28:27.233Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T00:28:27.233Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-09T00:28:27.233Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T00:28:27.233Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T00:28:27.233Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-09T00:28:27.233Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T00:28:27.233Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-09T00:28:27.494Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T00:28:27.494Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T00:28:27.494Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T00:28:27.494Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T00:28:27.494Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T00:28:27.494Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T00:28:27.494Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-09T00:28:28.063Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T00:28:28.326Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-09T00:28:28.588Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-09T00:28:28.588Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T00:28:28.849Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-09T00:28:28.849Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T00:28:28.849Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T00:28:28.849Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T00:28:28.849Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-09T00:28:29.109Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:28:29.109Z] Fetched 63.8 MB in 3s (18.6 MB/s) [2021-02-09T00:28:29.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:29.109Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:28:29.109Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:28:29.679Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:28:29.679Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:28:29.679Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T00:28:29.939Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T00:28:30.525Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:30.525Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:30.788Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:30.788Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:30.788Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:30.788Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:31.050Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:31.050Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:31.050Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:31.311Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:31.311Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:31.311Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:31.311Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:31.311Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:31.572Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:31.572Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:28:31.572Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:31.572Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T00:28:31.833Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:31.833Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:28:31.833Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:31.833Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:32.094Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:32.094Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:32.094Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:32.094Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:28:32.356Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:32.617Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:28:32.617Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:28:32.617Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:28:33.187Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T00:28:33.448Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:28:33.448Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T00:28:33.448Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T00:28:33.448Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T00:28:33.448Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T00:28:33.710Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T00:28:33.710Z] Installing new version of config file /etc/issue ... [2021-02-09T00:28:33.710Z] Installing new version of config file /etc/issue.net ... [2021-02-09T00:28:33.710Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T00:28:33.710Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T00:28:33.971Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T00:28:33.971Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T00:28:33.971Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T00:28:34.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:34.231Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T00:28:34.231Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T00:28:34.492Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T00:28:34.492Z] 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-09T00:28:34.492Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:34.492Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:34.492Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:34.492Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:34.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:34.753Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T00:28:34.753Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T00:28:34.763Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:28:34.763Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:28:34.763Z] ---> 3812d4adb3b2 [2021-02-09T00:28:34.763Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T00:28:34.763Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:28:34.763Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:28:34.763Z] ---> 3812d4adb3b2 [2021-02-09T00:28:34.763Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:28:34.763Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:28:34.763Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:28:34.763Z] ---> 3812d4adb3b2 [2021-02-09T00:28:34.763Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T00:28:34.763Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:28:34.763Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:28:34.763Z] ---> 3812d4adb3b2 [2021-02-09T00:28:34.763Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:28:34.763Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:28:34.763Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:28:34.763Z] ---> 3812d4adb3b2 [2021-02-09T00:28:34.763Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:28:34.763Z] ---> Running in e92fe274459e [2021-02-09T00:28:34.763Z] ---> Running in 60b7b5dbaf4a [2021-02-09T00:28:34.763Z] ---> Running in e16b5c3bf764 [2021-02-09T00:28:34.763Z] ---> Running in 9f8412785f1a [2021-02-09T00:28:34.763Z] ---> Running in 21a0f2ed667b [2021-02-09T00:28:34.763Z] Removing intermediate container 21a0f2ed667b [2021-02-09T00:28:34.763Z] ---> 01b4cbef0480 [2021-02-09T00:28:34.763Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:28:34.763Z] Removing intermediate container 9f8412785f1a [2021-02-09T00:28:34.763Z] ---> 3c2bb08cec77 [2021-02-09T00:28:34.763Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:28:34.763Z] Removing intermediate container e92fe274459e [2021-02-09T00:28:34.763Z] ---> 97c62765d168 [2021-02-09T00:28:34.763Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container e16b5c3bf764 [2021-02-09T00:28:34.763Z] ---> 95def51b393a [2021-02-09T00:28:34.763Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:28:34.763Z] Removing intermediate container 60b7b5dbaf4a [2021-02-09T00:28:34.763Z] ---> 6b029c69016d [2021-02-09T00:28:34.763Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:28:34.763Z] [2021-02-09T00:28:34.763Z] ---> Running in 6cee5d6f95c7 [2021-02-09T00:28:34.763Z] ---> Running in fd2904bd6d98 [2021-02-09T00:28:34.763Z] ---> Running in 3bf3cb2d6edd [2021-02-09T00:28:34.763Z] ---> Running in c02fe4c7d0c9 [2021-02-09T00:28:34.763Z] ---> Running in cb50b98c570e [2021-02-09T00:28:34.763Z] Removing intermediate container 6cee5d6f95c7 [2021-02-09T00:28:34.763Z] ---> fc4dc96f4063 [2021-02-09T00:28:34.763Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T00:28:34.763Z] ---> Running in 7514bf5b37aa [2021-02-09T00:28:34.763Z] Removing intermediate container c02fe4c7d0c9 [2021-02-09T00:28:34.763Z] ---> 00e9a2eb1cd9 [2021-02-09T00:28:34.763Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:28:34.763Z] Removing intermediate container fd2904bd6d98 [2021-02-09T00:28:34.763Z] ---> 52d2b1ea7d34 [2021-02-09T00:28:34.763Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T00:28:34.763Z] ---> Running in 2aba598322e2 [2021-02-09T00:28:34.763Z] ---> Running in f396a0a440d2 [2021-02-09T00:28:34.763Z] Removing intermediate container cb50b98c570e [2021-02-09T00:28:34.763Z] ---> 0e3fbf2e1692 [2021-02-09T00:28:34.763Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T00:28:34.763Z] Removing intermediate container 3bf3cb2d6edd [2021-02-09T00:28:34.763Z] ---> b4a32d7aae90 [2021-02-09T00:28:34.763Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T00:28:34.763Z] ---> Running in 84bc2eb0830e [2021-02-09T00:28:34.763Z] ---> Running in a63e93154858 [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] OK: 217 MiB in 51 packages [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:28:34.764Z] OK: 217 MiB in 51 packages [2021-02-09T00:28:34.764Z] OK: 217 MiB in 51 packages [2021-02-09T00:28:34.764Z] OK: 217 MiB in 51 packages [2021-02-09T00:28:34.764Z] OK: 217 MiB in 51 packages [2021-02-09T00:28:34.764Z] Removing intermediate container 7514bf5b37aa [2021-02-09T00:28:34.764Z] ---> e51ef4eae7d6 [2021-02-09T00:28:34.764Z] Step 6/24 : COPY go.mod . [2021-02-09T00:28:35.014Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T00:28:35.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:35.014Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T00:28:35.014Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:28:35.275Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T00:28:35.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:35.276Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:35.359Z] ---> 43428b41ed2d [2021-02-09T00:28:35.359Z] Step 7/24 : RUN go mod download [2021-02-09T00:28:35.359Z] Removing intermediate container f396a0a440d2 [2021-02-09T00:28:35.359Z] ---> 33302143f594 [2021-02-09T00:28:35.359Z] Step 6/30 : COPY go.mod . [2021-02-09T00:28:35.534Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:28:35.535Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:28:35.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:35.535Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:35.535Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:28:35.632Z] ---> Running in c00bb1db9dcc [2021-02-09T00:28:35.632Z] Removing intermediate container 2aba598322e2 [2021-02-09T00:28:35.632Z] ---> 03b45eb8b4a5 [2021-02-09T00:28:35.632Z] Step 6/23 : COPY go.mod . [2021-02-09T00:28:35.794Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T00:28:35.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:35.794Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T00:28:35.794Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T00:28:35.907Z] Removing intermediate container 84bc2eb0830e [2021-02-09T00:28:35.907Z] ---> b5ec7d3275c6 [2021-02-09T00:28:35.907Z] Step 6/23 : COPY go.mod . [2021-02-09T00:28:36.054Z] Setting up grep (3.1-2build1) ... [2021-02-09T00:28:36.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:36.054Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T00:28:36.054Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T00:28:36.187Z] Removing intermediate container a63e93154858 [2021-02-09T00:28:36.187Z] ---> 5a2a26db1dda [2021-02-09T00:28:36.187Z] Step 6/22 : COPY go.mod . [2021-02-09T00:28:36.316Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-09T00:28:36.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:36.316Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:28:36.316Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:28:36.459Z] ---> 8a948f44b01f [2021-02-09T00:28:36.459Z] Step 7/30 : RUN go mod download [2021-02-09T00:28:36.576Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T00:28:36.576Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:36.576Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:28:36.576Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:28:36.742Z] ---> 9411ba75472b [2021-02-09T00:28:36.742Z] Step 7/23 : RUN go mod download [2021-02-09T00:28:36.742Z] ---> Running in 63dda892b961 [2021-02-09T00:28:37.016Z] ---> c56712f8216e [2021-02-09T00:28:37.016Z] Step 7/23 : RUN go mod download [2021-02-09T00:28:37.016Z] ---> Running in 1768a1a93f0e [2021-02-09T00:28:37.155Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:28:37.155Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:28:37.155Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:28:37.155Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:28:37.290Z] ---> Running in 23c6e92235f7 [2021-02-09T00:28:37.291Z] ---> 7c03853b6ce4 [2021-02-09T00:28:37.291Z] Step 7/22 : RUN go mod download [2021-02-09T00:28:37.569Z] ---> Running in 294d8a333d0c [2021-02-09T00:28:38.106Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T00:28:38.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:38.107Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T00:28:38.107Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:28:39.051Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T00:28:39.052Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T00:28:39.052Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T00:28:39.052Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T00:28:39.313Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T00:28:39.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:39.313Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T00:28:39.313Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T00:28:39.562Z] Removing intermediate container c00bb1db9dcc [2021-02-09T00:28:39.562Z] ---> 29e27300a59f [2021-02-09T00:28:39.562Z] Step 8/24 : COPY . . [2021-02-09T00:28:39.574Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T00:28:39.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:39.574Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:39.574Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:39.838Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:39.838Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:39.838Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:39.838Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:40.108Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:40.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:40.108Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:40.108Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:40.108Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:40.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:40.379Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:40.379Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:40.379Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:40.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:40.641Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:28:40.641Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:28:40.903Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:28:40.903Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:28:40.903Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:28:41.164Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:41.164Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:28:41.164Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:28:41.164Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:28:41.426Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:41.426Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:41.426Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:41.426Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:41.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:41.697Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:41.697Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:41.976Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:41.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:41.976Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:41.976Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:42.189Z] Removing intermediate container 63dda892b961 [2021-02-09T00:28:42.189Z] ---> 693c416f17ab [2021-02-09T00:28:42.189Z] Step 8/30 : COPY . . [2021-02-09T00:28:42.464Z] Removing intermediate container 23c6e92235f7 [2021-02-09T00:28:42.464Z] ---> 8fd50ec74f0e [2021-02-09T00:28:42.464Z] Step 8/23 : COPY . . [2021-02-09T00:28:42.550Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:42.743Z] Removing intermediate container 294d8a333d0c [2021-02-09T00:28:42.743Z] ---> 49cac5024d70 [2021-02-09T00:28:42.743Z] Step 8/22 : COPY . . [2021-02-09T00:28:42.743Z] Removing intermediate container 1768a1a93f0e [2021-02-09T00:28:42.743Z] ---> ed81b5c1a09f [2021-02-09T00:28:42.743Z] Step 8/23 : COPY . . [2021-02-09T00:28:42.811Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T00:28:43.072Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T00:28:43.072Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:43.072Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:28:43.072Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:28:43.333Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:28:43.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:28:43.333Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T00:28:43.333Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:28:43.594Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T00:28:43.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:43.594Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T00:28:43.594Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T00:28:43.868Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T00:28:44.130Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:44.130Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T00:28:44.130Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T00:28:44.130Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T00:28:44.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:44.392Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T00:28:44.392Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T00:28:44.392Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T00:28:44.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:44.654Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:28:44.654Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:28:44.654Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:28:44.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:44.914Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:28:44.914Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:28:44.914Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:28:45.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:45.175Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:28:45.175Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:28:45.175Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:28:45.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:45.435Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:28:45.436Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:28:45.699Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:28:45.699Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:28:45.699Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:45.960Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:28:45.960Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:28:45.960Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:45.960Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T00:28:45.960Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T00:28:46.222Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T00:28:46.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:46.485Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T00:28:46.485Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:28:46.485Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:28:46.746Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:46.746Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:46.746Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:28:46.746Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:28:47.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:47.007Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T00:28:47.007Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-09T00:28:47.007Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T00:28:47.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:47.291Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T00:28:47.291Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T00:28:47.556Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T00:28:47.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:47.822Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:28:47.822Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:28:47.822Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T00:28:48.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:48.083Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T00:28:48.083Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T00:28:48.083Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T00:28:48.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:48.344Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T00:28:48.344Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T00:28:48.344Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T00:28:48.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:48.612Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T00:28:48.612Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T00:28:48.612Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T00:28:48.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:48.873Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T00:28:48.873Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T00:28:48.873Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T00:28:49.135Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:49.135Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T00:28:49.135Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T00:28:49.135Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T00:28:49.396Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:28:49.396Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T00:28:49.396Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T00:28:49.659Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T00:28:49.659Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T00:28:49.659Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T00:28:49.659Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T00:28:49.927Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T00:28:49.927Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T00:28:50.187Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T00:28:50.187Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T00:28:50.453Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T00:28:50.453Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T00:28:50.454Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T00:28:50.454Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T00:28:50.721Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T00:28:50.721Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T00:28:51.001Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T00:28:51.001Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T00:28:51.001Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T00:28:51.001Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T00:28:51.001Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T00:28:51.263Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T00:28:51.263Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T00:28:51.263Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T00:28:51.526Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T00:28:51.526Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T00:28:51.526Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T00:28:51.526Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T00:28:52.468Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T00:28:52.468Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T00:28:52.468Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T00:28:52.729Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T00:28:52.729Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:28:52.729Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:28:52.990Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:28:52.990Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:28:53.250Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:28:53.250Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:28:53.250Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:28:53.523Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:28:53.523Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:53.523Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:53.785Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:53.785Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:53.785Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:53.785Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:54.045Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:54.045Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:54.983Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:54.983Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:55.925Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:55.925Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:56.495Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:56.495Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:56.757Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:57.019Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:57.589Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:28:57.850Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:28:57.850Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:28:57.850Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:28:57.850Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T00:28:57.850Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:28:58.114Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T00:28:58.114Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:28:58.375Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T00:28:58.375Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T00:28:58.375Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:28:58.375Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:28:58.635Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:28:58.635Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:28:58.635Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T00:28:58.635Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-09T00:28:58.896Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:58.896Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:28:58.896Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:58.896Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:58.896Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:58.896Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T00:28:58.896Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T00:28:59.158Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T00:28:59.158Z] [2021-02-09T00:28:59.158Z] Current default time zone: 'Etc/UTC' [2021-02-09T00:28:59.158Z] Local time is now: Tue Feb 9 00:28:59 UTC 2021. [2021-02-09T00:28:59.158Z] Universal Time is now: Tue Feb 9 00:28:59 UTC 2021. [2021-02-09T00:28:59.158Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T00:28:59.158Z] [2021-02-09T00:28:59.158Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T00:28:59.158Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:59.158Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T00:28:59.158Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:28:59.158Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T00:28:59.418Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T00:28:59.418Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T00:28:59.418Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T00:28:59.418Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T00:28:59.418Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T00:28:59.418Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:59.418Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T00:28:59.679Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:28:59.679Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:28:59.679Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:28:59.679Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T00:28:59.679Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T00:28:59.679Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T00:28:59.679Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T00:28:59.679Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T00:28:59.941Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T00:28:59.941Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:28:59.941Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-09T00:29:01.855Z] Updating certificates in /etc/ssl/certs... [2021-02-09T00:29:02.426Z] 23 added, 27 removed; done. [2021-02-09T00:29:02.687Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T00:29:02.687Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:29:02.687Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T00:29:02.687Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T00:29:02.687Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T00:29:02.687Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:29:02.947Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:29:02.947Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:29:02.947Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:29:02.947Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:29:02.947Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:29:02.947Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:29:02.947Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T00:29:03.208Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:29:03.208Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:29:03.208Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T00:29:03.208Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:29:03.208Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:29:03.208Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:29:03.208Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:29:03.208Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T00:29:03.469Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:29:03.469Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:29:03.469Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T00:29:03.469Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T00:29:03.469Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T00:29:03.469Z] Updating certificates in /etc/ssl/certs... [2021-02-09T00:29:04.410Z] 0 added, 0 removed; done. [2021-02-09T00:29:04.411Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T00:29:04.411Z] done. [2021-02-09T00:29:04.671Z] Reading package lists... [2021-02-09T00:29:04.671Z] Building dependency tree... [2021-02-09T00:29:04.671Z] Reading state information... [2021-02-09T00:29:04.939Z] The following NEW packages will be installed: [2021-02-09T00:29:04.939Z] apt-transport-https [2021-02-09T00:29:04.939Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:29:04.939Z] Need to get 1696 B of archives. [2021-02-09T00:29:04.939Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T00:29:04.939Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T00:29:04.939Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:29:04.939Z] Fetched 1696 B in 0s (21.6 kB/s) [2021-02-09T00:29:05.200Z] Selecting previously unselected package apt-transport-https. [2021-02-09T00:29:05.200Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T00:29:05.200Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T00:29:05.200Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T00:29:05.200Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T00:29:05.460Z] Waiting for network to be ready... [2021-02-09T00:29:09.544Z] ---> 2f07833c1d20 [2021-02-09T00:29:09.544Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T00:29:09.544Z] ---> Running in 82380da628b2 [2021-02-09T00:29:09.544Z] ---> aaab9de66450 [2021-02-09T00:29:09.544Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T00:29:09.544Z] ---> 1f0d7c95e97d [2021-02-09T00:29:09.544Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T00:29:09.544Z] ---> e18e9e851255 [2021-02-09T00:29:09.544Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T00:29:09.544Z] ---> 2eeedc5f8b55 [2021-02-09T00:29:09.544Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T00:29:09.544Z] ---> Running in d49d89a6251d [2021-02-09T00:29:09.544Z] ---> Running in 1c95027b9d13 [2021-02-09T00:29:09.544Z] ---> Running in 7e51fe5e9ae8 [2021-02-09T00:29:09.544Z] ---> Running in 9918a94a23b8 [2021-02-09T00:29:09.544Z] 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-09T00:29:09.544Z] 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-09T00:29:09.544Z] 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-09T00:29:09.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T00:29:09.825Z] 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-09T00:29:12.045Z] 2021-02-09T00:29:10Z INFO Waiting for automatic snapd restart... [2021-02-09T00:29:12.045Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T00:29:12.984Z] "snapd" switched to the "latest/stable" channel [2021-02-09T00:29:12.984Z] [2021-02-09T00:29:16.286Z] core18 20210128 from Canonical* installed [2021-02-09T00:29:16.286Z] "core18" switched to the "latest/stable" channel [2021-02-09T00:29:16.286Z] [2021-02-09T00:29:18.832Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T00:29:19.094Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T00:29:19.094Z] [2021-02-09T00:29:22.394Z] 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-09T00:29:22.394Z] - README.md [2021-02-09T00:29:22.394Z] - snapcraft.yaml.orig [2021-02-09T00:29:22.394Z] [2021-02-09T00:29:22.395Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T00:29:28.982Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:29:28.982Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:29:28.982Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:29:28.982Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:29:30.190Z] Reading package lists... [2021-02-09T00:29:30.452Z] 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-09T00:29:37.075Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:29:37.075Z] Reading package lists... [2021-02-09T00:29:37.075Z] Building dependency tree... [2021-02-09T00:29:37.075Z] Reading state information... [2021-02-09T00:29:37.075Z] Suggested packages: [2021-02-09T00:29:37.075Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T00:29:37.075Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T00:29:37.075Z] Recommended packages: [2021-02-09T00:29:37.075Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T00:29:37.075Z] The following NEW packages will be installed: [2021-02-09T00:29:37.075Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T00:29:37.075Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T00:29:37.075Z] pkg-config zip [2021-02-09T00:29:37.075Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:29:37.075Z] Need to get 7655 kB of archives. [2021-02-09T00:29:37.075Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T00:29:37.075Z] 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-09T00:29:37.075Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T00:29:37.075Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T00:29:37.075Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T00:29:37.075Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T00:29:37.075Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T00:29:37.075Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T00:29:37.075Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T00:29:37.336Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T00:29:37.336Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T00:29:37.336Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T00:29:37.336Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T00:29:37.336Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T00:29:37.336Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T00:29:37.599Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T00:29:37.599Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:29:37.599Z] Fetched 7655 kB in 1s (10.1 MB/s) [2021-02-09T00:29:37.599Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T00:29:37.599Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T00:29:37.599Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T00:29:37.861Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T00:29:37.861Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T00:29:37.861Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T00:29:37.861Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T00:29:38.122Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T00:29:38.122Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T00:29:38.122Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T00:29:38.122Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T00:29:38.122Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T00:29:38.122Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T00:29:38.122Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T00:29:38.122Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T00:29:38.122Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T00:29:38.382Z] Selecting previously unselected package liberror-perl. [2021-02-09T00:29:38.382Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T00:29:38.382Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T00:29:38.382Z] Selecting previously unselected package git-man. [2021-02-09T00:29:38.382Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T00:29:38.382Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:29:38.643Z] Selecting previously unselected package git. [2021-02-09T00:29:38.643Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T00:29:38.643Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:29:39.588Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T00:29:39.588Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T00:29:39.588Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T00:29:39.588Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T00:29:39.588Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T00:29:39.588Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T00:29:39.588Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T00:29:39.588Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T00:29:39.588Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T00:29:39.850Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T00:29:39.850Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T00:29:39.850Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:29:39.850Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T00:29:39.850Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T00:29:39.850Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:29:39.850Z] Selecting previously unselected package pkg-config. [2021-02-09T00:29:39.850Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T00:29:39.850Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T00:29:40.112Z] Selecting previously unselected package zip. [2021-02-09T00:29:40.112Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T00:29:40.112Z] Unpacking zip (3.0-11build1) ... [2021-02-09T00:29:40.112Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T00:29:40.112Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:29:40.112Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T00:29:40.373Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T00:29:40.373Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T00:29:40.373Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T00:29:40.373Z] No schema files found: doing nothing. [2021-02-09T00:29:40.373Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T00:29:40.373Z] Setting up zip (3.0-11build1) ... [2021-02-09T00:29:40.373Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T00:29:40.373Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T00:29:40.373Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T00:29:40.636Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:29:40.636Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T00:29:40.636Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:29:40.636Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:29:40.636Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:29:47.286Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:29:47.286Z] git set to automatically installed. [2021-02-09T00:29:47.286Z] git-man set to automatically installed. [2021-02-09T00:29:47.286Z] libcurl3-gnutls set to automatically installed. [2021-02-09T00:29:47.286Z] liberror-perl set to automatically installed. [2021-02-09T00:29:47.286Z] libglib2.0-0 set to automatically installed. [2021-02-09T00:29:47.286Z] libnghttp2-14 set to automatically installed. [2021-02-09T00:29:47.287Z] libnorm1 set to automatically installed. [2021-02-09T00:29:47.287Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T00:29:47.287Z] libpsl5 set to automatically installed. [2021-02-09T00:29:47.287Z] librtmp1 set to automatically installed. [2021-02-09T00:29:47.287Z] libsodium23 set to automatically installed. [2021-02-09T00:29:47.287Z] libzmq3-dev set to automatically installed. [2021-02-09T00:29:47.287Z] libzmq5 set to automatically installed. [2021-02-09T00:29:47.287Z] pkg-config set to automatically installed. [2021-02-09T00:29:47.287Z] zip set to automatically installed. [2021-02-09T00:29:48.683Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T00:29:55.284Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:29:55.545Z] snap "core18" has no updates available [2021-02-09T00:29:56.488Z] Pulling config-common [2021-02-09T00:29:57.430Z] Pulling go-build-helper [2021-02-09T00:30:24.083Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T00:30:24.083Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T00:30:24.083Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T00:30:24.083Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] [2021-02-09T00:30:24.083Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T00:30:24.083Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T00:30:24.083Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T00:30:24.083Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T00:30:24.083Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T00:30:24.083Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T00:30:24.083Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T00:30:24.083Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-09T00:30:24.083Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T00:30:24.083Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T00:30:24.083Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T00:30:24.083Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T00:30:24.083Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-09T00:30:24.083Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-09T00:30:24.083Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T00:30:24.083Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T00:30:24.083Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T00:30:24.083Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T00:30:24.083Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T00:30:24.083Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T00:30:24.083Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T00:30:24.083Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T00:30:24.083Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T00:30:24.083Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T00:30:24.083Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T00:30:24.083Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T00:30:24.083Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T00:30:24.083Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T00:30:24.083Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T00:30:24.083Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T00:30:24.083Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T00:30:24.084Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T00:30:24.084Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T00:30:24.084Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T00:30:24.084Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T00:30:24.084Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T00:30:24.084Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T00:30:24.084Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T00:30:24.084Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T00:30:24.084Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T00:30:24.084Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T00:30:24.084Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T00:30:24.084Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T00:30:24.084Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T00:30:24.084Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T00:30:24.084Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T00:30:24.084Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T00:30:24.084Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T00:30:24.084Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T00:30:24.084Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T00:30:24.084Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T00:30:24.084Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T00:30:24.084Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T00:30:24.084Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T00:30:24.084Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T00:30:24.084Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T00:30:24.084Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T00:30:24.084Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T00:30:24.084Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T00:30:24.084Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T00:30:24.084Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T00:30:24.084Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T00:30:24.084Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T00:30:24.084Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T00:30:26.633Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T00:30:26.633Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T00:30:26.633Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T00:30:26.633Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T00:30:26.633Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T00:30:26.633Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T00:30:26.633Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T00:30:26.633Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T00:30:26.633Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T00:30:26.633Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T00:30:26.633Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T00:30:26.633Z] Pulling static-packages [2021-02-09T00:30:27.575Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-09T00:30:27.575Z] Skipping pull go-build-helper (already ran) [2021-02-09T00:30:27.575Z] Skipping pull static-packages (already ran) [2021-02-09T00:30:27.575Z] Building go-build-helper [2021-02-09T00:30:30.886Z] Building static-packages [2021-02-09T00:30:31.767Z] 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-09T00:30:32.813Z] Staging go-build-helper [2021-02-09T00:30:33.763Z] Staging static-packages [2021-02-09T00:30:34.719Z] Pulling go115 [2021-02-09T00:30:35.664Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T00:30:35.664Z] Skipping pull go115 (already ran) [2021-02-09T00:30:35.664Z] Building go115 [2021-02-09T00:30:35.664Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T00:30:35.664Z] Dload Upload Total Spent Left Speed [2021-02-09T00:30:38.178Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 30.2M 0 0 32.9M 0 0:00:03 --:--:-- 0:00:03 32.9M 69 115M 69 80.8M 0 0 42.1M 0 0:00:02 0:00:01 0:00:01 42.1M 100 115M 100 115M 0 0 44.0M 0 0:00:02 0:00:02 --:--:-- 44.0M [2021-02-09T00:30:38.750Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T00:30:42.988Z] Staging go115 [2021-02-09T00:30:44.199Z] Removing intermediate container 82380da628b2 [2021-02-09T00:30:44.199Z] ---> db18e7169b62 [2021-02-09T00:30:44.199Z] [2021-02-09T00:30:44.199Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T00:30:44.199Z] 3.12: Pulling from library/alpine [2021-02-09T00:30:44.199Z] Removing intermediate container 9918a94a23b8 [2021-02-09T00:30:44.199Z] ---> c22e66078af7 [2021-02-09T00:30:44.199Z] [2021-02-09T00:30:44.199Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T00:30:44.199Z] 3.12: Pulling from library/alpine [2021-02-09T00:30:44.476Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:30:44.752Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:30:44.752Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:30:44.752Z] ---> afeebe901d6b [2021-02-09T00:30:44.752Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T00:30:44.752Z] Status: Image is up to date for alpine:3.12 [2021-02-09T00:30:44.752Z] ---> afeebe901d6b [2021-02-09T00:30:44.752Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T00:30:45.029Z] ---> Running in c9853436fb4a [2021-02-09T00:30:45.029Z] ---> Running in 123c1ea27450 [2021-02-09T00:30:46.028Z] Removing intermediate container c9853436fb4a [2021-02-09T00:30:46.028Z] ---> 53d6eff5e6ac [2021-02-09T00:30:46.028Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T00:30:46.309Z] ---> Running in 995bc13c8da3 [2021-02-09T00:30:47.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:30:47.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:30:48.296Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T00:30:48.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:30:48.296Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:30:48.296Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T00:30:48.296Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T00:30:48.296Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T00:30:48.296Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:30:48.296Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:30:48.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:30:48.572Z] OK: 7 MiB in 19 packages [2021-02-09T00:30:49.176Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:30:49.176Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T00:30:49.176Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:30:49.176Z] OK: 5 MiB in 16 packages [2021-02-09T00:30:49.587Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:30:49.588Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:30:49.588Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:30:49.588Z] Fetched 0 B in 0s (0 B/s) [2021-02-09T00:30:49.588Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T00:30:49.588Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T00:30:49.588Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T00:30:49.588Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T00:30:49.588Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T00:30:49.588Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T00:30:49.588Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T00:30:49.588Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T00:30:49.588Z] Pulling edgex-go [2021-02-09T00:30:49.588Z] Pulling version [2021-02-09T00:30:50.528Z] Building config-common [2021-02-09T00:30:51.182Z] Removing intermediate container 123c1ea27450 [2021-02-09T00:30:51.182Z] ---> c6071f2ab4a6 [2021-02-09T00:30:51.182Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:30:51.456Z] ---> Running in 07f126f63e95 [2021-02-09T00:30:51.456Z] Removing intermediate container 995bc13c8da3 [2021-02-09T00:30:51.456Z] ---> 709d866e4098 [2021-02-09T00:30:51.456Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T00:30:51.727Z] ---> Running in 86c80837c428 [2021-02-09T00:30:52.333Z] Removing intermediate container 07f126f63e95 [2021-02-09T00:30:52.333Z] ---> fe3197c651be [2021-02-09T00:30:52.333Z] Step 13/24 : WORKDIR / [2021-02-09T00:30:52.642Z] ---> Running in 50154e9b6820 [2021-02-09T00:30:52.642Z] Removing intermediate container 86c80837c428 [2021-02-09T00:30:52.642Z] ---> 7263a21914e3 [2021-02-09T00:30:52.642Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T00:30:52.917Z] ---> Running in 69facbfdbe76 [2021-02-09T00:30:53.080Z] Skipping build go-build-helper (already ran) [2021-02-09T00:30:53.080Z] Skipping build static-packages (already ran) [2021-02-09T00:30:53.080Z] Skipping build go115 (already ran) [2021-02-09T00:30:53.080Z] Building edgex-go [2021-02-09T00:30:53.080Z] 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-09T00:30:53.524Z] Removing intermediate container 50154e9b6820 [2021-02-09T00:30:53.524Z] ---> 2312c51f0178 [2021-02-09T00:30:53.524Z] 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-09T00:30:53.808Z] Removing intermediate container 69facbfdbe76 [2021-02-09T00:30:53.808Z] ---> a9d923c41897 [2021-02-09T00:30:53.808Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T00:30:54.088Z] ---> Running in 204ac19a04cc [2021-02-09T00:30:54.998Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T00:30:54.998Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-09T00:30:54.998Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 [2021-02-09T00:30:54.998Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T00:30:54.998Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-09T00:30:54.998Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T00:30:54.998Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T00:30:54.998Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T00:30:54.998Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T00:30:54.998Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T00:30:54.998Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T00:30:54.998Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T00:30:54.998Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T00:30:54.998Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T00:30:54.998Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T00:30:54.998Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T00:30:54.998Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T00:30:54.998Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T00:30:54.998Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T00:30:55.259Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T00:30:55.259Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T00:30:55.259Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T00:30:55.259Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T00:30:55.259Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T00:30:55.259Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T00:30:55.259Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T00:30:55.259Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T00:30:55.520Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T00:30:55.520Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T00:30:55.520Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T00:30:55.544Z] ---> 5f9a641303bf [2021-02-09T00:30:55.544Z] 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-09T00:30:57.535Z] ---> a4a9e9bc72e7 [2021-02-09T00:30:57.535Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T00:30:58.989Z] Removing intermediate container 204ac19a04cc [2021-02-09T00:30:58.989Z] ---> 8ccf3a85652a [2021-02-09T00:30:58.989Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T00:30:58.989Z] ---> 749e63e3d9cc [2021-02-09T00:30:58.989Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T00:30:58.989Z] ---> Running in 51ba307486c6 [2021-02-09T00:30:59.289Z] Removing intermediate container d49d89a6251d [2021-02-09T00:30:59.289Z] ---> 1c481e594baf [2021-02-09T00:30:59.289Z] [2021-02-09T00:30:59.289Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:30:59.289Z] ---> afeebe901d6b [2021-02-09T00:30:59.289Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:30:59.587Z] ---> Running in 6187db44b5de [2021-02-09T00:31:00.592Z] Removing intermediate container 51ba307486c6 [2021-02-09T00:31:00.592Z] ---> a09f2d4870c0 [2021-02-09T00:31:00.592Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T00:31:00.863Z] ---> 4cad94fa956b [2021-02-09T00:31:00.863Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T00:31:01.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:31:01.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:31:01.755Z] ---> 7d2751c07b9f [2021-02-09T00:31:01.755Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T00:31:02.044Z] ---> Running in 578169acd35a [2021-02-09T00:31:02.111Z] 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-09T00:31:02.111Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T00:31:02.341Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:31:02.341Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:31:02.341Z] OK: 5 MiB in 15 packages [2021-02-09T00:31:02.959Z] ---> b0ec97e6d5b0 [2021-02-09T00:31:02.959Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T00:31:04.636Z] ---> a35d8459862e [2021-02-09T00:31:04.636Z] 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-09T00:31:04.636Z] Removing intermediate container 6187db44b5de [2021-02-09T00:31:04.636Z] ---> d8dfd75f9d52 [2021-02-09T00:31:04.636Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:31:05.040Z] ---> Running in 349308ffada1 [2021-02-09T00:31:05.040Z] ---> Running in 64fa29c4fc65 [2021-02-09T00:31:06.594Z] Removing intermediate container 64fa29c4fc65 [2021-02-09T00:31:06.594Z] ---> de9e89bfd696 [2021-02-09T00:31:06.594Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T00:31:06.594Z] Removing intermediate container 578169acd35a [2021-02-09T00:31:06.594Z] ---> 5dc679cd8ebf [2021-02-09T00:31:06.594Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:31:06.594Z] ---> Running in bc19e420bf18 [2021-02-09T00:31:07.466Z] 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-09T00:31:07.576Z] Removing intermediate container bc19e420bf18 [2021-02-09T00:31:07.576Z] ---> eeb1bf57b37f [2021-02-09T00:31:07.576Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:31:07.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T00:31:08.180Z] ---> Running in 782d3a0a84d2 [2021-02-09T00:31:08.180Z] ---> 474bee3652d8 [2021-02-09T00:31:08.180Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T00:31:08.783Z] Removing intermediate container 782d3a0a84d2 [2021-02-09T00:31:08.783Z] ---> 6b7538e8e6e8 [2021-02-09T00:31:08.783Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:31:09.127Z] 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-09T00:31:09.387Z] 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-09T00:31:09.401Z] Removing intermediate container 349308ffada1 [2021-02-09T00:31:09.401Z] ---> a0df5e29f945 [2021-02-09T00:31:09.401Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T00:31:09.649Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T00:31:09.649Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T00:31:09.649Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T00:31:09.649Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T00:31:09.676Z] ---> Running in 9884f64f15dd [2021-02-09T00:31:10.277Z] ---> 67317766dcba [2021-02-09T00:31:10.277Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T00:31:10.880Z] ---> 1112e6aae8d6 [2021-02-09T00:31:10.880Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T00:31:10.880Z] Removing intermediate container 9884f64f15dd [2021-02-09T00:31:10.880Z] ---> beeb987de1a4 [2021-02-09T00:31:10.880Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T00:31:11.153Z] ---> Running in 9c2c44cd109b [2021-02-09T00:31:11.596Z] 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-09T00:31:11.596Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T00:31:11.596Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T00:31:11.774Z] Removing intermediate container 1c95027b9d13 [2021-02-09T00:31:11.774Z] ---> 7c0b02433c11 [2021-02-09T00:31:11.774Z] [2021-02-09T00:31:11.774Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:31:11.774Z] ---> afeebe901d6b [2021-02-09T00:31:11.774Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:31:11.774Z] ---> Using cache [2021-02-09T00:31:11.774Z] ---> d8dfd75f9d52 [2021-02-09T00:31:11.774Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:31:11.774Z] ---> Using cache [2021-02-09T00:31:11.774Z] ---> de9e89bfd696 [2021-02-09T00:31:11.774Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T00:31:11.774Z] ---> 4bb4c28f8ef4 [2021-02-09T00:31:11.774Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T00:31:12.048Z] ---> Running in 876139fc6c69 [2021-02-09T00:31:12.329Z] ---> 8535674763c0 [2021-02-09T00:31:12.329Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/Removing intermediate container 9c2c44cd109b [2021-02-09T00:31:12.329Z] ---> 6e59bec6c155 [2021-02-09T00:31:12.329Z] Step 23/24 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:31:12.329Z] [2021-02-09T00:31:12.609Z] ---> Running in c55f350f3a25 [2021-02-09T00:31:12.894Z] Removing intermediate container 876139fc6c69 [2021-02-09T00:31:12.894Z] ---> d3896a3fb76d [2021-02-09T00:31:12.894Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:31:12.894Z] ---> Running in ca1c92a2e1fa [2021-02-09T00:31:13.002Z] 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-09T00:31:13.171Z] ---> 587cebe5c456 [2021-02-09T00:31:13.171Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T00:31:13.448Z] Removing intermediate container c55f350f3a25 [2021-02-09T00:31:13.448Z] ---> eb1ad3f54298 [2021-02-09T00:31:13.448Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T00:31:13.448Z] ---> Running in e28a7454d086 [2021-02-09T00:31:13.720Z] ---> 9f01970879af [2021-02-09T00:31:13.720Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T00:31:13.720Z] Removing intermediate container ca1c92a2e1fa [2021-02-09T00:31:13.720Z] ---> 074d709be988 [2021-02-09T00:31:13.720Z] Step 15/23 : WORKDIR / [2021-02-09T00:31:13.945Z] 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-09T00:31:13.945Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T00:31:13.995Z] ---> Running in 52b3518d0f53 [2021-02-09T00:31:14.266Z] ---> Running in 383f11ee96ee [2021-02-09T00:31:14.266Z] ---> Running in be0c26e3ab14 [2021-02-09T00:31:14.266Z] Removing intermediate container e28a7454d086 [2021-02-09T00:31:14.266Z] ---> c71996786008 [2021-02-09T00:31:14.266Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:31:15.245Z] ---> Running in fe677e19a23b [2021-02-09T00:31:15.245Z] Removing intermediate container 52b3518d0f53 [2021-02-09T00:31:15.245Z] ---> 98d34344c15f [2021-02-09T00:31:15.245Z] [2021-02-09T00:31:15.337Z] 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-09T00:31:15.525Z] Removing intermediate container be0c26e3ab14 [2021-02-09T00:31:15.525Z] ---> 6708bbc03fed [2021-02-09T00:31:15.525Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:31:15.525Z] Removing intermediate container 383f11ee96ee [2021-02-09T00:31:15.525Z] ---> 9b9c8af9cf48 [2021-02-09T00:31:15.525Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T00:31:15.807Z] Removing intermediate container 7e51fe5e9ae8 [2021-02-09T00:31:15.807Z] ---> 3c059eb6682c [2021-02-09T00:31:15.807Z] [2021-02-09T00:31:15.807Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:31:15.807Z] ---> afeebe901d6b [2021-02-09T00:31:15.807Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T00:31:15.807Z] Successfully built 98d34344c15f [2021-02-09T00:31:16.081Z] Removing intermediate container fe677e19a23b [2021-02-09T00:31:16.081Z] ---> e73c885ccb08 [2021-02-09T00:31:16.081Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T00:31:16.081Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T00:31:16.081Z] Building docker-support-notifications-go [2021-02-09T00:31:16.081Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3e789b87e642 [2021-02-09T00:31:16.300Z] 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-09T00:31:16.300Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T00:31:16.361Z] ---> Running in a98803679344 [2021-02-09T00:31:16.361Z] ---> a38fb7a190d3 [2021-02-09T00:31:16.361Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T00:31:16.361Z] ---> c5eedd8d94bb [2021-02-09T00:31:16.361Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T00:31:16.651Z] Removing intermediate container 3e789b87e642 [2021-02-09T00:31:16.651Z] ---> 7ce635083dba [2021-02-09T00:31:16.651Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T00:31:16.651Z] Removing intermediate container a98803679344 [2021-02-09T00:31:16.651Z] ---> 4f81ca295eb8 [2021-02-09T00:31:16.651Z] Step 21/22 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:31:16.923Z] ---> Running in d1d017f1b774 [2021-02-09T00:31:17.201Z] ---> Running in 81eae3cc4622 [2021-02-09T00:31:17.201Z] ---> Running in 17b7df75bea9 [2021-02-09T00:31:17.263Z] 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-09T00:31:17.263Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T00:31:17.803Z] Removing intermediate container 81eae3cc4622 [2021-02-09T00:31:17.803Z] ---> 447cfa9fc2d8 [2021-02-09T00:31:17.803Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T00:31:18.108Z] ---> 4f77dbcea3f2 [2021-02-09T00:31:18.108Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T00:31:18.397Z] Removing intermediate container 17b7df75bea9 [2021-02-09T00:31:18.397Z] ---> 5d32fedc1fd9 [2021-02-09T00:31:18.397Z] Step 22/22 : LABEL version=0.0.0 ---> Running in 69f344a1c818 [2021-02-09T00:31:18.397Z] [2021-02-09T00:31:19.008Z] ---> Running in 0906beddd1f3 [2021-02-09T00:31:19.604Z] Removing intermediate container 69f344a1c818 [2021-02-09T00:31:19.605Z] ---> 084d45507234 [2021-02-09T00:31:19.605Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:31:19.605Z] ---> beb4f26c2029 [2021-02-09T00:31:19.605Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T00:31:19.912Z] ---> Running in a2f874e528a9 [2021-02-09T00:31:20.183Z] ---> Running in 52f52c3cfa1d [2021-02-09T00:31:20.183Z] Removing intermediate container 0906beddd1f3 [2021-02-09T00:31:20.183Z] ---> 2d8a7f270392 [2021-02-09T00:31:20.183Z] [2021-02-09T00:31:20.596Z] Building version [2021-02-09T00:31:20.788Z] Successfully built 2d8a7f270392 [2021-02-09T00:31:21.063Z] Removing intermediate container 52f52c3cfa1d [2021-02-09T00:31:21.063Z] ---> 32424d29e837 [2021-02-09T00:31:21.063Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:31:21.063Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T00:31:21.063Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-09T00:31:21.063Z] Removing intermediate container d1d017f1b774 [2021-02-09T00:31:21.337Z] ---> 1b3541041bd9 [2021-02-09T00:31:21.337Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T00:31:21.337Z] ---> Running in 3d7c93ad46ee [2021-02-09T00:31:21.609Z] ---> Running in d0d1b4df4191 [2021-02-09T00:31:21.879Z] Removing intermediate container 3d7c93ad46ee [2021-02-09T00:31:21.879Z] ---> 691db32c3bb1 [2021-02-09T00:31:21.879Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:31:22.153Z] ---> Running in b969e2cc050e [2021-02-09T00:31:22.153Z] Removing intermediate container d0d1b4df4191 [2021-02-09T00:31:22.153Z] ---> 0e76f4451cd4 [2021-02-09T00:31:22.153Z] Step 27/30 : CMD ["gate"] [2021-02-09T00:31:22.509Z] Staging config-common [2021-02-09T00:31:22.749Z] ---> Running in 861658e62253 [2021-02-09T00:31:22.749Z] Removing intermediate container a2f874e528a9 [2021-02-09T00:31:22.749Z] ---> 6da5f601aade [2021-02-09T00:31:22.749Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T00:31:23.025Z] Removing intermediate container b969e2cc050e [2021-02-09T00:31:23.025Z] ---> c43618bd9a09 [2021-02-09T00:31:23.025Z] Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:31:23.300Z] ---> Running in f1cb5f1fa6c7 [2021-02-09T00:31:23.475Z] Skipping stage go-build-helper (already ran) [2021-02-09T00:31:23.475Z] Skipping stage static-packages (already ran) [2021-02-09T00:31:23.475Z] Skipping stage go115 (already ran) [2021-02-09T00:31:23.475Z] Staging edgex-go [2021-02-09T00:31:23.578Z] Removing intermediate container 861658e62253 [2021-02-09T00:31:23.578Z] ---> 1859e3c7fe30 [2021-02-09T00:31:23.578Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T00:31:23.578Z] ---> Running in f753096b05e9 [2021-02-09T00:31:24.187Z] ---> Running in 8b86c99f2677 [2021-02-09T00:31:24.416Z] Staging version [2021-02-09T00:31:24.467Z] Removing intermediate container f753096b05e9 [2021-02-09T00:31:24.467Z] ---> e6cfe5a615a2 [2021-02-09T00:31:24.467Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:31:24.750Z] ---> Running in 977c31ff0574 [2021-02-09T00:31:24.750Z] Removing intermediate container 8b86c99f2677 [2021-02-09T00:31:24.750Z] ---> 31923c40d890 [2021-02-09T00:31:24.750Z] Step 29/30 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:31:25.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:31:25.362Z] ---> Running in a9d8d4f7cdb9 [2021-02-09T00:31:25.362Z] Removing intermediate container 977c31ff0574 [2021-02-09T00:31:25.362Z] ---> 5ec5b15cebc7 [2021-02-09T00:31:25.362Z] [2021-02-09T00:31:25.823Z] Priming config-common [2021-02-09T00:31:25.967Z] Removing intermediate container a9d8d4f7cdb9 [2021-02-09T00:31:25.967Z] ---> 4aaffb28d728 [2021-02-09T00:31:25.967Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T00:31:25.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:31:25.967Z] Successfully built 5ec5b15cebc7 [2021-02-09T00:31:25.967Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T00:31:25.967Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T00:31:26.248Z] ---> Running in 961d83d25af7 [2021-02-09T00:31:26.782Z] Priming go-build-helper [2021-02-09T00:31:26.848Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T00:31:26.848Z] Removing intermediate container 961d83d25af7 [2021-02-09T00:31:26.848Z] ---> 9929bf77ade0 [2021-02-09T00:31:26.848Z] [2021-02-09T00:31:26.848Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T00:31:26.848Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T00:31:27.124Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T00:31:27.400Z] Successfully built 9929bf77ade0 [2021-02-09T00:31:27.400Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T00:31:27.400Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-02-09T00:31:27.731Z] Priming static-packages [2021-02-09T00:31:27.996Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T00:31:27.996Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T00:31:28.271Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:31:28.271Z] OK: 8 MiB in 20 packages [2021-02-09T00:31:29.721Z] Removing intermediate container f1cb5f1fa6c7 [2021-02-09T00:31:29.721Z] ---> f2ec187e007c [2021-02-09T00:31:29.721Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:31:30.288Z] Priming go115 [2021-02-09T00:31:30.863Z] Priming edgex-go [2021-02-09T00:31:31.180Z] ---> d47302ab235b [2021-02-09T00:31:31.180Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T00:31:32.281Z] Priming version [2021-02-09T00:31:32.637Z] ---> 8c0df410d5aa [2021-02-09T00:31:32.637Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T00:31:33.369Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-09T00:31:34.099Z] ---> affdddbf45f8 [2021-02-09T00:31:34.099Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T00:31:34.099Z] ---> Running in dc2e679799dd [2021-02-09T00:31:34.713Z] Removing intermediate container dc2e679799dd [2021-02-09T00:31:34.713Z] ---> 812ea9627cec [2021-02-09T00:31:34.713Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:31:34.713Z] ---> Running in 92cdcba722ea [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-09T00:31:35.755Z] Removing intermediate container 92cdcba722ea [2021-02-09T00:31:35.755Z] ---> 38632ad17e5f [2021-02-09T00:31:35.755Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:31:35.755Z] ---> Running in dbba38cddf86 [Pipeline] // stage [Pipeline] } [2021-02-09T00:31:36.366Z] Removing intermediate container dbba38cddf86 [2021-02-09T00:31:36.366Z] ---> 70fc2075ad94 [2021-02-09T00:31:36.366Z] Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:31:36.641Z] ---> Running in 301e96f7a070 [2021-02-09T00:31:37.243Z] Removing intermediate container 301e96f7a070 [2021-02-09T00:31:37.243Z] ---> b869615aabfe [2021-02-09T00:31:37.243Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:31:37.524Z] ---> Running in 626522588efc [2021-02-09T00:31:38.120Z] Removing intermediate container 626522588efc [2021-02-09T00:31:38.120Z] ---> 6b8c600b439b [2021-02-09T00:31:38.120Z] [2021-02-09T00:31:38.391Z] Successfully built 6b8c600b439b [2021-02-09T00:31:38.391Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T00:32:05.273Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:32:05.273Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:32:05.273Z] ---> 3812d4adb3b2 [2021-02-09T00:32:05.273Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:32:05.273Z] ---> Using cache [2021-02-09T00:32:05.273Z] ---> 97c62765d168 [2021-02-09T00:32:05.273Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:32:05.273Z] ---> Using cache [2021-02-09T00:32:05.273Z] ---> 0e3fbf2e1692 [2021-02-09T00:32:05.273Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T00:32:05.273Z] ---> Running in 52bc9ebda536 [2021-02-09T00:32:06.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:32:07.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:32:08.446Z] OK: 217 MiB in 51 packages [2021-02-09T00:32:09.949Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:32:09.949Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:32:09.949Z] ---> 3812d4adb3b2 [2021-02-09T00:32:09.949Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T00:32:09.949Z] ---> Using cache [2021-02-09T00:32:09.949Z] ---> 97c62765d168 [2021-02-09T00:32:09.949Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:32:09.949Z] ---> Using cache [2021-02-09T00:32:09.949Z] ---> 0e3fbf2e1692 [2021-02-09T00:32:09.949Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T00:32:09.949Z] ---> Running in 1970e1e31a2b [2021-02-09T00:32:11.015Z] Removing intermediate container 52bc9ebda536 [2021-02-09T00:32:11.015Z] ---> 59be70d849b5 [2021-02-09T00:32:11.015Z] Step 6/22 : COPY go.mod . [2021-02-09T00:32:11.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:32:12.252Z] ---> 353c3f1f59e3 [2021-02-09T00:32:12.252Z] Step 7/22 : RUN go mod download [2021-02-09T00:32:12.524Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:32:12.524Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:32:12.524Z] ---> 3812d4adb3b2 [2021-02-09T00:32:12.524Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T00:32:12.524Z] ---> Using cache [2021-02-09T00:32:12.524Z] ---> 97c62765d168 [2021-02-09T00:32:12.524Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:32:12.524Z] ---> Using cache [2021-02-09T00:32:12.524Z] ---> 0e3fbf2e1692 [2021-02-09T00:32:12.524Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T00:32:12.524Z] ---> Running in 46c1d1e95ce7 [2021-02-09T00:32:12.524Z] ---> Running in 2282a874678c [2021-02-09T00:32:12.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:32:12.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:32:12.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:32:12.796Z] ---> 3812d4adb3b2 [2021-02-09T00:32:12.797Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:32:12.797Z] ---> Using cache [2021-02-09T00:32:12.797Z] ---> 97c62765d168 [2021-02-09T00:32:12.797Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:32:12.797Z] ---> Using cache [2021-02-09T00:32:12.797Z] ---> 0e3fbf2e1692 [2021-02-09T00:32:12.797Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:32:13.067Z] ---> Running in 227c028a0698 [2021-02-09T00:32:13.670Z] OK: 217 MiB in 51 packages [2021-02-09T00:32:14.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:32:14.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:32:14.935Z] Removing intermediate container 1970e1e31a2b [2021-02-09T00:32:14.935Z] ---> ce05b81fff3f [2021-02-09T00:32:14.935Z] Step 6/21 : COPY go.mod . [2021-02-09T00:32:15.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:32:15.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:32:15.808Z] ---> be305c42cdc4 [2021-02-09T00:32:15.808Z] Step 7/21 : RUN go mod download [2021-02-09T00:32:16.084Z] ---> Running in 9db8798d0c20 [2021-02-09T00:32:16.084Z] Removing intermediate container 46c1d1e95ce7 [2021-02-09T00:32:16.084Z] ---> 76f6c7e14647 [2021-02-09T00:32:16.084Z] Step 8/22 : COPY . . [2021-02-09T00:32:16.363Z] OK: 217 MiB in 51 packages [2021-02-09T00:32:16.648Z] OK: 217 MiB in 51 packages [2021-02-09T00:32:18.094Z] Removing intermediate container 227c028a0698 [2021-02-09T00:32:18.094Z] ---> adde751fb26b [2021-02-09T00:32:18.094Z] Step 6/23 : COPY go.mod . [2021-02-09T00:32:18.699Z] Removing intermediate container 2282a874678c [2021-02-09T00:32:18.699Z] ---> a5a8a37948d8 [2021-02-09T00:32:18.699Z] Step 6/26 : COPY go.mod . [2021-02-09T00:32:19.334Z] ---> c4f60a3b9476 [2021-02-09T00:32:19.334Z] Step 7/23 : RUN go mod download [2021-02-09T00:32:19.621Z] ---> Running in e89715bea6d3 [2021-02-09T00:32:19.901Z] ---> caf3ef7ccb99 [2021-02-09T00:32:19.901Z] Step 7/26 : RUN go mod download [2021-02-09T00:32:20.191Z] Removing intermediate container 9db8798d0c20 [2021-02-09T00:32:20.191Z] ---> 6d9e04c7a886 [2021-02-09T00:32:20.191Z] Step 8/21 : COPY . . [2021-02-09T00:32:20.191Z] ---> Running in 974f803f936c [2021-02-09T00:32:25.724Z] Removing intermediate container e89715bea6d3 [2021-02-09T00:32:25.724Z] ---> a45c42b37e1c [2021-02-09T00:32:25.724Z] Step 8/23 : COPY . . [2021-02-09T00:32:25.996Z] Removing intermediate container 974f803f936c [2021-02-09T00:32:25.996Z] ---> 2ef3c9abdace [2021-02-09T00:32:25.996Z] Step 8/26 : COPY . . [2021-02-09T00:32:38.422Z] ---> 6a53eb49c85e [2021-02-09T00:32:38.422Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T00:32:38.695Z] ---> fff414baa6f2 [2021-02-09T00:32:38.695Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T00:32:39.319Z] ---> Running in d1db0b86c239 [2021-02-09T00:32:39.598Z] ---> Running in ec84cf9d75c3 [2021-02-09T00:32:41.056Z] ---> 74f0aa2f96c1 [2021-02-09T00:32:41.056Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T00:32:41.056Z] 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-09T00:32:41.056Z] ---> Running in e21b45052544 [2021-02-09T00:32:41.334Z] 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-09T00:32:41.612Z] ---> 1ac2b044474e [2021-02-09T00:32:41.612Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T00:32:41.941Z] ---> Running in 6e9a35efe048 [2021-02-09T00:32:42.930Z] 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-09T00:32:43.527Z] 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-09T00:33:51.612Z] 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-09T00:34:04.034Z] Removing intermediate container ec84cf9d75c3 [2021-02-09T00:34:04.034Z] ---> 8c15dc5d0ed9 [2021-02-09T00:34:04.034Z] [2021-02-09T00:34:04.034Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T00:34:04.034Z] ---> afeebe901d6b [2021-02-09T00:34:04.034Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T00:34:04.034Z] ---> Running in 2d52c4c08d95 [2021-02-09T00:34:04.034Z] Removing intermediate container e21b45052544 [2021-02-09T00:34:04.034Z] ---> 9f793877e491 [2021-02-09T00:34:04.034Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T00:34:04.034Z] ---> Running in ee3a14822839 [2021-02-09T00:34:04.645Z] 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-09T00:34:04.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:34:04.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:34:05.548Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T00:34:05.548Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:34:05.548Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T00:34:05.548Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T00:34:05.825Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:34:05.825Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:34:06.097Z] OK: 7 MiB in 18 packages [2021-02-09T00:34:09.537Z] Removing intermediate container ee3a14822839 [2021-02-09T00:34:09.537Z] ---> d74eee794ff5 [2021-02-09T00:34:09.537Z] [2021-02-09T00:34:09.537Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T00:34:09.537Z] Removing intermediate container 2d52c4c08d95 [2021-02-09T00:34:09.537Z] ---> 7766e5f07c43 [2021-02-09T00:34:09.537Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:34:09.537Z] 20.10.0: Pulling from library/docker [2021-02-09T00:34:09.537Z] ---> Running in f5f315f05b22 [2021-02-09T00:34:09.537Z] Removing intermediate container 6e9a35efe048 [2021-02-09T00:34:09.537Z] ---> 0c154b718b9f [2021-02-09T00:34:09.537Z] [2021-02-09T00:34:09.537Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:34:09.537Z] Removing intermediate container d1db0b86c239 [2021-02-09T00:34:09.537Z] ---> 29a1dc0ad364 [2021-02-09T00:34:09.537Z] [2021-02-09T00:34:09.537Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:34:09.537Z] ---> afeebe901d6b [2021-02-09T00:34:09.537Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T00:34:09.537Z] ---> afeebe901d6b [2021-02-09T00:34:09.537Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:34:09.537Z] ---> Using cache [2021-02-09T00:34:09.537Z] ---> d8dfd75f9d52 [2021-02-09T00:34:09.537Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:34:09.537Z] ---> Using cache [2021-02-09T00:34:09.537Z] ---> de9e89bfd696 [2021-02-09T00:34:09.537Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T00:34:09.813Z] ---> Running in 640e881c09c5 [2021-02-09T00:34:09.813Z] ---> Running in 4f068047e1e3 [2021-02-09T00:34:10.091Z] Removing intermediate container f5f315f05b22 [2021-02-09T00:34:10.091Z] ---> 1d6bf10bf462 [2021-02-09T00:34:10.091Z] Step 13/21 : WORKDIR /edgex [2021-02-09T00:34:10.719Z] ---> Running in 81a9ab748a8e [2021-02-09T00:34:10.719Z] Removing intermediate container 4f068047e1e3 [2021-02-09T00:34:10.719Z] ---> 4dc9a45a07f8 [2021-02-09T00:34:10.719Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:34:11.332Z] ---> Running in d7a0008bc456 [2021-02-09T00:34:11.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:34:11.332Z] Removing intermediate container 81a9ab748a8e [2021-02-09T00:34:11.332Z] ---> 0e2a47315f37 [2021-02-09T00:34:11.332Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T00:34:11.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:34:12.212Z] Removing intermediate container d7a0008bc456 [2021-02-09T00:34:12.212Z] ---> eccef2fdd9cb [2021-02-09T00:34:12.212Z] Step 15/23 : WORKDIR / [2021-02-09T00:34:12.212Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T00:34:12.212Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:34:12.502Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:34:12.502Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:34:12.502Z] ---> Running in 332ab972f623 [2021-02-09T00:34:12.502Z] OK: 6 MiB in 16 packages [2021-02-09T00:34:12.778Z] ---> a6d55e017cae [2021-02-09T00:34:12.778Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T00:34:13.379Z] Removing intermediate container 332ab972f623 [2021-02-09T00:34:13.379Z] ---> 4fb21553f797 [2021-02-09T00:34:13.379Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:34:14.814Z] ---> a22386c0a8d3 [2021-02-09T00:34:14.814Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T00:34:15.095Z] ---> 065014d5daf2 [2021-02-09T00:34:15.095Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T00:34:15.368Z] Removing intermediate container 640e881c09c5 [2021-02-09T00:34:15.368Z] ---> ab1e1d3e41d0 [2021-02-09T00:34:15.368Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:34:15.966Z] ---> Running in 84f18be1e2a6 [2021-02-09T00:34:16.946Z] Removing intermediate container 84f18be1e2a6 [2021-02-09T00:34:16.946Z] ---> 7950b5627d50 [2021-02-09T00:34:16.946Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T00:34:17.216Z] ---> 8797ce4d3245 [2021-02-09T00:34:17.217Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T00:34:17.809Z] ---> Running in 8d7354a07351 [2021-02-09T00:34:17.809Z] ---> 120634f2fa06 [2021-02-09T00:34:17.809Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T00:34:18.100Z] ---> Running in 22cffb7f4ead [2021-02-09T00:34:18.374Z] Removing intermediate container 8d7354a07351 [2021-02-09T00:34:18.374Z] ---> 8597b9820e89 [2021-02-09T00:34:18.374Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:34:18.652Z] Removing intermediate container 22cffb7f4ead [2021-02-09T00:34:18.652Z] ---> 1ef7a49da2a2 [2021-02-09T00:34:18.652Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T00:34:18.924Z] ---> Running in e842c8710e25 [2021-02-09T00:34:19.194Z] ---> b5ca6bce91fa [2021-02-09T00:34:19.194Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T00:34:19.194Z] ---> Running in 5ef328d09133 [2021-02-09T00:34:19.473Z] ---> Running in 68e2a5eb6bfe [2021-02-09T00:34:19.473Z] Removing intermediate container e842c8710e25 [2021-02-09T00:34:19.473Z] ---> 0de7367bec78 [2021-02-09T00:34:19.473Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:34:20.069Z] Removing intermediate container 5ef328d09133 [2021-02-09T00:34:20.069Z] ---> 40593042df04 [2021-02-09T00:34:20.069Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T00:34:20.069Z] Removing intermediate container 68e2a5eb6bfe [2021-02-09T00:34:20.069Z] ---> ff8d9d8fbefe [2021-02-09T00:34:20.069Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:34:20.069Z] ---> Running in d992bcf2d9d0 [2021-02-09T00:34:20.347Z] ---> Running in a09ca9c3d452 [2021-02-09T00:34:20.347Z] ---> 3a0206c9037a [2021-02-09T00:34:20.347Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T00:34:20.625Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T00:34:20.626Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T00:34:20.626Z] ---> eeaf43b92773 [2021-02-09T00:34:20.626Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T00:34:20.626Z] Removing intermediate container d992bcf2d9d0 [2021-02-09T00:34:20.626Z] ---> 794eee57b7ca [2021-02-09T00:34:20.626Z] Step 20/21 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:34:21.228Z] ---> Running in b5fbed511354 [2021-02-09T00:34:21.228Z] ---> Running in cc9eb3761c23 [2021-02-09T00:34:21.228Z] Removing intermediate container a09ca9c3d452 [2021-02-09T00:34:21.228Z] ---> 749663b258f9 [2021-02-09T00:34:21.228Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:34:21.506Z] ---> Running in 738c8bf73193 [2021-02-09T00:34:21.781Z] ---> 8e7730253e63 [2021-02-09T00:34:21.781Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T00:34:21.781Z] Removing intermediate container b5fbed511354 [2021-02-09T00:34:21.781Z] ---> ae8c653528d7 [2021-02-09T00:34:21.781Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T00:34:22.054Z] ---> Running in 497eb5a4ea2e [2021-02-09T00:34:22.326Z] Removing intermediate container 738c8bf73193 [2021-02-09T00:34:22.326Z] ---> b475d17402f3 [2021-02-09T00:34:22.326Z] Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:34:22.326Z] ---> Running in 09480d23fd45 [2021-02-09T00:34:22.603Z] Removing intermediate container 497eb5a4ea2e [2021-02-09T00:34:22.603Z] ---> 9618eaa5df4e [2021-02-09T00:34:22.603Z] [2021-02-09T00:34:22.603Z] ---> d64b0b4148fe [2021-02-09T00:34:22.603Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T00:34:22.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:34:22.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:34:23.160Z] Removing intermediate container 09480d23fd45 [2021-02-09T00:34:23.160Z] ---> 2a96a3f0f752 [2021-02-09T00:34:23.160Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:34:23.160Z] ---> Running in 6793a68c3bd0 [2021-02-09T00:34:23.160Z] Successfully built 9618eaa5df4e [2021-02-09T00:34:23.160Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T00:34:23.160Z] ---> Running in 20d21dd66e0e [2021-02-09T00:34:23.432Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2021-02-09T00:34:23.432Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T00:34:23.708Z] Executing bash-5.0.17-r0.post-install [2021-02-09T00:34:23.708Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:34:23.708Z] Removing intermediate container 6793a68c3bd0 [2021-02-09T00:34:23.708Z] ---> 77b128b8864f [2021-02-09T00:34:23.708Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:34:23.708Z] OK: 12 MiB in 22 packages [2021-02-09T00:34:23.708Z] Removing intermediate container 20d21dd66e0e [2021-02-09T00:34:23.708Z] ---> bca6dab73bff [2021-02-09T00:34:23.708Z] [2021-02-09T00:34:23.708Z] ---> Running in 8f3904b40e7d [2021-02-09T00:34:24.304Z] Successfully built bca6dab73bff [2021-02-09T00:34:24.304Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T00:34:24.304Z]  Building docker-core-command-go ... done Removing intermediate container 8f3904b40e7d [2021-02-09T00:34:24.304Z] ---> 71062f5fa1fe [2021-02-09T00:34:24.304Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T00:34:24.576Z] ---> Running in dfd831ddd2f9 [2021-02-09T00:34:24.845Z] Removing intermediate container cc9eb3761c23 [2021-02-09T00:34:24.845Z] ---> 04763202e2a4 [2021-02-09T00:34:24.845Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T00:34:25.124Z] Removing intermediate container dfd831ddd2f9 [2021-02-09T00:34:25.124Z] ---> a6f66a234f8c [2021-02-09T00:34:25.124Z] Step 21/22 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:34:25.124Z] ---> Running in c9b8da65ce0d [2021-02-09T00:34:25.124Z] ---> Running in 733b4ac0d70f [2021-02-09T00:34:25.723Z] Removing intermediate container c9b8da65ce0d [2021-02-09T00:34:25.723Z] ---> 8598455309ae [2021-02-09T00:34:25.723Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T00:34:25.723Z] Removing intermediate container 733b4ac0d70f [2021-02-09T00:34:25.723Z] ---> 9d9a85b7d7c5 [2021-02-09T00:34:25.723Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:34:25.723Z] ---> Running in 85748e3f7907 [2021-02-09T00:34:26.000Z] ---> Running in 2f3cf775b9e4 [2021-02-09T00:34:26.275Z] Removing intermediate container 85748e3f7907 [2021-02-09T00:34:26.275Z] ---> 541b9109405c [2021-02-09T00:34:26.275Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T00:34:26.552Z] ---> Running in bc06124eb888 [2021-02-09T00:34:26.552Z] Removing intermediate container 2f3cf775b9e4 [2021-02-09T00:34:26.552Z] ---> 795da62c102b [2021-02-09T00:34:26.552Z] [2021-02-09T00:34:27.155Z] Successfully built 795da62c102b [2021-02-09T00:34:27.155Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T00:34:27.155Z]  Building docker-support-notifications-go ... done Removing intermediate container bc06124eb888 [2021-02-09T00:34:27.155Z] ---> 59836e07b43c [2021-02-09T00:34:27.155Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T00:34:28.133Z] ---> d3f88c6b6548 [2021-02-09T00:34:28.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T00:34:29.112Z] ---> 218f6a865e22 [2021-02-09T00:34:29.112Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T00:34:29.709Z] ---> 3f75edb3876a [2021-02-09T00:34:29.709Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T00:34:29.980Z] ---> Running in 6dc1b67e4f54 [2021-02-09T00:34:30.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:34:31.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:34:31.833Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T00:34:31.833Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T00:34:31.833Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T00:34:31.833Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T00:34:31.833Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T00:34:31.833Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T00:34:31.833Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T00:34:33.791Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T00:34:33.791Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T00:34:33.791Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T00:34:33.791Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T00:34:33.791Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T00:34:33.791Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T00:34:33.791Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T00:34:33.791Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T00:34:33.791Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T00:34:33.791Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T00:34:33.791Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T00:34:33.791Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T00:34:33.791Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T00:34:33.791Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T00:34:33.791Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T00:34:33.791Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T00:34:34.061Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T00:34:34.061Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T00:34:34.061Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T00:34:34.061Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T00:34:34.061Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T00:34:34.061Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T00:34:34.061Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T00:34:34.061Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T00:34:34.061Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T00:34:34.061Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T00:34:34.334Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:34:34.334Z] OK: 71 MiB in 55 packages [2021-02-09T00:34:41.104Z] Removing intermediate container 6dc1b67e4f54 [2021-02-09T00:34:41.104Z] ---> 44240e3251fb [2021-02-09T00:34:41.104Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T00:34:41.392Z] ---> Running in 33a130e7ebaf [2021-02-09T00:34:48.269Z] Collecting docker-compose==1.23.2 [2021-02-09T00:34:48.269Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T00:34:48.269Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T00:34:48.269Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T00:34:50.900Z] 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-09T00:34:51.175Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T00:34:51.453Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T00:34:52.889Z] Collecting PyYAML<4,>=3.10 [2021-02-09T00:34:52.889Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T00:34:57.211Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T00:34:57.485Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T00:34:59.467Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T00:34:59.467Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T00:35:00.065Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T00:35:00.339Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T00:35:02.984Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T00:35:02.984Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T00:35:06.376Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T00:35:06.376Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T00:35:06.650Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T00:35:06.650Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T00:35:07.247Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T00:35:07.247Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T00:35:07.850Z] Collecting idna<2.8,>=2.5 [2021-02-09T00:35:07.850Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T00:35:08.831Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T00:35:08.831Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T00:35:09.104Z] 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-09T00:35:09.104Z] 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-09T00:35:09.104Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T00:35:09.104Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T00:35:09.104Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T00:35:09.104Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T00:35:10.088Z] Installing collected packages: docopt, websocket-client, PyYAML, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, jsonschema, cached-property, docker-compose [2021-02-09T00:35:10.088Z] Running setup.py install for docopt: started [2021-02-09T00:35:12.723Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T00:35:12.996Z] Running setup.py install for PyYAML: started [2021-02-09T00:35:15.616Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T00:35:15.889Z] Attempting uninstall: idna [2021-02-09T00:35:15.889Z] Found existing installation: idna 2.9 [2021-02-09T00:35:15.889Z] Uninstalling idna-2.9: [2021-02-09T00:35:15.889Z] Successfully uninstalled idna-2.9 [2021-02-09T00:35:16.487Z] Attempting uninstall: urllib3 [2021-02-09T00:35:16.487Z] Found existing installation: urllib3 1.25.9 [2021-02-09T00:35:16.487Z] Uninstalling urllib3-1.25.9: [2021-02-09T00:35:16.759Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T00:35:17.354Z] Attempting uninstall: requests [2021-02-09T00:35:17.354Z] Found existing installation: requests 2.23.0 [2021-02-09T00:35:17.354Z] Uninstalling requests-2.23.0: [2021-02-09T00:35:17.627Z] Successfully uninstalled requests-2.23.0 [2021-02-09T00:35:18.603Z] Running setup.py install for dockerpty: started [2021-02-09T00:35:20.575Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T00:35:20.575Z] Running setup.py install for texttable: started [2021-02-09T00:35:23.203Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T00:35:24.671Z] 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-09T00:35:28.065Z] Removing intermediate container 33a130e7ebaf [2021-02-09T00:35:28.065Z] ---> 28238579da2b [2021-02-09T00:35:28.065Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T00:35:28.065Z] ---> Running in e7897307fc0b [2021-02-09T00:35:29.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:35:29.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:35:30.098Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:35:30.098Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T00:35:30.098Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T00:35:30.376Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:35:30.376Z] OK: 71 MiB in 58 packages [2021-02-09T00:35:31.361Z] Removing intermediate container e7897307fc0b [2021-02-09T00:35:31.361Z] ---> 825746828957 [2021-02-09T00:35:31.361Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T00:35:31.636Z] ---> Running in 26c2f9a0d6f5 [2021-02-09T00:35:32.233Z] Removing intermediate container 26c2f9a0d6f5 [2021-02-09T00:35:32.234Z] ---> c5b96c68b484 [2021-02-09T00:35:32.234Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:35:32.234Z] ---> Running in a030001354ce [2021-02-09T00:35:32.835Z] Removing intermediate container a030001354ce [2021-02-09T00:35:32.835Z] ---> e3567965de84 [2021-02-09T00:35:32.835Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T00:35:32.835Z] ---> Running in d20a1739823b [2021-02-09T00:35:33.449Z] Removing intermediate container d20a1739823b [2021-02-09T00:35:33.449Z] ---> 50c3ac1c02a9 [2021-02-09T00:35:33.449Z] Step 25/26 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b [2021-02-09T00:35:33.449Z] ---> Running in 8bd9cda9f7c6 [2021-02-09T00:35:34.049Z] Removing intermediate container 8bd9cda9f7c6 [2021-02-09T00:35:34.049Z] ---> fb0ffef9f9a4 [2021-02-09T00:35:34.049Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T00:35:34.049Z] ---> Running in c5bbbaf44e97 [2021-02-09T00:35:34.651Z] Removing intermediate container c5bbbaf44e97 [2021-02-09T00:35:34.651Z] ---> 79fd687de9b2 [2021-02-09T00:35:34.651Z] [2021-02-09T00:35:34.925Z] Successfully built 79fd687de9b2 [2021-02-09T00:35:35.202Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T00:35:35.494Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T00:35:35.528Z] $ docker stop --time=1 9cf02bc78953c2a8f4162a6ce70edb34e7193bda35c2a80c931445a93389cc80 [2021-02-09T00:35:37.543Z] $ docker rm -f 9cf02bc78953c2a8f4162a6ce70edb34e7193bda35c2a80c931445a93389cc80 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:35:38.241Z] + grep docker [2021-02-09T00:35:38.241Z] + docker images [2021-02-09T00:35:38.512Z] docker-sys-mgmt-agent-go-arm64 latest 79fd687de9b2 4 seconds ago 300MB [2021-02-09T00:35:38.512Z] docker-support-notifications-go-arm64 latest 795da62c102b About a minute ago 16.7MB [2021-02-09T00:35:38.512Z] docker-core-command-go-arm64 latest bca6dab73bff About a minute ago 16MB [2021-02-09T00:35:38.512Z] docker-security-proxy-setup-go-arm64 latest 9618eaa5df4e About a minute ago 23.2MB [2021-02-09T00:35:38.512Z] docker-core-data-go-arm64 latest 6b8c600b439b 4 minutes ago 21MB [2021-02-09T00:35:38.512Z] docker-security-bootstrapper-go-arm64 latest 9929bf77ade0 4 minutes ago 17MB [2021-02-09T00:35:38.512Z] docker-core-metadata-go-arm64 latest 5ec5b15cebc7 4 minutes ago 17.8MB [2021-02-09T00:35:38.512Z] docker-support-scheduler-go-arm64 latest 2d8a7f270392 4 minutes ago 16.1MB [2021-02-09T00:35:38.512Z] docker-security-secretstore-setup-go-arm64 latest 98d34344c15f 4 minutes ago 23.4MB [2021-02-09T00:35:38.512Z] docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-09T00:35:40.654Z] provisioning config files... [2021-02-09T00:35:40.671Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1927824680598631200tmp [Pipeline] { [Pipeline] sh [2021-02-09T00:35:41.152Z] + set +x [2021-02-09T00:35:41.153Z] + curl -s https://codecov.io/bash [2021-02-09T00:35:41.153Z] + bash -s -- [2021-02-09T00:35:41.432Z] [2021-02-09T00:35:41.432Z] _____ _ [2021-02-09T00:35:41.432Z] / ____| | | [2021-02-09T00:35:41.432Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T00:35:41.432Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T00:35:41.432Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T00:35:41.432Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T00:35:41.432Z] Bash-20210129-7c25fce [2021-02-09T00:35:41.432Z] [2021-02-09T00:35:41.432Z] [2021-02-09T00:35:41.432Z] ==> git version 2.24.3 found [2021-02-09T00:35:41.432Z] ==> 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-09T00:35:41.432Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T00:35:41.432Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T00:35:41.432Z] ==> Jenkins CI detected. [2021-02-09T00:35:41.432Z] project root: . [2021-02-09T00:35:41.432Z] --> token set from env [2021-02-09T00:35:41.709Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T00:35:41.709Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T00:35:41.709Z] ==> Python coveragepy not found [2021-02-09T00:35:41.709Z] ==> Searching for coverage reports in: [2021-02-09T00:35:41.709Z] + . [2021-02-09T00:35:41.709Z] -> Found 1 reports [2021-02-09T00:35:41.709Z] ==> Detecting git/mercurial file structure [2021-02-09T00:35:41.709Z] ==> Reading reports [2021-02-09T00:35:41.709Z] + ./coverage.out bytes=592672 [2021-02-09T00:35:41.709Z] ==> Appending adjustments [2021-02-09T00:35:41.709Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T00:35:45.062Z] + Found adjustments [2021-02-09T00:35:45.062Z] ==> Gzipping contents [2021-02-09T00:35:45.062Z] 88K /tmp/codecov.X3v2wc.gz [2021-02-09T00:35:45.062Z] ==> Uploading reports [2021-02-09T00:35:45.062Z] url: https://codecov.io [2021-02-09T00:35:45.062Z] query: branch=PR-3147&commit=1328e27822f90754017cbd8e20c4b6742003374b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3147%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3147&job=&cmd_args= [2021-02-09T00:35:45.062Z] -> Pinging Codecov [2021-02-09T00:35:45.062Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3147&commit=1328e27822f90754017cbd8e20c4b6742003374b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3147%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3147&job=&cmd_args= [2021-02-09T00:35:45.324Z] -> Uploading to [2021-02-09T00:35:45.324Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/1328e27822f90754017cbd8e20c4b6742003374b/5bf534d1-7818-4ebb-83bb-2b2908342bf9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T003545Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f9f07939a58b09bc195b7e30b79ef54894ab9027f624b9b2386665b747b679aa [2021-02-09T00:35:45.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T00:35:45.586Z] Dload Upload Total Spent Left Speed [2021-02-09T00:35:46.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89083 0 0 100 89083 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-02-09T00:35:46.159Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1328e27822f90754017cbd8e20c4b6742003374b [Pipeline] } [2021-02-09T00:35:46.169Z] 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-09T00:35:48.080Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:35:48.963Z] ---> package-listing.sh [2021-02-09T00:35:48.963Z] ++ facter osfamily [2021-02-09T00:35:48.963Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T00:35:48.963Z] + OS_FAMILY=redhat [2021-02-09T00:35:48.963Z] + workspace=/w/workspace/edgex-go/3 [2021-02-09T00:35:48.963Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T00:35:48.963Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T00:35:48.963Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T00:35:48.963Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T00:35:48.963Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-09T00:35:48.963Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T00:35:48.963Z] + case "${OS_FAMILY}" in [2021-02-09T00:35:48.963Z] + rpm -qa [2021-02-09T00:35:48.963Z] + sort [2021-02-09T00:35:54.281Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T00:35:54.281Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T00:35:54.281Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T00:35:54.281Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-09T00:35:54.281Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-09T00:35:54.281Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-09T00:35:54.296Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T00:35:54.595Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:35:54.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:35:54.905Z] [2021-02-09T00:35:54.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:35:55.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:35:55.265Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T00:35:55.265Z] df20fa9351a1: Pulling fs layer [2021-02-09T00:35:55.265Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T00:35:55.265Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T00:35:55.265Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T00:35:55.265Z] 93b61091891f: Pulling fs layer [2021-02-09T00:35:55.265Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T00:35:55.265Z] 5e14af77c1be: Pulling fs layer [2021-02-09T00:35:55.265Z] 01666e4c0597: Pulling fs layer [2021-02-09T00:35:55.265Z] aa168da1d23b: Pulling fs layer [2021-02-09T00:35:55.265Z] 46f8f816bc3b: Waiting [2021-02-09T00:35:55.265Z] 93b9cdb0e59b: Waiting [2021-02-09T00:35:55.265Z] 5e14af77c1be: Waiting [2021-02-09T00:35:55.265Z] 01666e4c0597: Waiting [2021-02-09T00:35:55.265Z] 93b61091891f: Waiting [2021-02-09T00:35:55.265Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T00:35:55.265Z] 36b3adc4ff6f: Download complete [2021-02-09T00:35:55.265Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T00:35:55.265Z] 46f8f816bc3b: Download complete [2021-02-09T00:35:55.529Z] df20fa9351a1: Verifying Checksum [2021-02-09T00:35:55.529Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T00:35:55.529Z] 93b9cdb0e59b: Download complete [2021-02-09T00:35:55.529Z] 93b61091891f: Download complete [2021-02-09T00:35:55.529Z] 5e14af77c1be: Verifying Checksum [2021-02-09T00:35:55.529Z] 5e14af77c1be: Download complete [2021-02-09T00:35:55.529Z] 01666e4c0597: Verifying Checksum [2021-02-09T00:35:55.529Z] 01666e4c0597: Download complete [2021-02-09T00:35:55.529Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T00:35:55.529Z] 8ad3a11d3b57: Download complete [2021-02-09T00:35:55.791Z] df20fa9351a1: Pull complete [2021-02-09T00:35:56.055Z] 36b3adc4ff6f: Pull complete [2021-02-09T00:35:58.025Z] aa168da1d23b: Verifying Checksum [2021-02-09T00:35:58.025Z] aa168da1d23b: Download complete [2021-02-09T00:35:58.600Z] 8ad3a11d3b57: Pull complete [2021-02-09T00:35:58.874Z] 46f8f816bc3b: Pull complete [2021-02-09T00:35:59.450Z] 93b61091891f: Pull complete [2021-02-09T00:35:59.450Z] 93b9cdb0e59b: Pull complete [2021-02-09T00:35:59.716Z] 5e14af77c1be: Pull complete [2021-02-09T00:35:59.716Z] 01666e4c0597: Pull complete [2021-02-09T00:36:09.753Z] aa168da1d23b: Pull complete [2021-02-09T00:36:09.753Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T00:36:09.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:36:09.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T00:36:09.963Z] prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container [2021-02-09T00:36:10.034Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T00:36:14.533Z] $ docker top 1944a3e1225389626413c6eff3080c2d42d66c358b90d3e2385a1ee377323b71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:36:15.035Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T00:36:15.337Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T00:36:15.636Z] + ls /var/log/sa-host [2021-02-09T00:36:15.636Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T00:36:15.636Z] file_magic: OK [2021-02-09T00:36:15.636Z] HZ: Using current value: 100 [2021-02-09T00:36:15.636Z] file_header: OK [2021-02-09T00:36:15.636Z] 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-09T00:36:15.636Z] Statistics: [2021-02-09T00:36:15.636Z] 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... [2021-02-09T00:36:15.636Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T00:36:15.636Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T00:36:15.636Z] file_magic: OK [2021-02-09T00:36:15.636Z] HZ: Using current value: 100 [2021-02-09T00:36:15.636Z] file_header: OK [2021-02-09T00:36:15.636Z] 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-09T00:36:15.636Z] Statistics: [2021-02-09T00:36:15.636Z] Hnuu...uuuununununu... [2021-02-09T00:36:15.636Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T00:36:16.280Z] provisioning config files... [2021-02-09T00:36:16.296Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3095223575723826209tmp [Pipeline] { [Pipeline] echo [2021-02-09T00:36:16.366Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:36:16.668Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T00:36:16.678Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T00:36:16.768Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:36:17.069Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T00:36:17.081Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:36:17.380Z] ---> sudo-logs.sh [2021-02-09T00:36:17.380Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T00:36:17.391Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:36:17.695Z] ---> job-cost.sh [2021-02-09T00:36:17.696Z] lf-activate-venv: SKIPPING [2021-02-09T00:36:17.696Z] INFO: No Stack... [2021-02-09T00:36:18.639Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T00:36:19.216Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T00:36:19.229Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:36:19.528Z] ---> logs-deploy.sh [2021-02-09T00:36:19.528Z] lf-activate-venv: SKIPPING [2021-02-09T00:36:19.528Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3147/3 [2021-02-09T00:36:19.528Z] INFO: archiving workspace using pattern(s): [2021-02-09T00:36:20.916Z] Archives upload complete. [2021-02-09T00:36:20.916Z] INFO: archiving logs to Nexus