Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 393a9f5493167e63022d344362f453b577f2a81b+9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 (9d5b0aad5814dbc6cd7df3f7f82b7cd9ab347c71) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18342 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit 393a9f5493167e63022d344362f453b577f2a81b Merge succeeded, producing 393a9f5493167e63022d344362f453b577f2a81b Checking out Revision 393a9f5493167e63022d344362f453b577f2a81b (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # 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 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. > git rev-list --no-walk 411354926c49535315e14b7b56ea9b08018eea6b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T23:33:51.365Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T23:33:51.631Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T23:33:51.728Z] ========================================================= [2021-01-04T23:33:51.728Z] EdgeX Global Pipelines Version Info [2021-01-04T23:33:51.728Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:33:53.226Z] ------------------- [2021-01-04T23:33:53.226Z] stable info: [2021-01-04T23:33:53.226Z] ------------------- [2021-01-04T23:33:53.226Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T23:33:53.226Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T23:33:53.226Z] Message: update stable to v1.0.173 [2021-01-04T23:33:54.173Z] ------------------- [2021-01-04T23:33:54.173Z] experimental info: [2021-01-04T23:33:54.173Z] ------------------- [2021-01-04T23:33:54.173Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T23:33:54.173Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T23:33:54.173Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T23:33:54.439Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T23:33:54.534Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T23:33:54.627Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T23:33:54.720Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T23:33:54.851Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T23:33:54.941Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T23:33:55.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T23:33:55.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T23:33:55.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T23:33:55.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T23:33:55.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T23:33:55.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T23:33:55.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T23:33:55.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T23:33:55.800Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T23:33:55.888Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T23:33:55.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T23:33:56.077Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T23:33:56.158Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T23:33:56.290Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T23:33:56.376Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T23:33:56.476Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T23:33:56.562Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T23:33:56.658Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-04T23:33:56.743Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-04T23:33:56.829Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-04T23:33:56.931Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 393a9f5493167e63022d344362f453b577f2a81b [Pipeline] echo [2021-01-04T23:33:57.015Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 393a9f5 [Pipeline] echo [2021-01-04T23:33:57.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T23:33:57.311Z] provisioning config files... [2021-01-04T23:33:57.345Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2444758843356017235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:33:57.756Z] ---> docker-login.sh [2021-01-04T23:33:57.756Z] nexus3.edgexfoundry.org:10001 [2021-01-04T23:33:58.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:33:58.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:33:58.020Z] Configure a credential helper to remove this warning. See [2021-01-04T23:33:58.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:33:58.020Z] [2021-01-04T23:33:58.020Z] Login Succeeded [2021-01-04T23:33:58.020Z] nexus3.edgexfoundry.org:10002 [2021-01-04T23:33:58.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:33:58.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:33:58.283Z] Configure a credential helper to remove this warning. See [2021-01-04T23:33:58.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:33:58.283Z] [2021-01-04T23:33:58.283Z] Login Succeeded [2021-01-04T23:33:58.283Z] nexus3.edgexfoundry.org:10003 [2021-01-04T23:33:58.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:33:58.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:33:58.545Z] Configure a credential helper to remove this warning. See [2021-01-04T23:33:58.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:33:58.545Z] [2021-01-04T23:33:58.545Z] Login Succeeded [2021-01-04T23:33:58.545Z] nexus3.edgexfoundry.org:10004 [2021-01-04T23:33:58.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:33:58.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:33:58.807Z] Configure a credential helper to remove this warning. See [2021-01-04T23:33:58.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:33:58.807Z] [2021-01-04T23:33:58.807Z] Login Succeeded [2021-01-04T23:33:58.807Z] docker.io [2021-01-04T23:33:58.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:33:59.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:33:59.069Z] Configure a credential helper to remove this warning. See [2021-01-04T23:33:59.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:33:59.069Z] [2021-01-04T23:33:59.069Z] Login Succeeded [2021-01-04T23:33:59.069Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T23:33:59.078Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T23:33:59.539Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T23:33:59.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T23:33:59.539Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T23:33:59.539Z] ++ cut -d/ -f2 [2021-01-04T23:33:59.539Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T23:33:59.613Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:34:00.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:34:00.422Z] [2021-01-04T23:34:00.422Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:34:00.804Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:34:00.805Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T23:34:00.805Z] 31603596830f: Pulling fs layer [2021-01-04T23:34:00.805Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T23:34:00.805Z] 6ca5941a6612: Pulling fs layer [2021-01-04T23:34:00.805Z] ecc8261a40a4: Pulling fs layer [2021-01-04T23:34:00.805Z] ecc8261a40a4: Waiting [2021-01-04T23:34:00.805Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T23:34:00.805Z] 2a8b12db71e7: Download complete [2021-01-04T23:34:01.072Z] 31603596830f: Verifying Checksum [2021-01-04T23:34:01.072Z] 31603596830f: Download complete [2021-01-04T23:34:01.072Z] 6ca5941a6612: Verifying Checksum [2021-01-04T23:34:01.072Z] 6ca5941a6612: Download complete [2021-01-04T23:34:01.335Z] 31603596830f: Pull complete [2021-01-04T23:34:01.335Z] ecc8261a40a4: Verifying Checksum [2021-01-04T23:34:01.335Z] ecc8261a40a4: Download complete [2021-01-04T23:34:01.335Z] 2a8b12db71e7: Pull complete [2021-01-04T23:34:02.288Z] 6ca5941a6612: Pull complete [2021-01-04T23:34:02.551Z] ecc8261a40a4: Pull complete [2021-01-04T23:34:02.551Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T23:34:02.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:34:02.551Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T23:34:02.699Z] prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container [2021-01-04T23:34:02.749Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T23:34:05.304Z] $ docker top 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T23:34:05.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T23:34:05.635Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T23:34:05.865Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T23:34:05.869Z] $ docker exec 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af ssh-agent [2021-01-04T23:34:06.034Z] SSH_AUTH_SOCK=/tmp/ssh-CeqRee4V4G4c/agent.13 [2021-01-04T23:34:06.034Z] SSH_AGENT_PID=18 [2021-01-04T23:34:06.046Z] Running ssh-add (command line suppressed) [2021-01-04T23:34:06.162Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_325149561891395690.key (/w/workspace/edgex-go/7@tmp/private_key_325149561891395690.key) [2021-01-04T23:34:06.213Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T23:34:06.562Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T23:34:06.588Z] $ docker exec --env ******** --env ******** 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af ssh-agent -k [2021-01-04T23:34:06.698Z] unset SSH_AUTH_SOCK; [2021-01-04T23:34:06.698Z] unset SSH_AGENT_PID; [2021-01-04T23:34:06.698Z] echo Agent pid 18 killed; [2021-01-04T23:34:06.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T23:34:06.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T23:34:06.937Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T23:34:07.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T23:34:07.108Z] $ docker exec 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af ssh-agent [2021-01-04T23:34:07.267Z] SSH_AUTH_SOCK=/tmp/ssh-nPgvh5Jeeckp/agent.46 [2021-01-04T23:34:07.267Z] SSH_AGENT_PID=51 [2021-01-04T23:34:07.274Z] Running ssh-add (command line suppressed) [2021-01-04T23:34:07.388Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_5120890301946719022.key (/w/workspace/edgex-go/7@tmp/private_key_5120890301946719022.key) [2021-01-04T23:34:07.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T23:34:07.790Z] + git semver init [2021-01-04T23:34:07.790Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T23:34:07.791Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-04T23:34:07.791Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-04T23:34:07.791Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T23:34:07.791Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T23:34:07.791Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T23:34:07.791Z] # $SEMVER_BRANCH = PR-2970 [2021-01-04T23:34:07.791Z] # $SEMVER_TEMP = /tmp/semver-668752040 [2021-01-04T23:34:07.791Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T23:34:26.028Z] # '/tmp/semver-668752040' -> '/w/workspace/edgex-go/7/.semver' [2021-01-04T23:34:26.979Z] # -> Force: false [2021-01-04T23:34:26.979Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-04T23:34:26.995Z] $ docker exec --env ******** --env ******** 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af ssh-agent -k [2021-01-04T23:34:27.195Z] unset SSH_AUTH_SOCK; [2021-01-04T23:34:27.196Z] unset SSH_AGENT_PID; [2021-01-04T23:34:27.196Z] echo Agent pid 51 killed; [2021-01-04T23:34:27.277Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T23:34:27.756Z] + git semver [Pipeline] } [2021-01-04T23:34:27.775Z] $ docker stop --time=1 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af [2021-01-04T23:34:29.415Z] $ docker rm -f 77992c67f7fd160510b7d7f2895dc4154d1620f75f1a995787343ee827aed9af [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T23:34:29.939Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T23:34:30.566Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T23:34:30.569Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T23:34:31.451Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:34:31.750Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:34:32.050Z] + sudo service docker restart [2021-01-04T23:34:32.050Z] + true [2021-01-04T23:34:32.050Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T23:34:32.640Z] ========================================================= [2021-01-04T23:34:32.640Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T23:34:32.640Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:34:33.006Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-04T23:34:36.324Z] Sending build context to Docker daemon 326.5MB [2021-01-04T23:34:36.324Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T23:34:36.324Z] Step 2/6 : FROM ${BASE} [2021-01-04T23:34:36.588Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T23:34:36.588Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T23:34:36.588Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T23:34:36.588Z] de9db76c5a1d: Pulling fs layer [2021-01-04T23:34:36.588Z] bca2f99d35d6: Pulling fs layer [2021-01-04T23:34:36.588Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T23:34:36.588Z] 7c6f9722023f: Pulling fs layer [2021-01-04T23:34:36.588Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T23:34:36.588Z] 93359f2a8cfa: Waiting [2021-01-04T23:34:36.588Z] 7c6f9722023f: Waiting [2021-01-04T23:34:36.588Z] a35cf1a2eb13: Waiting [2021-01-04T23:34:36.588Z] bca2f99d35d6: Waiting [2021-01-04T23:34:36.588Z] de9db76c5a1d: Download complete [2021-01-04T23:34:36.588Z] 0ef7d3d256c8: Download complete [2021-01-04T23:34:36.588Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T23:34:36.588Z] 93359f2a8cfa: Download complete [2021-01-04T23:34:37.537Z] 7c6f9722023f: Download complete [2021-01-04T23:34:37.537Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T23:34:37.537Z] 188c0c94c7c5: Download complete [2021-01-04T23:34:37.537Z] 188c0c94c7c5: Pull complete [2021-01-04T23:34:37.802Z] 0ef7d3d256c8: Pull complete [2021-01-04T23:34:38.069Z] de9db76c5a1d: Pull complete [2021-01-04T23:34:39.031Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T23:34:39.031Z] a35cf1a2eb13: Download complete [2021-01-04T23:34:39.613Z] bca2f99d35d6: Verifying Checksum [2021-01-04T23:34:39.613Z] bca2f99d35d6: Download complete [2021-01-04T23:34:44.971Z] bca2f99d35d6: Pull complete [2021-01-04T23:34:44.971Z] 93359f2a8cfa: Pull complete [2021-01-04T23:34:44.971Z] 7c6f9722023f: Pull complete [2021-01-04T23:34:45.956Z] Still waiting to schedule task [2021-01-04T23:34:45.956Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-04T23:34:49.198Z] a35cf1a2eb13: Pull complete [2021-01-04T23:34:49.198Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T23:34:49.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T23:34:49.198Z] ---> a62c8e92a672 [2021-01-04T23:34:49.198Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T23:34:49.464Z] ---> Running in e4d41d45cbdb [2021-01-04T23:34:50.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:34:50.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:34:51.200Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T23:34:51.464Z] (2/12) Installing file (5.38-r0) [2021-01-04T23:34:51.464Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T23:34:51.727Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T23:34:57.035Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T23:34:57.035Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T23:34:57.035Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T23:34:57.035Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T23:34:57.035Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T23:34:57.035Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T23:34:57.035Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T23:34:57.299Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T23:34:57.299Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:34:57.299Z] OK: 233 MiB in 51 packages [2021-01-04T23:35:01.529Z] Removing intermediate container e4d41d45cbdb [2021-01-04T23:35:01.529Z] ---> ba664af655f6 [2021-01-04T23:35:01.529Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T23:35:01.529Z] ---> Running in e949769ff0ce [2021-01-04T23:35:01.529Z] Removing intermediate container e949769ff0ce [2021-01-04T23:35:01.529Z] ---> 25df293b2bd4 [2021-01-04T23:35:01.529Z] Step 5/6 : COPY go.mod . [2021-01-04T23:35:01.529Z] ---> 8b744082ebb2 [2021-01-04T23:35:01.529Z] Step 6/6 : RUN go mod download [2021-01-04T23:35:01.529Z] ---> Running in bf3e3ca5937e [2021-01-04T23:35:23.553Z] Removing intermediate container bf3e3ca5937e [2021-01-04T23:35:23.553Z] ---> 1317e23fb4d9 [2021-01-04T23:35:23.553Z] Successfully built 1317e23fb4d9 [2021-01-04T23:35:23.553Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:35:23.875Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T23:35:23.875Z] . [Pipeline] withDockerContainer [2021-01-04T23:35:23.989Z] prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container [2021-01-04T23:35:24.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T23:35:24.840Z] $ docker top ebdc3438a631560631a679542c4286eb211338f6baf8fea592b959b13c44ef68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:35:25.347Z] + go version [2021-01-04T23:35:25.347Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T23:35:25.362Z] $ docker stop --time=1 ebdc3438a631560631a679542c4286eb211338f6baf8fea592b959b13c44ef68 [2021-01-04T23:35:26.758Z] $ docker rm -f ebdc3438a631560631a679542c4286eb211338f6baf8fea592b959b13c44ef68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:35:27.636Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T23:35:27.636Z] . [Pipeline] withDockerContainer [2021-01-04T23:35:27.731Z] prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container [2021-01-04T23:35:27.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T23:35:28.666Z] $ docker top ab3dfaac9bafcd69d5a959f999795051396d7637898cdecfb32007816f2ffee5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T23:35:28.864Z] ========================================================= [2021-01-04T23:35:28.864Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T23:35:28.864Z] ========================================================= [Pipeline] sh [2021-01-04T23:35:29.160Z] + make test [2021-01-04T23:35:29.160Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T23:35:37.346Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T23:35:49.730Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T23:35:57.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T23:35:57.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T23:35:57.977Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T23:35:57.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T23:36:01.355Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-04T23:36:01.355Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T23:36:01.355Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T23:36:01.355Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T23:36:01.355Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T23:36:01.355Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T23:36:03.942Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T23:36:03.942Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T23:36:03.942Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T23:36:05.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements [2021-01-04T23:36:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T23:36:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T23:36:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T23:36:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T23:36:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T23:36:09.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.0% of statements [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T23:36:09.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T23:36:09.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T23:36:09.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.135s coverage: 75.0% of statements [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T23:36:09.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.138s coverage: 82.9% of statements [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T23:36:09.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T23:36:11.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements [2021-01-04T23:36:11.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T23:36:11.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T23:36:11.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T23:36:11.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T23:36:11.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T23:36:11.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-04T23:36:11.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T23:36:11.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-01-04T23:36:11.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T23:36:11.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2021-01-04T23:36:11.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T23:36:11.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-01-04T23:36:11.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T23:36:12.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-01-04T23:36:12.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T23:36:12.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T23:36:12.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T23:36:12.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T23:36:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.342s coverage: 93.8% of statements [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T23:36:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T23:36:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-04T23:36:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 42.4% of statements [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-04T23:36:14.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.101s coverage: 87.5% of statements [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-04T23:36:14.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-04T23:36:27.752Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18343 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-04T23:36:27.808Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-04T23:36:32.794Z] using credential edgex-jenkins-ssh [2021-01-04T23:36:32.856Z] Cloning the remote Git repository [2021-01-04T23:36:32.931Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T23:36:33.063Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-04T23:36:33.172Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T23:36:33.173Z] > git --version # timeout=10 [2021-01-04T23:36:33.194Z] > git --version # 'git version 2.17.1' [2021-01-04T23:36:33.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:36:33.272Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:36:36.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.051s coverage: 82.7% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.288s coverage: 55.9% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.274s coverage: 84.0% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.674s coverage: 29.1% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T23:36:36.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-04T23:36:36.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-04T23:36:36.666Z] GO111MODULE=on go vet ./... [2021-01-04T23:36:51.913Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T23:36:51.937Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:36:51.966Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T23:36:52.011Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T23:36:52.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:36:52.023Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T23:36:52.792Z] Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit 393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:36:53.367Z] Merge succeeded, producing 393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:36:53.367Z] Checking out Revision 393a9f5493167e63022d344362f453b577f2a81b (PR-2970) [2021-01-04T23:36:52.812Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:36:52.836Z] > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 [2021-01-04T23:36:53.271Z] > git remote # timeout=10 [2021-01-04T23:36:53.288Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T23:36:53.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:36:53.320Z] > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 [2021-01-04T23:36:53.342Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T23:36:53.372Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:36:53.385Z] > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 [2021-01-04T23:36:57.654Z] Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T23:36:58.776Z] gofmt -l . [2021-01-04T23:36:59.360Z] [ "`gofmt -l .`" = "" ] [2021-01-04T23:36:59.371Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:36:59.763Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:36:59.938Z] ./bin/test-go-mod-tidy.sh [2021-01-04T23:37:00.102Z] + sudo service docker restart [2021-01-04T23:37:00.103Z] + true [2021-01-04T23:37:00.525Z] ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-01-04T23:37:02.761Z] + ls -al . [2021-01-04T23:37:02.762Z] total 640 [2021-01-04T23:37:02.762Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 23:37 . [2021-01-04T23:37:02.762Z] drwxr-xr-x 4 root root 28 Jan 4 23:35 .. [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 23:33 .dockerignore [2021-01-04T23:37:02.762Z] drwxrwxr-x 8 1001 1001 179 Jan 4 23:33 .git [2021-01-04T23:37:02.762Z] drwxrwxr-x 3 1001 1001 125 Jan 4 23:33 .github [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 872 Jan 4 23:33 .gitignore [2021-01-04T23:37:02.762Z] drwx------ 3 1001 1001 47 Jan 4 23:34 .semver [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 23:33 .sonarcloud.properties [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 23:33 CONTRIBUTING.md [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 23:33 Dockerfile.build [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 23:33 Jenkinsfile [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 23:33 LICENSE [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 6306 Jan 4 23:33 Makefile [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 23:33 README.md [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 23:33 SECURITY.md [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 23:34 VERSION [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 23:33 ZMQWindows.md [2021-01-04T23:37:02.762Z] drwxrwxr-x 2 1001 1001 117 Jan 4 23:33 bin [2021-01-04T23:37:02.762Z] drwxrwxr-x 15 1001 1001 4096 Jan 4 23:33 cmd [2021-01-04T23:37:02.762Z] -rw-r--r-- 1 root root 543476 Jan 4 23:36 coverage.out [2021-01-04T23:37:02.762Z] -rw-r--r-- 1 root root 1005 Jan 4 23:36 go.mod [2021-01-04T23:37:02.762Z] -rw-r--r-- 1 root root 19087 Jan 4 23:37 go.sum [2021-01-04T23:37:02.762Z] drwxrwxr-x 8 1001 1001 127 Jan 4 23:33 internal [2021-01-04T23:37:02.762Z] drwxrwxr-x 4 1001 1001 26 Jan 4 23:33 openapi [2021-01-04T23:37:02.762Z] drwxrwxr-x 4 1001 1001 71 Jan 4 23:33 snap [2021-01-04T23:37:02.762Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 23:33 version.go [Pipeline] sh [Pipeline] wrap [2021-01-04T23:37:02.846Z] provisioning config files... [2021-01-04T23:37:02.886Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config605949527499891625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:37:03.100Z] + '[' -e coverage.out ] [2021-01-04T23:37:03.101Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T23:37:03.292Z] ---> docker-login.sh [2021-01-04T23:37:03.292Z] nexus3.edgexfoundry.org:10001 [2021-01-04T23:37:03.318Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T23:37:03.619Z] + make build [2021-01-04T23:37:03.619Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T23:37:03.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:37:04.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:37:04.498Z] Configure a credential helper to remove this warning. See [2021-01-04T23:37:04.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:37:04.498Z] [2021-01-04T23:37:04.498Z] Login Succeeded [2021-01-04T23:37:04.498Z] nexus3.edgexfoundry.org:10002 [2021-01-04T23:37:04.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:37:05.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:37:05.047Z] Configure a credential helper to remove this warning. See [2021-01-04T23:37:05.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:37:05.047Z] [2021-01-04T23:37:05.047Z] Login Succeeded [2021-01-04T23:37:05.047Z] nexus3.edgexfoundry.org:10003 [2021-01-04T23:37:05.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:37:05.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:37:05.597Z] Configure a credential helper to remove this warning. See [2021-01-04T23:37:05.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:37:05.597Z] [2021-01-04T23:37:05.597Z] Login Succeeded [2021-01-04T23:37:05.597Z] nexus3.edgexfoundry.org:10004 [2021-01-04T23:37:05.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:37:05.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:37:05.893Z] Configure a credential helper to remove this warning. See [2021-01-04T23:37:05.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:37:05.893Z] [2021-01-04T23:37:05.893Z] Login Succeeded [2021-01-04T23:37:05.893Z] docker.io [2021-01-04T23:37:06.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:37:06.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:37:06.763Z] Configure a credential helper to remove this warning. See [2021-01-04T23:37:06.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:37:06.763Z] [2021-01-04T23:37:06.763Z] Login Succeeded [2021-01-04T23:37:06.763Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T23:37:06.780Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-01-04T23:37:06.942Z] 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] unstash [Pipeline] echo [2021-01-04T23:37:07.220Z] ========================================================= [2021-01-04T23:37:07.220Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T23:37:07.220Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:37:07.597Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-04T23:37:10.222Z] Sending build context to Docker daemon 165.6MB [2021-01-04T23:37:10.222Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T23:37:10.222Z] Step 2/6 : FROM ${BASE} [2021-01-04T23:37:10.222Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T23:37:10.222Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T23:37:10.222Z] a4357932f1b6: Pulling fs layer [2021-01-04T23:37:10.222Z] 18c013af1878: Pulling fs layer [2021-01-04T23:37:10.222Z] 00ac8860ef70: Pulling fs layer [2021-01-04T23:37:10.222Z] 63d7cb157983: Pulling fs layer [2021-01-04T23:37:10.222Z] 00ac8860ef70: Waiting [2021-01-04T23:37:10.222Z] 63d7cb157983: Waiting [2021-01-04T23:37:10.222Z] b116817d02f9: Pulling fs layer [2021-01-04T23:37:10.222Z] b116817d02f9: Waiting [2021-01-04T23:37:10.222Z] 745a02a5169b: Pulling fs layer [2021-01-04T23:37:10.222Z] 745a02a5169b: Waiting [2021-01-04T23:37:10.222Z] 18c013af1878: Verifying Checksum [2021-01-04T23:37:10.222Z] 18c013af1878: Download complete [2021-01-04T23:37:10.222Z] a4357932f1b6: Verifying Checksum [2021-01-04T23:37:10.222Z] a4357932f1b6: Download complete [2021-01-04T23:37:10.222Z] 63d7cb157983: Download complete [2021-01-04T23:37:10.816Z] b116817d02f9: Verifying Checksum [2021-01-04T23:37:10.816Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T23:37:10.816Z] 5f621e34cdf4: Download complete [2021-01-04T23:37:11.424Z] 5f621e34cdf4: Pull complete [2021-01-04T23:37:11.714Z] a4357932f1b6: Pull complete [2021-01-04T23:37:12.326Z] 18c013af1878: Pull complete [2021-01-04T23:37:13.778Z] 745a02a5169b: Verifying Checksum [2021-01-04T23:37:13.778Z] 745a02a5169b: Download complete [2021-01-04T23:37:14.050Z] 00ac8860ef70: Verifying Checksum [2021-01-04T23:37:14.050Z] 00ac8860ef70: Download complete [2021-01-04T23:37:15.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T23:37:15.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T23:37:16.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T23:37:16.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T23:37:18.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T23:37:19.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T23:37:21.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T23:37:22.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T23:37:22.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T23:37:23.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T23:37:24.202Z] 00ac8860ef70: Pull complete [2021-01-04T23:37:24.202Z] 63d7cb157983: Pull complete [2021-01-04T23:37:24.797Z] b116817d02f9: Pull complete [2021-01-04T23:37:25.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-04T23:37:26.759Z] $ docker stop --time=1 ab3dfaac9bafcd69d5a959f999795051396d7637898cdecfb32007816f2ffee5 [2021-01-04T23:37:28.192Z] 745a02a5169b: Pull complete [2021-01-04T23:37:28.466Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T23:37:28.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T23:37:28.466Z] ---> b7e6874047d6 [2021-01-04T23:37:28.466Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T23:37:28.513Z] $ docker rm -f ab3dfaac9bafcd69d5a959f999795051396d7637898cdecfb32007816f2ffee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:37:31.874Z] ---> Running in 6a9410bac9f2 [2021-01-04T23:37:31.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T23:37:31.971Z] [2021-01-04T23:37:31.971Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:37:32.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T23:37:32.327Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T23:37:32.327Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T23:37:32.327Z] ca9280d653b3: Pulling fs layer [2021-01-04T23:37:32.327Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T23:37:32.327Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-04T23:37:32.327Z] cbdbe7a5bc2a: Download complete [2021-01-04T23:37:32.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:37:32.901Z] cbdbe7a5bc2a: Pull complete [2021-01-04T23:37:32.901Z] ca9280d653b3: Verifying Checksum [2021-01-04T23:37:32.901Z] ca9280d653b3: Download complete [2021-01-04T23:37:33.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:37:34.302Z] ca9280d653b3: Pull complete [2021-01-04T23:37:34.302Z] 7e9c9ca2126c: Verifying Checksum [2021-01-04T23:37:34.302Z] 7e9c9ca2126c: Download complete [2021-01-04T23:37:35.265Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T23:37:35.265Z] (2/12) Installing file (5.38-r0) [2021-01-04T23:37:35.534Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T23:37:35.534Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T23:37:39.623Z] 7e9c9ca2126c: Pull complete [2021-01-04T23:37:39.624Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T23:37:39.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T23:37:39.624Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T23:37:39.726Z] prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container [2021-01-04T23:37:39.776Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T23:37:42.632Z] $ docker top 588e520016faa6f594d26f5251ca05e26c64fa64c621e15f10ae3acf74ba6269 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:37:43.206Z] + docker-compose build --help [2021-01-04T23:37:43.206Z] + grep parallel [2021-01-04T23:37:44.153Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T23:37:44.171Z] $ docker stop --time=1 588e520016faa6f594d26f5251ca05e26c64fa64c621e15f10ae3acf74ba6269 [2021-01-04T23:37:45.585Z] $ docker rm -f 588e520016faa6f594d26f5251ca05e26c64fa64c621e15f10ae3acf74ba6269 [2021-01-04T23:37:45.656Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T23:37:45.656Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T23:37:45.656Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T23:37:45.656Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T23:37:45.656Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T23:37:45.656Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T23:37:45.656Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T23:37:45.656Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T23:37:45.656Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:37:45.656Z] OK: 217 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:37:46.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T23:37:46.225Z] . [Pipeline] withDockerContainer [2021-01-04T23:37:46.325Z] prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container [2021-01-04T23:37:46.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T23:37:47.075Z] $ docker top ff0dabe056dd493ae5756d7b08f2ce666ac1efcb6e5a32668a573a60a35f6943 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:37:47.601Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T23:37:48.560Z] Building docker-core-command-go ... [2021-01-04T23:37:48.560Z] Building docker-core-data-go ... [2021-01-04T23:37:48.560Z] Building docker-core-metadata-go ... [2021-01-04T23:37:48.560Z] Building docker-security-bootstrapper-go ... [2021-01-04T23:37:48.560Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T23:37:48.560Z] Building docker-security-proxy-setup-go ... [2021-01-04T23:37:48.560Z] Building docker-security-secretstore-setup-go ... [2021-01-04T23:37:48.560Z] Building docker-support-notifications-go ... [2021-01-04T23:37:48.560Z] Building docker-support-scheduler-go ... [2021-01-04T23:37:48.560Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T23:37:48.560Z] Building docker-security-bootstrapper-go [2021-01-04T23:37:48.560Z] Building docker-security-proxy-setup-go [2021-01-04T23:37:48.560Z] Building docker-sys-mgmt-agent-go [2021-01-04T23:37:48.560Z] Building docker-core-command-go [2021-01-04T23:37:48.560Z] Building docker-security-bootstrap-redis-go [2021-01-04T23:37:49.975Z] Removing intermediate container 6a9410bac9f2 [2021-01-04T23:37:49.975Z] ---> 241f594717c8 [2021-01-04T23:37:49.975Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T23:37:49.975Z] ---> Running in 6124a168aa5f [2021-01-04T23:37:49.975Z] Removing intermediate container 6124a168aa5f [2021-01-04T23:37:49.975Z] ---> bfa93b2a1420 [2021-01-04T23:37:49.975Z] Step 5/6 : COPY go.mod . [2021-01-04T23:37:50.962Z] ---> beccc0609755 [2021-01-04T23:37:50.962Z] Step 6/6 : RUN go mod download [2021-01-04T23:37:50.962Z] ---> Running in 4824002bfe92 [2021-01-04T23:38:17.766Z] Removing intermediate container 4824002bfe92 [2021-01-04T23:38:17.766Z] ---> 35e1c7b3a417 [2021-01-04T23:38:17.766Z] Successfully built 35e1c7b3a417 [2021-01-04T23:38:17.766Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:38:18.105Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T23:38:18.105Z] . [Pipeline] withDockerContainer [2021-01-04T23:38:18.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-18343 does not seem to be running inside a container [2021-01-04T23:38:18.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T23:38:19.825Z] $ docker top 04295c09bba4455f8c67fe970b7143347da50112fd85495f2d446b3572cc5cdc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:38:20.823Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:38:20.823Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:38:20.823Z] ---> 1317e23fb4d9 [2021-01-04T23:38:20.823Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T23:38:20.823Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:38:20.823Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:38:20.823Z] ---> 1317e23fb4d9 [2021-01-04T23:38:20.823Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T23:38:20.823Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:38:20.823Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:38:20.823Z] ---> 1317e23fb4d9 [2021-01-04T23:38:20.823Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T23:38:20.823Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:38:20.823Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:38:20.823Z] ---> 1317e23fb4d9 [2021-01-04T23:38:20.823Z] Step 3/32 : WORKDIR /edgex-go [2021-01-04T23:38:20.823Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:38:20.823Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:38:20.823Z] ---> 1317e23fb4d9 [2021-01-04T23:38:20.823Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T23:38:20.839Z] + go version [2021-01-04T23:38:20.839Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T23:38:20.859Z] $ docker stop --time=1 04295c09bba4455f8c67fe970b7143347da50112fd85495f2d446b3572cc5cdc [2021-01-04T23:38:21.518Z] ---> Running in 508ad7ba7fc1 [2021-01-04T23:38:21.518Z] ---> Running in 9985997b8e85 [2021-01-04T23:38:21.518Z] ---> Running in bd39270111ab [2021-01-04T23:38:21.518Z] ---> Running in b78ffb3eeb0e [2021-01-04T23:38:21.518Z] ---> Running in 60b828a596aa [2021-01-04T23:38:21.830Z] Removing intermediate container 9985997b8e85 [2021-01-04T23:38:21.830Z] ---> 3da3422ce315 [2021-01-04T23:38:21.830Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:38:21.830Z] Removing intermediate container b78ffb3eeb0e [2021-01-04T23:38:21.830Z] ---> bc2e1d128653 [2021-01-04T23:38:21.830Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:38:21.830Z] Removing intermediate container bd39270111ab [2021-01-04T23:38:21.830Z] ---> 7bb8e149f7a1 [2021-01-04T23:38:21.830Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:38:22.112Z] Removing intermediate container 60b828a596aa [2021-01-04T23:38:22.112Z] ---> c85d40ea7dc1 [2021-01-04T23:38:22.112Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:38:22.112Z] Removing intermediate container 508ad7ba7fc1 [2021-01-04T23:38:22.112Z] ---> be859154b53e [2021-01-04T23:38:22.112Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:38:22.112Z] ---> Running in 78dc8c32b19b [2021-01-04T23:38:22.112Z] ---> Running in e1aa203883b5 [2021-01-04T23:38:22.112Z] ---> Running in 9cd750de69d2 [2021-01-04T23:38:22.112Z] ---> Running in 2eb32b946ec9 [2021-01-04T23:38:22.412Z] ---> Running in f5e7156c2021 [2021-01-04T23:38:22.795Z] $ docker rm -f 04295c09bba4455f8c67fe970b7143347da50112fd85495f2d446b3572cc5cdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:38:23.887Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T23:38:23.887Z] . [Pipeline] withDockerContainer [2021-01-04T23:38:24.145Z] prd-ubuntu18.04-docker-arm64-4c-16g-18343 does not seem to be running inside a container [2021-01-04T23:38:24.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T23:38:24.383Z] Removing intermediate container 2eb32b946ec9 [2021-01-04T23:38:24.383Z] ---> 4378de361ccf [2021-01-04T23:38:24.383Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T23:38:24.383Z] ---> Running in 7964a2c85bc1 [2021-01-04T23:38:24.383Z] Removing intermediate container 78dc8c32b19b [2021-01-04T23:38:24.383Z] ---> 209ec3203c5a [2021-01-04T23:38:24.383Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T23:38:24.648Z] ---> Running in 8a4af3df20d8 [2021-01-04T23:38:24.648Z] Removing intermediate container 9cd750de69d2 [2021-01-04T23:38:24.648Z] ---> aa98607113d9 [2021-01-04T23:38:24.648Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-04T23:38:24.910Z] Removing intermediate container e1aa203883b5 [2021-01-04T23:38:24.910Z] ---> e8461a233062 [2021-01-04T23:38:24.910Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T23:38:24.910Z] Removing intermediate container f5e7156c2021 [2021-01-04T23:38:24.910Z] ---> 6e0fca38531d [2021-01-04T23:38:24.910Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T23:38:25.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:38:25.173Z] ---> Running in 7ebd72fefc61 [2021-01-04T23:38:25.173Z] ---> Running in 166ddadb1653 [2021-01-04T23:38:25.173Z] ---> Running in 4e010fb06955 [2021-01-04T23:38:25.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:38:25.643Z] $ docker top 482a55fc117699668ba9b45c9ef8a29fbe2d2e15cf5bc33e7693f7c28ca4a74b -eo pid,comm [2021-01-04T23:38:25.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [2021-01-04T23:38:25.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:38:25.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:38:25.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:38:25.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] echo [2021-01-04T23:38:26.063Z] ========================================================= [2021-01-04T23:38:26.063Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T23:38:26.063Z] ========================================================= [Pipeline] sh [2021-01-04T23:38:26.561Z] OK: 233 MiB in 51 packages [2021-01-04T23:38:26.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:38:26.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:38:26.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:38:26.714Z] + make test [2021-01-04T23:38:26.714Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T23:38:26.825Z] OK: 233 MiB in 51 packages [2021-01-04T23:38:26.825Z] Removing intermediate container 7964a2c85bc1 [2021-01-04T23:38:26.825Z] ---> 43aa32d779ea [2021-01-04T23:38:26.825Z] Step 6/26 : COPY go.mod . [2021-01-04T23:38:27.091Z] ---> 8886881ea8a6 [2021-01-04T23:38:27.091Z] Step 7/26 : RUN go mod download [2021-01-04T23:38:27.091Z] Removing intermediate container 8a4af3df20d8 [2021-01-04T23:38:27.091Z] ---> 648d3ba5ab51 [2021-01-04T23:38:27.091Z] Step 6/22 : COPY go.mod . [2021-01-04T23:38:27.360Z] ---> Running in 9688aa84e81d [2021-01-04T23:38:27.360Z] OK: 233 MiB in 51 packages [2021-01-04T23:38:27.360Z] OK: 233 MiB in 51 packages [2021-01-04T23:38:27.360Z] OK: 233 MiB in 51 packages [2021-01-04T23:38:27.624Z] ---> a36e46161c6b [2021-01-04T23:38:27.624Z] Step 7/22 : RUN go mod download [2021-01-04T23:38:27.624Z] ---> Running in c9ced7cd3ada [2021-01-04T23:38:28.205Z] Removing intermediate container 7ebd72fefc61 [2021-01-04T23:38:28.205Z] ---> b4e116a4973b [2021-01-04T23:38:28.205Z] Step 6/21 : COPY go.mod . [2021-01-04T23:38:28.205Z] Removing intermediate container 4e010fb06955 [2021-01-04T23:38:28.205Z] ---> a350a347a9ea [2021-01-04T23:38:28.205Z] Step 6/22 : COPY go.mod . [2021-01-04T23:38:28.474Z] Removing intermediate container 166ddadb1653 [2021-01-04T23:38:28.475Z] ---> 26e4acef4c34 [2021-01-04T23:38:28.475Z] Step 6/32 : COPY go.mod . [2021-01-04T23:38:28.475Z] ---> ee912b6aace5 [2021-01-04T23:38:28.475Z] Step 7/21 : RUN go mod download [2021-01-04T23:38:28.739Z] ---> 96cad4e99881 [2021-01-04T23:38:28.739Z] Step 7/22 : RUN go mod download [2021-01-04T23:38:28.739Z] ---> Running in 91c7c834695d [2021-01-04T23:38:28.739Z] ---> 132d65c65c72 [2021-01-04T23:38:28.739Z] Step 7/32 : RUN go mod download [2021-01-04T23:38:28.739Z] ---> Running in 5dc254bba5f7 [2021-01-04T23:38:29.009Z] ---> Running in f6c5acfe585a [2021-01-04T23:38:29.595Z] Removing intermediate container 9688aa84e81d [2021-01-04T23:38:29.595Z] ---> 48d9fe7e8a64 [2021-01-04T23:38:29.595Z] Step 8/26 : COPY . . [2021-01-04T23:38:29.870Z] Removing intermediate container c9ced7cd3ada [2021-01-04T23:38:29.870Z] ---> f501f3f139b7 [2021-01-04T23:38:29.870Z] Step 8/22 : COPY . . [2021-01-04T23:38:35.185Z] Removing intermediate container 91c7c834695d [2021-01-04T23:38:35.185Z] ---> 3db4090155e3 [2021-01-04T23:38:35.185Z] Step 8/21 : COPY . . [2021-01-04T23:38:45.245Z] Removing intermediate container 5dc254bba5f7 [2021-01-04T23:38:45.245Z] ---> 9424123b5d24 [2021-01-04T23:38:45.245Z] Step 8/22 : COPY . . [2021-01-04T23:38:45.245Z] Removing intermediate container f6c5acfe585a [2021-01-04T23:38:45.245Z] ---> 301e69658fc6 [2021-01-04T23:38:45.245Z] Step 8/32 : COPY . . [2021-01-04T23:38:48.883Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T23:39:17.679Z] ---> 88e7a24f01ee [2021-01-04T23:39:17.679Z] ---> c116e55deb3a [2021-01-04T23:39:17.679Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T23:39:17.679Z] ---> c1fa1ea4962f [2021-01-04T23:39:17.679Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T23:39:17.679Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T23:39:17.978Z] ---> Running in 6e2ffc65aefc [2021-01-04T23:39:17.978Z] ---> Running in b9542f56d6dc [2021-01-04T23:39:17.978Z] ---> Running in 133fa984dd08 [2021-01-04T23:39:18.242Z] ---> f036e56b93a5 [2021-01-04T23:39:18.242Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T23:39:18.242Z] ---> fe73c0012a7b [2021-01-04T23:39:18.242Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T23:39:18.505Z] ---> Running in b2980ae1664c [2021-01-04T23:39:18.505Z] ---> Running in 0730f7134272 [2021-01-04T23:39:19.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T23:39:19.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T23:39:19.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T23:39:19.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-04T23:39:19.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T23:39:35.910Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T23:39:41.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T23:39:44.914Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T23:39:44.914Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T23:39:44.914Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T23:39:46.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T23:39:46.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T23:39:48.773Z] Removing intermediate container 0730f7134272 [2021-01-04T23:39:48.773Z] ---> 050fa2fb5f14 [2021-01-04T23:39:48.773Z] [2021-01-04T23:39:48.773Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T23:39:49.038Z] 3.12: Pulling from library/alpine [2021-01-04T23:39:50.431Z] Removing intermediate container 6e2ffc65aefc [2021-01-04T23:39:50.431Z] ---> f1a87d6173ab [2021-01-04T23:39:50.431Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T23:39:50.431Z] Removing intermediate container 133fa984dd08 [2021-01-04T23:39:50.431Z] ---> 5fde0d5a4635 [2021-01-04T23:39:50.431Z] [2021-01-04T23:39:50.431Z] Step 10/22 : FROM scratch [2021-01-04T23:39:50.431Z] ---> [2021-01-04T23:39:50.431Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T23:39:50.431Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T23:39:50.431Z] ---> Running in 56cf2fe02bd5 [2021-01-04T23:39:50.431Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T23:39:50.431Z] ---> 389fef711851 [2021-01-04T23:39:50.431Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T23:39:50.693Z] ---> Running in 6961bde4ae62 [2021-01-04T23:39:50.693Z] ---> Running in 2dbeb5f8719a [2021-01-04T23:39:50.959Z] Removing intermediate container 6961bde4ae62 [2021-01-04T23:39:50.959Z] ---> 71ef1c94168b [2021-01-04T23:39:50.959Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T23:39:51.222Z] ---> Running in 391380a3f807 [2021-01-04T23:39:52.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:39:52.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T23:39:52.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:39:52.714Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T23:39:52.714Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T23:39:52.714Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T23:39:52.714Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T23:39:52.714Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T23:39:52.714Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:39:52.714Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T23:39:52.714Z] OK: 7 MiB in 19 packages [2021-01-04T23:39:52.978Z] Removing intermediate container 391380a3f807 [2021-01-04T23:39:52.978Z] ---> 3a79481d13de [2021-01-04T23:39:52.978Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T23:39:53.229Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-04T23:39:53.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T23:39:53.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T23:39:53.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T23:39:53.230Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T23:39:53.230Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T23:39:53.926Z] ---> Running in 3ee17771df5e [2021-01-04T23:39:53.926Z] Removing intermediate container b9542f56d6dc [2021-01-04T23:39:53.926Z] ---> 3fd86f7fc19c [2021-01-04T23:39:53.926Z] [2021-01-04T23:39:53.926Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T23:39:53.926Z] ---> 389fef711851 [2021-01-04T23:39:53.926Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T23:39:54.188Z] ---> Running in 272a89f39996 [2021-01-04T23:39:54.455Z] Removing intermediate container 3ee17771df5e [2021-01-04T23:39:54.455Z] ---> a29a0509c3cb [2021-01-04T23:39:54.455Z] Step 14/22 : WORKDIR / [2021-01-04T23:39:56.377Z] ---> Running in a23d89e5ff1c [2021-01-04T23:39:56.377Z] Removing intermediate container b2980ae1664c [2021-01-04T23:39:56.377Z] ---> b54ba1889744 [2021-01-04T23:39:56.377Z] [2021-01-04T23:39:56.377Z] Step 10/32 : FROM alpine:3.12 [2021-01-04T23:39:56.643Z] ---> 389fef711851 [2021-01-04T23:39:56.643Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-04T23:39:56.643Z] Removing intermediate container 2dbeb5f8719a [2021-01-04T23:39:56.643Z] ---> 698ca093b887 [2021-01-04T23:39:56.643Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T23:39:56.643Z] ---> Running in 72ce70de26bc [2021-01-04T23:39:56.908Z] Removing intermediate container 56cf2fe02bd5 [2021-01-04T23:39:56.908Z] ---> caee7bb574f2 [2021-01-04T23:39:56.908Z] [2021-01-04T23:39:56.908Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T23:39:56.908Z] ---> Running in 43a86fb07626 [2021-01-04T23:39:56.908Z] 20.10.0: Pulling from library/docker [2021-01-04T23:39:56.908Z] Removing intermediate container a23d89e5ff1c [2021-01-04T23:39:56.908Z] ---> ba4ce306a46e [2021-01-04T23:39:56.908Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T23:39:56.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:39:56.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:39:57.173Z] Removing intermediate container 43a86fb07626 [2021-01-04T23:39:57.173Z] ---> 3b0de93fb5f6 [2021-01-04T23:39:57.173Z] Step 13/22 : WORKDIR / [2021-01-04T23:39:57.173Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T23:39:57.173Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T23:39:57.173Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T23:39:57.173Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T23:39:57.437Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:39:57.437Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T23:39:57.437Z] OK: 7 MiB in 18 packages [2021-01-04T23:39:57.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:39:57.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:39:57.967Z] ---> d4d496241585 [2021-01-04T23:39:57.967Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T23:39:57.967Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-04T23:39:58.232Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-04T23:39:58.232Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:39:58.232Z] OK: 6 MiB in 16 packages [2021-01-04T23:39:58.232Z] ---> Running in f4e2ee72c472 [2021-01-04T23:39:58.654Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T23:39:58.654Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T23:39:58.654Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T23:39:59.622Z] ---> 024d61dc06dc [2021-01-04T23:39:59.622Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T23:39:59.888Z] Removing intermediate container f4e2ee72c472 [2021-01-04T23:39:59.888Z] ---> 930a51ec36ca [2021-01-04T23:39:59.888Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T23:40:00.465Z] ---> 7efd77280a81 [2021-01-04T23:40:00.465Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T23:40:00.465Z] ---> Running in bbbffc904075 [2021-01-04T23:40:00.736Z] Removing intermediate container 72ce70de26bc [2021-01-04T23:40:00.736Z] ---> c6f8eb66fc1d [2021-01-04T23:40:00.736Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-04T23:40:00.736Z] ---> af201360b3c7 [2021-01-04T23:40:00.736Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T23:40:00.736Z] Removing intermediate container 272a89f39996 [2021-01-04T23:40:00.736Z] ---> dff56712dc41 [2021-01-04T23:40:00.736Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T23:40:01.015Z] ---> Running in 9c1902f1113a [2021-01-04T23:40:01.015Z] Removing intermediate container bbbffc904075 [2021-01-04T23:40:01.015Z] ---> 5fe10245df9c [2021-01-04T23:40:01.015Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:40:01.015Z] ---> Running in 003d6d4e4f87 [2021-01-04T23:40:01.015Z] ---> Running in b376f4f3ecfe [2021-01-04T23:40:01.286Z] Removing intermediate container 9c1902f1113a [2021-01-04T23:40:01.286Z] ---> 33a94df11099 [2021-01-04T23:40:01.286Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-04T23:40:01.286Z] Removing intermediate container 003d6d4e4f87 [2021-01-04T23:40:01.286Z] ---> b6fcce3841ab [2021-01-04T23:40:01.286Z] Step 13/21 : WORKDIR /edgex [2021-01-04T23:40:01.286Z] ---> Running in 54b6b4e50d68 [2021-01-04T23:40:01.552Z] ---> b11093b278fe [2021-01-04T23:40:01.552Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T23:40:01.552Z] Removing intermediate container b376f4f3ecfe [2021-01-04T23:40:01.552Z] ---> c7adaf5c4af4 [2021-01-04T23:40:01.552Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T23:40:03.486Z] ---> Running in 1f2415e700e6 [2021-01-04T23:40:03.486Z] ---> Running in 4599c73bad2f [2021-01-04T23:40:03.486Z] Removing intermediate container 54b6b4e50d68 [2021-01-04T23:40:03.486Z] ---> 3e8240638574 [2021-01-04T23:40:03.486Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-04T23:40:03.486Z] ---> 80999285320d [2021-01-04T23:40:03.486Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T23:40:03.486Z] ---> Running in 8baf84f1ab42 [2021-01-04T23:40:03.751Z] Removing intermediate container 4599c73bad2f [2021-01-04T23:40:03.751Z] ---> 5240a0b64c88 [2021-01-04T23:40:03.751Z] Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:40:03.751Z] Removing intermediate container 1f2415e700e6 [2021-01-04T23:40:03.751Z] ---> df43df80c420 [2021-01-04T23:40:03.751Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T23:40:04.019Z] ---> Running in 468f8b166cd5 [2021-01-04T23:40:04.019Z] ---> d67f1da673cd [2021-01-04T23:40:04.019Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T23:40:04.019Z] ---> Running in 18b802206d02 [2021-01-04T23:40:04.290Z] Connecting to github.com (140.82.112.4:443) [2021-01-04T23:40:04.290Z]  ---> 596140d6810a [2021-01-04T23:40:04.290Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T23:40:04.552Z] Removing intermediate container 468f8b166cd5 [2021-01-04T23:40:04.552Z] ---> 20794cb71738 [2021-01-04T23:40:04.552Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T23:40:04.552Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.249.180:443) [2021-01-04T23:40:04.552Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T23:40:04.552Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T23:40:04.552Z] ---> aefe523efa57 [2021-01-04T23:40:04.552Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T23:40:04.552Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-04T23:40:04.821Z]  ---> Running in 131e5a7a79ef [2021-01-04T23:40:04.821Z] dockerize-alpine-lin 86% |*************************** | 2532k 0:00:00 ETA [2021-01-04T23:40:04.821Z]  ---> Running in 780c880208d3 [2021-01-04T23:40:04.821Z] ---> df620dc5d3f7 [2021-01-04T23:40:04.821Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T23:40:04.821Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-04T23:40:04.821Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-04T23:40:04.821Z] dockerize [2021-01-04T23:40:05.087Z] Removing intermediate container 131e5a7a79ef [2021-01-04T23:40:05.088Z] ---> 74df14723e90 [2021-01-04T23:40:05.088Z] [2021-01-04T23:40:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.267s coverage: 46.6% of statements [2021-01-04T23:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T23:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T23:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T23:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T23:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T23:40:05.664Z] Successfully built 74df14723e90 [2021-01-04T23:40:05.664Z] ---> 516355c04fab [2021-01-04T23:40:05.664Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T23:40:05.664Z] Successfully tagged docker-core-command-go:latest [2021-01-04T23:40:05.664Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-04T23:40:05.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:40:05.664Z] ---> Running in a68c103c1985 [2021-01-04T23:40:05.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:40:05.934Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T23:40:05.934Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T23:40:05.934Z] Removing intermediate container 8baf84f1ab42 [2021-01-04T23:40:05.934Z] ---> fd6a1c09526a [2021-01-04T23:40:05.934Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-04T23:40:05.934Z] Executing bash-5.0.17-r0.post-install [2021-01-04T23:40:05.934Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:40:05.934Z] Removing intermediate container a68c103c1985 [2021-01-04T23:40:05.934Z] ---> ad060f49332d [2021-01-04T23:40:05.934Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T23:40:05.934Z] OK: 12 MiB in 22 packages [2021-01-04T23:40:05.934Z] Removing intermediate container 18b802206d02 [2021-01-04T23:40:05.934Z] ---> a367b4f2d5a2 [2021-01-04T23:40:05.934Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T23:40:05.934Z] ---> Running in 8ab22c6af595 [2021-01-04T23:40:05.934Z] ---> Running in baac182ab432 [2021-01-04T23:40:06.197Z] ---> Running in 0185d7738fda [2021-01-04T23:40:08.124Z] Removing intermediate container 8ab22c6af595 [2021-01-04T23:40:08.124Z] ---> 7418c98082a2 [2021-01-04T23:40:08.124Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T23:40:08.386Z] Removing intermediate container baac182ab432 [2021-01-04T23:40:08.386Z] ---> cee0858345d0 [2021-01-04T23:40:08.386Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-04T23:40:08.386Z] Removing intermediate container 0185d7738fda [2021-01-04T23:40:08.386Z] ---> 7545038ff032 [2021-01-04T23:40:08.386Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T23:40:08.961Z] ---> Running in 1a1abd671e67 [2021-01-04T23:40:10.361Z] ---> Running in ec84ae3b6456 [2021-01-04T23:40:10.361Z] ---> Running in d23699a3fc30 [2021-01-04T23:40:10.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.482s coverage: 27.0% of statements [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T23:40:10.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T23:40:10.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T23:40:10.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 75.0% of statements [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T23:40:10.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T23:40:10.935Z] Removing intermediate container 1a1abd671e67 [2021-01-04T23:40:10.936Z] ---> 730e4ad25ff8 [2021-01-04T23:40:10.936Z] Step 20/21 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:40:10.936Z] Removing intermediate container 780c880208d3 [2021-01-04T23:40:10.936Z] ---> b8339cec42a1 [2021-01-04T23:40:10.936Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T23:40:11.210Z] Removing intermediate container ec84ae3b6456 [2021-01-04T23:40:11.210Z] ---> d3dc9d0166fd [2021-01-04T23:40:11.210Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-04T23:40:11.210Z] Removing intermediate container d23699a3fc30 [2021-01-04T23:40:11.210Z] ---> 5bc0a6b4fe75 [2021-01-04T23:40:11.210Z] Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:40:11.210Z] ---> Running in e54b8a09ca26 [2021-01-04T23:40:11.210Z] ---> Running in 11bedf56e5b7 [2021-01-04T23:40:11.210Z] ---> Running in 7457e69e19ed [2021-01-04T23:40:11.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.743s coverage: 82.9% of statements [2021-01-04T23:40:11.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T23:40:11.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T23:40:11.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T23:40:11.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T23:40:11.472Z] ---> Running in 5e1581bd7653 [2021-01-04T23:40:11.734Z] Removing intermediate container e54b8a09ca26 [2021-01-04T23:40:11.734Z] ---> 163011cdc9f2 [2021-01-04T23:40:11.734Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T23:40:11.734Z] Removing intermediate container 11bedf56e5b7 [2021-01-04T23:40:11.734Z] ---> bc215c89d997 [2021-01-04T23:40:11.734Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T23:40:11.734Z] Removing intermediate container 5e1581bd7653 [2021-01-04T23:40:11.734Z] ---> a573300d6896 [2021-01-04T23:40:11.734Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T23:40:12.314Z] ---> Running in 0cca1dcd6f92 [2021-01-04T23:40:12.314Z] ---> Running in 2d90377ffaeb [2021-01-04T23:40:12.577Z] Copy dockerize executable [2021-01-04T23:40:13.527Z] ---> Running in 1a1651f0a41e [2021-01-04T23:40:14.110Z] Removing intermediate container 2d90377ffaeb [2021-01-04T23:40:14.110Z] ---> 042baf4a3b41 [2021-01-04T23:40:14.110Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T23:40:14.376Z] Removing intermediate container 0cca1dcd6f92 [2021-01-04T23:40:14.376Z] ---> 46915918e742 [2021-01-04T23:40:14.376Z] [2021-01-04T23:40:14.641Z] Removing intermediate container 1a1651f0a41e [2021-01-04T23:40:14.641Z] ---> ca8dfde1e816 [2021-01-04T23:40:14.641Z] [2021-01-04T23:40:14.907Z] Successfully built 46915918e742 [2021-01-04T23:40:14.907Z] Successfully built ca8dfde1e816 [2021-01-04T23:40:15.858Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T23:40:15.858Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-04T23:40:15.858Z] ---> Running in f70ad625394a [2021-01-04T23:40:15.858Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T23:40:15.858Z] Building docker-support-scheduler-go [2021-01-04T23:40:16.814Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7457e69e19ed [2021-01-04T23:40:16.814Z] ---> d5a4a0d8ac67 [2021-01-04T23:40:16.814Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-04T23:40:18.735Z] Removing intermediate container f70ad625394a [2021-01-04T23:40:18.735Z] ---> 668538db5b7e [2021-01-04T23:40:18.735Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T23:40:18.999Z] ---> Running in 028c284eae12 [2021-01-04T23:40:19.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements [2021-01-04T23:40:19.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T23:40:19.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T23:40:19.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T23:40:19.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T23:40:19.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T23:40:19.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements [2021-01-04T23:40:19.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T23:40:19.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements [2021-01-04T23:40:19.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T23:40:19.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements [2021-01-04T23:40:19.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T23:40:20.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements [2021-01-04T23:40:20.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T23:40:20.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements [2021-01-04T23:40:20.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T23:40:20.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T23:40:20.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T23:40:20.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T23:40:25.614Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:40:25.614Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:40:25.614Z] ---> 1317e23fb4d9 [2021-01-04T23:40:25.614Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T23:40:25.614Z] ---> Using cache [2021-01-04T23:40:25.614Z] ---> be859154b53e [2021-01-04T23:40:25.614Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:40:25.614Z] ---> Using cache [2021-01-04T23:40:25.614Z] ---> 6e0fca38531d [2021-01-04T23:40:25.614Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T23:40:25.614Z] ---> Using cache [2021-01-04T23:40:25.614Z] ---> a350a347a9ea [2021-01-04T23:40:25.614Z] Step 6/24 : COPY go.mod . [2021-01-04T23:40:25.614Z] ---> Using cache [2021-01-04T23:40:25.614Z] ---> 96cad4e99881 [2021-01-04T23:40:25.614Z] Step 7/24 : RUN go mod download [2021-01-04T23:40:25.614Z] ---> Using cache [2021-01-04T23:40:25.614Z] ---> 9424123b5d24 [2021-01-04T23:40:25.614Z] Step 8/24 : COPY . . [2021-01-04T23:40:25.614Z] ---> Using cache [2021-01-04T23:40:25.614Z] ---> fe73c0012a7b [2021-01-04T23:40:25.614Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T23:40:25.614Z] ---> ff5e14c67a32 [2021-01-04T23:40:25.614Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T23:40:25.614Z] Removing intermediate container 028c284eae12 [2021-01-04T23:40:25.614Z] ---> 93c7cef229b8 [2021-01-04T23:40:25.614Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-04T23:40:25.614Z] ---> Running in c718ae4e76f3 [2021-01-04T23:40:27.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.991s coverage: 93.8% of statements [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T23:40:27.084Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T23:40:27.084Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.176s coverage: 0.1% of statements [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-04T23:40:27.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 42.4% of statements [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-04T23:40:27.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-04T23:40:27.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-04T23:40:28.938Z] ---> 51c1659fdfdc [2021-01-04T23:40:28.938Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T23:40:29.203Z] ---> 1e29b8b0d1b4 [2021-01-04T23:40:29.203Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-04T23:40:29.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T23:40:30.598Z] ---> Running in f81411d8b73d [2021-01-04T23:40:31.180Z] ---> 78d8c72e8987 [2021-01-04T23:40:31.180Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T23:40:31.765Z] ---> Running in 6fe47427c67d [2021-01-04T23:40:33.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:40:33.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:40:33.724Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T23:40:33.724Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T23:40:33.724Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T23:40:33.724Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T23:40:34.313Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T23:40:34.313Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T23:40:34.313Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T23:40:35.765Z] Removing intermediate container f81411d8b73d [2021-01-04T23:40:35.765Z] ---> 74f89699756e [2021-01-04T23:40:35.765Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-04T23:40:39.127Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:40:39.127Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:40:39.127Z] ---> 1317e23fb4d9 [2021-01-04T23:40:39.127Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> be859154b53e [2021-01-04T23:40:39.127Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> 6e0fca38531d [2021-01-04T23:40:39.127Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> a350a347a9ea [2021-01-04T23:40:39.127Z] Step 6/21 : COPY go.mod . [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> 96cad4e99881 [2021-01-04T23:40:39.127Z] Step 7/21 : RUN go mod download [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> 9424123b5d24 [2021-01-04T23:40:39.127Z] Step 8/21 : COPY . . [2021-01-04T23:40:39.127Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:40:39.127Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:40:39.127Z] ---> 1317e23fb4d9 [2021-01-04T23:40:39.127Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> be859154b53e [2021-01-04T23:40:39.127Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> 6e0fca38531d [2021-01-04T23:40:39.127Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> a350a347a9ea [2021-01-04T23:40:39.127Z] Step 6/22 : COPY go.mod . [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> 96cad4e99881 [2021-01-04T23:40:39.127Z] Step 7/22 : RUN go mod download [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> 9424123b5d24 [2021-01-04T23:40:39.127Z] Step 8/22 : COPY . . [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> fe73c0012a7b [2021-01-04T23:40:39.127Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T23:40:39.127Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T23:40:39.127Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T23:40:39.127Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T23:40:39.127Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T23:40:39.127Z] ---> Using cache [2021-01-04T23:40:39.127Z] ---> fe73c0012a7b [2021-01-04T23:40:39.127Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T23:40:39.730Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T23:40:39.730Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T23:40:39.730Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T23:40:40.002Z] ---> Running in c72dfe474223 [2021-01-04T23:40:40.002Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T23:40:40.002Z] ---> 1c6b638b3ebb [2021-01-04T23:40:40.002Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-04T23:40:40.002Z] ---> Running in 3dfb313c649b [2021-01-04T23:40:40.002Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T23:40:40.277Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T23:40:40.277Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T23:40:40.277Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T23:40:40.277Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T23:40:40.277Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T23:40:40.278Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T23:40:40.278Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T23:40:40.278Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T23:40:40.540Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T23:40:40.540Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T23:40:40.540Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T23:40:40.540Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T23:40:40.540Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T23:40:40.540Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T23:40:41.115Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T23:40:41.380Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T23:40:41.380Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T23:40:41.380Z] ---> d2eda7f04c12 [2021-01-04T23:40:41.380Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-04T23:40:41.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T23:40:41.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T23:40:41.648Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:40:41.648Z] OK: 71 MiB in 55 packages [2021-01-04T23:40:43.077Z] ---> 311bc5b55d62 [2021-01-04T23:40:43.077Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-04T23:40:43.982Z] ---> d582a2637575 [2021-01-04T23:40:43.982Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-04T23:40:44.367Z] ---> Running in 7e1ea568c0f3 [2021-01-04T23:40:46.239Z] Removing intermediate container 7e1ea568c0f3 [2021-01-04T23:40:46.239Z] ---> 2fb0d79412bb [2021-01-04T23:40:46.239Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-04T23:40:48.234Z] ---> ca9ec7896181 [2021-01-04T23:40:48.235Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.086s coverage: 82.7% of statements [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.123s coverage: 75.5% of statements [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.169s coverage: 87.2% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.4% of statements [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 63.5% of statements [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.706s coverage: 55.9% of statements [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.353s coverage: 37.0% of statements [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T23:40:49.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.421s coverage: 84.0% of statements [2021-01-04T23:40:49.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.068s coverage: 100.0% of statements [2021-01-04T23:40:50.227Z] ---> Running in 4e93880ea248 [2021-01-04T23:40:50.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.407s coverage: 47.1% of statements [2021-01-04T23:40:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T23:40:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T23:40:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T23:40:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T23:40:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T23:40:50.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements [2021-01-04T23:40:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T23:40:50.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements [2021-01-04T23:40:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T23:40:51.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 [2021-01-04T23:40:54.551Z] Removing intermediate container 6fe47427c67d [2021-01-04T23:40:54.552Z] ---> ae41d40e9130 [2021-01-04T23:40:54.552Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T23:40:54.552Z] ---> Running in 4bf91cf7979e [2021-01-04T23:40:54.552Z] Removing intermediate container 4e93880ea248 [2021-01-04T23:40:54.552Z] ---> 74feb36c60c2 [2021-01-04T23:40:54.552Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T23:40:55.135Z] ---> Running in e0c49fa0ea52 [2021-01-04T23:40:55.734Z] Removing intermediate container e0c49fa0ea52 [2021-01-04T23:40:55.734Z] ---> 2eec22659ffc [2021-01-04T23:40:55.734Z] Step 29/32 : CMD ["install"] [2021-01-04T23:40:56.014Z] ---> Running in 1ab4d8e32347 [2021-01-04T23:40:56.280Z] Removing intermediate container 1ab4d8e32347 [2021-01-04T23:40:56.281Z] ---> dec4f2b4de4c [2021-01-04T23:40:56.281Z] Step 30/32 : LABEL arch=x86_64 [2021-01-04T23:40:56.544Z] ---> Running in 067b18cad5cc [2021-01-04T23:40:57.127Z] Removing intermediate container 067b18cad5cc [2021-01-04T23:40:57.127Z] ---> dc4da12092e1 [2021-01-04T23:40:57.127Z] Step 31/32 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:40:57.127Z] Collecting docker-compose==1.23.2 [2021-01-04T23:40:57.127Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T23:40:57.405Z] ---> Running in ead5db74bde2 [2021-01-04T23:40:57.405Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T23:40:57.405Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T23:40:58.374Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T23:40:58.374Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T23:40:58.374Z] Removing intermediate container ead5db74bde2 [2021-01-04T23:40:58.374Z] ---> 99b46b4b4ba8 [2021-01-04T23:40:58.374Z] Step 32/32 : LABEL version=0.0.0 [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.634s coverage: 29.1% of statements [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T23:40:58.600Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-04T23:40:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-04T23:40:58.600Z] GO111MODULE=on go vet ./... [2021-01-04T23:40:59.331Z] ---> Running in 04873f7fd486 [2021-01-04T23:40:59.332Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T23:40:59.332Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T23:40:59.332Z] Removing intermediate container c718ae4e76f3 [2021-01-04T23:40:59.332Z] ---> 8f4aa7f0925e [2021-01-04T23:40:59.332Z] [2021-01-04T23:40:59.332Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T23:40:59.332Z] ---> 389fef711851 [2021-01-04T23:40:59.332Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T23:40:59.332Z] ---> Using cache [2021-01-04T23:40:59.332Z] ---> 698ca093b887 [2021-01-04T23:40:59.332Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T23:40:59.603Z] ---> Running in 4d2bef3fec3d [2021-01-04T23:40:59.603Z] Removing intermediate container 04873f7fd486 [2021-01-04T23:40:59.603Z] ---> c5dace9ab9c0 [2021-01-04T23:40:59.603Z] [2021-01-04T23:41:00.183Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T23:41:00.454Z] Successfully built c5dace9ab9c0 [2021-01-04T23:41:00.454Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-04T23:41:00.454Z] Building docker-support-notifications-go [2021-01-04T23:41:00.454Z]  Building docker-security-bootstrapper-go ... done Collecting PyYAML<4,>=3.10 [2021-01-04T23:41:00.454Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T23:41:00.722Z] Removing intermediate container 4d2bef3fec3d [2021-01-04T23:41:00.722Z] ---> 23037dd0f116 [2021-01-04T23:41:00.722Z] Step 13/24 : WORKDIR / [2021-01-04T23:41:00.722Z] ---> Running in df4a589ad3ca [2021-01-04T23:41:03.300Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T23:41:03.300Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T23:41:05.891Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T23:41:05.891Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T23:41:06.162Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T23:41:06.162Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T23:41:07.564Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T23:41:07.564Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T23:41:07.564Z] Removing intermediate container df4a589ad3ca [2021-01-04T23:41:07.564Z] ---> 6b6be30cf4a5 [2021-01-04T23:41:07.564Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T23:41:07.836Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T23:41:08.101Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T23:41:08.676Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T23:41:08.676Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T23:41:08.942Z] ---> 33a88de1f94c [2021-01-04T23:41:08.942Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T23:41:08.942Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T23:41:08.942Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T23:41:09.206Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T23:41:09.206Z] Collecting idna<2.8,>=2.5 [2021-01-04T23:41:09.206Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T23:41:09.206Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T23:41:09.206Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T23:41:09.206Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T23:41:09.206Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T23:41:09.206Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T23:41:09.468Z] Installing collected packages: docopt, dockerpty, texttable, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, jsonschema, docker-compose [2021-01-04T23:41:09.468Z] Running setup.py install for docopt: started [2021-01-04T23:41:12.042Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T23:41:12.042Z] Running setup.py install for dockerpty: started [2021-01-04T23:41:12.313Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T23:41:12.888Z] Running setup.py install for texttable: started [2021-01-04T23:41:13.154Z] ---> 2e96f5d3dedb [2021-01-04T23:41:13.154Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T23:41:13.417Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T23:41:13.417Z] Running setup.py install for PyYAML: started [2021-01-04T23:41:14.822Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T23:41:19.051Z] Removing intermediate container c72dfe474223 [2021-01-04T23:41:19.052Z] ---> d50cb7ab99c1 [2021-01-04T23:41:19.052Z] [2021-01-04T23:41:19.052Z] Step 10/21 : FROM scratch [2021-01-04T23:41:19.052Z] ---> [2021-01-04T23:41:19.052Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T23:41:19.052Z] Attempting uninstall: urllib3 [2021-01-04T23:41:19.052Z] Found existing installation: urllib3 1.25.9 [2021-01-04T23:41:19.052Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:41:19.052Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:41:19.052Z] ---> 1317e23fb4d9 [2021-01-04T23:41:19.052Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T23:41:19.052Z] Uninstalling urllib3-1.25.9: [2021-01-04T23:41:19.052Z] ---> Using cache [2021-01-04T23:41:19.052Z] ---> be859154b53e [2021-01-04T23:41:19.052Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:41:19.313Z] ---> Using cache [2021-01-04T23:41:19.313Z] ---> 6e0fca38531d [2021-01-04T23:41:19.313Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T23:41:19.313Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T23:41:19.576Z] ---> Using cache [2021-01-04T23:41:19.576Z] ---> 71ef1c94168b [2021-01-04T23:41:19.576Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T23:41:20.151Z] ---> 769db1452d95 [2021-01-04T23:41:20.151Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T23:41:20.151Z] ---> Running in 4f09d6907aef [2021-01-04T23:41:20.421Z] ---> Running in fd276e0fb671 [2021-01-04T23:41:20.421Z] Attempting uninstall: idna [2021-01-04T23:41:20.421Z] Found existing installation: idna 2.9 [2021-01-04T23:41:20.421Z] Uninstalling idna-2.9: [2021-01-04T23:41:20.421Z] Successfully uninstalled idna-2.9 [2021-01-04T23:41:20.421Z] Removing intermediate container 3dfb313c649b [2021-01-04T23:41:20.421Z] ---> 4a36b47740f8 [2021-01-04T23:41:20.421Z] [2021-01-04T23:41:20.421Z] Step 10/22 : FROM scratch [2021-01-04T23:41:20.421Z] ---> [2021-01-04T23:41:20.421Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T23:41:20.421Z] ---> Using cache [2021-01-04T23:41:20.421Z] ---> 71ef1c94168b [2021-01-04T23:41:20.421Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T23:41:20.996Z] Attempting uninstall: requests [2021-01-04T23:41:20.996Z] Found existing installation: requests 2.23.0 [2021-01-04T23:41:20.996Z] Removing intermediate container fd276e0fb671 [2021-01-04T23:41:20.996Z] ---> b69078175b67 [2021-01-04T23:41:20.996Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T23:41:20.996Z] Uninstalling requests-2.23.0: [2021-01-04T23:41:20.996Z] ---> Running in 80b72f582943 [2021-01-04T23:41:20.996Z] Successfully uninstalled requests-2.23.0 [2021-01-04T23:41:21.259Z] ---> Running in 680c8b2c3752 [2021-01-04T23:41:21.259Z] ---> 13ca75e440fd [2021-01-04T23:41:21.259Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T23:41:21.834Z] Removing intermediate container 80b72f582943 [2021-01-04T23:41:21.834Z] ---> ef688393ee52 [2021-01-04T23:41:21.834Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T23:41:21.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:41:22.096Z] ---> Running in f42197290000 [2021-01-04T23:41:22.096Z] Removing intermediate container 680c8b2c3752 [2021-01-04T23:41:22.096Z] ---> 8dec150be833 [2021-01-04T23:41:22.096Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T23:41:22.363Z] ---> 1cea5808630f [2021-01-04T23:41:22.363Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T23:41:22.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:41:22.625Z] Removing intermediate container f42197290000 [2021-01-04T23:41:22.625Z] ---> d63e1039a1c0 [2021-01-04T23:41:22.625Z] Step 14/22 : WORKDIR / [2021-01-04T23:41:22.625Z] ---> db2f3ebbb80b [2021-01-04T23:41:22.625Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T23:41:22.897Z] ---> 37f5d4b2125d [2021-01-04T23:41:22.897Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T23:41:22.897Z] ---> Running in b9cd9cf8abed [2021-01-04T23:41:22.897Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T23:41:23.160Z] ---> Running in 24b6790b7896 [2021-01-04T23:41:23.160Z] OK: 233 MiB in 51 packages [2021-01-04T23:41:23.430Z] Removing intermediate container b9cd9cf8abed [2021-01-04T23:41:23.430Z] ---> bd79b949866f [2021-01-04T23:41:23.430Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T23:41:23.430Z] ---> a270d0ebad08 [2021-01-04T23:41:23.430Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T23:41:24.006Z] ---> 54e6a6c6d28b [2021-01-04T23:41:24.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T23:41:24.006Z] ---> 30032b486e82 [2021-01-04T23:41:24.006Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T23:41:24.587Z] ---> Running in 08b44c32a2ef [2021-01-04T23:41:25.170Z] Removing intermediate container 4f09d6907aef [2021-01-04T23:41:25.170Z] ---> 8f93f2bc95c3 [2021-01-04T23:41:25.170Z] Step 6/24 : COPY go.mod . [2021-01-04T23:41:26.563Z] Removing intermediate container 08b44c32a2ef [2021-01-04T23:41:26.563Z] ---> 79b0731a5bba [2021-01-04T23:41:26.563Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:41:26.563Z] Removing intermediate container 4bf91cf7979e [2021-01-04T23:41:26.563Z] ---> 506329050756 [2021-01-04T23:41:26.563Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T23:41:26.563Z] ---> Running in d6040e223f8d [2021-01-04T23:41:26.563Z] ---> 832615b4836d [2021-01-04T23:41:26.563Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T23:41:26.563Z] ---> 6e3ffe0af25d [2021-01-04T23:41:26.563Z] Step 7/24 : RUN go mod download [2021-01-04T23:41:26.825Z] ---> Running in 29b068a280b4 [2021-01-04T23:41:26.825Z] ---> Running in fcfa2d051ff7 [2021-01-04T23:41:26.825Z] Removing intermediate container 24b6790b7896 [2021-01-04T23:41:26.825Z] ---> 94ca3ad88810 [2021-01-04T23:41:26.825Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T23:41:27.090Z] Removing intermediate container d6040e223f8d [2021-01-04T23:41:27.090Z] ---> ab1d5bbad837 [2021-01-04T23:41:27.090Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T23:41:27.090Z] ---> Running in f641484cf57a [2021-01-04T23:41:27.090Z] ---> 392c3358e004 [2021-01-04T23:41:27.090Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T23:41:27.376Z] ---> Running in 506179c6b278 [2021-01-04T23:41:27.376Z] ---> Running in 0bf070718f3e [2021-01-04T23:41:27.641Z] Removing intermediate container f641484cf57a [2021-01-04T23:41:27.641Z] ---> 0a44f35dd89a [2021-01-04T23:41:27.641Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T23:41:27.641Z] Removing intermediate container 506179c6b278 [2021-01-04T23:41:27.641Z] ---> 5da07b6a2d18 [2021-01-04T23:41:27.641Z] Step 20/21 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:41:27.905Z] ---> Running in 8d3854161644 [2021-01-04T23:41:27.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:41:27.905Z] Removing intermediate container 0bf070718f3e [2021-01-04T23:41:27.905Z] ---> e2086da775e4 [2021-01-04T23:41:27.905Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:41:27.905Z] ---> Running in 988db16f1a14 [2021-01-04T23:41:27.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:41:27.905Z] ---> Running in 1d9718ee8455 [2021-01-04T23:41:28.173Z] Removing intermediate container 8d3854161644 [2021-01-04T23:41:28.173Z] ---> c009cb4899f8 [2021-01-04T23:41:28.173Z] Step 23/24 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:41:28.173Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T23:41:28.173Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T23:41:28.173Z] Removing intermediate container 988db16f1a14 [2021-01-04T23:41:28.173Z] ---> a6b9fbf71065 [2021-01-04T23:41:28.173Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T23:41:28.173Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T23:41:28.173Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:41:28.173Z] OK: 72 MiB in 58 packages [2021-01-04T23:41:28.173Z] ---> Running in 1bc3b0528520 [2021-01-04T23:41:28.173Z] ---> Running in 7783e3cc9ee4 [2021-01-04T23:41:28.439Z] Removing intermediate container 1d9718ee8455 [2021-01-04T23:41:28.439Z] ---> 67d41fc2c2a4 [2021-01-04T23:41:28.439Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T23:41:28.439Z] ---> Running in abb987d2bef1 [2021-01-04T23:41:28.707Z] Removing intermediate container 1bc3b0528520 [2021-01-04T23:41:28.707Z] ---> dc4ebd435a7c [2021-01-04T23:41:28.707Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T23:41:28.707Z] Removing intermediate container 7783e3cc9ee4 [2021-01-04T23:41:28.707Z] ---> c55ba67ff117 [2021-01-04T23:41:28.707Z] [2021-01-04T23:41:28.707Z] Successfully built c55ba67ff117 [2021-01-04T23:41:28.970Z] ---> Running in 8da6b4370a1f [2021-01-04T23:41:28.971Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T23:41:28.971Z] Building docker-core-data-go [2021-01-04T23:41:28.971Z]  Building docker-support-scheduler-go ... done Removing intermediate container abb987d2bef1 [2021-01-04T23:41:28.971Z] ---> 87050813c95c [2021-01-04T23:41:28.971Z] Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:41:28.971Z] ---> Running in c4026636e0b8 [2021-01-04T23:41:29.234Z] Removing intermediate container 8da6b4370a1f [2021-01-04T23:41:29.234Z] ---> e171a87fa371 [2021-01-04T23:41:29.234Z] [2021-01-04T23:41:29.810Z] Removing intermediate container fcfa2d051ff7 [2021-01-04T23:41:29.810Z] ---> 9b4932828da3 [2021-01-04T23:41:29.810Z] Step 8/24 : COPY . . [2021-01-04T23:41:29.810Z] Removing intermediate container 29b068a280b4 [2021-01-04T23:41:29.810Z] ---> bd407358080e [2021-01-04T23:41:29.810Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T23:41:30.072Z] Successfully built e171a87fa371 [2021-01-04T23:41:31.997Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T23:41:32.945Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c4026636e0b8 [2021-01-04T23:41:32.945Z] ---> a6e8a7b07a94 [2021-01-04T23:41:32.945Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T23:41:36.272Z] ---> Running in 8b3844341837 [2021-01-04T23:41:38.834Z] ---> Running in 082cc9acbe96 [2021-01-04T23:41:39.421Z] Removing intermediate container 8b3844341837 [2021-01-04T23:41:39.421Z] ---> 7a62c79dc128 [2021-01-04T23:41:39.421Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:41:40.817Z] Removing intermediate container 082cc9acbe96 [2021-01-04T23:41:40.817Z] ---> a28d27594f0e [2021-01-04T23:41:40.817Z] [2021-01-04T23:41:41.771Z] ---> Running in 0cd811724b92 [2021-01-04T23:41:43.192Z] Successfully built a28d27594f0e [2021-01-04T23:41:43.770Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T23:41:44.037Z]  Building docker-core-metadata-go ... done Removing intermediate container 0cd811724b92 [2021-01-04T23:41:44.037Z] ---> 3f823e48bcfb [2021-01-04T23:41:44.037Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T23:41:44.302Z] ---> Running in bdd6b886f459 [2021-01-04T23:41:45.256Z] Removing intermediate container bdd6b886f459 [2021-01-04T23:41:45.256Z] ---> e3f5faf40964 [2021-01-04T23:41:45.256Z] Step 25/26 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:41:47.190Z] ---> Running in c7a47dcc3195 [2021-01-04T23:41:47.771Z] Removing intermediate container c7a47dcc3195 [2021-01-04T23:41:47.771Z] ---> 2ca3ef539e66 [2021-01-04T23:41:47.771Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T23:41:47.771Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:41:47.771Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:41:47.771Z] ---> 1317e23fb4d9 [2021-01-04T23:41:47.771Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T23:41:47.771Z] ---> Using cache [2021-01-04T23:41:47.771Z] ---> be859154b53e [2021-01-04T23:41:47.771Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:41:47.771Z] ---> Using cache [2021-01-04T23:41:47.771Z] ---> 6e0fca38531d [2021-01-04T23:41:47.771Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T23:41:49.164Z] ---> Running in 3dbee5b81a01 [2021-01-04T23:41:49.164Z] ---> Running in 8afff8f1c6c9 [2021-01-04T23:41:49.430Z] Removing intermediate container 3dbee5b81a01 [2021-01-04T23:41:49.430Z] ---> 05558cbf689a [2021-01-04T23:41:49.430Z] [2021-01-04T23:41:49.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:41:49.960Z] Successfully built 05558cbf689a [2021-01-04T23:41:49.960Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T23:41:50.534Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:41:51.484Z] OK: 233 MiB in 51 packages [2021-01-04T23:41:51.752Z] ---> 677cde60fe6f [2021-01-04T23:41:51.752Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T23:41:51.752Z] ---> Running in b487c3b87aa7 [2021-01-04T23:41:52.015Z] Removing intermediate container 8afff8f1c6c9 [2021-01-04T23:41:52.015Z] ---> 2ac1a1427047 [2021-01-04T23:41:52.015Z] Step 6/23 : COPY go.mod . [2021-01-04T23:41:52.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T23:41:52.281Z] ---> e2cd4d0581c3 [2021-01-04T23:41:52.281Z] Step 7/23 : RUN go mod download [2021-01-04T23:41:52.551Z] ---> Running in b727ae4a0ca0 [2021-01-04T23:41:53.509Z] Removing intermediate container b727ae4a0ca0 [2021-01-04T23:41:53.509Z] ---> 5f4c13c22298 [2021-01-04T23:41:53.509Z] Step 8/23 : COPY . . [2021-01-04T23:42:06.660Z] gofmt -l . [2021-01-04T23:42:06.660Z] [ "`gofmt -l .`" = "" ] [2021-01-04T23:42:09.274Z] ./bin/test-go-mod-tidy.sh [2021-01-04T23:42:09.871Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T23:42:14.834Z] + ls -al . [2021-01-04T23:42:14.834Z] total 668 [2021-01-04T23:42:14.834Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 23:42 . [2021-01-04T23:42:14.834Z] drwxr-xr-x 4 root root 4096 Jan 4 23:38 .. [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 23:36 .dockerignore [2021-01-04T23:42:14.834Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 23:36 .git [2021-01-04T23:42:14.834Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 23:36 .github [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 872 Jan 4 23:36 .gitignore [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 23:36 .sonarcloud.properties [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 23:36 CONTRIBUTING.md [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 23:36 Dockerfile.build [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 23:36 Jenkinsfile [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 23:36 LICENSE [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 6306 Jan 4 23:36 Makefile [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 23:36 README.md [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 23:36 SECURITY.md [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 23:34 VERSION [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 23:36 ZMQWindows.md [2021-01-04T23:42:14.834Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 23:36 bin [2021-01-04T23:42:14.834Z] drwxrwxr-x 15 1001 1001 4096 Jan 4 23:36 cmd [2021-01-04T23:42:14.834Z] -rw-r--r-- 1 root root 543476 Jan 4 23:40 coverage.out [2021-01-04T23:42:14.834Z] -rw-r--r-- 1 root root 1005 Jan 4 23:42 go.mod [2021-01-04T23:42:14.834Z] -rw-r--r-- 1 root root 19087 Jan 4 23:42 go.sum [2021-01-04T23:42:14.834Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 23:36 internal [2021-01-04T23:42:14.834Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 23:36 openapi [2021-01-04T23:42:14.834Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 23:36 snap [2021-01-04T23:42:14.834Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 23:36 version.go [Pipeline] sh [2021-01-04T23:42:15.488Z] + '[' -e coverage.out ] [2021-01-04T23:42:15.488Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T23:42:15.570Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T23:42:15.957Z] ---> 910c8f3bd36b [2021-01-04T23:42:15.957Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T23:42:15.957Z] ---> Running in 9969987b2075 [2021-01-04T23:42:15.957Z] Removing intermediate container b487c3b87aa7 [2021-01-04T23:42:15.957Z] ---> 9bd2b168db6e [2021-01-04T23:42:15.957Z] [2021-01-04T23:42:15.957Z] Step 10/24 : FROM scratch [2021-01-04T23:42:15.957Z] ---> [2021-01-04T23:42:15.957Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T23:42:15.957Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T23:42:15.957Z] ---> Running in e8971d7cf88a [2021-01-04T23:42:15.957Z] Removing intermediate container e8971d7cf88a [2021-01-04T23:42:15.957Z] ---> adedb25afecf [2021-01-04T23:42:15.957Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T23:42:15.957Z] ---> Running in fa811409bcf4 [2021-01-04T23:42:15.957Z] Removing intermediate container fa811409bcf4 [2021-01-04T23:42:15.957Z] ---> 447fc7331146 [2021-01-04T23:42:15.957Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T23:42:15.957Z] ---> Running in 297e3b53f4fc [2021-01-04T23:42:16.256Z] Removing intermediate container 297e3b53f4fc [2021-01-04T23:42:16.256Z] ---> 15040098bf9e [2021-01-04T23:42:16.256Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T23:42:16.603Z] ---> 2a24c1909bb5 [2021-01-04T23:42:16.603Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T23:42:16.749Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T23:42:17.468Z] + make build [2021-01-04T23:42:17.468Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T23:42:18.031Z] ---> fc03050c55e3 [2021-01-04T23:42:18.031Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T23:42:19.002Z] ---> d17c91c92205 [2021-01-04T23:42:19.002Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T23:42:19.272Z] ---> 6f93c3dc5863 [2021-01-04T23:42:19.272Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T23:42:19.882Z] ---> 77b1464d6a35 [2021-01-04T23:42:19.882Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T23:42:20.481Z] ---> 7b8dead3d2e7 [2021-01-04T23:42:20.481Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T23:42:20.481Z] ---> Running in 226dedc2b21c [2021-01-04T23:42:20.763Z] Removing intermediate container 226dedc2b21c [2021-01-04T23:42:20.763Z] ---> e3eaaebe25b4 [2021-01-04T23:42:20.763Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:42:20.763Z] ---> Running in 235f99551d1c [2021-01-04T23:42:21.038Z] Removing intermediate container 235f99551d1c [2021-01-04T23:42:21.038Z] ---> c98711a94e7a [2021-01-04T23:42:21.038Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T23:42:21.307Z] ---> Running in 9be96e132ec0 [2021-01-04T23:42:21.307Z] Removing intermediate container 9be96e132ec0 [2021-01-04T23:42:21.307Z] ---> 127af6fa200d [2021-01-04T23:42:21.307Z] Step 23/24 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:42:21.578Z] ---> Running in 2aa8830516f7 [2021-01-04T23:42:21.853Z] Removing intermediate container 2aa8830516f7 [2021-01-04T23:42:21.853Z] ---> b2b0ac9e976f [2021-01-04T23:42:21.853Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T23:42:21.853Z] ---> Running in c740e1eb2120 [2021-01-04T23:42:22.127Z] Removing intermediate container c740e1eb2120 [2021-01-04T23:42:22.127Z] ---> d453110e3bf4 [2021-01-04T23:42:22.127Z] [2021-01-04T23:42:22.398Z] Successfully built d453110e3bf4 [2021-01-04T23:42:22.398Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T23:42:27.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T23:42:30.595Z]  Building docker-support-notifications-go ... done Removing intermediate container 9969987b2075 [2021-01-04T23:42:30.595Z] ---> d12dda8a1c7d [2021-01-04T23:42:30.595Z] [2021-01-04T23:42:30.595Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T23:42:30.595Z] ---> 389fef711851 [2021-01-04T23:42:30.595Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T23:42:30.595Z] ---> Running in 63250fc5952e [2021-01-04T23:42:30.859Z] Removing intermediate container 63250fc5952e [2021-01-04T23:42:30.859Z] ---> ead2692f8808 [2021-01-04T23:42:30.859Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T23:42:30.859Z] ---> Running in 2644a379fe20 [2021-01-04T23:42:31.120Z] Removing intermediate container 2644a379fe20 [2021-01-04T23:42:31.120Z] ---> 14e4a9a98449 [2021-01-04T23:42:31.120Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T23:42:31.120Z] ---> Running in 31d8aca7eddf [2021-01-04T23:42:31.383Z] Removing intermediate container 31d8aca7eddf [2021-01-04T23:42:31.383Z] ---> 6039c200a8c5 [2021-01-04T23:42:31.383Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:42:31.383Z] ---> Running in 78c55d78b2d7 [2021-01-04T23:42:32.330Z] Removing intermediate container 78c55d78b2d7 [2021-01-04T23:42:32.330Z] ---> f3f23b42b2c3 [2021-01-04T23:42:32.330Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T23:42:32.330Z] ---> Running in 8d46643f8bfe [2021-01-04T23:42:33.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:42:34.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:42:35.246Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T23:42:35.246Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T23:42:35.246Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T23:42:35.509Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T23:42:35.509Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T23:42:35.772Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:42:35.772Z] OK: 8 MiB in 19 packages [2021-01-04T23:42:36.346Z] Removing intermediate container 8d46643f8bfe [2021-01-04T23:42:36.346Z] ---> 54e04ac2287f [2021-01-04T23:42:36.346Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T23:42:36.611Z] ---> f679f5e5df30 [2021-01-04T23:42:36.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T23:42:37.185Z] ---> 564209377763 [2021-01-04T23:42:37.185Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T23:42:37.448Z] ---> a69be5215cca [2021-01-04T23:42:37.448Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T23:42:37.448Z] ---> Running in ae9191384735 [2021-01-04T23:42:37.448Z] Removing intermediate container ae9191384735 [2021-01-04T23:42:37.448Z] ---> 7413373100e8 [2021-01-04T23:42:37.448Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:42:37.711Z] ---> Running in 027f13e33353 [2021-01-04T23:42:37.711Z] Removing intermediate container 027f13e33353 [2021-01-04T23:42:37.711Z] ---> bddcfda3c7fb [2021-01-04T23:42:37.711Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T23:42:37.973Z] ---> Running in fefbbd0019ae [2021-01-04T23:42:37.973Z] Removing intermediate container fefbbd0019ae [2021-01-04T23:42:37.973Z] ---> af2ce7271b47 [2021-01-04T23:42:37.973Z] Step 22/23 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:42:38.237Z] ---> Running in 1eb6399426a9 [2021-01-04T23:42:38.237Z] Removing intermediate container 1eb6399426a9 [2021-01-04T23:42:38.237Z] ---> ffd717fd057a [2021-01-04T23:42:38.237Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T23:42:38.237Z] ---> Running in 58d252d93b90 [2021-01-04T23:42:38.499Z] Removing intermediate container 58d252d93b90 [2021-01-04T23:42:38.499Z] ---> 8bf40669290b [2021-01-04T23:42:38.499Z] [2021-01-04T23:42:38.761Z] Successfully built 8bf40669290b [2021-01-04T23:42:38.761Z] Successfully tagged docker-core-data-go:latest [2021-01-04T23:42:39.038Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T23:42:39.056Z] $ docker stop --time=1 ff0dabe056dd493ae5756d7b08f2ce666ac1efcb6e5a32668a573a60a35f6943 [2021-01-04T23:42:40.737Z] $ docker rm -f ff0dabe056dd493ae5756d7b08f2ce666ac1efcb6e5a32668a573a60a35f6943 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T23:42:41.384Z] + docker images [2021-01-04T23:42:41.384Z] + grep docker [2021-01-04T23:42:41.384Z] docker-core-data-go latest 8bf40669290b 3 seconds ago 22.2MB [2021-01-04T23:42:41.384Z] docker-support-notifications-go latest d453110e3bf4 20 seconds ago 12MB [2021-01-04T23:42:41.384Z] docker-sys-mgmt-agent-go latest 05558cbf689a 52 seconds ago 313MB [2021-01-04T23:42:41.384Z] docker-core-metadata-go latest a28d27594f0e About a minute ago 13MB [2021-01-04T23:42:41.384Z] docker-support-scheduler-go latest c55ba67ff117 About a minute ago 10.7MB [2021-01-04T23:42:41.384Z] docker-security-secretstore-setup-go latest e171a87fa371 About a minute ago 24.6MB [2021-01-04T23:42:41.384Z] docker-security-bootstrapper-go latest c5dace9ab9c0 About a minute ago 41.4MB [2021-01-04T23:42:41.384Z] docker-security-proxy-setup-go latest 46915918e742 2 minutes ago 24.5MB [2021-01-04T23:42:41.384Z] docker-security-bootstrap-redis-go latest ca8dfde1e816 2 minutes ago 15.8MB [2021-01-04T23:42:41.384Z] docker-core-command-go latest 74df14723e90 2 minutes ago 10.6MB [2021-01-04T23:42:41.385Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-04T23:42:49.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T23:42:52.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T23:42:57.280Z] Still waiting to schedule task [2021-01-04T23:42:57.280Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-04T23:42:57.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T23:42:58.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T23:43:04.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T23:43:08.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T23:43:11.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T23:43:15.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T23:43:18.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T23:43:22.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T23:43:25.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-04T23:43:30.871Z] $ docker stop --time=1 482a55fc117699668ba9b45c9ef8a29fbe2d2e15cf5bc33e7693f7c28ca4a74b [2021-01-04T23:43:33.372Z] $ docker rm -f 482a55fc117699668ba9b45c9ef8a29fbe2d2e15cf5bc33e7693f7c28ca4a74b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:43:35.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T23:43:35.435Z] [2021-01-04T23:43:35.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:43:35.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T23:43:35.828Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T23:43:35.828Z] 29e5d40040c1: Pulling fs layer [2021-01-04T23:43:35.828Z] 1ce36da41761: Pulling fs layer [2021-01-04T23:43:35.828Z] 25b303627fd3: Pulling fs layer [2021-01-04T23:43:36.813Z] 29e5d40040c1: Verifying Checksum [2021-01-04T23:43:36.813Z] 29e5d40040c1: Download complete [2021-01-04T23:43:37.087Z] 1ce36da41761: Verifying Checksum [2021-01-04T23:43:37.087Z] 1ce36da41761: Download complete [2021-01-04T23:43:37.361Z] 29e5d40040c1: Pull complete [2021-01-04T23:43:38.799Z] 1ce36da41761: Pull complete [2021-01-04T23:43:38.799Z] 25b303627fd3: Verifying Checksum [2021-01-04T23:43:38.799Z] 25b303627fd3: Download complete [2021-01-04T23:43:42.724Z] Running on prd-ubuntu18.04-docker-8c-8g-18344 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-04T23:43:42.782Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-04T23:43:44.801Z] using credential edgex-jenkins-ssh [2021-01-04T23:43:44.860Z] Cloning the remote Git repository [2021-01-04T23:43:44.883Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T23:43:44.943Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-04T23:43:44.969Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T23:43:44.969Z] > git --version # timeout=10 [2021-01-04T23:43:44.979Z] > git --version # 'git version 2.17.1' [2021-01-04T23:43:44.979Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:43:44.999Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:43:48.973Z] 25b303627fd3: Pull complete [2021-01-04T23:43:48.974Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T23:43:48.974Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T23:43:48.974Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T23:43:49.211Z] prd-ubuntu18.04-docker-arm64-4c-16g-18343 does not seem to be running inside a container [2021-01-04T23:43:49.281Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T23:43:51.160Z] Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit 393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:43:50.529Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T23:43:50.535Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:43:50.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T23:43:50.554Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T23:43:50.555Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:43:50.558Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T23:43:51.171Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:43:51.175Z] > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 [2021-01-04T23:43:51.277Z] > git remote # timeout=10 [2021-01-04T23:43:51.283Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T23:43:51.287Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:43:51.289Z] > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 [2021-01-04T23:43:51.296Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T23:43:51.296Z] Merge succeeded, producing 393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:43:51.297Z] Checking out Revision 393a9f5493167e63022d344362f453b577f2a81b (PR-2970) [2021-01-04T23:43:52.474Z] $ docker top e502efb122873e0b44f6781162207a34c297c92e11db7d9e3ed00c2240d1a65a -eo pid,comm [2021-01-04T23:43:51.303Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:43:51.305Z] > git checkout -f 393a9f5493167e63022d344362f453b577f2a81b # timeout=10 [Pipeline] { [Pipeline] sh [2021-01-04T23:43:53.532Z] + docker-compose build --help [2021-01-04T23:43:53.532Z] + grep parallel [2021-01-04T23:43:54.913Z] Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:43:56.197Z] + echo snap-build.sh [2021-01-04T23:43:56.197Z] snap-build.sh [2021-01-04T23:43:56.197Z] + SNAP_BASE_DIR=. [2021-01-04T23:43:56.197Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-04T23:43:56.197Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-04T23:43:56.197Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-04T23:43:56.197Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-04T23:43:56.197Z] + cd /w/workspace/edgex-go/7 [2021-01-04T23:43:56.197Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T23:43:56.197Z] Reading package lists... [2021-01-04T23:43:56.197Z] Building dependency tree... [2021-01-04T23:43:56.197Z] Reading state information... [2021-01-04T23:43:56.459Z] The following packages were automatically installed and are no longer required: [2021-01-04T23:43:56.459Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T23:43:56.459Z] uidmap xdelta3 [2021-01-04T23:43:56.459Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T23:43:56.459Z] The following packages will be REMOVED: [2021-01-04T23:43:56.459Z] lxd* lxd-client* [2021-01-04T23:43:56.906Z] --parallel Build images in parallel. [2021-01-04T23:43:57.030Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T23:43:57.030Z] After this operation, 31.7 MB disk space will be freed. [Pipeline] } [2021-01-04T23:43:57.197Z] $ docker stop --time=1 e502efb122873e0b44f6781162207a34c297c92e11db7d9e3ed00c2240d1a65a [2021-01-04T23:43:58.069Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-04T23:43:58.069Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T23:43:58.639Z] Removing lxd dnsmasq configuration [2021-01-04T23:43:58.899Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T23:43:59.159Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T23:43:59.198Z] $ docker rm -f e502efb122873e0b44f6781162207a34c297c92e11db7d9e3ed00c2240d1a65a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:43:59.729Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T23:43:59.990Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-04T23:43:59.990Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T23:44:00.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T23:44:00.037Z] . [Pipeline] withDockerContainer [2021-01-04T23:44:00.300Z] prd-ubuntu18.04-docker-arm64-4c-16g-18343 does not seem to be running inside a container [2021-01-04T23:44:00.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T23:44:01.379Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T23:44:01.380Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T23:44:01.789Z] $ docker top f82e1ea81690155482fc652b49be172bf88b6df3ce748d586d45fc726ea3d869 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:44:02.766Z] + sudo snap remove --purge lxd [2021-01-04T23:44:02.766Z] snap "lxd" is not installed [2021-01-04T23:44:02.766Z] + sudo groupadd --force --system lxd [2021-01-04T23:44:02.766Z] ++ whoami [2021-01-04T23:44:02.766Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T23:44:02.766Z] + newgrp - lxd [2021-01-04T23:44:02.766Z] + sudo snap install lxd [2021-01-04T23:44:02.817Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T23:44:07.101Z] Building docker-core-command-go ... [2021-01-04T23:44:07.101Z] Building docker-core-data-go ... [2021-01-04T23:44:07.101Z] Building docker-core-metadata-go ... [2021-01-04T23:44:07.101Z] Building docker-security-bootstrapper-go ... [2021-01-04T23:44:07.101Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T23:44:07.101Z] Building docker-security-proxy-setup-go ... [2021-01-04T23:44:07.101Z] Building docker-security-secretstore-setup-go ... [2021-01-04T23:44:07.101Z] Building docker-support-notifications-go ... [2021-01-04T23:44:07.101Z] Building docker-support-scheduler-go ... [2021-01-04T23:44:07.101Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T23:44:07.101Z] Building docker-security-secretstore-setup-go [2021-01-04T23:44:07.101Z] Building docker-core-data-go [2021-01-04T23:44:07.101Z] Building docker-sys-mgmt-agent-go [2021-01-04T23:44:07.101Z] Building docker-support-notifications-go [2021-01-04T23:44:07.101Z] Building docker-security-bootstrap-redis-go [2021-01-04T23:44:10.898Z] 2021-01-04T23:44:08Z INFO Waiting for automatic snapd restart... [2021-01-04T23:44:23.159Z] lxd 4.9 from Canonical* installed [2021-01-04T23:44:23.159Z] + sudo lxd init --auto [2021-01-04T23:44:31.292Z] + sudo snap install --classic snapcraft [2021-01-04T23:44:39.424Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T23:44:39.424Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T23:44:39.424Z] + patch --verbose -p1 [2021-01-04T23:44:39.424Z] Hmm... Looks like a unified diff to me... [2021-01-04T23:44:39.424Z] The text leading up to this was: [2021-01-04T23:44:39.424Z] -------------------------- [2021-01-04T23:44:39.424Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T23:44:39.424Z] |From: Tony Espy [2021-01-04T23:44:39.424Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T23:44:39.424Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T23:44:39.424Z] | [2021-01-04T23:44:39.424Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T23:44:39.424Z] |optimize the snap CI check run for pull requests. When [2021-01-04T23:44:39.424Z] |applied, it essentially strips out everything (apps and [2021-01-04T23:44:39.424Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T23:44:39.424Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T23:44:39.424Z] |catch changes to edgex-go that break the snap build. [2021-01-04T23:44:39.424Z] | [2021-01-04T23:44:39.424Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T23:44:39.424Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T23:44:39.424Z] |resulting in a failed snap build CI check in the associated [2021-01-04T23:44:39.424Z] |pull request. [2021-01-04T23:44:39.424Z] | [2021-01-04T23:44:39.424Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T23:44:39.424Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T23:44:39.424Z] |need to build the finally binary .snap file (and it won't [2021-01-04T23:44:39.424Z] |work with the patch applied). This further reduces the build [2021-01-04T23:44:39.424Z] |time. [2021-01-04T23:44:39.424Z] |--- [2021-01-04T23:44:39.424Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T23:44:39.424Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T23:44:39.424Z] | [2021-01-04T23:44:39.424Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T23:44:39.424Z] |index 1e537489..faf42425 100644 [2021-01-04T23:44:39.424Z] |--- a/snap/snapcraft.yaml [2021-01-04T23:44:39.424Z] |+++ b/snap/snapcraft.yaml [2021-01-04T23:44:39.424Z] -------------------------- [2021-01-04T23:44:39.424Z] patching file snap/snapcraft.yaml [2021-01-04T23:44:39.424Z] Using Plan A... [2021-01-04T23:44:39.424Z] Hunk #1 succeeded at 73. [2021-01-04T23:44:39.424Z] Hunk #2 succeeded at 202. [2021-01-04T23:44:39.424Z] Hunk #3 succeeded at 214. [2021-01-04T23:44:39.424Z] Hunk #4 succeeded at 222. [2021-01-04T23:44:39.424Z] Hunk #5 succeeded at 229. [2021-01-04T23:44:39.424Z] Hunk #6 succeeded at 256. [2021-01-04T23:44:39.424Z] Hunk #7 succeeded at 290. [2021-01-04T23:44:39.424Z] Hunk #8 succeeded at 341. [2021-01-04T23:44:39.424Z] Hmm... Ignoring the trailing garbage. [2021-01-04T23:44:39.424Z] done [2021-01-04T23:44:39.424Z] + sudo snapcraft prime --use-lxd [2021-01-04T23:44:39.994Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T23:44:39.994Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-04T23:44:39.994Z] - README.md [2021-01-04T23:44:39.994Z] [2021-01-04T23:44:39.994Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T23:44:40.564Z] Launching a container. [2021-01-04T23:44:52.810Z] Waiting for container to be ready [2021-01-04T23:44:52.810Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T23:44:52.810Z] [2021-01-04T23:44:54.721Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T23:44:54.983Z] Waiting for network to be ready... [2021-01-04T23:44:55.553Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T23:44:55.553Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T23:44:55.813Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T23:44:56.074Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T23:44:56.074Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T23:44:56.340Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T23:44:56.340Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T23:44:56.340Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T23:44:56.340Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T23:44:56.340Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T23:44:56.340Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T23:44:56.340Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T23:44:56.340Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T23:44:56.340Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T23:44:56.340Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T23:44:56.340Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T23:44:56.340Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T23:44:56.340Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T23:44:56.600Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T23:44:56.862Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-04T23:44:56.862Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T23:44:56.862Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T23:44:56.862Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T23:44:56.862Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T23:44:56.862Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T23:44:56.862Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T23:44:57.123Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T23:45:01.324Z] Fetched 23.6 MB in 5s (4293 kB/s) [2021-01-04T23:45:01.896Z] Reading package lists... [2021-01-04T23:45:01.896Z] Reading package lists... [2021-01-04T23:45:02.168Z] Building dependency tree... [2021-01-04T23:45:02.168Z] Reading state information... [2021-01-04T23:45:02.168Z] The following additional packages will be installed: [2021-01-04T23:45:02.168Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T23:45:02.168Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T23:45:02.168Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T23:45:02.168Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T23:45:02.168Z] Suggested packages: [2021-01-04T23:45:02.168Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T23:45:02.168Z] Recommended packages: [2021-01-04T23:45:02.168Z] gnupg libsasl2-modules [2021-01-04T23:45:02.168Z] The following NEW packages will be installed: [2021-01-04T23:45:02.168Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T23:45:02.168Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T23:45:02.168Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T23:45:02.168Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T23:45:02.168Z] The following packages will be upgraded: [2021-01-04T23:45:02.168Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T23:45:03.115Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T23:45:03.115Z] Need to get 3531 kB of archives. [2021-01-04T23:45:03.115Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T23:45:03.115Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T23:45:03.115Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T23:45:03.115Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T23:45:03.115Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T23:45:03.115Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-04T23:45:03.115Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-04T23:45:03.115Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T23:45:03.115Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T23:45:03.115Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T23:45:03.115Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T23:45:03.688Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T23:45:03.688Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T23:45:03.688Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T23:45:03.688Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T23:45:03.688Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T23:45:03.688Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T23:45:03.688Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T23:45:03.688Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T23:45:03.688Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T23:45:03.688Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T23:45:03.688Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T23:45:03.688Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T23:45:03.948Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T23:45:03.948Z] Fetched 3531 kB in 1s (2397 kB/s) [2021-01-04T23:45:03.948Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T23:45:03.948Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T23:45:03.948Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T23:45:04.208Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T23:45:04.208Z] Selecting previously unselected package udev. [2021-01-04T23:45:04.208Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T23:45:04.208Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T23:45:04.208Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T23:45:04.469Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T23:45:04.469Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T23:45:04.469Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T23:45:04.469Z] Selecting previously unselected package fuse. [2021-01-04T23:45:04.469Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T23:45:04.729Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T23:45:04.729Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:04.729Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T23:45:04.729Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:04.729Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T23:45:04.988Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:04.988Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T23:45:04.988Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T23:45:04.988Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T23:45:04.988Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T23:45:05.250Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T23:45:05.250Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.250Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:05.250Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T23:45:05.250Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.250Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:05.250Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T23:45:05.250Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.250Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:05.511Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T23:45:05.511Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.511Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:05.511Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T23:45:05.511Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.511Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:05.511Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T23:45:05.511Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.511Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:05.772Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T23:45:05.772Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.772Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:05.772Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T23:45:05.772Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.772Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:05.772Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T23:45:05.772Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T23:45:05.772Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:06.033Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T23:45:06.033Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T23:45:06.033Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T23:45:06.033Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T23:45:06.033Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T23:45:06.033Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T23:45:06.033Z] Selecting previously unselected package libldap-common. [2021-01-04T23:45:06.033Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T23:45:06.033Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T23:45:06.033Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T23:45:06.033Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T23:45:06.033Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T23:45:06.295Z] Selecting previously unselected package dirmngr. [2021-01-04T23:45:06.295Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:06.295Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T23:45:06.295Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T23:45:06.295Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T23:45:06.295Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T23:45:06.555Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T23:45:06.555Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T23:45:06.555Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T23:45:06.555Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:06.555Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T23:45:06.555Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T23:45:06.555Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T23:45:07.126Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T23:45:07.126Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:07.126Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T23:45:07.386Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T23:45:07.386Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T23:45:07.386Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:07.386Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:07.386Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:07.386Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:07.386Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:07.647Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:07.647Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T23:45:07.647Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T23:45:07.647Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T23:45:07.647Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T23:45:08.218Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T23:45:08.218Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T23:45:08.218Z] This means they are not meant to be enabled using systemctl. [2021-01-04T23:45:08.218Z] Possible reasons for having this kind of units are: [2021-01-04T23:45:08.218Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T23:45:08.218Z] .wants/ or .requires/ directory. [2021-01-04T23:45:08.218Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T23:45:08.218Z] a requirement dependency on it. [2021-01-04T23:45:08.218Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T23:45:08.218Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T23:45:08.219Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T23:45:08.219Z] instance name specified. [2021-01-04T23:45:08.480Z] Reading package lists... [2021-01-04T23:45:08.480Z] Building dependency tree... [2021-01-04T23:45:08.480Z] Reading state information... [2021-01-04T23:45:08.741Z] The following additional packages will be installed: [2021-01-04T23:45:08.741Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T23:45:08.741Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T23:45:08.741Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T23:45:08.741Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T23:45:08.741Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T23:45:08.741Z] Suggested packages: [2021-01-04T23:45:08.741Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T23:45:08.741Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T23:45:08.741Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T23:45:08.741Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T23:45:08.741Z] systemd-container policykit-1 [2021-01-04T23:45:08.741Z] Recommended packages: [2021-01-04T23:45:08.741Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T23:45:08.741Z] The following NEW packages will be installed: [2021-01-04T23:45:08.741Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T23:45:08.741Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T23:45:08.741Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T23:45:08.741Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T23:45:08.741Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T23:45:08.741Z] The following packages will be upgraded: [2021-01-04T23:45:08.741Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T23:45:09.001Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T23:45:09.001Z] Need to get 35.2 MB of archives. [2021-01-04T23:45:09.002Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T23:45:09.002Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T23:45:09.002Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T23:45:09.575Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T23:45:09.575Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-04T23:45:09.841Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T23:45:09.841Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-04T23:45:09.841Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T23:45:09.841Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T23:45:09.841Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T23:45:09.841Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T23:45:09.841Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T23:45:09.841Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T23:45:09.841Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T23:45:09.841Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T23:45:09.841Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-04T23:45:09.841Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T23:45:09.841Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-04T23:45:09.841Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T23:45:09.841Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-04T23:45:09.841Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T23:45:09.841Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-04T23:45:10.102Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-04T23:45:10.102Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T23:45:10.102Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T23:45:10.102Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T23:45:10.102Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T23:45:10.102Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T23:45:10.102Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T23:45:10.102Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T23:45:10.102Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T23:45:11.044Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T23:45:11.044Z] Fetched 35.2 MB in 2s (15.9 MB/s) [2021-01-04T23:45:11.305Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T23:45:11.305Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T23:45:11.305Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T23:45:11.877Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T23:45:11.877Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T23:45:12.141Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T23:45:12.141Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T23:45:12.141Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T23:45:12.141Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T23:45:12.405Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T23:45:12.405Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T23:45:12.405Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T23:45:12.707Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T23:45:13.026Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T23:45:13.026Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T23:45:13.599Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T23:45:13.599Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T23:45:13.599Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T23:45:13.860Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T23:45:13.860Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T23:45:13.860Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T23:45:14.121Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T23:45:14.121Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T23:45:14.121Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T23:45:14.121Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T23:45:14.382Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T23:45:14.382Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T23:45:14.382Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T23:45:14.643Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T23:45:14.643Z] Checking for services that may need to be restarted...done. [2021-01-04T23:45:14.643Z] Checking for services that may need to be restarted...done. [2021-01-04T23:45:14.643Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T23:45:14.643Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T23:45:14.904Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T23:45:15.474Z] Selecting previously unselected package python3-minimal. [2021-01-04T23:45:15.474Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T23:45:15.474Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T23:45:15.474Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T23:45:15.474Z] Selecting previously unselected package mime-support. [2021-01-04T23:45:15.474Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T23:45:15.474Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T23:45:15.474Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T23:45:15.474Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T23:45:15.474Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T23:45:15.734Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T23:45:15.734Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T23:45:15.734Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T23:45:15.994Z] Selecting previously unselected package python3.6. [2021-01-04T23:45:15.995Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T23:45:15.995Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T23:45:15.995Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T23:45:15.995Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T23:45:15.995Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T23:45:15.995Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T23:45:16.255Z] Selecting previously unselected package python3. [2021-01-04T23:45:16.255Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T23:45:16.255Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T23:45:16.255Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T23:45:16.255Z] Selecting previously unselected package multiarch-support. [2021-01-04T23:45:16.255Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T23:45:16.516Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T23:45:16.516Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T23:45:16.516Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T23:45:16.516Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T23:45:16.516Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T23:45:16.516Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T23:45:16.516Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T23:45:16.516Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T23:45:16.516Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T23:45:16.777Z] Selecting previously unselected package sudo. [2021-01-04T23:45:16.777Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T23:45:16.777Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T23:45:17.038Z] Selecting previously unselected package apparmor. [2021-01-04T23:45:17.038Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T23:45:17.038Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T23:45:17.038Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T23:45:17.038Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T23:45:17.038Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T23:45:17.297Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T23:45:17.297Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T23:45:17.297Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T23:45:17.297Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T23:45:17.297Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T23:45:17.297Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T23:45:17.297Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T23:45:17.297Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T23:45:17.557Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T23:45:17.557Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T23:45:17.557Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T23:45:17.557Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T23:45:17.557Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T23:45:17.557Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T23:45:17.557Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T23:45:17.817Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T23:45:17.817Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T23:45:17.817Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T23:45:18.078Z] Selecting previously unselected package openssh-client. [2021-01-04T23:45:18.078Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T23:45:18.078Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T23:45:18.078Z] Selecting previously unselected package squashfs-tools. [2021-01-04T23:45:18.078Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T23:45:18.078Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T23:45:19.019Z] Selecting previously unselected package snapd. [2021-01-04T23:45:19.019Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T23:45:19.019Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T23:45:20.930Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T23:45:20.930Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T23:45:21.190Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T23:45:21.190Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T23:45:21.190Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T23:45:21.190Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T23:45:21.450Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T23:45:21.450Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T23:45:21.450Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T23:45:22.391Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T23:45:22.391Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T23:45:22.391Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T23:45:22.391Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T23:45:22.391Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T23:45:22.391Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T23:45:23.332Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T23:45:23.332Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T23:45:23.332Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T23:45:23.332Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T23:45:23.332Z] running python rtupdate hooks for python3.6... [2021-01-04T23:45:23.332Z] running python post-rtupdate hooks for python3.6... [2021-01-04T23:45:23.593Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T23:45:25.506Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T23:45:25.506Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T23:45:25.506Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T23:45:25.506Z] Setting up snapd (2.48+18.04) ... [2021-01-04T23:45:26.077Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T23:45:26.338Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T23:45:26.339Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T23:45:26.599Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-04T23:45:26.862Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T23:45:26.862Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T23:45:27.124Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T23:45:27.384Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T23:45:27.384Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T23:45:27.644Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T23:45:27.904Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-04T23:45:27.904Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T23:45:27.904Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T23:45:28.844Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T23:45:28.844Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T23:45:28.844Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T23:45:28.852Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:45:28.852Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:45:28.852Z] ---> 35e1c7b3a417 [2021-01-04T23:45:28.852Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T23:45:28.852Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:45:28.852Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:45:28.852Z] ---> 35e1c7b3a417 [2021-01-04T23:45:28.852Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T23:45:28.852Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:45:28.852Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:45:28.852Z] ---> 35e1c7b3a417 [2021-01-04T23:45:28.852Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T23:45:28.852Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:45:28.852Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:45:28.852Z] ---> 35e1c7b3a417 [2021-01-04T23:45:28.852Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T23:45:28.852Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:45:28.852Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:45:28.852Z] ---> 35e1c7b3a417 [2021-01-04T23:45:28.852Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T23:45:28.852Z] ---> Running in 013d9a0f2155 [2021-01-04T23:45:28.852Z] ---> Running in 63513808ed10 [2021-01-04T23:45:28.852Z] ---> Running in cf2bceda6ef5 [2021-01-04T23:45:28.852Z] ---> Running in 418448e58e69 [2021-01-04T23:45:28.852Z] ---> Running in 85cb4fbba3a6 [2021-01-04T23:45:28.852Z] Removing intermediate container 013d9a0f2155 [2021-01-04T23:45:28.852Z] ---> 3abd24a2a443 [2021-01-04T23:45:28.852Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:45:28.852Z] Removing intermediate container cf2bceda6ef5 [2021-01-04T23:45:28.852Z] ---> 2538976ccfc0 [2021-01-04T23:45:28.852Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:45:28.852Z] Removing intermediate container 418448e58e69 [2021-01-04T23:45:28.852Z] ---> 57544d9c88cd [2021-01-04T23:45:28.852Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:45:28.852Z] Removing intermediate container 63513808ed10 [2021-01-04T23:45:28.852Z] ---> 54c5dcafcfb5 [2021-01-04T23:45:28.852Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:45:28.852Z] Removing intermediate container 85cb4fbba3a6 [2021-01-04T23:45:28.852Z] ---> a0ef27fc45b3 [2021-01-04T23:45:28.852Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:45:28.852Z] ---> Running in ba4c3915c1cf [2021-01-04T23:45:28.852Z] ---> Running in 2b44e7b55be9 [2021-01-04T23:45:28.852Z] ---> Running in 16e67a9d2cc3 [2021-01-04T23:45:28.852Z] ---> Running in ae88a86b1248 [2021-01-04T23:45:28.852Z] ---> Running in e34cd0f24b29 [2021-01-04T23:45:28.852Z] Removing intermediate container 2b44e7b55be9 [2021-01-04T23:45:28.852Z] ---> 561c1d35d672 [2021-01-04T23:45:28.852Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T23:45:28.852Z] ---> Running in a8f86deed07f [2021-01-04T23:45:28.852Z] Removing intermediate container ba4c3915c1cf [2021-01-04T23:45:28.852Z] ---> 2648fda758ea [2021-01-04T23:45:28.852Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T23:45:28.852Z] Removing intermediate container 16e67a9d2cc3 [2021-01-04T23:45:28.852Z] ---> 6f03ab6b893a [2021-01-04T23:45:28.852Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T23:45:28.852Z] Removing intermediate container e34cd0f24b29 [2021-01-04T23:45:28.852Z] ---> 57731db17105 [2021-01-04T23:45:28.852Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T23:45:28.852Z] ---> Running in f26ad8fd05f6 [2021-01-04T23:45:28.852Z] ---> Running in 095784019ee9 [2021-01-04T23:45:28.852Z] Removing intermediate container ae88a86b1248 [2021-01-04T23:45:28.852Z] ---> b79f232a84c3 [2021-01-04T23:45:28.852Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T23:45:28.852Z] ---> Running in b77ea681d1d5 [2021-01-04T23:45:28.852Z] ---> Running in ffc923f2b354 [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:28.852Z] OK: 217 MiB in 51 packages [2021-01-04T23:45:29.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:45:29.734Z] OK: 217 MiB in 51 packages [2021-01-04T23:45:29.734Z] OK: 217 MiB in 51 packages [2021-01-04T23:45:30.019Z] OK: 217 MiB in 51 packages [2021-01-04T23:45:30.019Z] OK: 217 MiB in 51 packages [2021-01-04T23:45:30.298Z] Removing intermediate container a8f86deed07f [2021-01-04T23:45:30.298Z] ---> d0daa3cfce1f [2021-01-04T23:45:30.298Z] Step 6/23 : COPY go.mod . [2021-01-04T23:45:30.492Z] Reading package lists... [2021-01-04T23:45:30.492Z] Reading package lists... [2021-01-04T23:45:30.492Z] Building dependency tree... [2021-01-04T23:45:30.492Z] Reading state information... [2021-01-04T23:45:30.753Z] Calculating upgrade... [2021-01-04T23:45:30.753Z] The following packages will be upgraded: [2021-01-04T23:45:30.753Z] advancecomp base-files bash binutils binutils-common [2021-01-04T23:45:30.753Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T23:45:30.753Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T23:45:30.753Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T23:45:30.753Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T23:45:30.753Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T23:45:30.753Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T23:45:30.753Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T23:45:30.753Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T23:45:30.753Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T23:45:30.753Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T23:45:30.753Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T23:45:30.753Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T23:45:30.753Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-04T23:45:31.013Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T23:45:31.013Z] Need to get 63.5 MB of archives. [2021-01-04T23:45:31.013Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-04T23:45:31.013Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T23:45:31.013Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T23:45:31.013Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T23:45:31.013Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T23:45:31.013Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T23:45:31.013Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T23:45:31.013Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-04T23:45:31.013Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T23:45:31.013Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T23:45:31.013Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T23:45:31.014Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T23:45:31.014Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T23:45:31.014Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T23:45:31.014Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T23:45:31.014Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-04T23:45:31.014Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-04T23:45:31.014Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T23:45:31.274Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T23:45:31.274Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T23:45:31.274Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T23:45:31.274Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-04T23:45:31.274Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T23:45:31.274Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T23:45:31.274Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T23:45:31.274Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T23:45:31.274Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T23:45:31.274Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T23:45:31.274Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T23:45:31.274Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T23:45:31.274Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T23:45:31.274Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T23:45:31.274Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T23:45:31.274Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T23:45:31.274Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T23:45:31.274Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T23:45:31.274Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T23:45:31.274Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T23:45:31.274Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T23:45:31.274Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T23:45:31.274Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T23:45:31.274Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T23:45:31.274Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T23:45:31.274Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T23:45:31.274Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T23:45:31.274Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T23:45:31.274Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-04T23:45:31.274Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T23:45:31.275Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T23:45:31.275Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T23:45:31.275Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T23:45:31.275Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T23:45:31.275Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T23:45:31.275Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T23:45:31.290Z] ---> 439931dc4d40 [2021-01-04T23:45:31.290Z] Step 7/23 : RUN go mod download [2021-01-04T23:45:31.290Z] Removing intermediate container f26ad8fd05f6 [2021-01-04T23:45:31.290Z] ---> eda1ed2016d3 [2021-01-04T23:45:31.290Z] Step 6/24 : COPY go.mod . [2021-01-04T23:45:31.535Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T23:45:31.571Z] ---> Running in f155da13bc86 [2021-01-04T23:45:31.797Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T23:45:31.797Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T23:45:31.797Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T23:45:31.797Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T23:45:31.797Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-04T23:45:31.797Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T23:45:31.849Z] Removing intermediate container ffc923f2b354 [2021-01-04T23:45:31.849Z] ---> 60f23c342459 [2021-01-04T23:45:31.849Z] Step 6/26 : COPY go.mod . [2021-01-04T23:45:31.849Z] Removing intermediate container 095784019ee9 [2021-01-04T23:45:31.849Z] ---> f6682540a563 [2021-01-04T23:45:31.849Z] Step 6/24 : COPY go.mod . [2021-01-04T23:45:32.059Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T23:45:32.060Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T23:45:32.060Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T23:45:32.060Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T23:45:32.060Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-04T23:45:32.060Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T23:45:32.060Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T23:45:32.060Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T23:45:32.060Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T23:45:32.060Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T23:45:32.060Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T23:45:32.060Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T23:45:32.060Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T23:45:32.060Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T23:45:32.060Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T23:45:32.060Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T23:45:32.060Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T23:45:32.060Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T23:45:32.060Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-04T23:45:32.060Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-04T23:45:32.060Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-04T23:45:32.060Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T23:45:32.060Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-04T23:45:32.060Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T23:45:32.134Z] Removing intermediate container b77ea681d1d5 [2021-01-04T23:45:32.134Z] ---> 4179707ce6ff [2021-01-04T23:45:32.134Z] Step 6/22 : COPY go.mod . [2021-01-04T23:45:32.321Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T23:45:32.321Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T23:45:32.321Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-04T23:45:32.321Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T23:45:32.321Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T23:45:32.321Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-04T23:45:32.321Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T23:45:32.321Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T23:45:32.321Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T23:45:32.321Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T23:45:32.582Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T23:45:32.582Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T23:45:32.582Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T23:45:32.582Z] Fetched 63.5 MB in 2s (38.6 MB/s) [2021-01-04T23:45:32.746Z] ---> e9b498e4cd1b [2021-01-04T23:45:32.746Z] Step 7/24 : RUN go mod download [2021-01-04T23:45:32.746Z] ---> Running in fd3ea7decc16 [2021-01-04T23:45:32.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:32.844Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T23:45:32.844Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T23:45:33.357Z] ---> fbcfd18e2933 [2021-01-04T23:45:33.357Z] Step 7/24 : RUN go mod download [2021-01-04T23:45:33.357Z] ---> ef025b5dc0df [2021-01-04T23:45:33.357Z] Step 7/26 : RUN go mod download [2021-01-04T23:45:33.357Z] ---> 44f535dc389c [2021-01-04T23:45:33.357Z] Step 7/22 : RUN go mod download [2021-01-04T23:45:33.416Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T23:45:33.641Z] ---> Running in 97a0d8f5131d [2021-01-04T23:45:33.641Z] ---> Running in 8010d918777c [2021-01-04T23:45:33.641Z] ---> Running in de06ac76e687 [2021-01-04T23:45:33.676Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T23:45:33.676Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-04T23:45:33.676Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-04T23:45:34.646Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:34.646Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:34.646Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:34.646Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:34.921Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:34.921Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:34.921Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:34.921Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:35.181Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:35.181Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:35.181Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:35.181Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:35.181Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:35.181Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:35.441Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:45:35.441Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T23:45:35.442Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:35.442Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T23:45:35.702Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:45:35.702Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T23:45:35.702Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:35.702Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:35.962Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:35.962Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:35.962Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:36.223Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T23:45:36.223Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:45:36.285Z] Removing intermediate container f155da13bc86 [2021-01-04T23:45:36.285Z] ---> d5d2381cb952 [2021-01-04T23:45:36.285Z] Step 8/23 : COPY . . [2021-01-04T23:45:36.484Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T23:45:36.484Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T23:45:36.484Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T23:45:36.885Z] Removing intermediate container fd3ea7decc16 [2021-01-04T23:45:36.885Z] ---> 9333ae996f6f [2021-01-04T23:45:36.885Z] Step 8/24 : COPY . . [2021-01-04T23:45:37.058Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T23:45:37.318Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T23:45:37.318Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T23:45:37.318Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T23:45:37.318Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T23:45:37.318Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-04T23:45:37.580Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T23:45:37.580Z] Installing new version of config file /etc/issue ... [2021-01-04T23:45:37.580Z] Installing new version of config file /etc/issue.net ... [2021-01-04T23:45:37.580Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T23:45:37.580Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T23:45:37.840Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T23:45:38.118Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T23:45:38.118Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T23:45:38.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:38.118Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T23:45:38.118Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T23:45:38.377Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T23:45:38.377Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-04T23:45:38.377Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:38.377Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:38.640Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:38.640Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:45:38.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:38.640Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T23:45:38.900Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T23:45:38.900Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T23:45:38.917Z] Removing intermediate container 97a0d8f5131d [2021-01-04T23:45:38.917Z] ---> 1e1aa49aee26 [2021-01-04T23:45:38.917Z] Step 8/26 : COPY . . [2021-01-04T23:45:39.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:39.162Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T23:45:39.162Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T23:45:39.421Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T23:45:39.515Z] Removing intermediate container de06ac76e687 [2021-01-04T23:45:39.515Z] ---> 0f8f84938c22 [2021-01-04T23:45:39.515Z] Step 8/24 : COPY . . [2021-01-04T23:45:39.515Z] Removing intermediate container 8010d918777c [2021-01-04T23:45:39.515Z] ---> da23e10eb643 [2021-01-04T23:45:39.515Z] Step 8/22 : COPY . . [2021-01-04T23:45:39.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:39.682Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:39.682Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T23:45:39.942Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T23:45:39.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:39.942Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:39.942Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T23:45:40.203Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T23:45:40.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:40.203Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T23:45:40.203Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T23:45:40.463Z] Setting up grep (3.1-2build1) ... [2021-01-04T23:45:40.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:40.463Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T23:45:40.463Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T23:45:40.463Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T23:45:40.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:40.723Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T23:45:40.723Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T23:45:40.723Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T23:45:40.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:40.983Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T23:45:40.983Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T23:45:41.555Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T23:45:41.555Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T23:45:41.555Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T23:45:41.555Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T23:45:42.125Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T23:45:42.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:42.125Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T23:45:42.385Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T23:45:43.325Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T23:45:43.325Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T23:45:43.325Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T23:45:43.325Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T23:45:43.586Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T23:45:43.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:43.586Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T23:45:43.586Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T23:45:43.845Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T23:45:43.845Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:43.845Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:43.845Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:44.105Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:45:44.105Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:44.105Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:44.105Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:44.365Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:45:44.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:44.365Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:44.365Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:44.365Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:45:44.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:44.627Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:44.627Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:44.627Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:45:44.887Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:44.887Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T23:45:44.887Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T23:45:44.887Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T23:45:44.887Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T23:45:45.147Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T23:45:45.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:45.147Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T23:45:45.147Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T23:45:45.407Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T23:45:45.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:45.407Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:45.407Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:45.407Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:45:45.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:45.666Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:45.666Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:45.666Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:45:45.926Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:45.926Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:45.926Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:46.187Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:45:46.448Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T23:45:46.708Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T23:45:46.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:46.968Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T23:45:46.968Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T23:45:47.228Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T23:45:47.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T23:45:47.228Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T23:45:47.228Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T23:45:47.488Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T23:45:47.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:47.489Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T23:45:47.489Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T23:45:47.749Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T23:45:47.749Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:47.749Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T23:45:48.009Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T23:45:48.009Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T23:45:48.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:48.270Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T23:45:48.270Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T23:45:48.270Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T23:45:48.270Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:48.270Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T23:45:48.529Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T23:45:48.529Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T23:45:48.790Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:48.790Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T23:45:48.790Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T23:45:48.790Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T23:45:48.790Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T23:45:49.050Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:49.050Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T23:45:49.050Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T23:45:49.310Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:49.310Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T23:45:49.310Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T23:45:49.310Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T23:45:49.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:49.571Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T23:45:49.571Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T23:45:49.571Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T23:45:50.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:50.165Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:50.165Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T23:45:50.165Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T23:45:50.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:50.165Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T23:45:50.165Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T23:45:50.425Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T23:45:50.425Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:50.425Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T23:45:50.425Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T23:45:50.685Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T23:45:50.945Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:50.946Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T23:45:50.946Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T23:45:51.209Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T23:45:51.209Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:51.209Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-04T23:45:51.209Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T23:45:51.469Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T23:45:51.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:51.469Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T23:45:51.469Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T23:45:51.729Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T23:45:51.729Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:51.729Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T23:45:51.729Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T23:45:51.989Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T23:45:51.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:51.989Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T23:45:51.989Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T23:45:52.249Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T23:45:52.249Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T23:45:52.249Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T23:45:52.249Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T23:45:52.511Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T23:45:52.511Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T23:45:52.511Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T23:45:52.511Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T23:45:52.511Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T23:45:52.771Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T23:45:52.771Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T23:45:52.771Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T23:45:53.031Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T23:45:53.031Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-04T23:45:53.291Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T23:45:53.291Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T23:45:53.291Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T23:45:53.291Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T23:45:53.551Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T23:45:53.551Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T23:45:53.551Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T23:45:53.551Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T23:45:53.551Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T23:45:53.813Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T23:45:53.813Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T23:45:53.813Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T23:45:53.813Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T23:45:54.073Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T23:45:54.073Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T23:45:54.073Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T23:45:55.014Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T23:45:55.014Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T23:45:55.293Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T23:45:55.293Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T23:45:55.293Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T23:45:55.293Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T23:45:55.871Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T23:45:55.871Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T23:45:56.130Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T23:45:56.130Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T23:45:56.130Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T23:45:56.130Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T23:45:56.391Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:56.391Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:45:56.391Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:56.651Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:45:56.651Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:56.651Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:45:56.911Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:56.912Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:45:57.851Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:57.851Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:45:58.819Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:58.820Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:45:59.392Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:59.392Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:45:59.966Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:45:59.966Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:46:00.960Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T23:46:00.960Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T23:46:00.960Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T23:46:00.960Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T23:46:01.306Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T23:46:01.306Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T23:46:01.307Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T23:46:01.307Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T23:46:01.607Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T23:46:01.607Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T23:46:01.607Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T23:46:01.607Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T23:46:01.867Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T23:46:01.867Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T23:46:01.867Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T23:46:01.867Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T23:46:02.132Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:46:02.132Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T23:46:02.132Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:46:02.132Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:46:02.132Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:46:02.132Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T23:46:02.132Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T23:46:02.392Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T23:46:02.392Z] [2021-01-04T23:46:02.392Z] Current default time zone: 'Etc/UTC' [2021-01-04T23:46:02.392Z] Local time is now: Mon Jan 4 23:46:02 UTC 2021. [2021-01-04T23:46:02.392Z] Universal Time is now: Mon Jan 4 23:46:02 UTC 2021. [2021-01-04T23:46:02.392Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T23:46:02.392Z] [2021-01-04T23:46:02.392Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T23:46:02.392Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:46:02.392Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-04T23:46:02.392Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T23:46:02.652Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T23:46:02.652Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T23:46:02.652Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T23:46:02.652Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T23:46:02.652Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T23:46:02.652Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T23:46:02.652Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:46:02.652Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T23:46:02.912Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:02.912Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T23:46:02.912Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:46:02.912Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T23:46:03.172Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T23:46:03.172Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T23:46:03.172Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T23:46:03.172Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T23:46:03.172Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T23:46:03.172Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T23:46:03.172Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T23:46:04.554Z] Updating certificates in /etc/ssl/certs... [2021-01-04T23:46:05.123Z] 22 added, 17 removed; done. [2021-01-04T23:46:05.123Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T23:46:05.123Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T23:46:05.123Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T23:46:05.382Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T23:46:05.382Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T23:46:05.382Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:05.382Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T23:46:05.382Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:05.382Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:05.382Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:05.642Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:05.642Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:05.642Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T23:46:05.642Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T23:46:05.642Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T23:46:05.642Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T23:46:05.642Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T23:46:05.642Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:05.642Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T23:46:05.952Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T23:46:05.952Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T23:46:05.952Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T23:46:05.952Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T23:46:05.952Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T23:46:05.952Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T23:46:05.952Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T23:46:05.952Z] Updating certificates in /etc/ssl/certs... [2021-01-04T23:46:06.321Z] ---> bd6af38a3d48 [2021-01-04T23:46:06.321Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T23:46:06.321Z] ---> 133a37619b39 [2021-01-04T23:46:06.321Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T23:46:06.321Z] ---> 51ad3cbb8727 [2021-01-04T23:46:06.321Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T23:46:06.321Z] ---> 40da05692b6e [2021-01-04T23:46:06.321Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T23:46:06.321Z] ---> Running in 27d963208573 [2021-01-04T23:46:06.321Z] ---> Running in 207dbbc342bf [2021-01-04T23:46:06.321Z] ---> Running in 3d605bc02987 [2021-01-04T23:46:06.321Z] ---> Running in 8dcccfc961a5 [2021-01-04T23:46:06.321Z] ---> 55fb1d6037c9 [2021-01-04T23:46:06.321Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T23:46:06.321Z] ---> Running in 9aafe946548a [2021-01-04T23:46:06.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T23:46:06.321Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T23:46:06.521Z] 0 added, 0 removed; done. [2021-01-04T23:46:06.521Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T23:46:06.521Z] done. [2021-01-04T23:46:06.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T23:46:06.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T23:46:06.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T23:46:07.041Z] Reading package lists... [2021-01-04T23:46:07.041Z] Building dependency tree... [2021-01-04T23:46:07.041Z] Reading state information... [2021-01-04T23:46:07.301Z] The following NEW packages will be installed: [2021-01-04T23:46:07.301Z] apt-transport-https [2021-01-04T23:46:07.301Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T23:46:07.301Z] Need to get 1696 B of archives. [2021-01-04T23:46:07.301Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T23:46:07.301Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T23:46:07.301Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T23:46:07.560Z] Fetched 1696 B in 0s (29.6 kB/s) [2021-01-04T23:46:07.560Z] Selecting previously unselected package apt-transport-https. [2021-01-04T23:46:07.560Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T23:46:07.560Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T23:46:07.560Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T23:46:07.560Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T23:46:07.821Z] Waiting for network to be ready... [2021-01-04T23:46:13.102Z] 2021-01-04T23:46:11Z INFO Waiting for automatic snapd restart... [2021-01-04T23:46:13.671Z] snapd 2.48.1 from Canonical* installed [2021-01-04T23:46:14.612Z] "snapd" switched to the "latest/stable" channel [2021-01-04T23:46:14.612Z] [2021-01-04T23:46:17.920Z] core18 20201210 from Canonical* installed [2021-01-04T23:46:18.180Z] "core18" switched to the "latest/stable" channel [2021-01-04T23:46:18.180Z] [2021-01-04T23:46:22.377Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T23:46:22.636Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T23:46:22.637Z] [2021-01-04T23:46:25.927Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-04T23:46:25.927Z] - README.md [2021-01-04T23:46:25.927Z] [2021-01-04T23:46:25.927Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T23:46:32.500Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T23:46:32.500Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T23:46:32.500Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T23:46:32.500Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T23:46:33.884Z] Reading package lists... [2021-01-04T23:46:34.452Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-04T23:46:41.091Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T23:46:41.091Z] Reading package lists... [2021-01-04T23:46:41.091Z] Building dependency tree... [2021-01-04T23:46:41.091Z] Reading state information... [2021-01-04T23:46:41.091Z] Suggested packages: [2021-01-04T23:46:41.091Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T23:46:41.091Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T23:46:41.091Z] Recommended packages: [2021-01-04T23:46:41.091Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T23:46:41.091Z] The following NEW packages will be installed: [2021-01-04T23:46:41.091Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T23:46:41.091Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T23:46:41.091Z] pkg-config zip [2021-01-04T23:46:41.091Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T23:46:41.091Z] Need to get 7655 kB of archives. [2021-01-04T23:46:41.091Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T23:46:41.091Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-04T23:46:41.091Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T23:46:41.091Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T23:46:41.091Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T23:46:41.091Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T23:46:41.091Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T23:46:41.091Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T23:46:41.091Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T23:46:41.350Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T23:46:41.350Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T23:46:41.350Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T23:46:41.350Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T23:46:41.350Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T23:46:41.350Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T23:46:41.611Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T23:46:41.611Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T23:46:41.611Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-04T23:46:41.871Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T23:46:41.871Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T23:46:41.871Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T23:46:41.871Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T23:46:42.131Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T23:46:42.131Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T23:46:42.131Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T23:46:42.131Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T23:46:42.131Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T23:46:42.131Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T23:46:42.131Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T23:46:42.131Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T23:46:42.131Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T23:46:42.391Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T23:46:42.391Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T23:46:42.391Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T23:46:42.391Z] Selecting previously unselected package liberror-perl. [2021-01-04T23:46:42.391Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T23:46:42.391Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T23:46:42.391Z] Selecting previously unselected package git-man. [2021-01-04T23:46:42.391Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T23:46:42.391Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T23:46:42.651Z] Selecting previously unselected package git. [2021-01-04T23:46:42.651Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T23:46:42.651Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T23:46:43.591Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T23:46:43.591Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T23:46:43.591Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T23:46:43.591Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T23:46:43.591Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T23:46:43.591Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T23:46:43.591Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T23:46:43.591Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T23:46:43.591Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T23:46:43.591Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T23:46:43.591Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T23:46:43.591Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T23:46:43.853Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T23:46:43.853Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T23:46:43.853Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T23:46:43.853Z] Selecting previously unselected package pkg-config. [2021-01-04T23:46:43.853Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T23:46:43.853Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T23:46:44.116Z] Selecting previously unselected package zip. [2021-01-04T23:46:44.116Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T23:46:44.116Z] Unpacking zip (3.0-11build1) ... [2021-01-04T23:46:44.116Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T23:46:44.116Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T23:46:44.116Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T23:46:44.116Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T23:46:44.116Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T23:46:44.376Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T23:46:44.376Z] No schema files found: doing nothing. [2021-01-04T23:46:44.376Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T23:46:44.376Z] Setting up zip (3.0-11build1) ... [2021-01-04T23:46:44.376Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T23:46:44.376Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T23:46:44.376Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T23:46:44.376Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T23:46:44.376Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T23:46:44.636Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T23:46:44.636Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T23:46:44.636Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T23:46:51.225Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T23:46:51.225Z] git set to automatically installed. [2021-01-04T23:46:51.225Z] git-man set to automatically installed. [2021-01-04T23:46:51.225Z] libcurl3-gnutls set to automatically installed. [2021-01-04T23:46:51.225Z] liberror-perl set to automatically installed. [2021-01-04T23:46:51.225Z] libglib2.0-0 set to automatically installed. [2021-01-04T23:46:51.225Z] libnghttp2-14 set to automatically installed. [2021-01-04T23:46:51.225Z] libnorm1 set to automatically installed. [2021-01-04T23:46:51.225Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T23:46:51.225Z] libpsl5 set to automatically installed. [2021-01-04T23:46:51.225Z] librtmp1 set to automatically installed. [2021-01-04T23:46:51.225Z] libsodium23 set to automatically installed. [2021-01-04T23:46:51.225Z] libzmq3-dev set to automatically installed. [2021-01-04T23:46:51.225Z] libzmq5 set to automatically installed. [2021-01-04T23:46:51.225Z] pkg-config set to automatically installed. [2021-01-04T23:46:51.225Z] zip set to automatically installed. [2021-01-04T23:46:53.133Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T23:46:59.706Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T23:46:59.706Z] snap "core18" has no updates available [2021-01-04T23:47:00.275Z] Pulling config-common [2021-01-04T23:47:01.655Z] Pulling go-build-helper [2021-01-04T23:47:23.649Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T23:47:23.649Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T23:47:23.649Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T23:47:23.649Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T23:47:23.649Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T23:47:23.649Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T23:47:23.649Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T23:47:23.649Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T23:47:23.649Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T23:47:23.649Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T23:47:23.649Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T23:47:23.649Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T23:47:23.649Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T23:47:23.649Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T23:47:23.649Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T23:47:23.649Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T23:47:23.649Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T23:47:23.649Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T23:47:23.649Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T23:47:23.649Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-04T23:47:23.649Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T23:47:23.649Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T23:47:23.649Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T23:47:23.649Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T23:47:23.649Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T23:47:23.649Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T23:47:23.649Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T23:47:23.649Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T23:47:23.649Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T23:47:23.649Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T23:47:23.649Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T23:47:23.649Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T23:47:23.649Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T23:47:23.649Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T23:47:23.649Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T23:47:23.649Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T23:47:23.649Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T23:47:23.649Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T23:47:23.649Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T23:47:23.649Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T23:47:23.649Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T23:47:23.649Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T23:47:23.649Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T23:47:23.649Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T23:47:23.649Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T23:47:23.649Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T23:47:23.649Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T23:47:23.649Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T23:47:23.649Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T23:47:23.649Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T23:47:23.649Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T23:47:23.649Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T23:47:23.650Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T23:47:23.650Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T23:47:23.650Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T23:47:23.650Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T23:47:23.650Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T23:47:23.650Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T23:47:23.650Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T23:47:23.650Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T23:47:23.650Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T23:47:23.650Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T23:47:23.650Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T23:47:23.650Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T23:47:23.650Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T23:47:26.240Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T23:47:26.240Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T23:47:26.240Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T23:47:26.240Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T23:47:26.240Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T23:47:26.240Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T23:47:26.240Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T23:47:26.240Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T23:47:26.240Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T23:47:26.240Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T23:47:26.240Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T23:47:26.240Z] Pulling static-packages [2021-01-04T23:47:27.630Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-04T23:47:27.630Z] Skipping pull go-build-helper (already ran) [2021-01-04T23:47:27.630Z] Skipping pull static-packages (already ran) [2021-01-04T23:47:27.630Z] Building go-build-helper [2021-01-04T23:47:28.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T23:47:30.948Z] Building static-packages [2021-01-04T23:47:33.532Z] Staging go-build-helper [2021-01-04T23:47:34.138Z] Staging static-packages [2021-01-04T23:47:35.522Z] Pulling go115 [2021-01-04T23:47:36.463Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T23:47:36.463Z] Skipping pull go115 (already ran) [2021-01-04T23:47:36.463Z] Building go115 [2021-01-04T23:47:36.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T23:47:36.463Z] Dload Upload Total Spent Left Speed [2021-01-04T23:47:39.346Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4335k 0 0 13.9M 0 0:00:08 --:--:-- 0:00:08 13.8M 40 115M 40 46.2M 0 0 35.6M 0 0:00:03 0:00:01 0:00:02 35.6M 75 115M 75 86.9M 0 0 37.6M 0 0:00:03 0:00:02 0:00:01 37.6M 100 115M 100 115M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.3M [2021-01-04T23:47:39.918Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T23:47:41.102Z] Removing intermediate container 3d605bc02987 [2021-01-04T23:47:41.102Z] ---> c5aebe5f5a66 [2021-01-04T23:47:41.102Z] [2021-01-04T23:47:41.102Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T23:47:41.102Z] 3.12: Pulling from library/alpine [2021-01-04T23:47:41.102Z] Removing intermediate container 8dcccfc961a5 [2021-01-04T23:47:41.102Z] ---> d3fa6880a021 [2021-01-04T23:47:41.102Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T23:47:41.102Z] Removing intermediate container 9aafe946548a [2021-01-04T23:47:41.102Z] ---> 71e3e814118d [2021-01-04T23:47:41.102Z] [2021-01-04T23:47:41.102Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T23:47:41.102Z] 3.12: Pulling from library/alpine [2021-01-04T23:47:41.712Z] ---> Running in e5cff38a6b13 [2021-01-04T23:47:41.712Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T23:47:41.996Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T23:47:41.996Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T23:47:41.996Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T23:47:41.996Z] ---> afeebe901d6b [2021-01-04T23:47:41.996Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T23:47:41.996Z] ---> afeebe901d6b [2021-01-04T23:47:41.996Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T23:47:42.279Z] ---> Running in 4e62bc29d8f4 [2021-01-04T23:47:42.279Z] ---> Running in 426f97bf6997 [2021-01-04T23:47:42.885Z] Removing intermediate container 27d963208573 [2021-01-04T23:47:42.885Z] ---> 72eb480f3785 [2021-01-04T23:47:42.885Z] [2021-01-04T23:47:42.885Z] Step 10/24 : FROM scratch [2021-01-04T23:47:42.885Z] ---> [2021-01-04T23:47:42.885Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T23:47:43.508Z] ---> Running in 11889cce140d [2021-01-04T23:47:44.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T23:47:44.550Z] Removing intermediate container 11889cce140d [2021-01-04T23:47:44.550Z] ---> 087daceeaadc [2021-01-04T23:47:44.550Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T23:47:44.879Z] ---> Running in cc1f2fbbea05 [2021-01-04T23:47:44.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:47:44.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:47:45.271Z] Staging go115 [2021-01-04T23:47:45.516Z] Removing intermediate container cc1f2fbbea05 [2021-01-04T23:47:45.516Z] ---> 34a4e8943ae6 [2021-01-04T23:47:45.516Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T23:47:45.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:47:45.516Z] ---> Running in 2a5fe4589c30 [2021-01-04T23:47:45.859Z] Removing intermediate container 2a5fe4589c30 [2021-01-04T23:47:45.859Z] ---> 9f51a4c769f3 [2021-01-04T23:47:45.859Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T23:47:45.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:47:47.037Z] ---> 3e9954138998 [2021-01-04T23:47:47.037Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T23:47:47.339Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T23:47:47.339Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T23:47:47.644Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T23:47:47.644Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T23:47:47.644Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T23:47:47.929Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T23:47:47.929Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T23:47:47.929Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T23:47:47.929Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T23:47:47.929Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T23:47:47.929Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:47:47.929Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:47:47.929Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T23:47:47.929Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T23:47:48.220Z] OK: 7 MiB in 19 packages [2021-01-04T23:47:48.220Z] OK: 7 MiB in 19 packages [2021-01-04T23:47:48.843Z] ---> 6d27c4f6fbb7 [2021-01-04T23:47:48.843Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T23:47:48.843Z] Removing intermediate container e5cff38a6b13 [2021-01-04T23:47:48.843Z] ---> 404cc783c480 [2021-01-04T23:47:48.843Z] [2021-01-04T23:47:48.843Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T23:47:49.157Z] 20.10.0: Pulling from library/docker [2021-01-04T23:47:50.919Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T23:47:50.919Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T23:47:50.919Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T23:47:50.919Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T23:47:50.919Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T23:47:50.920Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T23:47:50.920Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T23:47:50.920Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T23:47:50.920Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T23:47:50.920Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T23:47:50.920Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T23:47:50.920Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T23:47:50.920Z] Pulling edgex-go [2021-01-04T23:47:51.322Z] ---> 7f512efa36e6 [2021-01-04T23:47:51.322Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T23:47:51.517Z] Pulling version [2021-01-04T23:47:51.967Z] Removing intermediate container 426f97bf6997 [2021-01-04T23:47:51.968Z] ---> 58a1383e5387 [2021-01-04T23:47:51.968Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T23:47:51.968Z] Removing intermediate container 4e62bc29d8f4 [2021-01-04T23:47:51.968Z] ---> 22a54fc2f13c [2021-01-04T23:47:51.968Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T23:47:52.481Z] Building config-common [2021-01-04T23:47:52.707Z] ---> Running in 32756364ca24 [2021-01-04T23:47:52.707Z] ---> Running in 8c2e949139b4 [2021-01-04T23:47:53.474Z] ---> 008017f35564 [2021-01-04T23:47:53.474Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T23:47:53.804Z] Removing intermediate container 8c2e949139b4 [2021-01-04T23:47:53.804Z] ---> d55651598dd1 [2021-01-04T23:47:53.804Z] Step 13/24 : WORKDIR / [2021-01-04T23:47:54.112Z] Removing intermediate container 32756364ca24 [2021-01-04T23:47:54.112Z] ---> 4e7c73e0dd68 [2021-01-04T23:47:54.112Z] Step 13/22 : WORKDIR / [2021-01-04T23:47:54.112Z] ---> Running in 3e4bf70b0d3f [2021-01-04T23:47:54.395Z] ---> Running in a5eee5c19d2a [2021-01-04T23:47:55.022Z] Removing intermediate container 3e4bf70b0d3f [2021-01-04T23:47:55.022Z] ---> 0ca2ed6d0a0c [2021-01-04T23:47:55.022Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T23:47:55.090Z] Skipping build go-build-helper (already ran) [2021-01-04T23:47:55.090Z] Skipping build static-packages (already ran) [2021-01-04T23:47:55.090Z] Skipping build go115 (already ran) [2021-01-04T23:47:55.090Z] Building edgex-go [2021-01-04T23:47:55.327Z] Removing intermediate container a5eee5c19d2a [2021-01-04T23:47:55.327Z] ---> b50006523681 [2021-01-04T23:47:55.327Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T23:47:55.366Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T23:47:55.984Z] ---> 6f3a0f0dda25 [2021-01-04T23:47:55.984Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T23:47:56.270Z] ---> 60e03fec7367 [2021-01-04T23:47:56.270Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T23:47:56.358Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T23:47:56.359Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 [2021-01-04T23:47:56.359Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T23:47:56.359Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 [2021-01-04T23:47:56.559Z] ---> 1e92f7d7f484 [2021-01-04T23:47:56.560Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T23:47:56.621Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T23:47:56.621Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T23:47:56.621Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T23:47:56.621Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T23:47:56.621Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T23:47:56.621Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/google/uuid v1.1.3 [2021-01-04T23:47:56.621Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T23:47:56.621Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T23:47:56.621Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T23:47:56.621Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T23:47:56.621Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T23:47:56.621Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T23:47:56.621Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T23:47:56.621Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T23:47:56.621Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T23:47:56.621Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T23:47:56.886Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T23:47:56.886Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T23:47:56.886Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T23:47:56.886Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T23:47:56.886Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T23:47:56.886Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T23:47:56.886Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T23:47:56.886Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T23:47:56.886Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T23:47:56.886Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T23:47:57.150Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T23:47:57.150Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T23:47:58.017Z] ---> 6c9267f24af9 [2021-01-04T23:47:58.017Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T23:47:58.299Z] ---> Running in d45836e87a10 [2021-01-04T23:47:58.299Z] ---> cc9571cd7a6a [2021-01-04T23:47:58.299Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T23:47:58.945Z] ---> 161fb189ece2 [2021-01-04T23:47:58.945Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T23:47:59.247Z] Removing intermediate container d45836e87a10 [2021-01-04T23:47:59.247Z] ---> f89bf94579d5 [2021-01-04T23:47:59.247Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:47:59.549Z] ---> Running in afc1d81ab121 [2021-01-04T23:47:59.866Z] ---> fe0e8b9ce85e [2021-01-04T23:47:59.866Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T23:48:00.508Z] ---> f961c9e6af0f [2021-01-04T23:48:00.508Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T23:48:00.508Z] Removing intermediate container afc1d81ab121 [2021-01-04T23:48:00.508Z] ---> 759a52698d97 [2021-01-04T23:48:00.508Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T23:48:01.173Z] ---> Running in bc16246cb275 [2021-01-04T23:48:02.228Z] ---> ae4762ee920b [2021-01-04T23:48:02.228Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T23:48:02.540Z] ---> Running in cb573547a826 [2021-01-04T23:48:02.843Z] Removing intermediate container bc16246cb275 [2021-01-04T23:48:02.843Z] ---> 47d26981ce79 [2021-01-04T23:48:02.843Z] Step 23/24 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:48:02.843Z] ---> a70c9b827563 [2021-01-04T23:48:02.843Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T23:48:03.151Z] Removing intermediate container 207dbbc342bf [2021-01-04T23:48:03.151Z] ---> afd5efe9fadb [2021-01-04T23:48:03.151Z] [2021-01-04T23:48:03.151Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T23:48:03.151Z] ---> afeebe901d6b [2021-01-04T23:48:03.151Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T23:48:03.459Z] ---> Running in 6790487e59c4 [2021-01-04T23:48:03.741Z] ---> Running in 9c4f0624b1ab [2021-01-04T23:48:03.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T23:48:04.019Z] Removing intermediate container 6790487e59c4 [2021-01-04T23:48:04.019Z] ---> f2ac103533fe [2021-01-04T23:48:04.019Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T23:48:04.617Z] ---> Running in b3c2d054ad40 [2021-01-04T23:48:04.617Z] Removing intermediate container 9c4f0624b1ab [2021-01-04T23:48:04.617Z] ---> ca3de5b4400a [2021-01-04T23:48:04.617Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T23:48:04.894Z] ---> 3e1c9ac98b60 [2021-01-04T23:48:04.894Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T23:48:04.894Z] ---> Running in 41be56ff2a5d [2021-01-04T23:48:05.498Z] Removing intermediate container b3c2d054ad40 [2021-01-04T23:48:05.498Z] ---> dd9913470d6c [2021-01-04T23:48:05.498Z] [2021-01-04T23:48:05.775Z] Removing intermediate container 41be56ff2a5d [2021-01-04T23:48:05.775Z] ---> 703cd6fd3d47 [2021-01-04T23:48:05.775Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T23:48:05.775Z] ---> Running in 756f37bd1b5b [2021-01-04T23:48:06.047Z] ---> a3fd1a96f643 [2021-01-04T23:48:06.047Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T23:48:06.047Z] Successfully built dd9913470d6c [2021-01-04T23:48:06.047Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T23:48:06.048Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-04T23:48:06.048Z] Removing intermediate container cb573547a826 [2021-01-04T23:48:06.048Z] ---> 179d392f1a8f [2021-01-04T23:48:06.048Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T23:48:06.338Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T23:48:06.338Z] ---> Running in 15e2ac32339b [2021-01-04T23:48:06.338Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T23:48:06.338Z] ---> eeaf43b92773 [2021-01-04T23:48:06.338Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T23:48:06.338Z] ---> Running in 9641145a62e6 [2021-01-04T23:48:06.661Z] Removing intermediate container 756f37bd1b5b [2021-01-04T23:48:06.661Z] ---> 9c329db2ee46 [2021-01-04T23:48:06.661Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:48:06.661Z] ---> Running in db2919de7c14 [2021-01-04T23:48:07.024Z] ---> Running in 3e5b4a09f3b8 [2021-01-04T23:48:07.346Z] Removing intermediate container 9641145a62e6 [2021-01-04T23:48:07.346Z] ---> 596f4186c77f [2021-01-04T23:48:07.346Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T23:48:07.346Z] ---> Running in 2a06dd3b303e [2021-01-04T23:48:08.413Z] Removing intermediate container 2a06dd3b303e [2021-01-04T23:48:08.413Z] ---> 305d129a4afd [2021-01-04T23:48:08.413Z] Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:48:08.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:48:08.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:48:09.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T23:48:09.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T23:48:09.264Z] ---> Running in 8a9d6f536b5e [2021-01-04T23:48:09.883Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T23:48:09.883Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T23:48:09.883Z] Executing bash-5.0.17-r0.post-install [2021-01-04T23:48:09.883Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:48:09.883Z] OK: 12 MiB in 22 packages [2021-01-04T23:48:10.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T23:48:10.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T23:48:10.737Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T23:48:10.952Z] Removing intermediate container 8a9d6f536b5e [2021-01-04T23:48:10.953Z] ---> 1a208d6b67ba [2021-01-04T23:48:10.953Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T23:48:11.049Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T23:48:11.049Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T23:48:11.049Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T23:48:11.986Z] Removing intermediate container 15e2ac32339b [2021-01-04T23:48:11.986Z] ---> deec453b36be [2021-01-04T23:48:11.986Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T23:48:11.986Z] ---> Running in 1c319ea15c61 [2021-01-04T23:48:12.274Z] Removing intermediate container 3e5b4a09f3b8 [2021-01-04T23:48:12.274Z] ---> 85fc6b951054 [2021-01-04T23:48:12.274Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T23:48:12.274Z] ---> Running in 9d29fd5ac776 [2021-01-04T23:48:12.554Z] ---> Running in d0e92dc41e20 [2021-01-04T23:48:12.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T23:48:12.623Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T23:48:12.623Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T23:48:12.857Z] Removing intermediate container 1c319ea15c61 [2021-01-04T23:48:12.857Z] ---> 5071263ce264 [2021-01-04T23:48:12.857Z] [2021-01-04T23:48:13.180Z] Removing intermediate container db2919de7c14 [2021-01-04T23:48:13.180Z] ---> be40290b0ccf [2021-01-04T23:48:13.180Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T23:48:13.180Z] Removing intermediate container 9d29fd5ac776 [2021-01-04T23:48:13.180Z] ---> 29d6ad35ad00 [2021-01-04T23:48:13.180Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T23:48:13.180Z] ---> Running in d6fa4dcc127b [2021-01-04T23:48:13.484Z] ---> Running in f29a2fd07fd2 [2021-01-04T23:48:13.484Z] Successfully built 5071263ce264 [2021-01-04T23:48:13.484Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T23:48:13.484Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-04T23:48:14.116Z] Removing intermediate container d6fa4dcc127b [2021-01-04T23:48:14.116Z] ---> 0014e159a476 [2021-01-04T23:48:14.116Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T23:48:14.116Z] Removing intermediate container f29a2fd07fd2 [2021-01-04T23:48:14.116Z] ---> 4dd7387c882f [2021-01-04T23:48:14.116Z] Step 23/24 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:48:14.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:48:14.116Z] ---> Running in 34eae16d15ac [2021-01-04T23:48:14.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 [2021-01-04T23:48:14.142Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T23:48:14.397Z] ---> Running in c5893a2e2537 [2021-01-04T23:48:14.684Z] Removing intermediate container 34eae16d15ac [2021-01-04T23:48:14.684Z] ---> cd6f58ddf4cd [2021-01-04T23:48:14.684Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T23:48:14.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:48:14.970Z] ---> Running in e76ae5944bd5 [2021-01-04T23:48:15.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T23:48:15.174Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T23:48:15.280Z] Removing intermediate container c5893a2e2537 [2021-01-04T23:48:15.280Z] ---> bb106e42072a [2021-01-04T23:48:15.280Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T23:48:15.608Z] ---> Running in 21355f8c34aa [2021-01-04T23:48:15.890Z] Removing intermediate container e76ae5944bd5 [2021-01-04T23:48:15.890Z] ---> 86620c7d8307 [2021-01-04T23:48:15.890Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T23:48:16.500Z] Removing intermediate container 21355f8c34aa [2021-01-04T23:48:16.500Z] ---> 7ffc541777e2 [2021-01-04T23:48:16.500Z] [2021-01-04T23:48:16.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T23:48:17.117Z] Successfully built 7ffc541777e2 [2021-01-04T23:48:17.117Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T23:48:17.117Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-04T23:48:17.440Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T23:48:17.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T23:48:17.751Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T23:48:17.752Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T23:48:18.107Z] ---> 5cc1aab2d46a [2021-01-04T23:48:18.107Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T23:48:18.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T23:48:18.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-04T23:48:18.903Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-04T23:48:19.184Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T23:48:19.184Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T23:48:19.466Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:48:19.466Z] OK: 8 MiB in 19 packages [2021-01-04T23:48:19.466Z] ---> c9d1dfc5cd15 [2021-01-04T23:48:19.466Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T23:48:21.558Z] ---> 30e3d545ae22 [2021-01-04T23:48:21.558Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T23:48:22.193Z] ---> Running in d68a2fe9219f [2021-01-04T23:48:22.193Z] Removing intermediate container d0e92dc41e20 [2021-01-04T23:48:22.193Z] ---> 47ebfa49002e [2021-01-04T23:48:22.193Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T23:48:22.325Z] Building version [2021-01-04T23:48:24.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:48:24.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:48:24.247Z] ---> 9a12d6ba0c01 [2021-01-04T23:48:24.247Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T23:48:24.912Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T23:48:24.912Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T23:48:24.912Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T23:48:24.958Z] Staging config-common [2021-01-04T23:48:25.221Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T23:48:25.221Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T23:48:25.221Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T23:48:25.221Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T23:48:25.546Z] Skipping stage go-build-helper (already ran) [2021-01-04T23:48:25.546Z] Skipping stage static-packages (already ran) [2021-01-04T23:48:25.546Z] Skipping stage go115 (already ran) [2021-01-04T23:48:25.546Z] Staging edgex-go [2021-01-04T23:48:26.550Z] Staging version [2021-01-04T23:48:27.543Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T23:48:27.543Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T23:48:27.543Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T23:48:27.543Z] ---> 594c2528c1c8 [2021-01-04T23:48:27.543Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T23:48:27.543Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T23:48:27.543Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T23:48:27.543Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T23:48:27.543Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T23:48:27.543Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T23:48:27.543Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T23:48:27.543Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T23:48:27.543Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T23:48:27.848Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T23:48:27.848Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T23:48:27.848Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T23:48:27.848Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T23:48:27.848Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T23:48:27.848Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T23:48:27.848Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T23:48:28.012Z] Priming config-common [2021-01-04T23:48:28.132Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T23:48:28.132Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T23:48:28.132Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T23:48:28.132Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T23:48:28.132Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T23:48:28.132Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T23:48:28.132Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T23:48:28.132Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T23:48:28.433Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:48:28.433Z] OK: 71 MiB in 55 packages [2021-01-04T23:48:28.600Z] Priming go-build-helper [2021-01-04T23:48:28.719Z] ---> 59f8f20e6d2b [2021-01-04T23:48:28.719Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T23:48:29.045Z] ---> Running in 1d3cf16a2250 [2021-01-04T23:48:30.010Z] Priming static-packages [2021-01-04T23:48:30.094Z] Removing intermediate container 1d3cf16a2250 [2021-01-04T23:48:30.095Z] ---> 626db33d025a [2021-01-04T23:48:30.095Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:48:30.383Z] ---> Running in a2402a7cca5d [2021-01-04T23:48:31.434Z] Removing intermediate container a2402a7cca5d [2021-01-04T23:48:31.434Z] ---> 08a62f3d2e72 [2021-01-04T23:48:31.434Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T23:48:31.949Z] Priming go115 [2021-01-04T23:48:32.444Z] ---> Running in 5c951929cd85 [2021-01-04T23:48:32.924Z] Priming edgex-go [2021-01-04T23:48:33.472Z] Removing intermediate container 5c951929cd85 [2021-01-04T23:48:33.473Z] ---> 1c302172cd38 [2021-01-04T23:48:33.473Z] Step 22/23 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:48:33.775Z] ---> Running in 0275ccc2a915 [2021-01-04T23:48:34.398Z] Priming version [2021-01-04T23:48:34.419Z] Removing intermediate container 0275ccc2a915 [2021-01-04T23:48:34.420Z] ---> 69511c29b268 [2021-01-04T23:48:34.420Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T23:48:35.049Z] ---> Running in 5ab888c1dc79 [2021-01-04T23:48:35.369Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-04T23:48:36.032Z] Removing intermediate container 5ab888c1dc79 [2021-01-04T23:48:36.032Z] ---> c4e7e1bb6aa1 [2021-01-04T23:48:36.032Z] [2021-01-04T23:48:36.306Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:48:36.306Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:48:36.306Z] ---> 35e1c7b3a417 [2021-01-04T23:48:36.306Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T23:48:36.306Z] ---> Using cache [2021-01-04T23:48:36.306Z] ---> 54c5dcafcfb5 [2021-01-04T23:48:36.306Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:48:36.306Z] ---> Using cache [2021-01-04T23:48:36.306Z] ---> b79f232a84c3 [2021-01-04T23:48:36.306Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T23:48:36.592Z] ---> Running in af46cb9e1f50 [2021-01-04T23:48:36.592Z] Successfully built c4e7e1bb6aa1 [2021-01-04T23:48:36.592Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T23:48:36.592Z]  Building docker-core-data-go ... done Building docker-core-command-go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-01-04T23:48:37.275Z] Removing intermediate container d68a2fe9219f [2021-01-04T23:48:37.275Z] ---> 6c1229ef309f [2021-01-04T23:48:37.275Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T23:48:37.918Z] ---> Running in b1c0e580989a [2021-01-04T23:48:37.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:48:39.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:48:41.729Z] OK: 217 MiB in 51 packages [2021-01-04T23:48:44.474Z] Collecting docker-compose==1.23.2 [2021-01-04T23:48:44.474Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T23:48:46.021Z] Removing intermediate container af46cb9e1f50 [2021-01-04T23:48:46.021Z] ---> cf2a951da3b8 [2021-01-04T23:48:46.021Z] Step 6/21 : COPY go.mod . [2021-01-04T23:48:46.021Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T23:48:46.021Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T23:48:47.037Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T23:48:47.037Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T23:48:47.328Z] ---> b887d482ea51 [2021-01-04T23:48:47.328Z] Step 7/21 : RUN go mod download [2021-01-04T23:48:47.613Z] ---> Running in 5ff9fae26dad [2021-01-04T23:48:48.615Z] Collecting PyYAML<4,>=3.10 [2021-01-04T23:48:48.615Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T23:48:51.319Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:48:51.319Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:48:51.319Z] ---> 35e1c7b3a417 [2021-01-04T23:48:51.319Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T23:48:51.319Z] ---> Using cache [2021-01-04T23:48:51.319Z] ---> 54c5dcafcfb5 [2021-01-04T23:48:51.319Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:48:51.319Z] ---> Using cache [2021-01-04T23:48:51.319Z] ---> b79f232a84c3 [2021-01-04T23:48:51.319Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T23:48:51.319Z] ---> Using cache [2021-01-04T23:48:51.319Z] ---> cf2a951da3b8 [2021-01-04T23:48:51.319Z] Step 6/21 : COPY go.mod . [2021-01-04T23:48:51.319Z] ---> Using cache [2021-01-04T23:48:51.319Z] ---> b887d482ea51 [2021-01-04T23:48:51.319Z] Step 7/21 : RUN go mod download [2021-01-04T23:48:52.354Z] ---> Running in 6d3e7e05aa99 [2021-01-04T23:48:52.651Z] Removing intermediate container 5ff9fae26dad [2021-01-04T23:48:52.651Z] ---> 6e19b9625500 [2021-01-04T23:48:52.651Z] Step 8/21 : COPY . . [2021-01-04T23:48:52.991Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T23:48:52.991Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T23:48:53.660Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T23:48:53.660Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T23:48:55.150Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:48:55.150Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:48:55.150Z] ---> 35e1c7b3a417 [2021-01-04T23:48:55.150Z] Step 3/32 : WORKDIR /edgex-go [2021-01-04T23:48:55.150Z] ---> Using cache [2021-01-04T23:48:55.150Z] ---> 54c5dcafcfb5 [2021-01-04T23:48:55.150Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:48:55.150Z] ---> Using cache [2021-01-04T23:48:55.150Z] ---> b79f232a84c3 [2021-01-04T23:48:55.150Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-04T23:48:55.150Z] ---> Using cache [2021-01-04T23:48:55.150Z] ---> cf2a951da3b8 [2021-01-04T23:48:55.150Z] Step 6/32 : COPY go.mod . [2021-01-04T23:48:55.150Z] ---> Using cache [2021-01-04T23:48:55.150Z] ---> b887d482ea51 [2021-01-04T23:48:55.150Z] Step 7/32 : RUN go mod download [2021-01-04T23:48:55.150Z] ---> Using cache [2021-01-04T23:48:55.150Z] ---> 6e19b9625500 [2021-01-04T23:48:55.150Z] Step 8/32 : COPY . . [2021-01-04T23:48:56.736Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T23:48:56.736Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T23:48:57.057Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T23:48:57.057Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T23:48:58.205Z] Removing intermediate container 6d3e7e05aa99 [2021-01-04T23:48:58.205Z] ---> a99cfb1aa5a0 [2021-01-04T23:48:58.205Z] Step 8/21 : COPY . . [2021-01-04T23:48:59.672Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T23:48:59.950Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T23:48:59.950Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T23:49:03.432Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T23:49:03.432Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T23:49:03.721Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T23:49:03.721Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T23:49:04.019Z] Collecting idna<2.8,>=2.5 [2021-01-04T23:49:04.019Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T23:49:05.060Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T23:49:05.060Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T23:49:05.347Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T23:49:05.347Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T23:49:05.347Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T23:49:05.347Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T23:49:05.347Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T23:49:05.347Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T23:49:06.409Z] Installing collected packages: jsonschema, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, texttable, docopt, docker-compose [2021-01-04T23:49:07.050Z] Running setup.py install for PyYAML: started [2021-01-04T23:49:08.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:49:08.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:49:08.539Z] ---> 35e1c7b3a417 [2021-01-04T23:49:08.539Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T23:49:08.539Z] ---> Using cache [2021-01-04T23:49:08.539Z] ---> 54c5dcafcfb5 [2021-01-04T23:49:08.539Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:49:08.540Z] ---> Using cache [2021-01-04T23:49:08.540Z] ---> b79f232a84c3 [2021-01-04T23:49:08.540Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T23:49:08.540Z] ---> Using cache [2021-01-04T23:49:08.540Z] ---> cf2a951da3b8 [2021-01-04T23:49:08.540Z] Step 6/22 : COPY go.mod . [2021-01-04T23:49:08.540Z] ---> Using cache [2021-01-04T23:49:08.540Z] ---> b887d482ea51 [2021-01-04T23:49:08.540Z] Step 7/22 : RUN go mod download [2021-01-04T23:49:08.540Z] ---> Using cache [2021-01-04T23:49:08.540Z] ---> a99cfb1aa5a0 [2021-01-04T23:49:08.540Z] Step 8/22 : COPY . . [2021-01-04T23:49:09.571Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T23:49:09.845Z] Attempting uninstall: idna [2021-01-04T23:49:09.845Z] Found existing installation: idna 2.9 [2021-01-04T23:49:09.845Z] Uninstalling idna-2.9: [2021-01-04T23:49:09.845Z] Successfully uninstalled idna-2.9 [2021-01-04T23:49:10.832Z] Attempting uninstall: urllib3 [2021-01-04T23:49:10.832Z] Found existing installation: urllib3 1.25.9 [2021-01-04T23:49:10.832Z] Uninstalling urllib3-1.25.9: [2021-01-04T23:49:10.832Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T23:49:11.436Z] Attempting uninstall: requests [2021-01-04T23:49:11.436Z] Found existing installation: requests 2.23.0 [2021-01-04T23:49:11.436Z] Uninstalling requests-2.23.0: [2021-01-04T23:49:11.726Z] Successfully uninstalled requests-2.23.0 [2021-01-04T23:49:12.743Z] Running setup.py install for dockerpty: started [2021-01-04T23:49:15.485Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T23:49:15.788Z] Running setup.py install for texttable: started [2021-01-04T23:49:17.929Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T23:49:17.929Z] Running setup.py install for docopt: started [2021-01-04T23:49:20.349Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T23:49:23.111Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T23:49:27.872Z] ---> 26a231b2d9b2 [2021-01-04T23:49:27.872Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T23:49:27.872Z] ---> 614a01f19652 [2021-01-04T23:49:27.872Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T23:49:27.872Z] ---> b3f5fd9cbe58 [2021-01-04T23:49:27.872Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T23:49:27.872Z] ---> 7eba9e0139e5 [2021-01-04T23:49:27.872Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T23:49:27.872Z] ---> Running in ba3eb6a4b9ae [2021-01-04T23:49:27.872Z] ---> Running in 07259815d43e [2021-01-04T23:49:27.872Z] ---> Running in a8b3be874279 [2021-01-04T23:49:27.872Z] ---> Running in 62538ae9f607 [2021-01-04T23:49:29.411Z] Removing intermediate container b1c0e580989a [2021-01-04T23:49:29.411Z] ---> d13e6407ad14 [2021-01-04T23:49:29.411Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T23:49:29.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T23:49:29.411Z] ---> Running in 1c87499183eb [2021-01-04T23:49:30.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-04T23:49:30.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T23:49:30.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T23:49:31.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:49:31.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:49:32.439Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T23:49:32.440Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T23:49:32.440Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T23:49:32.440Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:49:32.440Z] OK: 71 MiB in 58 packages [2021-01-04T23:49:34.628Z] Removing intermediate container 1c87499183eb [2021-01-04T23:49:34.628Z] ---> 78a39e3f2afb [2021-01-04T23:49:34.628Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T23:49:34.628Z] ---> Running in 62df87f8ecd1 [2021-01-04T23:49:35.273Z] Removing intermediate container 62df87f8ecd1 [2021-01-04T23:49:35.273Z] ---> 6b872b791358 [2021-01-04T23:49:35.273Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:49:35.573Z] ---> Running in 53ba21fd61d7 [2021-01-04T23:49:36.246Z] Removing intermediate container 53ba21fd61d7 [2021-01-04T23:49:36.246Z] ---> 7d07b551391b [2021-01-04T23:49:36.246Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T23:49:36.246Z] ---> Running in 31fafb374b3f [2021-01-04T23:49:37.322Z] Removing intermediate container 31fafb374b3f [2021-01-04T23:49:37.322Z] ---> 96b3c698ec06 [2021-01-04T23:49:37.322Z] Step 25/26 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:49:37.322Z] ---> Running in e7d7a664dbc1 [2021-01-04T23:49:38.001Z] Removing intermediate container e7d7a664dbc1 [2021-01-04T23:49:38.001Z] ---> 026ec4bfc8ff [2021-01-04T23:49:38.001Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T23:49:38.001Z] ---> Running in 5ad6b2192ed8 [2021-01-04T23:49:38.632Z] Removing intermediate container 5ad6b2192ed8 [2021-01-04T23:49:38.632Z] ---> 94fb24a01269 [2021-01-04T23:49:38.632Z] [2021-01-04T23:49:39.253Z] Successfully built 94fb24a01269 [2021-01-04T23:49:39.253Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T23:49:39.253Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2021-01-04T23:50:06.278Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T23:50:06.278Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T23:50:06.278Z] ---> 35e1c7b3a417 [2021-01-04T23:50:06.278Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T23:50:06.278Z] ---> Using cache [2021-01-04T23:50:06.278Z] ---> 54c5dcafcfb5 [2021-01-04T23:50:06.278Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:50:06.278Z] ---> Using cache [2021-01-04T23:50:06.278Z] ---> b79f232a84c3 [2021-01-04T23:50:06.278Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T23:50:06.278Z] ---> Using cache [2021-01-04T23:50:06.278Z] ---> cf2a951da3b8 [2021-01-04T23:50:06.278Z] Step 6/22 : COPY go.mod . [2021-01-04T23:50:06.278Z] ---> Using cache [2021-01-04T23:50:06.278Z] ---> b887d482ea51 [2021-01-04T23:50:06.278Z] Step 7/22 : RUN go mod download [2021-01-04T23:50:06.278Z] ---> Using cache [2021-01-04T23:50:06.278Z] ---> a99cfb1aa5a0 [2021-01-04T23:50:06.278Z] Step 8/22 : COPY . . [2021-01-04T23:50:06.278Z] ---> Using cache [2021-01-04T23:50:06.278Z] ---> 7eba9e0139e5 [2021-01-04T23:50:06.278Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T23:50:06.278Z] ---> Running in 338a09074f90 [2021-01-04T23:50:06.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T23:50:53.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T23:50:54.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T23:51:12.654Z] Removing intermediate container ba3eb6a4b9ae [2021-01-04T23:51:12.654Z] ---> fa5b7dd7c0cd [2021-01-04T23:51:12.654Z] [2021-01-04T23:51:12.654Z] Step 10/21 : FROM scratch [2021-01-04T23:51:12.654Z] ---> [2021-01-04T23:51:12.654Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium'Removing intermediate container 62538ae9f607 [2021-01-04T23:51:12.654Z] [2021-01-04T23:51:12.654Z] ---> d930e5c7fc72 [2021-01-04T23:51:12.654Z] [2021-01-04T23:51:12.654Z] Step 10/22 : FROM scratch [2021-01-04T23:51:12.654Z] ---> [2021-01-04T23:51:12.654Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T23:51:12.654Z] Removing intermediate container a8b3be874279 [2021-01-04T23:51:12.654Z] ---> f4644b5f7117 [2021-01-04T23:51:12.654Z] [2021-01-04T23:51:12.654Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T23:51:12.654Z] ---> afeebe901d6b [2021-01-04T23:51:12.654Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T23:51:12.654Z] ---> Running in 22cdd851aeca [2021-01-04T23:51:12.654Z] ---> Running in 9a514d3a0ca3 [2021-01-04T23:51:12.654Z] ---> Running in 1adcdb40956a [2021-01-04T23:51:12.654Z] Removing intermediate container 22cdd851aeca [2021-01-04T23:51:12.654Z] ---> eb4c47b4fb25 [2021-01-04T23:51:12.654Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T23:51:12.654Z] Removing intermediate container 9a514d3a0ca3 [2021-01-04T23:51:12.654Z] ---> cb5018989dde [2021-01-04T23:51:12.654Z] Step 12/22 : ENV APP_PORT=48082 ---> Running in e7817173d3f9 [2021-01-04T23:51:12.654Z] [2021-01-04T23:51:12.654Z] ---> Running in b44a7d14413a [2021-01-04T23:51:12.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:51:13.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:51:13.205Z] Removing intermediate container e7817173d3f9 [2021-01-04T23:51:13.205Z] ---> c8e26acb34c8 [2021-01-04T23:51:13.205Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T23:51:13.481Z] ---> Running in d8fd7a517f8d [2021-01-04T23:51:13.753Z] Removing intermediate container b44a7d14413a [2021-01-04T23:51:13.753Z] ---> c194947d5167 [2021-01-04T23:51:13.753Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T23:51:14.027Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T23:51:14.028Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T23:51:14.028Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T23:51:14.028Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T23:51:14.028Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:51:14.028Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T23:51:14.028Z] ---> Running in 7338854467c8 [2021-01-04T23:51:14.477Z] Removing intermediate container d8fd7a517f8d [2021-01-04T23:51:14.477Z] ---> 676cd44aca0b [2021-01-04T23:51:14.477Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T23:51:14.477Z] OK: 7 MiB in 18 packages [2021-01-04T23:51:15.480Z] Removing intermediate container 7338854467c8 [2021-01-04T23:51:15.480Z] ---> 5b9a6f07c40c [2021-01-04T23:51:15.480Z] Step 14/22 : WORKDIR / [2021-01-04T23:51:16.093Z] ---> Running in 6772bac58a36 [2021-01-04T23:51:17.550Z] ---> ad36767b0d0e [2021-01-04T23:51:17.550Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T23:51:17.550Z] Removing intermediate container 6772bac58a36 [2021-01-04T23:51:17.550Z] ---> 9b0f3cbc44e2 [2021-01-04T23:51:17.550Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T23:51:19.025Z] Removing intermediate container 1adcdb40956a [2021-01-04T23:51:19.025Z] ---> a35c3c5102a0 [2021-01-04T23:51:19.025Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T23:51:19.025Z] Removing intermediate container 07259815d43e [2021-01-04T23:51:19.025Z] ---> 0ab631dedc3c [2021-01-04T23:51:19.025Z] [2021-01-04T23:51:19.025Z] Step 10/32 : FROM alpine:3.12 [2021-01-04T23:51:19.025Z] ---> afeebe901d6b [2021-01-04T23:51:19.025Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-04T23:51:19.297Z] ---> Running in c7a96715f569 [2021-01-04T23:51:19.297Z] ---> dc4bbebdef18 [2021-01-04T23:51:19.297Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T23:51:19.297Z] ---> Running in 44916a936d3b [2021-01-04T23:51:20.739Z] Removing intermediate container c7a96715f569 [2021-01-04T23:51:20.739Z] ---> 56e5d32e1c94 [2021-01-04T23:51:20.739Z] Step 13/21 : WORKDIR /edgex [2021-01-04T23:51:21.015Z] ---> d68c5fb9c199 [2021-01-04T23:51:21.015Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T23:51:21.015Z] ---> Running in 012ec4b3eba2 [2021-01-04T23:51:21.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:51:21.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:51:22.170Z] Removing intermediate container 012ec4b3eba2 [2021-01-04T23:51:22.170Z] ---> 11d619afe697 [2021-01-04T23:51:22.170Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T23:51:22.464Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-04T23:51:22.464Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-04T23:51:22.464Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T23:51:22.464Z] OK: 6 MiB in 16 packages [2021-01-04T23:51:22.744Z] ---> 87b3b32af330 [2021-01-04T23:51:22.744Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T23:51:23.027Z] ---> ec899c02ab35 [2021-01-04T23:51:23.027Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T23:51:23.311Z] ---> Running in 5700f2649972 [2021-01-04T23:51:23.922Z] ---> 35cb254a9cf5 [2021-01-04T23:51:23.922Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T23:51:24.210Z] Removing intermediate container 5700f2649972 [2021-01-04T23:51:24.210Z] ---> 24613f0125a5 [2021-01-04T23:51:24.210Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:51:24.501Z] ---> Running in 3f8447aaebf6 [2021-01-04T23:51:24.775Z] Removing intermediate container 44916a936d3b [2021-01-04T23:51:24.775Z] ---> d8d1bbf4dad4 [2021-01-04T23:51:24.775Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-04T23:51:25.373Z] ---> Running in 395422b20a52 [2021-01-04T23:51:25.373Z] ---> 55081c153af5 [2021-01-04T23:51:25.373Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T23:51:25.652Z] ---> Running in ee749ae52b24 [2021-01-04T23:51:25.922Z] Removing intermediate container 3f8447aaebf6 [2021-01-04T23:51:25.922Z] ---> f57edb6a0ae3 [2021-01-04T23:51:25.922Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T23:51:25.922Z] ---> 2f8e2c42e2da [2021-01-04T23:51:25.922Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T23:51:25.922Z] ---> Running in 55947363d331 [2021-01-04T23:51:26.200Z] Removing intermediate container 395422b20a52 [2021-01-04T23:51:26.200Z] ---> c3e4798e7685 [2021-01-04T23:51:26.200Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-04T23:51:26.478Z] ---> Running in 9bb6969cae25 [2021-01-04T23:51:26.478Z] Removing intermediate container ee749ae52b24 [2021-01-04T23:51:26.478Z] ---> 76e4f95bdaf4 [2021-01-04T23:51:26.478Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:51:26.753Z] ---> Running in 6c2ad1ecd637 [2021-01-04T23:51:27.027Z] Removing intermediate container 55947363d331 [2021-01-04T23:51:27.027Z] ---> 2bbf88adc854 [2021-01-04T23:51:27.027Z] Step 20/21 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:51:27.300Z] ---> Running in 036c936c1fa2 [2021-01-04T23:51:27.300Z] Removing intermediate container 9bb6969cae25 [2021-01-04T23:51:27.300Z] ---> d9fec63f99f2 [2021-01-04T23:51:27.300Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-04T23:51:27.575Z] Removing intermediate container 6c2ad1ecd637 [2021-01-04T23:51:27.575Z] ---> 2fbe3a8288d1 [2021-01-04T23:51:27.575Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T23:51:27.575Z] ---> Running in 690d49d41759 [2021-01-04T23:51:27.852Z] ---> Running in bb34e50cb467 [2021-01-04T23:51:28.127Z] ---> f78c27ca78db [2021-01-04T23:51:28.127Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T23:51:28.127Z] Removing intermediate container 036c936c1fa2 [2021-01-04T23:51:28.127Z] ---> 4ed2bc025fb4 [2021-01-04T23:51:28.127Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T23:51:28.127Z] ---> Running in 13b648425540 [2021-01-04T23:51:28.407Z] ---> Running in 8077557001f9 [2021-01-04T23:51:28.679Z] Removing intermediate container bb34e50cb467 [2021-01-04T23:51:28.679Z] ---> 244bf7265f52 [2021-01-04T23:51:28.679Z] Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:51:28.956Z] ---> Running in 24439a381a16 [2021-01-04T23:51:28.956Z] Removing intermediate container 13b648425540 [2021-01-04T23:51:28.956Z] ---> fcf1020066e1 [2021-01-04T23:51:28.956Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T23:51:29.230Z] Removing intermediate container 8077557001f9 [2021-01-04T23:51:29.230Z] ---> 99779f11518b [2021-01-04T23:51:29.230Z] [2021-01-04T23:51:29.507Z] ---> Running in fe99c98af9a2 [2021-01-04T23:51:29.507Z] Connecting to github.com (140.82.113.3:443) [2021-01-04T23:51:29.507Z] Removing intermediate container 24439a381a16 [2021-01-04T23:51:29.507Z] ---> 76c1bf3abf6a [2021-01-04T23:51:29.507Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T23:51:29.784Z] Successfully built 99779f11518b [2021-01-04T23:51:29.784Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T23:51:29.784Z]  Building docker-support-scheduler-go ... done  ---> Running in d03d8ccbb64d [2021-01-04T23:51:29.784Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.114.179:443) [2021-01-04T23:51:30.078Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-04T23:51:30.078Z] Removing intermediate container fe99c98af9a2 [2021-01-04T23:51:30.078Z] ---> a0d4b56b06a5 [2021-01-04T23:51:30.078Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T23:51:30.079Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-04T23:51:30.079Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-04T23:51:30.353Z] dockerize [2021-01-04T23:51:30.353Z] ---> Running in 134ec6bc1e1b [2021-01-04T23:51:30.627Z] Removing intermediate container d03d8ccbb64d [2021-01-04T23:51:30.627Z] ---> 7f7cc645fa7e [2021-01-04T23:51:30.627Z] [2021-01-04T23:51:30.911Z] Removing intermediate container 134ec6bc1e1b [2021-01-04T23:51:30.911Z] ---> 08ec4f21cbdf [2021-01-04T23:51:30.911Z] Step 20/21 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:51:31.188Z] Successfully built 7f7cc645fa7e [2021-01-04T23:51:31.188Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T23:51:31.188Z]  Building docker-core-command-go ... done  ---> Running in 5830ec154fd3 [2021-01-04T23:51:32.187Z] Removing intermediate container 5830ec154fd3 [2021-01-04T23:51:32.187Z] ---> 3ada28b60070 [2021-01-04T23:51:32.187Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T23:51:32.187Z] Removing intermediate container 690d49d41759 [2021-01-04T23:51:32.187Z] ---> 84d66bb3ca87 [2021-01-04T23:51:32.187Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-04T23:51:32.460Z] ---> Running in a3ce43637df7 [2021-01-04T23:51:32.460Z] ---> Running in 022d605efeef [2021-01-04T23:51:33.064Z] Removing intermediate container a3ce43637df7 [2021-01-04T23:51:33.064Z] ---> 331b531a3319 [2021-01-04T23:51:33.064Z] [2021-01-04T23:51:33.064Z] Removing intermediate container 022d605efeef [2021-01-04T23:51:33.064Z] ---> 77a60fb7eaaf [2021-01-04T23:51:33.064Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-04T23:51:33.340Z] ---> Running in ee4a5251def1 [2021-01-04T23:51:33.340Z] Successfully built 331b531a3319 [2021-01-04T23:51:33.618Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T23:51:33.891Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ee4a5251def1 [2021-01-04T23:51:33.891Z] ---> 43d319e9eaf2 [2021-01-04T23:51:33.891Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-04T23:51:34.170Z] ---> Running in 36053af0c0fb [2021-01-04T23:51:35.606Z] Copy dockerize executable [2021-01-04T23:51:36.204Z] Removing intermediate container 338a09074f90 [2021-01-04T23:51:36.204Z] ---> f1495bc3ca0b [2021-01-04T23:51:36.204Z] [2021-01-04T23:51:36.204Z] Step 10/22 : FROM scratch [2021-01-04T23:51:36.204Z] ---> [2021-01-04T23:51:36.204Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T23:51:36.204Z] ---> Using cache [2021-01-04T23:51:36.204Z] ---> cb5018989dde [2021-01-04T23:51:36.204Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T23:51:36.482Z] ---> Running in f5a4c19c7422 [2021-01-04T23:51:37.077Z] Removing intermediate container f5a4c19c7422 [2021-01-04T23:51:37.077Z] ---> b013ee04171d [2021-01-04T23:51:37.077Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T23:51:37.077Z] Removing intermediate container 36053af0c0fb [2021-01-04T23:51:37.077Z] ---> 7cd4e5aeadbe [2021-01-04T23:51:37.077Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-04T23:51:37.077Z] ---> Running in 86dc9f95a735 [2021-01-04T23:51:37.352Z] ---> Running in 66914ada513f [2021-01-04T23:51:37.628Z] Removing intermediate container 86dc9f95a735 [2021-01-04T23:51:37.628Z] ---> 1edf7fe1d71a [2021-01-04T23:51:37.628Z] Step 14/22 : WORKDIR / [2021-01-04T23:51:37.628Z] ---> Running in 416e3c208a1d [2021-01-04T23:51:37.902Z] Removing intermediate container 66914ada513f [2021-01-04T23:51:37.902Z] ---> e7c89b94d531 [2021-01-04T23:51:37.902Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-04T23:51:38.175Z] Removing intermediate container 416e3c208a1d [2021-01-04T23:51:38.175Z] ---> d375c6e9a3ee [2021-01-04T23:51:38.175Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T23:51:38.448Z] ---> 571e7117156d [2021-01-04T23:51:38.448Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-04T23:51:38.723Z] ---> Running in 06902220396e [2021-01-04T23:51:39.006Z] ---> 49fad5b66cb2 [2021-01-04T23:51:39.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T23:51:40.452Z] ---> 41da0d98bab9 [2021-01-04T23:51:40.452Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T23:51:41.053Z] Removing intermediate container 06902220396e [2021-01-04T23:51:41.053Z] ---> 25b133fb9454 [2021-01-04T23:51:41.053Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-04T23:51:41.328Z] ---> bdaa42c8ae11 [2021-01-04T23:51:41.328Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T23:51:41.328Z] ---> Running in 037cb52bd6ee [2021-01-04T23:51:42.313Z] Removing intermediate container 037cb52bd6ee [2021-01-04T23:51:42.313Z] ---> d8077b55c0b4 [2021-01-04T23:51:42.313Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T23:51:42.313Z] ---> 82250b77b3f0 [2021-01-04T23:51:42.313Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-04T23:51:42.313Z] ---> Running in 9883b0208c56 [2021-01-04T23:51:42.912Z] Removing intermediate container 9883b0208c56 [2021-01-04T23:51:42.912Z] ---> c72b8ac89529 [2021-01-04T23:51:42.912Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T23:51:42.912Z] ---> Running in 321fa1235a39 [2021-01-04T23:51:43.187Z] ---> 6f3dc8deddac [2021-01-04T23:51:43.187Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-04T23:51:43.461Z] Removing intermediate container 321fa1235a39 [2021-01-04T23:51:43.461Z] ---> c1955d368b36 [2021-01-04T23:51:43.462Z] Step 21/22 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:51:43.737Z] ---> Running in 8dd83e837b09 [2021-01-04T23:51:44.336Z] Removing intermediate container 8dd83e837b09 [2021-01-04T23:51:44.336Z] ---> d0186cbab1b3 [2021-01-04T23:51:44.336Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T23:51:44.336Z] ---> 37c707fcd847 [2021-01-04T23:51:44.336Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-04T23:51:44.611Z] ---> Running in d634261d178e [2021-01-04T23:51:45.217Z] Removing intermediate container d634261d178e [2021-01-04T23:51:45.217Z] ---> ad3ae720d25e [2021-01-04T23:51:45.217Z] [2021-01-04T23:51:45.489Z] ---> b9d682785983 [2021-01-04T23:51:45.489Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-04T23:51:45.489Z] Successfully built ad3ae720d25e [2021-01-04T23:51:45.489Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T23:51:46.093Z]  Building docker-core-metadata-go ... done  ---> Running in 86a00810041a [2021-01-04T23:51:46.687Z] Removing intermediate container 86a00810041a [2021-01-04T23:51:46.687Z] ---> 954631654c0b [2021-01-04T23:51:46.688Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-04T23:51:47.283Z] ---> e321fdf20d6b [2021-01-04T23:51:47.283Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T23:51:47.883Z] ---> Running in 73942af0bbe9 [2021-01-04T23:51:49.867Z] Removing intermediate container 73942af0bbe9 [2021-01-04T23:51:49.867Z] ---> 6c5963774c11 [2021-01-04T23:51:49.867Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T23:51:50.487Z] ---> Running in a3b89a3ce900 [2021-01-04T23:51:50.762Z] Removing intermediate container a3b89a3ce900 [2021-01-04T23:51:50.762Z] ---> 77ca4b0939f1 [2021-01-04T23:51:50.762Z] Step 29/32 : CMD ["install"] [2021-01-04T23:51:51.366Z] ---> Running in b57cf637a16c [2021-01-04T23:51:51.640Z] Removing intermediate container b57cf637a16c [2021-01-04T23:51:51.640Z] ---> be2377d57e30 [2021-01-04T23:51:51.640Z] Step 30/32 : LABEL arch=arm64 [2021-01-04T23:51:52.246Z] ---> Running in 2f0c35c4f7ac [2021-01-04T23:51:52.843Z] Removing intermediate container 2f0c35c4f7ac [2021-01-04T23:51:52.843Z] ---> 644c9aebd7be [2021-01-04T23:51:52.843Z] Step 31/32 : LABEL git_sha=393a9f5493167e63022d344362f453b577f2a81b [2021-01-04T23:51:53.118Z] ---> Running in a295018287c5 [2021-01-04T23:51:53.717Z] Removing intermediate container a295018287c5 [2021-01-04T23:51:53.717Z] ---> 941333183965 [2021-01-04T23:51:53.717Z] Step 32/32 : LABEL version=0.0.0 [2021-01-04T23:51:53.997Z] ---> Running in 1e463c02cea6 [2021-01-04T23:51:54.608Z] Removing intermediate container 1e463c02cea6 [2021-01-04T23:51:54.608Z] ---> 85a743a53d3e [2021-01-04T23:51:54.608Z] [2021-01-04T23:51:54.883Z] Successfully built 85a743a53d3e [2021-01-04T23:51:54.883Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-04T23:51:55.180Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-04T23:51:55.174Z] $ docker stop --time=1 f82e1ea81690155482fc652b49be172bf88b6df3ce748d586d45fc726ea3d869 [2021-01-04T23:51:57.068Z] $ docker rm -f f82e1ea81690155482fc652b49be172bf88b6df3ce748d586d45fc726ea3d869 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T23:51:57.867Z] + docker images [2021-01-04T23:51:57.867Z] + grep docker [2021-01-04T23:51:58.137Z] docker-security-bootstrapper-go-arm64 latest 85a743a53d3e 3 seconds ago 40.2MB [2021-01-04T23:51:58.137Z] docker-core-metadata-go-arm64 latest ad3ae720d25e 13 seconds ago 12.2MB [2021-01-04T23:51:58.137Z] docker-security-proxy-setup-go-arm64 latest 331b531a3319 25 seconds ago 23.3MB [2021-01-04T23:51:58.137Z] docker-core-command-go-arm64 latest 7f7cc645fa7e 27 seconds ago 9.98MB [2021-01-04T23:51:58.137Z] docker-support-scheduler-go-arm64 latest 99779f11518b 29 seconds ago 10MB [2021-01-04T23:51:58.137Z] docker-sys-mgmt-agent-go-arm64 latest 94fb24a01269 2 minutes ago 300MB [2021-01-04T23:51:58.137Z] docker-core-data-go-arm64 latest c4e7e1bb6aa1 3 minutes ago 20.9MB [2021-01-04T23:51:58.137Z] docker-security-secretstore-setup-go-arm64 latest 7ffc541777e2 3 minutes ago 23.4MB [2021-01-04T23:51:58.137Z] docker-security-bootstrap-redis-go-arm64 latest 5071263ce264 3 minutes ago 15.1MB [2021-01-04T23:51:58.137Z] docker-support-notifications-go-arm64 latest dd9913470d6c 3 minutes ago 11.4MB [2021-01-04T23:51:58.137Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-04T23:52:00.697Z] provisioning config files... [2021-01-04T23:52:00.732Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config7818786322941244808tmp [Pipeline] { [Pipeline] sh [2021-01-04T23:52:01.167Z] + set +x [2021-01-04T23:52:01.167Z] + curl -s https://codecov.io/bash [2021-01-04T23:52:01.167Z] + bash -s -- [2021-01-04T23:52:01.752Z] [2021-01-04T23:52:01.752Z] _____ _ [2021-01-04T23:52:01.752Z] / ____| | | [2021-01-04T23:52:01.752Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T23:52:01.752Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T23:52:01.752Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T23:52:01.752Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T23:52:01.752Z] Bash-20201231-23d4836 [2021-01-04T23:52:01.752Z] [2021-01-04T23:52:01.752Z] [2021-01-04T23:52:01.752Z] ==> git version 2.24.3 found [2021-01-04T23:52:01.752Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-04T23:52:01.752Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T23:52:01.752Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T23:52:01.752Z] ==> Jenkins CI detected. [2021-01-04T23:52:01.752Z] project root: . [2021-01-04T23:52:01.752Z] --> token set from env [2021-01-04T23:52:01.752Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T23:52:01.752Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T23:52:01.752Z] ==> Python coveragepy not found [2021-01-04T23:52:01.752Z] ==> Searching for coverage reports in: [2021-01-04T23:52:01.752Z] + . [2021-01-04T23:52:01.752Z] -> Found 1 reports [2021-01-04T23:52:01.752Z] ==> Detecting git/mercurial file structure [2021-01-04T23:52:01.752Z] ==> Reading reports [2021-01-04T23:52:01.752Z] + ./coverage.out bytes=543476 [2021-01-04T23:52:01.752Z] ==> Appending adjustments [2021-01-04T23:52:01.752Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T23:52:05.068Z] + Found adjustments [2021-01-04T23:52:05.068Z] ==> Gzipping contents [2021-01-04T23:52:05.068Z] 84K /tmp/codecov.fbqnhe.gz [2021-01-04T23:52:05.068Z] ==> Uploading reports [2021-01-04T23:52:05.068Z] url: https://codecov.io [2021-01-04T23:52:05.068Z] query: branch=PR-2970&commit=393a9f5493167e63022d344362f453b577f2a81b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-04T23:52:05.068Z] -> Pinging Codecov [2021-01-04T23:52:05.068Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=393a9f5493167e63022d344362f453b577f2a81b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-04T23:52:06.026Z] -> Uploading to [2021-01-04T23:52:06.026Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/393a9f5493167e63022d344362f453b577f2a81b/43369b1a-dca4-40cb-878d-ec2a6e029e40.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T235205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab71abef172612941c661a73657a7d2223bc3addef8eb9ebdfb21c9646c33dae [2021-01-04T23:52:06.026Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T23:52:06.026Z] Dload Upload Total Spent Left Speed [2021-01-04T23:52:06.602Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83163 0 0 100 83163 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-01-04T23:52:06.602Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/393a9f5493167e63022d344362f453b577f2a81b [Pipeline] } [2021-01-04T23:52:06.612Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:52:11.639Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:52:12.527Z] ---> package-listing.sh [2021-01-04T23:52:12.527Z] ++ facter osfamily [2021-01-04T23:52:12.527Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T23:52:12.527Z] + OS_FAMILY=redhat [2021-01-04T23:52:12.527Z] + workspace=/w/workspace/edgex-go/7 [2021-01-04T23:52:12.527Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T23:52:12.527Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T23:52:12.527Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T23:52:12.527Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T23:52:12.527Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-04T23:52:12.527Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T23:52:12.527Z] + case "${OS_FAMILY}" in [2021-01-04T23:52:12.527Z] + rpm -qa [2021-01-04T23:52:12.527Z] + sort [2021-01-04T23:52:17.833Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T23:52:17.833Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T23:52:17.833Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T23:52:17.833Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-04T23:52:17.833Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-04T23:52:17.833Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-04T23:52:17.848Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T23:52:18.140Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:52:18.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:52:18.453Z] [2021-01-04T23:52:18.453Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:52:18.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:52:18.812Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T23:52:18.812Z] df20fa9351a1: Pulling fs layer [2021-01-04T23:52:18.812Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T23:52:18.812Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T23:52:18.812Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T23:52:18.812Z] 93b61091891f: Pulling fs layer [2021-01-04T23:52:18.812Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T23:52:18.812Z] 5e14af77c1be: Pulling fs layer [2021-01-04T23:52:18.812Z] 01666e4c0597: Pulling fs layer [2021-01-04T23:52:18.812Z] aa168da1d23b: Pulling fs layer [2021-01-04T23:52:18.812Z] 46f8f816bc3b: Waiting [2021-01-04T23:52:18.812Z] 5e14af77c1be: Waiting [2021-01-04T23:52:18.812Z] 93b61091891f: Waiting [2021-01-04T23:52:18.812Z] 93b9cdb0e59b: Waiting [2021-01-04T23:52:18.812Z] 01666e4c0597: Waiting [2021-01-04T23:52:18.812Z] aa168da1d23b: Waiting [2021-01-04T23:52:18.812Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T23:52:18.812Z] 36b3adc4ff6f: Download complete [2021-01-04T23:52:18.812Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T23:52:18.812Z] 46f8f816bc3b: Download complete [2021-01-04T23:52:19.077Z] df20fa9351a1: Verifying Checksum [2021-01-04T23:52:19.077Z] df20fa9351a1: Download complete [2021-01-04T23:52:19.077Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T23:52:19.077Z] 93b9cdb0e59b: Download complete [2021-01-04T23:52:19.077Z] 93b61091891f: Download complete [2021-01-04T23:52:19.077Z] 5e14af77c1be: Verifying Checksum [2021-01-04T23:52:19.077Z] 5e14af77c1be: Download complete [2021-01-04T23:52:19.077Z] 01666e4c0597: Verifying Checksum [2021-01-04T23:52:19.077Z] 01666e4c0597: Download complete [2021-01-04T23:52:19.338Z] df20fa9351a1: Pull complete [2021-01-04T23:52:19.600Z] 36b3adc4ff6f: Pull complete [2021-01-04T23:52:19.867Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T23:52:19.867Z] 8ad3a11d3b57: Download complete [2021-01-04T23:52:20.829Z] 8ad3a11d3b57: Pull complete [2021-01-04T23:52:20.829Z] 46f8f816bc3b: Pull complete [2021-01-04T23:52:21.405Z] aa168da1d23b: Verifying Checksum [2021-01-04T23:52:21.405Z] aa168da1d23b: Download complete [2021-01-04T23:52:22.808Z] 93b61091891f: Pull complete [2021-01-04T23:52:22.808Z] 93b9cdb0e59b: Pull complete [2021-01-04T23:52:23.071Z] 5e14af77c1be: Pull complete [2021-01-04T23:52:23.071Z] 01666e4c0597: Pull complete [2021-01-04T23:52:31.327Z] aa168da1d23b: Pull complete [2021-01-04T23:52:31.327Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T23:52:31.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:52:31.327Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T23:52:31.539Z] prd-centos7-docker-4c-2g-18342 does not seem to be running inside a container [2021-01-04T23:52:31.596Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T23:52:40.770Z] $ docker top 67acb275307234ba9b20b5d87f02f99fa87f133b8a5733a29449cd65dcbcba32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:52:41.411Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T23:52:41.712Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T23:52:42.013Z] + ls /var/log/sa-host [2021-01-04T23:52:42.013Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T23:52:42.013Z] file_magic: OK [2021-01-04T23:52:42.013Z] HZ: Using current value: 100 [2021-01-04T23:52:42.013Z] file_header: OK [2021-01-04T23:52:42.013Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T23:52:42.013Z] Statistics: [2021-01-04T23:52:42.013Z] 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... [2021-01-04T23:52:42.013Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T23:52:42.013Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T23:52:42.013Z] file_magic: OK [2021-01-04T23:52:42.013Z] HZ: Using current value: 100 [2021-01-04T23:52:42.013Z] file_header: OK [2021-01-04T23:52:42.013Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T23:52:42.013Z] Statistics: [2021-01-04T23:52:42.013Z] Hnuu...uuuununununu... [2021-01-04T23:52:42.013Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T23:52:42.715Z] provisioning config files... [2021-01-04T23:52:42.741Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config4378658033345217462tmp [Pipeline] { [Pipeline] echo [2021-01-04T23:52:42.832Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:52:43.180Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T23:52:43.190Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T23:52:43.300Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:52:43.601Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T23:52:43.611Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:52:43.914Z] ---> sudo-logs.sh [2021-01-04T23:52:43.914Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T23:52:43.926Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:52:44.230Z] ---> job-cost.sh [2021-01-04T23:52:44.231Z] lf-activate-venv: SKIPPING [2021-01-04T23:52:44.231Z] INFO: No Stack... [2021-01-04T23:52:45.621Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T23:52:45.883Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T23:52:45.898Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:52:46.196Z] ---> logs-deploy.sh [2021-01-04T23:52:46.196Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/7 [2021-01-04T23:52:46.196Z] INFO: archiving workspace using pattern(s): [2021-01-04T23:52:47.587Z] Archives upload complete. [2021-01-04T23:52:47.587Z] INFO: archiving logs to Nexus