Pull request #2908 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 424f84ba947e69db1eccda73b18ab08a1cdd8c1d+e25094879da38d58945b339cb800433d3a77391e (2ce9f652a56e149f2762e1e343d1d4db9d72472f) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16326 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e25094879da38d58945b339cb800433d3a77391e into PR head commit 424f84ba947e69db1eccda73b18ab08a1cdd8c1d Merge succeeded, producing 424f84ba947e69db1eccda73b18ab08a1cdd8c1d Checking out Revision 424f84ba947e69db1eccda73b18ab08a1cdd8c1d (PR-2908) > 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # 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 e25094879da38d58945b339cb800433d3a77391e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git rev-list --no-walk 9de74e28842b0d181f1712cd781cae03bb1b8cd8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T10:00:00.360Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T10:00:00.774Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T10:00:00.869Z] ========================================================= [2020-12-16T10:00:00.869Z] EdgeX Global Pipelines Version Info [2020-12-16T10:00:00.869Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:00:02.510Z] ------------------- [2020-12-16T10:00:02.510Z] stable info: [2020-12-16T10:00:02.510Z] ------------------- [2020-12-16T10:00:02.510Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T10:00:02.510Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T10:00:02.510Z] Message: update stable to v1.0.172 [2020-12-16T10:00:03.462Z] ------------------- [2020-12-16T10:00:03.462Z] experimental info: [2020-12-16T10:00:03.462Z] ------------------- [2020-12-16T10:00:03.462Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T10:00:03.462Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T10:00:03.462Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:00:03.778Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-16T10:00:03.873Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-16T10:00:03.973Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T10:00:04.073Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T10:00:04.175Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T10:00:04.278Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T10:00:04.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T10:00:04.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-16T10:00:04.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-16T10:00:04.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-16T10:00:04.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T10:00:04.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T10:00:05.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T10:00:05.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T10:00:05.279Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T10:00:05.378Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T10:00:05.483Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T10:00:05.590Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T10:00:05.687Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T10:00:05.787Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T10:00:05.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-16T10:00:05.990Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T10:00:06.093Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo [2020-12-16T10:00:06.196Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo [2020-12-16T10:00:06.302Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo [2020-12-16T10:00:06.414Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 424f84ba947e69db1eccda73b18ab08a1cdd8c1d [Pipeline] echo [2020-12-16T10:00:06.507Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 424f84b [Pipeline] echo [2020-12-16T10:00:06.625Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T10:00:06.852Z] provisioning config files... [2020-12-16T10:00:06.893Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config2090705815210557127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:00:07.306Z] ---> docker-login.sh [2020-12-16T10:00:07.306Z] nexus3.edgexfoundry.org:10001 [2020-12-16T10:00:07.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:07.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:07.830Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:07.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:07.830Z] [2020-12-16T10:00:07.830Z] Login Succeeded [2020-12-16T10:00:07.830Z] nexus3.edgexfoundry.org:10002 [2020-12-16T10:00:07.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:07.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:07.830Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:07.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:07.830Z] [2020-12-16T10:00:07.830Z] Login Succeeded [2020-12-16T10:00:07.830Z] nexus3.edgexfoundry.org:10003 [2020-12-16T10:00:08.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:08.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:08.093Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:08.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:08.093Z] [2020-12-16T10:00:08.093Z] Login Succeeded [2020-12-16T10:00:08.093Z] nexus3.edgexfoundry.org:10004 [2020-12-16T10:00:08.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:08.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:08.356Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:08.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:08.356Z] [2020-12-16T10:00:08.356Z] Login Succeeded [2020-12-16T10:00:08.356Z] docker.io [2020-12-16T10:00:08.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:08.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:08.620Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:08.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:08.620Z] [2020-12-16T10:00:08.620Z] Login Succeeded [2020-12-16T10:00:08.628Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T10:00:08.630Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T10:00:09.121Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-16T10:00:09.121Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.121Z] ++ dirname cmd/core-command/Dockerfile [2020-12-16T10:00:09.121Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.121Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-16T10:00:09.121Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.121Z] ++ dirname cmd/core-data/Dockerfile [2020-12-16T10:00:09.121Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.121Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-16T10:00:09.121Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.121Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-16T10:00:09.121Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.121Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-16T10:00:09.121Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.121Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-16T10:00:09.121Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.121Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-16T10:00:09.121Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.122Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-16T10:00:09.122Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.122Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-16T10:00:09.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.122Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-16T10:00:09.122Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.122Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-16T10:00:09.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.122Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-16T10:00:09.122Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.122Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-16T10:00:09.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.122Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-16T10:00:09.122Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.122Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-16T10:00:09.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.122Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-16T10:00:09.122Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.122Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-16T10:00:09.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:09.122Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-16T10:00:09.122Z] ++ cut -d/ -f2 [2020-12-16T10:00:09.122Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T10:00:09.194Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-16T10:00:10.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:00:10.621Z] [2020-12-16T10:00:10.621Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:00:10.983Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:00:10.983Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T10:00:10.983Z] 31603596830f: Pulling fs layer [2020-12-16T10:00:10.983Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T10:00:10.983Z] 6ca5941a6612: Pulling fs layer [2020-12-16T10:00:10.983Z] ecc8261a40a4: Pulling fs layer [2020-12-16T10:00:10.983Z] ecc8261a40a4: Waiting [2020-12-16T10:00:10.983Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T10:00:10.983Z] 2a8b12db71e7: Download complete [2020-12-16T10:00:11.245Z] 31603596830f: Download complete [2020-12-16T10:00:11.513Z] 6ca5941a6612: Verifying Checksum [2020-12-16T10:00:11.513Z] 6ca5941a6612: Download complete [2020-12-16T10:00:11.513Z] ecc8261a40a4: Verifying Checksum [2020-12-16T10:00:11.513Z] ecc8261a40a4: Download complete [2020-12-16T10:00:11.513Z] 31603596830f: Pull complete [2020-12-16T10:00:11.778Z] 2a8b12db71e7: Pull complete [2020-12-16T10:00:12.383Z] 6ca5941a6612: Pull complete [2020-12-16T10:00:12.647Z] ecc8261a40a4: Pull complete [2020-12-16T10:00:12.647Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T10:00:12.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:00:12.647Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T10:00:12.823Z] prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container [2020-12-16T10:00:12.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T10:00:15.363Z] $ docker top 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T10:00:15.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T10:00:15.671Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T10:00:15.889Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T10:00:15.896Z] $ docker exec 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 ssh-agent [2020-12-16T10:00:16.073Z] SSH_AUTH_SOCK=/tmp/ssh-cn65liT0M2Cf/agent.12 [2020-12-16T10:00:16.073Z] SSH_AGENT_PID=17 [2020-12-16T10:00:16.087Z] Running ssh-add (command line suppressed) [2020-12-16T10:00:16.209Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_4797192441105688522.key (/w/workspace/edgex-go/20@tmp/private_key_4797192441105688522.key) [2020-12-16T10:00:16.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T10:00:16.608Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T10:00:16.688Z] $ docker exec --env ******** --env ******** 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 ssh-agent -k [2020-12-16T10:00:16.796Z] unset SSH_AUTH_SOCK; [2020-12-16T10:00:16.796Z] unset SSH_AGENT_PID; [2020-12-16T10:00:16.796Z] echo Agent pid 17 killed; [2020-12-16T10:00:16.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T10:00:17.042Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T10:00:17.043Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T10:00:17.224Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T10:00:17.232Z] $ docker exec 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 ssh-agent [2020-12-16T10:00:17.399Z] SSH_AUTH_SOCK=/tmp/ssh-Dck0Jc9U6jRg/agent.46 [2020-12-16T10:00:17.400Z] SSH_AGENT_PID=51 [2020-12-16T10:00:17.414Z] Running ssh-add (command line suppressed) [2020-12-16T10:00:17.550Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_7018083163294183854.key (/w/workspace/edgex-go/20@tmp/private_key_7018083163294183854.key) [2020-12-16T10:00:17.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T10:00:17.955Z] + git semver init [2020-12-16T10:00:17.956Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T10:00:17.956Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2020-12-16T10:00:17.956Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2020-12-16T10:00:17.956Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T10:00:17.956Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T10:00:17.956Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T10:00:17.956Z] # $SEMVER_BRANCH = PR-2908 [2020-12-16T10:00:17.956Z] # $SEMVER_TEMP = /tmp/semver-008625760 [2020-12-16T10:00:17.956Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-16T10:01:14.371Z] # '/tmp/semver-008625760' -> '/w/workspace/edgex-go/20/.semver' [2020-12-16T10:01:14.371Z] # -> Force: false [2020-12-16T10:01:14.371Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2020-12-16T10:01:14.389Z] $ docker exec --env ******** --env ******** 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 ssh-agent -k [2020-12-16T10:01:14.638Z] unset SSH_AUTH_SOCK; [2020-12-16T10:01:14.638Z] unset SSH_AGENT_PID; [2020-12-16T10:01:14.638Z] echo Agent pid 51 killed; [2020-12-16T10:01:14.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T10:01:15.223Z] + git semver [Pipeline] } [2020-12-16T10:01:15.243Z] $ docker stop --time=1 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 [2020-12-16T10:01:17.009Z] $ docker rm -f 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T10:01:17.525Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T10:01:18.131Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T10:01:18.134Z] [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 [2020-12-16T10:01:19.031Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:01:19.335Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:01:19.638Z] + sudo service docker restart [2020-12-16T10:01:19.639Z] + true [2020-12-16T10:01:19.639Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-16T10:01:20.231Z] ========================================================= [2020-12-16T10:01:20.231Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T10:01:20.231Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:01:20.577Z] + 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 . [2020-12-16T10:01:23.904Z] Sending build context to Docker daemon 326.5MB [2020-12-16T10:01:23.904Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T10:01:23.904Z] Step 2/7 : FROM ${BASE} [2020-12-16T10:01:23.904Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T10:01:23.904Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T10:01:23.904Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T10:01:23.904Z] de9db76c5a1d: Pulling fs layer [2020-12-16T10:01:23.904Z] bca2f99d35d6: Pulling fs layer [2020-12-16T10:01:23.904Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T10:01:23.904Z] 7c6f9722023f: Pulling fs layer [2020-12-16T10:01:23.904Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T10:01:23.904Z] 93359f2a8cfa: Waiting [2020-12-16T10:01:23.904Z] a35cf1a2eb13: Waiting [2020-12-16T10:01:23.904Z] bca2f99d35d6: Waiting [2020-12-16T10:01:23.904Z] de9db76c5a1d: Verifying Checksum [2020-12-16T10:01:23.904Z] de9db76c5a1d: Download complete [2020-12-16T10:01:23.904Z] 0ef7d3d256c8: Verifying Checksum [2020-12-16T10:01:23.904Z] 0ef7d3d256c8: Download complete [2020-12-16T10:01:24.174Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T10:01:24.174Z] 93359f2a8cfa: Download complete [2020-12-16T10:01:24.174Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T10:01:24.174Z] 188c0c94c7c5: Download complete [2020-12-16T10:01:24.174Z] 7c6f9722023f: Verifying Checksum [2020-12-16T10:01:24.174Z] 7c6f9722023f: Download complete [2020-12-16T10:01:24.440Z] 188c0c94c7c5: Pull complete [2020-12-16T10:01:24.712Z] 0ef7d3d256c8: Pull complete [2020-12-16T10:01:24.712Z] de9db76c5a1d: Pull complete [2020-12-16T10:01:26.653Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T10:01:26.653Z] a35cf1a2eb13: Download complete [2020-12-16T10:01:27.604Z] bca2f99d35d6: Verifying Checksum [2020-12-16T10:01:27.604Z] bca2f99d35d6: Download complete [2020-12-16T10:01:32.949Z] bca2f99d35d6: Pull complete [2020-12-16T10:01:32.949Z] 93359f2a8cfa: Pull complete [2020-12-16T10:01:32.949Z] 7c6f9722023f: Pull complete [2020-12-16T10:01:33.539Z] Still waiting to schedule task [2020-12-16T10:01:33.539Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16328’ [2020-12-16T10:01:37.181Z] a35cf1a2eb13: Pull complete [2020-12-16T10:01:37.181Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T10:01:37.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T10:01:37.181Z] ---> a62c8e92a672 [2020-12-16T10:01:37.181Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T10:01:37.446Z] ---> Running in 6ada103d38f5 [2020-12-16T10:01:38.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:01:40.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:01:43.512Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T10:01:43.512Z] (2/12) Installing file (5.38-r0) [2020-12-16T10:01:43.775Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T10:01:43.775Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T10:02:05.778Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T10:02:05.778Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T10:02:05.778Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T10:02:05.778Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T10:02:05.778Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T10:02:05.778Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T10:02:05.778Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T10:02:05.778Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T10:02:05.778Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:02:05.778Z] OK: 233 MiB in 51 packages [2020-12-16T10:02:09.100Z] Removing intermediate container 6ada103d38f5 [2020-12-16T10:02:09.100Z] ---> a2ef24ec68fc [2020-12-16T10:02:09.100Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T10:02:09.100Z] ---> Running in dc632714ab15 [2020-12-16T10:02:09.100Z] Removing intermediate container dc632714ab15 [2020-12-16T10:02:09.100Z] ---> 860fbb01b3ec [2020-12-16T10:02:09.100Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T10:02:10.491Z] latest: Pulling from library/docker [2020-12-16T10:02:11.064Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T10:02:11.064Z] 6db28d0fdbf6: Pulling fs layer [2020-12-16T10:02:11.064Z] 292df0bc6bf3: Pulling fs layer [2020-12-16T10:02:11.064Z] a3104fdc50d0: Pulling fs layer [2020-12-16T10:02:11.064Z] a8e67d69e12c: Pulling fs layer [2020-12-16T10:02:11.064Z] 1ede2b221ee4: Pulling fs layer [2020-12-16T10:02:11.064Z] fc74c0d5b799: Pulling fs layer [2020-12-16T10:02:11.064Z] fc74c0d5b799: Waiting [2020-12-16T10:02:11.064Z] a8e67d69e12c: Waiting [2020-12-16T10:02:11.064Z] a3104fdc50d0: Waiting [2020-12-16T10:02:11.064Z] 292df0bc6bf3: Verifying Checksum [2020-12-16T10:02:11.064Z] 292df0bc6bf3: Download complete [2020-12-16T10:02:11.064Z] 05e7bc50f07f: Verifying Checksum [2020-12-16T10:02:11.064Z] 05e7bc50f07f: Download complete [2020-12-16T10:02:11.064Z] 6db28d0fdbf6: Download complete [2020-12-16T10:02:11.331Z] a8e67d69e12c: Verifying Checksum [2020-12-16T10:02:11.331Z] a8e67d69e12c: Download complete [2020-12-16T10:02:11.331Z] 05e7bc50f07f: Pull complete [2020-12-16T10:02:11.331Z] fc74c0d5b799: Verifying Checksum [2020-12-16T10:02:11.331Z] fc74c0d5b799: Download complete [2020-12-16T10:02:11.604Z] 6db28d0fdbf6: Pull complete [2020-12-16T10:02:11.866Z] 292df0bc6bf3: Pull complete [2020-12-16T10:02:12.128Z] a3104fdc50d0: Download complete [2020-12-16T10:02:12.128Z] 1ede2b221ee4: Verifying Checksum [2020-12-16T10:02:12.128Z] 1ede2b221ee4: Download complete [2020-12-16T10:02:14.733Z] a3104fdc50d0: Pull complete [2020-12-16T10:02:14.733Z] a8e67d69e12c: Pull complete [2020-12-16T10:02:14.996Z] 1ede2b221ee4: Pull complete [2020-12-16T10:02:14.996Z] fc74c0d5b799: Pull complete [2020-12-16T10:02:14.996Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T10:02:15.258Z] Status: Downloaded newer image for docker:latest [2020-12-16T10:02:16.652Z] ---> 65875b0f36c3 [2020-12-16T10:02:16.652Z] Step 6/7 : COPY go.mod . [2020-12-16T10:02:16.915Z] ---> ccbe3182901a [2020-12-16T10:02:16.915Z] Step 7/7 : RUN go mod download [2020-12-16T10:02:16.915Z] ---> Running in 989a52f3a6cd [2020-12-16T10:02:38.937Z] Removing intermediate container 989a52f3a6cd [2020-12-16T10:02:38.937Z] ---> 44164c1efe3c [2020-12-16T10:02:38.937Z] Successfully built 44164c1efe3c [2020-12-16T10:02:38.937Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:02:39.264Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T10:02:39.264Z] . [Pipeline] withDockerContainer [2020-12-16T10:02:39.379Z] prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container [2020-12-16T10:02:39.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T10:02:40.151Z] $ docker top f6b1ad376359690c35cd1e3e2e4fede5e816378a5bf26de0a8e3a3671d2d3242 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:02:41.170Z] + go version [2020-12-16T10:02:41.170Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T10:02:41.188Z] $ docker stop --time=1 f6b1ad376359690c35cd1e3e2e4fede5e816378a5bf26de0a8e3a3671d2d3242 [2020-12-16T10:02:42.655Z] $ docker rm -f f6b1ad376359690c35cd1e3e2e4fede5e816378a5bf26de0a8e3a3671d2d3242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:02:43.525Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T10:02:43.525Z] . [Pipeline] withDockerContainer [2020-12-16T10:02:43.625Z] prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container [2020-12-16T10:02:43.683Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T10:02:44.467Z] $ docker top 464d368ac505f1df986a618614bd60f83734298867b6c0e1d889b44b8b3efe32 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T10:02:44.674Z] ========================================================= [2020-12-16T10:02:44.674Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T10:02:44.674Z] ========================================================= [Pipeline] sh [2020-12-16T10:02:44.975Z] + make test [2020-12-16T10:02:44.975Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T10:02:55.064Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T10:03:07.450Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T10:03:15.707Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T10:03:15.707Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T10:03:15.707Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T10:03:15.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T10:03:15.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T10:03:15.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T10:03:17.936Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s [2020-12-16T10:03:17.936Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T10:03:17.936Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T10:03:18.525Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T10:03:18.525Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T10:03:18.525Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T10:03:18.525Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T10:03:21.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 46.6% of statements [2020-12-16T10:03:21.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T10:03:21.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T10:03:21.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T10:03:21.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T10:03:21.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T10:03:26.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.152s coverage: 27.1% of statements [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T10:03:26.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T10:03:26.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T10:03:26.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 70.5% of statements [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T10:03:26.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 83.7% of statements [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T10:03:26.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T10:03:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements [2020-12-16T10:03:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T10:03:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T10:03:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T10:03:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T10:03:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T10:03:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2020-12-16T10:03:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T10:03:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2020-12-16T10:03:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T10:03:27.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2020-12-16T10:03:27.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T10:03:27.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2020-12-16T10:03:27.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T10:03:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2020-12-16T10:03:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T10:03:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T10:03:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T10:03:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T10:03:30.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.330s coverage: 93.8% of statements [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T10:03:30.204Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T10:03:30.204Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.046s coverage: 0.1% of statements [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T10:03:30.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T10:03:30.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.070s coverage: 75.5% of statements [2020-12-16T10:03:30.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T10:03:30.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2020-12-16T10:03:30.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements [2020-12-16T10:03:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2020-12-16T10:03:31.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.4% of statements [2020-12-16T10:03:31.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T10:03:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.227s coverage: 63.5% of statements [2020-12-16T10:03:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T10:03:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T10:03:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2020-12-16T10:03:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2020-12-16T10:03:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2020-12-16T10:03:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2020-12-16T10:03:32.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2020-12-16T10:03:33.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 55.9% of statements [2020-12-16T10:03:33.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T10:03:33.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T10:03:33.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T10:03:33.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T10:03:33.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T10:03:33.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T10:03:36.653Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16329 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-16T10:03:36.707Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2020-12-16T10:03:42.193Z] using credential edgex-jenkins-ssh [2020-12-16T10:03:42.266Z] Cloning the remote Git repository [2020-12-16T10:03:42.343Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:03:42.463Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2020-12-16T10:03:42.554Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:03:42.555Z] > git --version # timeout=10 [2020-12-16T10:03:42.571Z] > git --version # 'git version 2.17.1' [2020-12-16T10:03:42.574Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:03:42.637Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.824s coverage: 86.3% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.070s coverage: 72.2% of statements [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.410s coverage: 72.1% of statements [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.037s coverage: 48.4% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.041s coverage: 28.8% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.309s coverage: 84.0% of statements [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.1% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.023s coverage: 100.0% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T10:03:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.634s coverage: 29.1% of statements [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T10:03:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T10:03:55.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T10:03:55.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T10:03:55.629Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T10:03:55.629Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T10:03:55.629Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T10:03:55.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T10:03:55.629Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2020-12-16T10:03:55.629Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-16T10:03:55.629Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-16T10:03:55.629Z] GO111MODULE=on go vet ./... [2020-12-16T10:04:17.710Z] gofmt -l . [2020-12-16T10:04:17.986Z] Merging remotes/origin/master commit e25094879da38d58945b339cb800433d3a77391e into PR head commit 424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:04:18.287Z] [ "`gofmt -l .`" = "" ] [2020-12-16T10:04:18.431Z] Merge succeeded, producing 424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:04:18.432Z] Checking out Revision 424f84ba947e69db1eccda73b18ab08a1cdd8c1d (PR-2908) [2020-12-16T10:04:18.870Z] ./bin/test-go-mod-tidy.sh [2020-12-16T10:04:17.267Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:04:17.286Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:04:17.319Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:04:17.355Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:04:17.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:04:17.409Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T10:04:18.011Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:04:18.025Z] > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 [2020-12-16T10:04:18.359Z] > git remote # timeout=10 [2020-12-16T10:04:18.378Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T10:04:18.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:04:18.401Z] > git merge e25094879da38d58945b339cb800433d3a77391e # timeout=10 [2020-12-16T10:04:18.423Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T10:04:18.444Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:04:18.456Z] > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 [2020-12-16T10:04:19.452Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T10:04:21.697Z] + ls -al . [2020-12-16T10:04:21.697Z] total 664 [2020-12-16T10:04:21.697Z] drwxrwxr-x 10 1001 1001 4096 Dec 16 10:04 . [2020-12-16T10:04:21.697Z] drwxr-xr-x 4 root root 30 Dec 16 10:02 .. [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 09:59 .dockerignore [2020-12-16T10:04:21.697Z] drwxrwxr-x 8 1001 1001 179 Dec 16 09:59 .git [2020-12-16T10:04:21.697Z] drwxrwxr-x 3 1001 1001 125 Dec 16 09:59 .github [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 09:59 .gitignore [2020-12-16T10:04:21.697Z] drwx------ 3 1001 1001 47 Dec 16 10:01 .semver [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 09:59 .sonarcloud.properties [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 09:59 CONTRIBUTING.md [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 09:59 Dockerfile.build [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 09:59 Jenkinsfile [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 09:59 LICENSE [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 09:59 Makefile [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 6447 Dec 16 09:59 README.md [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 09:59 SECURITY.md [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 10:01 VERSION [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 09:59 ZMQWindows.md [2020-12-16T10:04:21.697Z] drwxrwxr-x 2 1001 1001 117 Dec 16 09:59 bin [2020-12-16T10:04:21.697Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 09:59 cmd [2020-12-16T10:04:21.697Z] -rw-r--r-- 1 root root 568194 Dec 16 10:03 coverage.out [2020-12-16T10:04:21.697Z] -rw-r--r-- 1 root root 1041 Dec 16 10:04 go.mod [2020-12-16T10:04:21.697Z] -rw-r--r-- 1 root root 18746 Dec 16 10:04 go.sum [2020-12-16T10:04:21.697Z] drwxrwxr-x 8 1001 1001 127 Dec 16 09:59 internal [2020-12-16T10:04:21.697Z] drwxrwxr-x 4 1001 1001 26 Dec 16 09:59 openapi [2020-12-16T10:04:21.697Z] drwxrwxr-x 4 1001 1001 71 Dec 16 09:59 snap [2020-12-16T10:04:21.697Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 09:59 version.go [Pipeline] sh [2020-12-16T10:04:22.004Z] + '[' -e coverage.out ] [2020-12-16T10:04:22.004Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T10:04:22.233Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T10:04:22.529Z] + make build [2020-12-16T10:04:22.529Z] 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 [2020-12-16T10:04:22.965Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T10:04:24.458Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:04:24.862Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:04:25.207Z] + true [2020-12-16T10:04:25.207Z] + sudo service docker restart [2020-12-16T10:04:25.874Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T10:04:27.273Z] provisioning config files... [2020-12-16T10:04:27.319Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config1579424273557357457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:04:27.734Z] ---> docker-login.sh [2020-12-16T10:04:27.734Z] nexus3.edgexfoundry.org:10001 [2020-12-16T10:04:28.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:04:29.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:04:29.038Z] Configure a credential helper to remove this warning. See [2020-12-16T10:04:29.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:04:29.038Z] [2020-12-16T10:04:29.038Z] Login Succeeded [2020-12-16T10:04:29.038Z] nexus3.edgexfoundry.org:10002 [2020-12-16T10:04:29.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:04:29.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:04:29.636Z] Configure a credential helper to remove this warning. See [2020-12-16T10:04:29.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:04:29.636Z] [2020-12-16T10:04:29.636Z] Login Succeeded [2020-12-16T10:04:29.636Z] nexus3.edgexfoundry.org:10003 [2020-12-16T10:04:29.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:04:30.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:04:30.185Z] Configure a credential helper to remove this warning. See [2020-12-16T10:04:30.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:04:30.185Z] [2020-12-16T10:04:30.185Z] Login Succeeded [2020-12-16T10:04:30.185Z] nexus3.edgexfoundry.org:10004 [2020-12-16T10:04:30.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:04:30.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:04:30.742Z] Configure a credential helper to remove this warning. See [2020-12-16T10:04:30.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:04:30.742Z] [2020-12-16T10:04:30.742Z] Login Succeeded [2020-12-16T10:04:30.742Z] docker.io [2020-12-16T10:04:31.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:04:31.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:04:31.291Z] Configure a credential helper to remove this warning. See [2020-12-16T10:04:31.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:04:31.291Z] [2020-12-16T10:04:31.291Z] Login Succeeded [2020-12-16T10:04:31.563Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T10:04:31.582Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-16T10:04:32.005Z] ========================================================= [2020-12-16T10:04:32.005Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T10:04:32.005Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:04:32.392Z] + 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 . [2020-12-16T10:04:34.124Z] 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 [2020-12-16T10:04:34.393Z] 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 [2020-12-16T10:04:35.013Z] Sending build context to Docker daemon 165.7MB [2020-12-16T10:04:35.013Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T10:04:35.013Z] Step 2/7 : FROM ${BASE} [2020-12-16T10:04:35.013Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T10:04:35.013Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T10:04:35.013Z] a4357932f1b6: Pulling fs layer [2020-12-16T10:04:35.013Z] 18c013af1878: Pulling fs layer [2020-12-16T10:04:35.013Z] 00ac8860ef70: Pulling fs layer [2020-12-16T10:04:35.013Z] 63d7cb157983: Pulling fs layer [2020-12-16T10:04:35.013Z] b116817d02f9: Pulling fs layer [2020-12-16T10:04:35.013Z] 745a02a5169b: Pulling fs layer [2020-12-16T10:04:35.013Z] 63d7cb157983: Waiting [2020-12-16T10:04:35.013Z] 745a02a5169b: Waiting [2020-12-16T10:04:35.013Z] b116817d02f9: Waiting [2020-12-16T10:04:35.013Z] 00ac8860ef70: Waiting [2020-12-16T10:04:35.013Z] 18c013af1878: Verifying Checksum [2020-12-16T10:04:35.013Z] 18c013af1878: Download complete [2020-12-16T10:04:35.013Z] a4357932f1b6: Verifying Checksum [2020-12-16T10:04:35.013Z] a4357932f1b6: Download complete [2020-12-16T10:04:35.013Z] 63d7cb157983: Download complete [2020-12-16T10:04:35.013Z] b116817d02f9: Verifying Checksum [2020-12-16T10:04:35.013Z] b116817d02f9: Download complete [2020-12-16T10:04:35.013Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T10:04:35.013Z] 5f621e34cdf4: Download complete [2020-12-16T10:04:35.619Z] 5f621e34cdf4: Pull complete [2020-12-16T10:04:35.800Z] 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 [2020-12-16T10:04:36.227Z] a4357932f1b6: Pull complete [2020-12-16T10:04:36.378Z] 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 [2020-12-16T10:04:36.504Z] 18c013af1878: Pull complete [2020-12-16T10:04:37.783Z] 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 [2020-12-16T10:04:39.133Z] 745a02a5169b: Verifying Checksum [2020-12-16T10:04:39.133Z] 745a02a5169b: Download complete [2020-12-16T10:04:39.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:04:40.142Z] 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 [2020-12-16T10:04:40.571Z] 00ac8860ef70: Verifying Checksum [2020-12-16T10:04:40.571Z] 00ac8860ef70: Download complete [2020-12-16T10:04:41.544Z] 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 [2020-12-16T10:04:42.946Z] 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 [2020-12-16T10:04:43.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T10:04:44.849Z] 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 [Pipeline] } [2020-12-16T10:04:46.263Z] $ docker stop --time=1 464d368ac505f1df986a618614bd60f83734298867b6c0e1d889b44b8b3efe32 [2020-12-16T10:04:47.944Z] $ docker rm -f 464d368ac505f1df986a618614bd60f83734298867b6c0e1d889b44b8b3efe32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:04:49.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:04:49.699Z] [2020-12-16T10:04:49.699Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:04:50.054Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:04:50.054Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-16T10:04:50.054Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-16T10:04:50.054Z] ca9280d653b3: Pulling fs layer [2020-12-16T10:04:50.054Z] 7e9c9ca2126c: Pulling fs layer [2020-12-16T10:04:50.316Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-16T10:04:50.316Z] cbdbe7a5bc2a: Download complete [2020-12-16T10:04:50.579Z] cbdbe7a5bc2a: Pull complete [2020-12-16T10:04:50.752Z] 00ac8860ef70: Pull complete [2020-12-16T10:04:50.752Z] 63d7cb157983: Pull complete [2020-12-16T10:04:50.843Z] ca9280d653b3: Verifying Checksum [2020-12-16T10:04:50.843Z] ca9280d653b3: Download complete [2020-12-16T10:04:51.029Z] b116817d02f9: Pull complete [2020-12-16T10:04:51.805Z] ca9280d653b3: Pull complete [2020-12-16T10:04:51.805Z] 7e9c9ca2126c: Verifying Checksum [2020-12-16T10:04:51.805Z] 7e9c9ca2126c: Download complete [2020-12-16T10:04:55.380Z] 745a02a5169b: Pull complete [2020-12-16T10:04:55.381Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T10:04:55.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T10:04:55.381Z] ---> b7e6874047d6 [2020-12-16T10:04:55.381Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T10:04:58.431Z] 7e9c9ca2126c: Pull complete [2020-12-16T10:04:58.431Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-16T10:04:58.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:04:58.431Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-16T10:04:58.626Z] prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container [2020-12-16T10:04:58.688Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-16T10:04:58.779Z] ---> Running in 65d3d45b1ace [2020-12-16T10:05:00.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:01.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:01.300Z] $ docker top 6c5b9ef350d52453dc9c264e8bacb77789f49ffe590726d09f7a85b4fee5f0ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:05:01.904Z] + docker-compose build --help [2020-12-16T10:05:01.904Z] + grep parallel [2020-12-16T10:05:02.849Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T10:05:02.865Z] $ docker stop --time=1 6c5b9ef350d52453dc9c264e8bacb77789f49ffe590726d09f7a85b4fee5f0ca [2020-12-16T10:05:03.168Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T10:05:03.169Z] (2/12) Installing file (5.38-r0) [2020-12-16T10:05:03.442Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T10:05:03.442Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T10:05:04.248Z] $ docker rm -f 6c5b9ef350d52453dc9c264e8bacb77789f49ffe590726d09f7a85b4fee5f0ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:05:04.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:05:04.850Z] . [Pipeline] withDockerContainer [2020-12-16T10:05:04.952Z] prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container [2020-12-16T10:05:05.080Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-16T10:05:05.716Z] $ docker top 6faba2e3348018811e01e37fe473e24b040443275ef1b75bd9627d9ef0fdbf2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:05:06.218Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T10:05:07.168Z] Building docker-core-command-go ... [2020-12-16T10:05:07.168Z] Building docker-core-data-go ... [2020-12-16T10:05:07.168Z] Building docker-core-metadata-go ... [2020-12-16T10:05:07.168Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T10:05:07.168Z] Building docker-security-proxy-setup-go ... [2020-12-16T10:05:07.168Z] Building docker-security-secrets-setup-go ... [2020-12-16T10:05:07.168Z] Building docker-security-secretstore-setup-go ... [2020-12-16T10:05:07.168Z] Building docker-support-notifications-go ... [2020-12-16T10:05:07.168Z] Building docker-support-scheduler-go ... [2020-12-16T10:05:07.168Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T10:05:07.168Z] Building docker-security-bootstrap-redis-go [2020-12-16T10:05:07.168Z] Building docker-security-proxy-setup-go [2020-12-16T10:05:07.168Z] Building docker-security-secretstore-setup-go [2020-12-16T10:05:07.168Z] Building docker-core-command-go [2020-12-16T10:05:07.168Z] Building docker-support-notifications-go [2020-12-16T10:05:18.529Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T10:05:18.529Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T10:05:18.529Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T10:05:18.529Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T10:05:18.529Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T10:05:18.529Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T10:05:18.529Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T10:05:18.529Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T10:05:18.529Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:05:18.529Z] OK: 217 MiB in 51 packages [2020-12-16T10:05:21.928Z] Removing intermediate container 65d3d45b1ace [2020-12-16T10:05:21.928Z] ---> a5e06f34af4e [2020-12-16T10:05:21.928Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T10:05:22.202Z] ---> Running in fcdaf4309e21 [2020-12-16T10:05:22.475Z] Removing intermediate container fcdaf4309e21 [2020-12-16T10:05:22.475Z] ---> e826c2bd86b1 [2020-12-16T10:05:22.475Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T10:05:23.456Z] latest: Pulling from library/docker [2020-12-16T10:05:24.893Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T10:05:24.893Z] 02a3295e0d61: Pulling fs layer [2020-12-16T10:05:24.893Z] 0f4f2e6d8100: Pulling fs layer [2020-12-16T10:05:24.893Z] 065c9533d613: Pulling fs layer [2020-12-16T10:05:24.893Z] 9fce0df16b8b: Pulling fs layer [2020-12-16T10:05:24.893Z] e3faa53604c1: Pulling fs layer [2020-12-16T10:05:24.893Z] 04b5adaa2053: Pulling fs layer [2020-12-16T10:05:24.893Z] 065c9533d613: Waiting [2020-12-16T10:05:24.893Z] 9fce0df16b8b: Waiting [2020-12-16T10:05:24.893Z] e3faa53604c1: Waiting [2020-12-16T10:05:24.893Z] 04b5adaa2053: Waiting [2020-12-16T10:05:24.893Z] 02a3295e0d61: Verifying Checksum [2020-12-16T10:05:24.893Z] 02a3295e0d61: Download complete [2020-12-16T10:05:24.893Z] a3cc7d3b244e: Verifying Checksum [2020-12-16T10:05:24.893Z] 0f4f2e6d8100: Verifying Checksum [2020-12-16T10:05:24.893Z] 0f4f2e6d8100: Download complete [2020-12-16T10:05:25.174Z] 9fce0df16b8b: Verifying Checksum [2020-12-16T10:05:25.174Z] 9fce0df16b8b: Download complete [2020-12-16T10:05:25.174Z] e3faa53604c1: Verifying Checksum [2020-12-16T10:05:25.174Z] e3faa53604c1: Download complete [2020-12-16T10:05:25.174Z] 04b5adaa2053: Verifying Checksum [2020-12-16T10:05:25.174Z] 04b5adaa2053: Download complete [2020-12-16T10:05:25.776Z] a3cc7d3b244e: Pull complete [2020-12-16T10:05:26.380Z] 02a3295e0d61: Pull complete [2020-12-16T10:05:26.653Z] 065c9533d613: Verifying Checksum [2020-12-16T10:05:26.653Z] 065c9533d613: Download complete [2020-12-16T10:05:26.925Z] 0f4f2e6d8100: Pull complete [2020-12-16T10:05:30.316Z] 065c9533d613: Pull complete [2020-12-16T10:05:30.596Z] 9fce0df16b8b: Pull complete [2020-12-16T10:05:30.872Z] e3faa53604c1: Pull complete [2020-12-16T10:05:31.148Z] 04b5adaa2053: Pull complete [2020-12-16T10:05:31.148Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T10:05:31.148Z] Status: Downloaded newer image for docker:latest [2020-12-16T10:05:35.457Z] ---> 912ba41d280f [2020-12-16T10:05:35.457Z] Step 6/7 : COPY go.mod . [2020-12-16T10:05:35.732Z] ---> cb83053b8ec9 [2020-12-16T10:05:35.732Z] Step 7/7 : RUN go mod download [2020-12-16T10:05:36.012Z] ---> Running in 41199386a460 [2020-12-16T10:05:39.465Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:39.466Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:39.466Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:39.466Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:39.466Z] ---> 44164c1efe3c [2020-12-16T10:05:39.466Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:05:39.466Z] ---> 44164c1efe3c [2020-12-16T10:05:39.466Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:05:39.466Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:39.466Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:39.466Z] ---> 44164c1efe3c [2020-12-16T10:05:39.466Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:05:39.466Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:39.466Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:39.466Z] ---> 44164c1efe3c [2020-12-16T10:05:39.466Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:05:39.466Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:39.466Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:39.466Z] ---> 44164c1efe3c [2020-12-16T10:05:39.466Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:05:40.044Z] ---> Running in 9861bd41480e [2020-12-16T10:05:40.044Z] ---> Running in 03d24c2e434c [2020-12-16T10:05:40.044Z] ---> Running in 865fea8d0f39 [2020-12-16T10:05:40.044Z] ---> Running in 0deeab4f5126 [2020-12-16T10:05:40.044Z] ---> Running in 952c9636e47e [2020-12-16T10:05:40.635Z] Removing intermediate container 0deeab4f5126 [2020-12-16T10:05:40.635Z] ---> 27f6fc96a746 [2020-12-16T10:05:40.635Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:40.635Z] Removing intermediate container 865fea8d0f39 [2020-12-16T10:05:40.635Z] ---> 7a1041e74b21 [2020-12-16T10:05:40.635Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:40.635Z] Removing intermediate container 03d24c2e434c [2020-12-16T10:05:40.635Z] ---> c19ea26cbd63 [2020-12-16T10:05:40.635Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:40.635Z] Removing intermediate container 9861bd41480e [2020-12-16T10:05:40.635Z] ---> a29cbb23f1ce [2020-12-16T10:05:40.635Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:40.635Z] Removing intermediate container 952c9636e47e [2020-12-16T10:05:40.635Z] ---> 075eee8193bd [2020-12-16T10:05:40.635Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:41.209Z] ---> Running in fab0864d6330 [2020-12-16T10:05:41.472Z] ---> Running in 769b2ff03a92 [2020-12-16T10:05:41.472Z] ---> Running in d14e891df85f [2020-12-16T10:05:41.472Z] ---> Running in fa57902d7058 [2020-12-16T10:05:41.472Z] ---> Running in b0b68a2bd20b [2020-12-16T10:05:43.428Z] Removing intermediate container 769b2ff03a92 [2020-12-16T10:05:43.428Z] ---> 08d0b094cca6 [2020-12-16T10:05:43.428Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:05:43.691Z] ---> Running in 75039ac894fd [2020-12-16T10:05:43.691Z] Removing intermediate container fab0864d6330 [2020-12-16T10:05:43.691Z] ---> f02398bc5716 [2020-12-16T10:05:43.691Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:05:43.955Z] Removing intermediate container d14e891df85f [2020-12-16T10:05:43.955Z] ---> 4e49aca52183 [2020-12-16T10:05:43.955Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T10:05:43.955Z] ---> Running in 4d457e857a63 [2020-12-16T10:05:44.219Z] ---> Running in 472bf2d3bae1 [2020-12-16T10:05:44.219Z] Removing intermediate container fa57902d7058 [2020-12-16T10:05:44.219Z] ---> fd672f46fae1 [2020-12-16T10:05:44.219Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:05:44.219Z] Removing intermediate container b0b68a2bd20b [2020-12-16T10:05:44.219Z] ---> 1d81d9ea676b [2020-12-16T10:05:44.219Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T10:05:44.500Z] ---> Running in 7d852391f8cb [2020-12-16T10:05:44.501Z] ---> Running in a7e1888b0929 [2020-12-16T10:05:44.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:45.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:45.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:45.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:45.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:45.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:46.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:46.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:46.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:46.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:47.016Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:47.016Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:47.016Z] OK: 12750 distinct packages available [2020-12-16T10:05:47.016Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:47.284Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:47.284Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:47.284Z] OK: 12750 distinct packages available [2020-12-16T10:05:47.551Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:47.551Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:47.551Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:47.551Z] OK: 12750 distinct packages available [2020-12-16T10:05:47.551Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:47.551Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:47.551Z] OK: 12750 distinct packages available [2020-12-16T10:05:47.815Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:47.815Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:47.815Z] OK: 12750 distinct packages available [2020-12-16T10:05:47.815Z] Removing intermediate container 75039ac894fd [2020-12-16T10:05:47.815Z] ---> 426501c4c1b4 [2020-12-16T10:05:47.815Z] Step 6/21 : COPY go.mod . [2020-12-16T10:05:47.815Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:47.815Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:48.079Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:48.079Z] ---> ec5320cce9d4 [2020-12-16T10:05:48.079Z] Step 7/21 : RUN go mod download [2020-12-16T10:05:48.079Z] ---> Running in 9b566b4ec0c1 [2020-12-16T10:05:48.349Z] Removing intermediate container 4d457e857a63 [2020-12-16T10:05:48.349Z] ---> 44365c6b249d [2020-12-16T10:05:48.349Z] Step 6/22 : COPY go.mod . [2020-12-16T10:05:48.617Z] Removing intermediate container 472bf2d3bae1 [2020-12-16T10:05:48.617Z] ---> 785eeefe5e2b [2020-12-16T10:05:48.617Z] Step 6/24 : COPY go.mod . [2020-12-16T10:05:48.881Z] ---> 32ef5c186aa5 [2020-12-16T10:05:48.881Z] Step 7/22 : RUN go mod download [2020-12-16T10:05:48.881Z] Removing intermediate container 7d852391f8cb [2020-12-16T10:05:48.881Z] ---> fd42d6b9ff93 [2020-12-16T10:05:48.881Z] Step 6/22 : COPY go.mod . [2020-12-16T10:05:49.146Z] ---> Running in e379f5e03a61 [2020-12-16T10:05:49.146Z] ---> 174ae355092e [2020-12-16T10:05:49.146Z] Step 7/24 : RUN go mod download [2020-12-16T10:05:49.410Z] ---> Running in 67bbb66d3281 [2020-12-16T10:05:49.410Z] ---> f7a425c9a431 [2020-12-16T10:05:49.410Z] Step 7/22 : RUN go mod download [2020-12-16T10:05:49.410Z] Removing intermediate container a7e1888b0929 [2020-12-16T10:05:49.410Z] ---> 8cdf9923d4c2 [2020-12-16T10:05:49.410Z] Step 6/24 : COPY go.mod . [2020-12-16T10:05:49.672Z] ---> Running in 56dfba167471 [2020-12-16T10:05:49.946Z] ---> bd6e0a31b6e9 [2020-12-16T10:05:49.946Z] Step 7/24 : RUN go mod download [2020-12-16T10:05:49.946Z] ---> Running in 42c53606e704 [2020-12-16T10:05:50.912Z] Removing intermediate container e379f5e03a61 [2020-12-16T10:05:50.912Z] ---> 84565cf4be82 [2020-12-16T10:05:50.912Z] Step 8/22 : COPY . . [2020-12-16T10:05:50.912Z] Removing intermediate container 9b566b4ec0c1 [2020-12-16T10:05:50.912Z] ---> 1795badf64b5 [2020-12-16T10:05:50.912Z] Step 8/21 : COPY . . [2020-12-16T10:05:54.256Z] Removing intermediate container 56dfba167471 [2020-12-16T10:05:54.256Z] ---> febfe70a2cad [2020-12-16T10:05:54.256Z] Step 8/22 : COPY . . [2020-12-16T10:05:55.226Z] Removing intermediate container 67bbb66d3281 [2020-12-16T10:05:55.226Z] ---> 234fd450d4c7 [2020-12-16T10:05:55.226Z] Step 8/24 : COPY . . [2020-12-16T10:06:02.828Z] Removing intermediate container 41199386a460 [2020-12-16T10:06:02.828Z] ---> 025442e833c6 [2020-12-16T10:06:02.828Z] Successfully built 025442e833c6 [2020-12-16T10:06:02.828Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:06:03.173Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T10:06:03.173Z] . [Pipeline] withDockerContainer [2020-12-16T10:06:03.425Z] prd-ubuntu18.04-docker-arm64-4c-16g-16329 does not seem to be running inside a container [2020-12-16T10:06:03.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T10:06:05.066Z] $ docker top bdc5dd943459a16b335d513f8f07bb34008f551580da894cb79671fa446fc991 -eo pid,comm [2020-12-16T10:06:05.304Z] Removing intermediate container 42c53606e704 [2020-12-16T10:06:05.304Z] ---> 6440641e4455 [2020-12-16T10:06:05.304Z] Step 8/24 : COPY . . [Pipeline] { [Pipeline] sh [2020-12-16T10:06:06.148Z] + go version [2020-12-16T10:06:06.148Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T10:06:06.177Z] $ docker stop --time=1 bdc5dd943459a16b335d513f8f07bb34008f551580da894cb79671fa446fc991 [2020-12-16T10:06:08.149Z] $ docker rm -f bdc5dd943459a16b335d513f8f07bb34008f551580da894cb79671fa446fc991 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:06:09.191Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T10:06:09.191Z] . [Pipeline] withDockerContainer [2020-12-16T10:06:09.469Z] prd-ubuntu18.04-docker-arm64-4c-16g-16329 does not seem to be running inside a container [2020-12-16T10:06:09.571Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T10:06:10.976Z] $ docker top bd37d73b5dc7b3da0be1e110b0b9f3cc695400c1d1f7de0aaf9a93a3aab34745 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T10:06:11.345Z] ========================================================= [2020-12-16T10:06:11.345Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T10:06:11.345Z] ========================================================= [Pipeline] sh [2020-12-16T10:06:12.057Z] + make test [2020-12-16T10:06:12.057Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T10:06:32.045Z] ---> fd3926eb3bc3 [2020-12-16T10:06:32.045Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T10:06:32.993Z] ---> 68ab4f5522c8 [2020-12-16T10:06:32.993Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T10:06:35.555Z] ---> Running in ff1335f2f091 [2020-12-16T10:06:35.555Z] ---> Running in 787c3a57f55d [2020-12-16T10:06:36.136Z] ---> 1145adde7bcc [2020-12-16T10:06:36.136Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T10:06:36.136Z] ---> 87859bdbcdce [2020-12-16T10:06:36.136Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T10:06:37.529Z] ---> Running in 0683c5132f2d [2020-12-16T10:06:37.529Z] ---> Running in e6bd44e729c6 [2020-12-16T10:06:37.529Z] ---> 6f89205c4a1d [2020-12-16T10:06:37.529Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T10:06:37.793Z] ---> Running in a0370fbabc9d [2020-12-16T10:06:38.064Z] 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 [2020-12-16T10:06:38.064Z] 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 [2020-12-16T10:06:38.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T10:06:38.339Z] 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 [2020-12-16T10:06:38.339Z] 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 [2020-12-16T10:06:39.103Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T10:07:05.051Z] 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 [2020-12-16T10:07:05.051Z] 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 [2020-12-16T10:07:06.998Z] Removing intermediate container 0683c5132f2d [2020-12-16T10:07:06.998Z] ---> 37a634a4436b [2020-12-16T10:07:06.998Z] [2020-12-16T10:07:06.998Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T10:07:06.998Z] 3.10: Pulling from library/alpine [2020-12-16T10:07:07.978Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T10:07:07.978Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T10:07:07.978Z] ---> be4e4bea2c2e [2020-12-16T10:07:07.978Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:07:08.611Z] ---> Running in 1c0247c13c6a [2020-12-16T10:07:09.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:09.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:09.501Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T10:07:09.501Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T10:07:09.501Z] OK: 10350 distinct packages available [2020-12-16T10:07:09.775Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T10:07:09.775Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T10:07:09.775Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T10:07:09.775Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T10:07:09.775Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T10:07:09.775Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T10:07:09.775Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T10:07:10.046Z] OK: 7 MiB in 19 packages [2020-12-16T10:07:16.656Z] Removing intermediate container 787c3a57f55d [2020-12-16T10:07:16.656Z] ---> e34e1236116d [2020-12-16T10:07:16.656Z] [2020-12-16T10:07:16.656Z] Step 10/21 : FROM alpine [2020-12-16T10:07:16.656Z] Removing intermediate container e6bd44e729c6 [2020-12-16T10:07:16.656Z] ---> 73aa4be32698 [2020-12-16T10:07:16.656Z] [2020-12-16T10:07:16.656Z] Step 10/24 : FROM scratch [2020-12-16T10:07:16.656Z] ---> [2020-12-16T10:07:16.656Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T10:07:16.656Z] Removing intermediate container ff1335f2f091 [2020-12-16T10:07:16.656Z] ---> ed7dba8241ea [2020-12-16T10:07:16.656Z] [2020-12-16T10:07:16.656Z] Step 10/22 : FROM scratch [2020-12-16T10:07:16.656Z] ---> [2020-12-16T10:07:16.656Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:07:16.656Z] latest: Pulling from library/alpine [2020-12-16T10:07:16.656Z] Removing intermediate container a0370fbabc9d [2020-12-16T10:07:16.656Z] ---> a2ddc2650179 [2020-12-16T10:07:16.656Z] [2020-12-16T10:07:16.656Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T10:07:16.656Z] ---> be4e4bea2c2e [2020-12-16T10:07:16.656Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:07:16.656Z] ---> Using cache [2020-12-16T10:07:16.656Z] ---> 2133fbc2389c [2020-12-16T10:07:16.656Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:07:16.656Z] Removing intermediate container 1c0247c13c6a [2020-12-16T10:07:16.656Z] ---> 2133fbc2389c [2020-12-16T10:07:16.656Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T10:07:16.656Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T10:07:16.656Z] Status: Downloaded newer image for alpine:latest [2020-12-16T10:07:16.656Z] ---> b14afc6dfb98 [2020-12-16T10:07:16.656Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T10:07:16.656Z] ---> Running in ca1634026530 [2020-12-16T10:07:16.656Z] ---> Running in 82e72a31f809 [2020-12-16T10:07:16.656Z] ---> Running in 6ed25f98a1e6 [2020-12-16T10:07:16.656Z] ---> Running in 4de69b28a946 [2020-12-16T10:07:16.656Z] ---> Running in d6a1bbf0e97b [2020-12-16T10:07:16.656Z] Removing intermediate container 82e72a31f809 [2020-12-16T10:07:16.656Z] ---> bb8d25877a3d [2020-12-16T10:07:16.656Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T10:07:16.656Z] Removing intermediate container 6ed25f98a1e6 [2020-12-16T10:07:16.656Z] ---> 9b7f7fbabd4d [2020-12-16T10:07:16.656Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T10:07:16.656Z] Removing intermediate container ca1634026530 [2020-12-16T10:07:16.656Z] ---> 2c80a89d1c47 [2020-12-16T10:07:16.656Z] Step 13/24 : WORKDIR / [2020-12-16T10:07:16.656Z] Removing intermediate container 4de69b28a946 [2020-12-16T10:07:16.656Z] ---> dc444ef78b21 [2020-12-16T10:07:16.656Z] Step 13/22 : WORKDIR / [2020-12-16T10:07:16.656Z] ---> Running in 3d8e5dbce39a [2020-12-16T10:07:16.656Z] ---> Running in f5c2ed0046cb [2020-12-16T10:07:16.656Z] ---> Running in 44d89e149ca2 [2020-12-16T10:07:16.656Z] ---> Running in 049cf757bb33 [2020-12-16T10:07:16.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:16.918Z] Removing intermediate container 3d8e5dbce39a [2020-12-16T10:07:16.918Z] ---> 4fab9531d4f4 [2020-12-16T10:07:16.918Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T10:07:16.918Z] Removing intermediate container f5c2ed0046cb [2020-12-16T10:07:16.918Z] ---> 61869ffc0748 [2020-12-16T10:07:16.918Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:07:16.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:16.918Z] ---> Running in bf61fea68a32 [2020-12-16T10:07:17.194Z] Removing intermediate container 44d89e149ca2 [2020-12-16T10:07:17.194Z] ---> 45262a324341 [2020-12-16T10:07:17.194Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T10:07:17.194Z] Removing intermediate container 049cf757bb33 [2020-12-16T10:07:17.194Z] ---> 239aa7938fb6 [2020-12-16T10:07:17.194Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T10:07:17.194Z] ---> Running in ad2a4fe37c3f [2020-12-16T10:07:17.194Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:07:17.194Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:07:17.194Z] OK: 12747 distinct packages available [2020-12-16T10:07:17.460Z] Removing intermediate container bf61fea68a32 [2020-12-16T10:07:17.460Z] ---> 578e34d6298b [2020-12-16T10:07:17.460Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T10:07:17.460Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T10:07:17.460Z] Removing intermediate container ad2a4fe37c3f [2020-12-16T10:07:17.460Z] ---> da5b36dc56ff [2020-12-16T10:07:17.460Z] Step 14/22 : WORKDIR / [2020-12-16T10:07:17.460Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:07:17.460Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T10:07:17.460Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T10:07:17.460Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:17.460Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:07:18.040Z] OK: 7 MiB in 18 packages [2020-12-16T10:07:18.040Z] ---> eca4abc00134 [2020-12-16T10:07:18.040Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T10:07:18.040Z] ---> 57a53682d3c2 [2020-12-16T10:07:18.040Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T10:07:18.040Z] ---> Running in 5fb9b46482c8 [2020-12-16T10:07:18.040Z] ---> 9a4b265fad36 [2020-12-16T10:07:18.040Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T10:07:18.305Z] ---> 7ed0965e3d37 [2020-12-16T10:07:18.305Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:19.697Z] Removing intermediate container 5fb9b46482c8 [2020-12-16T10:07:19.697Z] ---> 9019f02468c7 [2020-12-16T10:07:19.697Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T10:07:20.277Z] ---> 7d71e97998ed [2020-12-16T10:07:20.277Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T10:07:20.277Z] ---> 04ec92e16beb [2020-12-16T10:07:20.277Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T10:07:20.277Z] ---> 24e736d33303 [2020-12-16T10:07:20.277Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T10:07:20.277Z] Removing intermediate container d6a1bbf0e97b [2020-12-16T10:07:20.277Z] ---> ee886e965be8 [2020-12-16T10:07:20.277Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:07:20.277Z] ---> 4c15d6fdd665 [2020-12-16T10:07:20.277Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T10:07:20.541Z] ---> Running in 26892a2d0183 [2020-12-16T10:07:20.541Z] ---> 49e67d8df5e5 [2020-12-16T10:07:20.541Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:20.811Z] Removing intermediate container 26892a2d0183 [2020-12-16T10:07:20.811Z] ---> 984f10f91ad6 [2020-12-16T10:07:20.811Z] Step 13/21 : WORKDIR /edgex [2020-12-16T10:07:21.076Z] ---> Running in c1c06dea2b21 [2020-12-16T10:07:21.076Z] ---> f70d4d8ef7f8 [2020-12-16T10:07:21.076Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T10:07:21.076Z] ---> d9d2c55ae8a6 [2020-12-16T10:07:21.076Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T10:07:21.076Z] ---> fc2e2d40faaa [2020-12-16T10:07:21.076Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T10:07:21.076Z] ---> 9d8436462bfe [2020-12-16T10:07:21.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:21.339Z] ---> Running in 51f35e97681a [2020-12-16T10:07:21.339Z] Removing intermediate container c1c06dea2b21 [2020-12-16T10:07:21.339Z] ---> 9aee1f2d1c88 [2020-12-16T10:07:21.339Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T10:07:21.921Z] ---> 1271aacd5c66 [2020-12-16T10:07:21.921Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T10:07:21.921Z] ---> b72d5fa334a2 [2020-12-16T10:07:21.921Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T10:07:21.921Z] ---> cd0e35c64d29 [2020-12-16T10:07:21.921Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:07:21.921Z] ---> eb2a9b78f45b [2020-12-16T10:07:21.921Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T10:07:21.921Z] ---> Running in 7c694a2cb5df [2020-12-16T10:07:22.500Z] Removing intermediate container 7c694a2cb5df [2020-12-16T10:07:22.500Z] ---> c603917606bb [2020-12-16T10:07:22.500Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:07:22.500Z] ---> a1eff3cc826b [2020-12-16T10:07:22.500Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:07:22.500Z] ---> Running in 7911d9560ccf [2020-12-16T10:07:22.763Z] ---> aa65e0c5fcd8 [2020-12-16T10:07:22.763Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:22.763Z] ---> Running in 45f63cf58ef7 [2020-12-16T10:07:22.763Z] ---> efa14fb9485f [2020-12-16T10:07:22.763Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T10:07:23.025Z] Removing intermediate container 7911d9560ccf [2020-12-16T10:07:23.025Z] ---> 041edf111376 [2020-12-16T10:07:23.025Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:07:23.290Z] ---> Running in 8f7a8239acc6 [2020-12-16T10:07:23.290Z] ---> 454e0f2f1002 [2020-12-16T10:07:23.290Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T10:07:23.290Z] Removing intermediate container 51f35e97681a [2020-12-16T10:07:23.290Z] ---> 51f939df8acf [2020-12-16T10:07:23.290Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T10:07:23.290Z] ---> 78babec89260 [2020-12-16T10:07:23.290Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T10:07:23.553Z] ---> Running in 8f288fdc44cd [2020-12-16T10:07:23.553Z] ---> Running in efaca329fc40 [2020-12-16T10:07:23.553Z] ---> Running in fb24d94d2b30 [2020-12-16T10:07:23.553Z] Removing intermediate container 8f7a8239acc6 [2020-12-16T10:07:23.553Z] ---> 9ea7b786dce9 [2020-12-16T10:07:23.553Z] Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:07:23.815Z] ---> Running in 5609f7cac267 [2020-12-16T10:07:23.815Z] Removing intermediate container 8f288fdc44cd [2020-12-16T10:07:23.815Z] ---> 3f0bca7c50a1 [2020-12-16T10:07:23.815Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:07:24.396Z] Removing intermediate container efaca329fc40 [2020-12-16T10:07:24.396Z] ---> 726d795cc133 [2020-12-16T10:07:24.396Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:07:24.396Z] Removing intermediate container fb24d94d2b30 [2020-12-16T10:07:24.396Z] ---> 3eceb4e17e23 [2020-12-16T10:07:24.396Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T10:07:24.396Z] ---> Running in d616bf6ec58d [2020-12-16T10:07:24.396Z] ---> Running in 8a98c960f3ec [2020-12-16T10:07:24.396Z] Removing intermediate container 5609f7cac267 [2020-12-16T10:07:24.396Z] ---> 4e2d097e996b [2020-12-16T10:07:24.396Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:07:24.658Z] ---> Running in 1a03219db4a2 [2020-12-16T10:07:24.658Z] ---> Running in 77910107ef14 [2020-12-16T10:07:24.921Z] Removing intermediate container 8a98c960f3ec [2020-12-16T10:07:24.921Z] ---> 08fd23492a39 [2020-12-16T10:07:24.921Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T10:07:24.921Z] Removing intermediate container d616bf6ec58d [2020-12-16T10:07:24.921Z] ---> 2be9965b6605 [2020-12-16T10:07:24.921Z] Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:07:24.921Z] Removing intermediate container 45f63cf58ef7 [2020-12-16T10:07:24.921Z] ---> 6f03a6a0c964 [2020-12-16T10:07:24.921Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:07:24.921Z] Removing intermediate container 1a03219db4a2 [2020-12-16T10:07:24.921Z] ---> 6503636cdc6f [2020-12-16T10:07:24.921Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T10:07:24.921Z] Removing intermediate container 77910107ef14 [2020-12-16T10:07:24.921Z] ---> 5873173b27e9 [2020-12-16T10:07:24.921Z] [2020-12-16T10:07:25.185Z] ---> Running in 95688264f901 [2020-12-16T10:07:25.185Z] ---> Running in 25efd05f585f [2020-12-16T10:07:25.185Z] ---> Running in c10484f79296 [2020-12-16T10:07:25.185Z] ---> Running in 73df1dbd7b86 [2020-12-16T10:07:25.447Z] Successfully built 5873173b27e9 [2020-12-16T10:07:25.447Z] Removing intermediate container 95688264f901 [2020-12-16T10:07:25.447Z] ---> e73510434b50 [2020-12-16T10:07:25.447Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:07:25.447Z] Successfully tagged docker-core-command-go:latest [2020-12-16T10:07:25.447Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-16T10:07:25.447Z] Removing intermediate container 25efd05f585f [2020-12-16T10:07:25.447Z] ---> 04f835d96209 [2020-12-16T10:07:25.447Z] Step 23/24 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:07:25.716Z] Removing intermediate container c10484f79296 [2020-12-16T10:07:25.716Z] ---> 0cd1e672cd05 [2020-12-16T10:07:25.716Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T10:07:25.716Z] Removing intermediate container 73df1dbd7b86 [2020-12-16T10:07:25.716Z] ---> 5dbd3e68decd [2020-12-16T10:07:25.716Z] Step 20/21 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:07:25.716Z] ---> Running in 65b75449ff27 [2020-12-16T10:07:25.716Z] ---> Running in 08ace4ac6232 [2020-12-16T10:07:25.716Z] ---> Running in 80e1efec7c3f [2020-12-16T10:07:25.988Z] ---> Running in 615dafa9ad38 [2020-12-16T10:07:25.988Z] Removing intermediate container 08ace4ac6232 [2020-12-16T10:07:25.989Z] ---> 136d6f90ff0a [2020-12-16T10:07:25.989Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T10:07:26.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T10:07:26.253Z] Removing intermediate container 80e1efec7c3f [2020-12-16T10:07:26.253Z] ---> 528d871b3906 [2020-12-16T10:07:26.253Z] Step 23/24 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:07:26.539Z] Removing intermediate container 615dafa9ad38 [2020-12-16T10:07:26.539Z] ---> ccbdf7d35a86 [2020-12-16T10:07:26.539Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T10:07:26.539Z] Removing intermediate container 65b75449ff27 [2020-12-16T10:07:26.539Z] ---> 8142dab96ff2 [2020-12-16T10:07:26.539Z] [2020-12-16T10:07:26.539Z] ---> Running in 2f370117e5d5 [2020-12-16T10:07:26.539Z] ---> Running in 5becca2034ab [2020-12-16T10:07:27.113Z] Successfully built 8142dab96ff2 [2020-12-16T10:07:27.113Z] ---> Running in d9c81aa8a76e [2020-12-16T10:07:27.113Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-16T10:07:27.113Z] Building docker-sys-mgmt-agent-go [2020-12-16T10:07:28.063Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5becca2034ab [2020-12-16T10:07:28.063Z] ---> 1abf83684a61 [2020-12-16T10:07:28.063Z] [2020-12-16T10:07:29.455Z] Successfully built 1abf83684a61 [2020-12-16T10:07:29.719Z] Successfully tagged docker-support-notifications-go:latest [2020-12-16T10:07:29.719Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-12-16T10:07:35.032Z] Removing intermediate container d9c81aa8a76e [2020-12-16T10:07:35.032Z] ---> 4153ad241f42 [2020-12-16T10:07:35.032Z] [2020-12-16T10:07:35.032Z] Successfully built 4153ad241f42 [2020-12-16T10:07:35.032Z] Removing intermediate container 2f370117e5d5 [2020-12-16T10:07:35.032Z] ---> f29c8d3b3f2c [2020-12-16T10:07:35.032Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T10:07:35.032Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-16T10:07:35.032Z] Building docker-security-secrets-setup-go [2020-12-16T10:07:35.032Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 155e28484cf4 [2020-12-16T10:07:35.615Z] Removing intermediate container 155e28484cf4 [2020-12-16T10:07:35.615Z] ---> 961b6413aea4 [2020-12-16T10:07:35.615Z] [2020-12-16T10:07:38.179Z] Successfully built 961b6413aea4 [2020-12-16T10:07:38.179Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-16T10:07:38.179Z] Building docker-core-metadata-go [2020-12-16T10:07:50.886Z]  Building docker-security-secretstore-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:07:50.886Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:07:50.886Z] ---> 44164c1efe3c [2020-12-16T10:07:50.886Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T10:07:50.886Z] ---> Using cache [2020-12-16T10:07:50.886Z] ---> 075eee8193bd [2020-12-16T10:07:50.886Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:07:50.886Z] ---> Using cache [2020-12-16T10:07:50.886Z] ---> 1d81d9ea676b [2020-12-16T10:07:50.886Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T10:07:51.271Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:07:51.271Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:07:51.271Z] ---> 44164c1efe3c [2020-12-16T10:07:51.271Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T10:07:51.271Z] ---> Using cache [2020-12-16T10:07:51.271Z] ---> 075eee8193bd [2020-12-16T10:07:51.271Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:07:51.271Z] ---> Using cache [2020-12-16T10:07:51.271Z] ---> 1d81d9ea676b [2020-12-16T10:07:51.271Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T10:07:53.005Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T10:07:53.005Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T10:07:53.005Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T10:07:53.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T10:07:53.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T10:07:53.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T10:07:53.005Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.088s [2020-12-16T10:07:53.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T10:07:53.005Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T10:07:54.844Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:07:54.844Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:07:54.844Z] ---> 44164c1efe3c [2020-12-16T10:07:54.844Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:07:54.844Z] ---> Using cache [2020-12-16T10:07:54.844Z] ---> 075eee8193bd [2020-12-16T10:07:54.844Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:07:54.844Z] ---> Using cache [2020-12-16T10:07:54.844Z] ---> 1d81d9ea676b [2020-12-16T10:07:54.844Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:07:54.844Z] ---> Using cache [2020-12-16T10:07:54.844Z] ---> 8cdf9923d4c2 [2020-12-16T10:07:54.844Z] Step 6/21 : COPY go.mod . [2020-12-16T10:07:54.844Z] ---> Using cache [2020-12-16T10:07:54.844Z] ---> bd6e0a31b6e9 [2020-12-16T10:07:54.844Z] Step 7/21 : RUN go mod download [2020-12-16T10:07:54.844Z] ---> Using cache [2020-12-16T10:07:54.844Z] ---> 6440641e4455 [2020-12-16T10:07:54.844Z] Step 8/21 : COPY . . [2020-12-16T10:07:54.844Z] ---> Using cache [2020-12-16T10:07:54.844Z] ---> 6f89205c4a1d [2020-12-16T10:07:54.844Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T10:07:55.639Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T10:07:55.639Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T10:07:55.639Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T10:07:55.639Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T10:07:56.255Z] ---> Running in c49538a002f6 [2020-12-16T10:07:56.255Z] ---> Running in 475565b8deb8 [2020-12-16T10:07:56.520Z] ---> Running in 80ce54040b92 [2020-12-16T10:07:58.452Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:07:58.452Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T10:07:58.452Z] ---> 44164c1efe3c [2020-12-16T10:07:58.452Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T10:07:58.452Z] ---> Using cache [2020-12-16T10:07:58.452Z] ---> 075eee8193bd [2020-12-16T10:07:58.452Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T10:07:59.427Z] ---> Running in c7744a9ee2d3 [2020-12-16T10:08:00.389Z] 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 [2020-12-16T10:08:00.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:08:00.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:08:00.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:08:01.621Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:08:01.621Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:08:01.621Z] ---> 44164c1efe3c [2020-12-16T10:08:01.621Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:08:01.621Z] ---> Using cache [2020-12-16T10:08:01.621Z] ---> 075eee8193bd [2020-12-16T10:08:01.621Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:08:01.621Z] ---> Using cache [2020-12-16T10:08:01.621Z] ---> 1d81d9ea676b [2020-12-16T10:08:01.621Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:08:01.621Z] ---> Using cache [2020-12-16T10:08:01.621Z] ---> 8cdf9923d4c2 [2020-12-16T10:08:01.621Z] Step 6/22 : COPY go.mod . [2020-12-16T10:08:01.621Z] ---> Using cache [2020-12-16T10:08:01.621Z] ---> bd6e0a31b6e9 [2020-12-16T10:08:01.621Z] Step 7/22 : RUN go mod download [2020-12-16T10:08:01.621Z] ---> Using cache [2020-12-16T10:08:01.621Z] ---> 6440641e4455 [2020-12-16T10:08:01.621Z] Step 8/22 : COPY . . [2020-12-16T10:08:01.621Z] ---> Using cache [2020-12-16T10:08:01.621Z] ---> 6f89205c4a1d [2020-12-16T10:08:01.621Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T10:08:01.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:08:01.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:08:01.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:08:02.204Z] ---> Running in adf43e9a3982 [2020-12-16T10:08:02.480Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:08:02.480Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:08:02.480Z] OK: 12750 distinct packages available [2020-12-16T10:08:02.480Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:08:02.480Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:08:02.480Z] OK: 12750 distinct packages available [2020-12-16T10:08:02.751Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:08:02.752Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:08:02.752Z] OK: 12750 distinct packages available [2020-12-16T10:08:02.752Z] OK: 233 MiB in 51 packages [2020-12-16T10:08:02.752Z] OK: 233 MiB in 51 packages [2020-12-16T10:08:04.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.269s coverage: 46.6% of statements [2020-12-16T10:08:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T10:08:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T10:08:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T10:08:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T10:08:04.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T10:08:04.936Z] OK: 233 MiB in 51 packages [2020-12-16T10:08:04.936Z] 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 [2020-12-16T10:08:04.936Z] Removing intermediate container 475565b8deb8 [2020-12-16T10:08:04.936Z] ---> 51cf850d874c [2020-12-16T10:08:04.936Z] Step 6/23 : COPY go.mod . [2020-12-16T10:08:04.936Z] Removing intermediate container c49538a002f6 [2020-12-16T10:08:04.936Z] ---> 54afe3ac1a0e [2020-12-16T10:08:04.936Z] Step 6/27 : COPY go.mod . [2020-12-16T10:08:04.936Z] Removing intermediate container c7744a9ee2d3 [2020-12-16T10:08:04.936Z] ---> f7b0a9b08b87 [2020-12-16T10:08:04.936Z] Step 5/29 : COPY go.mod . [2020-12-16T10:08:04.936Z] ---> 62813ef142a5 [2020-12-16T10:08:04.936Z] Step 7/23 : RUN go mod download [2020-12-16T10:08:04.936Z] ---> Running in 622aff8b0c51 [2020-12-16T10:08:04.936Z] ---> fdb142d2ddc5 [2020-12-16T10:08:04.936Z] Step 7/27 : RUN go mod download [2020-12-16T10:08:04.936Z] ---> 8f2bfe763da6 [2020-12-16T10:08:04.936Z] Step 6/29 : RUN go mod download [2020-12-16T10:08:04.936Z] ---> Running in e7a7e8ba9042 [2020-12-16T10:08:05.235Z] ---> Running in fa7bd747d847 [2020-12-16T10:08:08.606Z] Removing intermediate container 622aff8b0c51 [2020-12-16T10:08:08.606Z] ---> 771a34cd32c2 [2020-12-16T10:08:08.606Z] Step 8/23 : COPY . . [2020-12-16T10:08:08.875Z] Removing intermediate container fa7bd747d847 [2020-12-16T10:08:08.875Z] ---> 60fc2117ee78 [2020-12-16T10:08:08.875Z] Step 7/29 : COPY . . [2020-12-16T10:08:08.875Z] Removing intermediate container e7a7e8ba9042 [2020-12-16T10:08:08.875Z] ---> 8d9fdf014529 [2020-12-16T10:08:08.875Z] Step 8/27 : COPY . . [2020-12-16T10:08:13.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.520s coverage: 27.1% of statements [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T10:08:13.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T10:08:13.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T10:08:13.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 70.5% of statements [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T10:08:13.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.338s coverage: 83.7% of statements [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T10:08:13.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T10:08:23.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.431s coverage: 28.6% of statements [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T10:08:23.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T10:08:23.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T10:08:23.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.375s coverage: 86.7% of statements [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T10:08:23.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements [2020-12-16T10:08:23.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T10:08:23.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.151s coverage: 78.3% of statements [2020-12-16T10:08:23.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T10:08:23.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T10:08:23.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T10:08:23.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T10:08:30.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.166s coverage: 93.8% of statements [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T10:08:30.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T10:08:30.395Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.097s coverage: 58.8% of statements [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T10:08:30.395Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T10:08:30.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T10:08:30.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 75.5% of statements [2020-12-16T10:08:30.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T10:08:30.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2020-12-16T10:08:30.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2020-12-16T10:08:32.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements [2020-12-16T10:08:33.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.4% of statements [2020-12-16T10:08:33.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T10:08:36.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.615s coverage: 63.5% of statements [2020-12-16T10:08:36.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T10:08:36.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T10:08:36.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2020-12-16T10:08:36.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2020-12-16T10:08:36.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.098s coverage: 100.0% of statements [2020-12-16T10:08:36.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2020-12-16T10:08:38.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2020-12-16T10:08:41.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.875s coverage: 55.9% of statements [2020-12-16T10:08:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T10:08:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T10:08:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T10:08:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T10:08:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T10:08:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T10:08:47.937Z] ---> 64c99893ea08 [2020-12-16T10:08:47.937Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T10:08:47.937Z] ---> 3a3635c2db07 [2020-12-16T10:08:47.937Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T10:08:47.937Z] Removing intermediate container 80ce54040b92 [2020-12-16T10:08:47.937Z] ---> a179a0f7abd0 [2020-12-16T10:08:47.937Z] [2020-12-16T10:08:47.937Z] Step 10/21 : FROM scratch [2020-12-16T10:08:47.937Z] ---> [2020-12-16T10:08:47.937Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:08:47.937Z] ---> d20fa0d48f16 [2020-12-16T10:08:47.937Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T10:08:47.937Z] ---> Running in 3bc595ece95e [2020-12-16T10:08:47.937Z] ---> Running in 0ec96faea45f [2020-12-16T10:08:47.937Z] ---> Running in eda90a6fc763 [2020-12-16T10:08:47.937Z] ---> Using cache [2020-12-16T10:08:47.937Z] ---> 9b7f7fbabd4d [2020-12-16T10:08:47.937Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T10:08:47.937Z] ---> Running in 70c726e6e576 [2020-12-16T10:08:47.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:08:47.937Z] 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 [2020-12-16T10:08:47.937Z] Removing intermediate container 70c726e6e576 [2020-12-16T10:08:47.937Z] ---> 77f105953f00 [2020-12-16T10:08:47.937Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T10:08:47.937Z] 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 [2020-12-16T10:08:48.208Z] ---> Running in 18f632e05dd8 [2020-12-16T10:08:50.168Z] Removing intermediate container adf43e9a3982 [2020-12-16T10:08:50.168Z] ---> 774f379d7325 [2020-12-16T10:08:50.168Z] [2020-12-16T10:08:50.168Z] Step 10/22 : FROM scratch [2020-12-16T10:08:50.168Z] ---> [2020-12-16T10:08:50.168Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:08:50.168Z] ---> Using cache [2020-12-16T10:08:50.168Z] ---> 9b7f7fbabd4d [2020-12-16T10:08:50.168Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T10:08:50.168Z] Removing intermediate container 18f632e05dd8 [2020-12-16T10:08:50.168Z] ---> 5fa933009211 [2020-12-16T10:08:50.168Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T10:08:50.449Z] ---> Running in 4ad84a69d9ff [2020-12-16T10:08:50.717Z] Removing intermediate container 4ad84a69d9ff [2020-12-16T10:08:50.718Z] ---> 08271a22f73b [2020-12-16T10:08:50.718Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:08:50.718Z] ---> Running in 1fc540c917d8 [2020-12-16T10:08:50.989Z] ---> 71c0ae1703a3 [2020-12-16T10:08:50.989Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T10:08:51.262Z] Removing intermediate container 1fc540c917d8 [2020-12-16T10:08:51.262Z] ---> aa00cab26667 [2020-12-16T10:08:51.262Z] Step 14/22 : WORKDIR / [2020-12-16T10:08:51.262Z] ---> Running in 49767d4e07ef [2020-12-16T10:08:51.848Z] Removing intermediate container 49767d4e07ef [2020-12-16T10:08:51.848Z] ---> 747fddc1bd64 [2020-12-16T10:08:51.848Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T10:08:51.848Z] ---> 3eec9df65b43 [2020-12-16T10:08:51.848Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T10:08:52.440Z] ---> bdbcd7db6c83 [2020-12-16T10:08:52.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T10:08:52.818Z] ---> 661692eaf6e6 [2020-12-16T10:08:52.818Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T10:08:54.250Z] ---> Running in c6aad3b32a23 [2020-12-16T10:08:54.250Z] ---> 434e14b150d6 [2020-12-16T10:08:54.250Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T10:08:54.520Z] Removing intermediate container c6aad3b32a23 [2020-12-16T10:08:54.520Z] ---> 1bf673848180 [2020-12-16T10:08:54.520Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:08:54.520Z] ---> Running in 24b75a313736 [2020-12-16T10:08:54.788Z] ---> 366580de3bac [2020-12-16T10:08:54.788Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T10:08:54.788Z] Removing intermediate container 24b75a313736 [2020-12-16T10:08:54.788Z] ---> 8f3854098c3f [2020-12-16T10:08:54.788Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T10:08:55.051Z] ---> Running in 87c0bf72b9b0 [2020-12-16T10:08:55.051Z] ---> Running in f795f48b4501 [2020-12-16T10:08:55.323Z] Removing intermediate container 87c0bf72b9b0 [2020-12-16T10:08:55.323Z] ---> d4915dbf82bd [2020-12-16T10:08:55.323Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:08:55.323Z] ---> Running in 67104e672dbe [2020-12-16T10:08:55.323Z] Removing intermediate container f795f48b4501 [2020-12-16T10:08:55.323Z] ---> 5b98fc2e5447 [2020-12-16T10:08:55.323Z] Step 20/21 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:08:55.591Z] ---> Running in 0972521eb8de [2020-12-16T10:08:55.591Z] Removing intermediate container 67104e672dbe [2020-12-16T10:08:55.591Z] ---> 09e3326d0d37 [2020-12-16T10:08:55.591Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:08:55.864Z] ---> Running in 56a6108c6caf [2020-12-16T10:08:55.864Z] Removing intermediate container 0972521eb8de [2020-12-16T10:08:55.864Z] ---> 26a0516ef82e [2020-12-16T10:08:55.864Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T10:08:56.130Z] ---> Running in 50fbc55b3a11 [2020-12-16T10:08:56.130Z] Removing intermediate container 56a6108c6caf [2020-12-16T10:08:56.130Z] ---> 19d9faaff41f [2020-12-16T10:08:56.130Z] Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:08:56.398Z] ---> Running in 9445b19d1142 [2020-12-16T10:08:56.982Z] Removing intermediate container 50fbc55b3a11 [2020-12-16T10:08:56.982Z] ---> 4dde96195d7b [2020-12-16T10:08:56.982Z] [2020-12-16T10:08:57.254Z] Removing intermediate container 9445b19d1142 [2020-12-16T10:08:57.254Z] ---> 345a8b087951 [2020-12-16T10:08:57.254Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:08:57.254Z] ---> Running in dc183a03228f [2020-12-16T10:08:57.837Z] Successfully built 4dde96195d7b [2020-12-16T10:08:57.837Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-16T10:08:58.117Z]  Building docker-support-scheduler-go ... done Removing intermediate container dc183a03228f [2020-12-16T10:08:58.117Z] ---> 471ee6002d3b [2020-12-16T10:08:58.117Z] [2020-12-16T10:08:58.117Z] Successfully built 471ee6002d3b [2020-12-16T10:08:58.117Z] Successfully tagged docker-core-metadata-go:latest [2020-12-16T10:09:08.293Z]  Building docker-core-metadata-go ... done Removing intermediate container 0ec96faea45f [2020-12-16T10:09:08.293Z] ---> b398f2fe9b91 [2020-12-16T10:09:08.293Z] [2020-12-16T10:09:08.293Z] Step 9/29 : FROM alpine:latest [2020-12-16T10:09:08.293Z] ---> b14afc6dfb98 [2020-12-16T10:09:08.293Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-16T10:09:08.293Z] ---> Running in 49a97550a7de [2020-12-16T10:09:08.566Z] Removing intermediate container 49a97550a7de [2020-12-16T10:09:08.566Z] ---> a7406a12d5d0 [2020-12-16T10:09:08.566Z] Step 11/29 : USER root [2020-12-16T10:09:08.566Z] ---> Running in f34b5b463cba [2020-12-16T10:09:08.846Z] Removing intermediate container f34b5b463cba [2020-12-16T10:09:08.846Z] ---> ae74b233ea1d [2020-12-16T10:09:08.846Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T10:09:09.117Z] ---> Running in b16ac7e2c654 [2020-12-16T10:09:10.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:10.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:10.384Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:09:10.384Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:09:10.384Z] OK: 12747 distinct packages available [2020-12-16T10:09:10.646Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T10:09:10.646Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T10:09:10.646Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:09:10.646Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:09:10.646Z] OK: 6 MiB in 16 packages [2020-12-16T10:09:12.073Z] Removing intermediate container eda90a6fc763 [2020-12-16T10:09:12.074Z] ---> b95d7299209f [2020-12-16T10:09:12.074Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T10:09:12.074Z] ---> Running in 7654c9b9b4e3 [2020-12-16T10:09:13.030Z] Removing intermediate container b16ac7e2c654 [2020-12-16T10:09:13.030Z] ---> ca6125dcf115 [2020-12-16T10:09:13.030Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T10:09:13.030Z] ---> Running in 74a9ff24af74 [2020-12-16T10:09:13.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T10:09:13.030Z] Removing intermediate container 74a9ff24af74 [2020-12-16T10:09:13.030Z] ---> cd6ab7056d27 [2020-12-16T10:09:13.030Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T10:09:13.302Z] ---> Running in db5b9f462b25 [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.257s coverage: 86.3% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.406s coverage: 72.2% of statements [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.874s coverage: 72.1% of statements [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.088s coverage: 82.4% of statements [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.078s coverage: 48.4% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.084s coverage: 28.8% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.102s coverage: 96.8% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.396s coverage: 37.0% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.629s coverage: 84.0% of statements [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.354s coverage: 47.1% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.588s coverage: 29.1% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.161s coverage: 100.0% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T10:09:14.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2020-12-16T10:09:14.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2020-12-16T10:09:14.705Z] Removing intermediate container db5b9f462b25 [2020-12-16T10:09:14.705Z] ---> 544353e5c577 [2020-12-16T10:09:14.705Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T10:09:14.958Z] GO111MODULE=on go vet ./... [2020-12-16T10:09:15.280Z] ---> Running in 0ccbf59d9a22 [2020-12-16T10:09:15.866Z] Removing intermediate container 7654c9b9b4e3 [2020-12-16T10:09:15.866Z] ---> 72cf757dde6b [2020-12-16T10:09:15.866Z] [2020-12-16T10:09:15.866Z] Step 11/27 : FROM docker:latest [2020-12-16T10:09:15.866Z] ---> 0c995d0d3006 [2020-12-16T10:09:15.866Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T10:09:15.866Z] ---> Running in 64c4ee50641c [2020-12-16T10:09:16.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:16.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:16.832Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T10:09:16.832Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T10:09:16.832Z] Executing bash-5.0.17-r0.post-install [2020-12-16T10:09:17.099Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:09:17.099Z] OK: 12 MiB in 22 packages [2020-12-16T10:09:17.674Z] Removing intermediate container 0ccbf59d9a22 [2020-12-16T10:09:17.674Z] ---> 75341b37ba52 [2020-12-16T10:09:17.674Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T10:09:18.621Z] Removing intermediate container 3bc595ece95e [2020-12-16T10:09:18.622Z] ---> f56f47c9f3cb [2020-12-16T10:09:18.622Z] [2020-12-16T10:09:18.622Z] Step 10/23 : FROM alpine [2020-12-16T10:09:18.622Z] ---> b14afc6dfb98 [2020-12-16T10:09:18.622Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:09:18.883Z] ---> 14166af7e8fc [2020-12-16T10:09:18.883Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T10:09:18.883Z] ---> Running in 24f4f868fee4 [2020-12-16T10:09:18.883Z] Removing intermediate container 64c4ee50641c [2020-12-16T10:09:18.883Z] ---> 665fadd32ac8 [2020-12-16T10:09:18.883Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T10:09:19.145Z] ---> Running in f4003efc797c [2020-12-16T10:09:19.145Z] Removing intermediate container 24f4f868fee4 [2020-12-16T10:09:19.145Z] ---> f93f85701bf7 [2020-12-16T10:09:19.145Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T10:09:19.408Z] ---> 86810d4c66c9 [2020-12-16T10:09:19.408Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T10:09:19.408Z] ---> Running in 96d583306255 [2020-12-16T10:09:19.677Z] ---> df2a8ba120da [2020-12-16T10:09:19.677Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T10:09:19.677Z] Removing intermediate container 96d583306255 [2020-12-16T10:09:19.677Z] ---> 750aa1875ba1 [2020-12-16T10:09:19.677Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T10:09:19.677Z] ---> Running in ba0b8e64c179 [2020-12-16T10:09:19.939Z] ---> 807a36497db1 [2020-12-16T10:09:19.939Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T10:09:19.939Z] Removing intermediate container ba0b8e64c179 [2020-12-16T10:09:19.939Z] ---> ca3f7b9b723e [2020-12-16T10:09:19.939Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:09:20.201Z] ---> Running in 6e8d341180b5 [2020-12-16T10:09:20.464Z] ---> eeff48022b6b [2020-12-16T10:09:20.464Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T10:09:20.464Z] ---> Running in 419a676e15ea [2020-12-16T10:09:20.464Z] Removing intermediate container f4003efc797c [2020-12-16T10:09:20.464Z] ---> 00cca20eba46 [2020-12-16T10:09:20.464Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T10:09:20.743Z] ---> Running in f04b1a10bdef [2020-12-16T10:09:21.013Z] Removing intermediate container f04b1a10bdef [2020-12-16T10:09:21.013Z] ---> 6a8093e694db [2020-12-16T10:09:21.013Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T10:09:21.013Z] ---> Running in fdaedfe37bfc [2020-12-16T10:09:21.278Z] Removing intermediate container fdaedfe37bfc [2020-12-16T10:09:21.278Z] ---> 5a4ee6df02f4 [2020-12-16T10:09:21.278Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T10:09:21.278Z] ---> Running in 70c750151916 [2020-12-16T10:09:21.540Z] Removing intermediate container 70c750151916 [2020-12-16T10:09:21.540Z] ---> a978b4133f9f [2020-12-16T10:09:21.540Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T10:09:21.540Z] Removing intermediate container 6e8d341180b5 [2020-12-16T10:09:21.540Z] ---> 3abb14a30bae [2020-12-16T10:09:21.540Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T10:09:21.805Z] ---> Running in aa21822140be [2020-12-16T10:09:21.805Z] Removing intermediate container 419a676e15ea [2020-12-16T10:09:21.805Z] ---> 5c95cd24cd4f [2020-12-16T10:09:21.805Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:09:22.383Z] ---> a1336f0c710e [2020-12-16T10:09:22.383Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T10:09:22.383Z] ---> b947e2f9a921 [2020-12-16T10:09:22.383Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:09:22.383Z] ---> Running in 8a4c965d3130 [2020-12-16T10:09:22.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:22.644Z] ---> 89c6fb210657 [2020-12-16T10:09:22.644Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T10:09:22.911Z] ---> 91bba976ca4e [2020-12-16T10:09:22.911Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T10:09:22.911Z] ---> Running in 10c56de14a77 [2020-12-16T10:09:23.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:23.436Z] Removing intermediate container 8a4c965d3130 [2020-12-16T10:09:23.436Z] ---> d36d522079be [2020-12-16T10:09:23.436Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T10:09:23.436Z] ---> Running in ca39c8b3d030 [2020-12-16T10:09:23.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:23.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:23.961Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T10:09:23.961Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T10:09:23.961Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T10:09:23.961Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T10:09:23.961Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T10:09:23.961Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T10:09:23.961Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T10:09:24.223Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T10:09:24.223Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T10:09:24.223Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T10:09:24.486Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T10:09:25.057Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T10:09:25.057Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:09:25.057Z] OK: 8 MiB in 19 packages [2020-12-16T10:09:28.375Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T10:09:28.375Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T10:09:28.375Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T10:09:28.375Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T10:09:28.375Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T10:09:28.375Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T10:09:28.375Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T10:09:28.636Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T10:09:28.637Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T10:09:28.637Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T10:09:29.209Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T10:09:29.209Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T10:09:29.474Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T10:09:29.474Z] Removing intermediate container ca39c8b3d030 [2020-12-16T10:09:29.474Z] ---> 799f97d18a9e [2020-12-16T10:09:29.474Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:09:29.474Z] Removing intermediate container aa21822140be [2020-12-16T10:09:29.474Z] ---> 0909b82f2495 [2020-12-16T10:09:29.474Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T10:09:29.737Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T10:09:29.737Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T10:09:29.737Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T10:09:30.001Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T10:09:30.001Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T10:09:30.001Z] ---> Running in 0de93a337c6e [2020-12-16T10:09:30.001Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T10:09:30.264Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T10:09:30.529Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T10:09:30.529Z] ---> 07a405eda68b [2020-12-16T10:09:30.529Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T10:09:30.529Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T10:09:30.529Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T10:09:30.529Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T10:09:30.791Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T10:09:30.791Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T10:09:30.791Z] Removing intermediate container 0de93a337c6e [2020-12-16T10:09:30.791Z] ---> 9e686e42e22d [2020-12-16T10:09:30.791Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T10:09:31.739Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:09:31.739Z] ---> Running in c906d6f04748 [2020-12-16T10:09:31.739Z] OK: 71 MiB in 55 packages [2020-12-16T10:09:31.739Z] ---> 9cee5c13447a [2020-12-16T10:09:31.739Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T10:09:31.739Z] Removing intermediate container c906d6f04748 [2020-12-16T10:09:31.739Z] ---> a0e1f6164618 [2020-12-16T10:09:31.739Z] Step 27/29 : LABEL arch=x86_64 [2020-12-16T10:09:32.001Z] ---> Running in 37944469a79a [2020-12-16T10:09:32.001Z] ---> 5be7ce89ae0f [2020-12-16T10:09:32.001Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T10:09:32.267Z] ---> Running in 7d74c05df394 [2020-12-16T10:09:32.267Z] Removing intermediate container 37944469a79a [2020-12-16T10:09:32.267Z] ---> acd2ed89d8f0 [2020-12-16T10:09:32.267Z] Step 28/29 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:09:33.213Z] ---> Running in c30f9f5b8709 [2020-12-16T10:09:34.246Z] Removing intermediate container 7d74c05df394 [2020-12-16T10:09:34.247Z] ---> 441314b23e2e [2020-12-16T10:09:34.247Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:09:36.248Z] Removing intermediate container c30f9f5b8709 [2020-12-16T10:09:36.248Z] ---> 19474d50ee6c [2020-12-16T10:09:36.248Z] Step 29/29 : LABEL version=0.0.0 [2020-12-16T10:09:36.248Z] ---> Running in 745d07ad2f62 [2020-12-16T10:09:36.248Z] ---> Running in 6f6b3a10c00c [2020-12-16T10:09:36.510Z] Removing intermediate container 745d07ad2f62 [2020-12-16T10:09:36.510Z] ---> d3433a9bf7dc [2020-12-16T10:09:36.510Z] Step 21/23 : LABEL arch=x86_64 [2020-12-16T10:09:36.510Z] Removing intermediate container 10c56de14a77 [2020-12-16T10:09:36.510Z] ---> 8050fcc90885 [2020-12-16T10:09:36.510Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T10:09:36.510Z] ---> Running in 0d1940404092 [2020-12-16T10:09:36.510Z] ---> Running in 67a22dc190eb [2020-12-16T10:09:36.510Z] Removing intermediate container 6f6b3a10c00c [2020-12-16T10:09:36.510Z] ---> ba8b7c056ee9 [2020-12-16T10:09:36.510Z] [2020-12-16T10:09:36.772Z] Successfully built ba8b7c056ee9 [2020-12-16T10:09:37.064Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-16T10:09:37.330Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 0d1940404092 [2020-12-16T10:09:37.330Z] ---> e6b2c8be77de [2020-12-16T10:09:37.330Z] Step 22/23 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:09:37.330Z] ---> Running in fab1068ef810 [2020-12-16T10:09:37.593Z] Removing intermediate container fab1068ef810 [2020-12-16T10:09:37.593Z] ---> 4ae52e59215a [2020-12-16T10:09:37.593Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T10:09:37.593Z] ---> Running in 963e84f899cd [2020-12-16T10:09:37.593Z] Removing intermediate container 963e84f899cd [2020-12-16T10:09:37.593Z] ---> aca6e54f81b7 [2020-12-16T10:09:37.593Z] [2020-12-16T10:09:37.856Z] Successfully built aca6e54f81b7 [2020-12-16T10:09:37.856Z] Successfully tagged docker-core-data-go:latest [2020-12-16T10:09:38.120Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-12-16T10:09:38.390Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T10:09:38.390Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T10:09:38.390Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T10:09:38.652Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T10:09:38.652Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T10:09:39.230Z] Collecting PyYAML<4,>=3.10 [2020-12-16T10:09:39.230Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T10:09:40.176Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T10:09:40.176Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T10:09:40.176Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T10:09:40.176Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T10:09:40.176Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T10:09:40.176Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T10:09:40.749Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T10:09:40.749Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T10:09:41.011Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T10:09:41.011Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T10:09:41.276Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T10:09:41.276Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T10:09:41.276Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T10:09:41.849Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T10:09:41.849Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T10:09:41.849Z] Collecting idna<2.8,>=2.5 [2020-12-16T10:09:41.849Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T10:09:41.849Z] 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) [2020-12-16T10:09:42.114Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T10:09:42.114Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T10:09:42.114Z] 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) [2020-12-16T10:09:42.114Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T10:09:42.114Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T10:09:42.114Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T10:09:42.114Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T10:09:42.114Z] Installing collected packages: websocket-client, texttable, PyYAML, jsonschema, cached-property, dockerpty, docker-pycreds, idna, urllib3, requests, docker, docopt, docker-compose [2020-12-16T10:09:42.375Z] Running setup.py install for texttable: started [2020-12-16T10:09:42.950Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T10:09:42.950Z] Running setup.py install for PyYAML: started [2020-12-16T10:09:43.212Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T10:09:43.475Z] Running setup.py install for dockerpty: started [2020-12-16T10:09:44.432Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T10:09:44.695Z] Attempting uninstall: idna [2020-12-16T10:09:44.695Z] Found existing installation: idna 2.9 [2020-12-16T10:09:44.957Z] Uninstalling idna-2.9: [2020-12-16T10:09:44.957Z] Successfully uninstalled idna-2.9 [2020-12-16T10:09:44.957Z] Attempting uninstall: urllib3 [2020-12-16T10:09:44.957Z] Found existing installation: urllib3 1.25.9 [2020-12-16T10:09:44.957Z] Uninstalling urllib3-1.25.9: [2020-12-16T10:09:45.220Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T10:09:45.220Z] Attempting uninstall: requests [2020-12-16T10:09:45.220Z] Found existing installation: requests 2.23.0 [2020-12-16T10:09:45.220Z] Uninstalling requests-2.23.0: [2020-12-16T10:09:45.220Z] Successfully uninstalled requests-2.23.0 [2020-12-16T10:09:45.793Z] Running setup.py install for docopt: started [2020-12-16T10:09:46.059Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T10:09:46.327Z] 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 [2020-12-16T10:09:49.655Z] Removing intermediate container 67a22dc190eb [2020-12-16T10:09:49.655Z] ---> c5a275e0e6c3 [2020-12-16T10:09:49.655Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T10:09:49.655Z] ---> Running in 05cccb53f2d6 [2020-12-16T10:09:49.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:50.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:50.183Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:09:50.183Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T10:09:50.444Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T10:09:50.444Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:09:50.444Z] OK: 72 MiB in 58 packages [2020-12-16T10:09:50.706Z] Removing intermediate container 05cccb53f2d6 [2020-12-16T10:09:50.706Z] ---> a4507a2715c4 [2020-12-16T10:09:50.706Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T10:09:50.969Z] ---> Running in f3551972524e [2020-12-16T10:09:50.969Z] Removing intermediate container f3551972524e [2020-12-16T10:09:50.969Z] ---> 2f9fa0cc88b0 [2020-12-16T10:09:50.969Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:09:51.231Z] ---> Running in aa31d3b12efa [2020-12-16T10:09:51.231Z] Removing intermediate container aa31d3b12efa [2020-12-16T10:09:51.231Z] ---> 8e52ad346f0a [2020-12-16T10:09:51.231Z] Step 25/27 : LABEL arch=x86_64 [2020-12-16T10:09:51.231Z] ---> Running in 17deda319af6 [2020-12-16T10:09:51.493Z] Removing intermediate container 17deda319af6 [2020-12-16T10:09:51.493Z] ---> 70ec01ae9de3 [2020-12-16T10:09:51.493Z] Step 26/27 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:09:51.493Z] ---> Running in ebc09c8c5f5c [2020-12-16T10:09:51.755Z] Removing intermediate container ebc09c8c5f5c [2020-12-16T10:09:51.755Z] ---> 929b1cfc31af [2020-12-16T10:09:51.755Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T10:09:51.755Z] ---> Running in 245114f704de [2020-12-16T10:09:52.017Z] Removing intermediate container 245114f704de [2020-12-16T10:09:52.017Z] ---> 1060fceb00fc [2020-12-16T10:09:52.017Z] [2020-12-16T10:09:52.017Z] Successfully built 1060fceb00fc [2020-12-16T10:09:52.280Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-16T10:09:52.552Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-16T10:09:52.576Z] $ docker stop --time=1 6faba2e3348018811e01e37fe473e24b040443275ef1b75bd9627d9ef0fdbf2f [2020-12-16T10:09:54.194Z] $ docker rm -f 6faba2e3348018811e01e37fe473e24b040443275ef1b75bd9627d9ef0fdbf2f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T10:09:54.785Z] + docker images [2020-12-16T10:09:54.785Z] + grep docker [2020-12-16T10:09:54.785Z] docker-sys-mgmt-agent-go latest 1060fceb00fc 3 seconds ago 313MB [2020-12-16T10:09:54.785Z] docker-core-data-go latest aca6e54f81b7 17 seconds ago 23.7MB [2020-12-16T10:09:54.785Z] docker-security-secrets-setup-go latest ba8b7c056ee9 18 seconds ago 23.9MB [2020-12-16T10:09:54.785Z] docker-core-metadata-go latest 471ee6002d3b 57 seconds ago 14.5MB [2020-12-16T10:09:54.785Z] docker-support-scheduler-go latest 4dde96195d7b 58 seconds ago 12.3MB [2020-12-16T10:09:54.785Z] docker-security-secretstore-setup-go latest 961b6413aea4 2 minutes ago 24.7MB [2020-12-16T10:09:54.785Z] docker-support-notifications-go latest 1abf83684a61 2 minutes ago 13.6MB [2020-12-16T10:09:54.785Z] docker-security-proxy-setup-go latest 4153ad241f42 2 minutes ago 24.6MB [2020-12-16T10:09:54.785Z] docker-security-bootstrap-redis-go latest 8142dab96ff2 2 minutes ago 15.8MB [2020-12-16T10:09:54.785Z] docker-core-command-go latest 5873173b27e9 2 minutes ago 12.2MB [2020-12-16T10:09:54.785Z] docker latest 0c995d0d3006 12 hours 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 [2020-12-16T10:10:10.531Z] Still waiting to schedule task [2020-12-16T10:10:10.531Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-16T10:10:36.799Z] gofmt -l . [2020-12-16T10:10:39.443Z] [ "`gofmt -l .`" = "" ] [2020-12-16T10:10:42.847Z] ./bin/test-go-mod-tidy.sh [2020-12-16T10:10:43.473Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T10:10:48.456Z] + ls -al . [2020-12-16T10:10:48.456Z] total 692 [2020-12-16T10:10:48.456Z] drwxrwxr-x 9 1001 1001 4096 Dec 16 10:10 . [2020-12-16T10:10:48.456Z] drwxr-xr-x 4 root root 4096 Dec 16 10:06 .. [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 10:04 .dockerignore [2020-12-16T10:10:48.456Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 10:04 .git [2020-12-16T10:10:48.456Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 10:04 .github [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 10:04 .gitignore [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 10:04 .sonarcloud.properties [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 10:04 CONTRIBUTING.md [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 10:04 Dockerfile.build [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 10:04 Jenkinsfile [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 10:04 LICENSE [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 10:04 Makefile [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 6447 Dec 16 10:04 README.md [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 10:04 SECURITY.md [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 10:01 VERSION [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 10:04 ZMQWindows.md [2020-12-16T10:10:48.456Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 10:04 bin [2020-12-16T10:10:48.456Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 10:04 cmd [2020-12-16T10:10:48.456Z] -rw-r--r-- 1 root root 568194 Dec 16 10:09 coverage.out [2020-12-16T10:10:48.456Z] -rw-r--r-- 1 root root 1041 Dec 16 10:10 go.mod [2020-12-16T10:10:48.456Z] -rw-r--r-- 1 root root 18746 Dec 16 10:10 go.sum [2020-12-16T10:10:48.456Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 10:04 internal [2020-12-16T10:10:48.456Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 10:04 openapi [2020-12-16T10:10:48.456Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 10:04 snap [2020-12-16T10:10:48.456Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 10:04 version.go [Pipeline] sh [2020-12-16T10:10:49.116Z] + '[' -e coverage.out ] [2020-12-16T10:10:49.117Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T10:10:49.147Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T10:10:50.269Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T10:10:50.913Z] + make build [2020-12-16T10:10:50.913Z] 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 [2020-12-16T10:11:03.360Z] 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 [2020-12-16T10:11:35.721Z] 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 [2020-12-16T10:11:39.122Z] 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 [2020-12-16T10:11:47.413Z] 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 [2020-12-16T10:11:47.689Z] 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 [2020-12-16T10:11:51.280Z] Running on prd-ubuntu18.04-docker-8c-8g-16336 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-16T10:11:51.334Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2020-12-16T10:11:53.643Z] using credential edgex-jenkins-ssh [2020-12-16T10:11:53.700Z] Cloning the remote Git repository [2020-12-16T10:11:53.727Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:11:53.792Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2020-12-16T10:11:54.420Z] 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 [2020-12-16T10:11:53.822Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:11:53.822Z] > git --version # timeout=10 [2020-12-16T10:11:53.829Z] > git --version # 'git version 2.17.1' [2020-12-16T10:11:53.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:11:53.878Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:11:59.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:12:03.192Z] 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 [2020-12-16T10:12:08.577Z] 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 [2020-12-16T10:12:12.298Z] Merging remotes/origin/master commit e25094879da38d58945b339cb800433d3a77391e into PR head commit 424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:12:12.421Z] Merge succeeded, producing 424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:12:12.422Z] Checking out Revision 424f84ba947e69db1eccda73b18ab08a1cdd8c1d (PR-2908) [2020-12-16T10:12:12.890Z] 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 [2020-12-16T10:12:11.792Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:12:11.799Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:12:11.812Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:12:11.825Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:12:11.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:12:11.831Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T10:12:12.312Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:12:12.317Z] > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 [2020-12-16T10:12:12.394Z] > git remote # timeout=10 [2020-12-16T10:12:12.401Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T10:12:12.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:12:12.410Z] > git merge e25094879da38d58945b339cb800433d3a77391e # timeout=10 [2020-12-16T10:12:12.419Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T10:12:12.429Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:12:12.432Z] > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 [2020-12-16T10:12:16.138Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [2020-12-16T10:12:16.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:12:17.252Z] + echo snap-build.sh [2020-12-16T10:12:17.252Z] snap-build.sh [2020-12-16T10:12:17.252Z] + SNAP_BASE_DIR=. [2020-12-16T10:12:17.252Z] + '[' '!' -z /w/workspace/edgex-go/20 ']' [2020-12-16T10:12:17.252Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/20 [2020-12-16T10:12:17.252Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' [2020-12-16T10:12:17.252Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/20] [2020-12-16T10:12:17.252Z] + cd /w/workspace/edgex-go/20 [2020-12-16T10:12:17.252Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-16T10:12:17.252Z] Reading package lists... [2020-12-16T10:12:17.252Z] Building dependency tree... [2020-12-16T10:12:17.252Z] Reading state information... [2020-12-16T10:12:17.514Z] The following packages were automatically installed and are no longer required: [2020-12-16T10:12:17.514Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-16T10:12:17.514Z] uidmap xdelta3 [2020-12-16T10:12:17.514Z] Use 'sudo apt autoremove' to remove them. [2020-12-16T10:12:17.514Z] The following packages will be REMOVED: [2020-12-16T10:12:17.514Z] lxd* lxd-client* [2020-12-16T10:12:17.776Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-16T10:12:17.776Z] After this operation, 31.7 MB disk space will be freed. [2020-12-16T10:12:18.835Z] (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.) [2020-12-16T10:12:18.835Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T10:12:19.790Z] Removing lxd dnsmasq configuration [2020-12-16T10:12:19.790Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T10:12:20.054Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-16T10:12:21.001Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:12:21.266Z] (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.) [2020-12-16T10:12:21.266Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T10:12:21.689Z] 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 [2020-12-16T10:12:22.663Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-16T10:12:22.663Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-16T10:12:23.627Z] + sudo snap remove --purge lxd [2020-12-16T10:12:23.899Z] snap "lxd" is not installed [2020-12-16T10:12:23.899Z] + sudo groupadd --force --system lxd [2020-12-16T10:12:23.899Z] ++ whoami [2020-12-16T10:12:23.899Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-16T10:12:23.899Z] + newgrp - lxd [2020-12-16T10:12:23.899Z] + sudo snap install lxd [Pipeline] } [2020-12-16T10:12:25.090Z] $ docker stop --time=1 bd37d73b5dc7b3da0be1e110b0b9f3cc695400c1d1f7de0aaf9a93a3aab34745 [2020-12-16T10:12:27.551Z] $ docker rm -f bd37d73b5dc7b3da0be1e110b0b9f3cc695400c1d1f7de0aaf9a93a3aab34745 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:12:29.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:12:29.518Z] [2020-12-16T10:12:29.518Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:12:29.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:12:29.896Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-16T10:12:29.896Z] 29e5d40040c1: Pulling fs layer [2020-12-16T10:12:29.896Z] 1ce36da41761: Pulling fs layer [2020-12-16T10:12:29.896Z] 25b303627fd3: Pulling fs layer [2020-12-16T10:12:30.166Z] 29e5d40040c1: Download complete [2020-12-16T10:12:30.758Z] 1ce36da41761: Verifying Checksum [2020-12-16T10:12:30.758Z] 29e5d40040c1: Pull complete [2020-12-16T10:12:32.080Z] 2020-12-16T10:12:30Z INFO Waiting for automatic snapd restart... [2020-12-16T10:12:32.188Z] 1ce36da41761: Pull complete [2020-12-16T10:12:32.461Z] 25b303627fd3: Verifying Checksum [2020-12-16T10:12:32.461Z] 25b303627fd3: Download complete [2020-12-16T10:12:42.586Z] 25b303627fd3: Pull complete [2020-12-16T10:12:42.586Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-16T10:12:42.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:12:42.586Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-16T10:12:42.828Z] prd-ubuntu18.04-docker-arm64-4c-16g-16329 does not seem to be running inside a container [2020-12-16T10:12:42.906Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T10:12:46.088Z] $ docker top 3f22141c6aa0d5a28b3e065764b301cb6adfd31e0fca6f51683e06d2ce6844ae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:12:47.165Z] + grep parallel [2020-12-16T10:12:47.165Z] + docker-compose build --help [2020-12-16T10:12:50.349Z] lxd 4.9 from Canonical* installed [2020-12-16T10:12:50.349Z] + sudo lxd init --auto [2020-12-16T10:12:52.544Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T10:12:52.566Z] $ docker stop --time=1 3f22141c6aa0d5a28b3e065764b301cb6adfd31e0fca6f51683e06d2ce6844ae [2020-12-16T10:12:54.388Z] $ docker rm -f 3f22141c6aa0d5a28b3e065764b301cb6adfd31e0fca6f51683e06d2ce6844ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:12:55.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:12:55.204Z] . [Pipeline] withDockerContainer [2020-12-16T10:12:55.457Z] prd-ubuntu18.04-docker-arm64-4c-16g-16329 does not seem to be running inside a container [2020-12-16T10:12:55.535Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T10:12:56.805Z] $ docker top e91475bb9c6fa153056b9dffbf4377f961b26affb08d3ac872432892399e498d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:12:57.788Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T10:12:58.512Z] + sudo snap install --classic snapcraft [2020-12-16T10:13:03.189Z] Building docker-core-command-go ... [2020-12-16T10:13:03.190Z] Building docker-core-data-go ... [2020-12-16T10:13:03.190Z] Building docker-core-metadata-go ... [2020-12-16T10:13:03.190Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T10:13:03.190Z] Building docker-security-proxy-setup-go ... [2020-12-16T10:13:03.190Z] Building docker-security-secrets-setup-go ... [2020-12-16T10:13:03.190Z] Building docker-security-secretstore-setup-go ... [2020-12-16T10:13:03.190Z] Building docker-support-notifications-go ... [2020-12-16T10:13:03.190Z] Building docker-support-scheduler-go ... [2020-12-16T10:13:03.190Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T10:13:03.190Z] Building docker-security-bootstrap-redis-go [2020-12-16T10:13:03.190Z] Building docker-security-secrets-setup-go [2020-12-16T10:13:03.190Z] Building docker-sys-mgmt-agent-go [2020-12-16T10:13:03.190Z] Building docker-core-command-go [2020-12-16T10:13:03.190Z] Building docker-security-proxy-setup-go [2020-12-16T10:13:03.820Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T10:13:03.820Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-16T10:13:03.820Z] + patch --verbose -p1 [2020-12-16T10:13:03.820Z] Hmm... Looks like a unified diff to me... [2020-12-16T10:13:03.820Z] The text leading up to this was: [2020-12-16T10:13:03.820Z] -------------------------- [2020-12-16T10:13:03.820Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-16T10:13:03.820Z] |From: Tony Espy [2020-12-16T10:13:03.820Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-16T10:13:03.820Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-16T10:13:03.820Z] | [2020-12-16T10:13:03.820Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-16T10:13:03.820Z] |optimize the snap CI check run for pull requests. When [2020-12-16T10:13:03.820Z] |applied, it essentially strips out everything (apps and [2020-12-16T10:13:03.820Z] |parts) from the snapcraft.yaml file except those required [2020-12-16T10:13:03.820Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-16T10:13:03.820Z] |catch changes to edgex-go that break the snap build. [2020-12-16T10:13:03.820Z] | [2020-12-16T10:13:03.820Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-16T10:13:03.820Z] |to update this patch file, otherwise it may fail to apply, [2020-12-16T10:13:03.821Z] |resulting in a failed snap build CI check in the associated [2020-12-16T10:13:03.821Z] |pull request. [2020-12-16T10:13:03.821Z] | [2020-12-16T10:13:03.821Z] |Note - in addition to applying this patch, the pipeline also [2020-12-16T10:13:03.821Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-16T10:13:03.821Z] |need to build the finally binary .snap file (and it won't [2020-12-16T10:13:03.821Z] |work with the patch applied). This further reduces the build [2020-12-16T10:13:03.821Z] |time. [2020-12-16T10:13:03.821Z] |--- [2020-12-16T10:13:03.821Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-16T10:13:03.821Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-16T10:13:03.821Z] | [2020-12-16T10:13:03.821Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-16T10:13:03.821Z] |index b265277c..d7e1de37 100644 [2020-12-16T10:13:03.821Z] |--- a/snap/snapcraft.yaml [2020-12-16T10:13:03.821Z] |+++ b/snap/snapcraft.yaml [2020-12-16T10:13:03.821Z] -------------------------- [2020-12-16T10:13:03.821Z] patching file snap/snapcraft.yaml [2020-12-16T10:13:03.821Z] Using Plan A... [2020-12-16T10:13:03.821Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-16T10:13:03.821Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-16T10:13:03.821Z] Hunk #3 succeeded at 209 (offset -9 lines). [2020-12-16T10:13:03.821Z] Hunk #4 succeeded at 224 (offset -9 lines). [2020-12-16T10:13:03.821Z] Hunk #5 succeeded at 232 (offset -9 lines). [2020-12-16T10:13:03.821Z] Hunk #6 succeeded at 239 (offset -9 lines). [2020-12-16T10:13:03.821Z] Hunk #7 succeeded at 266 (offset -9 lines). [2020-12-16T10:13:03.821Z] Hunk #8 succeeded at 300 (offset -9 lines). [2020-12-16T10:13:03.821Z] Hunk #9 succeeded at 356 (offset -9 lines). [2020-12-16T10:13:03.821Z] Hmm... Ignoring the trailing garbage. [2020-12-16T10:13:03.821Z] done [2020-12-16T10:13:03.821Z] + sudo snapcraft prime --use-lxd [2020-12-16T10:13:04.767Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-16T10:13:04.767Z] 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: [2020-12-16T10:13:04.767Z] - README.md [2020-12-16T10:13:04.767Z] - snapcraft.yaml.orig [2020-12-16T10:13:04.767Z] [2020-12-16T10:13:04.767Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T10:13:05.343Z] Launching a container. [2020-12-16T10:13:17.611Z] Waiting for container to be ready [2020-12-16T10:13:17.611Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-16T10:13:17.611Z] [2020-12-16T10:13:20.163Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-16T10:13:20.423Z] Waiting for network to be ready... [2020-12-16T10:13:20.689Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T10:13:20.949Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T10:13:20.949Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T10:13:21.213Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T10:13:21.213Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T10:13:21.213Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T10:13:21.213Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T10:13:21.213Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T10:13:21.213Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T10:13:21.213Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T10:13:21.477Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T10:13:21.477Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T10:13:21.741Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T10:13:21.741Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T10:13:21.741Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T10:13:21.741Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T10:13:21.741Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T10:13:21.741Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T10:13:22.312Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T10:13:22.312Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T10:13:22.312Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T10:13:22.312Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T10:13:22.312Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T10:13:22.312Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T10:13:22.576Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T10:13:22.576Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T10:13:22.576Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T10:13:24.506Z] Fetched 23.5 MB in 4s (6156 kB/s) [2020-12-16T10:13:25.452Z] Reading package lists... [2020-12-16T10:13:25.716Z] Reading package lists... [2020-12-16T10:13:25.982Z] Building dependency tree... [2020-12-16T10:13:25.982Z] Reading state information... [2020-12-16T10:13:25.982Z] The following additional packages will be installed: [2020-12-16T10:13:25.982Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T10:13:25.982Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T10:13:25.982Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T10:13:25.982Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-16T10:13:25.982Z] Suggested packages: [2020-12-16T10:13:25.982Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-16T10:13:25.982Z] Recommended packages: [2020-12-16T10:13:25.982Z] gnupg libsasl2-modules [2020-12-16T10:13:25.982Z] The following NEW packages will be installed: [2020-12-16T10:13:25.982Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T10:13:25.982Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T10:13:25.982Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T10:13:25.982Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-16T10:13:25.982Z] The following packages will be upgraded: [2020-12-16T10:13:25.982Z] gpg gpg-agent gpgconf libudev1 [2020-12-16T10:13:26.245Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-16T10:13:26.245Z] Need to get 3531 kB of archives. [2020-12-16T10:13:26.245Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-16T10:13:26.245Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-16T10:13:26.245Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-16T10:13:26.506Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-16T10:13:26.773Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-16T10:13:27.041Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-16T10:13:27.041Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-16T10:13:27.041Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-16T10:13:27.041Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-16T10:13:27.041Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-16T10:13:27.041Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-16T10:13:27.041Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-16T10:13:27.041Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-16T10:13:27.042Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-16T10:13:27.042Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-16T10:13:27.042Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-16T10:13:27.042Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-16T10:13:27.042Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-16T10:13:27.042Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-16T10:13:27.042Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-16T10:13:27.042Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-16T10:13:27.042Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-16T10:13:27.042Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-16T10:13:27.312Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:13:27.312Z] Fetched 3531 kB in 1s (3150 kB/s) [2020-12-16T10:13:27.579Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T10:13:27.579Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:13:27.579Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T10:13:27.579Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-16T10:13:27.579Z] Selecting previously unselected package udev. [2020-12-16T10:13:27.579Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T10:13:27.579Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:13:27.842Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-16T10:13:27.842Z] Selecting previously unselected package libfuse2:amd64. [2020-12-16T10:13:27.842Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T10:13:27.842Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T10:13:28.106Z] Selecting previously unselected package fuse. [2020-12-16T10:13:28.106Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T10:13:28.106Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-16T10:13:28.106Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:28.106Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T10:13:28.369Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:28.369Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T10:13:28.369Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:28.631Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T10:13:28.631Z] Selecting previously unselected package libksba8:amd64. [2020-12-16T10:13:28.631Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-16T10:13:28.631Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-16T10:13:28.631Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-16T10:13:28.631Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:28.631Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:28.893Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-16T10:13:28.893Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:28.893Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:28.893Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-16T10:13:28.893Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:28.893Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:29.155Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-16T10:13:29.155Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:29.155Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:29.155Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-16T10:13:29.155Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:29.155Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:29.424Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-16T10:13:29.424Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:29.424Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:29.424Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-16T10:13:29.424Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:29.424Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:29.424Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-16T10:13:29.424Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:29.424Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:29.691Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-16T10:13:29.691Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:13:29.691Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:29.691Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-16T10:13:29.691Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T10:13:29.691Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T10:13:29.691Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-16T10:13:29.691Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T10:13:29.691Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T10:13:29.954Z] Selecting previously unselected package libldap-common. [2020-12-16T10:13:29.954Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-16T10:13:29.954Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T10:13:29.954Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-16T10:13:29.954Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-16T10:13:29.954Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T10:13:30.215Z] Selecting previously unselected package dirmngr. [2020-12-16T10:13:30.215Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:30.215Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T10:13:30.215Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T10:13:30.215Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-16T10:13:30.215Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T10:13:30.215Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T10:13:30.215Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T10:13:30.480Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-16T10:13:30.481Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:30.481Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-16T10:13:30.481Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T10:13:30.481Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-16T10:13:30.742Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-16T10:13:31.008Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:31.008Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-16T10:13:31.008Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-16T10:13:31.008Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-16T10:13:31.008Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:31.008Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:31.008Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:31.008Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:31.273Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:31.273Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:31.273Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:13:31.273Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T10:13:31.273Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T10:13:31.273Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T10:13:31.537Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-16T10:13:31.537Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-16T10:13:31.537Z] This means they are not meant to be enabled using systemctl. [2020-12-16T10:13:31.537Z] Possible reasons for having this kind of units are: [2020-12-16T10:13:31.537Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-16T10:13:31.537Z] .wants/ or .requires/ directory. [2020-12-16T10:13:31.537Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-16T10:13:31.537Z] a requirement dependency on it. [2020-12-16T10:13:31.537Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-16T10:13:31.537Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-16T10:13:31.537Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-16T10:13:31.537Z] instance name specified. [2020-12-16T10:13:32.106Z] Reading package lists... [2020-12-16T10:13:32.107Z] Building dependency tree... [2020-12-16T10:13:32.107Z] Reading state information... [2020-12-16T10:13:32.394Z] The following additional packages will be installed: [2020-12-16T10:13:32.394Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-16T10:13:32.394Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-16T10:13:32.394Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-16T10:13:32.394Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-16T10:13:32.394Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-16T10:13:32.394Z] Suggested packages: [2020-12-16T10:13:32.394Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-16T10:13:32.394Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-16T10:13:32.394Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-16T10:13:32.394Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-16T10:13:32.394Z] systemd-container policykit-1 [2020-12-16T10:13:32.394Z] Recommended packages: [2020-12-16T10:13:32.394Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-16T10:13:32.394Z] The following NEW packages will be installed: [2020-12-16T10:13:32.394Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-16T10:13:32.394Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-16T10:13:32.394Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-16T10:13:32.394Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-16T10:13:32.394Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-16T10:13:32.394Z] The following packages will be upgraded: [2020-12-16T10:13:32.394Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-16T10:13:32.394Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-16T10:13:32.394Z] Need to get 35.2 MB of archives. [2020-12-16T10:13:32.394Z] After this operation, 141 MB of additional disk space will be used. [2020-12-16T10:13:32.394Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-16T10:13:32.394Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-16T10:13:32.394Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-16T10:13:32.394Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-16T10:13:32.394Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-16T10:13:32.654Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-16T10:13:32.654Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-16T10:13:32.654Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-16T10:13:32.654Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-16T10:13:32.654Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-16T10:13:32.654Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-16T10:13:32.654Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-16T10:13:32.654Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-16T10:13:32.654Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-16T10:13:32.654Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-16T10:13:32.654Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-16T10:13:32.654Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-16T10:13:33.228Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-16T10:13:33.228Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-16T10:13:33.228Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-16T10:13:33.228Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-16T10:13:33.228Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-16T10:13:33.228Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-16T10:13:33.228Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-16T10:13:33.228Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-16T10:13:33.228Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-16T10:13:33.493Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-16T10:13:33.493Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-16T10:13:33.493Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-16T10:13:33.493Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-16T10:13:34.441Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:13:34.441Z] Fetched 35.2 MB in 2s (17.1 MB/s) [2020-12-16T10:13:34.441Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T10:13:34.441Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:13:34.707Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T10:13:35.280Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:13:35.280Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T10:13:35.280Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-16T10:13:35.542Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T10:13:35.542Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T10:13:35.542Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T10:13:35.542Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-16T10:13:35.808Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T10:13:35.808Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T10:13:35.808Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T10:13:36.069Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-16T10:13:36.069Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-16T10:13:36.644Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-16T10:13:36.644Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-16T10:13:36.644Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T10:13:36.644Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T10:13:36.914Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-16T10:13:36.914Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T10:13:36.914Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:13:37.176Z] Selecting previously unselected package libexpat1:amd64. [2020-12-16T10:13:37.176Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-16T10:13:37.176Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T10:13:37.176Z] Selecting previously unselected package python3.6-minimal. [2020-12-16T10:13:37.176Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T10:13:37.176Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:13:37.751Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T10:13:38.011Z] Checking for services that may need to be restarted...done. [2020-12-16T10:13:38.011Z] Checking for services that may need to be restarted...done. [2020-12-16T10:13:38.011Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:13:38.011Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T10:13:38.011Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:13:38.590Z] Selecting previously unselected package python3-minimal. [2020-12-16T10:13:38.590Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-16T10:13:38.590Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-16T10:13:38.590Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-16T10:13:38.590Z] Selecting previously unselected package mime-support. [2020-12-16T10:13:38.590Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-16T10:13:38.590Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-16T10:13:38.852Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-16T10:13:38.852Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-16T10:13:38.852Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T10:13:38.852Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-16T10:13:38.852Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T10:13:38.852Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:13:39.118Z] Selecting previously unselected package python3.6. [2020-12-16T10:13:39.118Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T10:13:39.118Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:13:39.118Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-16T10:13:39.118Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-16T10:13:39.118Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T10:13:39.118Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-16T10:13:39.381Z] Selecting previously unselected package python3. [2020-12-16T10:13:39.381Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-16T10:13:39.381Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-16T10:13:39.381Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-16T10:13:39.381Z] Selecting previously unselected package multiarch-support. [2020-12-16T10:13:39.643Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:39.643Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-16T10:13:39.643Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-16T10:13:39.643Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-16T10:13:39.643Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-16T10:13:39.643Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-16T10:13:39.643Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T10:13:39.643Z] Selecting previously unselected package libbsd0:amd64. [2020-12-16T10:13:39.643Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-16T10:13:39.643Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T10:13:39.907Z] Selecting previously unselected package sudo. [2020-12-16T10:13:39.907Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:39.907Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T10:13:39.907Z] Selecting previously unselected package apparmor. [2020-12-16T10:13:39.907Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T10:13:39.907Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-16T10:13:40.173Z] Selecting previously unselected package libedit2:amd64. [2020-12-16T10:13:40.173Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-16T10:13:40.173Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T10:13:40.173Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-16T10:13:40.173Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T10:13:40.173Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:13:40.173Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-16T10:13:40.173Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T10:13:40.173Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:13:40.434Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-16T10:13:40.435Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-16T10:13:40.435Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T10:13:40.435Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-16T10:13:40.435Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T10:13:40.435Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:13:40.696Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-16T10:13:40.696Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T10:13:40.696Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:13:40.696Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-16T10:13:40.696Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-16T10:13:40.696Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T10:13:40.961Z] Selecting previously unselected package openssh-client. [2020-12-16T10:13:40.961Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-16T10:13:40.961Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T10:13:41.223Z] Selecting previously unselected package squashfs-tools. [2020-12-16T10:13:41.223Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-16T10:13:41.223Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T10:13:41.223Z] Selecting previously unselected package snapd. [2020-12-16T10:13:41.223Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-16T10:13:41.223Z] Unpacking snapd (2.48+18.04) ... [2020-12-16T10:13:43.172Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T10:13:43.435Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T10:13:43.435Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-16T10:13:43.435Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T10:13:43.699Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T10:13:43.699Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:13:43.699Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T10:13:43.699Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-16T10:13:43.699Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-16T10:13:44.272Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T10:13:44.272Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T10:13:44.272Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T10:13:44.538Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:13:44.538Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:13:44.538Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:13:45.111Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T10:13:45.111Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:13:45.111Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T10:13:45.111Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-16T10:13:45.111Z] running python rtupdate hooks for python3.6... [2020-12-16T10:13:45.111Z] running python post-rtupdate hooks for python3.6... [2020-12-16T10:13:45.375Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-16T10:13:46.768Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-16T10:13:46.769Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:13:46.769Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T10:13:47.033Z] Setting up snapd (2.48+18.04) ... [2020-12-16T10:13:47.293Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-16T10:13:47.555Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-16T10:13:47.815Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-16T10:13:47.815Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-16T10:13:48.078Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T10:13:48.078Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T10:13:48.339Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-16T10:13:48.604Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-16T10:13:48.604Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-16T10:13:48.866Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-16T10:13:48.866Z] /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' [2020-12-16T10:13:49.128Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T10:13:49.128Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T10:13:50.073Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T10:13:50.073Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T10:13:50.073Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T10:13:51.280Z] Reading package lists... [2020-12-16T10:13:51.280Z] Reading package lists... [2020-12-16T10:13:51.541Z] Building dependency tree... [2020-12-16T10:13:51.541Z] Reading state information... [2020-12-16T10:13:51.541Z] Calculating upgrade... [2020-12-16T10:13:51.541Z] The following packages will be upgraded: [2020-12-16T10:13:51.541Z] advancecomp base-files bash binutils binutils-common [2020-12-16T10:13:51.541Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-16T10:13:51.541Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-16T10:13:51.541Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-16T10:13:51.541Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-16T10:13:51.541Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-16T10:13:51.541Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-16T10:13:51.541Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-16T10:13:51.541Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-16T10:13:51.541Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-16T10:13:51.541Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-16T10:13:51.541Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-16T10:13:51.541Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-16T10:13:51.541Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-16T10:13:51.802Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T10:13:51.802Z] Need to get 63.5 MB of archives. [2020-12-16T10:13:51.802Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-16T10:13:51.802Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-16T10:13:51.802Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-16T10:13:53.198Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-16T10:13:53.198Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-16T10:13:53.198Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-16T10:13:53.198Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-16T10:13:53.198Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-16T10:13:53.198Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-16T10:13:53.198Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-16T10:13:53.198Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-16T10:13:53.198Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-16T10:13:53.198Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-16T10:13:53.198Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-16T10:13:53.459Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-16T10:13:53.459Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-16T10:13:53.459Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-16T10:13:53.459Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-16T10:13:53.723Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-16T10:13:53.723Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-16T10:13:53.723Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-16T10:13:53.723Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-16T10:13:53.984Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-16T10:13:53.984Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-16T10:13:53.984Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-16T10:13:53.984Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-16T10:13:54.250Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-16T10:13:54.250Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-16T10:13:54.250Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-16T10:13:54.250Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-16T10:13:54.250Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-16T10:13:54.250Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-16T10:13:54.250Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-16T10:13:54.250Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-16T10:13:54.250Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-16T10:13:54.513Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-16T10:13:54.513Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-16T10:13:54.513Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-16T10:13:54.513Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-16T10:13:54.513Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-16T10:13:54.513Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-16T10:13:54.513Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-16T10:13:54.513Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-16T10:13:54.513Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-16T10:13:54.513Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-16T10:13:54.513Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-16T10:13:54.513Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-16T10:13:54.513Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-16T10:13:54.513Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-16T10:13:54.513Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-16T10:13:54.513Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-16T10:13:54.513Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-16T10:13:54.513Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-16T10:13:54.513Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-16T10:13:54.513Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-16T10:13:54.513Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-16T10:13:54.513Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-16T10:13:54.513Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-16T10:13:54.513Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-16T10:13:54.513Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-16T10:13:54.513Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-16T10:13:54.775Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-16T10:13:54.775Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-16T10:13:54.775Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-16T10:13:54.775Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-16T10:13:54.775Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-16T10:13:54.775Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-16T10:13:54.775Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-16T10:13:54.775Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-16T10:13:54.775Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-16T10:13:54.775Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-16T10:13:54.775Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-16T10:13:54.775Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-16T10:13:54.775Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-16T10:13:54.775Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-16T10:13:54.775Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-16T10:13:54.775Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-16T10:13:54.775Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-16T10:13:55.037Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-16T10:13:55.037Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-16T10:13:55.037Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-16T10:13:55.037Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-16T10:13:55.037Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-16T10:13:55.037Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-16T10:13:55.037Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-16T10:13:55.037Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-16T10:13:55.037Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-16T10:13:55.037Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-16T10:13:55.037Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-16T10:13:55.641Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-16T10:13:55.641Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-16T10:13:55.641Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-16T10:13:55.910Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-16T10:13:55.910Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-16T10:13:55.910Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-16T10:13:55.910Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-16T10:13:55.910Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-16T10:13:55.910Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:13:56.170Z] Fetched 63.5 MB in 4s (15.0 MB/s) [2020-12-16T10:13:56.170Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:56.170Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:56.170Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T10:13:56.742Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:56.742Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T10:13:57.007Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-16T10:13:57.007Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-16T10:13:57.583Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:57.844Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:57.844Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:57.844Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:57.844Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:58.109Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:58.109Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:58.109Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:58.370Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:58.370Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:58.371Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:58.371Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:58.371Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:58.631Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:58.632Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:58.632Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T10:13:58.632Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:58.632Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-16T10:13:58.894Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:58.894Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T10:13:58.894Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:58.894Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:59.155Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:59.155Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:59.155Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:59.155Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:59.417Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:59.417Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T10:13:59.417Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:59.678Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T10:13:59.938Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-16T10:14:00.200Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T10:14:00.200Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-16T10:14:00.200Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-16T10:14:00.200Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-16T10:14:00.200Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-16T10:14:00.463Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-16T10:14:00.463Z] Installing new version of config file /etc/issue ... [2020-12-16T10:14:00.463Z] Installing new version of config file /etc/issue.net ... [2020-12-16T10:14:00.725Z] Installing new version of config file /etc/lsb-release ... [2020-12-16T10:14:00.725Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-16T10:14:00.725Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-16T10:14:00.986Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-16T10:14:00.986Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-16T10:14:00.986Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:00.986Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-16T10:14:00.986Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-16T10:14:01.255Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-16T10:14:01.256Z] 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 [2020-12-16T10:14:01.256Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:01.256Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:01.517Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:01.517Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:01.517Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:01.517Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-16T10:14:01.780Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-16T10:14:01.780Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-16T10:14:02.041Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:02.041Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-16T10:14:02.041Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T10:14:02.041Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-16T10:14:02.304Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:02.304Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T10:14:02.304Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T10:14:02.565Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T10:14:02.565Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:02.565Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T10:14:02.565Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T10:14:02.827Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-16T10:14:02.827Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:02.827Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-16T10:14:02.827Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-16T10:14:03.091Z] Setting up grep (3.1-2build1) ... [2020-12-16T10:14:03.091Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:03.091Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T10:14:03.091Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T10:14:03.351Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-16T10:14:03.351Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:03.351Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T10:14:03.351Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:14:03.351Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-16T10:14:03.620Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:03.620Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T10:14:03.620Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T10:14:03.881Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T10:14:04.143Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T10:14:04.143Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T10:14:04.143Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T10:14:04.717Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-16T10:14:04.717Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:04.718Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-16T10:14:04.718Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T10:14:06.107Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T10:14:06.107Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T10:14:06.107Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T10:14:06.107Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T10:14:06.107Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T10:14:06.107Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:06.107Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-16T10:14:06.107Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-16T10:14:06.369Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-16T10:14:06.369Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:06.369Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:06.369Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:06.631Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:06.631Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:06.631Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:06.631Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:06.897Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:06.897Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:06.897Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:06.897Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:07.158Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:07.158Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:07.158Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:07.158Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:07.419Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:07.419Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:07.419Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T10:14:07.420Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:14:07.684Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T10:14:07.684Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:14:07.684Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T10:14:07.947Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:07.947Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T10:14:07.947Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:14:07.947Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T10:14:08.208Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:08.208Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:08.208Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:08.208Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:08.208Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:08.208Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:08.470Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:08.470Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:08.470Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:08.470Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:08.730Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:08.990Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:09.251Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-16T10:14:09.513Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-16T10:14:09.774Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:09.774Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:14:09.774Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T10:14:09.774Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:14:10.036Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:14:10.036Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-16T10:14:10.036Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:14:10.297Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-16T10:14:10.561Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:10.561Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-16T10:14:10.561Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-16T10:14:10.825Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-16T10:14:11.085Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:11.085Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T10:14:11.085Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T10:14:11.085Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T10:14:11.348Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:11.348Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T10:14:11.348Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T10:14:11.610Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T10:14:11.610Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:11.610Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T10:14:11.610Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T10:14:11.872Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T10:14:12.135Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:12.135Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:14:12.135Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:14:12.135Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:14:12.135Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T10:14:12.399Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T10:14:12.399Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T10:14:12.399Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T10:14:12.660Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:12.660Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-16T10:14:12.660Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-16T10:14:12.660Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-16T10:14:12.924Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:12.924Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-16T10:14:12.924Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T10:14:12.924Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T10:14:13.187Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:13.187Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T10:14:13.187Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T10:14:13.187Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T10:14:13.457Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:13.457Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-16T10:14:13.457Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-16T10:14:13.457Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-16T10:14:13.725Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:13.725Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T10:14:13.725Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T10:14:13.987Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-16T10:14:13.987Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:13.987Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:14:14.252Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T10:14:14.252Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-16T10:14:14.252Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:14.252Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-16T10:14:14.252Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-16T10:14:14.519Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-16T10:14:14.783Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:14.783Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-16T10:14:14.783Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-16T10:14:14.783Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-16T10:14:15.046Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:15.046Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-16T10:14:15.046Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-16T10:14:15.046Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-16T10:14:15.306Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:15.306Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T10:14:15.306Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-16T10:14:15.306Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-16T10:14:15.572Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:14:15.572Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-16T10:14:15.572Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-16T10:14:15.572Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-16T10:14:15.834Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-16T10:14:15.834Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T10:14:15.834Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T10:14:15.834Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T10:14:15.834Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T10:14:16.096Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T10:14:16.096Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T10:14:16.368Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-16T10:14:16.368Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-16T10:14:16.629Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T10:14:16.629Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-16T10:14:16.629Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T10:14:16.629Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-16T10:14:16.892Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-16T10:14:16.892Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-16T10:14:16.892Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-16T10:14:16.892Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-16T10:14:16.892Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-16T10:14:17.162Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-16T10:14:17.162Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-16T10:14:17.162Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-16T10:14:17.162Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-16T10:14:17.162Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-16T10:14:17.428Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-16T10:14:17.429Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-16T10:14:18.375Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-16T10:14:18.375Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-16T10:14:18.375Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-16T10:14:18.375Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-16T10:14:18.640Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T10:14:18.640Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T10:14:18.918Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T10:14:18.918Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T10:14:19.183Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T10:14:19.183Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T10:14:19.183Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T10:14:19.183Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T10:14:19.449Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:19.449Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:19.449Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:19.449Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:19.712Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:19.712Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:19.712Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:19.979Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:20.928Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:20.928Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:21.872Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:21.872Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:22.453Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:22.453Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:22.717Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:22.717Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:23.664Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:14:23.664Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:14:23.925Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T10:14:23.925Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T10:14:23.925Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T10:14:23.925Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T10:14:24.198Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T10:14:24.198Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T10:14:24.198Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-16T10:14:24.198Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-16T10:14:24.461Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T10:14:24.461Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T10:14:24.461Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T10:14:24.461Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T10:14:24.461Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-16T10:14:24.725Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-16T10:14:24.725Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:14:24.725Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T10:14:24.725Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:14:24.725Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:14:24.725Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:14:24.725Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-16T10:14:24.725Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-16T10:14:24.983Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:14:24.983Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:14:24.983Z] ---> 025442e833c6 [2020-12-16T10:14:24.983Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T10:14:24.983Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:14:24.983Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:14:24.983Z] ---> 025442e833c6 [2020-12-16T10:14:24.983Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:14:24.983Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:14:24.983Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:14:24.983Z] ---> 025442e833c6 [2020-12-16T10:14:24.983Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:14:24.983Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:14:24.983Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:14:24.983Z] ---> 025442e833c6 [2020-12-16T10:14:24.983Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:14:24.983Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:14:24.983Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T10:14:24.983Z] ---> 025442e833c6 [2020-12-16T10:14:24.983Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T10:14:24.983Z] ---> Running in 400f03455376 [2020-12-16T10:14:24.983Z] ---> Running in fe81624ee2f1 [2020-12-16T10:14:24.983Z] ---> Running in f202e9025b25 [2020-12-16T10:14:24.983Z] ---> Running in 7e9ca407df6f [2020-12-16T10:14:24.983Z] ---> Running in fb0dd8ae97f8 [2020-12-16T10:14:24.983Z] Removing intermediate container 400f03455376 [2020-12-16T10:14:24.983Z] ---> 474a0bbd6fe5 [2020-12-16T10:14:24.983Z] Removing intermediate container fe81624ee2f1 [2020-12-16T10:14:24.983Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:14:24.983Z] ---> 6f57d17a9efe [2020-12-16T10:14:24.983Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:14:24.983Z] Removing intermediate container f202e9025b25 [2020-12-16T10:14:24.983Z] ---> c8eef461ead9 [2020-12-16T10:14:24.983Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T10:14:24.983Z] Removing intermediate container 7e9ca407df6f [2020-12-16T10:14:24.983Z] ---> 64b4b25a2899 [2020-12-16T10:14:24.983Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:14:24.983Z] Removing intermediate container fb0dd8ae97f8 [2020-12-16T10:14:24.983Z] ---> 3345bb69ad3a [2020-12-16T10:14:24.983Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:14:24.983Z] ---> Running in 7238783cf780 [2020-12-16T10:14:24.983Z] ---> Running in 2c749305a957 [2020-12-16T10:14:24.983Z] ---> Running in d0f8d466731e [2020-12-16T10:14:24.983Z] ---> Running in 59c42a1c0ed7 [2020-12-16T10:14:24.983Z] ---> Running in 477c503c6a38 [2020-12-16T10:14:24.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:24.983Z] Removing intermediate container 7238783cf780 [2020-12-16T10:14:24.983Z] ---> b2cb8d8e5c0f [2020-12-16T10:14:24.983Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T10:14:24.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:24.983Z] ---> Running in 2bbe4d5a1e4b [2020-12-16T10:14:24.983Z] Removing intermediate container 2c749305a957 [2020-12-16T10:14:24.983Z] ---> 3ee300996ff6 [2020-12-16T10:14:24.983Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:14:24.983Z] Removing intermediate container 477c503c6a38 [2020-12-16T10:14:24.983Z] ---> fc877e7444d2 [2020-12-16T10:14:24.983Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:14:24.983Z] ---> Running in f323770055d2 [2020-12-16T10:14:24.983Z] Removing intermediate container 59c42a1c0ed7 [2020-12-16T10:14:24.983Z] ---> 242dd1c5cb33 [2020-12-16T10:14:24.983Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:14:24.983Z] ---> Running in 44085c1ddbe9 [2020-12-16T10:14:24.983Z] ---> Running in 78ed076bb979 [2020-12-16T10:14:24.983Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:14:24.983Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:14:24.983Z] OK: 12620 distinct packages available [2020-12-16T10:14:24.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:24.983Z] OK: 217 MiB in 51 packages [2020-12-16T10:14:24.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:24.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:24.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:24.986Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-16T10:14:24.986Z] [2020-12-16T10:14:24.986Z] Current default time zone: 'Etc/UTC' [2020-12-16T10:14:24.986Z] Local time is now: Wed Dec 16 10:14:24 UTC 2020. [2020-12-16T10:14:24.986Z] Universal Time is now: Wed Dec 16 10:14:24 UTC 2020. [2020-12-16T10:14:24.986Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-16T10:14:24.986Z] [2020-12-16T10:14:24.986Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-16T10:14:24.986Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:14:24.986Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-16T10:14:24.986Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:14:24.986Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-16T10:14:24.986Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-16T10:14:24.986Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-16T10:14:25.252Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-16T10:14:25.252Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-16T10:14:25.252Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T10:14:25.252Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:14:25.252Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-16T10:14:25.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:25.832Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:25.832Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T10:14:25.832Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:14:25.832Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-16T10:14:25.832Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-16T10:14:25.832Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-16T10:14:25.832Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T10:14:25.832Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-16T10:14:25.832Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-16T10:14:25.852Z] Removing intermediate container d0f8d466731e [2020-12-16T10:14:25.852Z] ---> 592b323931b9 [2020-12-16T10:14:25.852Z] Step 5/29 : COPY go.mod . [2020-12-16T10:14:25.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:25.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:26.094Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:14:26.094Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T10:14:26.455Z] ---> b97cf61e8032 [2020-12-16T10:14:26.455Z] Step 6/29 : RUN go mod download [2020-12-16T10:14:26.744Z] ---> Running in 549836f5cd04 [2020-12-16T10:14:26.744Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:14:26.744Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:14:26.744Z] OK: 12620 distinct packages available [2020-12-16T10:14:27.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:14:27.616Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:14:27.616Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:14:27.616Z] OK: 12620 distinct packages available [2020-12-16T10:14:27.895Z] OK: 217 MiB in 51 packages [2020-12-16T10:14:28.017Z] Updating certificates in /etc/ssl/certs... [2020-12-16T10:14:28.170Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:14:28.170Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:14:28.170Z] OK: 12620 distinct packages available [2020-12-16T10:14:28.590Z] 22 added, 17 removed; done. [2020-12-16T10:14:28.590Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-16T10:14:28.590Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:14:28.590Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-16T10:14:28.782Z] OK: 217 MiB in 51 packages [2020-12-16T10:14:28.852Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-16T10:14:28.852Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-16T10:14:28.852Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:28.852Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T10:14:28.852Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:28.852Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:29.060Z] OK: 217 MiB in 51 packages [2020-12-16T10:14:29.112Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:29.112Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:29.112Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:29.112Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-16T10:14:29.112Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-16T10:14:29.112Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-16T10:14:29.112Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-16T10:14:29.338Z] Removing intermediate container 2bbe4d5a1e4b [2020-12-16T10:14:29.338Z] ---> b22654b7e0df [2020-12-16T10:14:29.338Z] Step 6/27 : COPY go.mod . [2020-12-16T10:14:29.378Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-16T10:14:29.378Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:29.378Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:14:29.378Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-16T10:14:29.378Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-16T10:14:29.378Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-16T10:14:29.638Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:14:29.638Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T10:14:29.638Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-16T10:14:29.638Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T10:14:29.638Z] Updating certificates in /etc/ssl/certs... [2020-12-16T10:14:30.215Z] 0 added, 0 removed; done. [2020-12-16T10:14:30.215Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-16T10:14:30.215Z] done. [2020-12-16T10:14:30.784Z] ---> 173dba63ce17 [2020-12-16T10:14:30.785Z] Step 7/27 : RUN go mod download [2020-12-16T10:14:30.785Z] Removing intermediate container 549836f5cd04 [2020-12-16T10:14:30.785Z] ---> 5fb9169f87a0 [2020-12-16T10:14:30.785Z] Step 7/29 : COPY . . [2020-12-16T10:14:30.785Z] Removing intermediate container 78ed076bb979 [2020-12-16T10:14:30.785Z] ---> 1ce18c4376d9 [2020-12-16T10:14:30.785Z] Step 6/21 : COPY go.mod . [2020-12-16T10:14:30.785Z] ---> Running in 6bbd0e503360 [2020-12-16T10:14:30.791Z] Reading package lists... [2020-12-16T10:14:30.791Z] Building dependency tree... [2020-12-16T10:14:30.791Z] Reading state information... [2020-12-16T10:14:31.051Z] The following NEW packages will be installed: [2020-12-16T10:14:31.051Z] apt-transport-https [2020-12-16T10:14:31.051Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T10:14:31.051Z] Need to get 1696 B of archives. [2020-12-16T10:14:31.051Z] After this operation, 153 kB of additional disk space will be used. [2020-12-16T10:14:31.051Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-16T10:14:31.059Z] Removing intermediate container 44085c1ddbe9 [2020-12-16T10:14:31.059Z] ---> e99743e0c288 [2020-12-16T10:14:31.059Z] Step 6/22 : COPY go.mod . [2020-12-16T10:14:31.059Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:14:31.059Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:14:31.059Z] OK: 12620 distinct packages available [2020-12-16T10:14:31.314Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:14:31.314Z] Fetched 1696 B in 0s (25.0 kB/s) [2020-12-16T10:14:31.314Z] Selecting previously unselected package apt-transport-https. [2020-12-16T10:14:31.314Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-16T10:14:31.314Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-16T10:14:31.314Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T10:14:31.314Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T10:14:31.577Z] Waiting for network to be ready... [2020-12-16T10:14:32.078Z] ---> 48cdb71e24b9 [2020-12-16T10:14:32.079Z] Step 7/21 : RUN go mod download [2020-12-16T10:14:32.079Z] OK: 217 MiB in 51 packages [2020-12-16T10:14:33.512Z] ---> Running in 3b07840a7f3e [2020-12-16T10:14:33.512Z] ---> ff8d61cd9c1c [2020-12-16T10:14:33.512Z] Step 7/22 : RUN go mod download [2020-12-16T10:14:34.121Z] ---> Running in f7aac1d8edcd [2020-12-16T10:14:35.593Z] Removing intermediate container f323770055d2 [2020-12-16T10:14:35.593Z] ---> 5c5d8f6f5be8 [2020-12-16T10:14:35.593Z] Step 6/22 : COPY go.mod . [2020-12-16T10:14:35.873Z] Removing intermediate container 6bbd0e503360 [2020-12-16T10:14:35.873Z] ---> 821560fff302 [2020-12-16T10:14:35.873Z] Step 8/27 : COPY . . [2020-12-16T10:14:36.876Z] 2020-12-16T10:14:34Z INFO Waiting for automatic snapd restart... [2020-12-16T10:14:36.876Z] snapd 2.48.1 from Canonical* installed [2020-12-16T10:14:37.318Z] ---> 6a20708fc13a [2020-12-16T10:14:37.319Z] Step 7/22 : RUN go mod download [2020-12-16T10:14:37.592Z] ---> Running in 3e89bda80956 [2020-12-16T10:14:37.819Z] "snapd" switched to the "latest/stable" channel [2020-12-16T10:14:37.819Z] [2020-12-16T10:14:39.048Z] Removing intermediate container 3b07840a7f3e [2020-12-16T10:14:39.048Z] ---> 313125f5e6c8 [2020-12-16T10:14:39.048Z] Step 8/21 : COPY . . [2020-12-16T10:14:39.649Z] Removing intermediate container f7aac1d8edcd [2020-12-16T10:14:39.649Z] ---> 7d54c1cbc0fe [2020-12-16T10:14:39.649Z] Step 8/22 : COPY . . [2020-12-16T10:14:40.377Z] core18 20200929 from Canonical* installed [2020-12-16T10:14:40.641Z] "core18" switched to the "latest/stable" channel [2020-12-16T10:14:40.641Z] [2020-12-16T10:14:43.967Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T10:14:43.967Z] "snapcraft" switched to the "latest/stable" channel [2020-12-16T10:14:43.967Z] [2020-12-16T10:14:43.982Z] Removing intermediate container 3e89bda80956 [2020-12-16T10:14:43.982Z] ---> 577dc2017959 [2020-12-16T10:14:43.982Z] Step 8/22 : COPY . . [2020-12-16T10:14:47.287Z] 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: [2020-12-16T10:14:47.287Z] - README.md [2020-12-16T10:14:47.287Z] - snapcraft.yaml.orig [2020-12-16T10:14:47.287Z] [2020-12-16T10:14:47.287Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T10:14:53.897Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T10:14:53.897Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T10:14:53.897Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T10:14:53.897Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T10:14:54.209Z] ---> 6fa602bbc7a4 [2020-12-16T10:14:54.209Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T10:14:55.103Z] Reading package lists... [2020-12-16T10:14:55.365Z] 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 [2020-12-16T10:14:55.644Z] ---> Running in 61fa9caf1ba8 [2020-12-16T10:14:57.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:14:59.083Z] ---> 5b8afb3d122e [2020-12-16T10:14:59.083Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T10:15:00.565Z] ---> Running in 6d4eb21e9225 [2020-12-16T10:15:01.996Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T10:15:01.996Z] Reading package lists... [2020-12-16T10:15:01.996Z] Building dependency tree... [2020-12-16T10:15:01.996Z] Reading state information... [2020-12-16T10:15:01.996Z] Suggested packages: [2020-12-16T10:15:01.996Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-16T10:15:01.996Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-16T10:15:01.996Z] Recommended packages: [2020-12-16T10:15:01.996Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-16T10:15:01.996Z] The following NEW packages will be installed: [2020-12-16T10:15:01.996Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-16T10:15:01.996Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-16T10:15:01.996Z] pkg-config zip [2020-12-16T10:15:01.996Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T10:15:01.996Z] Need to get 7655 kB of archives. [2020-12-16T10:15:01.996Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-16T10:15:01.996Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-16T10:15:02.266Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-16T10:15:02.266Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-16T10:15:02.529Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-16T10:15:02.529Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-16T10:15:02.529Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-16T10:15:02.529Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-16T10:15:02.529Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-16T10:15:02.529Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-16T10:15:03.108Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-16T10:15:03.212Z] 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 [2020-12-16T10:15:03.375Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-16T10:15:03.375Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-16T10:15:03.375Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-16T10:15:03.375Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-16T10:15:03.375Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-16T10:15:03.644Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:15:03.644Z] Fetched 7655 kB in 2s (4949 kB/s) [2020-12-16T10:15:03.644Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-16T10:15:03.644Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-16T10:15:03.644Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-16T10:15:03.644Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T10:15:03.908Z] Selecting previously unselected package libpsl5:amd64. [2020-12-16T10:15:03.908Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-16T10:15:03.908Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T10:15:03.908Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-16T10:15:03.908Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-16T10:15:03.908Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T10:15:04.177Z] Selecting previously unselected package librtmp1:amd64. [2020-12-16T10:15:04.177Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-16T10:15:04.177Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T10:15:04.177Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-16T10:15:04.177Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-16T10:15:04.177Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T10:15:04.177Z] Selecting previously unselected package liberror-perl. [2020-12-16T10:15:04.177Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-16T10:15:04.177Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-16T10:15:04.441Z] Selecting previously unselected package git-man. [2020-12-16T10:15:04.441Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-16T10:15:04.441Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T10:15:04.441Z] Selecting previously unselected package git. [2020-12-16T10:15:04.441Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-16T10:15:04.441Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T10:15:05.387Z] Selecting previously unselected package libnorm1:amd64. [2020-12-16T10:15:05.387Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-16T10:15:05.387Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T10:15:05.387Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-16T10:15:05.387Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-16T10:15:05.387Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T10:15:05.657Z] Selecting previously unselected package libsodium23:amd64. [2020-12-16T10:15:05.657Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-16T10:15:05.657Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-16T10:15:05.657Z] Selecting previously unselected package libzmq5:amd64. [2020-12-16T10:15:05.657Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T10:15:05.657Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T10:15:05.657Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-16T10:15:05.657Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T10:15:05.657Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T10:15:05.838Z] ---> 62b22d3a686b [2020-12-16T10:15:05.838Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T10:15:05.919Z] Selecting previously unselected package pkg-config. [2020-12-16T10:15:05.919Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-16T10:15:05.919Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T10:15:05.920Z] Selecting previously unselected package zip. [2020-12-16T10:15:05.920Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-16T10:15:05.920Z] Unpacking zip (3.0-11build1) ... [2020-12-16T10:15:05.920Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T10:15:05.920Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T10:15:05.920Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T10:15:05.920Z] Setting up liberror-perl (0.17025-1) ... [2020-12-16T10:15:05.920Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T10:15:05.920Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T10:15:05.920Z] No schema files found: doing nothing. [2020-12-16T10:15:06.119Z] ---> 1e5345d4ba27 [2020-12-16T10:15:06.119Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T10:15:06.119Z] ---> Running in 3157ca5fc2f0 [2020-12-16T10:15:06.192Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T10:15:06.192Z] Setting up zip (3.0-11build1) ... [2020-12-16T10:15:06.192Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T10:15:06.192Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-16T10:15:06.192Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T10:15:06.192Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T10:15:06.192Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T10:15:06.192Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T10:15:06.192Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T10:15:06.396Z] ---> Running in df37dd168763 [2020-12-16T10:15:06.456Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:15:09.807Z] 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 [2020-12-16T10:15:09.807Z] 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 [2020-12-16T10:15:11.254Z] ---> 30f8cffccfce [2020-12-16T10:15:11.254Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T10:15:11.533Z] ---> Running in fb261ae16465 [2020-12-16T10:15:13.078Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T10:15:13.078Z] git set to automatically installed. [2020-12-16T10:15:13.078Z] git-man set to automatically installed. [2020-12-16T10:15:13.078Z] libcurl3-gnutls set to automatically installed. [2020-12-16T10:15:13.078Z] liberror-perl set to automatically installed. [2020-12-16T10:15:13.078Z] libglib2.0-0 set to automatically installed. [2020-12-16T10:15:13.078Z] libnghttp2-14 set to automatically installed. [2020-12-16T10:15:13.078Z] libnorm1 set to automatically installed. [2020-12-16T10:15:13.078Z] libpgm-5.2-0 set to automatically installed. [2020-12-16T10:15:13.078Z] libpsl5 set to automatically installed. [2020-12-16T10:15:13.078Z] librtmp1 set to automatically installed. [2020-12-16T10:15:13.078Z] libsodium23 set to automatically installed. [2020-12-16T10:15:13.078Z] libzmq3-dev set to automatically installed. [2020-12-16T10:15:13.078Z] libzmq5 set to automatically installed. [2020-12-16T10:15:13.079Z] pkg-config set to automatically installed. [2020-12-16T10:15:13.079Z] zip set to automatically installed. [2020-12-16T10:15:13.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T10:15:14.478Z] snapd is not logged in, snap install commands will use sudo [2020-12-16T10:15:21.148Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T10:15:21.414Z] snap "core18" has no updates available [2020-12-16T10:15:22.363Z] Pulling config-common [2020-12-16T10:15:23.311Z] Pulling go-build-helper [2020-12-16T10:15:45.320Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T10:15:45.320Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T10:15:45.320Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T10:15:45.320Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T10:15:45.320Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T10:15:45.320Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T10:15:45.320Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T10:15:45.320Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T10:15:45.320Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T10:15:45.320Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T10:15:45.320Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T10:15:45.320Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T10:15:45.320Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T10:15:45.320Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T10:15:45.320Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T10:15:45.320Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T10:15:45.320Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T10:15:45.320Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T10:15:45.320Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T10:15:45.320Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T10:15:45.320Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T10:15:45.320Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T10:15:45.320Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T10:15:45.320Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T10:15:45.320Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T10:15:45.320Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T10:15:45.320Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T10:15:45.320Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-16T10:15:45.320Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-16T10:15:45.320Z] Fetched 279 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-16T10:15:45.320Z] Fetched 122 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-16T10:15:45.320Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-16T10:15:45.320Z] Fetched 8848 B in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-16T10:15:45.320Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-16T10:15:45.320Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-16T10:15:45.320Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-16T10:15:45.320Z] Fetched 214 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-16T10:15:45.320Z] Fetched 155 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-16T10:15:45.320Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-16T10:15:45.320Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-16T10:15:45.320Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-16T10:15:45.320Z] Fetched 499 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-16T10:15:45.320Z] Fetched 111 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-16T10:15:45.320Z] Fetched 240 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-16T10:15:45.320Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-16T10:15:45.320Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-16T10:15:45.320Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-16T10:15:45.320Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-16T10:15:45.320Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-16T10:15:45.320Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-16T10:15:45.320Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-16T10:15:45.320Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-16T10:15:45.320Z] Fetched 8720 B in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-16T10:15:45.320Z] Fetched 137 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-16T10:15:45.320Z] Fetched 119 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-16T10:15:45.320Z] Fetched 109 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-16T10:15:45.320Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-16T10:15:45.320Z] Fetched 645 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-16T10:15:45.320Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-16T10:15:45.320Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-16T10:15:45.320Z] Fetched 368 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-16T10:15:45.320Z] Fetched 187 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-16T10:15:45.320Z] Fetched 175 kB in 0s (0 B/s) [2020-12-16T10:15:45.320Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-16T10:15:47.881Z] Fetched 206 kB in 0s (0 B/s) [2020-12-16T10:15:47.881Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-16T10:15:47.881Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-16T10:15:47.881Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-16T10:15:47.881Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-16T10:15:47.881Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-16T10:15:47.881Z] Fetched 159 kB in 0s (0 B/s) [2020-12-16T10:15:47.881Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-16T10:15:47.881Z] Fetched 107 kB in 0s (0 B/s) [2020-12-16T10:15:47.881Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-16T10:15:47.881Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-16T10:15:47.881Z] Pulling static-packages [2020-12-16T10:15:48.836Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-16T10:15:48.836Z] Skipping pull go-build-helper (already ran) [2020-12-16T10:15:48.836Z] Skipping pull static-packages (already ran) [2020-12-16T10:15:48.836Z] Building go-build-helper [2020-12-16T10:15:52.162Z] Building static-packages [2020-12-16T10:15:54.092Z] Staging go-build-helper [2020-12-16T10:15:55.037Z] Staging static-packages [2020-12-16T10:15:55.989Z] Pulling go115 [2020-12-16T10:15:56.932Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-16T10:15:56.932Z] Skipping pull go115 (already ran) [2020-12-16T10:15:56.932Z] Building go115 [2020-12-16T10:15:56.932Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:15:56.932Z] Dload Upload Total Spent Left Speed [2020-12-16T10:16:01.471Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6014k 0 0 9701k 0 0:00:12 --:--:-- 0:00:12 9685k 26 115M 26 30.7M 0 0 18.8M 0 0:00:06 0:00:01 0:00:05 18.8M 46 115M 46 54.2M 0 0 20.8M 0 0:00:05 0:00:02 0:00:03 20.8M 76 115M 76 88.1M 0 0 24.5M 0 0:00:04 0:00:03 0:00:01 24.5M 100 115M 100 115M 0 0 25.3M 0 0:00:04 0:00:04 --:--:-- 25.3M [2020-12-16T10:16:02.052Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-16T10:16:06.288Z] Staging go115 [2020-12-16T10:16:10.108Z] Removing intermediate container 61fa9caf1ba8 [2020-12-16T10:16:10.108Z] ---> e05e89e8f70c [2020-12-16T10:16:10.108Z] [2020-12-16T10:16:10.108Z] Step 9/29 : FROM alpine:latest [2020-12-16T10:16:10.385Z] latest: Pulling from library/alpine [2020-12-16T10:16:10.386Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T10:16:10.386Z] Status: Downloaded newer image for alpine:latest [2020-12-16T10:16:10.386Z] ---> dd36a01c3f31 [2020-12-16T10:16:10.386Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-16T10:16:10.688Z] ---> Running in a4c56b008430 [2020-12-16T10:16:11.303Z] Removing intermediate container a4c56b008430 [2020-12-16T10:16:11.303Z] ---> 5ec17304894e [2020-12-16T10:16:11.303Z] Step 11/29 : USER root [2020-12-16T10:16:11.577Z] ---> Running in 8fe2190f3882 [2020-12-16T10:16:11.600Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T10:16:11.600Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T10:16:11.600Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T10:16:11.600Z] Fetched 0 B in 0s (0 B/s) [2020-12-16T10:16:11.600Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-16T10:16:11.600Z] Fetched 224 kB in 0s (0 B/s) [2020-12-16T10:16:11.600Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-16T10:16:11.600Z] Fetched 157 kB in 0s (0 B/s) [2020-12-16T10:16:11.600Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-16T10:16:11.600Z] Fetched 221 kB in 0s (0 B/s) [2020-12-16T10:16:11.600Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-16T10:16:11.600Z] Fetched 143 kB in 0s (0 B/s) [2020-12-16T10:16:11.600Z] Pulling edgex-go [2020-12-16T10:16:11.862Z] Pulling version [2020-12-16T10:16:12.178Z] Removing intermediate container 8fe2190f3882 [2020-12-16T10:16:12.178Z] ---> 346bbc672da0 [2020-12-16T10:16:12.178Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T10:16:12.454Z] ---> Running in 824f55ee7010 [2020-12-16T10:16:12.809Z] Building config-common [2020-12-16T10:16:14.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:14.730Z] Skipping build go-build-helper (already ran) [2020-12-16T10:16:14.730Z] Skipping build static-packages (already ran) [2020-12-16T10:16:14.730Z] Skipping build go115 (already ran) [2020-12-16T10:16:14.730Z] Building edgex-go [2020-12-16T10:16:14.991Z] 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 [2020-12-16T10:16:15.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:16.264Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:16:16.264Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:16:16.264Z] OK: 12617 distinct packages available [2020-12-16T10:16:16.914Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-16T10:16:16.914Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 [2020-12-16T10:16:16.915Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 [2020-12-16T10:16:16.915Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-16T10:16:16.915Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-16T10:16:16.915Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-16T10:16:16.915Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 [2020-12-16T10:16:16.915Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-16T10:16:16.915Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-16T10:16:16.915Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-16T10:16:16.915Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-16T10:16:16.915Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-16T10:16:16.915Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-16T10:16:16.915Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-16T10:16:16.915Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-16T10:16:16.915Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-16T10:16:16.915Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-16T10:16:16.915Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-16T10:16:16.915Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-16T10:16:16.915Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-16T10:16:16.915Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-16T10:16:16.915Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-16T10:16:16.915Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-16T10:16:17.177Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-16T10:16:17.177Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-16T10:16:17.177Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-16T10:16:17.177Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-16T10:16:17.177Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-16T10:16:17.177Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-16T10:16:17.177Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-16T10:16:17.177Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-16T10:16:17.177Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-16T10:16:17.177Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-16T10:16:17.177Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-16T10:16:17.177Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-16T10:16:17.177Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-16T10:16:17.177Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-16T10:16:17.177Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-16T10:16:17.177Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-16T10:16:17.437Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-16T10:16:17.437Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-16T10:16:17.726Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T10:16:17.726Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T10:16:17.726Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:16:17.726Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:16:18.318Z] OK: 6 MiB in 16 packages [2020-12-16T10:16:20.950Z] Removing intermediate container 824f55ee7010 [2020-12-16T10:16:20.950Z] ---> 52616a0a8dee [2020-12-16T10:16:20.950Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T10:16:20.950Z] ---> Running in 722b29a8b47d [2020-12-16T10:16:21.553Z] Removing intermediate container 722b29a8b47d [2020-12-16T10:16:21.553Z] ---> fcb863eeef28 [2020-12-16T10:16:21.553Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T10:16:21.828Z] ---> Running in 6b7f09bcfbe0 [2020-12-16T10:16:22.820Z] Removing intermediate container 6b7f09bcfbe0 [2020-12-16T10:16:22.821Z] ---> 43e3af801eaf [2020-12-16T10:16:22.821Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T10:16:22.821Z] ---> Running in 79eecf0dc5c1 [2020-12-16T10:16:24.034Z] 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 [2020-12-16T10:16:26.236Z] Removing intermediate container 79eecf0dc5c1 [2020-12-16T10:16:26.236Z] ---> 15fe39eec427 [2020-12-16T10:16:26.236Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T10:16:28.238Z] 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 [2020-12-16T10:16:28.253Z] ---> 5fdf47c0ec83 [2020-12-16T10:16:28.253Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T10:16:29.182Z] 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 [2020-12-16T10:16:29.239Z] ---> dc4f3e3861fc [2020-12-16T10:16:29.239Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T10:16:30.126Z] 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 [2020-12-16T10:16:30.685Z] ---> ea51f7ffce5b [2020-12-16T10:16:30.685Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T10:16:30.699Z] 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 [2020-12-16T10:16:30.699Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-16T10:16:30.962Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-16T10:16:30.962Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-16T10:16:31.917Z] 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 [2020-12-16T10:16:31.917Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-16T10:16:31.917Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-16T10:16:32.128Z] 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 [2020-12-16T10:16:32.128Z] ---> 6329c0540d8f [2020-12-16T10:16:32.128Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T10:16:33.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:16:33.576Z] ---> 2a4c03c58645 [2020-12-16T10:16:33.576Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T10:16:33.851Z] ---> Running in 423fb4a1cf4a [2020-12-16T10:16:34.247Z] 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 [2020-12-16T10:16:34.247Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-16T10:16:35.209Z] 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 [2020-12-16T10:16:35.209Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-16T10:16:36.609Z] 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 [2020-12-16T10:16:37.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T10:16:38.148Z] 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 [2020-12-16T10:16:39.290Z] Removing intermediate container 423fb4a1cf4a [2020-12-16T10:16:39.290Z] ---> e3ef09c05ef1 [2020-12-16T10:16:39.290Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:16:39.290Z] Removing intermediate container 6d4eb21e9225 [2020-12-16T10:16:39.290Z] ---> 560942a84555 [2020-12-16T10:16:39.290Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T10:16:39.565Z] ---> Running in 763c3e9184be [2020-12-16T10:16:40.086Z] Building version [2020-12-16T10:16:40.165Z] ---> 5cfcc35540a6 [2020-12-16T10:16:40.165Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:16:40.165Z] ---> Running in 2b0c4de041db [2020-12-16T10:16:42.022Z] Staging config-common [2020-12-16T10:16:42.794Z] 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 [2020-12-16T10:16:42.983Z] Skipping stage go-build-helper (already ran) [2020-12-16T10:16:42.983Z] Skipping stage static-packages (already ran) [2020-12-16T10:16:42.983Z] Skipping stage go115 (already ran) [2020-12-16T10:16:42.983Z] Staging edgex-go [2020-12-16T10:16:43.940Z] Staging version [2020-12-16T10:16:44.893Z] Priming config-common [2020-12-16T10:16:45.446Z] Removing intermediate container 2b0c4de041db [2020-12-16T10:16:45.446Z] ---> 60bae847deea [2020-12-16T10:16:45.446Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T10:16:45.446Z] Removing intermediate container fb261ae16465 [2020-12-16T10:16:45.446Z] ---> fc4fcf2c9541 [2020-12-16T10:16:45.446Z] [2020-12-16T10:16:45.446Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T10:16:45.446Z] 3.10: Pulling from library/alpine [2020-12-16T10:16:45.446Z] ---> Running in 96fdecf63ca5 [2020-12-16T10:16:45.854Z] Priming go-build-helper [2020-12-16T10:16:46.428Z] Priming static-packages [2020-12-16T10:16:48.855Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T10:16:48.856Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T10:16:48.856Z] ---> 536a684cf733 [2020-12-16T10:16:48.856Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:16:48.984Z] Priming go115 [2020-12-16T10:16:49.132Z] ---> Running in 49427ac6c954 [2020-12-16T10:16:49.563Z] Priming edgex-go [2020-12-16T10:16:49.730Z] Removing intermediate container 763c3e9184be [2020-12-16T10:16:49.730Z] ---> 131107ac93f2 [2020-12-16T10:16:49.730Z] [2020-12-16T10:16:49.730Z] Step 11/27 : FROM docker:latest [2020-12-16T10:16:49.730Z] ---> 0c09fb3ff9b5 [2020-12-16T10:16:49.730Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T10:16:49.730Z] ---> Running in fccb5b2a4bb8 [2020-12-16T10:16:50.333Z] Removing intermediate container df37dd168763 [2020-12-16T10:16:50.333Z] ---> 904f34b6c4fa [2020-12-16T10:16:50.333Z] [2020-12-16T10:16:50.333Z] Step 10/21 : FROM alpine [2020-12-16T10:16:50.333Z] ---> dd36a01c3f31 [2020-12-16T10:16:50.333Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T10:16:50.608Z] ---> Running in 9a75e3996f16 [2020-12-16T10:16:50.881Z] Removing intermediate container 96fdecf63ca5 [2020-12-16T10:16:50.881Z] ---> bc4744263e96 [2020-12-16T10:16:50.881Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:16:50.955Z] Priming version [2020-12-16T10:16:51.157Z] ---> Running in 991435b29313 [2020-12-16T10:16:51.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:51.533Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-16T10:16:51.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:51.715Z] Removing intermediate container 991435b29313 [2020-12-16T10:16:51.715Z] ---> 2f2438781911 [2020-12-16T10:16:51.715Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T10:16:51.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:51.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:51.991Z] ---> Running in aa7b40d20ebb [2020-12-16T10:16:52.278Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T10:16:52.278Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T10:16:52.278Z] OK: 10171 distinct packages available [2020-12-16T10:16:52.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:52.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:52.844Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T10:16:52.844Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T10:16:52.844Z] Removing intermediate container aa7b40d20ebb [2020-12-16T10:16:52.844Z] ---> 3e9de0943872 [2020-12-16T10:16:52.844Z] Step 27/29 : LABEL arch=arm64 [2020-12-16T10:16:52.844Z] Executing bash-5.0.17-r0.post-install [2020-12-16T10:16:52.844Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T10:16:52.844Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:16:52.844Z] OK: 12 MiB in 22 packages [2020-12-16T10:16:53.120Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T10:16:53.120Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T10:16:53.120Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T10:16:53.120Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T10:16:53.120Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T10:16:53.120Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T10:16:53.120Z] ---> Running in 3e01749791c4 [Pipeline] } [2020-12-16T10:16:53.396Z] OK: 7 MiB in 19 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-12-16T10:16:53.705Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:16:53.705Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:16:53.705Z] OK: 12617 distinct packages available [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-16T10:16:54.299Z] Removing intermediate container 3e01749791c4 [2020-12-16T10:16:54.299Z] ---> dc3f0046637a [2020-12-16T10:16:54.299Z] Step 28/29 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:16:54.571Z] ---> Running in 40cf385ef7f1 [2020-12-16T10:16:54.571Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T10:16:54.571Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:16:54.571Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T10:16:54.571Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T10:16:54.571Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:16:54.571Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:16:54.878Z] OK: 7 MiB in 18 packages [2020-12-16T10:16:55.476Z] Removing intermediate container 40cf385ef7f1 [2020-12-16T10:16:55.476Z] ---> c3ae917b0795 [2020-12-16T10:16:55.476Z] Step 29/29 : LABEL version=0.0.0 [2020-12-16T10:16:55.476Z] Removing intermediate container fccb5b2a4bb8 [2020-12-16T10:16:55.476Z] ---> 20be6dca2477 [2020-12-16T10:16:55.476Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T10:16:55.750Z] ---> Running in 2bc2f76b744b [2020-12-16T10:16:55.750Z] ---> Running in 24be2b20faa3 [2020-12-16T10:16:56.346Z] Removing intermediate container 49427ac6c954 [2020-12-16T10:16:56.346Z] ---> 3e870a985da7 [2020-12-16T10:16:56.346Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T10:16:56.935Z] Removing intermediate container 24be2b20faa3 [2020-12-16T10:16:56.935Z] ---> d5967d791745 [2020-12-16T10:16:56.935Z] [2020-12-16T10:16:57.212Z] ---> Running in 5d96f32f1d58 [2020-12-16T10:16:57.212Z] Removing intermediate container 9a75e3996f16 [2020-12-16T10:16:57.212Z] ---> d8262c05daa5 [2020-12-16T10:16:57.212Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:16:57.483Z] Successfully built d5967d791745 [2020-12-16T10:16:57.759Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-16T10:16:57.759Z]  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go [2020-12-16T10:16:57.759Z] ---> Running in ff80fdd2e16d [2020-12-16T10:16:58.035Z] Removing intermediate container 5d96f32f1d58 [2020-12-16T10:16:58.035Z] ---> aad4fc2158aa [2020-12-16T10:16:58.035Z] Step 13/22 : WORKDIR / [2020-12-16T10:16:58.035Z] Removing intermediate container 3157ca5fc2f0 [2020-12-16T10:16:58.035Z] ---> ba6870929a5c [2020-12-16T10:16:58.035Z] [2020-12-16T10:16:58.035Z] Step 10/22 : FROM scratch [2020-12-16T10:16:58.035Z] ---> [2020-12-16T10:16:58.323Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:16:58.323Z] ---> Running in af3a14fdda13 [2020-12-16T10:16:58.610Z] ---> Running in 0f2229154833 [2020-12-16T10:16:58.610Z] Removing intermediate container ff80fdd2e16d [2020-12-16T10:16:58.610Z] ---> cf2397c5d425 [2020-12-16T10:16:58.610Z] Step 13/21 : WORKDIR /edgex [2020-12-16T10:16:58.894Z] ---> Running in 197ee3eb7733 [2020-12-16T10:16:58.894Z] Removing intermediate container 2bc2f76b744b [2020-12-16T10:16:58.894Z] ---> 4deedfe342fd [2020-12-16T10:16:58.894Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T10:16:59.181Z] Removing intermediate container 0f2229154833 [2020-12-16T10:16:59.181Z] ---> 1e4d3c81a47c [2020-12-16T10:16:59.181Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T10:16:59.480Z] ---> Running in 07d198f8f963 [2020-12-16T10:16:59.480Z] Removing intermediate container af3a14fdda13 [2020-12-16T10:16:59.480Z] ---> df423b72938f [2020-12-16T10:16:59.480Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T10:16:59.772Z] ---> Running in 50b2e1b15117 [2020-12-16T10:17:00.375Z] Removing intermediate container 197ee3eb7733 [2020-12-16T10:17:00.375Z] ---> 56455f32f6af [2020-12-16T10:17:00.375Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T10:17:00.673Z] Removing intermediate container 07d198f8f963 [2020-12-16T10:17:00.673Z] ---> 2f2e511ee172 [2020-12-16T10:17:00.673Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T10:17:01.663Z] Removing intermediate container 50b2e1b15117 [2020-12-16T10:17:01.663Z] ---> 86c70736ad93 [2020-12-16T10:17:01.663Z] Step 13/22 : EXPOSE $APP_PORT ---> 0b2db384137f [2020-12-16T10:17:01.663Z] [2020-12-16T10:17:01.663Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T10:17:01.663Z] ---> Running in 074cd3e40480 [2020-12-16T10:17:01.663Z] ---> c32e0de02f39 [2020-12-16T10:17:01.663Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T10:17:01.664Z] ---> Running in 103344c4f792 [2020-12-16T10:17:03.101Z] Removing intermediate container 074cd3e40480 [2020-12-16T10:17:03.101Z] ---> d948b4a323e3 [2020-12-16T10:17:03.101Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T10:17:03.714Z] Removing intermediate container 103344c4f792 [2020-12-16T10:17:03.714Z] ---> c5a4e621b9e6 [2020-12-16T10:17:03.714Z] Step 14/22 : WORKDIR / [2020-12-16T10:17:03.714Z] ---> 802607cdbab2 [2020-12-16T10:17:03.714Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T10:17:03.714Z] ---> a1ed9e3f8c59 [2020-12-16T10:17:03.714Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T10:17:03.990Z] ---> Running in 9c4182a58871 [2020-12-16T10:17:03.990Z] ---> Running in 7179d210c373 [2020-12-16T10:17:04.975Z] Removing intermediate container 7179d210c373 [2020-12-16T10:17:04.975Z] ---> 5761fd63fef7 [2020-12-16T10:17:04.975Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T10:17:05.247Z] Removing intermediate container 9c4182a58871 [2020-12-16T10:17:05.247Z] ---> 97e225674cbf [2020-12-16T10:17:05.247Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T10:17:05.247Z] ---> 2f5992d54bdd [2020-12-16T10:17:05.247Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T10:17:05.247Z] ---> 9e7e3159baab [2020-12-16T10:17:05.247Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T10:17:05.520Z] ---> Running in 364d6dffca8d [2020-12-16T10:17:06.508Z] Removing intermediate container 364d6dffca8d [2020-12-16T10:17:06.508Z] ---> 0ff08e67a8b8 [2020-12-16T10:17:06.508Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T10:17:07.135Z] ---> 5af0c9da7beb [2020-12-16T10:17:07.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T10:17:07.135Z] ---> 53599a1bf08b [2020-12-16T10:17:07.135Z] ---> fb56a0c1f3d6 [2020-12-16T10:17:07.135Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T10:17:07.135Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T10:17:07.429Z] ---> Running in d7027f454098 [2020-12-16T10:17:07.711Z] ---> Running in 2c4f8e8ed987 [2020-12-16T10:17:08.712Z] Removing intermediate container d7027f454098 [2020-12-16T10:17:08.712Z] ---> 72fafb1db8a0 [2020-12-16T10:17:08.712Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T10:17:08.987Z] ---> 55f29201c9a7 [2020-12-16T10:17:08.987Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T10:17:08.987Z] ---> Running in 94368778a47f [2020-12-16T10:17:09.598Z] ---> e7dd66425ca1 [2020-12-16T10:17:09.598Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T10:17:10.203Z] Removing intermediate container 94368778a47f [2020-12-16T10:17:10.203Z] ---> f2c7dd96025d [2020-12-16T10:17:10.203Z] Step 20/21 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:17:10.487Z] ---> Running in b534c1f56684 [2020-12-16T10:17:10.965Z] ---> 495ac217f2b1 [2020-12-16T10:17:10.965Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T10:17:11.240Z] ---> 757e87c2e90f [2020-12-16T10:17:11.240Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T10:17:11.517Z] ---> Running in 121b11d14678 [2020-12-16T10:17:11.517Z] Removing intermediate container b534c1f56684 [2020-12-16T10:17:11.517Z] ---> bc671988f73f [2020-12-16T10:17:11.517Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T10:17:11.792Z] ---> Running in f883d38bb5fd [2020-12-16T10:17:12.072Z] ---> Running in 610dee76a7c4 [2020-12-16T10:17:12.072Z] Removing intermediate container 2c4f8e8ed987 [2020-12-16T10:17:12.072Z] ---> 4c9e6bc3f71d [2020-12-16T10:17:12.072Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T10:17:12.690Z] Removing intermediate container f883d38bb5fd [2020-12-16T10:17:12.690Z] ---> d3ed16e8a826 [2020-12-16T10:17:12.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:17:12.690Z] ---> Running in 0b51f0f44ef1 [2020-12-16T10:17:12.970Z] ---> Running in 7cc66279114c [2020-12-16T10:17:13.246Z] Removing intermediate container 610dee76a7c4 [2020-12-16T10:17:13.246Z] ---> 3a10b01556bd [2020-12-16T10:17:13.246Z] [2020-12-16T10:17:13.530Z] Removing intermediate container 0b51f0f44ef1 [2020-12-16T10:17:13.530Z] ---> ad5262c4ed57 [2020-12-16T10:17:13.530Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:17:13.811Z] Successfully built 3a10b01556bd [2020-12-16T10:17:13.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:17:13.811Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-16T10:17:13.811Z] Building docker-core-metadata-go [2020-12-16T10:17:14.090Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:17:14.090Z] ---> Running in 123d27043ee0 [2020-12-16T10:17:14.090Z] Removing intermediate container 7cc66279114c [2020-12-16T10:17:14.090Z] ---> eb36cc3a8a6d [2020-12-16T10:17:14.090Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:17:14.368Z] ---> Running in 2e5db0520928 [2020-12-16T10:17:14.988Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T10:17:14.989Z] Removing intermediate container 123d27043ee0 [2020-12-16T10:17:14.989Z] ---> 0981652ae0da [2020-12-16T10:17:14.989Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T10:17:14.989Z] Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:17:14.989Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T10:17:14.989Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T10:17:14.989Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T10:17:14.989Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T10:17:14.989Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T10:17:14.989Z] ---> Running in 900e8d52bea1 [2020-12-16T10:17:15.270Z] Removing intermediate container 2e5db0520928 [2020-12-16T10:17:15.270Z] ---> a5f36b179189 [2020-12-16T10:17:15.548Z] Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:17:16.556Z] ---> Running in 9ed817b32c76 [2020-12-16T10:17:17.161Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T10:17:17.161Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T10:17:17.161Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T10:17:17.161Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:17:17.161Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:17:17.161Z] ---> 025442e833c6 [2020-12-16T10:17:17.161Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:17:17.161Z] ---> Using cache [2020-12-16T10:17:17.161Z] ---> 3345bb69ad3a [2020-12-16T10:17:17.161Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:17:17.161Z] ---> Using cache [2020-12-16T10:17:17.161Z] ---> 242dd1c5cb33 [2020-12-16T10:17:17.161Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T10:17:17.161Z] ---> Using cache [2020-12-16T10:17:17.161Z] ---> 1ce18c4376d9 [2020-12-16T10:17:17.161Z] Step 6/24 : COPY go.mod . [2020-12-16T10:17:17.161Z] ---> Using cache [2020-12-16T10:17:17.161Z] ---> 48cdb71e24b9 [2020-12-16T10:17:17.161Z] Step 7/24 : RUN go mod download [2020-12-16T10:17:17.161Z] ---> Using cache [2020-12-16T10:17:17.161Z] ---> 313125f5e6c8 [2020-12-16T10:17:17.161Z] Step 8/24 : COPY . . [2020-12-16T10:17:17.161Z] ---> Using cache [2020-12-16T10:17:17.161Z] ---> 1e5345d4ba27 [2020-12-16T10:17:17.161Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T10:17:17.161Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T10:17:17.161Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T10:17:17.161Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T10:17:17.491Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T10:17:17.491Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T10:17:17.491Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T10:17:17.491Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T10:17:17.491Z] Removing intermediate container 900e8d52bea1 [2020-12-16T10:17:17.491Z] ---> 29c658e0530e [2020-12-16T10:17:17.491Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:17:17.491Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T10:17:17.491Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T10:17:17.491Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T10:17:17.491Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T10:17:17.795Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T10:17:17.795Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T10:17:17.795Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T10:17:17.795Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T10:17:17.795Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T10:17:17.795Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T10:17:17.795Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T10:17:17.795Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T10:17:17.795Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T10:17:17.795Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T10:17:18.109Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T10:17:18.109Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T10:17:18.109Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:17:18.109Z] OK: 71 MiB in 55 packages [2020-12-16T10:17:18.455Z] ---> Running in 5d9e66d45186 [2020-12-16T10:17:18.797Z] ---> Running in 18764c1bd241 [2020-12-16T10:17:18.797Z] Removing intermediate container 9ed817b32c76 [2020-12-16T10:17:18.797Z] ---> 2ae0923a4905 [2020-12-16T10:17:18.797Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:17:19.431Z] ---> Running in 14c0f392e623 [2020-12-16T10:17:20.040Z] Removing intermediate container 18764c1bd241 [2020-12-16T10:17:20.040Z] ---> 8c201e7c249f [2020-12-16T10:17:20.040Z] [2020-12-16T10:17:20.643Z] Removing intermediate container 14c0f392e623 [2020-12-16T10:17:20.643Z] ---> e0f025cb28b5 [2020-12-16T10:17:20.643Z] [2020-12-16T10:17:20.643Z] Successfully built 8c201e7c249f [2020-12-16T10:17:20.643Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-16T10:17:20.643Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-12-16T10:17:21.260Z] Successfully built e0f025cb28b5 [2020-12-16T10:17:21.260Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-16T10:17:21.260Z] Building docker-support-notifications-go [2020-12-16T10:17:21.260Z]  Building docker-core-command-go ... done 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 [2020-12-16T10:17:29.573Z] Removing intermediate container 121b11d14678 [2020-12-16T10:17:29.573Z] ---> 464802df580e [2020-12-16T10:17:29.573Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T10:17:30.567Z] ---> Running in fd0e28618d3e [2020-12-16T10:17:38.894Z] Collecting docker-compose==1.23.2 [2020-12-16T10:17:38.894Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T10:17:38.894Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T10:17:38.894Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T10:17:42.320Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T10:17:42.320Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T10:17:43.307Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T10:17:43.307Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T10:17:43.307Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T10:17:44.303Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T10:17:44.303Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T10:17:45.308Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T10:17:45.308Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T10:17:46.762Z] Collecting PyYAML<4,>=3.10 [2020-12-16T10:17:46.762Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T10:17:51.087Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T10:17:51.087Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T10:17:53.741Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T10:17:53.742Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T10:17:54.019Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T10:17:54.298Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T10:17:56.290Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:17:56.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:17:56.290Z] ---> 025442e833c6 [2020-12-16T10:17:56.290Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:17:56.290Z] ---> Using cache [2020-12-16T10:17:56.290Z] ---> 3345bb69ad3a [2020-12-16T10:17:56.290Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:17:56.290Z] ---> Using cache [2020-12-16T10:17:56.290Z] ---> 242dd1c5cb33 [2020-12-16T10:17:56.290Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:17:56.290Z] ---> Using cache [2020-12-16T10:17:56.290Z] ---> 1ce18c4376d9 [2020-12-16T10:17:56.290Z] Step 6/22 : COPY go.mod . [2020-12-16T10:17:56.290Z] ---> Using cache [2020-12-16T10:17:56.290Z] ---> 48cdb71e24b9 [2020-12-16T10:17:56.290Z] Step 7/22 : RUN go mod download [2020-12-16T10:17:56.290Z] ---> Using cache [2020-12-16T10:17:56.290Z] ---> 313125f5e6c8 [2020-12-16T10:17:56.290Z] Step 8/22 : COPY . . [2020-12-16T10:17:56.290Z] ---> Using cache [2020-12-16T10:17:56.290Z] ---> 1e5345d4ba27 [2020-12-16T10:17:56.290Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T10:17:57.337Z] 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) [2020-12-16T10:17:57.946Z] Collecting idna<2.8,>=2.5 [2020-12-16T10:17:57.946Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T10:17:58.942Z] 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) [2020-12-16T10:18:00.398Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T10:18:00.398Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T10:18:01.845Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T10:18:01.846Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T10:18:02.134Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T10:18:02.134Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T10:18:02.134Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T10:18:02.134Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T10:18:02.413Z] ---> Running in d5ba7c30537f [2020-12-16T10:18:03.404Z] Installing collected packages: dockerpty, idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, texttable, jsonschema, docopt, docker-compose [2020-12-16T10:18:03.404Z] Running setup.py install for dockerpty: started [2020-12-16T10:18:04.853Z] 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 [2020-12-16T10:18:04.853Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:18:04.853Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:18:04.853Z] ---> 025442e833c6 [2020-12-16T10:18:04.853Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:18:04.853Z] ---> Using cache [2020-12-16T10:18:04.854Z] ---> 3345bb69ad3a [2020-12-16T10:18:04.854Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:18:04.854Z] ---> Using cache [2020-12-16T10:18:04.854Z] ---> 242dd1c5cb33 [2020-12-16T10:18:04.854Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:18:04.854Z] ---> Using cache [2020-12-16T10:18:04.854Z] ---> 1ce18c4376d9 [2020-12-16T10:18:04.854Z] Step 6/21 : COPY go.mod . [2020-12-16T10:18:04.854Z] ---> Using cache [2020-12-16T10:18:04.854Z] ---> 48cdb71e24b9 [2020-12-16T10:18:04.854Z] Step 7/21 : RUN go mod download [2020-12-16T10:18:05.135Z] ---> Using cache [2020-12-16T10:18:05.135Z] ---> 313125f5e6c8 [2020-12-16T10:18:05.135Z] Step 8/21 : COPY . . [2020-12-16T10:18:05.135Z] ---> Using cache [2020-12-16T10:18:05.135Z] ---> 1e5345d4ba27 [2020-12-16T10:18:05.135Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T10:18:05.762Z] ---> Running in 07ad586a1a51 [2020-12-16T10:18:06.046Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T10:18:06.046Z] Attempting uninstall: idna [2020-12-16T10:18:06.046Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:18:06.046Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:18:06.046Z] ---> 025442e833c6 [2020-12-16T10:18:06.046Z] Step 3/24 : WORKDIR /edgex-go Found existing installation: idna 2.9 [2020-12-16T10:18:06.046Z] [2020-12-16T10:18:06.046Z] ---> Using cache [2020-12-16T10:18:06.046Z] ---> 3345bb69ad3a [2020-12-16T10:18:06.046Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:18:06.046Z] ---> Using cache [2020-12-16T10:18:06.046Z] ---> 242dd1c5cb33 [2020-12-16T10:18:06.046Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T10:18:06.046Z] ---> Running in 7be8726afe9d [2020-12-16T10:18:06.046Z] Uninstalling idna-2.9: [2020-12-16T10:18:06.346Z] 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 [2020-12-16T10:18:06.347Z] Successfully uninstalled idna-2.9 [2020-12-16T10:18:07.355Z] Attempting uninstall: urllib3 [2020-12-16T10:18:07.355Z] Found existing installation: urllib3 1.25.9 [2020-12-16T10:18:07.355Z] Uninstalling urllib3-1.25.9: [2020-12-16T10:18:07.633Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T10:18:08.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:18:08.232Z] 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 [2020-12-16T10:18:08.232Z] Attempting uninstall: requests [2020-12-16T10:18:08.232Z] Found existing installation: requests 2.23.0 [2020-12-16T10:18:08.232Z] Uninstalling requests-2.23.0: [2020-12-16T10:18:08.508Z] Successfully uninstalled requests-2.23.0 [2020-12-16T10:18:09.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:18:10.486Z] Running setup.py install for PyYAML: started [2020-12-16T10:18:11.091Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:18:11.091Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:18:11.091Z] OK: 12620 distinct packages available [2020-12-16T10:18:12.091Z] OK: 217 MiB in 51 packages [2020-12-16T10:18:14.124Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T10:18:14.124Z] Removing intermediate container 7be8726afe9d [2020-12-16T10:18:14.124Z] ---> e5a63e15bb78 [2020-12-16T10:18:14.124Z] Step 6/24 : COPY go.mod . [2020-12-16T10:18:14.124Z] Running setup.py install for texttable: started [2020-12-16T10:18:15.571Z] ---> e893ddd93677 [2020-12-16T10:18:15.571Z] Step 7/24 : RUN go mod download [2020-12-16T10:18:15.571Z] ---> Running in 847c613f830b [2020-12-16T10:18:17.566Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T10:18:18.167Z] Running setup.py install for docopt: started [2020-12-16T10:18:20.818Z] Removing intermediate container 847c613f830b [2020-12-16T10:18:20.818Z] ---> 0e563a2f713e [2020-12-16T10:18:21.106Z] Step 8/24 : COPY . . [2020-12-16T10:18:21.717Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T10:18:23.754Z] 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 [2020-12-16T10:18:24.380Z] Removing intermediate container 5d9e66d45186 [2020-12-16T10:18:24.380Z] ---> 4a4f3c048725 [2020-12-16T10:18:24.380Z] [2020-12-16T10:18:24.380Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T10:18:24.380Z] ---> 536a684cf733 [2020-12-16T10:18:24.380Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:18:24.380Z] ---> Using cache [2020-12-16T10:18:24.380Z] ---> 3e870a985da7 [2020-12-16T10:18:24.380Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:18:25.383Z] ---> Running in c3e812f5599c [2020-12-16T10:18:26.864Z] Removing intermediate container c3e812f5599c [2020-12-16T10:18:26.864Z] ---> c37a6edb42b1 [2020-12-16T10:18:26.864Z] Step 13/24 : WORKDIR / [2020-12-16T10:18:27.270Z] ---> Running in 0b384b46d5ef [2020-12-16T10:18:29.465Z] Removing intermediate container 0b384b46d5ef [2020-12-16T10:18:29.465Z] ---> 992e2291f3f7 [2020-12-16T10:18:29.465Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T10:18:32.167Z] ---> 044596761052 [2020-12-16T10:18:32.167Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T10:18:32.778Z] Removing intermediate container fd0e28618d3e [2020-12-16T10:18:32.778Z] ---> 7017cc9bfb90 [2020-12-16T10:18:32.778Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T10:18:33.066Z] ---> Running in 8281c41bdfa8 [2020-12-16T10:18:34.537Z] ---> e24653f517dd [2020-12-16T10:18:34.537Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T10:18:36.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:18:36.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:18:36.619Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:18:36.619Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T10:18:36.619Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T10:18:36.619Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:18:36.908Z] OK: 71 MiB in 58 packages [2020-12-16T10:18:37.524Z] ---> fe3dedb83f86 [2020-12-16T10:18:37.524Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T10:18:39.550Z] Removing intermediate container 8281c41bdfa8 [2020-12-16T10:18:39.550Z] ---> b48de7b64eee [2020-12-16T10:18:39.550Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T10:18:40.553Z] ---> Running in bd1224ef1aba [2020-12-16T10:18:40.838Z] ---> 52374f6c346c [2020-12-16T10:18:40.838Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T10:18:41.836Z] Removing intermediate container bd1224ef1aba [2020-12-16T10:18:41.836Z] ---> 3c117b5c926c [2020-12-16T10:18:41.836Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:18:42.442Z] ---> Running in 7a660cb1799b [2020-12-16T10:18:44.461Z] ---> 4f0f48f890ee [2020-12-16T10:18:44.461Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:18:44.461Z] Removing intermediate container 7a660cb1799b [2020-12-16T10:18:44.461Z] ---> 6fd8dce86bd2 [2020-12-16T10:18:44.461Z] Step 25/27 : LABEL arch=arm64 [2020-12-16T10:18:44.749Z] ---> Running in 7a50367477c7 [2020-12-16T10:18:46.203Z] Removing intermediate container 7a50367477c7 [2020-12-16T10:18:46.203Z] ---> 9d07b100505c [2020-12-16T10:18:46.203Z] Step 26/27 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:18:46.486Z] ---> d3fce7ca738b [2020-12-16T10:18:46.486Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:18:46.766Z] ---> Running in 38f7d63321b0 [2020-12-16T10:18:47.047Z] ---> Running in 487e5ac2a346 [2020-12-16T10:18:48.525Z] Removing intermediate container 38f7d63321b0 [2020-12-16T10:18:48.525Z] ---> 55ddb8a20880 [2020-12-16T10:18:48.525Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T10:18:48.804Z] ---> Running in 582a6737e389 [2020-12-16T10:18:49.406Z] Removing intermediate container 582a6737e389 [2020-12-16T10:18:49.406Z] ---> 30c6e98f481d [2020-12-16T10:18:49.406Z] [2020-12-16T10:18:50.394Z] ---> 14e97f751067 [2020-12-16T10:18:50.394Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T10:18:50.673Z] Successfully built 30c6e98f481d [2020-12-16T10:18:50.673Z] ---> Running in 8d44ae19dad2 [2020-12-16T10:18:50.673Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-16T10:18:50.673Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-12-16T10:18:51.677Z] Removing intermediate container 487e5ac2a346 [2020-12-16T10:18:51.677Z] ---> 310fea07bd56 [2020-12-16T10:18:51.677Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:18:51.677Z] ---> Running in 7a4aaac9526f [2020-12-16T10:18:52.672Z] 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 [2020-12-16T10:18:52.672Z] Removing intermediate container 7a4aaac9526f [2020-12-16T10:18:52.672Z] ---> 3d846052a594 [2020-12-16T10:18:52.672Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T10:18:53.668Z] ---> Running in 95203990b505 [2020-12-16T10:18:54.663Z] Removing intermediate container 95203990b505 [2020-12-16T10:18:54.663Z] ---> 0f7a9a8a0323 [2020-12-16T10:18:54.663Z] Step 23/24 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:18:55.271Z] ---> Running in 360ce743d5f9 [2020-12-16T10:18:56.314Z] Removing intermediate container 360ce743d5f9 [2020-12-16T10:18:56.314Z] ---> 65a94eb5a47c [2020-12-16T10:18:56.315Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T10:18:56.920Z] ---> Running in cb68773ccb4a [2020-12-16T10:18:57.921Z] Removing intermediate container cb68773ccb4a [2020-12-16T10:18:57.921Z] ---> faaa51b3979b [2020-12-16T10:18:57.921Z] [2020-12-16T10:18:58.201Z] Successfully built faaa51b3979b [2020-12-16T10:18:58.201Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-16T10:19:20.451Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:19:20.451Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:19:20.451Z] ---> 025442e833c6 [2020-12-16T10:19:20.451Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T10:19:20.451Z] ---> Using cache [2020-12-16T10:19:20.451Z] ---> 3345bb69ad3a [2020-12-16T10:19:20.451Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:19:20.451Z] ---> Using cache [2020-12-16T10:19:20.451Z] ---> 242dd1c5cb33 [2020-12-16T10:19:20.451Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T10:19:20.451Z] ---> Running in 710df33ff260 [2020-12-16T10:19:20.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:19:21.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:19:22.895Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:19:22.895Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:19:22.895Z] OK: 12620 distinct packages available [2020-12-16T10:19:23.893Z] OK: 217 MiB in 51 packages [2020-12-16T10:19:25.929Z] Removing intermediate container 710df33ff260 [2020-12-16T10:19:25.929Z] ---> 9940eba2328d [2020-12-16T10:19:25.929Z] Step 6/23 : COPY go.mod . [2020-12-16T10:19:26.968Z] ---> 608f7d4ee082 [2020-12-16T10:19:26.968Z] Step 7/23 : RUN go mod download [2020-12-16T10:19:26.968Z] ---> Running in 18d881b0af56 [2020-12-16T10:19:32.426Z] Removing intermediate container 18d881b0af56 [2020-12-16T10:19:32.426Z] ---> 8f2cc486fc01 [2020-12-16T10:19:32.426Z] Step 8/23 : COPY . . [2020-12-16T10:19:54.701Z] ---> eb654abbfedd [2020-12-16T10:19:54.701Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T10:19:54.701Z] ---> Running in d6947ed6419f [2020-12-16T10:19:57.360Z] 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 [2020-12-16T10:19:59.383Z] Removing intermediate container 07ad586a1a51 [2020-12-16T10:19:59.383Z] ---> f72c94e1ed0c [2020-12-16T10:19:59.383Z] [2020-12-16T10:19:59.383Z] Step 10/21 : FROM scratch [2020-12-16T10:19:59.383Z] ---> [2020-12-16T10:19:59.383Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:19:59.383Z] ---> Using cache [2020-12-16T10:19:59.383Z] ---> 1e4d3c81a47c [2020-12-16T10:19:59.383Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T10:19:59.383Z] ---> Running in d4769d3af3b9 [2020-12-16T10:19:59.994Z] Removing intermediate container d4769d3af3b9 [2020-12-16T10:19:59.994Z] ---> 34261d19dbee [2020-12-16T10:19:59.994Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T10:20:00.269Z] ---> Running in 5c64c33600a3 [2020-12-16T10:20:00.872Z] Removing intermediate container 5c64c33600a3 [2020-12-16T10:20:00.872Z] ---> 23bbf51c6e61 [2020-12-16T10:20:00.872Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T10:20:02.696Z] ---> 699730f9d5de [2020-12-16T10:20:02.696Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T10:20:04.703Z] ---> 5545f5b1d621 [2020-12-16T10:20:04.703Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T10:20:05.706Z] ---> 6e0fa88882a4 [2020-12-16T10:20:05.706Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T10:20:05.987Z] ---> Running in cc361263c94d [2020-12-16T10:20:06.604Z] Removing intermediate container cc361263c94d [2020-12-16T10:20:06.604Z] ---> 6c08b741af1b [2020-12-16T10:20:06.604Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:20:06.604Z] ---> Running in 219b29121753 [2020-12-16T10:20:07.606Z] Removing intermediate container 219b29121753 [2020-12-16T10:20:07.606Z] ---> 1dc736dfeddb [2020-12-16T10:20:07.606Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T10:20:07.606Z] ---> Running in 4ad1566be536 [2020-12-16T10:20:08.218Z] Removing intermediate container 4ad1566be536 [2020-12-16T10:20:08.219Z] ---> 5997fad51223 [2020-12-16T10:20:08.219Z] Step 20/21 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:20:08.498Z] ---> Running in cb7cc2a2525c [2020-12-16T10:20:09.106Z] Removing intermediate container cb7cc2a2525c [2020-12-16T10:20:09.106Z] ---> b50ba1c5b5e7 [2020-12-16T10:20:09.106Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T10:20:09.387Z] ---> Running in 66d1174c22c7 [2020-12-16T10:20:09.999Z] Removing intermediate container 66d1174c22c7 [2020-12-16T10:20:09.999Z] ---> 7aad6bf42bee [2020-12-16T10:20:09.999Z] [2020-12-16T10:20:10.624Z] Successfully built 7aad6bf42bee [2020-12-16T10:20:10.624Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-16T10:20:17.380Z]  Building docker-support-scheduler-go ... done Removing intermediate container d5ba7c30537f [2020-12-16T10:20:17.380Z] ---> 3bfe133be8aa [2020-12-16T10:20:17.380Z] [2020-12-16T10:20:17.380Z] Step 10/22 : FROM scratch [2020-12-16T10:20:17.380Z] ---> [2020-12-16T10:20:17.380Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:20:17.380Z] ---> Using cache [2020-12-16T10:20:17.380Z] ---> 1e4d3c81a47c [2020-12-16T10:20:17.380Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T10:20:17.659Z] ---> Running in ec981f00b0c3 [2020-12-16T10:20:18.267Z] Removing intermediate container ec981f00b0c3 [2020-12-16T10:20:18.267Z] ---> dd1e8c001fe8 [2020-12-16T10:20:18.267Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:20:18.267Z] ---> Running in df0e4f12e887 [2020-12-16T10:20:18.866Z] Removing intermediate container df0e4f12e887 [2020-12-16T10:20:18.866Z] ---> c14e14aa23b0 [2020-12-16T10:20:18.866Z] Step 14/22 : WORKDIR / [2020-12-16T10:20:19.160Z] ---> Running in d6248306af21 [2020-12-16T10:20:19.770Z] Removing intermediate container d6248306af21 [2020-12-16T10:20:19.770Z] ---> b5733e54ab27 [2020-12-16T10:20:19.770Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T10:20:21.252Z] ---> 149377c98cc9 [2020-12-16T10:20:21.252Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T10:20:23.273Z] ---> 72799000a0e7 [2020-12-16T10:20:23.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T10:20:24.275Z] ---> a443767d4e7c [2020-12-16T10:20:24.275Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T10:20:24.552Z] ---> Running in f4c1bf7ad29b [2020-12-16T10:20:25.154Z] Removing intermediate container f4c1bf7ad29b [2020-12-16T10:20:25.154Z] ---> a2bd21ace81c [2020-12-16T10:20:25.154Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:20:25.154Z] ---> Running in bd8890365b58 [2020-12-16T10:20:26.142Z] Removing intermediate container bd8890365b58 [2020-12-16T10:20:26.143Z] ---> 750b2b22ffbb [2020-12-16T10:20:26.143Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:20:26.143Z] ---> Running in f54b3649fe14 [2020-12-16T10:20:26.742Z] Removing intermediate container f54b3649fe14 [2020-12-16T10:20:26.742Z] ---> 21c239ef72b4 [2020-12-16T10:20:26.742Z] Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:20:27.346Z] ---> Running in 211e6668c827 [2020-12-16T10:20:27.963Z] Removing intermediate container 211e6668c827 [2020-12-16T10:20:27.963Z] ---> bac3ab3374a6 [2020-12-16T10:20:27.963Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:20:28.242Z] ---> Running in 129f738c394c [2020-12-16T10:20:28.843Z] Removing intermediate container 129f738c394c [2020-12-16T10:20:28.843Z] ---> 3d41c1098c87 [2020-12-16T10:20:28.843Z] [2020-12-16T10:20:29.446Z] Successfully built 3d41c1098c87 [2020-12-16T10:20:29.446Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-16T10:20:32.884Z]  Building docker-core-metadata-go ... done Removing intermediate container 8d44ae19dad2 [2020-12-16T10:20:32.884Z] ---> 512e7bac41a8 [2020-12-16T10:20:32.884Z] [2020-12-16T10:20:32.884Z] Step 10/24 : FROM scratch [2020-12-16T10:20:32.884Z] ---> [2020-12-16T10:20:32.884Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T10:20:33.162Z] ---> Running in 2237dd470bc6 [2020-12-16T10:20:33.785Z] Removing intermediate container 2237dd470bc6 [2020-12-16T10:20:33.785Z] ---> 9b395c6f50c2 [2020-12-16T10:20:33.785Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T10:20:33.785Z] ---> Running in 0d012d8700f6 [2020-12-16T10:20:34.794Z] Removing intermediate container 0d012d8700f6 [2020-12-16T10:20:34.794Z] ---> f1d451cc5658 [2020-12-16T10:20:34.794Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T10:20:34.794Z] ---> Running in dd8f855ffae9 [2020-12-16T10:20:35.422Z] Removing intermediate container dd8f855ffae9 [2020-12-16T10:20:35.422Z] ---> f79708e1d319 [2020-12-16T10:20:35.422Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T10:20:36.864Z] ---> babac5eaaecf [2020-12-16T10:20:36.864Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T10:20:38.315Z] ---> 16a0111652d1 [2020-12-16T10:20:38.315Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T10:20:40.330Z] ---> c8db76bfc85a [2020-12-16T10:20:40.330Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T10:20:41.780Z] ---> 2236db690379 [2020-12-16T10:20:41.780Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T10:20:43.781Z] ---> d793389ff3cc [2020-12-16T10:20:43.781Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T10:20:44.795Z] ---> 04a81b813cc9 [2020-12-16T10:20:44.795Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T10:20:45.082Z] ---> Running in e1fcad3eb6af [2020-12-16T10:20:45.707Z] Removing intermediate container e1fcad3eb6af [2020-12-16T10:20:45.707Z] ---> 714f04408ea7 [2020-12-16T10:20:45.707Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:20:45.707Z] ---> Running in dde9dcc3d9f3 [2020-12-16T10:20:46.318Z] Removing intermediate container dde9dcc3d9f3 [2020-12-16T10:20:46.318Z] ---> c02cffe2e4b0 [2020-12-16T10:20:46.318Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T10:20:46.600Z] ---> Running in 380e3670d965 [2020-12-16T10:20:47.210Z] Removing intermediate container 380e3670d965 [2020-12-16T10:20:47.210Z] ---> a90aec6858e2 [2020-12-16T10:20:47.210Z] Step 23/24 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:20:47.492Z] ---> Running in 085feace20ad [2020-12-16T10:20:48.109Z] Removing intermediate container 085feace20ad [2020-12-16T10:20:48.109Z] ---> 036e8338f432 [2020-12-16T10:20:48.109Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T10:20:48.394Z] ---> Running in debfa2e6ad43 [2020-12-16T10:20:49.003Z] Removing intermediate container debfa2e6ad43 [2020-12-16T10:20:49.003Z] ---> e1ba70f8e65d [2020-12-16T10:20:49.003Z] [2020-12-16T10:20:49.610Z] Successfully built e1ba70f8e65d [2020-12-16T10:20:49.610Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-16T10:21:11.817Z]  Building docker-support-notifications-go ... done Removing intermediate container d6947ed6419f [2020-12-16T10:21:11.817Z] ---> c03f3d66bde1 [2020-12-16T10:21:11.817Z] [2020-12-16T10:21:11.817Z] Step 10/23 : FROM alpine [2020-12-16T10:21:11.817Z] ---> dd36a01c3f31 [2020-12-16T10:21:11.817Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:21:11.817Z] ---> Running in 2e3366d75bcf [2020-12-16T10:21:11.817Z] Removing intermediate container 2e3366d75bcf [2020-12-16T10:21:11.817Z] ---> cc4f3c62d53c [2020-12-16T10:21:11.817Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T10:21:11.817Z] ---> Running in 7e8f9047b9b2 [2020-12-16T10:21:11.817Z] Removing intermediate container 7e8f9047b9b2 [2020-12-16T10:21:11.817Z] ---> 8829c40734f0 [2020-12-16T10:21:11.817Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T10:21:11.817Z] ---> Running in e5bda543573b [2020-12-16T10:21:11.817Z] Removing intermediate container e5bda543573b [2020-12-16T10:21:11.817Z] ---> 09e0fb5ee07a [2020-12-16T10:21:11.817Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:21:11.817Z] ---> Running in 017abaae2151 [2020-12-16T10:21:12.804Z] Removing intermediate container 017abaae2151 [2020-12-16T10:21:12.804Z] ---> a4361dfd8750 [2020-12-16T10:21:12.804Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T10:21:13.079Z] ---> Running in 7ca9b7343300 [2020-12-16T10:21:14.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:21:15.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:21:17.537Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T10:21:17.813Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T10:21:18.090Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T10:21:19.070Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T10:21:19.070Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T10:21:19.344Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:21:19.344Z] OK: 8 MiB in 19 packages [2020-12-16T10:21:20.779Z] Removing intermediate container 7ca9b7343300 [2020-12-16T10:21:20.779Z] ---> 693173a67c92 [2020-12-16T10:21:20.779Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T10:21:21.376Z] ---> b5335247e2e0 [2020-12-16T10:21:21.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T10:21:22.823Z] ---> b2db519c5fe5 [2020-12-16T10:21:22.823Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T10:21:23.808Z] ---> b760555d0b52 [2020-12-16T10:21:23.808Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T10:21:23.808Z] ---> Running in 35ad6626e74a [2020-12-16T10:21:24.081Z] Removing intermediate container 35ad6626e74a [2020-12-16T10:21:24.081Z] ---> 0c330b089d22 [2020-12-16T10:21:24.081Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:21:24.355Z] ---> Running in 154cbd7fcee9 [2020-12-16T10:21:24.632Z] Removing intermediate container 154cbd7fcee9 [2020-12-16T10:21:24.632Z] ---> 1e773ef81571 [2020-12-16T10:21:24.632Z] Step 21/23 : LABEL arch=arm64 [2020-12-16T10:21:24.905Z] ---> Running in 2adecc141cdf [2020-12-16T10:21:25.505Z] Removing intermediate container 2adecc141cdf [2020-12-16T10:21:25.505Z] ---> 53f760c27882 [2020-12-16T10:21:25.505Z] Step 22/23 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d [2020-12-16T10:21:25.505Z] ---> Running in b789030f9f38 [2020-12-16T10:21:26.104Z] Removing intermediate container b789030f9f38 [2020-12-16T10:21:26.104Z] ---> 26b9e9911a2d [2020-12-16T10:21:26.104Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T10:21:26.104Z] ---> Running in ebfc51c77a7c [2020-12-16T10:21:26.709Z] Removing intermediate container ebfc51c77a7c [2020-12-16T10:21:26.709Z] ---> ad7673955ffb [2020-12-16T10:21:26.709Z] [2020-12-16T10:21:26.985Z] Successfully built ad7673955ffb [2020-12-16T10:21:26.985Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-16T10:21:27.600Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-16T10:21:27.605Z] $ docker stop --time=1 e91475bb9c6fa153056b9dffbf4377f961b26affb08d3ac872432892399e498d [2020-12-16T10:21:29.569Z] $ docker rm -f e91475bb9c6fa153056b9dffbf4377f961b26affb08d3ac872432892399e498d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T10:21:30.289Z] + + grepdocker docker images [2020-12-16T10:21:30.289Z] [2020-12-16T10:21:30.563Z] docker-core-data-go-arm64 latest ad7673955ffb 4 seconds ago 22.3MB [2020-12-16T10:21:30.563Z] docker-support-notifications-go-arm64 latest e1ba70f8e65d 42 seconds ago 12.9MB [2020-12-16T10:21:30.563Z] docker-core-metadata-go-arm64 latest 3d41c1098c87 About a minute ago 13.6MB [2020-12-16T10:21:30.563Z] docker-support-scheduler-go-arm64 latest 7aad6bf42bee About a minute ago 11.5MB [2020-12-16T10:21:30.563Z] docker-security-secretstore-setup-go-arm64 latest faaa51b3979b 2 minutes ago 23.5MB [2020-12-16T10:21:30.563Z] docker-sys-mgmt-agent-go-arm64 latest 30c6e98f481d 2 minutes ago 300MB [2020-12-16T10:21:30.563Z] docker-core-command-go-arm64 latest e0f025cb28b5 4 minutes ago 11.4MB [2020-12-16T10:21:30.563Z] docker-security-bootstrap-redis-go-arm64 latest 8c201e7c249f 4 minutes ago 15.2MB [2020-12-16T10:21:30.563Z] docker-security-proxy-setup-go-arm64 latest 3a10b01556bd 4 minutes ago 23.4MB [2020-12-16T10:21:30.563Z] docker-security-secrets-setup-go-arm64 latest d5967d791745 4 minutes ago 22.7MB [2020-12-16T10:21:30.563Z] docker latest 0c09fb3ff9b5 13 hours 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 [2020-12-16T10:21:32.853Z] provisioning config files... [2020-12-16T10:21:32.871Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config6790340930533361637tmp [Pipeline] { [Pipeline] sh [2020-12-16T10:21:33.262Z] + set +x [2020-12-16T10:21:33.262Z] + curl -s https://codecov.io/bash [2020-12-16T10:21:33.262Z] + bash -s -- [2020-12-16T10:21:33.525Z] [2020-12-16T10:21:33.525Z] _____ _ [2020-12-16T10:21:33.525Z] / ____| | | [2020-12-16T10:21:33.525Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T10:21:33.525Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T10:21:33.525Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T10:21:33.525Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T10:21:33.525Z] Bash-20201130-cc6d3fe [2020-12-16T10:21:33.525Z] [2020-12-16T10:21:33.525Z] [2020-12-16T10:21:33.525Z] ==> Jenkins CI detected. [2020-12-16T10:21:33.789Z] project root: . [2020-12-16T10:21:33.789Z] --> token set from env [2020-12-16T10:21:33.789Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T10:21:33.789Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T10:21:33.789Z] ==> Python coveragepy not found [2020-12-16T10:21:33.789Z] ==> Searching for coverage reports in: [2020-12-16T10:21:33.789Z] + . [2020-12-16T10:21:33.789Z] -> Found 1 reports [2020-12-16T10:21:33.789Z] ==> Detecting git/mercurial file structure [2020-12-16T10:21:33.789Z] ==> Reading reports [2020-12-16T10:21:33.789Z] + ./coverage.out bytes=568194 [2020-12-16T10:21:33.789Z] ==> Appending adjustments [2020-12-16T10:21:33.789Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T10:21:37.113Z] + Found adjustments [2020-12-16T10:21:37.113Z] ==> Gzipping contents [2020-12-16T10:21:37.113Z] 88K /tmp/codecov.QA0aRR.gz [2020-12-16T10:21:37.113Z] ==> Uploading reports [2020-12-16T10:21:37.113Z] url: https://codecov.io [2020-12-16T10:21:37.113Z] query: branch=PR-2908&commit=424f84ba947e69db1eccda73b18ab08a1cdd8c1d&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-16T10:21:37.113Z] -> Pinging Codecov [2020-12-16T10:21:37.113Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=424f84ba947e69db1eccda73b18ab08a1cdd8c1d&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-16T10:21:37.688Z] -> Uploading to [2020-12-16T10:21:37.688Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/424f84ba947e69db1eccda73b18ab08a1cdd8c1d/12e193ec-66a6-47d4-b338-8c7c6f25104d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T102137Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=692277e7fc09671efacd436417985ce577b0e1645df45c4ad414a48b47913aec [2020-12-16T10:21:37.688Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:21:37.688Z] Dload Upload Total Spent Left Speed [2020-12-16T10:21:38.264Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87958 0 0 100 87958 0 176k --:--:-- --:--:-- --:--:-- 177k [2020-12-16T10:21:38.264Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/424f84ba947e69db1eccda73b18ab08a1cdd8c1d [Pipeline] } [2020-12-16T10:21:38.275Z] 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 [2020-12-16T10:21:40.577Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:21:41.466Z] ---> package-listing.sh [2020-12-16T10:21:41.466Z] ++ facter osfamily [2020-12-16T10:21:41.466Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T10:21:41.466Z] + OS_FAMILY=redhat [2020-12-16T10:21:41.466Z] + workspace=/w/workspace/edgex-go/20 [2020-12-16T10:21:41.466Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T10:21:41.466Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T10:21:41.466Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T10:21:41.466Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T10:21:41.466Z] + '[' /w/workspace/edgex-go/20 ']' [2020-12-16T10:21:41.466Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T10:21:41.466Z] + case "${OS_FAMILY}" in [2020-12-16T10:21:41.466Z] + rpm -qa [2020-12-16T10:21:41.466Z] + sort [2020-12-16T10:21:46.784Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T10:21:46.784Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T10:21:46.784Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T10:21:46.784Z] + '[' /w/workspace/edgex-go/20 ']' [2020-12-16T10:21:46.784Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2020-12-16T10:21:46.784Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2020-12-16T10:21:46.798Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T10:21:47.095Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:21:47.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:21:47.677Z] [2020-12-16T10:21:47.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:21:48.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:21:48.080Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T10:21:48.080Z] df20fa9351a1: Pulling fs layer [2020-12-16T10:21:48.080Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T10:21:48.080Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T10:21:48.080Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T10:21:48.080Z] 93b61091891f: Pulling fs layer [2020-12-16T10:21:48.080Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T10:21:48.080Z] 5e14af77c1be: Pulling fs layer [2020-12-16T10:21:48.080Z] 01666e4c0597: Pulling fs layer [2020-12-16T10:21:48.080Z] aa168da1d23b: Pulling fs layer [2020-12-16T10:21:48.080Z] 46f8f816bc3b: Waiting [2020-12-16T10:21:48.080Z] 5e14af77c1be: Waiting [2020-12-16T10:21:48.080Z] 93b61091891f: Waiting [2020-12-16T10:21:48.080Z] 93b9cdb0e59b: Waiting [2020-12-16T10:21:48.080Z] 01666e4c0597: Waiting [2020-12-16T10:21:48.080Z] aa168da1d23b: Waiting [2020-12-16T10:21:48.080Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T10:21:48.080Z] 36b3adc4ff6f: Download complete [2020-12-16T10:21:48.080Z] 46f8f816bc3b: Verifying Checksum [2020-12-16T10:21:48.080Z] 46f8f816bc3b: Download complete [2020-12-16T10:21:48.348Z] df20fa9351a1: Verifying Checksum [2020-12-16T10:21:48.348Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T10:21:48.348Z] 93b9cdb0e59b: Download complete [2020-12-16T10:21:48.348Z] 5e14af77c1be: Verifying Checksum [2020-12-16T10:21:48.348Z] 5e14af77c1be: Download complete [2020-12-16T10:21:48.348Z] 93b61091891f: Verifying Checksum [2020-12-16T10:21:48.348Z] 93b61091891f: Download complete [2020-12-16T10:21:48.348Z] 01666e4c0597: Verifying Checksum [2020-12-16T10:21:48.348Z] 01666e4c0597: Download complete [2020-12-16T10:21:48.348Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T10:21:48.348Z] 8ad3a11d3b57: Download complete [2020-12-16T10:21:48.611Z] df20fa9351a1: Pull complete [2020-12-16T10:21:48.873Z] 36b3adc4ff6f: Pull complete [2020-12-16T10:21:49.825Z] 8ad3a11d3b57: Pull complete [2020-12-16T10:21:50.778Z] aa168da1d23b: Verifying Checksum [2020-12-16T10:21:50.778Z] aa168da1d23b: Download complete [2020-12-16T10:21:51.728Z] 46f8f816bc3b: Pull complete [2020-12-16T10:21:53.129Z] 93b61091891f: Pull complete [2020-12-16T10:21:53.129Z] 93b9cdb0e59b: Pull complete [2020-12-16T10:21:53.129Z] 5e14af77c1be: Pull complete [2020-12-16T10:21:53.392Z] 01666e4c0597: Pull complete [2020-12-16T10:22:01.577Z] aa168da1d23b: Pull complete [2020-12-16T10:22:01.577Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T10:22:01.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:22:01.577Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T10:22:01.802Z] prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container [2020-12-16T10:22:01.855Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T10:22:06.002Z] $ docker top 6196f30c46dbde8979494f0f362e5b7aa5ec23f6e2fbffe1163ce1c1ed4ec4de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:22:06.587Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T10:22:06.893Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T10:22:07.271Z] + ls /var/log/sa-host [2020-12-16T10:22:07.271Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T10:22:07.271Z] file_magic: OK [2020-12-16T10:22:07.271Z] HZ: Using current value: 100 [2020-12-16T10:22:07.271Z] file_header: OK [2020-12-16T10:22:07.271Z] 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 [2020-12-16T10:22:07.271Z] Statistics: [2020-12-16T10:22:07.271Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T10:22:07.271Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T10:22:07.271Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T10:22:07.271Z] file_magic: OK [2020-12-16T10:22:07.271Z] HZ: Using current value: 100 [2020-12-16T10:22:07.271Z] file_header: OK [2020-12-16T10:22:07.271Z] 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 [2020-12-16T10:22:07.271Z] Statistics: [2020-12-16T10:22:07.271Z] Hnuu...uuuununununu... [2020-12-16T10:22:07.271Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T10:22:07.506Z] provisioning config files... [2020-12-16T10:22:07.546Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config6569683027680790344tmp [Pipeline] { [Pipeline] echo [2020-12-16T10:22:07.638Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:22:07.979Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T10:22:07.991Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T10:22:08.214Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:22:08.516Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T10:22:08.527Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:22:08.828Z] ---> sudo-logs.sh [2020-12-16T10:22:08.828Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T10:22:08.840Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:22:09.140Z] ---> job-cost.sh [2020-12-16T10:22:09.140Z] lf-activate-venv: SKIPPING [2020-12-16T10:22:09.140Z] INFO: No Stack... [2020-12-16T10:22:10.533Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T10:22:11.109Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T10:22:11.124Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:22:11.431Z] ---> logs-deploy.sh [2020-12-16T10:22:11.431Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/20 [2020-12-16T10:22:11.431Z] INFO: archiving workspace using pattern(s): [2020-12-16T10:22:13.358Z] Archives upload complete. [2020-12-16T10:22:13.358Z] INFO: archiving logs to Nexus