Branch indexing 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at c7191a90c07787dda31e3868df4c5f33b5de22f9 rather than d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 Obtained Jenkinsfile from c7191a90c07787dda31e3868df4c5f33b5de22f9 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 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19637’ is offline; ‘prd-centos7-docker-4c-2g-19641’ is offline; ‘prd-centos7-docker-4c-2g-19644’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19647 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 Merge succeeded, producing 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 Checking out Revision 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 (PR-3008) > 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/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 # timeout=10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" > git rev-list --no-walk d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T00:29:58.859Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T00:29:59.120Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T00:29:59.210Z] ========================================================= [2021-01-12T00:29:59.210Z] EdgeX Global Pipelines Version Info [2021-01-12T00:29:59.210Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:30:00.724Z] ------------------- [2021-01-12T00:30:00.724Z] stable info: [2021-01-12T00:30:00.724Z] ------------------- [2021-01-12T00:30:00.725Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T00:30:00.725Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:30:00.725Z] Message: update stable to v1.0.173 [2021-01-12T00:30:01.679Z] ------------------- [2021-01-12T00:30:01.679Z] experimental info: [2021-01-12T00:30:01.679Z] ------------------- [2021-01-12T00:30:01.679Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T00:30:01.679Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:30:01.679Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T00:30:02.200Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T00:30:02.350Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T00:30:02.481Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T00:30:02.609Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T00:30:02.721Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T00:30:02.842Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T00:30:02.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T00:30:03.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T00:30:03.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T00:30:03.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T00:30:03.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T00:30:03.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T00:30:03.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T00:30:03.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T00:30:03.683Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:30:03.772Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:30:03.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T00:30:03.945Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T00:30:04.057Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T00:30:04.150Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T00:30:04.230Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T00:30:04.306Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T00:30:04.384Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T00:30:04.467Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3008 [Pipeline] echo [2021-01-12T00:30:04.548Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3008 [Pipeline] echo [2021-01-12T00:30:04.637Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3008 [Pipeline] echo [2021-01-12T00:30:04.723Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [Pipeline] echo [2021-01-12T00:30:04.813Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1cb500d [Pipeline] echo [2021-01-12T00:30:04.917Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:30:05.170Z] provisioning config files... [2021-01-12T00:30:05.197Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1810373142861589129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:30:05.613Z] ---> docker-login.sh [2021-01-12T00:30:05.613Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:30:05.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:05.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:05.877Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:05.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:05.877Z] [2021-01-12T00:30:05.877Z] Login Succeeded [2021-01-12T00:30:05.877Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:30:06.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:06.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:06.142Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:06.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:06.142Z] [2021-01-12T00:30:06.142Z] Login Succeeded [2021-01-12T00:30:06.142Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:30:06.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:06.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:06.406Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:06.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:06.406Z] [2021-01-12T00:30:06.406Z] Login Succeeded [2021-01-12T00:30:06.406Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:30:06.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:06.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:06.406Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:06.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:06.406Z] [2021-01-12T00:30:06.406Z] Login Succeeded [2021-01-12T00:30:06.406Z] docker.io [2021-01-12T00:30:06.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:06.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:06.935Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:06.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:06.935Z] [2021-01-12T00:30:06.935Z] Login Succeeded [2021-01-12T00:30:06.935Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:30:06.945Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:30:07.411Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T00:30:07.411Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T00:30:07.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:07.411Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T00:30:07.411Z] ++ cut -d/ -f2 [2021-01-12T00:30:07.411Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T00:30:07.498Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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-12T00:30:09.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:30:09.917Z] [2021-01-12T00:30:09.917Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:30:10.278Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:30:10.278Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T00:30:10.278Z] 31603596830f: Pulling fs layer [2021-01-12T00:30:10.278Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T00:30:10.278Z] 6ca5941a6612: Pulling fs layer [2021-01-12T00:30:10.278Z] ecc8261a40a4: Pulling fs layer [2021-01-12T00:30:10.278Z] ecc8261a40a4: Waiting [2021-01-12T00:30:10.278Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T00:30:10.278Z] 2a8b12db71e7: Download complete [2021-01-12T00:30:10.278Z] 31603596830f: Verifying Checksum [2021-01-12T00:30:10.278Z] 31603596830f: Download complete [2021-01-12T00:30:10.541Z] ecc8261a40a4: Verifying Checksum [2021-01-12T00:30:10.541Z] ecc8261a40a4: Download complete [2021-01-12T00:30:10.541Z] 6ca5941a6612: Verifying Checksum [2021-01-12T00:30:10.541Z] 6ca5941a6612: Download complete [2021-01-12T00:30:10.541Z] 31603596830f: Pull complete [2021-01-12T00:30:10.804Z] 2a8b12db71e7: Pull complete [2021-01-12T00:30:11.762Z] 6ca5941a6612: Pull complete [2021-01-12T00:30:12.045Z] ecc8261a40a4: Pull complete [2021-01-12T00:30:12.045Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T00:30:12.046Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:30:12.046Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T00:30:12.167Z] prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container [2021-01-12T00:30:12.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T00:30:14.368Z] $ docker top 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T00:30:14.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:30:14.777Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:30:15.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:30:15.056Z] $ docker exec 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba ssh-agent [2021-01-12T00:30:15.253Z] SSH_AUTH_SOCK=/tmp/ssh-LsDvjUVwmvFI/agent.12 [2021-01-12T00:30:15.253Z] SSH_AGENT_PID=18 [2021-01-12T00:30:15.270Z] Running ssh-add (command line suppressed) [2021-01-12T00:30:15.415Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4748419138154722940.key (/w/workspace/edgex-go/2@tmp/private_key_4748419138154722940.key) [2021-01-12T00:30:15.477Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:30:15.812Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T00:30:15.839Z] $ docker exec --env ******** --env ******** 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba ssh-agent -k [2021-01-12T00:30:15.954Z] unset SSH_AUTH_SOCK; [2021-01-12T00:30:15.954Z] unset SSH_AGENT_PID; [2021-01-12T00:30:15.954Z] echo Agent pid 18 killed; [2021-01-12T00:30:16.000Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T00:30:16.183Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:30:16.183Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:30:16.371Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:30:16.377Z] $ docker exec 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba ssh-agent [2021-01-12T00:30:16.548Z] SSH_AUTH_SOCK=/tmp/ssh-ugJSUjDxEmLe/agent.48 [2021-01-12T00:30:16.548Z] SSH_AGENT_PID=54 [2021-01-12T00:30:16.557Z] Running ssh-add (command line suppressed) [2021-01-12T00:30:16.701Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7169568384954254231.key (/w/workspace/edgex-go/2@tmp/private_key_7169568384954254231.key) [2021-01-12T00:30:16.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:30:17.142Z] + git semver init [2021-01-12T00:30:17.142Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T00:30:17.142Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-12T00:30:17.142Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-12T00:30:17.142Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T00:30:17.142Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T00:30:17.142Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T00:30:17.142Z] # $SEMVER_BRANCH = PR-3008 [2021-01-12T00:30:17.142Z] # $SEMVER_TEMP = /tmp/semver-307595383 [2021-01-12T00:30:17.142Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T00:30:56.115Z] # '/tmp/semver-307595383' -> '/w/workspace/edgex-go/2/.semver' [2021-01-12T00:30:56.115Z] # -> Force: false [2021-01-12T00:30:56.115Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-12T00:30:56.134Z] $ docker exec --env ******** --env ******** 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba ssh-agent -k [2021-01-12T00:30:56.340Z] unset SSH_AUTH_SOCK; [2021-01-12T00:30:56.342Z] unset SSH_AGENT_PID; [2021-01-12T00:30:56.342Z] echo Agent pid 54 killed; [2021-01-12T00:30:56.405Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:30:56.859Z] + git semver [Pipeline] } [2021-01-12T00:30:56.877Z] $ docker stop --time=1 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba [2021-01-12T00:30:58.425Z] $ docker rm -f 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:30:58.961Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T00:30:59.855Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T00:30:59.858Z] [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-12T00:31:00.952Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:31:01.288Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:31:01.585Z] + sudo service docker restart [2021-01-12T00:31:01.585Z] + true [2021-01-12T00:31:01.585Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T00:31:02.180Z] ========================================================= [2021-01-12T00:31:02.180Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T00:31:02.180Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:31:02.522Z] + 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-12T00:31:05.909Z] Sending build context to Docker daemon 326.4MB [2021-01-12T00:31:05.909Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:31:05.909Z] Step 2/6 : FROM ${BASE} [2021-01-12T00:31:06.173Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T00:31:06.173Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T00:31:06.173Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T00:31:06.173Z] de9db76c5a1d: Pulling fs layer [2021-01-12T00:31:06.173Z] bca2f99d35d6: Pulling fs layer [2021-01-12T00:31:06.173Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T00:31:06.173Z] 7c6f9722023f: Pulling fs layer [2021-01-12T00:31:06.173Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T00:31:06.173Z] bca2f99d35d6: Waiting [2021-01-12T00:31:06.173Z] 93359f2a8cfa: Waiting [2021-01-12T00:31:06.174Z] 7c6f9722023f: Waiting [2021-01-12T00:31:06.174Z] a35cf1a2eb13: Waiting [2021-01-12T00:31:06.174Z] de9db76c5a1d: Verifying Checksum [2021-01-12T00:31:06.174Z] de9db76c5a1d: Download complete [2021-01-12T00:31:06.174Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T00:31:06.174Z] 0ef7d3d256c8: Download complete [2021-01-12T00:31:06.174Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T00:31:06.174Z] 93359f2a8cfa: Download complete [2021-01-12T00:31:06.174Z] 7c6f9722023f: Verifying Checksum [2021-01-12T00:31:06.174Z] 7c6f9722023f: Download complete [2021-01-12T00:31:06.452Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T00:31:06.452Z] 188c0c94c7c5: Download complete [2021-01-12T00:31:06.734Z] 188c0c94c7c5: Pull complete [2021-01-12T00:31:07.014Z] 0ef7d3d256c8: Pull complete [2021-01-12T00:31:07.278Z] de9db76c5a1d: Pull complete [2021-01-12T00:31:08.694Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T00:31:08.694Z] a35cf1a2eb13: Download complete [2021-01-12T00:31:09.322Z] bca2f99d35d6: Verifying Checksum [2021-01-12T00:31:09.322Z] bca2f99d35d6: Download complete [2021-01-12T00:31:15.388Z] Still waiting to schedule task [2021-01-12T00:31:15.389Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-12T00:31:16.121Z] bca2f99d35d6: Pull complete [2021-01-12T00:31:16.121Z] 93359f2a8cfa: Pull complete [2021-01-12T00:31:16.121Z] 7c6f9722023f: Pull complete [2021-01-12T00:31:21.823Z] a35cf1a2eb13: Pull complete [2021-01-12T00:31:21.823Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T00:31:21.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T00:31:21.823Z] ---> a62c8e92a672 [2021-01-12T00:31:21.823Z] 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-12T00:31:21.823Z] ---> Running in 68dee4c47189 [2021-01-12T00:31:22.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:31:24.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:31:25.977Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T00:31:26.577Z] (2/12) Installing file (5.38-r0) [2021-01-12T00:31:26.577Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T00:31:26.577Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T00:31:48.608Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T00:31:48.608Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T00:31:48.608Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T00:31:48.608Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T00:31:48.608Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T00:31:48.608Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T00:31:48.608Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T00:31:48.608Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T00:31:48.608Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:31:48.609Z] OK: 233 MiB in 51 packages [2021-01-12T00:31:51.930Z] Removing intermediate container 68dee4c47189 [2021-01-12T00:31:51.930Z] ---> 4b084e8fd3c3 [2021-01-12T00:31:51.930Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T00:31:51.930Z] ---> Running in 8c85308ddedf [2021-01-12T00:31:51.930Z] Removing intermediate container 8c85308ddedf [2021-01-12T00:31:51.930Z] ---> 7c58f550eacd [2021-01-12T00:31:51.930Z] Step 5/6 : COPY go.mod . [2021-01-12T00:31:51.930Z] ---> 92eacf7f0016 [2021-01-12T00:31:51.930Z] Step 6/6 : RUN go mod download [2021-01-12T00:31:51.930Z] ---> Running in f99b3b3e4930 [2021-01-12T00:32:13.924Z] Removing intermediate container f99b3b3e4930 [2021-01-12T00:32:13.924Z] ---> dbb4c006cb21 [2021-01-12T00:32:13.924Z] Successfully built dbb4c006cb21 [2021-01-12T00:32:13.924Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:32:14.281Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:32:14.281Z] . [Pipeline] withDockerContainer [2021-01-12T00:32:14.442Z] prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container [2021-01-12T00:32:14.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat [2021-01-12T00:32:15.281Z] $ docker top 50a2a207fa450ef234a790139bc0f0e48fa0ca9220c4735f7134caba7b2d27f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:32:15.802Z] + go version [2021-01-12T00:32:15.802Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T00:32:15.815Z] $ docker stop --time=1 50a2a207fa450ef234a790139bc0f0e48fa0ca9220c4735f7134caba7b2d27f6 [2021-01-12T00:32:17.176Z] $ docker rm -f 50a2a207fa450ef234a790139bc0f0e48fa0ca9220c4735f7134caba7b2d27f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:32:17.918Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:32:17.918Z] . [Pipeline] withDockerContainer [2021-01-12T00:32:18.019Z] prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container [2021-01-12T00:32:18.069Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat [2021-01-12T00:32:18.937Z] $ docker top 05169dfdc52345ef0426125d609fb3144c64ce38365d38956c1e7ae155fb6031 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T00:32:19.161Z] ========================================================= [2021-01-12T00:32:19.161Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T00:32:19.161Z] ========================================================= [Pipeline] sh [2021-01-12T00:32:19.612Z] + make test [2021-01-12T00:32:19.612Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T00:32:29.693Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T00:32:44.714Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T00:32:48.993Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T00:32:49.973Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T00:32:49.973Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T00:32:49.973Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T00:32:49.973Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T00:32:49.973Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T00:32:50.241Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T00:32:50.824Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T00:32:53.671Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T00:32:53.671Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T00:32:53.671Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T00:32:55.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements [2021-01-12T00:32:55.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T00:32:55.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T00:32:55.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T00:32:55.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T00:32:55.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T00:33:00.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.0% of statements [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T00:33:00.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T00:33:00.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T00:33:00.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.410s coverage: 77.8% of statements [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T00:33:00.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.4% of statements [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T00:33:00.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T00:33:02.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.341s coverage: 28.6% of statements [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T00:33:02.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T00:33:02.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T00:33:02.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.143s coverage: 86.7% of statements [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T00:33:02.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2021-01-12T00:33:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T00:33:02.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-01-12T00:33:02.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T00:33:02.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T00:33:02.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T00:33:02.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T00:33:05.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.364s coverage: 93.1% of statements [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T00:33:05.421Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T00:33:05.421Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T00:33:05.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T00:33:05.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2021-01-12T00:33:05.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T00:33:05.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-01-12T00:33:05.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-12T00:33:05.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2021-01-12T00:33:06.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.4% of statements [2021-01-12T00:33:06.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T00:33:06.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements [2021-01-12T00:33:06.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T00:33:06.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T00:33:06.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-12T00:33:06.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-12T00:33:06.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-01-12T00:33:07.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-01-12T00:33:07.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-12T00:33:09.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 55.9% of statements [2021-01-12T00:33:09.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T00:33:09.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T00:33:09.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T00:33:09.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T00:33:09.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T00:33:09.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 37.0% of statements [2021-01-12T00:33:09.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T00:33:09.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T00:33:09.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.0% of statements [2021-01-12T00:33:09.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-12T00:33:11.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2021-01-12T00:33:11.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T00:33:11.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T00:33:11.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T00:33:11.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T00:33:11.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T00:33:11.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2021-01-12T00:33:11.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T00:33:11.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements [2021-01-12T00:33:11.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T00:33:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.900s coverage: 29.1% of statements [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T00:33:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.129s coverage: 99.0% of statements [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T00:33:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T00:33:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T00:33:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T00:33:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T00:33:13.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2021-01-12T00:33:13.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T00:33:13.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T00:33:13.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-12T00:33:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-01-12T00:33:13.950Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-12T00:33:13.950Z] GO111MODULE=on go vet ./... [2021-01-12T00:33:35.886Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19658 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws [2021-01-12T00:33:35.966Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-12T00:33:40.827Z] gofmt -l . [2021-01-12T00:33:40.827Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:33:40.827Z] ./bin/test-go-mod-tidy.sh [2021-01-12T00:33:40.827Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T00:33:41.132Z] + ls -al . [2021-01-12T00:33:41.132Z] total 656 [2021-01-12T00:33:41.132Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 00:33 . [2021-01-12T00:33:41.132Z] drwxr-xr-x 4 root root 28 Jan 12 00:32 .. [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 00:29 .dockerignore [2021-01-12T00:33:41.132Z] drwxrwxr-x 8 1001 1001 179 Jan 12 00:29 .git [2021-01-12T00:33:41.132Z] drwxrwxr-x 3 1001 1001 125 Jan 12 00:29 .github [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 00:29 .gitignore [2021-01-12T00:33:41.132Z] drwx------ 3 1001 1001 47 Jan 12 00:30 .semver [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 00:29 .sonarcloud.properties [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:29 Attribution.txt [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:29 CONTRIBUTING.md [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 00:29 Dockerfile.build [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 00:29 Jenkinsfile [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:29 LICENSE [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:29 Makefile [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:29 README.md [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:29 SECURITY.md [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 00:30 VERSION [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:29 ZMQWindows.md [2021-01-12T00:33:41.132Z] drwxrwxr-x 2 1001 1001 117 Jan 12 00:29 bin [2021-01-12T00:33:41.132Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 00:29 cmd [2021-01-12T00:33:41.132Z] -rw-r--r-- 1 root root 552842 Jan 12 00:33 coverage.out [2021-01-12T00:33:41.132Z] -rw-r--r-- 1 root root 979 Jan 12 00:33 go.mod [2021-01-12T00:33:41.132Z] -rw-r--r-- 1 root root 19019 Jan 12 00:33 go.sum [2021-01-12T00:33:41.132Z] drwxrwxr-x 8 1001 1001 127 Jan 12 00:29 internal [2021-01-12T00:33:41.132Z] drwxrwxr-x 4 1001 1001 26 Jan 12 00:29 openapi [2021-01-12T00:33:41.132Z] drwxrwxr-x 4 1001 1001 71 Jan 12 00:29 snap [2021-01-12T00:33:41.132Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 00:29 version.go [Pipeline] sh [2021-01-12T00:33:41.261Z] using credential edgex-jenkins-ssh [2021-01-12T00:33:41.334Z] Cloning the remote Git repository [2021-01-12T00:33:41.434Z] + '[' -e coverage.out ] [2021-01-12T00:33:41.434Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T00:33:41.631Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T00:33:41.928Z] + make build [2021-01-12T00:33:41.928Z] 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-12T00:33:41.389Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:33:41.499Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-12T00:33:41.586Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:33:41.587Z] > git --version # timeout=10 [2021-01-12T00:33:41.606Z] > git --version # 'git version 2.17.1' [2021-01-12T00:33:41.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:33:41.666Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:33:44.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-12T00:33:54.647Z] 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-12T00:33:54.909Z] 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-12T00:33:56.861Z] 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-12T00:33:57.434Z] 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-12T00:33:59.396Z] 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-12T00:33:59.763Z] Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 [2021-01-12T00:33:58.888Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:33:58.915Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:33:58.939Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:33:58.967Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:33:58.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:33:58.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:33:59.784Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:33:59.800Z] > git checkout -f d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 [2021-01-12T00:34:00.122Z] > git remote # timeout=10 [2021-01-12T00:34:00.140Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:34:00.156Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:34:00.168Z] > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [2021-01-12T00:34:00.337Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:34:00.353Z] Merge succeeded, producing f953f651b166b8bdada643e34442d89a3abb8c90 [2021-01-12T00:34:00.353Z] Checking out Revision f953f651b166b8bdada643e34442d89a3abb8c90 (PR-3008) [2021-01-12T00:34:00.794Z] 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-12T00:34:02.205Z] 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-12T00:34:00.360Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:34:00.373Z] > git checkout -f f953f651b166b8bdada643e34442d89a3abb8c90 # timeout=10 [2021-01-12T00:34:03.622Z] 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-12T00:34:04.766Z] Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" [2021-01-12T00:34:04.774Z] > git rev-list --no-walk d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 [2021-01-12T00:34:05.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T00:34:06.455Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:34:06.604Z] 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-12T00:34:06.910Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:34:07.292Z] + sudo service docker restart [2021-01-12T00:34:07.292Z] + true [Pipeline] } [2021-01-12T00:34:08.070Z] $ docker stop --time=1 05169dfdc52345ef0426125d609fb3144c64ce38365d38956c1e7ae155fb6031 [2021-01-12T00:34:10.137Z] $ docker rm -f 05169dfdc52345ef0426125d609fb3144c64ce38365d38956c1e7ae155fb6031 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-01-12T00:34:10.796Z] provisioning config files... [Pipeline] // stage [2021-01-12T00:34:10.841Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2631614508002215639tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-12T00:34:11.229Z] ---> docker-login.sh [2021-01-12T00:34:11.229Z] nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:11.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:34:11.936Z] [2021-01-12T00:34:11.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:12.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:12.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:12.520Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:12.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:12.520Z] [2021-01-12T00:34:12.520Z] Login Succeeded [2021-01-12T00:34:12.520Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:34:12.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:34:12.604Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T00:34:12.604Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T00:34:12.604Z] ca9280d653b3: Pulling fs layer [2021-01-12T00:34:12.604Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T00:34:12.941Z] cbdbe7a5bc2a: Download complete [2021-01-12T00:34:13.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:13.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:13.119Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:13.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:13.119Z] [2021-01-12T00:34:13.119Z] Login Succeeded [2021-01-12T00:34:13.119Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:34:13.225Z] cbdbe7a5bc2a: Pull complete [2021-01-12T00:34:13.538Z] ca9280d653b3: Verifying Checksum [2021-01-12T00:34:13.538Z] ca9280d653b3: Download complete [2021-01-12T00:34:13.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:13.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:13.723Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:13.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:13.723Z] [2021-01-12T00:34:13.723Z] Login Succeeded [2021-01-12T00:34:13.723Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:34:14.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:14.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:14.600Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:14.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:14.600Z] [2021-01-12T00:34:14.600Z] Login Succeeded [2021-01-12T00:34:14.600Z] docker.io [2021-01-12T00:34:14.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:15.027Z] ca9280d653b3: Pull complete [2021-01-12T00:34:15.027Z] 7e9c9ca2126c: Download complete [2021-01-12T00:34:15.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:15.484Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:15.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:15.484Z] [2021-01-12T00:34:15.484Z] Login Succeeded [2021-01-12T00:34:15.484Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:34:15.505Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T00:34:16.038Z] ========================================================= [2021-01-12T00:34:16.038Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T00:34:16.038Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:16.429Z] + 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-12T00:34:19.090Z] Sending build context to Docker daemon 165.5MB [2021-01-12T00:34:19.090Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:34:19.090Z] Step 2/6 : FROM ${BASE} [2021-01-12T00:34:19.090Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T00:34:19.090Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T00:34:19.090Z] a4357932f1b6: Pulling fs layer [2021-01-12T00:34:19.090Z] 18c013af1878: Pulling fs layer [2021-01-12T00:34:19.090Z] 00ac8860ef70: Pulling fs layer [2021-01-12T00:34:19.090Z] 63d7cb157983: Pulling fs layer [2021-01-12T00:34:19.090Z] b116817d02f9: Pulling fs layer [2021-01-12T00:34:19.090Z] 745a02a5169b: Pulling fs layer [2021-01-12T00:34:19.090Z] 00ac8860ef70: Waiting [2021-01-12T00:34:19.090Z] b116817d02f9: Waiting [2021-01-12T00:34:19.090Z] 63d7cb157983: Waiting [2021-01-12T00:34:19.090Z] 745a02a5169b: Waiting [2021-01-12T00:34:19.090Z] 18c013af1878: Download complete [2021-01-12T00:34:19.090Z] a4357932f1b6: Download complete [2021-01-12T00:34:19.090Z] 63d7cb157983: Verifying Checksum [2021-01-12T00:34:19.090Z] 63d7cb157983: Download complete [2021-01-12T00:34:19.090Z] b116817d02f9: Verifying Checksum [2021-01-12T00:34:19.090Z] b116817d02f9: Download complete [2021-01-12T00:34:19.090Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T00:34:19.090Z] 5f621e34cdf4: Download complete [2021-01-12T00:34:19.691Z] 5f621e34cdf4: Pull complete [2021-01-12T00:34:20.301Z] a4357932f1b6: Pull complete [2021-01-12T00:34:20.579Z] 18c013af1878: Pull complete [2021-01-12T00:34:21.184Z] 745a02a5169b: Download complete [2021-01-12T00:34:21.682Z] 7e9c9ca2126c: Pull complete [2021-01-12T00:34:21.682Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T00:34:21.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:34:21.682Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-12T00:34:21.802Z] prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container [2021-01-12T00:34:21.851Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:latest cat [2021-01-12T00:34:23.174Z] 00ac8860ef70: Verifying Checksum [2021-01-12T00:34:23.175Z] 00ac8860ef70: Download complete [2021-01-12T00:34:23.476Z] $ docker top 935ccd14b6aedbd91f33a0652092056ddbcff7f5cfe21e549d9b5b9cccf0bde2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:34:23.977Z] + docker-compose build --help [2021-01-12T00:34:23.977Z] + grep parallel [2021-01-12T00:34:24.921Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T00:34:24.938Z] $ docker stop --time=1 935ccd14b6aedbd91f33a0652092056ddbcff7f5cfe21e549d9b5b9cccf0bde2 [2021-01-12T00:34:26.308Z] $ docker rm -f 935ccd14b6aedbd91f33a0652092056ddbcff7f5cfe21e549d9b5b9cccf0bde2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:26.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:34:26.906Z] . [Pipeline] withDockerContainer [2021-01-12T00:34:27.007Z] prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container [2021-01-12T00:34:27.049Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-12T00:34:27.691Z] $ docker top 1274457f10313b2f51d0685487b50e4e2234f1f89bf7a84d2226fbade12fd815 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:34:28.166Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T00:34:29.109Z] Building docker-core-command-go ... [2021-01-12T00:34:29.109Z] Building docker-core-data-go ... [2021-01-12T00:34:29.109Z] Building docker-core-metadata-go ... [2021-01-12T00:34:29.109Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T00:34:29.109Z] Building docker-security-proxy-setup-go ... [2021-01-12T00:34:29.109Z] Building docker-security-secretstore-setup-go ... [2021-01-12T00:34:29.109Z] Building docker-support-notifications-go ... [2021-01-12T00:34:29.109Z] Building docker-support-scheduler-go ... [2021-01-12T00:34:29.109Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T00:34:29.109Z] Building docker-support-notifications-go [2021-01-12T00:34:29.109Z] Building docker-security-bootstrap-redis-go [2021-01-12T00:34:29.109Z] Building docker-security-proxy-setup-go [2021-01-12T00:34:29.109Z] Building docker-support-scheduler-go [2021-01-12T00:34:29.109Z] Building docker-core-command-go [2021-01-12T00:34:33.367Z] 00ac8860ef70: Pull complete [2021-01-12T00:34:33.367Z] 63d7cb157983: Pull complete [2021-01-12T00:34:33.367Z] b116817d02f9: Pull complete [2021-01-12T00:34:37.705Z] 745a02a5169b: Pull complete [2021-01-12T00:34:37.705Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T00:34:37.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T00:34:37.705Z] ---> b7e6874047d6 [2021-01-12T00:34:37.705Z] 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-12T00:34:41.134Z] ---> Running in 7ce29654f7d8 [2021-01-12T00:34:42.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:34:43.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:34:44.143Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T00:34:44.744Z] (2/12) Installing file (5.38-r0) [2021-01-12T00:34:44.744Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T00:34:44.744Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T00:34:50.160Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T00:34:50.160Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T00:34:50.160Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T00:34:50.160Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T00:34:50.432Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T00:34:50.432Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T00:34:50.770Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T00:34:50.770Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T00:34:50.770Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:34:50.770Z] OK: 217 MiB in 51 packages [2021-01-12T00:34:55.203Z] Removing intermediate container 7ce29654f7d8 [2021-01-12T00:34:55.203Z] ---> 8c592d77f8eb [2021-01-12T00:34:55.203Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T00:34:55.203Z] ---> Running in a402b7307c0a [2021-01-12T00:34:55.805Z] Removing intermediate container a402b7307c0a [2021-01-12T00:34:55.805Z] ---> 9e6fff4c59cd [2021-01-12T00:34:55.805Z] Step 5/6 : COPY go.mod . [2021-01-12T00:34:56.412Z] ---> 44b70c5d895b [2021-01-12T00:34:56.412Z] Step 6/6 : RUN go mod download [2021-01-12T00:34:56.689Z] ---> Running in 541795e45e9f [2021-01-12T00:35:01.309Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:01.309Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:01.309Z] ---> dbb4c006cb21 [2021-01-12T00:35:01.309Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:35:01.309Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:01.309Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:01.309Z] ---> dbb4c006cb21 [2021-01-12T00:35:01.309Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:35:01.309Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:01.309Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:01.309Z] ---> dbb4c006cb21 [2021-01-12T00:35:01.309Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:35:01.309Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:01.309Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:01.309Z] ---> dbb4c006cb21 [2021-01-12T00:35:01.309Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:35:01.309Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:01.309Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:01.309Z] ---> dbb4c006cb21 [2021-01-12T00:35:01.309Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:35:01.309Z] ---> Running in 74c2a323b3e7 [2021-01-12T00:35:01.309Z] ---> Running in ebac9ffcb6f7 [2021-01-12T00:35:01.309Z] ---> Running in e481aafd13ab [2021-01-12T00:35:01.309Z] ---> Running in 6ed5b9b97712 [2021-01-12T00:35:01.309Z] ---> Running in 5c28925747e3 [2021-01-12T00:35:01.309Z] Removing intermediate container 6ed5b9b97712 [2021-01-12T00:35:01.309Z] ---> 361fd3a86dbe [2021-01-12T00:35:01.309Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:01.309Z] Removing intermediate container 5c28925747e3 [2021-01-12T00:35:01.309Z] ---> 62c71f5853b8 [2021-01-12T00:35:01.309Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:01.309Z] Removing intermediate container 74c2a323b3e7 [2021-01-12T00:35:01.309Z] ---> 473f886b6da2 [2021-01-12T00:35:01.309Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:01.309Z] Removing intermediate container ebac9ffcb6f7 [2021-01-12T00:35:01.309Z] ---> 550b834944a6 [2021-01-12T00:35:01.309Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:01.309Z] Removing intermediate container e481aafd13ab [2021-01-12T00:35:01.309Z] ---> 82becacfe78e [2021-01-12T00:35:01.309Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:01.309Z] ---> Running in e61070b0c68e [2021-01-12T00:35:01.309Z] ---> Running in 9710df9e67c9 [2021-01-12T00:35:01.309Z] ---> Running in 7216b4572abe [2021-01-12T00:35:01.309Z] ---> Running in 4a64dc64bb18 [2021-01-12T00:35:01.309Z] ---> Running in 6b6c7d731033 [2021-01-12T00:35:03.315Z] Removing intermediate container 7216b4572abe [2021-01-12T00:35:03.315Z] ---> 1a941e5f0e17 [2021-01-12T00:35:03.315Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T00:35:03.315Z] Removing intermediate container e61070b0c68e [2021-01-12T00:35:03.315Z] ---> aa7461f21817 [2021-01-12T00:35:03.315Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:35:03.588Z] ---> Running in fbfbfa517980 [2021-01-12T00:35:03.588Z] ---> Running in da66d8ca8032 [2021-01-12T00:35:03.588Z] Removing intermediate container 9710df9e67c9 [2021-01-12T00:35:03.588Z] ---> 8f1e69bb094a [2021-01-12T00:35:03.588Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:35:04.189Z] ---> Running in 201121a9e2cf [2021-01-12T00:35:04.189Z] Removing intermediate container 4a64dc64bb18 [2021-01-12T00:35:04.189Z] ---> 93ba253d8d3a [2021-01-12T00:35:04.189Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:35:04.452Z] Removing intermediate container 6b6c7d731033 [2021-01-12T00:35:04.452Z] ---> 9ec2e16d063d [2021-01-12T00:35:04.452Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:35:04.452Z] ---> Running in 9741290c7ea6 [2021-01-12T00:35:04.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:04.452Z] ---> Running in 5d13e550ce0f [2021-01-12T00:35:04.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:04.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:05.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:05.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:05.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:05.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:05.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:06.343Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:06.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:06.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:06.618Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:06.894Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:06.894Z] Removing intermediate container fbfbfa517980 [2021-01-12T00:35:06.894Z] ---> a10e4ba6e4dc [2021-01-12T00:35:06.894Z] Step 6/24 : COPY go.mod . [2021-01-12T00:35:07.156Z] Removing intermediate container da66d8ca8032 [2021-01-12T00:35:07.156Z] ---> 868a92f08c00 [2021-01-12T00:35:07.156Z] Step 6/22 : COPY go.mod . [2021-01-12T00:35:07.156Z] ---> 11e579891f7e [2021-01-12T00:35:07.156Z] Step 7/24 : RUN go mod download [2021-01-12T00:35:07.156Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:07.430Z] ---> Running in c848539ac97c [2021-01-12T00:35:07.430Z] Removing intermediate container 201121a9e2cf [2021-01-12T00:35:07.430Z] ---> 9b82bedef676 [2021-01-12T00:35:07.430Z] Step 6/21 : COPY go.mod . [2021-01-12T00:35:07.430Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:07.693Z] ---> b121ba04be13 [2021-01-12T00:35:07.693Z] Step 7/22 : RUN go mod download [2021-01-12T00:35:07.958Z] ---> Running in 16719ce263e6 [2021-01-12T00:35:07.958Z] ---> 8a4d7ccc9720 [2021-01-12T00:35:07.958Z] Step 7/21 : RUN go mod download [2021-01-12T00:35:08.220Z] ---> Running in 50af55c9bfbc [2021-01-12T00:35:08.502Z] Removing intermediate container 5d13e550ce0f [2021-01-12T00:35:08.502Z] ---> f4c109b4dd5d [2021-01-12T00:35:08.502Z] Step 6/21 : COPY go.mod . [2021-01-12T00:35:09.479Z] Removing intermediate container 9741290c7ea6 [2021-01-12T00:35:09.479Z] ---> 2d97d54e3e89 [2021-01-12T00:35:09.479Z] Step 6/22 : COPY go.mod . [2021-01-12T00:35:09.479Z] ---> 300e877801b4 [2021-01-12T00:35:09.479Z] Step 7/21 : RUN go mod download [2021-01-12T00:35:09.479Z] ---> Running in e9c2887dde69 [2021-01-12T00:35:09.756Z] ---> 6aab0697afa7 [2021-01-12T00:35:09.756Z] Step 7/22 : RUN go mod download [2021-01-12T00:35:10.031Z] Removing intermediate container c848539ac97c [2021-01-12T00:35:10.031Z] ---> 380aaa3d7fe7 [2021-01-12T00:35:10.031Z] Step 8/24 : COPY . . [2021-01-12T00:35:10.031Z] ---> Running in 67311896a261 [2021-01-12T00:35:11.435Z] Removing intermediate container 16719ce263e6 [2021-01-12T00:35:11.435Z] ---> ce37adb7f4d8 [2021-01-12T00:35:11.435Z] Step 8/22 : COPY . . [2021-01-12T00:35:13.407Z] Removing intermediate container 50af55c9bfbc [2021-01-12T00:35:13.407Z] ---> c1fddb508696 [2021-01-12T00:35:13.407Z] Step 8/21 : COPY . . [2021-01-12T00:35:18.274Z] Removing intermediate container e9c2887dde69 [2021-01-12T00:35:18.274Z] ---> 032b7ad787cf [2021-01-12T00:35:18.274Z] Step 8/21 : COPY . . [2021-01-12T00:35:23.558Z] Removing intermediate container 541795e45e9f [2021-01-12T00:35:23.558Z] ---> a08dfdf76e28 [2021-01-12T00:35:23.558Z] Successfully built a08dfdf76e28 [2021-01-12T00:35:23.558Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:35:23.640Z] Removing intermediate container 67311896a261 [2021-01-12T00:35:23.640Z] ---> eb7538f9a063 [2021-01-12T00:35:23.640Z] Step 8/22 : COPY . . [2021-01-12T00:35:23.900Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:35:23.900Z] . [Pipeline] withDockerContainer [2021-01-12T00:35:24.145Z] prd-ubuntu18.04-docker-arm64-4c-16g-19658 does not seem to be running inside a container [2021-01-12T00:35:24.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T00:35:25.753Z] $ docker top e68554b5c94b39065096e5f2ec05f777ace07864858a2e6de3db50db0d29fd5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:35:26.807Z] + go version [2021-01-12T00:35:26.807Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T00:35:26.834Z] $ docker stop --time=1 e68554b5c94b39065096e5f2ec05f777ace07864858a2e6de3db50db0d29fd5c [2021-01-12T00:35:28.866Z] $ docker rm -f e68554b5c94b39065096e5f2ec05f777ace07864858a2e6de3db50db0d29fd5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:35:29.948Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:35:29.948Z] . [Pipeline] withDockerContainer [2021-01-12T00:35:30.249Z] prd-ubuntu18.04-docker-arm64-4c-16g-19658 does not seem to be running inside a container [2021-01-12T00:35:30.331Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T00:35:31.651Z] $ docker top 4c8969b6e598c65da36c46e393362df987e7f6e8c7d5e41c18a1cb463acac1f6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T00:35:32.007Z] ========================================================= [2021-01-12T00:35:32.008Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T00:35:32.008Z] ========================================================= [Pipeline] sh [2021-01-12T00:35:32.646Z] + make test [2021-01-12T00:35:32.647Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T00:35:45.774Z] ---> af311c61103f [2021-01-12T00:35:45.774Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T00:35:46.380Z] ---> Running in 605435a989d0 [2021-01-12T00:35:50.633Z] 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-12T00:35:51.594Z] ---> edbb8477bc97 [2021-01-12T00:35:51.594Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T00:35:54.168Z] ---> Running in 9cb7b537f502 [2021-01-12T00:35:54.443Z] ---> d5c08513bddb [2021-01-12T00:35:54.443Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T00:35:54.443Z] ---> b4ebb415a09b [2021-01-12T00:35:54.443Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T00:35:55.051Z] ---> Running in fda5d2e38c82 [2021-01-12T00:35:55.051Z] ---> Running in 0dccf7cc5d37 [2021-01-12T00:35:55.051Z] ---> eb961b158dee [2021-01-12T00:35:55.051Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T00:35:55.505Z] ---> Running in 1f83fb5862fc [2021-01-12T00:35:55.982Z] 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-12T00:35:56.362Z] 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-12T00:35:56.758Z] 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-12T00:35:56.758Z] 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-12T00:35:59.501Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T00:36:23.658Z] Removing intermediate container 605435a989d0 [2021-01-12T00:36:23.658Z] ---> 379b92856b33 [2021-01-12T00:36:23.658Z] [2021-01-12T00:36:23.658Z] Step 10/24 : FROM scratch [2021-01-12T00:36:23.658Z] ---> [2021-01-12T00:36:23.658Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T00:36:23.658Z] ---> Running in a73dc9ce0eb7 [2021-01-12T00:36:23.658Z] Removing intermediate container a73dc9ce0eb7 [2021-01-12T00:36:23.658Z] ---> 5b437a30e744 [2021-01-12T00:36:23.658Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T00:36:23.658Z] ---> Running in b2c84e4a6d18 [2021-01-12T00:36:23.658Z] Removing intermediate container b2c84e4a6d18 [2021-01-12T00:36:23.658Z] ---> 21c9855e70e1 [2021-01-12T00:36:23.658Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T00:36:23.658Z] ---> Running in 63f2e37f65b3 [2021-01-12T00:36:23.658Z] Removing intermediate container 63f2e37f65b3 [2021-01-12T00:36:23.658Z] ---> 05d5ce35a966 [2021-01-12T00:36:23.658Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T00:36:23.658Z] ---> 1f8d612b8a1d [2021-01-12T00:36:23.658Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T00:36:23.658Z] 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-12T00:36:23.925Z] ---> 4d72e7a316b5 [2021-01-12T00:36:23.925Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T00:36:24.913Z] ---> b6572f64dc6c [2021-01-12T00:36:24.913Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:36:27.557Z] ---> 8061d0cf5588 [2021-01-12T00:36:27.557Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T00:36:27.557Z] Removing intermediate container 1f83fb5862fc [2021-01-12T00:36:27.557Z] ---> 91961c048c94 [2021-01-12T00:36:27.557Z] [2021-01-12T00:36:27.557Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T00:36:27.557Z] 3.12: Pulling from library/alpine [2021-01-12T00:36:30.914Z] ---> e94b790e6381 [2021-01-12T00:36:30.914Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:30.914Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:36:31.199Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:36:31.199Z] ---> 389fef711851 [2021-01-12T00:36:31.199Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:36:31.199Z] Removing intermediate container fda5d2e38c82 [2021-01-12T00:36:31.199Z] ---> 3126fe392b01 [2021-01-12T00:36:31.199Z] [2021-01-12T00:36:31.199Z] Step 10/21 : FROM scratch [2021-01-12T00:36:31.199Z] ---> [2021-01-12T00:36:31.199Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:36:31.199Z] Removing intermediate container 0dccf7cc5d37 [2021-01-12T00:36:31.199Z] ---> f3197ba22293 [2021-01-12T00:36:31.199Z] [2021-01-12T00:36:31.199Z] Step 10/22 : FROM scratch [2021-01-12T00:36:31.199Z] ---> [2021-01-12T00:36:31.199Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:36:31.199Z] ---> 87a0241446a3 [2021-01-12T00:36:31.199Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T00:36:31.199Z] ---> Running in 3969369e7f00 [2021-01-12T00:36:31.806Z] ---> Running in bfda58f39b96 [2021-01-12T00:36:31.806Z] ---> Running in 66956a5dec83 [2021-01-12T00:36:31.806Z] ---> Running in 613c54168f48 [2021-01-12T00:36:32.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:32.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:32.771Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:36:33.037Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:36:33.037Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:36:33.037Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:36:33.037Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:36:33.037Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:36:33.037Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:36:33.037Z] OK: 7 MiB in 19 packages [2021-01-12T00:36:33.613Z] Removing intermediate container 66956a5dec83 [2021-01-12T00:36:33.613Z] ---> 299b1d45e330 [2021-01-12T00:36:33.613Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T00:36:33.613Z] Removing intermediate container bfda58f39b96 [2021-01-12T00:36:33.613Z] ---> f7449b89b962 [2021-01-12T00:36:33.613Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T00:36:33.883Z] Removing intermediate container 613c54168f48 [2021-01-12T00:36:33.883Z] ---> 770a6a0bfdfb [2021-01-12T00:36:33.883Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:36:33.883Z] Removing intermediate container 9cb7b537f502 [2021-01-12T00:36:33.883Z] ---> 194057a01092 [2021-01-12T00:36:33.883Z] [2021-01-12T00:36:33.883Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T00:36:33.883Z] ---> 389fef711851 [2021-01-12T00:36:33.883Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T00:36:33.883Z] ---> Running in ffde013a6af2 [2021-01-12T00:36:33.883Z] ---> Running in 82b745117b2c [2021-01-12T00:36:34.156Z] ---> Running in a05b1d6c2cd7 [2021-01-12T00:36:34.156Z] ---> Running in 180d8cfcdeee [2021-01-12T00:36:34.422Z] Removing intermediate container ffde013a6af2 [2021-01-12T00:36:34.422Z] ---> f45d8f439016 [2021-01-12T00:36:34.422Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T00:36:34.422Z] Removing intermediate container 82b745117b2c [2021-01-12T00:36:34.422Z] ---> df3520457359 [2021-01-12T00:36:34.422Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:36:35.011Z] ---> Running in fd83846a8b8e [2021-01-12T00:36:35.011Z] Removing intermediate container a05b1d6c2cd7 [2021-01-12T00:36:35.011Z] ---> dc3806273d1a [2021-01-12T00:36:35.011Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T00:36:35.011Z] ---> Running in 396820a3606f [2021-01-12T00:36:35.284Z] Removing intermediate container 3969369e7f00 [2021-01-12T00:36:35.284Z] ---> b6d1ca2dcb87 [2021-01-12T00:36:35.284Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T00:36:35.284Z] ---> Running in 9e95b338a596 [2021-01-12T00:36:35.284Z] ---> Running in d708b614edb1 [2021-01-12T00:36:35.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:35.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:35.860Z] Removing intermediate container fd83846a8b8e [2021-01-12T00:36:35.860Z] ---> 6f55a7ea44b9 [2021-01-12T00:36:35.860Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:36:36.124Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T00:36:36.124Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:36:36.124Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T00:36:36.124Z] Removing intermediate container 396820a3606f [2021-01-12T00:36:36.124Z] ---> 5c138b0b2251 [2021-01-12T00:36:36.124Z] Step 14/22 : WORKDIR / [2021-01-12T00:36:36.124Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T00:36:36.124Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:36:36.124Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:36:36.124Z] OK: 7 MiB in 18 packages [2021-01-12T00:36:36.390Z] Removing intermediate container 9e95b338a596 [2021-01-12T00:36:36.390Z] ---> eee9810689b8 [2021-01-12T00:36:36.391Z] Step 23/24 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:36:36.391Z] Removing intermediate container d708b614edb1 [2021-01-12T00:36:36.391Z] ---> 60ba79c8d5a5 [2021-01-12T00:36:36.391Z] Step 13/22 : WORKDIR / [2021-01-12T00:36:36.669Z] ---> Running in c820b9eeca83 [2021-01-12T00:36:36.669Z] ---> ce1c64a67920 [2021-01-12T00:36:36.669Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T00:36:36.669Z] ---> Running in 7d464cd04d53 [2021-01-12T00:36:36.669Z] ---> Running in a6fdcec746dc [2021-01-12T00:36:36.953Z] Removing intermediate container c820b9eeca83 [2021-01-12T00:36:36.953Z] ---> aa930e35408f [2021-01-12T00:36:36.953Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:36:37.223Z] Removing intermediate container 7d464cd04d53 [2021-01-12T00:36:37.223Z] ---> 11dc36f07030 [2021-01-12T00:36:37.223Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:36:37.223Z] Removing intermediate container a6fdcec746dc [2021-01-12T00:36:37.223Z] ---> a8ee8972a396 [2021-01-12T00:36:37.223Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:36:37.491Z] Removing intermediate container 180d8cfcdeee [2021-01-12T00:36:37.491Z] ---> 29910e203b67 [2021-01-12T00:36:37.491Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:36:37.491Z] ---> 89d7ee928fc8 [2021-01-12T00:36:37.491Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T00:36:37.491Z] ---> Running in 668a194a6c85 [2021-01-12T00:36:38.068Z] ---> 1cdaf16c75a7 [2021-01-12T00:36:38.068Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:38.068Z] ---> Running in ea1a27b3282c [2021-01-12T00:36:38.068Z] ---> 350639839c75 [2021-01-12T00:36:38.068Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T00:36:38.068Z] Removing intermediate container 668a194a6c85 [2021-01-12T00:36:38.068Z] ---> 4b45376edea0 [2021-01-12T00:36:38.068Z] [2021-01-12T00:36:38.346Z] ---> bffacdfb3e25 [2021-01-12T00:36:38.346Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:38.346Z] Removing intermediate container ea1a27b3282c [2021-01-12T00:36:38.346Z] ---> 3c668118eac9 [2021-01-12T00:36:38.346Z] Step 13/21 : WORKDIR /edgex [2021-01-12T00:36:38.575Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T00:36:38.610Z] Successfully built 4b45376edea0 [2021-01-12T00:36:38.610Z] ---> a35603125775 [2021-01-12T00:36:38.610Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T00:36:38.610Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T00:36:38.610Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-12T00:36:38.610Z] ---> Running in 8d99bff555c2 [2021-01-12T00:36:38.610Z] ---> Running in 3df144c00bae [2021-01-12T00:36:38.610Z] ---> ee8a6b5e001b [2021-01-12T00:36:38.610Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T00:36:40.012Z] ---> f17cbd52b274 [2021-01-12T00:36:40.012Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T00:36:40.012Z] ---> Running in d37b9798bbaa [2021-01-12T00:36:40.610Z] Removing intermediate container 3df144c00bae [2021-01-12T00:36:40.610Z] ---> 5bd1abe5a117 [2021-01-12T00:36:40.610Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:36:40.610Z] Removing intermediate container 8d99bff555c2 [2021-01-12T00:36:40.610Z] ---> a7d609d11bdb [2021-01-12T00:36:40.610Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T00:36:40.610Z] ---> d512b54b5d71 [2021-01-12T00:36:40.610Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:40.610Z] ---> Running in 780acbbc5bdc [2021-01-12T00:36:40.610Z] Removing intermediate container d37b9798bbaa [2021-01-12T00:36:40.610Z] ---> ebf18bfa1171 [2021-01-12T00:36:40.610Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:36:40.880Z] ---> Running in fb8501159747 [2021-01-12T00:36:41.475Z] ---> 296faf8abb20 [2021-01-12T00:36:41.475Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T00:36:41.737Z] Removing intermediate container 780acbbc5bdc [2021-01-12T00:36:41.737Z] ---> 0ac876cfe232 [2021-01-12T00:36:41.737Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T00:36:42.324Z] Removing intermediate container fb8501159747 [2021-01-12T00:36:42.324Z] ---> 247f96acfbb6 [2021-01-12T00:36:42.324Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:36:42.905Z] ---> b4d5cb4bee3c [2021-01-12T00:36:42.905Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T00:36:43.172Z] ---> Running in 03b9396104ee [2021-01-12T00:36:43.438Z] ---> Running in b9316dcafff8 [2021-01-12T00:36:43.438Z] ---> 59dc03f71ce5 [2021-01-12T00:36:43.438Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T00:36:43.438Z] ---> Running in c662103fd71c [2021-01-12T00:36:43.703Z] Removing intermediate container 03b9396104ee [2021-01-12T00:36:43.703Z] ---> 9ef8dc1a2940 [2021-01-12T00:36:43.703Z] Step 20/21 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:36:44.285Z] Removing intermediate container c662103fd71c [2021-01-12T00:36:44.285Z] ---> cbc6344d3a95 [2021-01-12T00:36:44.285Z] Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:36:44.553Z] ---> Running in 1688250b95fb [2021-01-12T00:36:45.158Z] ---> b71ef3da93de [2021-01-12T00:36:45.158Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T00:36:45.158Z] ---> Running in fe157882302e [2021-01-12T00:36:46.120Z] ---> Running in ac7b45b24c43 [2021-01-12T00:36:46.120Z] Removing intermediate container 1688250b95fb [2021-01-12T00:36:46.120Z] ---> f09cb6f4dadd [2021-01-12T00:36:46.120Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:36:46.739Z] Removing intermediate container fe157882302e [2021-01-12T00:36:46.739Z] ---> 066ebaf58a03 [2021-01-12T00:36:46.739Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:36:47.004Z] ---> Running in 00172859e7b8 [2021-01-12T00:36:47.277Z] Removing intermediate container ac7b45b24c43 [2021-01-12T00:36:47.277Z] ---> 03170c75c88e [2021-01-12T00:36:47.277Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T00:36:47.857Z] ---> Running in fb6000b7c002 [2021-01-12T00:36:48.135Z] Removing intermediate container b9316dcafff8 [2021-01-12T00:36:48.135Z] ---> 2942da959286 [2021-01-12T00:36:48.135Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T00:36:48.726Z] ---> Running in 5a8a45edd0f9 [2021-01-12T00:36:48.726Z] Removing intermediate container 00172859e7b8 [2021-01-12T00:36:48.726Z] ---> d98c31a676e7 [2021-01-12T00:36:48.726Z] [2021-01-12T00:36:48.991Z] ---> Running in 2b9bf67a4620 [2021-01-12T00:36:49.256Z] Successfully built d98c31a676e7 [2021-01-12T00:36:49.851Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T00:36:49.851Z] Building docker-security-secretstore-setup-go [2021-01-12T00:36:49.851Z]  Building docker-support-scheduler-go ... done Removing intermediate container fb6000b7c002 [2021-01-12T00:36:49.851Z] ---> ee6787789c10 [2021-01-12T00:36:49.851Z] [2021-01-12T00:36:49.851Z] Removing intermediate container 5a8a45edd0f9 [2021-01-12T00:36:49.851Z] ---> b586c07b6953 [2021-01-12T00:36:49.851Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T00:36:50.116Z] Successfully built ee6787789c10 [2021-01-12T00:36:50.116Z] Removing intermediate container 2b9bf67a4620 [2021-01-12T00:36:50.116Z] ---> 42a9464614a9 [2021-01-12T00:36:50.116Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:36:50.116Z] Successfully tagged docker-core-command-go:latest [2021-01-12T00:36:50.116Z] Building docker-core-data-go [2021-01-12T00:36:51.586Z]  Building docker-core-command-go ... done  ---> Running in f6a654e7b067 [2021-01-12T00:36:53.561Z] ---> Running in 9b25fc6fefdb [2021-01-12T00:36:53.851Z] Removing intermediate container f6a654e7b067 [2021-01-12T00:36:53.851Z] ---> 24d609c3c672 [2021-01-12T00:36:53.851Z] Step 20/21 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:36:55.294Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:36:55.294Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:36:55.294Z] ---> dbb4c006cb21 [2021-01-12T00:36:55.294Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:36:55.294Z] ---> Using cache [2021-01-12T00:36:55.294Z] ---> 82becacfe78e [2021-01-12T00:36:55.295Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:36:55.295Z] ---> Using cache [2021-01-12T00:36:55.295Z] ---> 93ba253d8d3a [2021-01-12T00:36:55.295Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:36:55.725Z] ---> Using cache [2021-01-12T00:36:55.725Z] ---> 2d97d54e3e89 [2021-01-12T00:36:55.725Z] Step 6/22 : COPY go.mod . [2021-01-12T00:36:55.989Z] ---> Using cache [2021-01-12T00:36:55.989Z] ---> 6aab0697afa7 [2021-01-12T00:36:55.989Z] Step 7/22 : RUN go mod download [2021-01-12T00:36:55.989Z] ---> Using cache [2021-01-12T00:36:55.989Z] ---> eb7538f9a063 [2021-01-12T00:36:55.989Z] Step 8/22 : COPY . . [2021-01-12T00:36:55.989Z] ---> Using cache [2021-01-12T00:36:55.989Z] ---> eb961b158dee [2021-01-12T00:36:55.989Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T00:36:56.256Z] ---> Running in 76ca5c0f2dbe [2021-01-12T00:36:56.256Z] Removing intermediate container 9b25fc6fefdb [2021-01-12T00:36:56.256Z] ---> 87dc384e8852 [2021-01-12T00:36:56.256Z] Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:36:56.537Z] ---> Running in ef5b623b843b [2021-01-12T00:36:58.474Z] ---> Running in 55a97de91b15 [2021-01-12T00:36:58.474Z] Removing intermediate container 76ca5c0f2dbe [2021-01-12T00:36:58.474Z] ---> 0f474e03168b [2021-01-12T00:36:58.474Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:36:58.474Z] ---> Running in 0835ae80e113 [2021-01-12T00:36:59.066Z] Removing intermediate container 55a97de91b15 [2021-01-12T00:36:59.066Z] ---> 620290f6c88a [2021-01-12T00:36:59.066Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:36:59.066Z] 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-12T00:37:00.814Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T00:37:00.815Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T00:37:00.815Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T00:37:00.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T00:37:00.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T00:37:00.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T00:37:00.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T00:37:00.815Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T00:37:00.815Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T00:37:01.678Z] ---> Running in 5c2cdfb0d38a [2021-01-12T00:37:01.678Z] Removing intermediate container 0835ae80e113 [2021-01-12T00:37:01.678Z] ---> 0f8e74af0f26 [2021-01-12T00:37:01.678Z] [2021-01-12T00:37:02.280Z] Successfully built 0f8e74af0f26 [2021-01-12T00:37:02.871Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T00:37:02.871Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-12T00:37:03.490Z] Removing intermediate container 5c2cdfb0d38a [2021-01-12T00:37:03.490Z] ---> 7514a271116c [2021-01-12T00:37:03.490Z] [2021-01-12T00:37:03.774Z] Successfully built 7514a271116c [2021-01-12T00:37:03.774Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-12T00:37:07.550Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T00:37:07.550Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T00:37:07.550Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T00:37:14.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.6% of statements [2021-01-12T00:37:14.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T00:37:14.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T00:37:14.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T00:37:14.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T00:37:14.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T00:37:16.362Z]  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:16.362Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:37:16.362Z] ---> dbb4c006cb21 [2021-01-12T00:37:16.362Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:37:16.362Z] ---> Using cache [2021-01-12T00:37:16.362Z] ---> 82becacfe78e [2021-01-12T00:37:16.362Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:37:16.362Z] ---> Using cache [2021-01-12T00:37:16.362Z] ---> 93ba253d8d3a [2021-01-12T00:37:16.362Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T00:37:16.362Z] ---> Using cache [2021-01-12T00:37:16.362Z] ---> 2d97d54e3e89 [2021-01-12T00:37:16.362Z] Step 6/24 : COPY go.mod . [2021-01-12T00:37:16.362Z] ---> Using cache [2021-01-12T00:37:16.362Z] ---> 6aab0697afa7 [2021-01-12T00:37:16.362Z] Step 7/24 : RUN go mod download [2021-01-12T00:37:16.362Z] ---> Using cache [2021-01-12T00:37:16.362Z] ---> eb7538f9a063 [2021-01-12T00:37:16.362Z] Step 8/24 : COPY . . [2021-01-12T00:37:16.362Z] ---> Using cache [2021-01-12T00:37:16.362Z] ---> eb961b158dee [2021-01-12T00:37:16.362Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T00:37:16.362Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:16.362Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:37:16.362Z] ---> dbb4c006cb21 [2021-01-12T00:37:16.362Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T00:37:16.362Z] ---> Using cache [2021-01-12T00:37:16.362Z] ---> 82becacfe78e [2021-01-12T00:37:16.362Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:37:16.362Z] ---> Using cache [2021-01-12T00:37:16.362Z] ---> 93ba253d8d3a [2021-01-12T00:37:16.362Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T00:37:17.358Z] ---> Running in ab4bfde81396 [2021-01-12T00:37:17.358Z] ---> Running in 256bdf913e02 [2021-01-12T00:37:19.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:20.249Z] 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-12T00:37:20.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:22.032Z] OK: 233 MiB in 51 packages [2021-01-12T00:37:22.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.622s coverage: 27.0% of statements [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T00:37:22.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T00:37:22.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.121s coverage: 100.0% of statements [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T00:37:22.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.643s coverage: 77.8% of statements [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T00:37:22.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.4% of statements [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T00:37:22.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T00:37:25.616Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:25.616Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:37:25.616Z] ---> dbb4c006cb21 [2021-01-12T00:37:25.616Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T00:37:25.616Z] ---> Using cache [2021-01-12T00:37:25.616Z] ---> 82becacfe78e [2021-01-12T00:37:25.616Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:37:25.616Z] ---> Using cache [2021-01-12T00:37:25.616Z] ---> 93ba253d8d3a [2021-01-12T00:37:25.616Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T00:37:25.616Z] Removing intermediate container 256bdf913e02 [2021-01-12T00:37:25.616Z] ---> 27f6b410d936 [2021-01-12T00:37:25.616Z] Step 6/23 : COPY go.mod . [2021-01-12T00:37:25.616Z] ---> Running in 078e215f0ea4 [2021-01-12T00:37:25.940Z] ---> c758e94d1a46 [2021-01-12T00:37:25.940Z] Step 7/23 : RUN go mod download [2021-01-12T00:37:25.940Z] ---> Running in 82e3bcd2b17f [2021-01-12T00:37:26.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:27.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:28.673Z] OK: 233 MiB in 51 packages [2021-01-12T00:37:28.673Z] Removing intermediate container 82e3bcd2b17f [2021-01-12T00:37:28.673Z] ---> 568554461fb7 [2021-01-12T00:37:28.673Z] Step 8/23 : COPY . . [2021-01-12T00:37:32.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.331s coverage: 28.6% of statements [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T00:37:32.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.229s coverage: 100.0% of statements [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T00:37:32.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T00:37:32.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T00:37:32.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T00:37:32.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T00:37:32.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T00:37:32.993Z] Removing intermediate container ef5b623b843b [2021-01-12T00:37:32.993Z] ---> 1e0a55c2f6c5 [2021-01-12T00:37:32.993Z] [2021-01-12T00:37:32.993Z] Step 10/22 : FROM scratch [2021-01-12T00:37:32.993Z] ---> [2021-01-12T00:37:32.993Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:37:34.411Z] ---> Using cache [2021-01-12T00:37:34.411Z] ---> f7449b89b962 [2021-01-12T00:37:34.411Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T00:37:36.532Z] Removing intermediate container 078e215f0ea4 [2021-01-12T00:37:36.532Z] ---> e84311f5344b [2021-01-12T00:37:36.532Z] Step 6/26 : COPY go.mod . [2021-01-12T00:37:36.532Z] ---> Running in 53a666095fab [2021-01-12T00:37:36.934Z] 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-12T00:37:37.965Z] Removing intermediate container 53a666095fab [2021-01-12T00:37:37.965Z] ---> 95fe981115bc [2021-01-12T00:37:37.965Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:37:37.965Z] ---> 74d59426951e [2021-01-12T00:37:37.965Z] Step 7/26 : RUN go mod download [2021-01-12T00:37:39.378Z] ---> Running in 2eeb08bcb317 [2021-01-12T00:37:39.647Z] ---> Running in 40d9ed64b6a0 [2021-01-12T00:37:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.263s coverage: 93.1% of statements [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T00:37:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T00:37:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T00:37:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T00:37:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements [2021-01-12T00:37:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T00:37:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.161s coverage: 80.8% of statements [2021-01-12T00:37:41.608Z] Removing intermediate container 2eeb08bcb317 [2021-01-12T00:37:41.608Z] ---> 7fcefdd5fd3a [2021-01-12T00:37:41.608Z] Step 14/22 : WORKDIR / [2021-01-12T00:37:41.876Z] ---> Running in 3751fbf7b873 [2021-01-12T00:37:42.849Z] Removing intermediate container 3751fbf7b873 [2021-01-12T00:37:42.849Z] ---> c834b07bb37d [2021-01-12T00:37:42.849Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:37:43.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements [2021-01-12T00:37:43.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.189s coverage: 84.2% of statements [2021-01-12T00:37:44.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.215s coverage: 91.4% of statements [2021-01-12T00:37:44.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T00:37:45.434Z] ---> 2e804b8fe179 [2021-01-12T00:37:45.434Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T00:37:46.013Z] Removing intermediate container 40d9ed64b6a0 [2021-01-12T00:37:46.013Z] ---> 3a9f7a1029bd [2021-01-12T00:37:46.013Z] Step 8/26 : COPY . . [2021-01-12T00:37:48.601Z] Removing intermediate container ab4bfde81396 [2021-01-12T00:37:48.601Z] ---> 90130f1b2a4f [2021-01-12T00:37:48.601Z] [2021-01-12T00:37:48.601Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T00:37:48.601Z] ---> 389fef711851 [2021-01-12T00:37:48.601Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:37:48.601Z] ---> Using cache [2021-01-12T00:37:48.601Z] ---> b6d1ca2dcb87 [2021-01-12T00:37:48.601Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:37:48.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.795s coverage: 63.5% of statements [2021-01-12T00:37:48.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T00:37:48.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T00:37:48.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.115s coverage: 100.0% of statements [2021-01-12T00:37:48.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.133s coverage: 91.3% of statements [2021-01-12T00:37:48.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-01-12T00:37:49.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.105s coverage: 73.7% of statements [2021-01-12T00:37:50.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-01-12T00:37:51.962Z] ---> 55846c1f8d73 [2021-01-12T00:37:51.962Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T00:37:52.919Z] ---> Running in 280102757c57 [2021-01-12T00:37:53.182Z] ---> 9e35b1566dc3 [2021-01-12T00:37:53.182Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T00:37:53.773Z] ---> 8d774c933829 [2021-01-12T00:37:53.773Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T00:37:54.046Z] ---> Running in 468f5bc6d8e3 [2021-01-12T00:37:54.645Z] ---> Running in 4875bcfc9ab4 [2021-01-12T00:37:54.645Z] Removing intermediate container 280102757c57 [2021-01-12T00:37:54.645Z] ---> 5b2f3eba6960 [2021-01-12T00:37:54.645Z] Step 13/24 : WORKDIR / [2021-01-12T00:37:54.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.877s coverage: 55.9% of statements [2021-01-12T00:37:54.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T00:37:54.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T00:37:54.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T00:37:54.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T00:37:54.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T00:37:54.909Z] ---> Running in 5f6a84170d21 [2021-01-12T00:37:54.909Z] Removing intermediate container 4875bcfc9ab4 [2021-01-12T00:37:54.909Z] ---> 8cea8426e7ee [2021-01-12T00:37:54.909Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:37:55.186Z] ---> Running in 466b18aa8263 [2021-01-12T00:37:55.186Z] 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-12T00:37:55.773Z] Removing intermediate container 5f6a84170d21 [2021-01-12T00:37:55.773Z] ---> d605851acf7e [2021-01-12T00:37:55.773Z] 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-12T00:37:56.038Z] Removing intermediate container 466b18aa8263 [2021-01-12T00:37:56.038Z] ---> 411604a6394f [2021-01-12T00:37:56.038Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:37:56.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.435s coverage: 37.0% of statements [2021-01-12T00:37:56.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T00:37:56.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T00:37:56.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.659s coverage: 84.0% of statements [2021-01-12T00:37:56.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2021-01-12T00:37:56.313Z] ---> Running in 0066b14178eb [2021-01-12T00:37:56.313Z] ---> d0d4a11702cc [2021-01-12T00:37:56.313Z] 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-12T00:37:56.584Z] Removing intermediate container 0066b14178eb [2021-01-12T00:37:56.584Z] ---> 4ba8d3ca8b50 [2021-01-12T00:37:56.584Z] Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:37:58.028Z] ---> Running in 032afb4316de [2021-01-12T00:37:58.604Z] ---> 2083b3d96aa3 [2021-01-12T00:37:58.604Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T00:37:59.215Z] Removing intermediate container 032afb4316de [2021-01-12T00:37:59.215Z] ---> 16ebd86a439b [2021-01-12T00:37:59.215Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:38:00.241Z] ---> f935f39e333e [2021-01-12T00:38:00.241Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T00:38:01.240Z] ---> Running in b6a5ae1a8733 [2021-01-12T00:38:02.715Z] ---> bff5d2544a60 [2021-01-12T00:38:02.715Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T00:38:02.715Z] Removing intermediate container b6a5ae1a8733 [2021-01-12T00:38:02.715Z] ---> 1481eca5d21a [2021-01-12T00:38:02.715Z] [2021-01-12T00:38:03.701Z] Successfully built 1481eca5d21a [2021-01-12T00:38:03.701Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T00:38:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements [2021-01-12T00:38:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T00:38:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T00:38:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T00:38:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T00:38:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T00:38:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-01-12T00:38:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T00:38:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-01-12T00:38:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T00:38:05.645Z]  Building docker-core-metadata-go ... done  ---> b396425c6747 [2021-01-12T00:38:05.645Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T00:38:06.271Z] ---> 4e791a7f11d6 [2021-01-12T00:38:06.271Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T00:38:06.271Z] ---> 11e57ef38ba9 [2021-01-12T00:38:06.271Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-12T00:38:06.571Z] ---> Running in d1e134e52bbb [2021-01-12T00:38:06.571Z] ---> Running in 4cc0f3b9d6e4 [2021-01-12T00:38:07.584Z] 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-12T00:38:08.583Z] Removing intermediate container 4cc0f3b9d6e4 [2021-01-12T00:38:08.583Z] ---> cf7547bfe488 [2021-01-12T00:38:08.583Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T00:38:08.583Z] ---> Running in d8b86bbb11b8 [2021-01-12T00:38:08.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.333s coverage: 29.1% of statements [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T00:38:08.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T00:38:08.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T00:38:08.960Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T00:38:08.960Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-12T00:38:08.960Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T00:38:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T00:38:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T00:38:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T00:38:08.961Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-01-12T00:38:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T00:38:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T00:38:08.961Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-01-12T00:38:09.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2021-01-12T00:38:10.006Z] Removing intermediate container d8b86bbb11b8 [2021-01-12T00:38:10.006Z] ---> 04e8e6ad2b4e [2021-01-12T00:38:10.006Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T00:38:10.281Z] ---> Running in 38e6b2e9128f [2021-01-12T00:38:10.900Z] Removing intermediate container 38e6b2e9128f [2021-01-12T00:38:10.900Z] ---> 2e41ed96b476 [2021-01-12T00:38:10.900Z] Step 23/24 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:38:10.900Z] ---> Running in fec25af34993 [2021-01-12T00:38:11.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-01-12T00:38:11.561Z] Removing intermediate container fec25af34993 [2021-01-12T00:38:11.561Z] ---> 7cede2d1955d [2021-01-12T00:38:11.561Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:38:11.561Z] ---> Running in 5305cf696d71 [2021-01-12T00:38:11.831Z] Removing intermediate container 5305cf696d71 [2021-01-12T00:38:11.831Z] ---> dbd1b4ab427b [2021-01-12T00:38:11.831Z] [2021-01-12T00:38:11.961Z] GO111MODULE=on go vet ./... [2021-01-12T00:38:12.121Z] Successfully built dbd1b4ab427b [2021-01-12T00:38:12.122Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T00:38:22.267Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 468f5bc6d8e3 [2021-01-12T00:38:22.267Z] ---> bfabffc9e846 [2021-01-12T00:38:22.267Z] [2021-01-12T00:38:22.267Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T00:38:22.267Z] ---> 389fef711851 [2021-01-12T00:38:22.267Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:38:22.267Z] ---> Running in 04af5949e09d [2021-01-12T00:38:22.267Z] Removing intermediate container 04af5949e09d [2021-01-12T00:38:22.267Z] ---> 7815d21008b4 [2021-01-12T00:38:22.267Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T00:38:22.267Z] ---> Running in b2c99d31cf40 [2021-01-12T00:38:22.839Z] Removing intermediate container b2c99d31cf40 [2021-01-12T00:38:22.839Z] ---> 0756cfca5b00 [2021-01-12T00:38:22.839Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T00:38:23.790Z] ---> Running in 2b50f828f7bf [2021-01-12T00:38:23.790Z] Removing intermediate container d1e134e52bbb [2021-01-12T00:38:23.790Z] ---> fe210334f566 [2021-01-12T00:38:23.790Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T00:38:23.790Z] ---> Running in f01b3a8c4e4a [2021-01-12T00:38:24.050Z] Removing intermediate container 2b50f828f7bf [2021-01-12T00:38:24.050Z] ---> f86ebb4857c9 [2021-01-12T00:38:24.050Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:38:24.353Z] ---> Running in 831fb5505533 [2021-01-12T00:38:24.642Z] 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-12T00:38:25.286Z] Removing intermediate container 831fb5505533 [2021-01-12T00:38:25.286Z] ---> fa592a256170 [2021-01-12T00:38:25.286Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T00:38:25.550Z] ---> Running in 870b2ca1feb1 [2021-01-12T00:38:25.813Z] Removing intermediate container f01b3a8c4e4a [2021-01-12T00:38:25.813Z] ---> 0f52abaf2259 [2021-01-12T00:38:25.813Z] [2021-01-12T00:38:25.813Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T00:38:25.813Z] 20.10.0: Pulling from library/docker [2021-01-12T00:38:26.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:27.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:28.698Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T00:38:28.698Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T00:38:28.985Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T00:38:29.603Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T00:38:29.871Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T00:38:29.871Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:38:30.133Z] OK: 8 MiB in 19 packages [2021-01-12T00:38:31.084Z] Removing intermediate container 870b2ca1feb1 [2021-01-12T00:38:31.084Z] ---> 3773d942b373 [2021-01-12T00:38:31.084Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:38:31.346Z] ---> 2be335fc939a [2021-01-12T00:38:31.346Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T00:38:31.346Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T00:38:31.346Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T00:38:31.346Z] ---> aefe523efa57 [2021-01-12T00:38:31.346Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T00:38:31.624Z] ---> Running in 7ee5169db1f5 [2021-01-12T00:38:32.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:32.213Z] ---> decb01b08d8c [2021-01-12T00:38:32.213Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T00:38:32.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:32.474Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T00:38:32.474Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T00:38:32.474Z] Executing bash-5.0.17-r0.post-install [2021-01-12T00:38:32.474Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:38:32.474Z] OK: 12 MiB in 22 packages [2021-01-12T00:38:32.474Z] ---> 51bd4302a57e [2021-01-12T00:38:32.474Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T00:38:32.474Z] ---> Running in 0245b7510737 [2021-01-12T00:38:32.751Z] Removing intermediate container 0245b7510737 [2021-01-12T00:38:32.751Z] ---> cafec39505a5 [2021-01-12T00:38:32.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:38:32.751Z] ---> Running in 243deb6ff859 [2021-01-12T00:38:33.023Z] Removing intermediate container 7ee5169db1f5 [2021-01-12T00:38:33.023Z] ---> 45ae448ec98c [2021-01-12T00:38:33.023Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T00:38:33.023Z] Removing intermediate container 243deb6ff859 [2021-01-12T00:38:33.023Z] ---> 7d87b313b4ff [2021-01-12T00:38:33.023Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T00:38:33.023Z] ---> Running in c930dad5f769 [2021-01-12T00:38:33.291Z] ---> Running in 42f9cd338b0a [2021-01-12T00:38:33.291Z] Removing intermediate container c930dad5f769 [2021-01-12T00:38:33.291Z] ---> b63e68fbbb14 [2021-01-12T00:38:33.291Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T00:38:33.291Z] Removing intermediate container 42f9cd338b0a [2021-01-12T00:38:33.291Z] ---> 99ccb8d6bf04 [2021-01-12T00:38:33.291Z] Step 22/23 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:38:33.291Z] ---> Running in b4def18efd98 [2021-01-12T00:38:33.560Z] ---> Running in 9171e93861e4 [2021-01-12T00:38:33.560Z] Removing intermediate container b4def18efd98 [2021-01-12T00:38:33.560Z] ---> 0b495deafc0e [2021-01-12T00:38:33.560Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T00:38:33.560Z] ---> Running in 85830f05d6f0 [2021-01-12T00:38:33.560Z] Removing intermediate container 9171e93861e4 [2021-01-12T00:38:33.560Z] ---> 40f567446080 [2021-01-12T00:38:33.560Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T00:38:33.840Z] ---> Running in a3baaae3941f [2021-01-12T00:38:33.840Z] Removing intermediate container 85830f05d6f0 [2021-01-12T00:38:33.840Z] ---> 587eaa9654d7 [2021-01-12T00:38:33.840Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T00:38:34.413Z] Removing intermediate container a3baaae3941f [2021-01-12T00:38:34.413Z] ---> 5ed57ec4c15c [2021-01-12T00:38:34.413Z] [2021-01-12T00:38:34.413Z] ---> e356bba1109b [2021-01-12T00:38:34.413Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T00:38:34.675Z] Successfully built 5ed57ec4c15c [2021-01-12T00:38:34.675Z] Successfully tagged docker-core-data-go:latest [2021-01-12T00:38:34.675Z]  Building docker-core-data-go ... done  ---> ab248f0c9896 [2021-01-12T00:38:34.675Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T00:38:35.253Z] ---> ac6c7b19747d [2021-01-12T00:38:35.253Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T00:38:35.253Z] ---> Running in 7447ea78d5fb [2021-01-12T00:38:35.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:35.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:35.782Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T00:38:35.782Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T00:38:35.782Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T00:38:35.782Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T00:38:36.048Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T00:38:36.048Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T00:38:36.048Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T00:38:36.991Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T00:38:36.991Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T00:38:36.991Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T00:38:36.991Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T00:38:36.991Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T00:38:36.991Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T00:38:37.252Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T00:38:37.252Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T00:38:37.252Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T00:38:37.252Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T00:38:37.252Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T00:38:37.252Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T00:38:37.252Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T00:38:37.252Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T00:38:37.252Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T00:38:37.252Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T00:38:37.514Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T00:38:37.514Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T00:38:37.514Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T00:38:37.514Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T00:38:37.514Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T00:38:37.514Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T00:38:37.514Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T00:38:37.514Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T00:38:37.514Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T00:38:37.514Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T00:38:37.776Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:38:37.776Z] OK: 71 MiB in 55 packages [2021-01-12T00:38:47.982Z] Removing intermediate container 7447ea78d5fb [2021-01-12T00:38:47.982Z] ---> 03c5cac2c41b [2021-01-12T00:38:47.982Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T00:38:47.982Z] ---> Running in a79820c6eed5 [2021-01-12T00:38:48.574Z] Collecting docker-compose==1.23.2 [2021-01-12T00:38:48.574Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T00:38:48.835Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T00:38:48.835Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T00:38:49.095Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T00:38:49.095Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T00:38:49.095Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T00:38:49.095Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T00:38:49.688Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T00:38:49.688Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T00:38:50.633Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T00:38:50.633Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T00:38:50.633Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T00:38:50.633Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T00:38:51.207Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T00:38:51.207Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T00:38:51.470Z] Collecting PyYAML<4,>=3.10 [2021-01-12T00:38:51.470Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T00:38:52.419Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T00:38:52.419Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T00:38:52.680Z] 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-12T00:38:52.680Z] Collecting idna<2.8,>=2.5 [2021-01-12T00:38:52.680Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T00:38:52.965Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T00:38:52.965Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T00:38:52.965Z] 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-12T00:38:52.965Z] 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-12T00:38:52.965Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T00:38:52.965Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T00:38:52.965Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T00:38:52.965Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T00:38:52.965Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T00:38:52.965Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T00:38:53.232Z] Installing collected packages: cached-property, websocket-client, docopt, dockerpty, idna, urllib3, requests, texttable, docker-pycreds, docker, PyYAML, jsonschema, docker-compose [2021-01-12T00:38:53.502Z] Running setup.py install for docopt: started [2021-01-12T00:38:54.074Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T00:38:54.074Z] Running setup.py install for dockerpty: started [2021-01-12T00:38:54.661Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T00:38:54.661Z] Attempting uninstall: idna [2021-01-12T00:38:54.661Z] Found existing installation: idna 2.9 [2021-01-12T00:38:54.661Z] Uninstalling idna-2.9: [2021-01-12T00:38:54.661Z] Successfully uninstalled idna-2.9 [2021-01-12T00:38:54.661Z] Attempting uninstall: urllib3 [2021-01-12T00:38:54.661Z] Found existing installation: urllib3 1.25.9 [2021-01-12T00:38:54.661Z] Uninstalling urllib3-1.25.9: [2021-01-12T00:38:54.661Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T00:38:54.923Z] Attempting uninstall: requests [2021-01-12T00:38:54.923Z] Found existing installation: requests 2.23.0 [2021-01-12T00:38:54.923Z] Uninstalling requests-2.23.0: [2021-01-12T00:38:54.923Z] Successfully uninstalled requests-2.23.0 [2021-01-12T00:38:55.183Z] Running setup.py install for texttable: started [2021-01-12T00:38:55.755Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T00:38:56.020Z] Running setup.py install for PyYAML: started [2021-01-12T00:38:56.985Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T00:38:57.250Z] 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-12T00:39:01.492Z] Removing intermediate container a79820c6eed5 [2021-01-12T00:39:01.492Z] ---> 078ae65b97c2 [2021-01-12T00:39:01.492Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T00:39:01.492Z] ---> Running in c1ed97fb1b76 [2021-01-12T00:39:01.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:01.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:01.759Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:39:01.759Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T00:39:01.759Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T00:39:01.759Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:39:01.759Z] OK: 72 MiB in 58 packages [2021-01-12T00:39:02.343Z] Removing intermediate container c1ed97fb1b76 [2021-01-12T00:39:02.343Z] ---> 5c8cbf7ff0a3 [2021-01-12T00:39:02.343Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T00:39:02.606Z] ---> Running in 087bdcd0e39f [2021-01-12T00:39:02.875Z] Removing intermediate container 087bdcd0e39f [2021-01-12T00:39:02.875Z] ---> 618659500cd5 [2021-01-12T00:39:02.875Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:39:02.875Z] ---> Running in 646347139fc7 [2021-01-12T00:39:03.140Z] Removing intermediate container 646347139fc7 [2021-01-12T00:39:03.140Z] ---> 495df540d670 [2021-01-12T00:39:03.140Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T00:39:03.140Z] ---> Running in 87e0fd023a4f [2021-01-12T00:39:03.417Z] Removing intermediate container 87e0fd023a4f [2021-01-12T00:39:03.417Z] ---> 4a5f3a833414 [2021-01-12T00:39:03.417Z] Step 25/26 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:39:03.417Z] ---> Running in 63971a129314 [2021-01-12T00:39:03.693Z] Removing intermediate container 63971a129314 [2021-01-12T00:39:03.693Z] ---> 492d82ea386d [2021-01-12T00:39:03.693Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T00:39:03.693Z] ---> Running in 98b1ebadfcf0 [2021-01-12T00:39:03.953Z] Removing intermediate container 98b1ebadfcf0 [2021-01-12T00:39:03.953Z] ---> 9e6a6641a5b4 [2021-01-12T00:39:03.953Z] [2021-01-12T00:39:03.953Z] Successfully built 9e6a6641a5b4 [2021-01-12T00:39:04.212Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T00:39:04.504Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T00:39:04.553Z] $ docker stop --time=1 1274457f10313b2f51d0685487b50e4e2234f1f89bf7a84d2226fbade12fd815 [2021-01-12T00:39:06.460Z] $ docker rm -f 1274457f10313b2f51d0685487b50e4e2234f1f89bf7a84d2226fbade12fd815 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:39:06.999Z] + docker images [2021-01-12T00:39:06.999Z] + grep docker [2021-01-12T00:39:07.260Z] docker-sys-mgmt-agent-go latest 9e6a6641a5b4 4 seconds ago 313MB [2021-01-12T00:39:07.260Z] docker-core-data-go latest 5ed57ec4c15c 33 seconds ago 22.3MB [2021-01-12T00:39:07.260Z] docker-security-secretstore-setup-go latest dbd1b4ab427b 56 seconds ago 24.6MB [2021-01-12T00:39:07.260Z] docker-core-metadata-go latest 1481eca5d21a About a minute ago 13.1MB [2021-01-12T00:39:07.260Z] docker-security-bootstrap-redis-go latest 7514a271116c 2 minutes ago 15.8MB [2021-01-12T00:39:07.260Z] docker-security-proxy-setup-go latest 0f8e74af0f26 2 minutes ago 24.5MB [2021-01-12T00:39:07.260Z] docker-core-command-go latest ee6787789c10 2 minutes ago 10.6MB [2021-01-12T00:39:07.260Z] docker-support-scheduler-go latest d98c31a676e7 2 minutes ago 10.7MB [2021-01-12T00:39:07.260Z] docker-support-notifications-go latest 4b45376edea0 2 minutes ago 12MB [2021-01-12T00:39:07.260Z] docker 20.10.0 aefe523efa57 4 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-12T00:39:23.143Z] Still waiting to schedule task [2021-01-12T00:39:23.144Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-12T00:39:33.754Z] gofmt -l . [2021-01-12T00:39:33.754Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:39:33.754Z] ./bin/test-go-mod-tidy.sh [2021-01-12T00:39:33.754Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T00:39:34.420Z] + ls -al . [2021-01-12T00:39:34.420Z] total 684 [2021-01-12T00:39:34.420Z] drwxrwxr-x 9 1001 1001 4096 Jan 12 00:39 . [2021-01-12T00:39:34.420Z] drwxr-xr-x 4 root root 4096 Jan 12 00:35 .. [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 00:33 .dockerignore [2021-01-12T00:39:34.421Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 00:34 .git [2021-01-12T00:39:34.421Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 00:33 .github [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 00:33 .gitignore [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 00:33 .sonarcloud.properties [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:34 Attribution.txt [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:33 CONTRIBUTING.md [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 00:33 Dockerfile.build [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 00:33 Jenkinsfile [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:33 LICENSE [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:33 Makefile [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:33 README.md [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:33 SECURITY.md [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 00:30 VERSION [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:33 ZMQWindows.md [2021-01-12T00:39:34.421Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 00:34 bin [2021-01-12T00:39:34.421Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 00:33 cmd [2021-01-12T00:39:34.421Z] -rw-r--r-- 1 root root 552842 Jan 12 00:38 coverage.out [2021-01-12T00:39:34.421Z] -rw-r--r-- 1 root root 979 Jan 12 00:39 go.mod [2021-01-12T00:39:34.421Z] -rw-r--r-- 1 root root 19019 Jan 12 00:39 go.sum [2021-01-12T00:39:34.421Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 00:34 internal [2021-01-12T00:39:34.421Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 00:34 openapi [2021-01-12T00:39:34.421Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 00:34 snap [2021-01-12T00:39:34.421Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 00:34 version.go [Pipeline] sh [2021-01-12T00:39:35.085Z] + '[' -e coverage.out ] [2021-01-12T00:39:35.085Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T00:39:35.192Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T00:39:36.520Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T00:39:37.217Z] + make build [2021-01-12T00:39:37.217Z] 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-12T00:39:53.282Z] 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-12T00:40:15.484Z] 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-12T00:40:20.886Z] 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-12T00:40:26.285Z] 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-12T00:40:26.557Z] 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-12T00:40:31.964Z] 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-12T00:40:37.362Z] 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-12T00:40:40.736Z] 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-12T00:40:45.041Z] 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-12T00:40:48.424Z] 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-12T00:40:53.831Z] 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-12T00:40:58.098Z] Running on prd-ubuntu18.04-docker-8c-8g-19671 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws [2021-01-12T00:40:58.146Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-01-12T00:40:59.265Z] $ docker stop --time=1 4c8969b6e598c65da36c46e393362df987e7f6e8c7d5e41c18a1cb463acac1f6 [2021-01-12T00:41:00.156Z] using credential edgex-jenkins-ssh [2021-01-12T00:41:00.248Z] Cloning the remote Git repository [2021-01-12T00:41:00.275Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:41:00.335Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-12T00:41:00.369Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:41:00.369Z] > git --version # timeout=10 [2021-01-12T00:41:00.383Z] > git --version # 'git version 2.17.1' [2021-01-12T00:41:00.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:41:00.409Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:41:02.003Z] $ docker rm -f 4c8969b6e598c65da36c46e393362df987e7f6e8c7d5e41c18a1cb463acac1f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:41:03.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:41:04.268Z] [2021-01-12T00:41:04.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:41:04.657Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:41:04.929Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-12T00:41:04.929Z] 29e5d40040c1: Pulling fs layer [2021-01-12T00:41:04.929Z] 1ce36da41761: Pulling fs layer [2021-01-12T00:41:04.929Z] 25b303627fd3: Pulling fs layer [2021-01-12T00:41:05.204Z] 29e5d40040c1: Verifying Checksum [2021-01-12T00:41:05.204Z] 29e5d40040c1: Download complete [2021-01-12T00:41:05.802Z] 1ce36da41761: Verifying Checksum [2021-01-12T00:41:05.802Z] 1ce36da41761: Download complete [2021-01-12T00:41:06.074Z] 29e5d40040c1: Pull complete [2021-01-12T00:41:06.191Z] Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 [2021-01-12T00:41:06.367Z] Merge succeeded, producing bb4e268f4c321f61cfdcaa65c4ad83799d386160 [2021-01-12T00:41:06.367Z] Checking out Revision bb4e268f4c321f61cfdcaa65c4ad83799d386160 (PR-3008) [2021-01-12T00:41:05.487Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:41:05.493Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:41:05.507Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:41:05.519Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:41:05.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:41:05.524Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:41:06.201Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:41:06.205Z] > git checkout -f d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 [2021-01-12T00:41:06.278Z] > git remote # timeout=10 [2021-01-12T00:41:06.286Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:41:06.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:41:06.294Z] > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [2021-01-12T00:41:06.360Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:41:06.371Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:41:06.375Z] > git checkout -f bb4e268f4c321f61cfdcaa65c4ad83799d386160 # timeout=10 [2021-01-12T00:41:07.515Z] 1ce36da41761: Pull complete [2021-01-12T00:41:07.515Z] 25b303627fd3: Verifying Checksum [2021-01-12T00:41:07.515Z] 25b303627fd3: Download complete [2021-01-12T00:41:10.091Z] Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" [2021-01-12T00:41:10.095Z] > git rev-list --no-walk d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:41:11.223Z] + echo snap-build.sh [2021-01-12T00:41:11.223Z] snap-build.sh [2021-01-12T00:41:11.223Z] + SNAP_BASE_DIR=. [2021-01-12T00:41:11.223Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-12T00:41:11.223Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-12T00:41:11.223Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-12T00:41:11.223Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-12T00:41:11.223Z] + cd /w/workspace/edgex-go/2 [2021-01-12T00:41:11.223Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-12T00:41:11.223Z] Reading package lists... [2021-01-12T00:41:11.223Z] Building dependency tree... [2021-01-12T00:41:11.223Z] Reading state information... [2021-01-12T00:41:11.485Z] The following packages were automatically installed and are no longer required: [2021-01-12T00:41:11.485Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-12T00:41:11.485Z] uidmap xdelta3 [2021-01-12T00:41:11.485Z] Use 'sudo apt autoremove' to remove them. [2021-01-12T00:41:11.485Z] The following packages will be REMOVED: [2021-01-12T00:41:11.485Z] lxd* lxd-client* [2021-01-12T00:41:11.747Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-12T00:41:11.747Z] After this operation, 31.7 MB disk space will be freed. [2021-01-12T00:41:12.795Z] (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-12T00:41:12.795Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:41:13.743Z] Removing lxd dnsmasq configuration [2021-01-12T00:41:13.743Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:41:13.743Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-12T00:41:14.688Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-12T00:41:14.950Z] (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-12T00:41:14.950Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:41:16.339Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-12T00:41:16.339Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-12T00:41:17.726Z] 25b303627fd3: Pull complete [2021-01-12T00:41:17.726Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-12T00:41:17.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:41:17.726Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:41:17.728Z] + sudo snap remove --purge lxd [2021-01-12T00:41:17.728Z] snap "lxd" is not installed [2021-01-12T00:41:17.728Z] + sudo groupadd --force --system lxd [2021-01-12T00:41:17.728Z] ++ whoami [2021-01-12T00:41:17.728Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-12T00:41:17.728Z] + newgrp - lxd [2021-01-12T00:41:17.728Z] + sudo snap install lxd [Pipeline] withDockerContainer [2021-01-12T00:41:17.978Z] prd-ubuntu18.04-docker-arm64-4c-16g-19658 does not seem to be running inside a container [2021-01-12T00:41:18.060Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-12T00:41:21.132Z] $ docker top e1c392792f73b7c9c7a1d657367d1ebb0f3cf1be676d272914627e87c3be80a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:41:22.176Z] + docker-compose build --help [2021-01-12T00:41:22.176Z] + grep parallel [2021-01-12T00:41:26.465Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T00:41:26.482Z] $ docker stop --time=1 e1c392792f73b7c9c7a1d657367d1ebb0f3cf1be676d272914627e87c3be80a8 [2021-01-12T00:41:27.775Z] 2021-01-12T00:41:24Z INFO Waiting for automatic snapd restart... [2021-01-12T00:41:28.501Z] $ docker rm -f e1c392792f73b7c9c7a1d657367d1ebb0f3cf1be676d272914627e87c3be80a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:41:29.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:41:29.377Z] . [Pipeline] withDockerContainer [2021-01-12T00:41:29.684Z] prd-ubuntu18.04-docker-arm64-4c-16g-19658 does not seem to be running inside a container [2021-01-12T00:41:29.797Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T00:41:31.374Z] $ docker top 90e250e690d805e88056cafbb996b8e51ebafc72a26221d132ec43f32e56ef6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:41:32.524Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T00:41:37.903Z] Building docker-core-command-go ... [2021-01-12T00:41:37.903Z] Building docker-core-data-go ... [2021-01-12T00:41:37.903Z] Building docker-core-metadata-go ... [2021-01-12T00:41:37.903Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T00:41:37.903Z] Building docker-security-proxy-setup-go ... [2021-01-12T00:41:37.903Z] Building docker-security-secretstore-setup-go ... [2021-01-12T00:41:37.903Z] Building docker-support-notifications-go ... [2021-01-12T00:41:37.903Z] Building docker-support-scheduler-go ... [2021-01-12T00:41:37.903Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T00:41:37.903Z] Building docker-core-data-go [2021-01-12T00:41:37.903Z] Building docker-security-bootstrap-redis-go [2021-01-12T00:41:37.903Z] Building docker-support-scheduler-go [2021-01-12T00:41:37.903Z] Building docker-support-notifications-go [2021-01-12T00:41:37.903Z] Building docker-security-secretstore-setup-go [2021-01-12T00:41:45.913Z] lxd 4.10 from Canonical* installed [2021-01-12T00:41:45.913Z] + sudo lxd init --auto [2021-01-12T00:41:52.513Z] + sudo snap install --classic snapcraft [2021-01-12T00:41:57.837Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T00:41:57.837Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-12T00:41:57.837Z] + patch --verbose -p1 [2021-01-12T00:41:57.837Z] Hmm... Looks like a unified diff to me... [2021-01-12T00:41:57.837Z] The text leading up to this was: [2021-01-12T00:41:57.837Z] -------------------------- [2021-01-12T00:41:57.837Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-12T00:41:57.837Z] |From: Tony Espy [2021-01-12T00:41:57.837Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-12T00:41:57.837Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-12T00:41:57.837Z] | [2021-01-12T00:41:57.837Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-12T00:41:57.837Z] |optimize the snap CI check run for pull requests. When [2021-01-12T00:41:57.837Z] |applied, it essentially strips out everything (apps and [2021-01-12T00:41:57.837Z] |parts) from the snapcraft.yaml file except those required [2021-01-12T00:41:57.837Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-12T00:41:57.837Z] |catch changes to edgex-go that break the snap build. [2021-01-12T00:41:57.837Z] | [2021-01-12T00:41:57.837Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-12T00:41:57.837Z] |to update this patch file, otherwise it may fail to apply, [2021-01-12T00:41:57.837Z] |resulting in a failed snap build CI check in the associated [2021-01-12T00:41:57.837Z] |pull request. [2021-01-12T00:41:57.837Z] | [2021-01-12T00:41:57.837Z] |Note - in addition to applying this patch, the pipeline also [2021-01-12T00:41:57.837Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-12T00:41:57.837Z] |need to build the finally binary .snap file (and it won't [2021-01-12T00:41:57.837Z] |work with the patch applied). This further reduces the build [2021-01-12T00:41:57.837Z] |time. [2021-01-12T00:41:57.837Z] |--- [2021-01-12T00:41:57.837Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-12T00:41:57.837Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-12T00:41:57.837Z] | [2021-01-12T00:41:57.837Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-12T00:41:57.837Z] |index 1e537489..faf42425 100644 [2021-01-12T00:41:57.837Z] |--- a/snap/snapcraft.yaml [2021-01-12T00:41:57.837Z] |+++ b/snap/snapcraft.yaml [2021-01-12T00:41:57.837Z] -------------------------- [2021-01-12T00:41:57.837Z] patching file snap/snapcraft.yaml [2021-01-12T00:41:57.837Z] Using Plan A... [2021-01-12T00:41:57.837Z] Hunk #1 succeeded at 73. [2021-01-12T00:41:57.837Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-12T00:41:57.837Z] Hunk #3 succeeded at 214. [2021-01-12T00:41:57.837Z] Hunk #4 succeeded at 222. [2021-01-12T00:41:57.837Z] Hunk #5 succeeded at 229. [2021-01-12T00:41:57.837Z] Hunk #6 succeeded at 256. [2021-01-12T00:41:57.837Z] Hunk #7 succeeded at 290. [2021-01-12T00:41:57.837Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-12T00:41:57.837Z] Hmm... Ignoring the trailing garbage. [2021-01-12T00:41:57.837Z] done [2021-01-12T00:41:57.837Z] + sudo snapcraft prime --use-lxd [2021-01-12T00:41:58.789Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-12T00:41:58.789Z] 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-12T00:41:58.789Z] - README.md [2021-01-12T00:41:58.789Z] - snapcraft.yaml.orig [2021-01-12T00:41:58.789Z] [2021-01-12T00:41:58.789Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T00:41:59.391Z] Launching a container. [2021-01-12T00:42:11.673Z] Waiting for container to be ready [2021-01-12T00:42:11.673Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-12T00:42:11.673Z] [2021-01-12T00:42:14.228Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-12T00:42:14.497Z] Waiting for network to be ready... [2021-01-12T00:42:14.760Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T00:42:15.021Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T00:42:15.021Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T00:42:15.021Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T00:42:15.021Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T00:42:15.021Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T00:42:15.021Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T00:42:15.021Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T00:42:15.021Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T00:42:15.285Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T00:42:15.553Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T00:42:15.553Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T00:42:15.813Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T00:42:15.813Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T00:42:15.813Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T00:42:15.813Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T00:42:15.813Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T00:42:15.813Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T00:42:16.076Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T00:42:16.346Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T00:42:16.615Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T00:42:16.615Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T00:42:16.615Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T00:42:16.615Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T00:42:16.615Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T00:42:16.615Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T00:42:16.615Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T00:42:18.538Z] Fetched 23.7 MB in 4s (6249 kB/s) [2021-01-12T00:42:19.497Z] Reading package lists... [2021-01-12T00:42:19.767Z] Reading package lists... [2021-01-12T00:42:19.767Z] Building dependency tree... [2021-01-12T00:42:19.767Z] Reading state information... [2021-01-12T00:42:20.029Z] The following additional packages will be installed: [2021-01-12T00:42:20.029Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T00:42:20.029Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T00:42:20.029Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T00:42:20.029Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-12T00:42:20.029Z] Suggested packages: [2021-01-12T00:42:20.029Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-12T00:42:20.029Z] Recommended packages: [2021-01-12T00:42:20.029Z] gnupg libsasl2-modules [2021-01-12T00:42:20.029Z] The following NEW packages will be installed: [2021-01-12T00:42:20.029Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T00:42:20.029Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T00:42:20.029Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T00:42:20.029Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-12T00:42:20.029Z] The following packages will be upgraded: [2021-01-12T00:42:20.029Z] gpg gpg-agent gpgconf libudev1 [2021-01-12T00:42:20.029Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-12T00:42:20.029Z] Need to get 3532 kB of archives. [2021-01-12T00:42:20.029Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-12T00:42:20.029Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-12T00:42:20.029Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-12T00:42:20.290Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-12T00:42:20.559Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-12T00:42:20.821Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-12T00:42:20.821Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-12T00:42:20.821Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-12T00:42:20.821Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-12T00:42:20.821Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-12T00:42:20.821Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-12T00:42:20.821Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-12T00:42:20.821Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-12T00:42:20.821Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-12T00:42:20.821Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-12T00:42:20.821Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-12T00:42:20.821Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-12T00:42:20.821Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-12T00:42:20.821Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-12T00:42:21.083Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-12T00:42:21.083Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-12T00:42:21.083Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-12T00:42:21.083Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-12T00:42:21.083Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:42:21.083Z] Fetched 3532 kB in 1s (3427 kB/s) [2021-01-12T00:42:21.083Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T00:42:21.083Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:42:21.083Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:42:21.346Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-12T00:42:21.609Z] Selecting previously unselected package udev. [2021-01-12T00:42:21.609Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T00:42:21.609Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:42:21.869Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-12T00:42:23.266Z] Selecting previously unselected package libfuse2:amd64. [2021-01-12T00:42:23.266Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T00:42:23.266Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T00:42:24.227Z] Selecting previously unselected package fuse. [2021-01-12T00:42:24.227Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T00:42:24.227Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-12T00:42:24.844Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:42:25.418Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:42:25.997Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:42:26.587Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:42:27.166Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:42:27.747Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:42:28.321Z] Selecting previously unselected package libksba8:amd64. [2021-01-12T00:42:28.321Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-12T00:42:28.321Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-12T00:42:28.321Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-12T00:42:28.321Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:28.321Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:28.321Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-12T00:42:28.321Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:28.321Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:28.321Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-12T00:42:28.321Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:28.582Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:28.582Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-12T00:42:28.582Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:28.582Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:28.582Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-12T00:42:28.582Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:28.582Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:28.844Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-12T00:42:28.844Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:28.844Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:28.844Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-12T00:42:28.844Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:28.844Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:29.105Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-12T00:42:29.105Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:29.105Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:29.105Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-12T00:42:29.105Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:42:29.105Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:29.105Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-12T00:42:29.105Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T00:42:29.105Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:42:29.387Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-12T00:42:29.387Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T00:42:29.387Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:42:29.387Z] Selecting previously unselected package libldap-common. [2021-01-12T00:42:29.387Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-12T00:42:29.387Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:42:29.387Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-12T00:42:29.387Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-12T00:42:29.387Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:42:29.649Z] Selecting previously unselected package dirmngr. [2021-01-12T00:42:29.650Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:42:29.650Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T00:42:29.650Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:42:29.911Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-12T00:42:29.911Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T00:42:29.911Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:42:29.911Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:42:29.911Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-12T00:42:29.911Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:29.911Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-12T00:42:29.911Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:42:29.911Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-12T00:42:30.483Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-12T00:42:30.483Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:30.483Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-12T00:42:30.483Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-12T00:42:30.483Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-12T00:42:30.483Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:30.745Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:30.745Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:30.745Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:30.745Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:30.745Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:30.745Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:42:30.745Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:42:30.745Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T00:42:30.745Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:42:31.320Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-12T00:42:31.320Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-12T00:42:31.320Z] This means they are not meant to be enabled using systemctl. [2021-01-12T00:42:31.320Z] Possible reasons for having this kind of units are: [2021-01-12T00:42:31.320Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-12T00:42:31.320Z] .wants/ or .requires/ directory. [2021-01-12T00:42:31.320Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-12T00:42:31.320Z] a requirement dependency on it. [2021-01-12T00:42:31.320Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-12T00:42:31.320Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-12T00:42:31.320Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-12T00:42:31.320Z] instance name specified. [2021-01-12T00:42:31.580Z] Reading package lists... [2021-01-12T00:42:31.580Z] Building dependency tree... [2021-01-12T00:42:31.580Z] Reading state information... [2021-01-12T00:42:31.841Z] The following additional packages will be installed: [2021-01-12T00:42:31.841Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-12T00:42:31.841Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-12T00:42:31.841Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-12T00:42:31.841Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-12T00:42:31.841Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-12T00:42:31.841Z] Suggested packages: [2021-01-12T00:42:31.841Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-12T00:42:31.841Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-12T00:42:31.841Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-12T00:42:31.841Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-12T00:42:31.841Z] systemd-container policykit-1 [2021-01-12T00:42:31.841Z] Recommended packages: [2021-01-12T00:42:31.841Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-12T00:42:31.841Z] The following NEW packages will be installed: [2021-01-12T00:42:31.841Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-12T00:42:31.841Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-12T00:42:31.841Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-12T00:42:31.841Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-12T00:42:31.841Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-12T00:42:31.841Z] The following packages will be upgraded: [2021-01-12T00:42:31.841Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-12T00:42:31.841Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-12T00:42:31.841Z] Need to get 35.2 MB of archives. [2021-01-12T00:42:31.841Z] After this operation, 141 MB of additional disk space will be used. [2021-01-12T00:42:31.841Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-12T00:42:32.117Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-12T00:42:32.117Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-12T00:42:32.117Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-12T00:42:32.117Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-12T00:42:32.117Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-12T00:42:32.117Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-12T00:42:32.117Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-12T00:42:32.117Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-12T00:42:32.117Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-12T00:42:32.117Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-12T00:42:32.117Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-12T00:42:32.117Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-12T00:42:32.117Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-12T00:42:32.117Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-12T00:42:32.117Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-12T00:42:32.117Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-12T00:42:32.693Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-12T00:42:32.954Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-12T00:42:32.954Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-12T00:42:32.954Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-12T00:42:32.954Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-12T00:42:32.955Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-12T00:42:32.955Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-12T00:42:32.955Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-12T00:42:32.955Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-12T00:42:32.955Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-12T00:42:32.955Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-12T00:42:32.955Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-12T00:42:32.955Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-12T00:42:33.900Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:42:33.900Z] Fetched 35.2 MB in 2s (18.2 MB/s) [2021-01-12T00:42:33.900Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:42:33.900Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:42:34.161Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:42:34.748Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:42:34.748Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:42:34.748Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-12T00:42:35.014Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:42:35.014Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T00:42:35.014Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T00:42:35.275Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-12T00:42:35.275Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:42:35.275Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T00:42:35.275Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T00:42:35.538Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-12T00:42:35.538Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-12T00:42:36.115Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-12T00:42:36.115Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-12T00:42:36.115Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T00:42:36.115Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T00:42:36.378Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-12T00:42:36.378Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:42:36.378Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:42:36.645Z] Selecting previously unselected package libexpat1:amd64. [2021-01-12T00:42:36.645Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-12T00:42:36.645Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T00:42:36.645Z] Selecting previously unselected package python3.6-minimal. [2021-01-12T00:42:36.645Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:42:36.645Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:42:36.911Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T00:42:36.911Z] Checking for services that may need to be restarted...done. [2021-01-12T00:42:37.173Z] Checking for services that may need to be restarted...done. [2021-01-12T00:42:37.173Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:42:37.173Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T00:42:37.173Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:42:37.750Z] Selecting previously unselected package python3-minimal. [2021-01-12T00:42:37.750Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-12T00:42:37.750Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:42:37.750Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-12T00:42:37.750Z] Selecting previously unselected package mime-support. [2021-01-12T00:42:37.750Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-12T00:42:37.750Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-12T00:42:37.750Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-12T00:42:37.750Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-12T00:42:37.750Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T00:42:37.750Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-12T00:42:37.750Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:42:37.750Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:42:39.155Z] Selecting previously unselected package python3.6. [2021-01-12T00:42:39.155Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:42:39.155Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:42:39.155Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-12T00:42:39.155Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:42:39.155Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T00:42:39.155Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-12T00:42:39.155Z] Selecting previously unselected package python3. [2021-01-12T00:42:39.155Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-12T00:42:39.155Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:42:39.155Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-12T00:42:39.429Z] Selecting previously unselected package multiarch-support. [2021-01-12T00:42:39.429Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:42:39.429Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T00:42:39.429Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T00:42:39.429Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-12T00:42:39.429Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-12T00:42:39.429Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-12T00:42:39.429Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T00:42:39.700Z] Selecting previously unselected package libbsd0:amd64. [2021-01-12T00:42:39.700Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-12T00:42:39.700Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T00:42:39.700Z] Selecting previously unselected package sudo. [2021-01-12T00:42:39.700Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-12T00:42:39.700Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T00:42:39.964Z] Selecting previously unselected package apparmor. [2021-01-12T00:42:39.964Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T00:42:39.964Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-12T00:42:39.964Z] Selecting previously unselected package libedit2:amd64. [2021-01-12T00:42:39.964Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-12T00:42:39.964Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T00:42:40.226Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-12T00:42:40.226Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:42:40.226Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:42:40.226Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-12T00:42:40.226Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:42:40.226Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:42:40.226Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-12T00:42:40.226Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-12T00:42:40.226Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T00:42:40.490Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-12T00:42:40.490Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:42:40.490Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:42:40.490Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-12T00:42:40.490Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:42:40.490Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:42:40.758Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-12T00:42:40.758Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-12T00:42:40.758Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T00:42:41.022Z] Selecting previously unselected package openssh-client. [2021-01-12T00:42:41.022Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-12T00:42:41.022Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T00:42:41.022Z] Selecting previously unselected package squashfs-tools. [2021-01-12T00:42:41.022Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-12T00:42:41.022Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T00:42:41.286Z] Selecting previously unselected package snapd. [2021-01-12T00:42:41.286Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-12T00:42:41.286Z] Unpacking snapd (2.48+18.04) ... [2021-01-12T00:42:43.248Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T00:42:43.248Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T00:42:43.248Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-12T00:42:43.511Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T00:42:43.511Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T00:42:43.511Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:42:43.511Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:42:43.511Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-12T00:42:43.511Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-12T00:42:44.465Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T00:42:44.465Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T00:42:44.465Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T00:42:44.465Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:42:44.465Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:42:44.465Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:42:45.044Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T00:42:45.044Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:42:45.044Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T00:42:45.044Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-12T00:42:45.044Z] running python rtupdate hooks for python3.6... [2021-01-12T00:42:45.044Z] running python post-rtupdate hooks for python3.6... [2021-01-12T00:42:45.306Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-12T00:42:45.923Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:42:45.923Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:42:45.923Z] ---> a08dfdf76e28 [2021-01-12T00:42:45.923Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:42:45.923Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:42:45.923Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:42:45.923Z] ---> a08dfdf76e28 [2021-01-12T00:42:45.923Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:42:45.923Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:42:45.923Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:42:45.923Z] ---> a08dfdf76e28 [2021-01-12T00:42:45.923Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T00:42:45.923Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:42:45.923Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:42:45.923Z] ---> a08dfdf76e28 [2021-01-12T00:42:45.923Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:42:45.923Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:42:45.923Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:42:45.923Z] ---> a08dfdf76e28 [2021-01-12T00:42:45.923Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:42:45.923Z] ---> Running in 16458a6601d9 [2021-01-12T00:42:45.923Z] ---> Running in 28cc32091408 [2021-01-12T00:42:45.923Z] ---> Running in 2d96f3ed5f7e [2021-01-12T00:42:45.923Z] ---> Running in eeb28e03392b [2021-01-12T00:42:45.923Z] ---> Running in 9410a5292140 [2021-01-12T00:42:45.923Z] Removing intermediate container 2d96f3ed5f7e [2021-01-12T00:42:45.923Z] ---> 2dd165934ddd [2021-01-12T00:42:45.923Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:42:45.923Z] Removing intermediate container 16458a6601d9 [2021-01-12T00:42:45.923Z] ---> 6f15e145eaf0 [2021-01-12T00:42:45.923Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:42:45.923Z] Removing intermediate container 28cc32091408 [2021-01-12T00:42:45.923Z] ---> cf0408a929ab [2021-01-12T00:42:45.923Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:42:45.923Z] Removing intermediate container eeb28e03392b [2021-01-12T00:42:45.923Z] ---> 42a97b4f7a73 [2021-01-12T00:42:45.923Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:42:45.923Z] Removing intermediate container 9410a5292140 [2021-01-12T00:42:45.923Z] ---> 88cbc8f36674 [2021-01-12T00:42:45.923Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:42:45.923Z] ---> Running in fc7d38024a14 [2021-01-12T00:42:45.923Z] ---> Running in 1c3cf65a905c [2021-01-12T00:42:45.923Z] ---> Running in 29ddf363e121 [2021-01-12T00:42:45.923Z] ---> Running in bea08dce7761 [2021-01-12T00:42:45.923Z] ---> Running in 881074fcb2cb [2021-01-12T00:42:46.694Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-12T00:42:46.961Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:42:46.961Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T00:42:46.961Z] Setting up snapd (2.48+18.04) ... [2021-01-12T00:42:47.534Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-12T00:42:47.534Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-12T00:42:47.794Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-12T00:42:48.055Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-12T00:42:48.055Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T00:42:48.055Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T00:42:48.317Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-12T00:42:48.577Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-12T00:42:48.577Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-12T00:42:48.840Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-12T00:42:48.840Z] /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-12T00:42:48.840Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:42:49.100Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T00:42:50.072Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:42:50.072Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:42:50.072Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:42:50.262Z] Removing intermediate container 29ddf363e121 [2021-01-12T00:42:50.262Z] ---> 73a2d1df8d11 [2021-01-12T00:42:50.262Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T00:42:50.262Z] ---> Running in 0a844a2c1f97 [2021-01-12T00:42:50.262Z] Removing intermediate container 1c3cf65a905c [2021-01-12T00:42:50.262Z] ---> 0e99b99ae58a [2021-01-12T00:42:50.262Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T00:42:50.262Z] ---> Running in 9996fc75ac27 [2021-01-12T00:42:50.537Z] Removing intermediate container fc7d38024a14 [2021-01-12T00:42:50.537Z] ---> 1aab29caabdc [2021-01-12T00:42:50.537Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:42:50.814Z] Removing intermediate container bea08dce7761 [2021-01-12T00:42:50.814Z] ---> 73c4e47bc7af [2021-01-12T00:42:50.814Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T00:42:50.814Z] ---> Running in 17a859a1947e [2021-01-12T00:42:51.095Z] Removing intermediate container 881074fcb2cb [2021-01-12T00:42:51.095Z] ---> Running in d87d0f2aafd3 [2021-01-12T00:42:51.095Z] ---> 7295ef11b82c [2021-01-12T00:42:51.095Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:42:51.276Z] Reading package lists... [2021-01-12T00:42:51.373Z] ---> Running in be40dfd240cd [2021-01-12T00:42:51.537Z] Reading package lists... [2021-01-12T00:42:51.798Z] Building dependency tree... [2021-01-12T00:42:51.798Z] Reading state information... [2021-01-12T00:42:51.798Z] Calculating upgrade... [2021-01-12T00:42:51.798Z] The following packages will be upgraded: [2021-01-12T00:42:51.798Z] advancecomp base-files bash binutils binutils-common [2021-01-12T00:42:51.798Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-12T00:42:51.798Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-12T00:42:51.798Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-12T00:42:51.798Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-12T00:42:51.798Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-12T00:42:51.798Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-12T00:42:51.798Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-12T00:42:51.798Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-12T00:42:51.798Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-12T00:42:51.798Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-12T00:42:51.798Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-12T00:42:51.798Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-12T00:42:51.798Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-12T00:42:51.798Z] ubuntu-keyring util-linux [2021-01-12T00:42:52.060Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:42:52.060Z] Need to get 63.7 MB of archives. [2021-01-12T00:42:52.060Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-12T00:42:52.060Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-12T00:42:52.060Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-12T00:42:52.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:52.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:53.004Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-12T00:42:53.004Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-12T00:42:53.004Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-12T00:42:53.004Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-12T00:42:53.004Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-12T00:42:53.004Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-12T00:42:53.004Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-12T00:42:53.004Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-12T00:42:53.004Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-12T00:42:53.004Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-12T00:42:53.004Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-12T00:42:53.004Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-12T00:42:53.004Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-12T00:42:53.004Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-12T00:42:53.004Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-12T00:42:53.004Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-12T00:42:53.004Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-12T00:42:53.004Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-12T00:42:53.004Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-12T00:42:53.265Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-12T00:42:53.265Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-12T00:42:53.265Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-12T00:42:53.265Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-12T00:42:53.265Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-12T00:42:53.265Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-12T00:42:53.265Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-12T00:42:53.265Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-12T00:42:53.265Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-12T00:42:53.265Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-12T00:42:53.265Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-12T00:42:53.265Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-12T00:42:53.265Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-12T00:42:53.265Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-12T00:42:53.265Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-12T00:42:53.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:53.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:53.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:53.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:53.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:53.526Z] Get:37 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-12T00:42:53.526Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-12T00:42:53.526Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-12T00:42:53.526Z] Get:40 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-12T00:42:53.526Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-12T00:42:53.526Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-12T00:42:53.526Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-12T00:42:53.526Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-12T00:42:53.526Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-12T00:42:53.526Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-12T00:42:53.526Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-12T00:42:53.526Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-12T00:42:53.526Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-12T00:42:53.526Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-12T00:42:53.526Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-12T00:42:53.526Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-12T00:42:53.526Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-12T00:42:53.526Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-12T00:42:53.526Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-12T00:42:53.526Z] Get:56 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-12T00:42:53.526Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-12T00:42:53.787Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-12T00:42:53.787Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-12T00:42:53.787Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-12T00:42:53.787Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-12T00:42:53.787Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-12T00:42:53.787Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-12T00:42:53.787Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-12T00:42:53.787Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-12T00:42:53.787Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-12T00:42:53.787Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-12T00:42:53.787Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-12T00:42:53.787Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-12T00:42:53.787Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-12T00:42:53.787Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-12T00:42:53.787Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-12T00:42:53.787Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-12T00:42:53.787Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-12T00:42:53.787Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-12T00:42:54.054Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-12T00:42:54.054Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-12T00:42:54.054Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-12T00:42:54.054Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-12T00:42:54.054Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-12T00:42:54.054Z] Get:81 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-12T00:42:54.054Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-12T00:42:54.054Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-12T00:42:54.054Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-12T00:42:54.318Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-12T00:42:54.318Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-12T00:42:54.318Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-12T00:42:54.318Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-12T00:42:54.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:54.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:54.579Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-12T00:42:54.840Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-12T00:42:54.840Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-12T00:42:55.101Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-12T00:42:55.321Z] OK: 217 MiB in 51 packages [2021-01-12T00:42:55.321Z] OK: 217 MiB in 51 packages [2021-01-12T00:42:55.362Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-12T00:42:55.362Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-12T00:42:55.362Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-12T00:42:55.362Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-12T00:42:55.362Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-12T00:42:55.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:42:55.623Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:42:55.623Z] Fetched 63.7 MB in 3s (18.4 MB/s) [2021-01-12T00:42:55.876Z] OK: 217 MiB in 51 packages [2021-01-12T00:42:55.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:42:55.884Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:42:56.147Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:42:56.157Z] OK: 217 MiB in 51 packages [2021-01-12T00:42:56.756Z] Removing intermediate container 9996fc75ac27 [2021-01-12T00:42:56.756Z] ---> 5636b13f323d [2021-01-12T00:42:56.756Z] Step 6/23 : COPY go.mod . [2021-01-12T00:42:57.100Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:42:57.100Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:42:57.100Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-12T00:42:57.100Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-12T00:42:57.382Z] Removing intermediate container be40dfd240cd [2021-01-12T00:42:57.382Z] ---> 42d82ea7df7b [2021-01-12T00:42:57.382Z] Step 6/22 : COPY go.mod . [2021-01-12T00:42:57.663Z] Removing intermediate container 0a844a2c1f97 [2021-01-12T00:42:57.663Z] ---> 62ee82e25b43 [2021-01-12T00:42:57.663Z] Step 6/24 : COPY go.mod . [2021-01-12T00:42:57.951Z] ---> badc5ac835a9 [2021-01-12T00:42:57.951Z] Step 7/23 : RUN go mod download [2021-01-12T00:42:57.951Z] Removing intermediate container 17a859a1947e [2021-01-12T00:42:57.951Z] ---> 6641b040a4a2 [2021-01-12T00:42:57.951Z] Step 6/21 : COPY go.mod . [2021-01-12T00:42:58.042Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:58.042Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:58.042Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:58.042Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:58.232Z] ---> Running in 18e7d7f41a04 [2021-01-12T00:42:58.232Z] OK: 217 MiB in 51 packages [2021-01-12T00:42:58.303Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:58.303Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:58.303Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:58.303Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:58.515Z] ---> 435a6adbf602 [2021-01-12T00:42:58.515Z] Step 7/22 : RUN go mod download [2021-01-12T00:42:58.564Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:58.564Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:58.564Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:58.791Z] ---> Running in ae5bd1acec4c [2021-01-12T00:42:58.825Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:58.825Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:58.825Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:58.825Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:59.065Z] ---> a207a719ae18 [2021-01-12T00:42:59.065Z] Step 7/24 : RUN go mod download [2021-01-12T00:42:59.086Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:42:59.086Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:59.086Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-12T00:42:59.086Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:59.086Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:42:59.086Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:59.343Z] ---> Running in 7d465f1e53d9 [2021-01-12T00:42:59.348Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:59.348Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:59.348Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:59.348Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:59.348Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:42:59.609Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:59.609Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:42:59.609Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:42:59.621Z] ---> 5e16f14bf000 [2021-01-12T00:42:59.621Z] Step 7/21 : RUN go mod download [2021-01-12T00:42:59.870Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:42:59.899Z] ---> Running in 00d82be9eb50 [2021-01-12T00:43:00.130Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T00:43:00.391Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:43:00.391Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-12T00:43:00.391Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-12T00:43:00.529Z] Removing intermediate container d87d0f2aafd3 [2021-01-12T00:43:00.529Z] ---> 7c98de969a5e [2021-01-12T00:43:00.529Z] Step 6/24 : COPY go.mod . [2021-01-12T00:43:00.651Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-12T00:43:00.652Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-12T00:43:00.913Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-12T00:43:00.913Z] Installing new version of config file /etc/issue ... [2021-01-12T00:43:00.913Z] Installing new version of config file /etc/issue.net ... [2021-01-12T00:43:00.913Z] Installing new version of config file /etc/lsb-release ... [2021-01-12T00:43:00.913Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-12T00:43:01.183Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-12T00:43:01.183Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-12T00:43:01.183Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-12T00:43:01.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:01.445Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-12T00:43:01.445Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-12T00:43:01.445Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-12T00:43:01.707Z] 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-12T00:43:01.707Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:01.707Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:01.707Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:01.970Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:02.233Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:02.233Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-12T00:43:02.493Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-12T00:43:02.553Z] ---> f0c30ae25a99 [2021-01-12T00:43:02.553Z] Step 7/24 : RUN go mod download [2021-01-12T00:43:02.553Z] ---> Running in 94522d5c4886 [2021-01-12T00:43:02.754Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-12T00:43:03.165Z] Removing intermediate container 18e7d7f41a04 [2021-01-12T00:43:03.165Z] ---> 68ad90db06d2 [2021-01-12T00:43:03.165Z] Step 8/23 : COPY . . [2021-01-12T00:43:03.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:03.332Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-12T00:43:03.332Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:43:03.605Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-12T00:43:03.918Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:03.918Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:03.918Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:43:03.918Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:43:03.918Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:03.918Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:03.918Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:43:04.183Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-12T00:43:04.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:04.183Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-12T00:43:04.183Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-12T00:43:04.183Z] Setting up grep (3.1-2build1) ... [2021-01-12T00:43:04.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:04.443Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T00:43:04.443Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T00:43:04.443Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-12T00:43:04.637Z] Removing intermediate container ae5bd1acec4c [2021-01-12T00:43:04.637Z] ---> 4c1d0949e02f [2021-01-12T00:43:04.637Z] Step 8/22 : COPY . . [2021-01-12T00:43:04.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:04.705Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:43:04.705Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:43:04.705Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-12T00:43:04.928Z] Removing intermediate container 7d465f1e53d9 [2021-01-12T00:43:04.928Z] ---> 0701a6566053 [2021-01-12T00:43:04.928Z] Step 8/24 : COPY . . [2021-01-12T00:43:04.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:04.976Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:43:04.976Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:43:05.220Z] Removing intermediate container 00d82be9eb50 [2021-01-12T00:43:05.220Z] ---> a52709dc14da [2021-01-12T00:43:05.220Z] Step 8/21 : COPY . . [2021-01-12T00:43:05.557Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:43:05.557Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:43:05.557Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:43:05.557Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:43:06.131Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-12T00:43:06.131Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:06.131Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-12T00:43:06.131Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:43:07.521Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T00:43:07.521Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T00:43:07.521Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T00:43:07.522Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T00:43:07.522Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T00:43:07.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:07.522Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-12T00:43:07.522Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-12T00:43:07.784Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-12T00:43:07.901Z] Removing intermediate container 94522d5c4886 [2021-01-12T00:43:07.901Z] ---> 9f0925070c33 [2021-01-12T00:43:07.901Z] Step 8/24 : COPY . . [2021-01-12T00:43:08.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:08.045Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:08.045Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:08.045Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:08.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:08.045Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:09.476Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:09.476Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:09.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:09.476Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:09.476Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:09.476Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:09.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:09.476Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:09.476Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:09.476Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:09.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:09.476Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:43:09.476Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:43:09.476Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:43:09.476Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:43:09.476Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:43:09.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:09.476Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:43:09.476Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:43:09.476Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:43:09.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:09.476Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:09.476Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:09.755Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:09.755Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:09.755Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:09.755Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:10.016Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:10.016Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:10.016Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:10.278Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:10.567Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:10.831Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-12T00:43:11.100Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-12T00:43:11.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:11.361Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:43:11.361Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:43:11.649Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:43:11.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:43:11.919Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-12T00:43:11.919Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:43:11.919Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-12T00:43:12.183Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:12.183Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-12T00:43:12.183Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-12T00:43:12.444Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-12T00:43:12.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:12.706Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:43:12.706Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:43:12.706Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:43:12.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:12.968Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:43:12.968Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:43:13.230Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:43:13.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:13.230Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:43:13.230Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:43:13.495Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:43:13.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:13.759Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:43:13.759Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:43:13.759Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:43:13.759Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:43:14.022Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:14.022Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:43:14.022Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:43:14.022Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:14.022Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-12T00:43:14.022Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-12T00:43:14.290Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-12T00:43:14.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:14.290Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-12T00:43:14.290Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:43:14.550Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:43:14.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:14.812Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:14.812Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:43:14.812Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:43:14.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:14.812Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-12T00:43:15.073Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-12T00:43:15.073Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-12T00:43:15.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:15.337Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T00:43:15.598Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T00:43:15.864Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-12T00:43:15.864Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:15.864Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:16.137Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:43:16.137Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-12T00:43:16.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:16.490Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-12T00:43:16.490Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-12T00:43:16.490Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-12T00:43:17.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:17.124Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-12T00:43:17.124Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-12T00:43:17.393Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-12T00:43:17.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:17.815Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-12T00:43:17.815Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-12T00:43:18.187Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-12T00:43:18.775Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:18.775Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-12T00:43:18.775Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-12T00:43:19.038Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-12T00:43:19.303Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:19.303Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T00:43:19.303Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-12T00:43:19.303Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-12T00:43:19.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:43:19.571Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-12T00:43:19.571Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-12T00:43:19.571Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-12T00:43:19.836Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-12T00:43:19.836Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T00:43:19.836Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T00:43:19.836Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T00:43:19.836Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T00:43:20.118Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T00:43:20.118Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T00:43:20.118Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-12T00:43:20.385Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-12T00:43:20.385Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T00:43:20.645Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-12T00:43:20.645Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T00:43:20.645Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-12T00:43:20.645Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-12T00:43:20.905Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-12T00:43:20.905Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-12T00:43:20.905Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-12T00:43:21.166Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-12T00:43:21.166Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-12T00:43:21.166Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-12T00:43:21.166Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-12T00:43:21.166Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-12T00:43:21.166Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-12T00:43:21.430Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-12T00:43:21.430Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-12T00:43:22.372Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-12T00:43:22.372Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-12T00:43:22.372Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-12T00:43:22.372Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-12T00:43:22.372Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:43:22.636Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:43:22.925Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:43:22.925Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:43:23.186Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:43:23.186Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:43:23.186Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:43:23.186Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:43:23.448Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:23.448Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:23.448Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:23.709Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:23.709Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:23.709Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:23.709Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:23.970Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:24.913Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:24.913Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:25.856Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:25.856Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:26.430Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:26.707Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:27.010Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:27.010Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:27.953Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:43:27.953Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:43:27.953Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:43:27.953Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:43:27.953Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T00:43:27.953Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:43:28.215Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T00:43:28.215Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:43:28.477Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-12T00:43:28.477Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-12T00:43:28.477Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:43:28.477Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:43:28.763Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:43:28.763Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:43:28.763Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-12T00:43:28.763Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-12T00:43:29.337Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:43:29.598Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:43:29.598Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:43:29.598Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:43:29.860Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:43:29.860Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-12T00:43:29.860Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-12T00:43:29.860Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-12T00:43:29.860Z] [2021-01-12T00:43:29.860Z] Current default time zone: 'Etc/UTC' [2021-01-12T00:43:29.860Z] Local time is now: Tue Jan 12 00:43:29 UTC 2021. [2021-01-12T00:43:29.860Z] Universal Time is now: Tue Jan 12 00:43:29 UTC 2021. [2021-01-12T00:43:29.860Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-12T00:43:29.860Z] [2021-01-12T00:43:30.121Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-12T00:43:30.382Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:43:30.668Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-12T00:43:31.243Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:43:31.506Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-12T00:43:31.768Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-12T00:43:32.030Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-12T00:43:32.603Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-12T00:43:32.864Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-12T00:43:32.864Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T00:43:32.864Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:43:32.864Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-12T00:43:33.125Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:33.126Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:43:33.126Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:43:33.126Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-12T00:43:33.126Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-12T00:43:33.126Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-12T00:43:33.126Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T00:43:33.126Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-12T00:43:33.386Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-12T00:43:33.386Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:43:33.386Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T00:43:35.297Z] Updating certificates in /etc/ssl/certs... [2021-01-12T00:43:35.788Z] ---> de0cb5cda937 [2021-01-12T00:43:35.788Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T00:43:35.788Z] ---> 8bfa37f1981c [2021-01-12T00:43:35.788Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T00:43:35.788Z] ---> 5d3a54ac5d00 [2021-01-12T00:43:35.788Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T00:43:35.788Z] ---> 7dc9a2990fcb [2021-01-12T00:43:35.788Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T00:43:35.788Z] ---> a375150e394c [2021-01-12T00:43:35.788Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T00:43:35.788Z] ---> Running in 176816ef5645 [2021-01-12T00:43:35.788Z] ---> Running in 84e040a66f63 [2021-01-12T00:43:35.788Z] ---> Running in 2a1ed024df5e [2021-01-12T00:43:35.788Z] ---> Running in 918383366c32 [2021-01-12T00:43:35.788Z] ---> Running in 8d05292cc14e [2021-01-12T00:43:35.788Z] 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-12T00:43:36.067Z] 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-12T00:43:36.244Z] 22 added, 17 removed; done. [2021-01-12T00:43:36.244Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T00:43:36.244Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:43:36.244Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-12T00:43:36.244Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-12T00:43:36.244Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-12T00:43:36.244Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:36.244Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:43:36.346Z] 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-12T00:43:36.346Z] 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-12T00:43:36.505Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:36.505Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:36.505Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:36.505Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:36.505Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:36.505Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-12T00:43:36.505Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:43:36.505Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:43:36.617Z] 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-12T00:43:36.766Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-12T00:43:36.766Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:43:36.766Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:36.766Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:43:36.766Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:43:36.766Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-12T00:43:36.766Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:43:37.027Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:43:37.027Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T00:43:37.027Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-12T00:43:37.027Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T00:43:37.027Z] Updating certificates in /etc/ssl/certs... [2021-01-12T00:43:37.597Z] 0 added, 0 removed; done. [2021-01-12T00:43:37.597Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-12T00:43:37.597Z] done. [2021-01-12T00:43:38.175Z] Reading package lists... [2021-01-12T00:43:38.175Z] Building dependency tree... [2021-01-12T00:43:38.175Z] Reading state information... [2021-01-12T00:43:38.435Z] The following NEW packages will be installed: [2021-01-12T00:43:38.435Z] apt-transport-https [2021-01-12T00:43:38.697Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:43:38.697Z] Need to get 1696 B of archives. [2021-01-12T00:43:38.697Z] After this operation, 153 kB of additional disk space will be used. [2021-01-12T00:43:38.697Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-12T00:43:38.697Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:43:38.697Z] Fetched 1696 B in 0s (9442 B/s) [2021-01-12T00:43:38.697Z] Selecting previously unselected package apt-transport-https. [2021-01-12T00:43:38.697Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-12T00:43:38.697Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-12T00:43:38.697Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T00:43:38.958Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T00:43:39.218Z] Waiting for network to be ready... [2021-01-12T00:43:45.809Z] 2021-01-12T00:43:42Z INFO Waiting for automatic snapd restart... [2021-01-12T00:43:45.809Z] snapd 2.48.2 from Canonical* installed [2021-01-12T00:43:46.070Z] "snapd" switched to the "latest/stable" channel [2021-01-12T00:43:46.070Z] [2021-01-12T00:43:48.618Z] core18 20201210 from Canonical* installed [2021-01-12T00:43:48.883Z] "core18" switched to the "latest/stable" channel [2021-01-12T00:43:48.883Z] [2021-01-12T00:43:52.200Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T00:43:52.461Z] "snapcraft" switched to the "latest/stable" channel [2021-01-12T00:43:52.461Z] [2021-01-12T00:43:55.784Z] 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-12T00:43:55.784Z] - README.md [2021-01-12T00:43:55.784Z] - snapcraft.yaml.orig [2021-01-12T00:43:55.784Z] [2021-01-12T00:43:55.784Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T00:44:02.374Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:44:02.374Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:44:02.635Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:44:02.635Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:44:03.837Z] Reading package lists... [2021-01-12T00:44:04.097Z] 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-12T00:44:10.696Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:44:10.696Z] Reading package lists... [2021-01-12T00:44:10.696Z] Building dependency tree... [2021-01-12T00:44:10.696Z] Reading state information... [2021-01-12T00:44:10.696Z] Suggested packages: [2021-01-12T00:44:10.696Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-12T00:44:10.696Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-12T00:44:10.696Z] Recommended packages: [2021-01-12T00:44:10.696Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-12T00:44:10.696Z] The following NEW packages will be installed: [2021-01-12T00:44:10.696Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-12T00:44:10.696Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-12T00:44:10.696Z] pkg-config zip [2021-01-12T00:44:10.958Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:44:10.958Z] Need to get 7655 kB of archives. [2021-01-12T00:44:10.958Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-12T00:44:10.958Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-12T00:44:10.958Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-12T00:44:11.219Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-12T00:44:11.219Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-12T00:44:11.219Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-12T00:44:11.219Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-12T00:44:11.479Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-12T00:44:11.479Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-12T00:44:11.479Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-12T00:44:11.479Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-12T00:44:11.740Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-12T00:44:11.740Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-12T00:44:11.740Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-12T00:44:12.000Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-12T00:44:12.000Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-12T00:44:12.000Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:44:12.260Z] Fetched 7655 kB in 1s (5959 kB/s) [2021-01-12T00:44:12.260Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-12T00:44:12.260Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-12T00:44:12.260Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-12T00:44:12.260Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T00:44:12.520Z] Selecting previously unselected package libpsl5:amd64. [2021-01-12T00:44:12.520Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-12T00:44:12.520Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T00:44:12.520Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-12T00:44:12.520Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-12T00:44:12.520Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T00:44:12.520Z] Selecting previously unselected package librtmp1:amd64. [2021-01-12T00:44:12.520Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-12T00:44:12.520Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T00:44:12.780Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-12T00:44:12.780Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-12T00:44:12.780Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T00:44:12.780Z] Selecting previously unselected package liberror-perl. [2021-01-12T00:44:12.780Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-12T00:44:12.780Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-12T00:44:12.780Z] Selecting previously unselected package git-man. [2021-01-12T00:44:12.780Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-12T00:44:12.780Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:44:13.041Z] Selecting previously unselected package git. [2021-01-12T00:44:13.041Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-12T00:44:13.041Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:44:13.983Z] Selecting previously unselected package libnorm1:amd64. [2021-01-12T00:44:13.983Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-12T00:44:13.983Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T00:44:13.983Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-12T00:44:13.983Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-12T00:44:13.983Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T00:44:13.983Z] Selecting previously unselected package libsodium23:amd64. [2021-01-12T00:44:13.983Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-12T00:44:13.983Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-12T00:44:13.983Z] Selecting previously unselected package libzmq5:amd64. [2021-01-12T00:44:13.983Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T00:44:13.983Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:44:14.244Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-12T00:44:14.244Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T00:44:14.244Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:44:14.244Z] Selecting previously unselected package pkg-config. [2021-01-12T00:44:14.244Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-12T00:44:14.244Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T00:44:14.506Z] Selecting previously unselected package zip. [2021-01-12T00:44:14.506Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-12T00:44:14.506Z] Unpacking zip (3.0-11build1) ... [2021-01-12T00:44:14.506Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T00:44:14.506Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:44:14.506Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T00:44:14.506Z] Setting up liberror-perl (0.17025-1) ... [2021-01-12T00:44:14.768Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T00:44:14.768Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T00:44:14.768Z] No schema files found: doing nothing. [2021-01-12T00:44:14.768Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T00:44:14.768Z] Setting up zip (3.0-11build1) ... [2021-01-12T00:44:14.768Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T00:44:14.768Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-12T00:44:14.768Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T00:44:14.768Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:44:15.029Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T00:44:15.029Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:44:15.029Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:44:15.029Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:44:21.622Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:44:21.622Z] git set to automatically installed. [2021-01-12T00:44:21.622Z] git-man set to automatically installed. [2021-01-12T00:44:21.622Z] libcurl3-gnutls set to automatically installed. [2021-01-12T00:44:21.622Z] liberror-perl set to automatically installed. [2021-01-12T00:44:21.622Z] libglib2.0-0 set to automatically installed. [2021-01-12T00:44:21.622Z] libnghttp2-14 set to automatically installed. [2021-01-12T00:44:21.622Z] libnorm1 set to automatically installed. [2021-01-12T00:44:21.622Z] libpgm-5.2-0 set to automatically installed. [2021-01-12T00:44:21.622Z] libpsl5 set to automatically installed. [2021-01-12T00:44:21.622Z] librtmp1 set to automatically installed. [2021-01-12T00:44:21.622Z] libsodium23 set to automatically installed. [2021-01-12T00:44:21.622Z] libzmq3-dev set to automatically installed. [2021-01-12T00:44:21.622Z] libzmq5 set to automatically installed. [2021-01-12T00:44:21.622Z] pkg-config set to automatically installed. [2021-01-12T00:44:21.622Z] zip set to automatically installed. [2021-01-12T00:44:23.277Z] snapd is not logged in, snap install commands will use sudo [2021-01-12T00:44:29.865Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:44:30.127Z] snap "core18" has no updates available [2021-01-12T00:44:31.071Z] Pulling config-common [2021-01-12T00:44:32.013Z] Pulling go-build-helper [2021-01-12T00:44:54.032Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T00:44:54.032Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T00:44:54.032Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T00:44:54.032Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T00:44:54.032Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T00:44:54.032Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T00:44:54.032Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T00:44:54.032Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T00:44:54.032Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T00:44:54.032Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T00:44:54.032Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T00:44:54.032Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T00:44:54.032Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T00:44:54.032Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T00:44:54.032Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T00:44:54.032Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T00:44:54.032Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T00:44:54.032Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T00:44:54.032Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T00:44:54.032Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T00:44:54.032Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T00:44:54.032Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T00:44:54.032Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T00:44:54.033Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T00:44:54.033Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T00:44:54.033Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T00:44:54.033Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T00:44:54.033Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-12T00:44:54.033Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-12T00:44:54.033Z] Fetched 279 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-12T00:44:54.033Z] Fetched 122 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-12T00:44:54.033Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-12T00:44:54.033Z] Fetched 8848 B in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-12T00:44:54.033Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-12T00:44:54.033Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-12T00:44:54.033Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-12T00:44:54.033Z] Fetched 214 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-12T00:44:54.033Z] Fetched 155 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-12T00:44:54.033Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-12T00:44:54.033Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-12T00:44:54.033Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-12T00:44:54.033Z] Fetched 499 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-12T00:44:54.033Z] Fetched 111 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-12T00:44:54.033Z] Fetched 240 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-12T00:44:54.033Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-12T00:44:54.033Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-12T00:44:54.033Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-12T00:44:54.033Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-12T00:44:54.033Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-12T00:44:54.033Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-12T00:44:54.033Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-12T00:44:54.033Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-12T00:44:54.033Z] Fetched 8720 B in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-12T00:44:54.033Z] Fetched 137 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-12T00:44:54.033Z] Fetched 119 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-12T00:44:54.033Z] Fetched 109 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-12T00:44:54.033Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-12T00:44:54.033Z] Fetched 645 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-12T00:44:54.033Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-12T00:44:54.033Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-12T00:44:54.033Z] Fetched 368 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-12T00:44:54.033Z] Fetched 187 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-12T00:44:54.033Z] Fetched 175 kB in 0s (0 B/s) [2021-01-12T00:44:54.033Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-12T00:44:57.333Z] Fetched 206 kB in 0s (0 B/s) [2021-01-12T00:44:57.333Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-12T00:44:57.333Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-12T00:44:57.333Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-12T00:44:57.333Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-12T00:44:57.333Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-12T00:44:57.333Z] Fetched 159 kB in 0s (0 B/s) [2021-01-12T00:44:57.333Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-12T00:44:57.333Z] Fetched 107 kB in 0s (0 B/s) [2021-01-12T00:44:57.333Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-12T00:44:57.333Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-12T00:44:57.333Z] Pulling static-packages [2021-01-12T00:44:58.737Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-12T00:44:58.737Z] Skipping pull go-build-helper (already ran) [2021-01-12T00:44:58.737Z] Skipping pull static-packages (already ran) [2021-01-12T00:44:58.737Z] Building go-build-helper [2021-01-12T00:45:02.058Z] Building static-packages [2021-01-12T00:45:03.980Z] Staging go-build-helper [2021-01-12T00:45:04.924Z] Staging static-packages [2021-01-12T00:45:06.307Z] Pulling go115 [2021-01-12T00:45:06.877Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-12T00:45:06.877Z] Skipping pull go115 (already ran) [2021-01-12T00:45:06.877Z] Building go115 [2021-01-12T00:45:06.877Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:45:06.877Z] Dload Upload Total Spent Left Speed [2021-01-12T00:45:11.021Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 29298 0 0 182k 0 0:10:49 --:--:-- 0:10:49 181k 20 115M 20 23.5M 0 0 20.6M 0 0:00:05 0:00:01 0:00:04 20.5M 51 115M 51 59.8M 0 0 27.5M 0 0:00:04 0:00:02 0:00:02 27.5M 78 115M 78 90.8M 0 0 28.8M 0 0:00:03 0:00:03 --:--:-- 28.8M 100 115M 100 115M 0 0 29.6M 0 0:00:03 0:00:03 --:--:-- 29.6M [2021-01-12T00:45:11.281Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-12T00:45:13.476Z] 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-12T00:45:14.916Z] Removing intermediate container 176816ef5645 [2021-01-12T00:45:14.916Z] ---> e51b07939668 [2021-01-12T00:45:14.916Z] [2021-01-12T00:45:14.916Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T00:45:14.916Z] 3.12: Pulling from library/alpine [2021-01-12T00:45:15.498Z] Staging go115 [2021-01-12T00:45:16.894Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:45:16.894Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:45:16.894Z] ---> afeebe901d6b [2021-01-12T00:45:16.894Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:45:17.502Z] ---> Running in 3c88947dc062 [2021-01-12T00:45:20.265Z] Removing intermediate container 2a1ed024df5e [2021-01-12T00:45:20.265Z] ---> 3ce2f91c927a [2021-01-12T00:45:20.265Z] [2021-01-12T00:45:20.265Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T00:45:20.265Z] ---> afeebe901d6b [2021-01-12T00:45:20.265Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:45:20.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:45:20.265Z] ---> Running in 3434d79c2224 [2021-01-12T00:45:20.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:45:20.947Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:45:21.253Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:45:21.253Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:45:21.253Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:45:21.253Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:45:21.253Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:45:21.253Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:45:21.864Z] OK: 7 MiB in 19 packages [2021-01-12T00:45:22.081Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:45:22.081Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:45:22.081Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:45:22.081Z] Fetched 0 B in 0s (0 B/s) [2021-01-12T00:45:22.081Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-12T00:45:22.081Z] Fetched 224 kB in 0s (0 B/s) [2021-01-12T00:45:22.081Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-12T00:45:22.081Z] Fetched 157 kB in 0s (0 B/s) [2021-01-12T00:45:22.081Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-12T00:45:22.081Z] Fetched 221 kB in 0s (0 B/s) [2021-01-12T00:45:22.081Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-12T00:45:22.081Z] Fetched 143 kB in 0s (0 B/s) [2021-01-12T00:45:22.081Z] Pulling edgex-go [2021-01-12T00:45:22.341Z] Pulling version [2021-01-12T00:45:23.280Z] Building config-common [2021-01-12T00:45:23.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:45:23.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:45:23.910Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:45:23.910Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:45:23.910Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:45:23.910Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:45:24.187Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:45:24.187Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:45:24.187Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:45:24.462Z] OK: 7 MiB in 19 packages [2021-01-12T00:45:25.195Z] Skipping build go-build-helper (already ran) [2021-01-12T00:45:25.195Z] Skipping build static-packages (already ran) [2021-01-12T00:45:25.195Z] Skipping build go115 (already ran) [2021-01-12T00:45:25.455Z] Building edgex-go [2021-01-12T00:45:25.716Z] 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-12T00:45:27.099Z] Removing intermediate container 3c88947dc062 [2021-01-12T00:45:27.099Z] ---> c0bca3fac40a [2021-01-12T00:45:27.099Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T00:45:27.099Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-12T00:45:27.099Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-12T00:45:27.099Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-12T00:45:27.099Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-12T00:45:27.099Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-12T00:45:27.099Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-12T00:45:27.099Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-12T00:45:27.099Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-12T00:45:27.099Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-12T00:45:27.099Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-12T00:45:27.099Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-12T00:45:27.099Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-12T00:45:27.099Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-12T00:45:27.099Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-12T00:45:27.099Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-12T00:45:27.099Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-12T00:45:27.099Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-12T00:45:27.099Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-12T00:45:27.099Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-12T00:45:27.099Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-12T00:45:27.099Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-12T00:45:27.099Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-12T00:45:27.099Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-12T00:45:27.099Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-12T00:45:27.361Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-12T00:45:27.361Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-12T00:45:27.361Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-12T00:45:27.361Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-12T00:45:27.377Z] Removing intermediate container 8d05292cc14e [2021-01-12T00:45:27.377Z] ---> 6a7160c2fc76 [2021-01-12T00:45:27.377Z] [2021-01-12T00:45:27.377Z] Step 10/24 : FROM scratch [2021-01-12T00:45:27.377Z] ---> [2021-01-12T00:45:27.377Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T00:45:27.377Z] Removing intermediate container 918383366c32 [2021-01-12T00:45:27.377Z] ---> 157307aeaeca [2021-01-12T00:45:27.377Z] [2021-01-12T00:45:27.377Z] Step 10/21 : FROM scratch [2021-01-12T00:45:27.377Z] ---> [2021-01-12T00:45:27.377Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:45:27.623Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-12T00:45:27.623Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-12T00:45:27.623Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-12T00:45:27.623Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-12T00:45:27.661Z] ---> Running in 4e88f28c7cf4 [2021-01-12T00:45:27.963Z] ---> Running in 68241774cb6f [2021-01-12T00:45:27.963Z] ---> Running in cc96c49893f6 [2021-01-12T00:45:28.571Z] Removing intermediate container 4e88f28c7cf4 [2021-01-12T00:45:28.571Z] ---> 84abf0311583 [2021-01-12T00:45:28.571Z] Step 13/22 : WORKDIR / [2021-01-12T00:45:28.571Z] Removing intermediate container 3434d79c2224 [2021-01-12T00:45:28.571Z] ---> 3ff1aff24ede [2021-01-12T00:45:28.571Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:45:28.571Z] ---> Running in 7a66832b0f92 [2021-01-12T00:45:28.849Z] ---> Running in f455f45ccc22 [2021-01-12T00:45:28.849Z] Removing intermediate container 68241774cb6f [2021-01-12T00:45:28.849Z] ---> e8e65ac60a42 [2021-01-12T00:45:28.849Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T00:45:28.849Z] Removing intermediate container cc96c49893f6 [2021-01-12T00:45:28.849Z] ---> f0dcc04262e6 [2021-01-12T00:45:28.849Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T00:45:29.123Z] ---> Running in 24f222fb5f19 [2021-01-12T00:45:29.123Z] ---> Running in c95823fd6ccf [2021-01-12T00:45:29.734Z] Removing intermediate container 7a66832b0f92 [2021-01-12T00:45:29.734Z] ---> e4eda3270f8c [2021-01-12T00:45:29.734Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:45:29.734Z] Removing intermediate container f455f45ccc22 [2021-01-12T00:45:29.734Z] ---> 1ffafa58b480 [2021-01-12T00:45:29.734Z] Step 13/24 : WORKDIR / [2021-01-12T00:45:30.009Z] Removing intermediate container 24f222fb5f19 [2021-01-12T00:45:30.009Z] ---> 3ed7935a6b61 [2021-01-12T00:45:30.009Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T00:45:30.009Z] Removing intermediate container c95823fd6ccf [2021-01-12T00:45:30.009Z] ---> 470e0ada0421 [2021-01-12T00:45:30.009Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T00:45:30.009Z] ---> Running in af6f07ea9209 [2021-01-12T00:45:30.009Z] ---> Running in dbd0f293d262 [2021-01-12T00:45:30.283Z] ---> Running in 58224637064f [2021-01-12T00:45:30.890Z] ---> fdef75fe803b [2021-01-12T00:45:30.890Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T00:45:30.890Z] Removing intermediate container dbd0f293d262 [2021-01-12T00:45:30.890Z] ---> bc95d8bc54ed [2021-01-12T00:45:30.890Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:45:31.161Z] Removing intermediate container 58224637064f [2021-01-12T00:45:31.161Z] Removing intermediate container af6f07ea9209 [2021-01-12T00:45:31.161Z] ---> fbe45e8515f8 [2021-01-12T00:45:31.161Z] ---> 4652fa107f44 [2021-01-12T00:45:31.161Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T00:45:31.161Z] 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-12T00:45:32.147Z] ---> ac66618a394b [2021-01-12T00:45:32.147Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T00:45:32.440Z] ---> 9e897012a62a [2021-01-12T00:45:32.440Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T00:45:32.715Z] ---> b873c16ae906 [2021-01-12T00:45:32.715Z] 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-12T00:45:32.989Z] ---> 8d062c270f27 [2021-01-12T00:45:32.989Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T00:45:34.208Z] 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-12T00:45:34.424Z] ---> f57644c4a2a8 [2021-01-12T00:45:34.424Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T00:45:34.424Z] ---> 85c5de9d12db [2021-01-12T00:45:34.424Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T00:45:34.424Z] ---> a656750c79b8 [2021-01-12T00:45:34.424Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T00:45:34.424Z] ---> 715bea0f64fe [2021-01-12T00:45:34.424Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T00:45:35.409Z] ---> 0678a8dafb3a [2021-01-12T00:45:35.409Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T00:45:35.683Z] ---> 70c6b454572a [2021-01-12T00:45:36.022Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T00:45:36.022Z] ---> 62b7b6d4b1de [2021-01-12T00:45:36.022Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T00:45:36.303Z] ---> Running in b6806eef7a27 [2021-01-12T00:45:36.303Z] ---> Running in 822aba6ec191 [2021-01-12T00:45:36.896Z] ---> 74b2622c5431 [2021-01-12T00:45:36.897Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:45:37.172Z] Removing intermediate container b6806eef7a27 [2021-01-12T00:45:37.172Z] ---> f205988ee4d6 [2021-01-12T00:45:37.172Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:45:37.451Z] ---> Running in 8b4ea12dbcfe [2021-01-12T00:45:37.735Z] ---> 69adbc9ae20d [2021-01-12T00:45:37.735Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T00:45:38.018Z] ---> 073fa10845b4 [2021-01-12T00:45:38.018Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T00:45:38.297Z] Removing intermediate container 8b4ea12dbcfe [2021-01-12T00:45:38.297Z] ---> 15c5eb262cec [2021-01-12T00:45:38.297Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T00:45:38.901Z] ---> Running in e9d5fe7aafee [2021-01-12T00:45:39.483Z] 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-12T00:45:39.892Z] ---> 940dbf74724c [2021-01-12T00:45:39.892Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T00:45:39.892Z] Removing intermediate container e9d5fe7aafee [2021-01-12T00:45:39.892Z] ---> ade9bbf6ded3 [2021-01-12T00:45:39.892Z] Step 20/21 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:45:39.892Z] Removing intermediate container 822aba6ec191 [2021-01-12T00:45:39.892Z] ---> 9b7c36ce0e78 [2021-01-12T00:45:40.053Z] 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-12T00:45:40.169Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T00:45:40.169Z] ---> Running in 33d5dd3b5523 [2021-01-12T00:45:40.169Z] ---> 1720d10d3b0a [2021-01-12T00:45:40.169Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T00:45:40.443Z] ---> Running in a77b922ae377 [2021-01-12T00:45:40.723Z] ---> ffb13d92db7b [2021-01-12T00:45:40.723Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-12T00:45:40.996Z] Removing intermediate container 33d5dd3b5523 [2021-01-12T00:45:40.996Z] ---> f83fba0e6c9d [2021-01-12T00:45:40.996Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:45:40.996Z] Removing intermediate container a77b922ae377 [2021-01-12T00:45:40.996Z] ---> c7cd1a300423 [2021-01-12T00:45:40.996Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:45:40.996Z] ---> Running in d43fa287a3c8 [2021-01-12T00:45:41.271Z] ---> Running in daae3e14b78e [2021-01-12T00:45:41.271Z] ---> Running in d76bc4ba6ace [2021-01-12T00:45:41.437Z] 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-12T00:45:41.437Z] 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-12T00:45:41.557Z] ---> 9f47c24fdc58 [2021-01-12T00:45:41.557Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T00:45:41.698Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-12T00:45:41.698Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-12T00:45:41.698Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-12T00:45:41.698Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-12T00:45:41.833Z] ---> Running in aa2100bda81d [2021-01-12T00:45:42.106Z] Removing intermediate container daae3e14b78e [2021-01-12T00:45:42.106Z] ---> 3c964c0a3c1e [2021-01-12T00:45:42.106Z] [2021-01-12T00:45:42.377Z] Removing intermediate container d76bc4ba6ace [2021-01-12T00:45:42.377Z] ---> adddf7b7b218 [2021-01-12T00:45:42.377Z] Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:45:42.658Z] Successfully built 3c964c0a3c1e [2021-01-12T00:45:42.658Z] ---> Running in f42be1f54589 [2021-01-12T00:45:42.658Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-12T00:45:42.658Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-12T00:45:42.658Z] Removing intermediate container aa2100bda81d [2021-01-12T00:45:42.658Z] ---> 31bf94cd1bbb [2021-01-12T00:45:42.658Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:45:43.260Z] ---> Running in 141a4a086568 [2021-01-12T00:45:43.535Z] Removing intermediate container f42be1f54589 [2021-01-12T00:45:43.535Z] ---> 91b5f259e810 [2021-01-12T00:45:43.535Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:45:43.619Z] 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-12T00:45:43.619Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-12T00:45:43.619Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-12T00:45:43.808Z] ---> Running in 94f0b33c72ed [2021-01-12T00:45:44.088Z] Removing intermediate container 141a4a086568 [2021-01-12T00:45:44.088Z] ---> b2504463499c [2021-01-12T00:45:44.088Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T00:45:44.684Z] ---> Running in 4a7abaa50d6f [2021-01-12T00:45:44.964Z] Removing intermediate container 94f0b33c72ed [2021-01-12T00:45:44.964Z] ---> e98b1827fba0 [2021-01-12T00:45:44.964Z] [2021-01-12T00:45:45.004Z] 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-12T00:45:45.004Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-12T00:45:45.240Z] Removing intermediate container d43fa287a3c8 [2021-01-12T00:45:45.240Z] ---> 4c8af569a434 [2021-01-12T00:45:45.240Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T00:45:45.516Z] Successfully built e98b1827fba0 [2021-01-12T00:45:45.944Z] 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-12T00:45:45.945Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-12T00:45:46.114Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-12T00:45:46.114Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-12T00:45:46.114Z] Removing intermediate container 4a7abaa50d6f [2021-01-12T00:45:46.114Z] ---> 0124b6324bc0 [2021-01-12T00:45:46.114Z] Step 23/24 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:45:46.720Z] ---> Running in 6b61c1c781be [2021-01-12T00:45:46.994Z] ---> Running in 1d64d23d3abb [2021-01-12T00:45:47.271Z] Removing intermediate container 6b61c1c781be [2021-01-12T00:45:47.271Z] ---> 73362b1903be [2021-01-12T00:45:47.271Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T00:45:47.327Z] 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-12T00:45:47.549Z] Removing intermediate container 84e040a66f63 [2021-01-12T00:45:47.549Z] ---> 5b2af267212f [2021-01-12T00:45:47.549Z] [2021-01-12T00:45:47.549Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T00:45:47.549Z] ---> afeebe901d6b [2021-01-12T00:45:47.549Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:45:48.264Z] 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-12T00:45:48.542Z] ---> Running in dd5bce459b20 [2021-01-12T00:45:48.542Z] ---> Running in 1724dc5a264b [2021-01-12T00:45:48.542Z] Removing intermediate container 1d64d23d3abb [2021-01-12T00:45:48.542Z] ---> 58e8e9454212 [2021-01-12T00:45:48.542Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:45:49.203Z] 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-12T00:45:49.561Z] ---> Running in 82f76555a94f [2021-01-12T00:45:49.561Z] Removing intermediate container dd5bce459b20 [2021-01-12T00:45:49.561Z] ---> fe40cebe4be5 [2021-01-12T00:45:49.561Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T00:45:50.181Z] Removing intermediate container 1724dc5a264b [2021-01-12T00:45:50.181Z] ---> f3ddb67034df [2021-01-12T00:45:50.181Z] Step 23/24 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:45:51.162Z] ---> Running in 3057eccc2089 [2021-01-12T00:45:51.162Z] Removing intermediate container 82f76555a94f [2021-01-12T00:45:51.162Z] ---> 9e87cb961c2a [2021-01-12T00:45:51.162Z] [2021-01-12T00:45:51.162Z] ---> Running in 330fd58c1580 [2021-01-12T00:45:51.744Z] Building version [2021-01-12T00:45:51.764Z] Successfully built 9e87cb961c2a [2021-01-12T00:45:51.764Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-12T00:45:51.764Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-12T00:45:51.764Z] Removing intermediate container 3057eccc2089 [2021-01-12T00:45:51.764Z] ---> a3f04b4a4850 [2021-01-12T00:45:51.764Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T00:45:52.033Z] Removing intermediate container 330fd58c1580 [2021-01-12T00:45:52.033Z] ---> cf791dec2ae5 [2021-01-12T00:45:52.033Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:45:52.033Z] ---> Running in 2a56bdf3873f [2021-01-12T00:45:52.033Z] ---> Running in 26873f3868a6 [2021-01-12T00:45:52.626Z] Removing intermediate container 2a56bdf3873f [2021-01-12T00:45:52.626Z] ---> c22a5387c738 [2021-01-12T00:45:52.626Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:45:52.626Z] Removing intermediate container 26873f3868a6 [2021-01-12T00:45:52.626Z] ---> da20f4570afc [2021-01-12T00:45:52.626Z] [2021-01-12T00:45:52.626Z] ---> Running in 520a708cc4ac [2021-01-12T00:45:53.233Z] Successfully built da20f4570afc [2021-01-12T00:45:53.233Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-12T00:45:53.233Z] Building docker-core-command-go [2021-01-12T00:45:53.651Z] Staging config-common [2021-01-12T00:45:54.591Z] Skipping stage go-build-helper (already ran) [2021-01-12T00:45:54.591Z] Skipping stage static-packages (already ran) [2021-01-12T00:45:54.591Z] Skipping stage go115 (already ran) [2021-01-12T00:45:54.591Z] Staging edgex-go [2021-01-12T00:45:55.207Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 520a708cc4ac [2021-01-12T00:45:55.207Z] ---> 7f0933ddc74e [2021-01-12T00:45:55.207Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T00:45:55.481Z] ---> Running in aa2324f43ad0 [2021-01-12T00:45:55.533Z] Staging version [2021-01-12T00:45:56.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:45:56.473Z] Priming config-common [2021-01-12T00:45:57.413Z] Priming go-build-helper [2021-01-12T00:45:58.351Z] Priming static-packages [2021-01-12T00:45:58.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:45:59.854Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T00:45:59.854Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T00:46:00.124Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T00:46:00.718Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T00:46:00.898Z] Priming go115 [2021-01-12T00:46:00.987Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T00:46:00.987Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:46:00.987Z] OK: 8 MiB in 19 packages [2021-01-12T00:46:01.467Z] Priming edgex-go [2021-01-12T00:46:02.862Z] Priming version [2021-01-12T00:46:03.802Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T00:46:06.395Z] Removing intermediate container aa2324f43ad0 [2021-01-12T00:46:06.395Z] ---> 0935373b892a [2021-01-12T00:46:06.395Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:46:07.000Z] ---> 9fe6c4909912 [2021-01-12T00:46:07.000Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T00:46:10.386Z] ---> 53211b3ee10f [2021-01-12T00:46:10.386Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T00:46:11.813Z] ---> 905ccb648ad3 [2021-01-12T00:46:11.813Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T00:46:12.083Z] ---> Running in 197fc1e9a3d8 [2021-01-12T00:46:13.062Z] Removing intermediate container 197fc1e9a3d8 [2021-01-12T00:46:13.062Z] ---> 9a552813ef43 [2021-01-12T00:46:13.062Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:46:13.332Z] ---> Running in d4f02b62012c [2021-01-12T00:46:13.930Z] Removing intermediate container d4f02b62012c [2021-01-12T00:46:13.930Z] ---> 475c6fe2ba89 [2021-01-12T00:46:13.930Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T00:46:14.204Z] ---> Running in 3e1b98e231fb [2021-01-12T00:46:14.792Z] Removing intermediate container 3e1b98e231fb [2021-01-12T00:46:14.792Z] ---> f6ce0377432f [2021-01-12T00:46:14.792Z] Step 22/23 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:46:14.792Z] ---> Running in 7d8a98cce786 [2021-01-12T00:46:15.390Z] Removing intermediate container 7d8a98cce786 [2021-01-12T00:46:15.390Z] ---> 2883880d7d06 [2021-01-12T00:46:15.390Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T00:46:15.663Z] ---> Running in dab9a23e4afc [2021-01-12T00:46:16.260Z] Removing intermediate container dab9a23e4afc [2021-01-12T00:46:16.260Z] ---> c8bf06edfa3d [2021-01-12T00:46:16.260Z] [2021-01-12T00:46:16.529Z] Successfully built c8bf06edfa3d [2021-01-12T00:46:16.529Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-12T00:46:28.966Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:28.966Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:28.966Z] ---> a08dfdf76e28 [2021-01-12T00:46:28.966Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T00:46:28.966Z] ---> Using cache [2021-01-12T00:46:28.966Z] ---> 88cbc8f36674 [2021-01-12T00:46:28.966Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:28.966Z] ---> Using cache [2021-01-12T00:46:28.966Z] ---> 7295ef11b82c [2021-01-12T00:46:28.966Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T00:46:32.364Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:32.364Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:32.364Z] ---> a08dfdf76e28 [2021-01-12T00:46:32.364Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:46:32.364Z] ---> Using cache [2021-01-12T00:46:32.364Z] ---> 88cbc8f36674 [2021-01-12T00:46:32.364Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:32.364Z] ---> Using cache [2021-01-12T00:46:32.364Z] ---> 7295ef11b82c [2021-01-12T00:46:32.364Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:46:32.364Z] ---> Using cache [2021-01-12T00:46:32.364Z] ---> 42d82ea7df7b [2021-01-12T00:46:32.364Z] Step 6/21 : COPY go.mod . [2021-01-12T00:46:32.364Z] ---> Using cache [2021-01-12T00:46:32.364Z] ---> 435a6adbf602 [2021-01-12T00:46:32.364Z] Step 7/21 : RUN go mod download [2021-01-12T00:46:32.364Z] ---> Using cache [2021-01-12T00:46:32.364Z] ---> 4c1d0949e02f [2021-01-12T00:46:32.364Z] Step 8/21 : COPY . . [2021-01-12T00:46:32.364Z] ---> Using cache [2021-01-12T00:46:32.364Z] ---> de0cb5cda937 [2021-01-12T00:46:32.364Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T00:46:32.641Z] ---> Running in 5d50eb51876f [2021-01-12T00:46:32.914Z] ---> Running in 055e65401538 [2021-01-12T00:46:34.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:34.619Z] 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-12T00:46:35.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:37.051Z] OK: 217 MiB in 51 packages [2021-01-12T00:46:37.329Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:37.329Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:37.329Z] ---> a08dfdf76e28 [2021-01-12T00:46:37.329Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:46:37.329Z] ---> Using cache [2021-01-12T00:46:37.329Z] ---> 88cbc8f36674 [2021-01-12T00:46:37.329Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:37.329Z] ---> Using cache [2021-01-12T00:46:37.329Z] ---> 7295ef11b82c [2021-01-12T00:46:37.329Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:46:37.329Z] ---> Using cache [2021-01-12T00:46:37.329Z] ---> 42d82ea7df7b [2021-01-12T00:46:37.329Z] Step 6/22 : COPY go.mod . [2021-01-12T00:46:37.329Z] ---> Using cache [2021-01-12T00:46:37.329Z] ---> 435a6adbf602 [2021-01-12T00:46:37.329Z] Step 7/22 : RUN go mod download [2021-01-12T00:46:37.329Z] ---> Using cache [2021-01-12T00:46:37.329Z] ---> 4c1d0949e02f [2021-01-12T00:46:37.329Z] Step 8/22 : COPY . . [2021-01-12T00:46:37.611Z] ---> Using cache [2021-01-12T00:46:37.611Z] ---> de0cb5cda937 [2021-01-12T00:46:37.611Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T00:46:37.611Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:46:37.611Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:46:37.611Z] ---> a08dfdf76e28 [2021-01-12T00:46:37.611Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:46:37.611Z] ---> Using cache [2021-01-12T00:46:37.611Z] ---> 88cbc8f36674 [2021-01-12T00:46:37.611Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:37.612Z] ---> Using cache [2021-01-12T00:46:37.612Z] ---> 7295ef11b82c [2021-01-12T00:46:37.612Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:46:37.612Z] ---> Using cache [2021-01-12T00:46:37.612Z] ---> 42d82ea7df7b [2021-01-12T00:46:37.612Z] Step 6/22 : COPY go.mod . [2021-01-12T00:46:37.612Z] ---> Using cache [2021-01-12T00:46:37.612Z] ---> 435a6adbf602 [2021-01-12T00:46:37.612Z] Step 7/22 : RUN go mod download [2021-01-12T00:46:37.612Z] ---> Using cache [2021-01-12T00:46:37.612Z] ---> 4c1d0949e02f [2021-01-12T00:46:37.612Z] Step 8/22 : COPY . . [2021-01-12T00:46:37.892Z] ---> Using cache [2021-01-12T00:46:37.892Z] ---> de0cb5cda937 [2021-01-12T00:46:37.892Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T00:46:39.885Z] ---> Running in 140b7d6d7bef [2021-01-12T00:46:39.885Z] ---> Running in b179146b548c [2021-01-12T00:46:40.502Z] Removing intermediate container 5d50eb51876f [2021-01-12T00:46:40.502Z] ---> 487dc3cafdc1 [2021-01-12T00:46:40.502Z] Step 6/26 : COPY go.mod . [2021-01-12T00:46:41.947Z] ---> 424f01963ac2 [2021-01-12T00:46:41.947Z] Step 7/26 : RUN go mod download [2021-01-12T00:46:42.221Z] ---> Running in 589989a9ba19 [2021-01-12T00:46:42.494Z] 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-12T00:46:42.494Z] 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-12T00:46:46.856Z] Removing intermediate container 589989a9ba19 [2021-01-12T00:46:46.856Z] ---> 71ebce94264d [2021-01-12T00:46:46.856Z] Step 8/26 : COPY . . [2021-01-12T00:47:09.113Z] ---> ac47fb2db52a [2021-01-12T00:47:09.113Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T00:47:09.113Z] ---> Running in de8ea38d79da [2021-01-12T00:47:09.113Z] 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-12T00:47:41.573Z] 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-12T00:47:59.986Z] Removing intermediate container 055e65401538 [2021-01-12T00:47:59.986Z] ---> 110f6dd83dfb [2021-01-12T00:47:59.986Z] [2021-01-12T00:47:59.986Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T00:47:59.986Z] ---> afeebe901d6b [2021-01-12T00:47:59.986Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T00:47:59.986Z] ---> Running in 688cfab9d314 [2021-01-12T00:48:00.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:00.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:01.153Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T00:48:01.437Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:48:01.437Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T00:48:01.437Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T00:48:01.437Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:48:01.437Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:48:01.716Z] OK: 7 MiB in 18 packages [2021-01-12T00:48:04.400Z] Removing intermediate container 688cfab9d314 [2021-01-12T00:48:04.400Z] ---> 381cf5838be7 [2021-01-12T00:48:04.400Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:48:04.400Z] ---> Running in 97fe147ced02 [2021-01-12T00:48:05.405Z] Removing intermediate container 97fe147ced02 [2021-01-12T00:48:05.405Z] ---> 00312778e0fb [2021-01-12T00:48:05.405Z] Step 13/21 : WORKDIR /edgex [2021-01-12T00:48:05.405Z] ---> Running in ca1c237ff918 [2021-01-12T00:48:06.409Z] Removing intermediate container ca1c237ff918 [2021-01-12T00:48:06.409Z] ---> 1fd2166aae5f [2021-01-12T00:48:06.409Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T00:48:07.887Z] ---> ca9db659a356 [2021-01-12T00:48:07.887Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T00:48:09.907Z] ---> 8b7103a8d0e6 [2021-01-12T00:48:09.907Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T00:48:12.584Z] ---> ba03393352e8 [2021-01-12T00:48:12.584Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T00:48:12.869Z] ---> Running in 4aaabb4a4d8d [2021-01-12T00:48:14.361Z] Removing intermediate container 4aaabb4a4d8d [2021-01-12T00:48:14.361Z] ---> 234a5f5d5151 [2021-01-12T00:48:14.361Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T00:48:14.361Z] Removing intermediate container 140b7d6d7bef [2021-01-12T00:48:14.361Z] ---> 6b05e276678c [2021-01-12T00:48:14.361Z] [2021-01-12T00:48:14.361Z] Step 10/22 : FROM scratch [2021-01-12T00:48:14.361Z] ---> [2021-01-12T00:48:14.361Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:48:14.361Z] ---> Using cache [2021-01-12T00:48:14.361Z] ---> e8e65ac60a42 [2021-01-12T00:48:14.361Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T00:48:14.361Z] ---> Running in 31f0b4ad93eb [2021-01-12T00:48:14.652Z] ---> Running in fdbbea341f28 [2021-01-12T00:48:15.268Z] Removing intermediate container fdbbea341f28 [2021-01-12T00:48:15.268Z] ---> a0f6cd80c48e [2021-01-12T00:48:15.268Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:48:15.268Z] Removing intermediate container 31f0b4ad93eb [2021-01-12T00:48:15.268Z] ---> 9457c59407df [2021-01-12T00:48:15.268Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T00:48:15.557Z] ---> Running in f074c3f39d41 [2021-01-12T00:48:15.557Z] ---> Running in 7608b3b136a4 [2021-01-12T00:48:16.168Z] Removing intermediate container 7608b3b136a4 [2021-01-12T00:48:16.168Z] ---> 037678cba986 [2021-01-12T00:48:16.168Z] Step 20/21 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:48:16.461Z] Removing intermediate container f074c3f39d41 [2021-01-12T00:48:16.461Z] ---> c2afeb8f6574 [2021-01-12T00:48:16.461Z] Step 14/22 : WORKDIR / [2021-01-12T00:48:16.461Z] ---> Running in 0d22a1780b7a [2021-01-12T00:48:16.742Z] ---> Running in 6d931d42c3ed [2021-01-12T00:48:17.352Z] Removing intermediate container 0d22a1780b7a [2021-01-12T00:48:17.352Z] ---> 8e1fdfbb4b9a [2021-01-12T00:48:17.352Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:48:17.628Z] Removing intermediate container 6d931d42c3ed [2021-01-12T00:48:17.628Z] ---> 4191a9a5ea96 [2021-01-12T00:48:17.628Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:48:17.628Z] ---> Running in 37dfc1f9fea8 [2021-01-12T00:48:18.628Z] Removing intermediate container 37dfc1f9fea8 [2021-01-12T00:48:18.628Z] ---> 2d1e98cd394d [2021-01-12T00:48:18.628Z] [2021-01-12T00:48:18.905Z] ---> 03e8d4ac8da0 [2021-01-12T00:48:18.905Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T00:48:18.905Z] Successfully built 2d1e98cd394d [2021-01-12T00:48:19.180Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-12T00:48:21.185Z]  Building docker-security-proxy-setup-go ... done  ---> 66bc21cfa585 [2021-01-12T00:48:21.185Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T00:48:22.176Z] ---> 8bb2684c1d35 [2021-01-12T00:48:22.177Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T00:48:22.177Z] ---> Running in b03bfd9a87f1 [2021-01-12T00:48:22.786Z] Removing intermediate container b03bfd9a87f1 [2021-01-12T00:48:22.786Z] ---> ca9469ff2677 [2021-01-12T00:48:22.786Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:48:22.786Z] ---> Running in 5e46f15b49da [2021-01-12T00:48:23.384Z] Removing intermediate container 5e46f15b49da [2021-01-12T00:48:23.384Z] ---> dd88de688435 [2021-01-12T00:48:23.384Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:48:23.660Z] ---> Running in e5c4702a56cf [2021-01-12T00:48:24.346Z] Removing intermediate container e5c4702a56cf [2021-01-12T00:48:24.346Z] ---> 6d429b14e020 [2021-01-12T00:48:24.346Z] Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:48:24.982Z] ---> Running in 0b8f0f325251 [2021-01-12T00:48:25.615Z] Removing intermediate container 0b8f0f325251 [2021-01-12T00:48:25.615Z] ---> bbe06d05a88d [2021-01-12T00:48:25.615Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:48:25.899Z] ---> Running in d9c45481a4d9 [2021-01-12T00:48:26.496Z] Removing intermediate container d9c45481a4d9 [2021-01-12T00:48:26.496Z] ---> 4bd61f044d20 [2021-01-12T00:48:26.496Z] [2021-01-12T00:48:27.094Z] Successfully built 4bd61f044d20 [2021-01-12T00:48:27.094Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-12T00:48:29.070Z]  Building docker-core-command-go ... done Removing intermediate container de8ea38d79da [2021-01-12T00:48:29.070Z] ---> b47a70aa6195 [2021-01-12T00:48:29.070Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T00:48:29.070Z] Removing intermediate container b179146b548c [2021-01-12T00:48:29.070Z] ---> ccbb5a753061 [2021-01-12T00:48:29.070Z] [2021-01-12T00:48:29.070Z] Step 10/22 : FROM scratch [2021-01-12T00:48:29.070Z] ---> [2021-01-12T00:48:29.070Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:48:29.070Z] ---> Running in 797dd7ef6b88 [2021-01-12T00:48:29.070Z] ---> Using cache [2021-01-12T00:48:29.070Z] ---> e8e65ac60a42 [2021-01-12T00:48:29.070Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T00:48:29.344Z] ---> Running in 4edbb5a3671c [2021-01-12T00:48:29.945Z] Removing intermediate container 4edbb5a3671c [2021-01-12T00:48:29.945Z] ---> a7fd49f8801f [2021-01-12T00:48:29.945Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:48:29.945Z] ---> Running in a929461947f5 [2021-01-12T00:48:30.220Z] 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-12T00:48:30.492Z] Removing intermediate container a929461947f5 [2021-01-12T00:48:30.492Z] ---> 18ab8bd0bb26 [2021-01-12T00:48:30.492Z] Step 14/22 : WORKDIR / [2021-01-12T00:48:30.492Z] ---> Running in fa2d46fe285c [2021-01-12T00:48:31.091Z] Removing intermediate container fa2d46fe285c [2021-01-12T00:48:31.091Z] ---> e0e5dd2e5198 [2021-01-12T00:48:31.091Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:48:31.693Z] ---> 69b6606140df [2021-01-12T00:48:31.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T00:48:33.138Z] ---> 8b0587cc78f4 [2021-01-12T00:48:33.138Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T00:48:33.138Z] Removing intermediate container 797dd7ef6b88 [2021-01-12T00:48:33.138Z] ---> 3012ab94fed5 [2021-01-12T00:48:33.138Z] [2021-01-12T00:48:33.138Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T00:48:33.138Z] 20.10.0: Pulling from library/docker [2021-01-12T00:48:33.740Z] ---> 4a5c0eb29ff7 [2021-01-12T00:48:33.740Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T00:48:34.016Z] ---> Running in 3f9efc8431d8 [2021-01-12T00:48:34.629Z] Removing intermediate container 3f9efc8431d8 [2021-01-12T00:48:34.629Z] ---> d710437e6870 [2021-01-12T00:48:34.629Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:48:35.230Z] ---> Running in 5f87a214c36f [2021-01-12T00:48:35.831Z] Removing intermediate container 5f87a214c36f [2021-01-12T00:48:35.831Z] ---> 1280554623dc [2021-01-12T00:48:35.831Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:48:36.103Z] ---> Running in 99c40d831987 [2021-01-12T00:48:36.701Z] Removing intermediate container 99c40d831987 [2021-01-12T00:48:36.701Z] ---> b06f6612c29d [2021-01-12T00:48:36.701Z] Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:48:36.978Z] ---> Running in ead5cbd5a421 [2021-01-12T00:48:37.956Z] Removing intermediate container ead5cbd5a421 [2021-01-12T00:48:37.956Z] ---> b12ca0a2193f [2021-01-12T00:48:37.956Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:48:38.228Z] ---> Running in eef56a9e0138 [2021-01-12T00:48:39.204Z] Removing intermediate container eef56a9e0138 [2021-01-12T00:48:39.204Z] ---> eaaaf5ee2fdf [2021-01-12T00:48:39.204Z] [2021-01-12T00:48:39.478Z] Successfully built eaaaf5ee2fdf [2021-01-12T00:48:39.478Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-12T00:48:40.918Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T00:48:40.918Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T00:48:40.918Z] ---> eeaf43b92773 [2021-01-12T00:48:40.918Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T00:48:41.520Z] ---> Running in b13d2dd2f197 [2021-01-12T00:48:42.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:42.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:43.484Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T00:48:43.484Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T00:48:43.484Z] Executing bash-5.0.17-r0.post-install [2021-01-12T00:48:43.484Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:48:43.484Z] OK: 12 MiB in 22 packages [2021-01-12T00:48:44.924Z] Removing intermediate container b13d2dd2f197 [2021-01-12T00:48:44.924Z] ---> fda1d12ec7df [2021-01-12T00:48:44.924Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T00:48:44.924Z] ---> Running in 8ea7d6e55591 [2021-01-12T00:48:45.200Z] Removing intermediate container 8ea7d6e55591 [2021-01-12T00:48:45.200Z] ---> e6fa19320604 [2021-01-12T00:48:45.200Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T00:48:45.473Z] ---> Running in dd5ba260ec30 [2021-01-12T00:48:45.749Z] Removing intermediate container dd5ba260ec30 [2021-01-12T00:48:45.749Z] ---> 95c439a02e93 [2021-01-12T00:48:45.749Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T00:48:46.023Z] ---> Running in 93b665b30591 [2021-01-12T00:48:46.297Z] Removing intermediate container 93b665b30591 [2021-01-12T00:48:46.586Z] ---> b50de7196ca7 [2021-01-12T00:48:46.586Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T00:48:47.567Z] ---> e2a2cc04aeac [2021-01-12T00:48:47.567Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T00:48:48.574Z] ---> 098eaf4978eb [2021-01-12T00:48:48.574Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T00:48:49.170Z] ---> 271687a633ed [2021-01-12T00:48:49.170Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T00:48:49.445Z] ---> Running in c68ebac84fd9 [2021-01-12T00:48:50.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:50.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:51.158Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T00:48:51.431Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T00:48:51.431Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T00:48:51.431Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T00:48:51.431Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T00:48:51.431Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T00:48:51.431Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T00:48:53.406Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T00:48:53.406Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T00:48:53.406Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T00:48:53.406Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T00:48:53.407Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T00:48:53.407Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T00:48:53.407Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T00:48:53.680Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T00:48:53.680Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T00:48:53.680Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T00:48:53.681Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T00:48:53.681Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T00:48:53.681Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T00:48:53.681Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T00:48:53.681Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T00:48:53.681Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T00:48:53.955Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T00:48:53.955Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T00:48:53.955Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T00:48:53.955Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T00:48:53.955Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T00:48:53.955Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T00:48:53.955Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T00:48:53.955Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T00:48:53.955Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T00:48:53.955Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T00:48:54.230Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:48:54.230Z] OK: 71 MiB in 55 packages [2021-01-12T00:49:02.518Z] Removing intermediate container c68ebac84fd9 [2021-01-12T00:49:02.518Z] ---> 29afb401a04f [2021-01-12T00:49:02.518Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T00:49:02.518Z] ---> Running in 2b3e5a24bf93 [2021-01-12T00:49:07.913Z] Collecting docker-compose==1.23.2 [2021-01-12T00:49:07.913Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T00:49:08.187Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T00:49:08.187Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T00:49:10.788Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T00:49:10.788Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T00:49:11.380Z] Collecting PyYAML<4,>=3.10 [2021-01-12T00:49:11.380Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T00:49:15.678Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T00:49:15.678Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T00:49:16.651Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T00:49:16.651Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T00:49:19.257Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T00:49:19.257Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T00:49:19.847Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T00:49:19.847Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T00:49:20.438Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T00:49:20.438Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T00:49:24.716Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T00:49:24.716Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T00:49:24.716Z] 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-12T00:49:24.716Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T00:49:24.716Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T00:49:24.716Z] 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-12T00:49:24.986Z] Collecting idna<2.8,>=2.5 [2021-01-12T00:49:24.986Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T00:49:25.577Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T00:49:25.847Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T00:49:26.116Z] 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-12T00:49:26.116Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T00:49:26.116Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T00:49:26.116Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T00:49:26.116Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T00:49:27.082Z] Installing collected packages: texttable, cached-property, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, docopt, docker-compose [2021-01-12T00:49:27.082Z] Running setup.py install for texttable: started [2021-01-12T00:49:29.735Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T00:49:29.735Z] Running setup.py install for PyYAML: started [2021-01-12T00:49:31.705Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T00:49:31.705Z] Attempting uninstall: idna [2021-01-12T00:49:31.705Z] Found existing installation: idna 2.9 [2021-01-12T00:49:31.705Z] Uninstalling idna-2.9: [2021-01-12T00:49:31.705Z] Successfully uninstalled idna-2.9 [2021-01-12T00:49:32.677Z] Attempting uninstall: urllib3 [2021-01-12T00:49:32.677Z] Found existing installation: urllib3 1.25.9 [2021-01-12T00:49:32.677Z] Uninstalling urllib3-1.25.9: [2021-01-12T00:49:32.677Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T00:49:33.268Z] Attempting uninstall: requests [2021-01-12T00:49:33.268Z] Found existing installation: requests 2.23.0 [2021-01-12T00:49:33.268Z] Uninstalling requests-2.23.0: [2021-01-12T00:49:33.268Z] Successfully uninstalled requests-2.23.0 [2021-01-12T00:49:35.257Z] Running setup.py install for dockerpty: started [2021-01-12T00:49:37.860Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T00:49:37.860Z] Running setup.py install for docopt: started [2021-01-12T00:49:40.462Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T00:49:41.051Z] 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-12T00:49:45.339Z] Removing intermediate container 2b3e5a24bf93 [2021-01-12T00:49:45.339Z] ---> 0c81222aa2cc [2021-01-12T00:49:45.339Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T00:49:45.620Z] ---> Running in 3c007b03d383 [2021-01-12T00:49:46.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:46.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:47.475Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:49:47.475Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T00:49:47.475Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T00:49:47.475Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:49:47.475Z] OK: 71 MiB in 58 packages [2021-01-12T00:49:48.914Z] Removing intermediate container 3c007b03d383 [2021-01-12T00:49:48.914Z] ---> 4770a0366da8 [2021-01-12T00:49:48.914Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T00:49:48.914Z] ---> Running in 32d29ce614c9 [2021-01-12T00:49:49.504Z] Removing intermediate container 32d29ce614c9 [2021-01-12T00:49:49.504Z] ---> b5ba43b85780 [2021-01-12T00:49:49.504Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:49:49.504Z] ---> Running in d70ae17ac3cc [2021-01-12T00:49:50.097Z] Removing intermediate container d70ae17ac3cc [2021-01-12T00:49:50.097Z] ---> 5a49193ad043 [2021-01-12T00:49:50.097Z] Step 24/26 : LABEL arch=arm64 [2021-01-12T00:49:50.367Z] ---> Running in 375c8874076d [2021-01-12T00:49:50.639Z] Removing intermediate container 375c8874076d [2021-01-12T00:49:50.639Z] ---> 7e946edb4f16 [2021-01-12T00:49:50.639Z] Step 25/26 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [2021-01-12T00:49:50.911Z] ---> Running in 1c3b2e08b4f6 [2021-01-12T00:49:51.505Z] Removing intermediate container 1c3b2e08b4f6 [2021-01-12T00:49:51.505Z] ---> 0bbc197c0653 [2021-01-12T00:49:51.505Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T00:49:51.505Z] ---> Running in 05cc8fabe669 [2021-01-12T00:49:52.098Z] Removing intermediate container 05cc8fabe669 [2021-01-12T00:49:52.098Z] ---> 0bc834bd89e8 [2021-01-12T00:49:52.098Z] [2021-01-12T00:49:52.370Z] Successfully built 0bc834bd89e8 [2021-01-12T00:49:52.370Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-12T00:49:52.655Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T00:49:52.641Z] $ docker stop --time=1 90e250e690d805e88056cafbb996b8e51ebafc72a26221d132ec43f32e56ef6a [2021-01-12T00:49:54.617Z] $ docker rm -f 90e250e690d805e88056cafbb996b8e51ebafc72a26221d132ec43f32e56ef6a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:49:55.307Z] + grep docker [2021-01-12T00:49:55.307Z] + docker images [2021-01-12T00:49:55.579Z] docker-sys-mgmt-agent-go-arm64 latest 0bc834bd89e8 4 seconds ago 300MB [2021-01-12T00:49:55.579Z] docker-core-metadata-go-arm64 latest eaaaf5ee2fdf About a minute ago 12.3MB [2021-01-12T00:49:55.579Z] docker-core-command-go-arm64 latest 4bd61f044d20 About a minute ago 9.98MB [2021-01-12T00:49:55.579Z] docker-security-proxy-setup-go-arm64 latest 2d1e98cd394d About a minute ago 23.3MB [2021-01-12T00:49:55.579Z] docker-core-data-go-arm64 latest c8bf06edfa3d 3 minutes ago 21MB [2021-01-12T00:49:55.579Z] docker-security-secretstore-setup-go-arm64 latest da20f4570afc 4 minutes ago 23.4MB [2021-01-12T00:49:55.579Z] docker-support-notifications-go-arm64 latest 9e87cb961c2a 4 minutes ago 11.4MB [2021-01-12T00:49:55.579Z] docker-security-bootstrap-redis-go-arm64 latest e98b1827fba0 4 minutes ago 15.1MB [2021-01-12T00:49:55.579Z] docker-support-scheduler-go-arm64 latest 3c964c0a3c1e 4 minutes ago 10MB [2021-01-12T00:49:55.579Z] docker 20.10.0 eeaf43b92773 4 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-12T00:49:57.275Z] provisioning config files... [2021-01-12T00:49:57.288Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5637258863818308635tmp [Pipeline] { [Pipeline] sh [2021-01-12T00:49:57.686Z] + set +x [2021-01-12T00:49:57.686Z] + curl -s https://codecov.io/bash [2021-01-12T00:49:57.686Z] + bash -s -- [2021-01-12T00:49:57.947Z] [2021-01-12T00:49:57.947Z] _____ _ [2021-01-12T00:49:57.947Z] / ____| | | [2021-01-12T00:49:57.947Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T00:49:57.947Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T00:49:57.947Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T00:49:57.947Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T00:49:57.947Z] Bash-20201231-23d4836 [2021-01-12T00:49:57.947Z] [2021-01-12T00:49:57.947Z] [2021-01-12T00:49:57.947Z] ==> git version 2.24.3 found [2021-01-12T00:49:57.947Z] ==> 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-12T00:49:57.947Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T00:49:57.947Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T00:49:57.947Z] ==> Jenkins CI detected. [2021-01-12T00:49:57.947Z] project root: . [2021-01-12T00:49:57.947Z] --> token set from env [2021-01-12T00:49:57.947Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T00:49:58.209Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T00:49:58.209Z] ==> Python coveragepy not found [2021-01-12T00:49:58.209Z] ==> Searching for coverage reports in: [2021-01-12T00:49:58.209Z] + . [2021-01-12T00:49:58.209Z] -> Found 1 reports [2021-01-12T00:49:58.209Z] ==> Detecting git/mercurial file structure [2021-01-12T00:49:58.209Z] ==> Reading reports [2021-01-12T00:49:58.209Z] + ./coverage.out bytes=552842 [2021-01-12T00:49:58.209Z] ==> Appending adjustments [2021-01-12T00:49:58.209Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T00:50:01.511Z] + Found adjustments [2021-01-12T00:50:01.511Z] ==> Gzipping contents [2021-01-12T00:50:01.511Z] 84K /tmp/codecov.oZuXrk.gz [2021-01-12T00:50:01.511Z] ==> Uploading reports [2021-01-12T00:50:01.511Z] url: https://codecov.io [2021-01-12T00:50:01.511Z] query: branch=PR-3008&commit=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3008%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3008&job=&cmd_args= [2021-01-12T00:50:01.511Z] -> Pinging Codecov [2021-01-12T00:50:01.511Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3008&commit=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3008%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3008&job=&cmd_args= [2021-01-12T00:50:01.774Z] -> Uploading to [2021-01-12T00:50:01.774Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/1cb500dc7c90da01a35af8b26c7bab2c11ae05b0/95965e8e-b3b8-47d4-90d5-4983610fa206.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T005001Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43bd326561bff5676eb95f4a6501d3a75ab2219beb7007490f15ef496e231cec [2021-01-12T00:50:01.774Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:50:01.774Z] Dload Upload Total Spent Left Speed [2021-01-12T00:50:02.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83677 0 0 100 83677 0 167k --:--:-- --:--:-- --:--:-- 167k 100 83677 0 0 100 83677 0 167k --:--:-- --:--:-- --:--:-- 167k [2021-01-12T00:50:02.347Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [Pipeline] } [2021-01-12T00:50:02.360Z] 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-12T00:50:04.333Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:05.215Z] ---> package-listing.sh [2021-01-12T00:50:05.215Z] ++ facter osfamily [2021-01-12T00:50:05.215Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T00:50:05.215Z] + OS_FAMILY=redhat [2021-01-12T00:50:05.215Z] + workspace=/w/workspace/edgex-go/2 [2021-01-12T00:50:05.215Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T00:50:05.215Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T00:50:05.215Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T00:50:05.215Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T00:50:05.215Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-12T00:50:05.215Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T00:50:05.215Z] + case "${OS_FAMILY}" in [2021-01-12T00:50:05.215Z] + rpm -qa [2021-01-12T00:50:05.215Z] + sort [2021-01-12T00:50:10.504Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T00:50:10.504Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T00:50:10.504Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T00:50:10.504Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-12T00:50:10.504Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-12T00:50:10.504Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-12T00:50:10.516Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T00:50:10.806Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:50:11.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:50:11.112Z] [2021-01-12T00:50:11.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:50:11.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:50:11.453Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T00:50:11.453Z] df20fa9351a1: Pulling fs layer [2021-01-12T00:50:11.453Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T00:50:11.453Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T00:50:11.453Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T00:50:11.453Z] 93b61091891f: Pulling fs layer [2021-01-12T00:50:11.453Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T00:50:11.453Z] 5e14af77c1be: Pulling fs layer [2021-01-12T00:50:11.453Z] 01666e4c0597: Pulling fs layer [2021-01-12T00:50:11.453Z] aa168da1d23b: Pulling fs layer [2021-01-12T00:50:11.453Z] 46f8f816bc3b: Waiting [2021-01-12T00:50:11.453Z] 93b61091891f: Waiting [2021-01-12T00:50:11.453Z] 93b9cdb0e59b: Waiting [2021-01-12T00:50:11.453Z] 5e14af77c1be: Waiting [2021-01-12T00:50:11.453Z] 01666e4c0597: Waiting [2021-01-12T00:50:11.453Z] aa168da1d23b: Waiting [2021-01-12T00:50:11.453Z] 36b3adc4ff6f: Download complete [2021-01-12T00:50:11.453Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T00:50:11.453Z] 46f8f816bc3b: Download complete [2021-01-12T00:50:11.714Z] df20fa9351a1: Verifying Checksum [2021-01-12T00:50:11.714Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T00:50:11.714Z] 93b9cdb0e59b: Download complete [2021-01-12T00:50:11.714Z] 5e14af77c1be: Download complete [2021-01-12T00:50:11.714Z] 93b61091891f: Download complete [2021-01-12T00:50:11.714Z] 01666e4c0597: Verifying Checksum [2021-01-12T00:50:11.714Z] 01666e4c0597: Download complete [2021-01-12T00:50:11.974Z] df20fa9351a1: Pull complete [2021-01-12T00:50:12.234Z] 36b3adc4ff6f: Pull complete [2021-01-12T00:50:12.495Z] 8ad3a11d3b57: Download complete [2021-01-12T00:50:13.071Z] 8ad3a11d3b57: Pull complete [2021-01-12T00:50:13.332Z] 46f8f816bc3b: Pull complete [2021-01-12T00:50:13.904Z] 93b61091891f: Pull complete [2021-01-12T00:50:14.851Z] aa168da1d23b: Verifying Checksum [2021-01-12T00:50:14.851Z] aa168da1d23b: Download complete [2021-01-12T00:50:15.794Z] 93b9cdb0e59b: Pull complete [2021-01-12T00:50:15.794Z] 5e14af77c1be: Pull complete [2021-01-12T00:50:16.060Z] 01666e4c0597: Pull complete [2021-01-12T00:50:24.108Z] aa168da1d23b: Pull complete [2021-01-12T00:50:24.108Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T00:50:24.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:50:24.108Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T00:50:24.261Z] prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container [2021-01-12T00:50:24.311Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T00:50:28.054Z] $ docker top 5365ac73d9a154a903edf4f1c257576bd0cebb33fe7d9e3c7a5091fc1935eeb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:50:28.542Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T00:50:28.833Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T00:50:29.132Z] + ls /var/log/sa-host [2021-01-12T00:50:29.132Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T00:50:29.132Z] file_magic: OK [2021-01-12T00:50:29.132Z] HZ: Using current value: 100 [2021-01-12T00:50:29.132Z] file_header: OK [2021-01-12T00:50:29.132Z] 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-12T00:50:29.132Z] Statistics: [2021-01-12T00:50:29.132Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T00:50:29.132Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T00:50:29.132Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T00:50:29.132Z] file_magic: OK [2021-01-12T00:50:29.132Z] HZ: Using current value: 100 [2021-01-12T00:50:29.132Z] file_header: OK [2021-01-12T00:50:29.132Z] 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-12T00:50:29.132Z] Statistics: [2021-01-12T00:50:29.132Z] Hnuu...uuuununununu... [2021-01-12T00:50:29.132Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T00:50:29.724Z] provisioning config files... [2021-01-12T00:50:29.738Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7770421173211542099tmp [Pipeline] { [Pipeline] echo [2021-01-12T00:50:29.804Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:30.098Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T00:50:30.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T00:50:30.189Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:30.483Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T00:50:30.492Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:30.783Z] ---> sudo-logs.sh [2021-01-12T00:50:30.783Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T00:50:30.793Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:31.089Z] ---> job-cost.sh [2021-01-12T00:50:31.089Z] lf-activate-venv: SKIPPING [2021-01-12T00:50:31.089Z] INFO: No Stack... [2021-01-12T00:50:32.032Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T00:50:32.601Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T00:50:32.613Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:32.902Z] ---> logs-deploy.sh [2021-01-12T00:50:32.902Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3008/2 [2021-01-12T00:50:32.902Z] INFO: archiving workspace using pattern(s): [2021-01-12T00:50:34.300Z] Archives upload complete. [2021-01-12T00:50:34.300Z] INFO: archiving logs to Nexus