Pull request #3019 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 3fcc602c4282fe50c74be67af1ba7a350be2dfea rather than 01e1bb6b44181285d4d98e07558aa1bb1f47b192 Obtained Jenkinsfile from 3fcc602c4282fe50c74be67af1ba7a350be2dfea 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e # timeout=10 Commit message: "Merge pull request #309 from ernestojeda/fix-swagger-publish" > 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-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20035 in /w/workspace/edgexfoundry_edgex-go_PR-3019 [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 3fcc602c4282fe50c74be67af1ba7a350be2dfea into PR head commit 01e1bb6b44181285d4d98e07558aa1bb1f47b192 Merge succeeded, producing 01e1bb6b44181285d4d98e07558aa1bb1f47b192 Checking out Revision 01e1bb6b44181285d4d98e07558aa1bb1f47b192 (PR-3019) > 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/3019/head:refs/remotes/origin/PR-3019 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01e1bb6b44181285d4d98e07558aa1bb1f47b192 # 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 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01e1bb6b44181285d4d98e07558aa1bb1f47b192 # timeout=10 Commit message: "Merge branch 'master' into issue-3013" > git rev-list --no-walk 8e59748d72379c6903b1a1bae2c75d39b6761cda # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T21:08:25.601Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T21:08:25.881Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T21:08:25.981Z] ========================================================= [2021-01-13T21:08:25.981Z] EdgeX Global Pipelines Version Info [2021-01-13T21:08:25.981Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:08:27.502Z] ------------------- [2021-01-13T21:08:27.502Z] stable info: [2021-01-13T21:08:27.502Z] ------------------- [2021-01-13T21:08:27.502Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T21:08:27.502Z] Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e [2021-01-13T21:08:27.502Z] Message: update stable to v1.0.176 [2021-01-13T21:08:28.452Z] ------------------- [2021-01-13T21:08:28.452Z] experimental info: [2021-01-13T21:08:28.452Z] ------------------- [2021-01-13T21:08:28.452Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T21:08:28.452Z] Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e [2021-01-13T21:08:28.452Z] Message: update experimental to v1.0.176 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T21:08:28.725Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-13T21:08:28.821Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-13T21:08:28.915Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T21:08:29.008Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T21:08:29.101Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T21:08:29.195Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T21:08:29.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T21:08:29.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-13T21:08:29.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-13T21:08:29.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-13T21:08:29.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T21:08:29.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T21:08:29.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T21:08:29.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T21:08:30.124Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T21:08:30.241Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T21:08:30.424Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T21:08:30.568Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T21:08:30.673Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T21:08:30.764Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-13T21:08:30.871Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-13T21:08:30.996Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T21:08:31.089Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T21:08:31.190Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3019 [Pipeline] echo [2021-01-13T21:08:31.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3019 [Pipeline] echo [2021-01-13T21:08:31.380Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3019 [Pipeline] echo [2021-01-13T21:08:31.471Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01e1bb6b44181285d4d98e07558aa1bb1f47b192 [Pipeline] echo [2021-01-13T21:08:31.562Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01e1bb6 [Pipeline] echo [2021-01-13T21:08:31.701Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T21:08:31.910Z] provisioning config files... [2021-01-13T21:08:31.951Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6725861844775546960tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:08:32.343Z] ---> docker-login.sh [2021-01-13T21:08:32.343Z] nexus3.edgexfoundry.org:10001 [2021-01-13T21:08:32.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:08:32.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:08:32.875Z] Configure a credential helper to remove this warning. See [2021-01-13T21:08:32.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:08:32.875Z] [2021-01-13T21:08:32.875Z] Login Succeeded [2021-01-13T21:08:32.875Z] nexus3.edgexfoundry.org:10002 [2021-01-13T21:08:32.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:08:33.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:08:33.139Z] Configure a credential helper to remove this warning. See [2021-01-13T21:08:33.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:08:33.139Z] [2021-01-13T21:08:33.139Z] Login Succeeded [2021-01-13T21:08:33.139Z] nexus3.edgexfoundry.org:10003 [2021-01-13T21:08:33.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:08:33.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:08:33.406Z] Configure a credential helper to remove this warning. See [2021-01-13T21:08:33.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:08:33.406Z] [2021-01-13T21:08:33.406Z] Login Succeeded [2021-01-13T21:08:33.406Z] nexus3.edgexfoundry.org:10004 [2021-01-13T21:08:33.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:08:33.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:08:33.406Z] Configure a credential helper to remove this warning. See [2021-01-13T21:08:33.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:08:33.406Z] [2021-01-13T21:08:33.406Z] Login Succeeded [2021-01-13T21:08:33.406Z] docker.io [2021-01-13T21:08:33.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:08:33.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:08:33.935Z] Configure a credential helper to remove this warning. See [2021-01-13T21:08:33.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:08:33.936Z] [2021-01-13T21:08:33.936Z] Login Succeeded [2021-01-13T21:08:33.936Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T21:08:33.948Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T21:08:34.470Z] ++ 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-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ dirname cmd/core-command/Dockerfile [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ dirname cmd/core-data/Dockerfile [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-13T21:08:34.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T21:08:34.470Z] ++ cut -d/ -f2 [2021-01-13T21:08:34.470Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-13T21:08:34.470Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-13T21:08:34.561Z] 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-13T21:08:36.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T21:08:36.100Z] [2021-01-13T21:08:36.100Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:08:36.449Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T21:08:36.449Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T21:08:36.449Z] 31603596830f: Pulling fs layer [2021-01-13T21:08:36.449Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T21:08:36.449Z] 6ca5941a6612: Pulling fs layer [2021-01-13T21:08:36.449Z] ecc8261a40a4: Pulling fs layer [2021-01-13T21:08:36.449Z] ecc8261a40a4: Waiting [2021-01-13T21:08:36.449Z] 2a8b12db71e7: Download complete [2021-01-13T21:08:36.449Z] 31603596830f: Verifying Checksum [2021-01-13T21:08:36.449Z] 31603596830f: Download complete [2021-01-13T21:08:36.717Z] ecc8261a40a4: Verifying Checksum [2021-01-13T21:08:36.717Z] ecc8261a40a4: Download complete [2021-01-13T21:08:36.717Z] 6ca5941a6612: Verifying Checksum [2021-01-13T21:08:36.717Z] 6ca5941a6612: Download complete [2021-01-13T21:08:36.979Z] 31603596830f: Pull complete [2021-01-13T21:08:36.979Z] 2a8b12db71e7: Pull complete [2021-01-13T21:08:37.935Z] 6ca5941a6612: Pull complete [2021-01-13T21:08:38.198Z] ecc8261a40a4: Pull complete [2021-01-13T21:08:38.198Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T21:08:38.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T21:08:38.198Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T21:08:38.309Z] prd-centos7-docker-4c-2g-20035 does not seem to be running inside a container [2021-01-13T21:08:38.360Z] $ 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-13T21:08:40.952Z] $ docker top 4bcd92b0b71bec2a34ed7c4c419e6eca199b7b3b805252ab15a76313f8844cde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T21:08:41.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T21:08:41.277Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T21:08:41.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T21:08:41.542Z] $ docker exec 4bcd92b0b71bec2a34ed7c4c419e6eca199b7b3b805252ab15a76313f8844cde ssh-agent [2021-01-13T21:08:41.739Z] SSH_AUTH_SOCK=/tmp/ssh-CntsF9xcY47y/agent.11 [2021-01-13T21:08:41.739Z] SSH_AGENT_PID=16 [2021-01-13T21:08:41.750Z] Running ssh-add (command line suppressed) [2021-01-13T21:08:41.878Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4472584565277912820.key (/w/workspace/edgex-go/2@tmp/private_key_4472584565277912820.key) [2021-01-13T21:08:41.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T21:08:42.273Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T21:08:42.298Z] $ docker exec --env ******** --env ******** 4bcd92b0b71bec2a34ed7c4c419e6eca199b7b3b805252ab15a76313f8844cde ssh-agent -k [2021-01-13T21:08:42.468Z] unset SSH_AUTH_SOCK; [2021-01-13T21:08:42.468Z] unset SSH_AGENT_PID; [2021-01-13T21:08:42.468Z] echo Agent pid 16 killed; [2021-01-13T21:08:42.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-13T21:08:42.664Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T21:08:42.664Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T21:08:42.841Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T21:08:42.846Z] $ docker exec 4bcd92b0b71bec2a34ed7c4c419e6eca199b7b3b805252ab15a76313f8844cde ssh-agent [2021-01-13T21:08:43.015Z] SSH_AUTH_SOCK=/tmp/ssh-seKs2NXsRwnq/agent.46 [2021-01-13T21:08:43.015Z] SSH_AGENT_PID=51 [2021-01-13T21:08:43.022Z] Running ssh-add (command line suppressed) [2021-01-13T21:08:43.146Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6463362536455223880.key (/w/workspace/edgex-go/2@tmp/private_key_6463362536455223880.key) [2021-01-13T21:08:43.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T21:08:43.536Z] + git semver init [2021-01-13T21:08:43.536Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T21:08:43.536Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-13T21:08:43.536Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-13T21:08:43.536Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T21:08:43.536Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T21:08:43.536Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T21:08:43.536Z] # $SEMVER_BRANCH = PR-3019 [2021-01-13T21:08:43.536Z] # $SEMVER_TEMP = /tmp/semver-220691917 [2021-01-13T21:08:43.536Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-13T21:09:01.715Z] # '/tmp/semver-220691917' -> '/w/workspace/edgex-go/2/.semver' [2021-01-13T21:09:02.676Z] # -> Force: false [2021-01-13T21:09:02.942Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-13T21:09:02.959Z] $ docker exec --env ******** --env ******** 4bcd92b0b71bec2a34ed7c4c419e6eca199b7b3b805252ab15a76313f8844cde ssh-agent -k [2021-01-13T21:09:03.174Z] unset SSH_AUTH_SOCK; [2021-01-13T21:09:03.174Z] unset SSH_AGENT_PID; [2021-01-13T21:09:03.174Z] echo Agent pid 51 killed; [2021-01-13T21:09:03.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T21:09:03.825Z] + git semver [Pipeline] } [2021-01-13T21:09:03.845Z] $ docker stop --time=1 4bcd92b0b71bec2a34ed7c4c419e6eca199b7b3b805252ab15a76313f8844cde [2021-01-13T21:09:05.403Z] $ docker rm -f 4bcd92b0b71bec2a34ed7c4c419e6eca199b7b3b805252ab15a76313f8844cde [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T21:09:05.923Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T21:09:06.536Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T21:09:06.540Z] [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-13T21:09:07.680Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T21:09:07.985Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T21:09:08.286Z] + sudo service docker restart [2021-01-13T21:09:08.286Z] + true [2021-01-13T21:09:08.286Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-13T21:09:08.879Z] ========================================================= [2021-01-13T21:09:08.879Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T21:09:08.879Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:09:09.225Z] + 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-13T21:09:12.544Z] Sending build context to Docker daemon 326.5MB [2021-01-13T21:09:12.544Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T21:09:12.544Z] Step 2/6 : FROM ${BASE} [2021-01-13T21:09:12.544Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T21:09:12.544Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T21:09:12.544Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T21:09:12.544Z] de9db76c5a1d: Pulling fs layer [2021-01-13T21:09:12.544Z] bca2f99d35d6: Pulling fs layer [2021-01-13T21:09:12.544Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T21:09:12.544Z] 7c6f9722023f: Pulling fs layer [2021-01-13T21:09:12.544Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T21:09:12.544Z] 93359f2a8cfa: Waiting [2021-01-13T21:09:12.544Z] bca2f99d35d6: Waiting [2021-01-13T21:09:12.544Z] 7c6f9722023f: Waiting [2021-01-13T21:09:12.544Z] a35cf1a2eb13: Waiting [2021-01-13T21:09:12.544Z] de9db76c5a1d: Verifying Checksum [2021-01-13T21:09:12.544Z] de9db76c5a1d: Download complete [2021-01-13T21:09:12.814Z] 0ef7d3d256c8: Verifying Checksum [2021-01-13T21:09:12.814Z] 0ef7d3d256c8: Download complete [2021-01-13T21:09:12.814Z] 93359f2a8cfa: Verifying Checksum [2021-01-13T21:09:12.814Z] 93359f2a8cfa: Download complete [2021-01-13T21:09:12.814Z] 188c0c94c7c5: Verifying Checksum [2021-01-13T21:09:12.814Z] 188c0c94c7c5: Download complete [2021-01-13T21:09:12.814Z] 7c6f9722023f: Verifying Checksum [2021-01-13T21:09:12.814Z] 7c6f9722023f: Download complete [2021-01-13T21:09:13.390Z] 188c0c94c7c5: Pull complete [2021-01-13T21:09:13.390Z] 0ef7d3d256c8: Pull complete [2021-01-13T21:09:13.390Z] de9db76c5a1d: Pull complete [2021-01-13T21:09:15.317Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T21:09:15.317Z] a35cf1a2eb13: Download complete [2021-01-13T21:09:16.273Z] bca2f99d35d6: Verifying Checksum [2021-01-13T21:09:16.273Z] bca2f99d35d6: Download complete [2021-01-13T21:09:21.618Z] bca2f99d35d6: Pull complete [2021-01-13T21:09:21.618Z] 93359f2a8cfa: Pull complete [2021-01-13T21:09:21.882Z] 7c6f9722023f: Pull complete [2021-01-13T21:09:22.131Z] Still waiting to schedule task [2021-01-13T21:09:22.131Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-13T21:09:26.128Z] a35cf1a2eb13: Pull complete [2021-01-13T21:09:26.128Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T21:09:26.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T21:09:26.128Z] ---> a62c8e92a672 [2021-01-13T21:09:26.128Z] 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-13T21:09:26.393Z] ---> Running in 422750b378a3 [2021-01-13T21:09:26.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:09:27.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:09:28.129Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T21:09:28.392Z] (2/12) Installing file (5.38-r0) [2021-01-13T21:09:28.392Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T21:09:28.392Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T21:09:36.548Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T21:09:36.548Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T21:09:36.548Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T21:09:36.548Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T21:09:36.548Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T21:09:36.548Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T21:09:36.548Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T21:09:36.548Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T21:09:36.548Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:09:36.548Z] OK: 233 MiB in 51 packages [2021-01-13T21:09:39.881Z] Removing intermediate container 422750b378a3 [2021-01-13T21:09:39.881Z] ---> cd57fb301ee7 [2021-01-13T21:09:39.881Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T21:09:39.882Z] ---> Running in ce19fac3c869 [2021-01-13T21:09:40.144Z] Removing intermediate container ce19fac3c869 [2021-01-13T21:09:40.144Z] ---> 9f4636331f17 [2021-01-13T21:09:40.144Z] Step 5/6 : COPY go.mod . [2021-01-13T21:09:40.412Z] ---> cfe8c9f81280 [2021-01-13T21:09:40.412Z] Step 6/6 : RUN go mod download [2021-01-13T21:09:40.412Z] ---> Running in b2d07a6bdd44 [2021-01-13T21:10:02.447Z] Removing intermediate container b2d07a6bdd44 [2021-01-13T21:10:02.448Z] ---> 7fad9d0ac476 [2021-01-13T21:10:02.448Z] Successfully built 7fad9d0ac476 [2021-01-13T21:10:02.448Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:10:02.785Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T21:10:02.785Z] . [Pipeline] withDockerContainer [2021-01-13T21:10:02.916Z] prd-centos7-docker-4c-2g-20035 does not seem to be running inside a container [2021-01-13T21:10:02.963Z] $ 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-13T21:10:03.875Z] $ docker top 7ba798303ca889b2e0d61cd10c3df469be966ec636fb7a839578a3972e6bc6d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T21:10:04.417Z] + go version [2021-01-13T21:10:04.417Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T21:10:04.433Z] $ docker stop --time=1 7ba798303ca889b2e0d61cd10c3df469be966ec636fb7a839578a3972e6bc6d1 [2021-01-13T21:10:05.853Z] $ docker rm -f 7ba798303ca889b2e0d61cd10c3df469be966ec636fb7a839578a3972e6bc6d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:10:06.747Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T21:10:06.747Z] . [Pipeline] withDockerContainer [2021-01-13T21:10:06.856Z] prd-centos7-docker-4c-2g-20035 does not seem to be running inside a container [2021-01-13T21:10:06.907Z] $ 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-13T21:10:07.725Z] $ docker top 0c313c3df4caf804c2d39b2017dd5af048941bf0fc7bf185debb898b426abd82 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T21:10:07.977Z] ========================================================= [2021-01-13T21:10:07.977Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T21:10:07.977Z] ========================================================= [Pipeline] sh [2021-01-13T21:10:08.274Z] + make test [2021-01-13T21:10:08.274Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T21:10:18.358Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T21:10:30.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T21:10:39.206Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T21:10:39.206Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T21:10:39.206Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T21:10:39.206Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T21:10:39.207Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T21:10:39.207Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T21:10:39.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T21:10:40.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T21:10:40.325Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T21:10:42.928Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T21:10:42.928Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T21:10:42.928Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T21:10:44.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 46.6% of statements [2021-01-13T21:10:44.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T21:10:44.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T21:10:44.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T21:10:44.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T21:10:44.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T21:10:49.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.0% of statements [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T21:10:49.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T21:10:49.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T21:10:49.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 77.1% of statements [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T21:10:49.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 82.4% of statements [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T21:10:49.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T21:10:51.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T21:10:51.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T21:10:51.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T21:10:51.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T21:10:51.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2021-01-13T21:10:51.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T21:10:51.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-01-13T21:10:51.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T21:10:51.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T21:10:51.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T21:10:51.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T21:10:54.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 93.2% of statements [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T21:10:54.360Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T21:10:54.360Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T21:10:54.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T21:10:54.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements [2021-01-13T21:10:54.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T21:10:54.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-13T21:10:54.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-01-13T21:10:54.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2021-01-13T21:10:54.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.120s coverage: 91.4% of statements [2021-01-13T21:10:54.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T21:10:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.204s coverage: 63.5% of statements [2021-01-13T21:10:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T21:10:55.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T21:10:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-01-13T21:10:55.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-01-13T21:10:55.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-13T21:10:55.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-01-13T21:10:56.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-13T21:10:57.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 55.9% of statements [2021-01-13T21:10:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T21:10:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T21:10:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T21:10:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T21:10:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T21:10:57.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 37.0% of statements [2021-01-13T21:10:57.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T21:10:57.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T21:10:57.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.353s coverage: 84.0% of statements [2021-01-13T21:10:57.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-01-13T21:11:00.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.1% of statements [2021-01-13T21:11:00.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T21:11:00.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T21:11:00.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T21:11:00.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T21:11:00.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T21:11:00.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-01-13T21:11:00.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T21:11:00.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-13T21:11:00.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T21:11:01.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.799s coverage: 29.1% of statements [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T21:11:01.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T21:11:01.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T21:11:01.361Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T21:11:01.361Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T21:11:01.361Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T21:11:01.361Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T21:11:01.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-01-13T21:11:01.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-13T21:11:02.168Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-13T21:11:02.751Z] GO111MODULE=on go vet ./... [2021-01-13T21:11:07.355Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20036 in /w/workspace/edgexfoundry_edgex-go_PR-3019 [Pipeline] { [Pipeline] ws [2021-01-13T21:11:07.432Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-13T21:11:12.544Z] using credential edgex-jenkins-ssh [2021-01-13T21:11:12.609Z] Cloning the remote Git repository [2021-01-13T21:11:12.665Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T21:11:12.785Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-13T21:11:12.872Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T21:11:12.873Z] > git --version # timeout=10 [2021-01-13T21:11:12.894Z] > git --version # 'git version 2.17.1' [2021-01-13T21:11:12.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T21:11:12.991Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T21:11:29.035Z] Merging remotes/origin/master commit 3fcc602c4282fe50c74be67af1ba7a350be2dfea into PR head commit 01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:11:29.469Z] gofmt -l . [2021-01-13T21:11:29.469Z] [ "`gofmt -l .`" = "" ] [2021-01-13T21:11:29.469Z] ./bin/test-go-mod-tidy.sh [2021-01-13T21:11:29.469Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T21:11:29.492Z] Merge succeeded, producing 01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:11:29.493Z] Checking out Revision 01e1bb6b44181285d4d98e07558aa1bb1f47b192 (PR-3019) [2021-01-13T21:11:28.186Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T21:11:28.204Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T21:11:28.236Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T21:11:28.278Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T21:11:28.279Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T21:11:28.294Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3019/head:refs/remotes/origin/PR-3019 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T21:11:29.071Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T21:11:29.099Z] > git checkout -f 01e1bb6b44181285d4d98e07558aa1bb1f47b192 # timeout=10 [2021-01-13T21:11:29.401Z] > git remote # timeout=10 [2021-01-13T21:11:29.423Z] > git config --get remote.origin.url # timeout=10 [2021-01-13T21:11:29.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T21:11:29.455Z] > git merge 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 [2021-01-13T21:11:29.489Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-13T21:11:29.517Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T21:11:29.529Z] > git checkout -f 01e1bb6b44181285d4d98e07558aa1bb1f47b192 # timeout=10 [2021-01-13T21:11:29.795Z] + ls -al . [2021-01-13T21:11:29.795Z] total 660 [2021-01-13T21:11:29.795Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 21:11 . [2021-01-13T21:11:29.795Z] drwxr-xr-x 4 root root 28 Jan 13 21:10 .. [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 21:08 .dockerignore [2021-01-13T21:11:29.795Z] drwxrwxr-x 8 1001 1001 179 Jan 13 21:08 .git [2021-01-13T21:11:29.795Z] drwxrwxr-x 3 1001 1001 125 Jan 13 21:08 .github [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 21:08 .gitignore [2021-01-13T21:11:29.795Z] drwx------ 3 1001 1001 47 Jan 13 21:09 .semver [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 21:08 .sonarcloud.properties [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 21:08 Attribution.txt [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 21:08 CONTRIBUTING.md [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 21:08 Dockerfile.build [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 21:08 Jenkinsfile [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 21:08 LICENSE [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 21:08 Makefile [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 21:08 README.md [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 21:08 SECURITY.md [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 5 Jan 13 21:09 VERSION [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 21:08 ZMQWindows.md [2021-01-13T21:11:29.795Z] drwxrwxr-x 2 1001 1001 117 Jan 13 21:08 bin [2021-01-13T21:11:29.795Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 21:08 cmd [2021-01-13T21:11:29.795Z] -rw-r--r-- 1 root root 554655 Jan 13 21:11 coverage.out [2021-01-13T21:11:29.795Z] -rw-r--r-- 1 root root 979 Jan 13 21:11 go.mod [2021-01-13T21:11:29.795Z] -rw-r--r-- 1 root root 19036 Jan 13 21:11 go.sum [2021-01-13T21:11:29.795Z] drwxrwxr-x 8 1001 1001 127 Jan 13 21:08 internal [2021-01-13T21:11:29.795Z] drwxrwxr-x 4 1001 1001 26 Jan 13 21:08 openapi [2021-01-13T21:11:29.795Z] drwxrwxr-x 4 1001 1001 71 Jan 13 21:08 snap [2021-01-13T21:11:29.795Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 21:08 version.go [Pipeline] sh [2021-01-13T21:11:30.108Z] + '[' -e coverage.out ] [2021-01-13T21:11:30.108Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T21:11:30.348Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T21:11:30.647Z] + make build [2021-01-13T21:11:30.647Z] 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-13T21:11:34.239Z] Commit message: "Merge branch 'master' into issue-3013" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-13T21:11:34.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] sh [2021-01-13T21:11:35.768Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-13T21:11:36.181Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T21:11:36.528Z] + + sudotrue service [2021-01-13T21:11:36.528Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T21:11:38.581Z] provisioning config files... [2021-01-13T21:11:38.629Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8687546013232454507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:11:39.120Z] ---> docker-login.sh [2021-01-13T21:11:39.120Z] nexus3.edgexfoundry.org:10001 [2021-01-13T21:11:40.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:11:40.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:11:40.377Z] Configure a credential helper to remove this warning. See [2021-01-13T21:11:40.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:11:40.377Z] [2021-01-13T21:11:40.377Z] Login Succeeded [2021-01-13T21:11:40.377Z] nexus3.edgexfoundry.org:10002 [2021-01-13T21:11:40.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:11:40.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:11:40.973Z] Configure a credential helper to remove this warning. See [2021-01-13T21:11:40.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:11:40.973Z] [2021-01-13T21:11:40.973Z] Login Succeeded [2021-01-13T21:11:40.973Z] nexus3.edgexfoundry.org:10003 [2021-01-13T21:11:41.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:11:41.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:11:41.525Z] Configure a credential helper to remove this warning. See [2021-01-13T21:11:41.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:11:41.525Z] [2021-01-13T21:11:41.525Z] Login Succeeded [2021-01-13T21:11:41.525Z] nexus3.edgexfoundry.org:10004 [2021-01-13T21:11:41.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:11:42.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:11:42.075Z] Configure a credential helper to remove this warning. See [2021-01-13T21:11:42.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:11:42.075Z] [2021-01-13T21:11:42.075Z] Login Succeeded [2021-01-13T21:11:42.075Z] docker.io [2021-01-13T21:11:42.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T21:11:42.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T21:11:42.944Z] Configure a credential helper to remove this warning. See [2021-01-13T21:11:42.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T21:11:42.944Z] [2021-01-13T21:11:42.944Z] Login Succeeded [2021-01-13T21:11:42.944Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T21:11:42.962Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-13T21:11:43.173Z] 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 [Pipeline] echo [2021-01-13T21:11:43.453Z] ========================================================= [2021-01-13T21:11:43.453Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T21:11:43.453Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:11:43.753Z] 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-13T21:11:43.828Z] + 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-13T21:11:45.143Z] 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-13T21:11:45.413Z] 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-13T21:11:46.456Z] Sending build context to Docker daemon 165.5MB [2021-01-13T21:11:46.456Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T21:11:46.456Z] Step 2/6 : FROM ${BASE} [2021-01-13T21:11:46.456Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T21:11:46.456Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T21:11:46.456Z] a4357932f1b6: Pulling fs layer [2021-01-13T21:11:46.456Z] 18c013af1878: Pulling fs layer [2021-01-13T21:11:46.456Z] 00ac8860ef70: Pulling fs layer [2021-01-13T21:11:46.456Z] 63d7cb157983: Pulling fs layer [2021-01-13T21:11:46.456Z] b116817d02f9: Pulling fs layer [2021-01-13T21:11:46.456Z] 745a02a5169b: Pulling fs layer [2021-01-13T21:11:46.456Z] 00ac8860ef70: Waiting [2021-01-13T21:11:46.456Z] 63d7cb157983: Waiting [2021-01-13T21:11:46.456Z] b116817d02f9: Waiting [2021-01-13T21:11:46.456Z] 745a02a5169b: Waiting [2021-01-13T21:11:46.456Z] 18c013af1878: Verifying Checksum [2021-01-13T21:11:46.456Z] 18c013af1878: Download complete [2021-01-13T21:11:46.456Z] a4357932f1b6: Verifying Checksum [2021-01-13T21:11:46.456Z] a4357932f1b6: Download complete [2021-01-13T21:11:46.456Z] 63d7cb157983: Verifying Checksum [2021-01-13T21:11:46.456Z] 63d7cb157983: Download complete [2021-01-13T21:11:46.456Z] b116817d02f9: Verifying Checksum [2021-01-13T21:11:46.456Z] b116817d02f9: Download complete [2021-01-13T21:11:46.820Z] 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-13T21:11:47.056Z] 5f621e34cdf4: Verifying Checksum [2021-01-13T21:11:47.056Z] 5f621e34cdf4: Download complete [2021-01-13T21:11:48.043Z] 5f621e34cdf4: Pull complete [2021-01-13T21:11:48.228Z] 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-13T21:11:48.322Z] a4357932f1b6: Pull complete [2021-01-13T21:11:48.921Z] 18c013af1878: Pull complete [2021-01-13T21:11:49.630Z] 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-13T21:11:49.900Z] 745a02a5169b: Verifying Checksum [2021-01-13T21:11:49.900Z] 745a02a5169b: Download complete [2021-01-13T21:11:50.498Z] 00ac8860ef70: Verifying Checksum [2021-01-13T21:11:50.498Z] 00ac8860ef70: Download complete [2021-01-13T21:11:51.027Z] 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-13T21:11:51.976Z] 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-13T21:11:52.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-13T21:11:53.891Z] $ docker stop --time=1 0c313c3df4caf804c2d39b2017dd5af048941bf0fc7bf185debb898b426abd82 [2021-01-13T21:11:55.643Z] $ docker rm -f 0c313c3df4caf804c2d39b2017dd5af048941bf0fc7bf185debb898b426abd82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:11:59.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T21:11:59.145Z] [2021-01-13T21:11:59.145Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:11:59.495Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T21:11:59.495Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-13T21:11:59.495Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-13T21:11:59.495Z] ca9280d653b3: Pulling fs layer [2021-01-13T21:11:59.495Z] 7e9c9ca2126c: Pulling fs layer [2021-01-13T21:11:59.759Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-13T21:11:59.759Z] cbdbe7a5bc2a: Download complete [2021-01-13T21:12:00.334Z] ca9280d653b3: Verifying Checksum [2021-01-13T21:12:00.334Z] ca9280d653b3: Download complete [2021-01-13T21:12:00.334Z] cbdbe7a5bc2a: Pull complete [2021-01-13T21:12:00.671Z] 00ac8860ef70: Pull complete [2021-01-13T21:12:00.946Z] 63d7cb157983: Pull complete [2021-01-13T21:12:01.285Z] 7e9c9ca2126c: Download complete [2021-01-13T21:12:01.285Z] ca9280d653b3: Pull complete [2021-01-13T21:12:01.538Z] b116817d02f9: Pull complete [2021-01-13T21:12:04.944Z] 745a02a5169b: Pull complete [2021-01-13T21:12:04.944Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T21:12:04.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T21:12:04.944Z] ---> b7e6874047d6 [2021-01-13T21:12:04.944Z] 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-13T21:12:08.326Z] ---> Running in ea447836eedd [2021-01-13T21:12:09.479Z] 7e9c9ca2126c: Pull complete [2021-01-13T21:12:09.479Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-13T21:12:09.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T21:12:09.480Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-13T21:12:09.733Z] prd-centos7-docker-4c-2g-20035 does not seem to be running inside a container [2021-01-13T21:12:09.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:12:09.868Z] $ 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-13T21:12:10.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:12:10.971Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T21:12:11.243Z] (2/12) Installing file (5.38-r0) [2021-01-13T21:12:11.243Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T21:12:11.243Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T21:12:12.638Z] $ docker top 9f08f71e6dbbb53bbb834469e7739b830df41b3551d2cf6216d6461b3430a756 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T21:12:13.211Z] + docker-compose build --help [2021-01-13T21:12:13.211Z] + grep parallel [2021-01-13T21:12:14.215Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T21:12:14.234Z] $ docker stop --time=1 9f08f71e6dbbb53bbb834469e7739b830df41b3551d2cf6216d6461b3430a756 [2021-01-13T21:12:15.605Z] $ docker rm -f 9f08f71e6dbbb53bbb834469e7739b830df41b3551d2cf6216d6461b3430a756 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:12:16.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T21:12:16.252Z] . [Pipeline] withDockerContainer [2021-01-13T21:12:16.356Z] prd-centos7-docker-4c-2g-20035 does not seem to be running inside a container [2021-01-13T21:12:16.407Z] $ 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-13T21:12:17.102Z] $ docker top 33c220e874392f24cdc83acff56bafc0d00fe2ee9d34db6829fdd85aac76280a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T21:12:17.640Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T21:12:17.943Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T21:12:17.943Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T21:12:17.943Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T21:12:18.214Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T21:12:18.214Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T21:12:18.486Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T21:12:18.486Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T21:12:18.588Z] Building docker-core-command-go ... [2021-01-13T21:12:18.588Z] Building docker-core-data-go ... [2021-01-13T21:12:18.588Z] Building docker-core-metadata-go ... [2021-01-13T21:12:18.588Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T21:12:18.588Z] Building docker-security-proxy-setup-go ... [2021-01-13T21:12:18.588Z] Building docker-security-secretstore-setup-go ... [2021-01-13T21:12:18.588Z] Building docker-support-notifications-go ... [2021-01-13T21:12:18.588Z] Building docker-support-scheduler-go ... [2021-01-13T21:12:18.588Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T21:12:18.588Z] Building docker-core-command-go [2021-01-13T21:12:18.588Z] Building docker-support-scheduler-go [2021-01-13T21:12:18.588Z] Building docker-security-proxy-setup-go [2021-01-13T21:12:18.588Z] Building docker-sys-mgmt-agent-go [2021-01-13T21:12:18.588Z] Building docker-security-secretstore-setup-go [2021-01-13T21:12:18.758Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T21:12:18.758Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:12:19.033Z] OK: 217 MiB in 51 packages [2021-01-13T21:12:23.331Z] Removing intermediate container ea447836eedd [2021-01-13T21:12:23.331Z] ---> 9a57ef2a5da7 [2021-01-13T21:12:23.331Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T21:12:23.331Z] ---> Running in e7916f3eac53 [2021-01-13T21:12:23.331Z] Removing intermediate container e7916f3eac53 [2021-01-13T21:12:23.331Z] ---> b2e65fcfc010 [2021-01-13T21:12:23.331Z] Step 5/6 : COPY go.mod . [2021-01-13T21:12:24.309Z] ---> 482acd9505e2 [2021-01-13T21:12:24.309Z] Step 6/6 : RUN go mod download [2021-01-13T21:12:24.309Z] ---> Running in 945c2a195be0 [2021-01-13T21:12:50.922Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:12:50.922Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:12:50.922Z] ---> 7fad9d0ac476 [2021-01-13T21:12:50.922Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T21:12:50.922Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:12:50.922Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:12:50.922Z] ---> 7fad9d0ac476 [2021-01-13T21:12:50.922Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T21:12:50.922Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:12:50.922Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:12:50.922Z] ---> 7fad9d0ac476 [2021-01-13T21:12:50.922Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T21:12:50.922Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:12:50.922Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:12:50.922Z] ---> 7fad9d0ac476 [2021-01-13T21:12:50.922Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T21:12:50.922Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:12:50.922Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:12:50.922Z] ---> 7fad9d0ac476 [2021-01-13T21:12:50.922Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T21:12:51.114Z] Removing intermediate container 945c2a195be0 [2021-01-13T21:12:51.114Z] ---> c26f25b642cc [2021-01-13T21:12:51.114Z] Successfully built c26f25b642cc [2021-01-13T21:12:51.114Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:12:51.466Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T21:12:51.466Z] . [Pipeline] withDockerContainer [2021-01-13T21:12:51.501Z] ---> Running in 3bf715d66a26 [2021-01-13T21:12:51.501Z] ---> Running in f8847c7dbfe9 [2021-01-13T21:12:51.501Z] ---> Running in 0c5bae57a98a [2021-01-13T21:12:51.501Z] ---> Running in 815109a4d5e6 [2021-01-13T21:12:51.501Z] ---> Running in 1be761b49167 [2021-01-13T21:12:51.711Z] prd-ubuntu18.04-docker-arm64-4c-16g-20036 does not seem to be running inside a container [2021-01-13T21:12:51.830Z] $ 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-13T21:12:52.089Z] Removing intermediate container f8847c7dbfe9 [2021-01-13T21:12:52.089Z] ---> e5f5bf83c9a3 [2021-01-13T21:12:52.089Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:12:52.089Z] Removing intermediate container 815109a4d5e6 [2021-01-13T21:12:52.089Z] ---> 43f776c010f1 [2021-01-13T21:12:52.089Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:12:52.089Z] Removing intermediate container 1be761b49167 [2021-01-13T21:12:52.089Z] ---> 69432781c2bf [2021-01-13T21:12:52.089Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:12:52.089Z] Removing intermediate container 0c5bae57a98a [2021-01-13T21:12:52.089Z] ---> c4d97b121eb7 [2021-01-13T21:12:52.089Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:12:52.089Z] Removing intermediate container 3bf715d66a26 [2021-01-13T21:12:52.089Z] ---> 50c6efb8aaf1 [2021-01-13T21:12:52.089Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:12:52.362Z] ---> Running in bdde3a88b045 [2021-01-13T21:12:52.362Z] ---> Running in fabdf230c98f [2021-01-13T21:12:52.362Z] ---> Running in 8738e7ca29d2 [2021-01-13T21:12:52.362Z] ---> Running in d411856dcd34 [2021-01-13T21:12:52.362Z] ---> Running in 7d7648a71a89 [2021-01-13T21:12:53.338Z] $ docker top 4f26e69516fd5f357f00ab5d61a67a5bb71e724aec541bbe2598ad860e3900a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T21:12:54.309Z] + go version [2021-01-13T21:12:54.309Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T21:12:54.369Z] $ docker stop --time=1 4f26e69516fd5f357f00ab5d61a67a5bb71e724aec541bbe2598ad860e3900a2 [2021-01-13T21:12:54.988Z] Removing intermediate container 7d7648a71a89 [2021-01-13T21:12:54.988Z] ---> a9a0a6809864 [2021-01-13T21:12:54.988Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T21:12:54.988Z] Removing intermediate container bdde3a88b045 [2021-01-13T21:12:54.988Z] ---> d53bea559da8 [2021-01-13T21:12:54.988Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T21:12:54.988Z] Removing intermediate container 8738e7ca29d2 [2021-01-13T21:12:54.988Z] ---> c149c26a72a6 [2021-01-13T21:12:54.988Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T21:12:54.988Z] ---> Running in 581ab5c23ece [2021-01-13T21:12:54.988Z] ---> Running in 18afb99d4552 [2021-01-13T21:12:54.988Z] ---> Running in c937d7b11ae8 [2021-01-13T21:12:54.988Z] Removing intermediate container d411856dcd34 [2021-01-13T21:12:54.988Z] ---> 3bf8cdc3de32 [2021-01-13T21:12:54.988Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T21:12:55.251Z] Removing intermediate container fabdf230c98f [2021-01-13T21:12:55.251Z] ---> 3bbee24f0528 [2021-01-13T21:12:55.251Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T21:12:55.514Z] ---> Running in 35ff9bb0c2f5 [2021-01-13T21:12:55.514Z] ---> Running in 27c0bb3a3da0 [2021-01-13T21:12:56.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:12:56.323Z] $ docker rm -f 4f26e69516fd5f357f00ab5d61a67a5bb71e724aec541bbe2598ad860e3900a2 [2021-01-13T21:12:56.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:12:56.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:12:56.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:12:56.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:12:57.311Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T21:12:57.311Z] . [2021-01-13T21:12:57.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:12:57.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:12:57.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withDockerContainer [2021-01-13T21:12:57.574Z] prd-ubuntu18.04-docker-arm64-4c-16g-20036 does not seem to be running inside a container [2021-01-13T21:12:57.689Z] $ 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-13T21:12:57.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:12:58.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:12:58.443Z] OK: 233 MiB in 51 packages [2021-01-13T21:12:59.022Z] Removing intermediate container 35ff9bb0c2f5 [2021-01-13T21:12:59.022Z] ---> dce8e4a5c9bf [2021-01-13T21:12:59.022Z] Step 6/21 : COPY go.mod . [2021-01-13T21:12:59.022Z] OK: 233 MiB in 51 packages [2021-01-13T21:12:59.022Z] ---> c0dcdd88f4a0 [2021-01-13T21:12:59.022Z] Step 7/21 : RUN go mod download [2021-01-13T21:12:59.145Z] $ docker top 446a39dd3fdaacf2840218433569859ee5f6b92a60c4d897df977d70f4e3941b -eo pid,comm [2021-01-13T21:12:59.292Z] ---> Running in 0ee1943e8244 [2021-01-13T21:12:59.292Z] OK: 233 MiB in 51 packages [2021-01-13T21:12:59.292Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] echo [2021-01-13T21:12:59.493Z] ========================================================= [2021-01-13T21:12:59.493Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T21:12:59.493Z] ========================================================= [Pipeline] sh [2021-01-13T21:12:59.559Z] Removing intermediate container c937d7b11ae8 [2021-01-13T21:12:59.559Z] ---> 385544a3b457 [2021-01-13T21:12:59.559Z] Step 6/24 : COPY go.mod . [2021-01-13T21:12:59.825Z] ---> 87fa1209a959 [2021-01-13T21:12:59.825Z] Step 7/24 : RUN go mod download [2021-01-13T21:13:00.091Z] ---> Running in 8b7b93425489 [2021-01-13T21:13:00.140Z] + make test [2021-01-13T21:13:00.140Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T21:13:00.382Z] Removing intermediate container 581ab5c23ece [2021-01-13T21:13:00.382Z] ---> 845a029ec225 [2021-01-13T21:13:00.382Z] Step 6/21 : COPY go.mod . [2021-01-13T21:13:00.382Z] Removing intermediate container 27c0bb3a3da0 [2021-01-13T21:13:00.382Z] ---> 3726c0eb243d [2021-01-13T21:13:00.382Z] Step 6/22 : COPY go.mod . [2021-01-13T21:13:00.382Z] OK: 233 MiB in 51 packages [2021-01-13T21:13:00.968Z] ---> 9a7d376e8dc3 [2021-01-13T21:13:00.968Z] Step 7/21 : RUN go mod download [2021-01-13T21:13:00.968Z] ---> 50d760375f7e [2021-01-13T21:13:00.968Z] Step 7/22 : RUN go mod download [2021-01-13T21:13:00.968Z] ---> Running in 7d7992e72d90 [2021-01-13T21:13:00.968Z] ---> Running in b8355ae92c6e [2021-01-13T21:13:01.241Z] Removing intermediate container 18afb99d4552 [2021-01-13T21:13:01.241Z] ---> 4aa2735c6ae6 [2021-01-13T21:13:01.241Z] Step 6/26 : COPY go.mod . [2021-01-13T21:13:01.829Z] Removing intermediate container 0ee1943e8244 [2021-01-13T21:13:01.829Z] ---> c2c1f1134d52 [2021-01-13T21:13:01.829Z] Step 8/21 : COPY . . [2021-01-13T21:13:01.829Z] ---> 47b51bba46a6 [2021-01-13T21:13:01.829Z] Step 7/26 : RUN go mod download [2021-01-13T21:13:02.099Z] ---> Running in 9944a708a60b [2021-01-13T21:13:02.099Z] Removing intermediate container 8b7b93425489 [2021-01-13T21:13:02.099Z] ---> 3488610022ba [2021-01-13T21:13:02.099Z] Step 8/24 : COPY . . [2021-01-13T21:13:08.792Z] Removing intermediate container 7d7992e72d90 [2021-01-13T21:13:08.792Z] ---> 3a3124e34f66 [2021-01-13T21:13:08.792Z] Step 8/21 : COPY . . [2021-01-13T21:13:08.792Z] Removing intermediate container b8355ae92c6e [2021-01-13T21:13:08.792Z] ---> c64e50667af0 [2021-01-13T21:13:08.792Z] Step 8/22 : COPY . . [2021-01-13T21:13:09.060Z] Removing intermediate container 9944a708a60b [2021-01-13T21:13:09.060Z] ---> 0787eb4adf67 [2021-01-13T21:13:09.060Z] Step 8/26 : COPY . . [2021-01-13T21:13:22.321Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T21:13:41.434Z] ---> 75b956e61cd3 [2021-01-13T21:13:41.434Z] ---> 2edd20fc29e8 [2021-01-13T21:13:41.434Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T21:13:41.434Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T21:13:42.838Z] ---> Running in 768ef5057a0f [2021-01-13T21:13:42.838Z] ---> Running in 7954901aa06f [2021-01-13T21:13:43.801Z] ---> f6b0ccc9b532 [2021-01-13T21:13:43.801Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T21:13:43.801Z] ---> 482873146dfe [2021-01-13T21:13:43.801Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T21:13:43.801Z] ---> aa6ca336e5cc [2021-01-13T21:13:43.801Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T21:13:44.075Z] ---> Running in 90697df08643 [2021-01-13T21:13:44.075Z] ---> Running in 7723e6c8e7a0 [2021-01-13T21:13:44.075Z] ---> Running in 301a1dc591a6 [2021-01-13T21:13:45.050Z] 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-13T21:13:45.050Z] 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-13T21:13:45.051Z] 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-13T21:13:45.320Z] 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-13T21:13:45.320Z] 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-13T21:14:01.408Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T21:14:12.060Z] 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-13T21:14:12.060Z] 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-13T21:14:22.215Z] Removing intermediate container 768ef5057a0f [2021-01-13T21:14:22.215Z] ---> 47f22400fbb3 [2021-01-13T21:14:22.215Z] [2021-01-13T21:14:22.215Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T21:14:22.215Z] Removing intermediate container 90697df08643 [2021-01-13T21:14:22.215Z] ---> 8df26bd926dd [2021-01-13T21:14:22.215Z] [2021-01-13T21:14:22.215Z] Step 10/22 : FROM scratch [2021-01-13T21:14:22.215Z] ---> [2021-01-13T21:14:22.215Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T21:14:22.215Z] Removing intermediate container 301a1dc591a6 [2021-01-13T21:14:22.215Z] ---> 1ee13600e73a [2021-01-13T21:14:22.215Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T21:14:22.215Z] Removing intermediate container 7954901aa06f [2021-01-13T21:14:22.215Z] ---> 008a74285a37 [2021-01-13T21:14:22.215Z] [2021-01-13T21:14:22.215Z] Step 10/21 : FROM scratch [2021-01-13T21:14:22.215Z] ---> [2021-01-13T21:14:22.215Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T21:14:22.215Z] Removing intermediate container 7723e6c8e7a0 [2021-01-13T21:14:22.215Z] ---> 444787bc60fa [2021-01-13T21:14:22.215Z] [2021-01-13T21:14:22.215Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T21:14:22.215Z] 3.12: Pulling from library/alpine [2021-01-13T21:14:22.215Z] 3.12: Pulling from library/alpine [2021-01-13T21:14:22.215Z] ---> Running in 222015a92316 [2021-01-13T21:14:22.215Z] ---> Running in 14c4ad43f167 [2021-01-13T21:14:22.215Z] ---> Running in bba4fb77ada4 [2021-01-13T21:14:22.215Z] Removing intermediate container 14c4ad43f167 [2021-01-13T21:14:22.215Z] ---> 0a7199e85784 [2021-01-13T21:14:22.215Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T21:14:22.215Z] Removing intermediate container bba4fb77ada4 [2021-01-13T21:14:22.215Z] ---> 398b48b4f62f [2021-01-13T21:14:22.215Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T21:14:22.215Z] ---> Running in f31429fca053 [2021-01-13T21:14:22.215Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T21:14:22.215Z] 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-13T21:14:22.215Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T21:14:22.215Z] ---> Running in 2cb6864d4d9a [2021-01-13T21:14:22.215Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T21:14:22.215Z] ---> 389fef711851 [2021-01-13T21:14:22.215Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T21:14:22.215Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T21:14:22.215Z] ---> 389fef711851 [2021-01-13T21:14:22.215Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T21:14:22.480Z] ---> Running in d83aae70d705 [2021-01-13T21:14:22.480Z] ---> Running in da87132d10da [2021-01-13T21:14:22.480Z] Removing intermediate container f31429fca053 [2021-01-13T21:14:22.480Z] ---> 01a82d45cf33 [2021-01-13T21:14:22.480Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T21:14:22.744Z] Removing intermediate container 2cb6864d4d9a [2021-01-13T21:14:22.744Z] ---> 339bbf01fdd1 [2021-01-13T21:14:22.744Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T21:14:22.744Z] ---> Running in b745f673d0e0 [2021-01-13T21:14:23.016Z] ---> Running in 9a8d5bf815f3 [2021-01-13T21:14:23.289Z] Removing intermediate container b745f673d0e0 [2021-01-13T21:14:23.289Z] ---> bbc5e62991fd [2021-01-13T21:14:23.289Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:14:23.289Z] Removing intermediate container 9a8d5bf815f3 [2021-01-13T21:14:23.289Z] ---> 678131a9aad9 [2021-01-13T21:14:23.289Z] Step 14/22 : WORKDIR / [2021-01-13T21:14:23.289Z] ---> Running in d93d9ee25388 [2021-01-13T21:14:23.560Z] ---> eb81803a96ee [2021-01-13T21:14:23.561Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T21:14:23.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:14:23.561Z] Removing intermediate container d93d9ee25388 [2021-01-13T21:14:23.561Z] ---> cfcaea944982 [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T21:14:23.629Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T21:14:23.851Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:14:23.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:14:23.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:14:23.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:14:24.118Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T21:14:24.118Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T21:14:24.118Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T21:14:24.118Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T21:14:24.118Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T21:14:24.118Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T21:14:24.118Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T21:14:24.118Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T21:14:24.118Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:14:24.118Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T21:14:24.118Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:14:24.384Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T21:14:24.384Z] OK: 7 MiB in 19 packages [2021-01-13T21:14:24.384Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T21:14:24.384Z] OK: 7 MiB in 18 packages [2021-01-13T21:14:24.648Z] Removing intermediate container 222015a92316 [2021-01-13T21:14:24.648Z] ---> 166c31f8efd0 [2021-01-13T21:14:24.648Z] [2021-01-13T21:14:24.648Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T21:14:24.648Z] 20.10.0: Pulling from library/docker [2021-01-13T21:14:24.929Z] ---> cbc8d60297a4 [2021-01-13T21:14:24.929Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T21:14:24.929Z] ---> f3911fca9f93 [2021-01-13T21:14:24.929Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T21:14:26.891Z] ---> ad9a728c6131 [2021-01-13T21:14:26.891Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T21:14:26.891Z] Removing intermediate container d83aae70d705 [2021-01-13T21:14:26.891Z] ---> b88bf00ada36 [2021-01-13T21:14:26.891Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T21:14:26.891Z] ---> Running in 7b9374298325 [2021-01-13T21:14:26.891Z] ---> Running in 635ef9ac5028 [2021-01-13T21:14:26.891Z] ---> 3af2680ffe09 [2021-01-13T21:14:26.891Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T21:14:26.891Z] Removing intermediate container da87132d10da [2021-01-13T21:14:26.891Z] ---> 9e599c936ca9 [2021-01-13T21:14:26.891Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T21:14:27.037Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T21:14:27.037Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T21:14:27.037Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T21:14:27.159Z] ---> Running in 922a44340f4b [2021-01-13T21:14:27.423Z] Removing intermediate container 7b9374298325 [2021-01-13T21:14:27.423Z] ---> ac6dcb249d07 [2021-01-13T21:14:27.423Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:14:27.423Z] Removing intermediate container 635ef9ac5028 [2021-01-13T21:14:27.423Z] ---> f369993535d1 [2021-01-13T21:14:27.423Z] Step 13/24 : WORKDIR / [2021-01-13T21:14:27.691Z] ---> 65c139aea291 [2021-01-13T21:14:27.691Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T21:14:27.691Z] ---> Running in f59d0ed50bc2 [2021-01-13T21:14:27.691Z] ---> Running in 951a7ea47353 [2021-01-13T21:14:27.691Z] Removing intermediate container 922a44340f4b [2021-01-13T21:14:27.691Z] ---> 0593704d1716 [2021-01-13T21:14:27.691Z] Step 13/21 : WORKDIR /edgex [2021-01-13T21:14:27.962Z] ---> Running in 681b3cf736a8 [2021-01-13T21:14:27.962Z] ---> Running in c5ea907c473d [2021-01-13T21:14:28.231Z] Removing intermediate container f59d0ed50bc2 [2021-01-13T21:14:28.231Z] ---> d7b7a90fd595 [2021-01-13T21:14:28.231Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T21:14:28.231Z] Removing intermediate container 951a7ea47353 [2021-01-13T21:14:28.231Z] ---> b4fd43704dff [2021-01-13T21:14:28.231Z] 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-13T21:14:28.505Z] Removing intermediate container 681b3cf736a8 [2021-01-13T21:14:28.505Z] ---> e28773a3d70b [2021-01-13T21:14:28.505Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:14:28.505Z] ---> Running in dd2521207418 [2021-01-13T21:14:28.505Z] Removing intermediate container c5ea907c473d [2021-01-13T21:14:28.505Z] ---> 44b1fe0fd017 [2021-01-13T21:14:28.505Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T21:14:28.782Z] ---> Running in 89af66c4ce3e [2021-01-13T21:14:28.782Z] ---> e3c9ea778781 [2021-01-13T21:14:28.782Z] 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-13T21:14:28.782Z] Removing intermediate container dd2521207418 [2021-01-13T21:14:28.782Z] ---> 9b3c039580b6 [2021-01-13T21:14:28.782Z] Step 20/21 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:14:29.052Z] ---> Running in 8a6dfb023d71 [2021-01-13T21:14:29.052Z] Removing intermediate container 89af66c4ce3e [2021-01-13T21:14:29.052Z] ---> 6635d555cde9 [2021-01-13T21:14:29.052Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T21:14:29.052Z] ---> 007795695e09 [2021-01-13T21:14:29.052Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T21:14:29.326Z] ---> aa96bc785048 [2021-01-13T21:14:29.326Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T21:14:29.326Z] ---> Running in 98af7eef3ae5 [2021-01-13T21:14:29.326Z] Removing intermediate container 8a6dfb023d71 [2021-01-13T21:14:29.326Z] ---> 8e66701c2c10 [2021-01-13T21:14:29.326Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T21:14:29.596Z] ---> Running in 73b3fa85dc30 [2021-01-13T21:14:29.596Z] Removing intermediate container 98af7eef3ae5 [2021-01-13T21:14:29.596Z] ---> 9238cb848e21 [2021-01-13T21:14:29.596Z] Step 21/22 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:14:29.863Z] ---> Running in a746edacf146 [2021-01-13T21:14:29.863Z] ---> eb773f50f727 [2021-01-13T21:14:29.863Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T21:14:29.863Z] Removing intermediate container 73b3fa85dc30 [2021-01-13T21:14:29.863Z] ---> 4871ea11631d [2021-01-13T21:14:29.863Z] [2021-01-13T21:14:29.863Z] ---> b658748e13f4 [2021-01-13T21:14:29.863Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T21:14:30.129Z] Removing intermediate container a746edacf146 [2021-01-13T21:14:30.129Z] ---> f76bb996b8cf [2021-01-13T21:14:30.129Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T21:14:30.394Z] Successfully built 4871ea11631d [2021-01-13T21:14:30.394Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-13T21:14:30.661Z]  Building docker-support-scheduler-go ... done  ---> Running in df186e798844 [2021-01-13T21:14:30.661Z] Building docker-support-notifications-go [2021-01-13T21:14:30.931Z] ---> 0b7afd8e852f [2021-01-13T21:14:30.931Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T21:14:30.931Z] ---> ae41f689409d [2021-01-13T21:14:30.931Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T21:14:30.931Z] Removing intermediate container df186e798844 [2021-01-13T21:14:30.931Z] ---> c4e8c3cc9edb [2021-01-13T21:14:30.931Z] [2021-01-13T21:14:31.203Z] ---> Running in 66f899a9c82a [2021-01-13T21:14:33.426Z] Successfully built c4e8c3cc9edb [2021-01-13T21:14:34.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.398s coverage: 46.6% of statements [2021-01-13T21:14:34.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T21:14:34.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T21:14:34.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T21:14:34.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T21:14:34.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T21:14:34.387Z] Successfully tagged docker-core-command-go:latest [2021-01-13T21:14:34.387Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-13T21:14:35.345Z] Removing intermediate container 66f899a9c82a [2021-01-13T21:14:35.345Z] ---> 4afeef76aaa4 [2021-01-13T21:14:35.345Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T21:14:37.291Z] ---> 3d4e588ab950 [2021-01-13T21:14:37.291Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T21:14:37.882Z] ---> Running in 3ff593d4787e [2021-01-13T21:14:39.821Z] ---> 6fbb8803e2c2 [2021-01-13T21:14:39.821Z] 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-13T21:14:40.412Z] Removing intermediate container 3ff593d4787e [2021-01-13T21:14:40.412Z] ---> 9d7c6e58c004 [2021-01-13T21:14:40.412Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T21:14:40.412Z] ---> Running in 8d28c6b16f7a [2021-01-13T21:14:40.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.0% of statements [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T21:14:40.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T21:14:40.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T21:14:40.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.607s coverage: 77.8% of statements [2021-01-13T21:14:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T21:14:40.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T21:14:40.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.391s coverage: 82.4% of statements [2021-01-13T21:14:40.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T21:14:40.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T21:14:40.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T21:14:40.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T21:14:40.995Z] ---> Running in 7fd7afe356e7 [2021-01-13T21:14:40.995Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T21:14:40.995Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T21:14:40.995Z] ---> aefe523efa57 [2021-01-13T21:14:40.995Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T21:14:42.403Z] ---> Running in ffbb26e7c0e7 [2021-01-13T21:14:42.984Z] Removing intermediate container 7fd7afe356e7 [2021-01-13T21:14:42.984Z] ---> 9d3c769e7855 [2021-01-13T21:14:42.984Z] Step 20/21 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:14:45.579Z] ---> Running in 57e62907fa34 [2021-01-13T21:14:45.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:14:46.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:14:46.123Z] Removing intermediate container 57e62907fa34 [2021-01-13T21:14:46.123Z] ---> 1aa088a86f31 [2021-01-13T21:14:46.123Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T21:14:46.123Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T21:14:46.399Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T21:14:46.673Z] Executing bash-5.0.17-r0.post-install [2021-01-13T21:14:46.673Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:14:46.673Z] Removing intermediate container 8d28c6b16f7a [2021-01-13T21:14:46.673Z] ---> d757ef2313fc [2021-01-13T21:14:46.673Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T21:14:46.673Z] OK: 12 MiB in 22 packages [2021-01-13T21:14:46.947Z] ---> Running in c0a8b6a254b7 [2021-01-13T21:14:47.217Z] ---> Running in d8b6c9ca8923 [2021-01-13T21:14:47.804Z] Removing intermediate container c0a8b6a254b7 [2021-01-13T21:14:47.804Z] ---> 50a20723c2b3 [2021-01-13T21:14:47.804Z] [2021-01-13T21:14:48.069Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:14:48.069Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:14:48.069Z] ---> 7fad9d0ac476 [2021-01-13T21:14:48.069Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T21:14:48.069Z] ---> Using cache [2021-01-13T21:14:48.069Z] ---> 50c6efb8aaf1 [2021-01-13T21:14:48.069Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:14:48.069Z] ---> Using cache [2021-01-13T21:14:48.069Z] ---> 3bf8cdc3de32 [2021-01-13T21:14:48.069Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T21:14:48.336Z] Successfully built 50a20723c2b3 [2021-01-13T21:14:48.920Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-13T21:14:48.920Z] Building docker-security-bootstrap-redis-go [2021-01-13T21:14:49.185Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 3f0d381a36fc [2021-01-13T21:14:49.185Z] Removing intermediate container d8b6c9ca8923 [2021-01-13T21:14:49.185Z] ---> c2fb4ee98cf6 [2021-01-13T21:14:49.185Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T21:14:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.157s coverage: 28.6% of statements [2021-01-13T21:14:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T21:14:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T21:14:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T21:14:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T21:14:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T21:14:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.199s coverage: 100.0% of statements [2021-01-13T21:14:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T21:14:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements [2021-01-13T21:14:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T21:14:49.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.289s coverage: 86.7% of statements [2021-01-13T21:14:49.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T21:14:49.464Z] ---> Running in 5d5ebe7435dc [2021-01-13T21:14:50.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.323s coverage: 97.5% of statements [2021-01-13T21:14:50.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T21:14:50.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.218s coverage: 78.3% of statements [2021-01-13T21:14:50.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T21:14:50.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T21:14:50.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T21:14:50.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T21:14:51.408Z] Removing intermediate container ffbb26e7c0e7 [2021-01-13T21:14:51.408Z] ---> 4c7debe31bff [2021-01-13T21:14:51.408Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T21:14:51.408Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:14:51.408Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:14:51.408Z] ---> 7fad9d0ac476 [2021-01-13T21:14:51.408Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T21:14:51.408Z] ---> Using cache [2021-01-13T21:14:51.408Z] ---> 50c6efb8aaf1 [2021-01-13T21:14:51.408Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:14:51.408Z] ---> Using cache [2021-01-13T21:14:51.408Z] ---> 3bf8cdc3de32 [2021-01-13T21:14:51.408Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T21:14:51.408Z] ---> Using cache [2021-01-13T21:14:51.408Z] ---> dce8e4a5c9bf [2021-01-13T21:14:51.408Z] Step 6/22 : COPY go.mod . [2021-01-13T21:14:51.408Z] ---> Using cache [2021-01-13T21:14:51.408Z] ---> c0dcdd88f4a0 [2021-01-13T21:14:51.408Z] Step 7/22 : RUN go mod download [2021-01-13T21:14:51.408Z] ---> Using cache [2021-01-13T21:14:51.408Z] ---> c2c1f1134d52 [2021-01-13T21:14:51.408Z] Step 8/22 : COPY . . [2021-01-13T21:14:51.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:14:51.945Z] ---> Using cache [2021-01-13T21:14:51.945Z] ---> 75b956e61cd3 [2021-01-13T21:14:51.945Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T21:14:52.208Z] Removing intermediate container 5d5ebe7435dc [2021-01-13T21:14:52.208Z] ---> 0eca178ba7c8 [2021-01-13T21:14:52.208Z] Step 23/24 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:14:52.208Z] ---> Running in b2e0707d9460 [2021-01-13T21:14:52.789Z] ---> Running in 6623cd1164e6 [2021-01-13T21:14:53.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:14:53.949Z] ---> Running in 20fb88a2071b [2021-01-13T21:14:53.949Z] Removing intermediate container b2e0707d9460 [2021-01-13T21:14:53.949Z] ---> 174b09accfe9 [2021-01-13T21:14:53.949Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T21:14:53.949Z] ---> Running in a9093d7c5453 [2021-01-13T21:14:54.212Z] Removing intermediate container 20fb88a2071b [2021-01-13T21:14:54.212Z] ---> 964b89f1df5e [2021-01-13T21:14:54.212Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T21:14:54.488Z] OK: 233 MiB in 51 packages [2021-01-13T21:14:54.770Z] ---> Running in 10fe7a91a706 [2021-01-13T21:14:54.770Z] 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-13T21:14:55.035Z] Removing intermediate container a9093d7c5453 [2021-01-13T21:14:55.035Z] ---> eec9d08b6277 [2021-01-13T21:14:55.035Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T21:14:55.310Z] ---> Running in 07862938af6a [2021-01-13T21:14:55.310Z] Removing intermediate container 10fe7a91a706 [2021-01-13T21:14:55.310Z] ---> ba446d071c09 [2021-01-13T21:14:55.310Z] [2021-01-13T21:14:55.912Z] Successfully built ba446d071c09 [2021-01-13T21:14:55.912Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-13T21:14:55.912Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-13T21:14:56.509Z] Removing intermediate container 07862938af6a [2021-01-13T21:14:56.509Z] ---> 11e9646b01ad [2021-01-13T21:14:56.509Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T21:14:56.509Z] Removing intermediate container 3f0d381a36fc [2021-01-13T21:14:56.509Z] ---> 3793c39f3739 [2021-01-13T21:14:56.509Z] Step 6/24 : COPY go.mod . [2021-01-13T21:14:57.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.146s coverage: 93.2% of statements [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T21:14:57.654Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T21:14:57.654Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.1% of statements [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T21:14:57.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T21:14:57.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements [2021-01-13T21:14:57.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T21:14:57.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 80.8% of statements [2021-01-13T21:14:58.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-01-13T21:14:59.109Z] ---> 505dd5fab2f6 [2021-01-13T21:14:59.109Z] Step 7/24 : RUN go mod download [2021-01-13T21:14:59.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.2% of statements [2021-01-13T21:15:01.700Z] ---> Running in 9bd5906e230a [2021-01-13T21:15:01.700Z] ---> 8271ada2a935 [2021-01-13T21:15:01.700Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T21:15:01.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements [2021-01-13T21:15:01.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T21:15:03.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 63.5% of statements [2021-01-13T21:15:03.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T21:15:03.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T21:15:03.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements [2021-01-13T21:15:03.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-01-13T21:15:03.707Z] ---> 0b02394ccd1b [2021-01-13T21:15:03.707Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T21:15:04.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-01-13T21:15:04.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-01-13T21:15:04.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-01-13T21:15:05.156Z] ---> b80b46b3908d [2021-01-13T21:15:05.157Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T21:15:06.214Z] ---> Running in ae7b2b4acb7a [2021-01-13T21:15:07.658Z] Removing intermediate container 9bd5906e230a [2021-01-13T21:15:07.658Z] ---> 8823b66762c5 [2021-01-13T21:15:07.658Z] Step 8/24 : COPY . . [2021-01-13T21:15:07.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:15:07.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:15:07.924Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T21:15:08.203Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T21:15:08.203Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T21:15:08.203Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T21:15:08.203Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T21:15:08.203Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T21:15:08.203Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T21:15:10.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:15:10.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:15:10.183Z] ---> 7fad9d0ac476 [2021-01-13T21:15:10.183Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T21:15:10.183Z] ---> Using cache [2021-01-13T21:15:10.183Z] ---> 50c6efb8aaf1 [2021-01-13T21:15:10.183Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:15:10.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.886s coverage: 55.9% of statements [2021-01-13T21:15:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T21:15:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T21:15:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T21:15:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T21:15:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T21:15:10.446Z] ---> Using cache [2021-01-13T21:15:10.446Z] ---> 3bf8cdc3de32 [2021-01-13T21:15:10.446Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T21:15:10.446Z] ---> Using cache [2021-01-13T21:15:10.446Z] ---> dce8e4a5c9bf [2021-01-13T21:15:10.446Z] Step 6/22 : COPY go.mod . [2021-01-13T21:15:10.711Z] ---> Using cache [2021-01-13T21:15:10.711Z] ---> c0dcdd88f4a0 [2021-01-13T21:15:10.711Z] Step 7/22 : RUN go mod download [2021-01-13T21:15:10.711Z] ---> Using cache [2021-01-13T21:15:10.711Z] ---> c2c1f1134d52 [2021-01-13T21:15:10.711Z] Step 8/22 : COPY . . [2021-01-13T21:15:11.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.346s coverage: 37.0% of statements [2021-01-13T21:15:11.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T21:15:11.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T21:15:11.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.632s coverage: 84.0% of statements [2021-01-13T21:15:11.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements [2021-01-13T21:15:11.660Z] ---> Using cache [2021-01-13T21:15:11.660Z] ---> 75b956e61cd3 [2021-01-13T21:15:11.660Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T21:15:17.014Z] ---> Running in fefb71aa6c80 [2021-01-13T21:15:17.014Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T21:15:17.014Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T21:15:17.014Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T21:15:17.014Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T21:15:17.014Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T21:15:17.279Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T21:15:17.279Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T21:15:17.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.376s coverage: 47.1% of statements [2021-01-13T21:15:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T21:15:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T21:15:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T21:15:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T21:15:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T21:15:17.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2021-01-13T21:15:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T21:15:17.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-01-13T21:15:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T21:15:18.235Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T21:15:18.235Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T21:15:18.826Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T21:15:19.797Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T21:15:19.797Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T21:15:19.797Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T21:15:20.075Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T21:15:20.075Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T21:15:20.075Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T21:15:20.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:15:20.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:15:20.075Z] ---> 7fad9d0ac476 [2021-01-13T21:15:20.075Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T21:15:20.075Z] ---> Using cache [2021-01-13T21:15:20.075Z] ---> 50c6efb8aaf1 [2021-01-13T21:15:20.075Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:15:20.075Z] ---> Using cache [2021-01-13T21:15:20.075Z] ---> 3bf8cdc3de32 [2021-01-13T21:15:20.075Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T21:15:21.037Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T21:15:21.037Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T21:15:21.037Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T21:15:21.307Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T21:15:21.307Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T21:15:21.579Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T21:15:21.579Z] ---> Running in ff1b98b636e7 [2021-01-13T21:15:21.579Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T21:15:21.579Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T21:15:21.579Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T21:15:21.579Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T21:15:21.846Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:15:21.846Z] OK: 71 MiB in 55 packages [2021-01-13T21:15:21.846Z] 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-13T21:15:23.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.136s coverage: 29.1% of statements [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T21:15:23.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T21:15:23.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.169s coverage: 100.0% of statements [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T21:15:23.185Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T21:15:23.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T21:15:23.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T21:15:23.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T21:15:23.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-01-13T21:15:23.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-13T21:15:23.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:15:24.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-13T21:15:24.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:15:25.139Z] GO111MODULE=on go vet ./... [2021-01-13T21:15:25.704Z] OK: 233 MiB in 51 packages [2021-01-13T21:15:27.949Z] Removing intermediate container ff1b98b636e7 [2021-01-13T21:15:27.949Z] ---> 74d6ddb864e0 [2021-01-13T21:15:27.949Z] Step 6/23 : COPY go.mod . [2021-01-13T21:15:32.410Z] ---> 4dfec0d85045 [2021-01-13T21:15:32.410Z] Step 7/23 : RUN go mod download [2021-01-13T21:15:35.033Z] ---> Running in dcff5a4338a9 [2021-01-13T21:15:35.639Z] Removing intermediate container 6623cd1164e6 [2021-01-13T21:15:35.639Z] ---> c803bccd6da2 [2021-01-13T21:15:35.639Z] [2021-01-13T21:15:35.639Z] Step 10/22 : FROM scratch [2021-01-13T21:15:35.639Z] ---> [2021-01-13T21:15:35.639Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T21:15:37.070Z] ---> Using cache [2021-01-13T21:15:37.070Z] ---> 398b48b4f62f [2021-01-13T21:15:37.070Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T21:15:39.656Z] ---> Running in 5489d0856c76 [2021-01-13T21:15:39.657Z] ---> 3592cb8fc90e [2021-01-13T21:15:39.657Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T21:15:41.623Z] ---> Running in 5cd82037dbd4 [2021-01-13T21:15:41.623Z] Removing intermediate container 5489d0856c76 [2021-01-13T21:15:41.623Z] ---> 22891692772f [2021-01-13T21:15:41.623Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T21:15:41.623Z] ---> Running in 8689001256be [2021-01-13T21:15:41.623Z] Removing intermediate container dcff5a4338a9 [2021-01-13T21:15:41.623Z] ---> 00d9d0fb8f2e [2021-01-13T21:15:41.623Z] Step 8/23 : COPY . . [2021-01-13T21:15:41.623Z] Removing intermediate container ae7b2b4acb7a [2021-01-13T21:15:41.623Z] ---> fb80c42d6b2e [2021-01-13T21:15:41.623Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T21:15:41.901Z] Removing intermediate container 8689001256be [2021-01-13T21:15:41.901Z] ---> 1dd75b6fd7ca [2021-01-13T21:15:41.901Z] Step 14/22 : WORKDIR / [2021-01-13T21:15:41.901Z] ---> Running in 4a2848e6762d [2021-01-13T21:15:41.901Z] ---> Running in 18ed8904c97b [2021-01-13T21:15:42.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T21:15:43.147Z] Removing intermediate container 18ed8904c97b [2021-01-13T21:15:43.147Z] ---> 4f6fe8a05ff7 [2021-01-13T21:15:43.147Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:15:49.884Z] ---> 93d59b9c4511 [2021-01-13T21:15:49.884Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T21:15:49.884Z] Removing intermediate container fefb71aa6c80 [2021-01-13T21:15:49.884Z] ---> 6fb1d641af07 [2021-01-13T21:15:49.884Z] [2021-01-13T21:15:49.884Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T21:15:49.884Z] ---> 389fef711851 [2021-01-13T21:15:49.884Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T21:15:49.884Z] ---> Using cache [2021-01-13T21:15:49.884Z] ---> b88bf00ada36 [2021-01-13T21:15:49.884Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T21:15:51.721Z] Collecting docker-compose==1.23.2 [2021-01-13T21:15:52.035Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T21:15:52.309Z] ---> Running in 3a39ea759ce4 [2021-01-13T21:15:54.297Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T21:15:54.297Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T21:15:54.297Z] ---> 57417bccdae6 [2021-01-13T21:15:54.297Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T21:15:54.297Z] Removing intermediate container 3a39ea759ce4 [2021-01-13T21:15:54.297Z] ---> f34308306d9f [2021-01-13T21:15:54.297Z] Step 13/22 : WORKDIR / [2021-01-13T21:15:54.297Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T21:15:54.297Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T21:15:54.573Z] ---> Running in 7301f889d10d [2021-01-13T21:15:54.845Z] Collecting PyYAML<4,>=3.10 [2021-01-13T21:15:55.110Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T21:15:57.073Z] ---> e23af5b4a746 [2021-01-13T21:15:57.073Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T21:15:58.038Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T21:15:58.038Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T21:15:58.627Z] Removing intermediate container 7301f889d10d [2021-01-13T21:15:58.627Z] ---> 35aeede0abfb [2021-01-13T21:15:58.627Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:15:58.627Z] ---> Running in f8d9e3e75d5b [2021-01-13T21:15:58.627Z] 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-13T21:15:58.627Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T21:15:58.915Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T21:15:59.870Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T21:15:59.870Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T21:16:01.290Z] ---> b8a0a91982f7 [2021-01-13T21:16:01.290Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T21:16:01.290Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T21:16:01.290Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T21:16:01.290Z] Removing intermediate container f8d9e3e75d5b [2021-01-13T21:16:01.290Z] ---> e1278fef4e7b [2021-01-13T21:16:01.290Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:16:01.871Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T21:16:01.871Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T21:16:02.823Z] ---> Running in 9080c281d536 [2021-01-13T21:16:03.123Z] ---> 6b90a948e9b8 [2021-01-13T21:16:03.123Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T21:16:03.123Z] Removing intermediate container 9080c281d536 [2021-01-13T21:16:03.123Z] ---> 1e9c0ba6d143 [2021-01-13T21:16:03.123Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T21:16:03.396Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T21:16:03.396Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T21:16:03.396Z] ---> Running in dc56d20897a2 [2021-01-13T21:16:03.972Z] ---> 3144b8688a59 [2021-01-13T21:16:03.972Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T21:16:03.972Z] Collecting idna<2.8,>=2.5 [2021-01-13T21:16:03.972Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T21:16:04.237Z] ---> Running in 27676446ae1c [2021-01-13T21:16:04.504Z] ---> f436f0fb626c [2021-01-13T21:16:04.504Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T21:16:04.504Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T21:16:04.504Z] Removing intermediate container dc56d20897a2 [2021-01-13T21:16:04.504Z] ---> 7b23c2caa424 [2021-01-13T21:16:04.504Z] Step 21/22 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:16:04.504Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T21:16:04.504Z] 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-13T21:16:04.504Z] 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-13T21:16:04.768Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T21:16:04.768Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T21:16:04.768Z] ---> Running in cf660fb4f3cf [2021-01-13T21:16:04.768Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T21:16:04.768Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T21:16:04.768Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T21:16:04.768Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T21:16:05.033Z] ---> c8231b455df6 [2021-01-13T21:16:05.033Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T21:16:05.034Z] Installing collected packages: jsonschema, cached-property, PyYAML, texttable, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, docker-compose [2021-01-13T21:16:05.298Z] Removing intermediate container cf660fb4f3cf [2021-01-13T21:16:05.298Z] ---> 088c95822342 [2021-01-13T21:16:05.299Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T21:16:05.299Z] ---> Running in 8c1c9d931652 [2021-01-13T21:16:05.583Z] 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-13T21:16:05.583Z] Running setup.py install for PyYAML: started [2021-01-13T21:16:05.583Z] ---> Running in 452c51449641 [2021-01-13T21:16:06.541Z] Removing intermediate container 452c51449641 [2021-01-13T21:16:06.541Z] ---> 1491d1171cbe [2021-01-13T21:16:06.541Z] [2021-01-13T21:16:06.808Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T21:16:06.808Z] Running setup.py install for texttable: started [2021-01-13T21:16:06.808Z] Successfully built 1491d1171cbe [2021-01-13T21:16:07.389Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T21:16:07.389Z] Running setup.py install for dockerpty: started [2021-01-13T21:16:07.663Z] Successfully tagged docker-core-metadata-go:latest [2021-01-13T21:16:07.663Z]  Building docker-core-metadata-go ... done Removing intermediate container 5cd82037dbd4 [2021-01-13T21:16:07.663Z] ---> b12560b6a4f0 [2021-01-13T21:16:07.663Z] [2021-01-13T21:16:07.663Z] Step 10/24 : FROM scratch [2021-01-13T21:16:07.663Z] ---> [2021-01-13T21:16:07.663Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T21:16:07.938Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T21:16:07.938Z] Attempting uninstall: idna [2021-01-13T21:16:07.938Z] Found existing installation: idna 2.9 [2021-01-13T21:16:07.938Z] Uninstalling idna-2.9: [2021-01-13T21:16:07.938Z] Successfully uninstalled idna-2.9 [2021-01-13T21:16:08.527Z] Attempting uninstall: urllib3 [2021-01-13T21:16:08.527Z] Found existing installation: urllib3 1.25.9 [2021-01-13T21:16:08.527Z] Uninstalling urllib3-1.25.9: [2021-01-13T21:16:08.527Z] ---> Running in 18b1eaeb8976 [2021-01-13T21:16:08.527Z] Removing intermediate container 8c1c9d931652 [2021-01-13T21:16:08.527Z] ---> 7ed683ae930b [2021-01-13T21:16:08.527Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T21:16:08.527Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T21:16:09.497Z] ---> Running in fdf0ff473c03 [2021-01-13T21:16:09.497Z] Attempting uninstall: requests [2021-01-13T21:16:09.497Z] Found existing installation: requests 2.23.0 [2021-01-13T21:16:09.497Z] Uninstalling requests-2.23.0: [2021-01-13T21:16:09.497Z] Removing intermediate container 18b1eaeb8976 [2021-01-13T21:16:09.497Z] ---> 0d5d035ad6c0 [2021-01-13T21:16:09.497Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T21:16:09.497Z] Successfully uninstalled requests-2.23.0 [2021-01-13T21:16:09.785Z] ---> Running in 9e6ad3023025 [2021-01-13T21:16:10.373Z] Removing intermediate container fdf0ff473c03 [2021-01-13T21:16:10.373Z] ---> ae0d6dfc1484 [2021-01-13T21:16:10.373Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T21:16:11.347Z] Removing intermediate container 9e6ad3023025 [2021-01-13T21:16:11.347Z] ---> dddaaed6f867 [2021-01-13T21:16:11.347Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T21:16:11.347Z] ---> Running in ac29c94506dc [2021-01-13T21:16:11.945Z] ---> Running in 2a30e65b4acc [2021-01-13T21:16:11.945Z] Running setup.py install for docopt: started [2021-01-13T21:16:12.227Z] Removing intermediate container ac29c94506dc [2021-01-13T21:16:12.227Z] ---> 00ed0d2a5a8e [2021-01-13T21:16:12.227Z] Step 21/22 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:16:12.227Z] Removing intermediate container 2a30e65b4acc [2021-01-13T21:16:12.227Z] ---> ed7f0328939b [2021-01-13T21:16:12.227Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T21:16:12.227Z] ---> Running in 95e989ca1cab [2021-01-13T21:16:13.630Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T21:16:13.894Z] Removing intermediate container 95e989ca1cab [2021-01-13T21:16:13.894Z] ---> 9ba47d526754 [2021-01-13T21:16:13.894Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T21:16:14.157Z] ---> 844321d7b155 [2021-01-13T21:16:14.157Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T21:16:14.424Z] ---> Running in 672f49f8f249 [2021-01-13T21:16:14.424Z] 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-13T21:16:15.390Z] Removing intermediate container 672f49f8f249 [2021-01-13T21:16:15.390Z] ---> 0361b9f4626f [2021-01-13T21:16:15.390Z] [2021-01-13T21:16:15.390Z] Successfully built 0361b9f4626f [2021-01-13T21:16:15.981Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-13T21:16:15.981Z]  Building docker-security-bootstrap-redis-go ... done  ---> a461ef5eae66 [2021-01-13T21:16:15.981Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T21:16:17.952Z] ---> d5e3eedd9fce [2021-01-13T21:16:17.952Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:16:17.952Z] Removing intermediate container 4a2848e6762d [2021-01-13T21:16:17.952Z] ---> fa2c59877e0e [2021-01-13T21:16:17.952Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T21:16:18.219Z] ---> Running in 09e3f6a679f3 [2021-01-13T21:16:18.498Z] ---> 3f162d9da1e5 [2021-01-13T21:16:18.498Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T21:16:19.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:16:19.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:16:19.771Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T21:16:19.771Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T21:16:19.771Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T21:16:19.771Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:16:19.771Z] OK: 72 MiB in 58 packages [2021-01-13T21:16:19.771Z] ---> 914e10fcf081 [2021-01-13T21:16:19.771Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T21:16:20.366Z] ---> 2025f4255e44 [2021-01-13T21:16:20.366Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T21:16:20.641Z] ---> Running in f0b3ee8160ac [2021-01-13T21:16:20.641Z] Removing intermediate container 09e3f6a679f3 [2021-01-13T21:16:20.641Z] ---> 91450c9dbdc7 [2021-01-13T21:16:20.641Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T21:16:20.913Z] Removing intermediate container f0b3ee8160ac [2021-01-13T21:16:20.913Z] ---> 14562e2ec7a4 [2021-01-13T21:16:20.913Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:16:20.913Z] ---> Running in a77a8191726c [2021-01-13T21:16:20.913Z] ---> Running in e1319accd23d [2021-01-13T21:16:20.913Z] Removing intermediate container a77a8191726c [2021-01-13T21:16:20.913Z] ---> 47c82d6c8c4c [2021-01-13T21:16:20.913Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:16:21.180Z] ---> Running in ce94aa14fcc2 [2021-01-13T21:16:21.180Z] Removing intermediate container e1319accd23d [2021-01-13T21:16:21.180Z] ---> 08c8cccb2dd8 [2021-01-13T21:16:21.180Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T21:16:21.180Z] ---> Running in b2851b3ab747 [2021-01-13T21:16:21.443Z] Removing intermediate container ce94aa14fcc2 [2021-01-13T21:16:21.443Z] ---> 9de0091c024e [2021-01-13T21:16:21.443Z] Step 24/26 : LABEL arch=x86_64 [2021-01-13T21:16:21.443Z] ---> Running in 9e1884bb07d0 [2021-01-13T21:16:21.443Z] Removing intermediate container b2851b3ab747 [2021-01-13T21:16:21.443Z] ---> 4627a97c99a4 [2021-01-13T21:16:21.443Z] Step 23/24 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:16:21.443Z] ---> Running in ff92006af1aa [2021-01-13T21:16:21.707Z] Removing intermediate container 9e1884bb07d0 [2021-01-13T21:16:21.707Z] ---> 0ff92ad7cedc [2021-01-13T21:16:21.707Z] Step 25/26 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:16:22.655Z] ---> Running in de40ebc3771c [2021-01-13T21:16:22.655Z] Removing intermediate container ff92006af1aa [2021-01-13T21:16:22.655Z] ---> 40d40ff17ba6 [2021-01-13T21:16:22.655Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T21:16:24.046Z] ---> Running in b4eee24924c9 [2021-01-13T21:16:24.046Z] Removing intermediate container de40ebc3771c [2021-01-13T21:16:24.046Z] ---> 5d39cab2d0e7 [2021-01-13T21:16:24.046Z] Step 26/26 : LABEL version=0.0.0 [2021-01-13T21:16:24.046Z] ---> Running in f648b0f49b26 [2021-01-13T21:16:24.623Z] Removing intermediate container b4eee24924c9 [2021-01-13T21:16:24.623Z] ---> e3e695075dae [2021-01-13T21:16:24.623Z] [2021-01-13T21:16:24.623Z] Successfully built e3e695075dae [2021-01-13T21:16:24.623Z] Removing intermediate container f648b0f49b26 [2021-01-13T21:16:24.623Z] ---> 3ff5f4b0c9f2 [2021-01-13T21:16:24.623Z] [2021-01-13T21:16:24.623Z] Successfully tagged docker-support-notifications-go:latest [2021-01-13T21:16:24.887Z]  Building docker-support-notifications-go ... done Successfully built 3ff5f4b0c9f2 [2021-01-13T21:16:24.887Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-13T21:16:27.449Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 27676446ae1c [2021-01-13T21:16:27.449Z] ---> 2b56c48ce87c [2021-01-13T21:16:27.449Z] [2021-01-13T21:16:27.449Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T21:16:27.449Z] ---> 389fef711851 [2021-01-13T21:16:27.449Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T21:16:27.449Z] ---> Running in 62738b8cfd79 [2021-01-13T21:16:27.711Z] Removing intermediate container 62738b8cfd79 [2021-01-13T21:16:27.711Z] ---> 276b026eb3a9 [2021-01-13T21:16:27.711Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T21:16:27.711Z] ---> Running in 4b43dbccc2c0 [2021-01-13T21:16:27.974Z] Removing intermediate container 4b43dbccc2c0 [2021-01-13T21:16:27.974Z] ---> 368af447dd48 [2021-01-13T21:16:27.974Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T21:16:27.974Z] ---> Running in 7c05d2688186 [2021-01-13T21:16:28.236Z] Removing intermediate container 7c05d2688186 [2021-01-13T21:16:28.236Z] ---> 6ddf49260730 [2021-01-13T21:16:28.236Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:16:28.236Z] ---> Running in ed2e7f2e9c9f [2021-01-13T21:16:29.190Z] Removing intermediate container ed2e7f2e9c9f [2021-01-13T21:16:29.190Z] ---> a37bd23dd7dd [2021-01-13T21:16:29.190Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T21:16:29.190Z] ---> Running in 55f48011cad7 [2021-01-13T21:16:29.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T21:16:30.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T21:16:31.664Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T21:16:31.664Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T21:16:31.664Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T21:16:31.926Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T21:16:32.188Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T21:16:32.454Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:16:32.454Z] OK: 8 MiB in 19 packages [2021-01-13T21:16:33.029Z] Removing intermediate container 55f48011cad7 [2021-01-13T21:16:33.029Z] ---> 180bc34944f6 [2021-01-13T21:16:33.029Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:16:33.184Z] gofmt -l . [2021-01-13T21:16:33.184Z] [ "`gofmt -l .`" = "" ] [2021-01-13T21:16:33.184Z] ./bin/test-go-mod-tidy.sh [2021-01-13T21:16:33.292Z] ---> ae885232f6b8 [2021-01-13T21:16:33.292Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T21:16:34.166Z] ./bin/test-attribution-txt.sh [2021-01-13T21:16:34.688Z] ---> dffe4897f362 [2021-01-13T21:16:34.688Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T21:16:34.952Z] ---> cd0585eaf024 [2021-01-13T21:16:34.952Z] Step 19/23 : ENTRYPOINT ["/core-data"] [Pipeline] sh [2021-01-13T21:16:35.214Z] ---> Running in e172d6b48a81 [2021-01-13T21:16:35.214Z] Removing intermediate container e172d6b48a81 [2021-01-13T21:16:35.214Z] ---> 78b59fd1ea5a [2021-01-13T21:16:35.214Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:16:35.476Z] ---> Running in 619929dbdb1f [2021-01-13T21:16:35.476Z] Removing intermediate container 619929dbdb1f [2021-01-13T21:16:35.476Z] ---> 9069294de31e [2021-01-13T21:16:35.476Z] Step 21/23 : LABEL arch=x86_64 [2021-01-13T21:16:35.740Z] ---> Running in c904572c738c [2021-01-13T21:16:35.740Z] Removing intermediate container c904572c738c [2021-01-13T21:16:35.740Z] ---> 8a7232f33c3c [2021-01-13T21:16:35.740Z] Step 22/23 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:16:35.740Z] ---> Running in ede1b424504c [2021-01-13T21:16:35.820Z] + ls -al . [2021-01-13T21:16:35.820Z] total 688 [2021-01-13T21:16:35.820Z] drwxrwxr-x 9 1001 1001 4096 Jan 13 21:16 . [2021-01-13T21:16:35.820Z] drwxr-xr-x 4 root root 4096 Jan 13 21:12 .. [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 21:11 .dockerignore [2021-01-13T21:16:35.820Z] drwxrwxr-x 8 1001 1001 4096 Jan 13 21:11 .git [2021-01-13T21:16:35.820Z] drwxrwxr-x 3 1001 1001 4096 Jan 13 21:11 .github [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 21:11 .gitignore [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 21:11 .sonarcloud.properties [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 21:11 Attribution.txt [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 21:11 CONTRIBUTING.md [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 21:11 Dockerfile.build [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 21:11 Jenkinsfile [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 21:11 LICENSE [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 21:11 Makefile [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 21:11 README.md [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 21:11 SECURITY.md [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 5 Jan 13 21:09 VERSION [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 21:11 ZMQWindows.md [2021-01-13T21:16:35.820Z] drwxrwxr-x 2 1001 1001 4096 Jan 13 21:11 bin [2021-01-13T21:16:35.820Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 21:11 cmd [2021-01-13T21:16:35.820Z] -rw-r--r-- 1 root root 554655 Jan 13 21:15 coverage.out [2021-01-13T21:16:35.820Z] -rw-r--r-- 1 root root 979 Jan 13 21:16 go.mod [2021-01-13T21:16:35.820Z] -rw-r--r-- 1 root root 19036 Jan 13 21:16 go.sum [2021-01-13T21:16:35.820Z] drwxrwxr-x 8 1001 1001 4096 Jan 13 21:11 internal [2021-01-13T21:16:35.820Z] drwxrwxr-x 4 1001 1001 4096 Jan 13 21:11 openapi [2021-01-13T21:16:35.820Z] drwxrwxr-x 4 1001 1001 4096 Jan 13 21:11 snap [2021-01-13T21:16:35.820Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 21:11 version.go [Pipeline] sh [2021-01-13T21:16:36.005Z] Removing intermediate container ede1b424504c [2021-01-13T21:16:36.005Z] ---> 00db2970a4e9 [2021-01-13T21:16:36.005Z] Step 23/23 : LABEL version=0.0.0 [2021-01-13T21:16:36.005Z] ---> Running in 9c8b6e061b8d [2021-01-13T21:16:36.269Z] Removing intermediate container 9c8b6e061b8d [2021-01-13T21:16:36.269Z] ---> b4dfe4a2af24 [2021-01-13T21:16:36.269Z] [2021-01-13T21:16:36.477Z] + '[' -e coverage.out ] [2021-01-13T21:16:36.478Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T21:16:36.498Z] Warning: overwriting stash ‘coverage-report’ [2021-01-13T21:16:36.532Z] Successfully built b4dfe4a2af24 [2021-01-13T21:16:36.532Z] Successfully tagged docker-core-data-go:latest [2021-01-13T21:16:36.806Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-13T21:16:36.815Z] $ docker stop --time=1 33c220e874392f24cdc83acff56bafc0d00fe2ee9d34db6829fdd85aac76280a [2021-01-13T21:16:37.584Z] Stashed 1 file(s) [2021-01-13T21:16:38.486Z] $ docker rm -f 33c220e874392f24cdc83acff56bafc0d00fe2ee9d34db6829fdd85aac76280a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-01-13T21:16:38.957Z] + docker images [2021-01-13T21:16:38.957Z] + grep docker [2021-01-13T21:16:38.957Z] docker-core-data-go latest b4dfe4a2af24 2 seconds ago 22.3MB [2021-01-13T21:16:38.957Z] docker-sys-mgmt-agent-go latest 3ff5f4b0c9f2 14 seconds ago 313MB [2021-01-13T21:16:38.957Z] docker-support-notifications-go latest e3e695075dae 15 seconds ago 12MB [2021-01-13T21:16:38.957Z] docker-security-bootstrap-redis-go latest 0361b9f4626f 24 seconds ago 15.8MB [2021-01-13T21:16:38.957Z] docker-core-metadata-go latest 1491d1171cbe 33 seconds ago 13.1MB [2021-01-13T21:16:38.957Z] docker-security-secretstore-setup-go latest ba446d071c09 About a minute ago 24.6MB [2021-01-13T21:16:38.957Z] docker-security-proxy-setup-go latest 50a20723c2b3 About a minute ago 24.5MB [2021-01-13T21:16:38.957Z] docker-core-command-go latest c4e8c3cc9edb 2 minutes ago 10.6MB [2021-01-13T21:16:38.957Z] docker-support-scheduler-go latest 4871ea11631d 2 minutes ago 10.7MB [2021-01-13T21:16:38.957Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-13T21:16:39.380Z] + make build [2021-01-13T21:16:39.380Z] 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 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-13T21:16:49.592Z] 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-13T21:16:54.744Z] Still waiting to schedule task [2021-01-13T21:16:54.745Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-13T21:17:16.401Z] 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-13T21:17:18.526Z] 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-13T21:17:23.959Z] 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-13T21:17:25.398Z] 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-13T21:17:30.803Z] 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-13T21:17:36.197Z] 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-13T21:17:39.598Z] 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-13T21:17:43.909Z] 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-13T21:17:47.313Z] 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-13T21:17:51.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-13T21:17:54.337Z] $ docker stop --time=1 446a39dd3fdaacf2840218433569859ee5f6b92a60c4d897df977d70f4e3941b [2021-01-13T21:17:55.628Z] Running on prd-ubuntu18.04-docker-8c-8g-20037 in /w/workspace/edgexfoundry_edgex-go_PR-3019 [2021-01-13T21:17:56.767Z] $ docker rm -f 446a39dd3fdaacf2840218433569859ee5f6b92a60c4d897df977d70f4e3941b [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-01-13T21:17:57.942Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:17:58.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T21:17:58.598Z] [2021-01-13T21:17:58.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:17:59.273Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T21:17:59.544Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-13T21:17:59.544Z] 29e5d40040c1: Pulling fs layer [2021-01-13T21:17:59.544Z] 1ce36da41761: Pulling fs layer [2021-01-13T21:17:59.544Z] 25b303627fd3: Pulling fs layer [2021-01-13T21:17:59.982Z] using credential edgex-jenkins-ssh [2021-01-13T21:18:00.049Z] Cloning the remote Git repository [2021-01-13T21:18:00.145Z] 29e5d40040c1: Verifying Checksum [2021-01-13T21:18:00.145Z] 29e5d40040c1: Download complete [2021-01-13T21:18:00.419Z] 1ce36da41761: Verifying Checksum [2021-01-13T21:18:00.419Z] 1ce36da41761: Download complete [2021-01-13T21:18:00.096Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T21:18:00.167Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-13T21:18:00.191Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T21:18:00.191Z] > git --version # timeout=10 [2021-01-13T21:18:00.196Z] > git --version # 'git version 2.17.1' [2021-01-13T21:18:00.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T21:18:00.225Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T21:18:01.016Z] 29e5d40040c1: Pull complete [2021-01-13T21:18:01.998Z] 1ce36da41761: Pull complete [2021-01-13T21:18:02.272Z] 25b303627fd3: Verifying Checksum [2021-01-13T21:18:02.272Z] 25b303627fd3: Download complete [2021-01-13T21:18:12.425Z] 25b303627fd3: Pull complete [2021-01-13T21:18:12.425Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-13T21:18:12.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T21:18:12.425Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-13T21:18:12.697Z] prd-ubuntu18.04-docker-arm64-4c-16g-20036 does not seem to be running inside a container [2021-01-13T21:18:12.863Z] $ 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-13T21:18:13.646Z] Merging remotes/origin/master commit 3fcc602c4282fe50c74be67af1ba7a350be2dfea into PR head commit 01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:18:13.771Z] Merge succeeded, producing 01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:18:13.772Z] Checking out Revision 01e1bb6b44181285d4d98e07558aa1bb1f47b192 (PR-3019) [2021-01-13T21:18:13.118Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T21:18:13.124Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T21:18:13.135Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T21:18:13.146Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T21:18:13.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T21:18:13.149Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3019/head:refs/remotes/origin/PR-3019 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T21:18:13.696Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T21:18:13.702Z] > git checkout -f 01e1bb6b44181285d4d98e07558aa1bb1f47b192 # timeout=10 [2021-01-13T21:18:13.775Z] > git remote # timeout=10 [2021-01-13T21:18:13.782Z] > git config --get remote.origin.url # timeout=10 [2021-01-13T21:18:13.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T21:18:13.790Z] > git merge 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 [2021-01-13T21:18:13.800Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-13T21:18:13.815Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T21:18:13.819Z] > git checkout -f 01e1bb6b44181285d4d98e07558aa1bb1f47b192 # timeout=10 [2021-01-13T21:18:16.054Z] $ docker top 9452cf00bda35b3edbf90b2f008a3e0b39618474081810a7f2e66a7e938b7656 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T21:18:17.053Z] + docker-compose build --help [2021-01-13T21:18:17.053Z] + grep parallel [2021-01-13T21:18:17.427Z] Commit message: "Merge branch 'master' into issue-3013" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:18:18.717Z] + echo snap-build.sh [2021-01-13T21:18:18.717Z] snap-build.sh [2021-01-13T21:18:18.717Z] + SNAP_BASE_DIR=. [2021-01-13T21:18:18.717Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-13T21:18:18.717Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-13T21:18:18.717Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-13T21:18:18.717Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-13T21:18:18.717Z] + cd /w/workspace/edgex-go/2 [2021-01-13T21:18:18.717Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-13T21:18:18.717Z] Reading package lists... [2021-01-13T21:18:18.717Z] Building dependency tree... [2021-01-13T21:18:18.717Z] Reading state information... [2021-01-13T21:18:18.978Z] The following packages were automatically installed and are no longer required: [2021-01-13T21:18:18.978Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-13T21:18:18.978Z] uidmap xdelta3 [2021-01-13T21:18:18.978Z] Use 'sudo apt autoremove' to remove them. [2021-01-13T21:18:18.978Z] The following packages will be REMOVED: [2021-01-13T21:18:18.978Z] lxd* lxd-client* [2021-01-13T21:18:19.239Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-13T21:18:19.239Z] After this operation, 31.7 MB disk space will be freed. [2021-01-13T21:18:20.444Z] --parallel Build images in parallel. [2021-01-13T21:18:20.546Z] (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-13T21:18:20.546Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] } [2021-01-13T21:18:20.822Z] $ docker stop --time=1 9452cf00bda35b3edbf90b2f008a3e0b39618474081810a7f2e66a7e938b7656 [2021-01-13T21:18:21.121Z] Removing lxd dnsmasq configuration [2021-01-13T21:18:21.389Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-13T21:18:21.653Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-13T21:18:22.602Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-13T21:18:22.602Z] (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-13T21:18:22.602Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-13T21:18:22.791Z] $ docker rm -f 9452cf00bda35b3edbf90b2f008a3e0b39618474081810a7f2e66a7e938b7656 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:18:23.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T21:18:23.516Z] . [Pipeline] withDockerContainer [2021-01-13T21:18:23.776Z] prd-ubuntu18.04-docker-arm64-4c-16g-20036 does not seem to be running inside a container [2021-01-13T21:18:23.939Z] $ 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-13T21:18:23.990Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-13T21:18:23.990Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-13T21:18:24.932Z] + sudo snap remove --purge lxd [2021-01-13T21:18:25.192Z] snap "lxd" is not installed [2021-01-13T21:18:25.192Z] + sudo groupadd --force --system lxd [2021-01-13T21:18:25.192Z] ++ whoami [2021-01-13T21:18:25.192Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-13T21:18:25.192Z] + newgrp - lxd [2021-01-13T21:18:25.429Z] $ docker top a40d5cdda78cfd7ac5271369e60ffa8df47ae248a47b1405f7fed92414eb721f -eo pid,comm [2021-01-13T21:18:25.453Z] + sudo snap install lxd [Pipeline] { [Pipeline] sh [2021-01-13T21:18:26.427Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T21:18:30.729Z] Building docker-core-command-go ... [2021-01-13T21:18:30.729Z] Building docker-core-data-go ... [2021-01-13T21:18:30.729Z] Building docker-core-metadata-go ... [2021-01-13T21:18:30.729Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T21:18:30.729Z] Building docker-security-proxy-setup-go ... [2021-01-13T21:18:30.729Z] Building docker-security-secretstore-setup-go ... [2021-01-13T21:18:30.729Z] Building docker-support-notifications-go ... [2021-01-13T21:18:30.729Z] Building docker-support-scheduler-go ... [2021-01-13T21:18:30.729Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T21:18:30.729Z] Building docker-security-secretstore-setup-go [2021-01-13T21:18:30.729Z] Building docker-security-bootstrap-redis-go [2021-01-13T21:18:30.729Z] Building docker-support-notifications-go [2021-01-13T21:18:30.729Z] Building docker-core-metadata-go [2021-01-13T21:18:30.729Z] Building docker-core-command-go [2021-01-13T21:18:33.640Z] 2021-01-13T21:18:31Z INFO Waiting for automatic snapd restart... [2021-01-13T21:18:48.562Z] lxd 4.10 from Canonical* installed [2021-01-13T21:18:48.562Z] + sudo lxd init --auto [2021-01-13T21:18:56.718Z] + sudo snap install --classic snapcraft [2021-01-13T21:19:03.316Z] snapcraft 4.4.4 from Canonical* installed [2021-01-13T21:19:03.316Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-13T21:19:03.316Z] + patch --verbose -p1 [2021-01-13T21:19:03.316Z] Hmm... Looks like a unified diff to me... [2021-01-13T21:19:03.316Z] The text leading up to this was: [2021-01-13T21:19:03.316Z] -------------------------- [2021-01-13T21:19:03.316Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-13T21:19:03.316Z] |From: Tony Espy [2021-01-13T21:19:03.316Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-13T21:19:03.316Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-13T21:19:03.316Z] | [2021-01-13T21:19:03.316Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-13T21:19:03.316Z] |optimize the snap CI check run for pull requests. When [2021-01-13T21:19:03.316Z] |applied, it essentially strips out everything (apps and [2021-01-13T21:19:03.316Z] |parts) from the snapcraft.yaml file except those required [2021-01-13T21:19:03.316Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-13T21:19:03.316Z] |catch changes to edgex-go that break the snap build. [2021-01-13T21:19:03.316Z] | [2021-01-13T21:19:03.316Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-13T21:19:03.316Z] |to update this patch file, otherwise it may fail to apply, [2021-01-13T21:19:03.316Z] |resulting in a failed snap build CI check in the associated [2021-01-13T21:19:03.316Z] |pull request. [2021-01-13T21:19:03.316Z] | [2021-01-13T21:19:03.316Z] |Note - in addition to applying this patch, the pipeline also [2021-01-13T21:19:03.316Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-13T21:19:03.316Z] |need to build the finally binary .snap file (and it won't [2021-01-13T21:19:03.316Z] |work with the patch applied). This further reduces the build [2021-01-13T21:19:03.316Z] |time. [2021-01-13T21:19:03.316Z] |--- [2021-01-13T21:19:03.316Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-13T21:19:03.316Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-13T21:19:03.316Z] | [2021-01-13T21:19:03.316Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-13T21:19:03.316Z] |index 1e537489..faf42425 100644 [2021-01-13T21:19:03.316Z] |--- a/snap/snapcraft.yaml [2021-01-13T21:19:03.316Z] |+++ b/snap/snapcraft.yaml [2021-01-13T21:19:03.316Z] -------------------------- [2021-01-13T21:19:03.316Z] patching file snap/snapcraft.yaml [2021-01-13T21:19:03.316Z] Using Plan A... [2021-01-13T21:19:03.316Z] Hunk #1 succeeded at 73. [2021-01-13T21:19:03.316Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-13T21:19:03.316Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-13T21:19:03.316Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-13T21:19:03.316Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-13T21:19:03.316Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-13T21:19:03.316Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-13T21:19:03.316Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-13T21:19:03.316Z] Hmm... Ignoring the trailing garbage. [2021-01-13T21:19:03.316Z] done [2021-01-13T21:19:03.316Z] + sudo snapcraft prime --use-lxd [2021-01-13T21:19:04.709Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-13T21:19:04.709Z] 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-13T21:19:04.709Z] - README.md [2021-01-13T21:19:04.709Z] - snapcraft.yaml.orig [2021-01-13T21:19:04.709Z] [2021-01-13T21:19:04.709Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-13T21:19:05.281Z] Launching a container. [2021-01-13T21:19:17.513Z] Waiting for container to be ready [2021-01-13T21:19:17.513Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-13T21:19:17.513Z] [2021-01-13T21:19:20.059Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-13T21:19:20.319Z] Waiting for network to be ready... [2021-01-13T21:19:20.889Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-13T21:19:20.889Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-13T21:19:20.889Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-13T21:19:21.149Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-13T21:19:21.149Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-13T21:19:21.149Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-13T21:19:21.149Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-13T21:19:21.149Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-13T21:19:21.149Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-13T21:19:21.149Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-13T21:19:21.409Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-13T21:19:21.410Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-13T21:19:21.979Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-13T21:19:21.979Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-13T21:19:21.979Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-13T21:19:21.979Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-13T21:19:21.979Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-13T21:19:21.979Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-13T21:19:22.243Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-13T21:19:22.243Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-13T21:19:22.504Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-13T21:19:22.504Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-13T21:19:22.504Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-13T21:19:22.504Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-13T21:19:22.504Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-13T21:19:22.504Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-13T21:19:22.765Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-13T21:19:24.680Z] Fetched 23.7 MB in 4s (6032 kB/s) [2021-01-13T21:19:25.623Z] Reading package lists... [2021-01-13T21:19:25.623Z] Reading package lists... [2021-01-13T21:19:25.883Z] Building dependency tree... [2021-01-13T21:19:25.883Z] Reading state information... [2021-01-13T21:19:25.883Z] The following additional packages will be installed: [2021-01-13T21:19:25.883Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-13T21:19:25.883Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-13T21:19:25.883Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-13T21:19:25.883Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-13T21:19:25.883Z] Suggested packages: [2021-01-13T21:19:25.883Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-13T21:19:25.883Z] Recommended packages: [2021-01-13T21:19:25.884Z] gnupg libsasl2-modules [2021-01-13T21:19:25.884Z] The following NEW packages will be installed: [2021-01-13T21:19:25.884Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-13T21:19:25.884Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-13T21:19:25.884Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-13T21:19:25.884Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-13T21:19:25.884Z] The following packages will be upgraded: [2021-01-13T21:19:25.884Z] gpg gpg-agent gpgconf libudev1 [2021-01-13T21:19:25.884Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-13T21:19:25.884Z] Need to get 3532 kB of archives. [2021-01-13T21:19:25.884Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-13T21:19:25.884Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-13T21:19:26.144Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-13T21:19:26.144Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-13T21:19:26.144Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-13T21:19:26.144Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-13T21:19:26.144Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-13T21:19:26.144Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-13T21:19:26.439Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-13T21:19:26.699Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-13T21:19:26.699Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-13T21:19:26.699Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-13T21:19:26.699Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-13T21:19:26.699Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-13T21:19:26.699Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-13T21:19:26.699Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-13T21:19:26.699Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-13T21:19:26.699Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-13T21:19:26.960Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-13T21:19:26.960Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-13T21:19:26.960Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-13T21:19:26.960Z] 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-13T21:19:26.960Z] 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-13T21:19:26.960Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T21:19:26.960Z] Fetched 3532 kB in 1s (3439 kB/s) [2021-01-13T21:19:27.220Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-13T21:19:27.220Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-13T21:19:27.220Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T21:19:27.220Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-13T21:19:27.220Z] Selecting previously unselected package udev. [2021-01-13T21:19:27.486Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-13T21:19:27.486Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-13T21:19:27.486Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-13T21:19:27.746Z] Selecting previously unselected package libfuse2:amd64. [2021-01-13T21:19:27.747Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-13T21:19:27.747Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-13T21:19:27.747Z] Selecting previously unselected package fuse. [2021-01-13T21:19:27.747Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-13T21:19:27.747Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-13T21:19:28.007Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T21:19:28.007Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T21:19:28.007Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T21:19:28.008Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T21:19:28.268Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T21:19:28.268Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T21:19:28.268Z] Selecting previously unselected package libksba8:amd64. [2021-01-13T21:19:28.268Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-13T21:19:28.529Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-13T21:19:28.529Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-13T21:19:28.529Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:28.529Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:28.529Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-13T21:19:28.529Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:28.529Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:28.790Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-13T21:19:28.790Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:28.790Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:28.790Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-13T21:19:28.790Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:28.790Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:29.050Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-13T21:19:29.050Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:29.050Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:29.050Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-13T21:19:29.050Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:29.050Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:29.311Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-13T21:19:29.311Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:29.311Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:29.311Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-13T21:19:29.311Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:29.311Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:29.572Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-13T21:19:29.572Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T21:19:29.572Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:29.572Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-13T21:19:29.572Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-13T21:19:29.572Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T21:19:29.572Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-13T21:19:29.572Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-13T21:19:29.572Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T21:19:29.832Z] Selecting previously unselected package libldap-common. [2021-01-13T21:19:29.832Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-13T21:19:29.832Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T21:19:29.832Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-13T21:19:29.832Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-13T21:19:29.832Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T21:19:30.093Z] Selecting previously unselected package dirmngr. [2021-01-13T21:19:30.093Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T21:19:30.093Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-13T21:19:30.093Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T21:19:30.093Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-13T21:19:30.093Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-13T21:19:30.354Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T21:19:30.354Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T21:19:30.354Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-13T21:19:30.354Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:30.354Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-13T21:19:30.354Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T21:19:30.354Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-13T21:19:30.927Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-13T21:19:30.927Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:30.927Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-13T21:19:30.927Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-13T21:19:31.195Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-13T21:19:31.195Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:31.195Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:31.195Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:31.195Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:31.195Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:31.195Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:31.195Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T21:19:31.195Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T21:19:31.456Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-13T21:19:31.456Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T21:19:31.719Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-13T21:19:31.719Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-13T21:19:31.719Z] This means they are not meant to be enabled using systemctl. [2021-01-13T21:19:31.719Z] Possible reasons for having this kind of units are: [2021-01-13T21:19:31.719Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-13T21:19:31.719Z] .wants/ or .requires/ directory. [2021-01-13T21:19:31.719Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-13T21:19:31.719Z] a requirement dependency on it. [2021-01-13T21:19:31.719Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-13T21:19:31.719Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-13T21:19:31.719Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-13T21:19:31.719Z] instance name specified. [2021-01-13T21:19:32.240Z] Reading package lists... [2021-01-13T21:19:32.240Z] Building dependency tree... [2021-01-13T21:19:32.240Z] Reading state information... [2021-01-13T21:19:32.240Z] The following additional packages will be installed: [2021-01-13T21:19:32.240Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-13T21:19:32.240Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-13T21:19:32.240Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-13T21:19:32.240Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-13T21:19:32.240Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-13T21:19:32.240Z] Suggested packages: [2021-01-13T21:19:32.240Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-13T21:19:32.240Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-13T21:19:32.240Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-13T21:19:32.240Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-13T21:19:32.240Z] systemd-container policykit-1 [2021-01-13T21:19:32.240Z] Recommended packages: [2021-01-13T21:19:32.240Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-13T21:19:32.501Z] The following NEW packages will be installed: [2021-01-13T21:19:32.501Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-13T21:19:32.501Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-13T21:19:32.501Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-13T21:19:32.501Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-13T21:19:32.501Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-13T21:19:32.501Z] The following packages will be upgraded: [2021-01-13T21:19:32.501Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-13T21:19:32.760Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-13T21:19:32.760Z] Need to get 35.2 MB of archives. [2021-01-13T21:19:32.760Z] After this operation, 141 MB of additional disk space will be used. [2021-01-13T21:19:32.760Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-13T21:19:32.760Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-13T21:19:33.331Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-13T21:19:33.331Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-13T21:19:33.592Z] 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-13T21:19:33.592Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-13T21:19:33.592Z] 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-13T21:19:33.592Z] 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-13T21:19:33.592Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-13T21:19:33.592Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-13T21:19:33.592Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-13T21:19:33.592Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-13T21:19:33.592Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-13T21:19:33.592Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-13T21:19:33.592Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-13T21:19:33.592Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-13T21:19:33.592Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-13T21:19:33.853Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-13T21:19:33.853Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-13T21:19:33.853Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-13T21:19:33.853Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-13T21:19:33.853Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-13T21:19:33.853Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-13T21:19:33.853Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-13T21:19:33.853Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-13T21:19:33.853Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-13T21:19:33.853Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-13T21:19:33.853Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-13T21:19:33.853Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-13T21:19:33.853Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-13T21:19:35.240Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T21:19:35.240Z] Fetched 35.2 MB in 3s (13.0 MB/s) [2021-01-13T21:19:35.240Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T21:19:35.240Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-13T21:19:35.499Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T21:19:36.071Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-13T21:19:36.071Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T21:19:36.071Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-13T21:19:36.332Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T21:19:36.332Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-13T21:19:36.332Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-13T21:19:36.594Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-13T21:19:36.594Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T21:19:36.594Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-13T21:19:36.594Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-13T21:19:37.167Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-13T21:19:37.167Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-13T21:19:37.427Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-13T21:19:37.427Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-13T21:19:37.427Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-13T21:19:37.427Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-13T21:19:37.688Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-13T21:19:37.688Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T21:19:37.688Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T21:19:37.949Z] Selecting previously unselected package libexpat1:amd64. [2021-01-13T21:19:37.949Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-13T21:19:37.949Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-13T21:19:37.949Z] Selecting previously unselected package python3.6-minimal. [2021-01-13T21:19:37.949Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T21:19:37.949Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T21:19:38.209Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-13T21:19:38.470Z] Checking for services that may need to be restarted...done. [2021-01-13T21:19:38.470Z] Checking for services that may need to be restarted...done. [2021-01-13T21:19:38.470Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T21:19:38.470Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-13T21:19:38.470Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T21:19:38.715Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:19:38.715Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:19:38.715Z] ---> c26f25b642cc [2021-01-13T21:19:38.715Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T21:19:38.715Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:19:38.715Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:19:38.715Z] ---> c26f25b642cc [2021-01-13T21:19:38.715Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T21:19:38.715Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:19:38.715Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:19:38.715Z] ---> c26f25b642cc [2021-01-13T21:19:38.715Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T21:19:38.715Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:19:38.715Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:19:38.715Z] ---> c26f25b642cc [2021-01-13T21:19:38.715Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T21:19:38.715Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:19:38.715Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:19:38.715Z] ---> c26f25b642cc [2021-01-13T21:19:38.715Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T21:19:39.040Z] Selecting previously unselected package python3-minimal. [2021-01-13T21:19:39.040Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-13T21:19:39.040Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-13T21:19:39.040Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-13T21:19:39.040Z] Selecting previously unselected package mime-support. [2021-01-13T21:19:39.040Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-13T21:19:39.040Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-13T21:19:39.301Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-13T21:19:39.301Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-13T21:19:39.301Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-13T21:19:39.301Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-13T21:19:39.301Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T21:19:39.301Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T21:19:39.563Z] Selecting previously unselected package python3.6. [2021-01-13T21:19:39.563Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T21:19:39.564Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T21:19:39.564Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-13T21:19:39.564Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-13T21:19:39.564Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-13T21:19:39.693Z] ---> Running in dd262d6a813f [2021-01-13T21:19:39.693Z] ---> Running in 71cf7706ab2b [2021-01-13T21:19:39.693Z] ---> Running in dc0d2fec14b0 [2021-01-13T21:19:39.693Z] ---> Running in 3722390b6aec [2021-01-13T21:19:39.694Z] ---> Running in d4f9ca1c557f [2021-01-13T21:19:39.825Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-13T21:19:39.825Z] Selecting previously unselected package python3. [2021-01-13T21:19:39.825Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-13T21:19:39.825Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-13T21:19:40.086Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-13T21:19:40.086Z] Selecting previously unselected package multiarch-support. [2021-01-13T21:19:40.086Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T21:19:40.086Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-13T21:19:40.086Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-13T21:19:40.086Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-13T21:19:40.086Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-13T21:19:40.086Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-13T21:19:40.086Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-13T21:19:40.289Z] Removing intermediate container 71cf7706ab2b [2021-01-13T21:19:40.289Z] ---> 7ce6519b1c81 [2021-01-13T21:19:40.289Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:19:40.289Z] Removing intermediate container 3722390b6aec [2021-01-13T21:19:40.289Z] ---> 0c56f58812b5 [2021-01-13T21:19:40.289Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:19:40.289Z] Removing intermediate container d4f9ca1c557f [2021-01-13T21:19:40.289Z] ---> c524939933cb [2021-01-13T21:19:40.289Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:19:40.345Z] Selecting previously unselected package libbsd0:amd64. [2021-01-13T21:19:40.345Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-13T21:19:40.345Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-13T21:19:40.345Z] Selecting previously unselected package sudo. [2021-01-13T21:19:40.345Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-13T21:19:40.345Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-13T21:19:40.567Z] Removing intermediate container dd262d6a813f [2021-01-13T21:19:40.567Z] ---> 0ef910197e39 [2021-01-13T21:19:40.567Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:19:40.567Z] Removing intermediate container dc0d2fec14b0 [2021-01-13T21:19:40.567Z] ---> cb38ffd9e6a1 [2021-01-13T21:19:40.567Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:19:40.567Z] ---> Running in 87e4f85cb4b7 [2021-01-13T21:19:40.567Z] ---> Running in 74eb2b4f09e4 [2021-01-13T21:19:40.567Z] ---> Running in 5655754ced23 [2021-01-13T21:19:40.567Z] ---> Running in e77e8561b7b5 [2021-01-13T21:19:40.567Z] ---> Running in 639a705f3a0d [2021-01-13T21:19:40.918Z] Selecting previously unselected package apparmor. [2021-01-13T21:19:40.918Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-13T21:19:40.918Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-13T21:19:41.177Z] Selecting previously unselected package libedit2:amd64. [2021-01-13T21:19:41.177Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-13T21:19:41.177Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-13T21:19:41.177Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-13T21:19:41.177Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T21:19:41.177Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T21:19:41.439Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-13T21:19:41.439Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T21:19:41.439Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T21:19:41.439Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-13T21:19:41.439Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-13T21:19:41.439Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-13T21:19:41.439Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-13T21:19:41.439Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T21:19:41.439Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T21:19:41.700Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-13T21:19:41.700Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T21:19:41.700Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T21:19:41.700Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-13T21:19:41.700Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-13T21:19:41.961Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-13T21:19:41.961Z] Selecting previously unselected package openssh-client. [2021-01-13T21:19:41.961Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-13T21:19:41.961Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-13T21:19:42.222Z] Selecting previously unselected package squashfs-tools. [2021-01-13T21:19:42.222Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-13T21:19:42.222Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-13T21:19:42.222Z] Selecting previously unselected package snapd. [2021-01-13T21:19:42.222Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-13T21:19:42.222Z] Unpacking snapd (2.48+18.04) ... [2021-01-13T21:19:43.966Z] Removing intermediate container 87e4f85cb4b7 [2021-01-13T21:19:43.966Z] ---> 53c6d0c45c54 [2021-01-13T21:19:43.966Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T21:19:44.246Z] ---> Running in 863562b186a4 [2021-01-13T21:19:44.764Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-13T21:19:44.764Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-13T21:19:44.764Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-13T21:19:44.764Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-13T21:19:44.764Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-13T21:19:44.764Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T21:19:44.764Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T21:19:44.764Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-13T21:19:44.764Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-13T21:19:44.853Z] Removing intermediate container e77e8561b7b5 [2021-01-13T21:19:44.853Z] ---> 6844822d5de9 [2021-01-13T21:19:44.853Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T21:19:44.853Z] Removing intermediate container 74eb2b4f09e4 [2021-01-13T21:19:44.853Z] ---> b9c4021893ae [2021-01-13T21:19:44.853Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T21:19:44.853Z] Removing intermediate container 5655754ced23 [2021-01-13T21:19:44.853Z] ---> 21368c15795e [2021-01-13T21:19:44.853Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T21:19:44.853Z] Removing intermediate container 639a705f3a0d [2021-01-13T21:19:44.853Z] ---> 56aec0b3f1fb [2021-01-13T21:19:44.853Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T21:19:44.853Z] ---> Running in cec5f169b222 [2021-01-13T21:19:45.151Z] ---> Running in 3a6058048996 [2021-01-13T21:19:45.151Z] ---> Running in de0c6922d157 [2021-01-13T21:19:45.151Z] ---> Running in c7820b6d4efd [2021-01-13T21:19:45.338Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-13T21:19:45.338Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-13T21:19:45.599Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-13T21:19:45.599Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T21:19:45.599Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T21:19:45.599Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T21:19:46.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:46.552Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-13T21:19:46.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:46.813Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T21:19:46.813Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-13T21:19:46.813Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-13T21:19:46.813Z] running python rtupdate hooks for python3.6... [2021-01-13T21:19:46.813Z] running python post-rtupdate hooks for python3.6... [2021-01-13T21:19:46.813Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-13T21:19:47.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:47.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:47.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:47.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:47.584Z] OK: 217 MiB in 51 packages [2021-01-13T21:19:47.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:48.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:48.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:48.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:19:48.723Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-13T21:19:48.723Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T21:19:48.723Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-13T21:19:48.723Z] Setting up snapd (2.48+18.04) ... [2021-01-13T21:19:49.137Z] OK: 217 MiB in 51 packages [2021-01-13T21:19:49.137Z] OK: 217 MiB in 51 packages [2021-01-13T21:19:49.137Z] OK: 217 MiB in 51 packages [2021-01-13T21:19:49.137Z] Removing intermediate container 863562b186a4 [2021-01-13T21:19:49.137Z] ---> dc0b1991c98d [2021-01-13T21:19:49.137Z] Step 6/24 : COPY go.mod . [2021-01-13T21:19:49.137Z] OK: 217 MiB in 51 packages [2021-01-13T21:19:49.294Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-13T21:19:49.294Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-13T21:19:49.555Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-13T21:19:49.816Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-13T21:19:50.077Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-13T21:19:50.077Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-13T21:19:50.077Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-13T21:19:50.338Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-13T21:19:50.578Z] ---> e4e119a93aba [2021-01-13T21:19:50.578Z] Step 7/24 : RUN go mod download [2021-01-13T21:19:50.578Z] ---> Running in 1ac69a4a8fdb [2021-01-13T21:19:50.599Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-13T21:19:50.599Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-13T21:19:50.852Z] Removing intermediate container 3a6058048996 [2021-01-13T21:19:50.852Z] ---> 318c37c6ffea [2021-01-13T21:19:50.852Z] Step 6/22 : COPY go.mod . [2021-01-13T21:19:50.860Z] /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-13T21:19:50.860Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T21:19:50.860Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-13T21:19:51.129Z] Removing intermediate container cec5f169b222 [2021-01-13T21:19:51.129Z] ---> 0da70ce62bfa [2021-01-13T21:19:51.129Z] Step 6/22 : COPY go.mod . [2021-01-13T21:19:51.403Z] Removing intermediate container c7820b6d4efd [2021-01-13T21:19:51.403Z] ---> 642a3f5666a6 [2021-01-13T21:19:51.403Z] Step 6/24 : COPY go.mod . [2021-01-13T21:19:51.674Z] Removing intermediate container de0c6922d157 [2021-01-13T21:19:51.674Z] ---> 735f7be62a55 [2021-01-13T21:19:51.674Z] Step 6/22 : COPY go.mod . [2021-01-13T21:19:51.799Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T21:19:51.799Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T21:19:51.799Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T21:19:51.949Z] ---> b053fd99b77f [2021-01-13T21:19:51.949Z] Step 7/22 : RUN go mod download [2021-01-13T21:19:52.224Z] ---> Running in 1df92a1aae44 [2021-01-13T21:19:52.224Z] ---> 9df3fcc14454 [2021-01-13T21:19:52.224Z] Step 7/22 : RUN go mod download [2021-01-13T21:19:52.224Z] ---> 38e46c8e48a5 [2021-01-13T21:19:52.224Z] Step 7/24 : RUN go mod download [2021-01-13T21:19:52.503Z] ---> Running in b96a240fd462 [2021-01-13T21:19:52.503Z] ---> Running in 579e2470b55e [2021-01-13T21:19:52.778Z] ---> 44f483482bc0 [2021-01-13T21:19:52.778Z] Step 7/22 : RUN go mod download [2021-01-13T21:19:53.000Z] Reading package lists... [2021-01-13T21:19:53.000Z] Reading package lists... [2021-01-13T21:19:53.054Z] ---> Running in 874e61fc7a5f [2021-01-13T21:19:53.261Z] Building dependency tree... [2021-01-13T21:19:53.261Z] Reading state information... [2021-01-13T21:19:53.261Z] Calculating upgrade... [2021-01-13T21:19:53.261Z] The following packages will be upgraded: [2021-01-13T21:19:53.261Z] advancecomp base-files bash binutils binutils-common [2021-01-13T21:19:53.261Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-13T21:19:53.261Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-13T21:19:53.261Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-13T21:19:53.261Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-13T21:19:53.261Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-13T21:19:53.261Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-13T21:19:53.261Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-13T21:19:53.261Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-13T21:19:53.261Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-13T21:19:53.261Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-13T21:19:53.261Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-13T21:19:53.261Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-13T21:19:53.261Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-13T21:19:53.261Z] ubuntu-keyring util-linux [2021-01-13T21:19:53.533Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T21:19:53.533Z] Need to get 63.7 MB of archives. [2021-01-13T21:19:53.533Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-13T21:19:53.533Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-13T21:19:53.533Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-13T21:19:53.533Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-13T21:19:53.533Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-13T21:19:53.533Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-13T21:19:53.533Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-13T21:19:53.533Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-13T21:19:53.533Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-13T21:19:53.533Z] 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-13T21:19:53.533Z] 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-13T21:19:53.533Z] 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-13T21:19:53.533Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-13T21:19:53.533Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-13T21:19:53.533Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-13T21:19:53.533Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-13T21:19:53.533Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-13T21:19:53.533Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-13T21:19:53.533Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-13T21:19:53.794Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-13T21:19:53.794Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-13T21:19:53.794Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-13T21:19:53.794Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-13T21:19:53.794Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-13T21:19:53.794Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-13T21:19:53.794Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-13T21:19:53.794Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-13T21:19:53.794Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-13T21:19:53.794Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-13T21:19:53.794Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-13T21:19:53.794Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-13T21:19:53.794Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-13T21:19:53.794Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-13T21:19:53.794Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-13T21:19:53.794Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-13T21:19:53.794Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-13T21:19:53.794Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-13T21:19:53.794Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-13T21:19:53.794Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-13T21:19:53.794Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-13T21:19:53.794Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-13T21:19:53.794Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-13T21:19:53.794Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-13T21:19:53.794Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-13T21:19:53.794Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-13T21:19:53.794Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-13T21:19:53.794Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-13T21:19:53.794Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-13T21:19:53.794Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-13T21:19:53.794Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-13T21:19:53.794Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-13T21:19:53.794Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-13T21:19:53.794Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-13T21:19:53.794Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-13T21:19:54.054Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-13T21:19:54.054Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-13T21:19:54.054Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-13T21:19:54.054Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-13T21:19:54.314Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-13T21:19:54.314Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-13T21:19:54.314Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-13T21:19:54.498Z] Removing intermediate container 1ac69a4a8fdb [2021-01-13T21:19:54.498Z] ---> f99a7fae462e [2021-01-13T21:19:54.498Z] Step 8/24 : COPY . . [2021-01-13T21:19:54.574Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-13T21:19:54.574Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-13T21:19:54.574Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-13T21:19:54.575Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-13T21:19:54.575Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-13T21:19:54.837Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-13T21:19:54.837Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-13T21:19:54.837Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-13T21:19:54.837Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-13T21:19:54.837Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-13T21:19:55.098Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-13T21:19:55.098Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-13T21:19:55.098Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-13T21:19:55.098Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-13T21:19:55.098Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-13T21:19:55.098Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-13T21:19:55.098Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-13T21:19:55.098Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-13T21:19:55.098Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-13T21:19:55.098Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-13T21:19:55.098Z] Get:81 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-13T21:19:55.359Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-13T21:19:55.359Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-13T21:19:55.359Z] Get:84 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-13T21:19:55.359Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-13T21:19:55.359Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-13T21:19:55.359Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-13T21:19:55.359Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-13T21:19:55.359Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-13T21:19:55.359Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-13T21:19:55.359Z] Get:91 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-13T21:19:55.359Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-13T21:19:55.359Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-13T21:19:55.359Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-13T21:19:55.620Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-13T21:19:55.620Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-13T21:19:55.620Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-13T21:19:55.881Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T21:19:55.881Z] Fetched 63.7 MB in 2s (28.1 MB/s) [2021-01-13T21:19:55.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:19:55.881Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T21:19:55.881Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T21:19:56.485Z] Removing intermediate container 1df92a1aae44 [2021-01-13T21:19:56.485Z] ---> 56c8df79e516 [2021-01-13T21:19:56.485Z] Step 8/22 : COPY . . [2021-01-13T21:19:56.822Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T21:19:56.822Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T21:19:56.822Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-13T21:19:56.822Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-13T21:19:57.765Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:57.766Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:58.028Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:58.028Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:58.028Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:58.028Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:58.290Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:58.290Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:58.290Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:58.483Z] Removing intermediate container b96a240fd462 [2021-01-13T21:19:58.483Z] ---> f74b8aa90fd9 [2021-01-13T21:19:58.483Z] Step 8/22 : COPY . . [2021-01-13T21:19:58.550Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:58.550Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:58.550Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:58.810Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:58.810Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:58.810Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:19:58.810Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T21:19:58.810Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:59.071Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-13T21:19:59.071Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:19:59.071Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T21:19:59.071Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:59.071Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:59.088Z] Removing intermediate container 579e2470b55e [2021-01-13T21:19:59.088Z] ---> 02040fa4a2db [2021-01-13T21:19:59.088Z] Step 8/24 : COPY . . [2021-01-13T21:19:59.332Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:59.332Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:59.332Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T21:19:59.361Z] Removing intermediate container 874e61fc7a5f [2021-01-13T21:19:59.361Z] ---> 3775f95f89e2 [2021-01-13T21:19:59.361Z] Step 8/22 : COPY . . [2021-01-13T21:19:59.592Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T21:19:59.592Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:19:59.853Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T21:19:59.853Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T21:19:59.853Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T21:20:00.423Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-13T21:20:00.684Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T21:20:00.684Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-13T21:20:00.684Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-13T21:20:00.684Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-13T21:20:00.684Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-13T21:20:00.945Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-13T21:20:00.945Z] Installing new version of config file /etc/issue ... [2021-01-13T21:20:00.945Z] Installing new version of config file /etc/issue.net ... [2021-01-13T21:20:01.207Z] Installing new version of config file /etc/lsb-release ... [2021-01-13T21:20:01.207Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-13T21:20:01.476Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-13T21:20:01.476Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-13T21:20:01.476Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-13T21:20:01.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:01.476Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-13T21:20:01.755Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-13T21:20:01.755Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-13T21:20:01.755Z] 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-13T21:20:02.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:02.020Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:02.020Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:02.020Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:02.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:02.020Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-13T21:20:02.281Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-13T21:20:02.281Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-13T21:20:02.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:02.543Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-13T21:20:02.543Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T21:20:02.543Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-13T21:20:02.803Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:02.803Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T21:20:02.803Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T21:20:03.064Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T21:20:03.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:03.064Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T21:20:03.064Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T21:20:03.326Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-13T21:20:03.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:03.326Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-13T21:20:03.326Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-13T21:20:03.326Z] Setting up grep (3.1-2build1) ... [2021-01-13T21:20:03.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:03.586Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-13T21:20:03.586Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-13T21:20:03.847Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-13T21:20:03.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:03.847Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T21:20:03.847Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T21:20:04.107Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-13T21:20:04.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:04.107Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T21:20:04.107Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T21:20:04.677Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T21:20:04.677Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T21:20:04.677Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T21:20:04.938Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T21:20:05.509Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-13T21:20:05.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:05.509Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-13T21:20:05.509Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T21:20:06.453Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-13T21:20:06.453Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-13T21:20:06.715Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-13T21:20:06.715Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-13T21:20:06.715Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-13T21:20:06.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:06.975Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-13T21:20:06.975Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-13T21:20:06.975Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-13T21:20:07.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:07.237Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:07.237Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:07.237Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:07.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:07.497Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:07.497Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:07.497Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:07.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:07.758Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:07.758Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:07.758Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:08.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:08.019Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:08.019Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:08.019Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:08.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:08.280Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T21:20:08.280Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T21:20:08.280Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T21:20:08.280Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T21:20:08.541Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T21:20:08.541Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:08.541Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T21:20:08.541Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T21:20:08.802Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T21:20:09.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:09.063Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:09.063Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:09.063Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:09.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:09.063Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:09.324Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:09.324Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:09.594Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:09.594Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:09.594Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:10.166Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:10.166Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-13T21:20:10.427Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-13T21:20:10.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:10.694Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T21:20:10.694Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T21:20:10.958Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T21:20:10.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T21:20:10.958Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-13T21:20:10.958Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T21:20:11.225Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-13T21:20:11.225Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:11.225Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-13T21:20:11.487Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-13T21:20:11.487Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-13T21:20:11.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:11.748Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T21:20:11.748Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T21:20:12.014Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T21:20:12.281Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:12.281Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T21:20:12.282Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T21:20:12.282Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T21:20:12.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:12.542Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T21:20:12.542Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T21:20:12.802Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T21:20:13.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:13.062Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T21:20:13.062Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T21:20:13.062Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-13T21:20:13.325Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T21:20:13.325Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T21:20:13.325Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T21:20:13.325Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T21:20:13.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:13.586Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-13T21:20:13.586Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-13T21:20:13.586Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-13T21:20:13.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:13.847Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-13T21:20:13.847Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T21:20:13.847Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T21:20:14.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:14.108Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T21:20:14.108Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T21:20:14.387Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T21:20:14.387Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:14.387Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-13T21:20:14.387Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-13T21:20:14.648Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-13T21:20:14.648Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:14.648Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-13T21:20:14.908Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-13T21:20:15.199Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-13T21:20:15.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:15.199Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T21:20:15.461Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T21:20:15.461Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-13T21:20:15.461Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:15.461Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-13T21:20:15.722Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-13T21:20:15.722Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-13T21:20:15.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:15.983Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-13T21:20:15.983Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-13T21:20:15.983Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-13T21:20:15.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:15.983Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-13T21:20:16.244Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-13T21:20:16.244Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-13T21:20:16.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:16.504Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-13T21:20:16.504Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-13T21:20:16.504Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-13T21:20:16.765Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:16.765Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-13T21:20:16.765Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-13T21:20:16.765Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-13T21:20:16.765Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T21:20:16.765Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-13T21:20:17.026Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-13T21:20:17.026Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-13T21:20:17.026Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-13T21:20:17.026Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-13T21:20:17.026Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-13T21:20:17.287Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-13T21:20:17.287Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-13T21:20:17.548Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-13T21:20:17.548Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-13T21:20:17.808Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-13T21:20:17.808Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-13T21:20:18.082Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-13T21:20:18.082Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-13T21:20:18.082Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-13T21:20:18.082Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-13T21:20:18.377Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-13T21:20:18.377Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-13T21:20:18.377Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-13T21:20:18.377Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-13T21:20:18.652Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-13T21:20:18.652Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-13T21:20:18.652Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-13T21:20:18.652Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-13T21:20:18.940Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-13T21:20:18.940Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-13T21:20:18.940Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-13T21:20:19.228Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-13T21:20:19.879Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-13T21:20:19.879Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-13T21:20:20.202Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-13T21:20:20.202Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-13T21:20:20.202Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T21:20:20.202Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T21:20:20.462Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T21:20:20.462Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T21:20:20.721Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T21:20:20.721Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T21:20:20.721Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T21:20:20.721Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T21:20:20.982Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:20.982Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:21.243Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:21.243Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:21.504Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:21.504Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:21.504Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:21.504Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:21.557Z] ---> 0d2da1861c74 [2021-01-13T21:20:21.557Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T21:20:21.557Z] ---> 02f37a74951e [2021-01-13T21:20:21.557Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T21:20:21.557Z] ---> 7ad44501a697 [2021-01-13T21:20:21.557Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T21:20:21.557Z] ---> 709da6bdbe1e [2021-01-13T21:20:21.557Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T21:20:21.557Z] ---> 2166a9029f51 [2021-01-13T21:20:21.557Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T21:20:21.557Z] ---> Running in 7511396e8195 [2021-01-13T21:20:21.557Z] ---> Running in 71cd2859d499 [2021-01-13T21:20:21.834Z] ---> Running in 998e215a2dfe [2021-01-13T21:20:21.834Z] ---> Running in 456bbc9e267f [2021-01-13T21:20:21.834Z] ---> Running in 8eeab5082b95 [2021-01-13T21:20:22.447Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:22.448Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:23.387Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:23.387Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:23.814Z] 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-13T21:20:23.814Z] 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-13T21:20:23.957Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:24.090Z] 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-13T21:20:24.090Z] 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-13T21:20:24.090Z] 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-13T21:20:24.218Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:24.478Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:24.478Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:25.419Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T21:20:25.419Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T21:20:25.419Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T21:20:25.419Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T21:20:25.419Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-13T21:20:25.419Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T21:20:25.680Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-13T21:20:25.680Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T21:20:25.941Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-13T21:20:25.941Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-13T21:20:25.941Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T21:20:26.202Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T21:20:26.202Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T21:20:26.202Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T21:20:26.465Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-13T21:20:26.465Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-13T21:20:26.466Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:20:26.466Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T21:20:26.466Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:20:26.725Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:20:26.725Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:20:26.725Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-13T21:20:26.725Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-13T21:20:26.725Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-13T21:20:26.725Z] [2021-01-13T21:20:26.725Z] Current default time zone: 'Etc/UTC' [2021-01-13T21:20:26.725Z] Local time is now: Wed Jan 13 21:20:26 UTC 2021. [2021-01-13T21:20:26.725Z] Universal Time is now: Wed Jan 13 21:20:26 UTC 2021. [2021-01-13T21:20:26.725Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-13T21:20:26.725Z] [2021-01-13T21:20:27.019Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-13T21:20:27.019Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:20:27.019Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-13T21:20:27.019Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-13T21:20:27.019Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-13T21:20:27.019Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-13T21:20:27.019Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-13T21:20:27.019Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-13T21:20:27.287Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-13T21:20:27.287Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-13T21:20:27.287Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:20:27.287Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-13T21:20:27.548Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:27.548Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-13T21:20:27.548Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:20:27.548Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-13T21:20:27.809Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-13T21:20:27.809Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-13T21:20:27.809Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-13T21:20:27.809Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-13T21:20:27.809Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-13T21:20:27.809Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-13T21:20:27.809Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-13T21:20:29.719Z] Updating certificates in /etc/ssl/certs... [2021-01-13T21:20:30.661Z] 22 added, 17 removed; done. [2021-01-13T21:20:30.661Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-13T21:20:30.661Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T21:20:30.661Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-13T21:20:30.661Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-13T21:20:30.661Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-13T21:20:30.661Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:30.921Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-13T21:20:30.921Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:30.921Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:30.921Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:30.921Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:30.921Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:30.921Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-13T21:20:31.181Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-13T21:20:31.181Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-13T21:20:31.181Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-13T21:20:31.181Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-13T21:20:31.181Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:31.181Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T21:20:31.181Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-13T21:20:31.181Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-13T21:20:31.442Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-13T21:20:31.442Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T21:20:31.442Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-13T21:20:31.442Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-13T21:20:31.703Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-13T21:20:31.703Z] Updating certificates in /etc/ssl/certs... [2021-01-13T21:20:32.274Z] 0 added, 0 removed; done. [2021-01-13T21:20:32.274Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-13T21:20:32.274Z] done. [2021-01-13T21:20:32.534Z] Reading package lists... [2021-01-13T21:20:32.795Z] Building dependency tree... [2021-01-13T21:20:32.795Z] Reading state information... [2021-01-13T21:20:32.795Z] The following NEW packages will be installed: [2021-01-13T21:20:32.795Z] apt-transport-https [2021-01-13T21:20:33.055Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T21:20:33.055Z] Need to get 1696 B of archives. [2021-01-13T21:20:33.055Z] After this operation, 153 kB of additional disk space will be used. [2021-01-13T21:20:33.055Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-13T21:20:33.055Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T21:20:33.055Z] Fetched 1696 B in 0s (39.4 kB/s) [2021-01-13T21:20:33.055Z] Selecting previously unselected package apt-transport-https. [2021-01-13T21:20:33.055Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-13T21:20:33.055Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-13T21:20:33.055Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-13T21:20:33.315Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-13T21:20:33.576Z] Waiting for network to be ready... [2021-01-13T21:20:38.859Z] 2021-01-13T21:20:36Z INFO Waiting for automatic snapd restart... [2021-01-13T21:20:39.120Z] snapd 2.48.2 from Canonical* installed [2021-01-13T21:20:40.061Z] "snapd" switched to the "latest/stable" channel [2021-01-13T21:20:40.061Z] [2021-01-13T21:20:42.613Z] core18 20201210 from Canonical* installed [2021-01-13T21:20:42.613Z] "core18" switched to the "latest/stable" channel [2021-01-13T21:20:42.613Z] [2021-01-13T21:20:45.970Z] snapcraft 4.4.4 from Canonical* installed [2021-01-13T21:20:45.970Z] "snapcraft" switched to the "latest/stable" channel [2021-01-13T21:20:45.970Z] [2021-01-13T21:20:49.271Z] 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-13T21:20:49.271Z] - README.md [2021-01-13T21:20:49.271Z] - snapcraft.yaml.orig [2021-01-13T21:20:49.271Z] [2021-01-13T21:20:49.271Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-13T21:20:55.857Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T21:20:55.857Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T21:20:55.857Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T21:20:55.857Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T21:20:57.061Z] Reading package lists... [2021-01-13T21:20:57.322Z] 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-13T21:21:03.912Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T21:21:03.912Z] Reading package lists... [2021-01-13T21:21:03.912Z] Building dependency tree... [2021-01-13T21:21:03.912Z] Reading state information... [2021-01-13T21:21:03.912Z] Suggested packages: [2021-01-13T21:21:03.912Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-13T21:21:03.912Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-13T21:21:03.912Z] Recommended packages: [2021-01-13T21:21:03.912Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-13T21:21:03.912Z] The following NEW packages will be installed: [2021-01-13T21:21:03.912Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-13T21:21:03.912Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-13T21:21:03.912Z] pkg-config zip [2021-01-13T21:21:03.912Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T21:21:03.912Z] Need to get 7655 kB of archives. [2021-01-13T21:21:03.912Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-13T21:21:03.912Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-13T21:21:03.912Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-13T21:21:03.912Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-13T21:21:03.912Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-13T21:21:03.912Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-13T21:21:03.912Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-13T21:21:03.912Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-13T21:21:03.912Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-13T21:21:04.172Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-13T21:21:04.172Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-13T21:21:04.172Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-13T21:21:04.172Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-13T21:21:04.433Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-13T21:21:04.433Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-13T21:21:04.433Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-13T21:21:04.433Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T21:21:04.433Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-13T21:21:04.693Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-13T21:21:04.693Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-13T21:21:04.693Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-13T21:21:04.693Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-13T21:21:04.693Z] Selecting previously unselected package libpsl5:amd64. [2021-01-13T21:21:04.693Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-13T21:21:04.693Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-13T21:21:04.954Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-13T21:21:04.955Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-13T21:21:04.955Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-13T21:21:04.955Z] Selecting previously unselected package librtmp1:amd64. [2021-01-13T21:21:04.955Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-13T21:21:04.955Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-13T21:21:04.955Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-13T21:21:04.955Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-13T21:21:04.955Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-13T21:21:05.217Z] Selecting previously unselected package liberror-perl. [2021-01-13T21:21:05.217Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-13T21:21:05.217Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-13T21:21:05.217Z] Selecting previously unselected package git-man. [2021-01-13T21:21:05.217Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-13T21:21:05.217Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-13T21:21:05.217Z] Selecting previously unselected package git. [2021-01-13T21:21:05.217Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-13T21:21:05.217Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-13T21:21:06.161Z] Selecting previously unselected package libnorm1:amd64. [2021-01-13T21:21:06.161Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-13T21:21:06.161Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-13T21:21:06.161Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-13T21:21:06.161Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-13T21:21:06.162Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-13T21:21:06.422Z] Selecting previously unselected package libsodium23:amd64. [2021-01-13T21:21:06.422Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-13T21:21:06.422Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-13T21:21:06.422Z] Selecting previously unselected package libzmq5:amd64. [2021-01-13T21:21:06.422Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-13T21:21:06.422Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T21:21:06.685Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-13T21:21:06.685Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-13T21:21:06.685Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T21:21:06.685Z] Selecting previously unselected package pkg-config. [2021-01-13T21:21:06.685Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-13T21:21:06.685Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-13T21:21:06.947Z] Selecting previously unselected package zip. [2021-01-13T21:21:06.947Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-13T21:21:06.947Z] Unpacking zip (3.0-11build1) ... [2021-01-13T21:21:06.947Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-13T21:21:06.947Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-13T21:21:06.947Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-13T21:21:06.947Z] Setting up liberror-perl (0.17025-1) ... [2021-01-13T21:21:07.207Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-13T21:21:07.207Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-13T21:21:07.207Z] No schema files found: doing nothing. [2021-01-13T21:21:07.207Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-13T21:21:07.207Z] Setting up zip (3.0-11build1) ... [2021-01-13T21:21:07.207Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-13T21:21:07.207Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-13T21:21:07.207Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-13T21:21:07.207Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T21:21:07.468Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-13T21:21:07.468Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T21:21:07.468Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-13T21:21:07.468Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T21:21:14.057Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T21:21:14.057Z] git set to automatically installed. [2021-01-13T21:21:14.057Z] git-man set to automatically installed. [2021-01-13T21:21:14.057Z] libcurl3-gnutls set to automatically installed. [2021-01-13T21:21:14.057Z] liberror-perl set to automatically installed. [2021-01-13T21:21:14.057Z] libglib2.0-0 set to automatically installed. [2021-01-13T21:21:14.057Z] libnghttp2-14 set to automatically installed. [2021-01-13T21:21:14.057Z] libnorm1 set to automatically installed. [2021-01-13T21:21:14.057Z] libpgm-5.2-0 set to automatically installed. [2021-01-13T21:21:14.057Z] libpsl5 set to automatically installed. [2021-01-13T21:21:14.057Z] librtmp1 set to automatically installed. [2021-01-13T21:21:14.057Z] libsodium23 set to automatically installed. [2021-01-13T21:21:14.057Z] libzmq3-dev set to automatically installed. [2021-01-13T21:21:14.057Z] libzmq5 set to automatically installed. [2021-01-13T21:21:14.057Z] pkg-config set to automatically installed. [2021-01-13T21:21:14.057Z] zip set to automatically installed. [2021-01-13T21:21:16.609Z] snapd is not logged in, snap install commands will use sudo [2021-01-13T21:21:23.197Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T21:21:23.769Z] snap "core18" has no updates available [2021-01-13T21:21:24.712Z] Pulling config-common [2021-01-13T21:21:25.659Z] Pulling go-build-helper [2021-01-13T21:21:45.936Z] 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-13T21:21:47.785Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-13T21:21:47.786Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-13T21:21:47.786Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-13T21:21:47.786Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-13T21:21:47.786Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-13T21:21:47.786Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-13T21:21:47.786Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-13T21:21:47.786Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-13T21:21:47.786Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-13T21:21:47.786Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-13T21:21:47.786Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-13T21:21:47.786Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-13T21:21:47.786Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-13T21:21:47.786Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-13T21:21:47.786Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-13T21:21:47.786Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-13T21:21:47.786Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-13T21:21:47.786Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-13T21:21:47.786Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-13T21:21:47.786Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-13T21:21:47.786Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-13T21:21:47.786Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-13T21:21:47.786Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-13T21:21:47.786Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-13T21:21:47.786Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-13T21:21:47.786Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-13T21:21:47.786Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-13T21:21:47.786Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-13T21:21:47.786Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-13T21:21:47.786Z] Fetched 279 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-13T21:21:47.786Z] Fetched 122 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-13T21:21:47.786Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-13T21:21:47.786Z] Fetched 8848 B in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-13T21:21:47.786Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-13T21:21:47.786Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-13T21:21:47.786Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-13T21:21:47.786Z] Fetched 214 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-13T21:21:47.786Z] Fetched 155 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-13T21:21:47.786Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-13T21:21:47.786Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-13T21:21:47.786Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-13T21:21:47.786Z] Fetched 499 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-13T21:21:47.786Z] Fetched 111 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-13T21:21:47.786Z] Fetched 240 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-13T21:21:47.786Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-13T21:21:47.786Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-13T21:21:47.786Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-13T21:21:47.786Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-13T21:21:47.786Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-13T21:21:47.786Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-13T21:21:47.786Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-13T21:21:47.786Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-13T21:21:47.786Z] Fetched 8720 B in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-13T21:21:47.786Z] Fetched 137 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-13T21:21:47.786Z] Fetched 119 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-13T21:21:47.786Z] Fetched 109 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-13T21:21:47.786Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-13T21:21:47.786Z] Fetched 645 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-13T21:21:47.786Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-13T21:21:47.786Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-13T21:21:47.786Z] Fetched 368 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-13T21:21:47.786Z] Fetched 187 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-13T21:21:47.786Z] Fetched 175 kB in 0s (0 B/s) [2021-01-13T21:21:47.786Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-13T21:21:50.331Z] Fetched 206 kB in 0s (0 B/s) [2021-01-13T21:21:50.331Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-13T21:21:50.331Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-13T21:21:50.331Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-13T21:21:50.331Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-13T21:21:50.331Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-13T21:21:50.331Z] Fetched 159 kB in 0s (0 B/s) [2021-01-13T21:21:50.331Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-13T21:21:50.331Z] Fetched 107 kB in 0s (0 B/s) [2021-01-13T21:21:50.331Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-13T21:21:50.331Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-13T21:21:50.331Z] Pulling static-packages [2021-01-13T21:21:51.275Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-13T21:21:51.275Z] Skipping pull go-build-helper (already ran) [2021-01-13T21:21:51.275Z] Skipping pull static-packages (already ran) [2021-01-13T21:21:51.275Z] Building go-build-helper [2021-01-13T21:21:54.577Z] Building static-packages [2021-01-13T21:21:56.149Z] Removing intermediate container 456bbc9e267f [2021-01-13T21:21:56.149Z] ---> 34ae9d6589d0 [2021-01-13T21:21:56.149Z] [2021-01-13T21:21:56.149Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T21:21:56.149Z] 3.12: Pulling from library/alpine [2021-01-13T21:21:56.488Z] Staging go-build-helper [2021-01-13T21:21:57.176Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T21:21:57.177Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T21:21:57.177Z] ---> afeebe901d6b [2021-01-13T21:21:57.177Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T21:21:57.427Z] Staging static-packages [2021-01-13T21:21:58.169Z] ---> Running in eca7bda61288 [2021-01-13T21:21:58.365Z] Pulling go115 [2021-01-13T21:21:59.307Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-13T21:21:59.307Z] Skipping pull go115 (already ran) [2021-01-13T21:21:59.307Z] Building go115 [2021-01-13T21:21:59.307Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T21:21:59.307Z] Dload Upload Total Spent Left Speed [2021-01-13T21:21:59.642Z] Removing intermediate container 8eeab5082b95 [2021-01-13T21:21:59.642Z] ---> f2202f12b947 [2021-01-13T21:21:59.642Z] [2021-01-13T21:21:59.642Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T21:21:59.642Z] ---> afeebe901d6b [2021-01-13T21:21:59.642Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T21:22:00.252Z] ---> Running in 00d1b6218921 [2021-01-13T21:22:00.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:22:00.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:22:01.161Z] Removing intermediate container 7511396e8195 [2021-01-13T21:22:01.161Z] ---> 79ec364a945e [2021-01-13T21:22:01.161Z] [2021-01-13T21:22:01.161Z] Step 10/24 : FROM scratch [2021-01-13T21:22:01.161Z] ---> [2021-01-13T21:22:01.161Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T21:22:01.783Z] Removing intermediate container 71cd2859d499 [2021-01-13T21:22:01.783Z] ---> 5c2acf489458 [2021-01-13T21:22:01.783Z] [2021-01-13T21:22:01.783Z] Step 10/22 : FROM scratch [2021-01-13T21:22:01.783Z] ---> [2021-01-13T21:22:01.783Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T21:22:01.783Z] ---> Running in 6caaea7dab86 [2021-01-13T21:22:02.097Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 18.3M 0 0 27.7M 0 0:00:04 --:--:-- 0:00:04 27.6M 54 115M 54 63.4M 0 0 37.9M 0 0:00:03 0:00:01 0:00:02 37.9M 97 115M 97 112M 0 0 42.4M 0 0:00:02 0:00:02 --:--:-- 42.4M 100 115M 100 115M 0 0 42.7M 0 0:00:02 0:00:02 --:--:-- 42.7M [2021-01-13T21:22:02.358Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-13T21:22:02.396Z] ---> Running in b9a66c25af86 [2021-01-13T21:22:02.396Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T21:22:02.396Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T21:22:02.396Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T21:22:02.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:22:02.396Z] Removing intermediate container 6caaea7dab86 [2021-01-13T21:22:02.396Z] ---> 4f151d3480c4 [2021-01-13T21:22:02.396Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T21:22:02.668Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T21:22:02.668Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T21:22:02.668Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:22:02.668Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T21:22:02.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:22:02.668Z] ---> Running in b0bf512464d9 [2021-01-13T21:22:02.949Z] OK: 7 MiB in 19 packages [2021-01-13T21:22:02.949Z] Removing intermediate container b9a66c25af86 [2021-01-13T21:22:02.949Z] ---> ad8a7bb2e34c [2021-01-13T21:22:02.949Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T21:22:02.949Z] ---> Running in 156cfcbe56b4 [2021-01-13T21:22:03.565Z] Removing intermediate container b0bf512464d9 [2021-01-13T21:22:03.565Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T21:22:03.565Z] ---> cccb7f7707c3 [2021-01-13T21:22:03.565Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T21:22:03.565Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T21:22:03.565Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T21:22:03.565Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T21:22:03.565Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T21:22:03.565Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:22:03.565Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T21:22:03.844Z] ---> Running in c4e07178e843 [2021-01-13T21:22:03.844Z] OK: 7 MiB in 19 packages [2021-01-13T21:22:04.125Z] Removing intermediate container 156cfcbe56b4 [2021-01-13T21:22:04.125Z] ---> a08c4aca5716 [2021-01-13T21:22:04.125Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T21:22:04.401Z] ---> Running in 8d96ee473fdc [2021-01-13T21:22:04.680Z] Removing intermediate container c4e07178e843 [2021-01-13T21:22:04.680Z] ---> c9a5636ebb5b [2021-01-13T21:22:04.680Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T21:22:05.280Z] Removing intermediate container 8d96ee473fdc [2021-01-13T21:22:05.280Z] ---> 915940ba2041 [2021-01-13T21:22:05.280Z] Step 14/22 : WORKDIR / [2021-01-13T21:22:05.280Z] ---> Running in e1998f3ff776 [2021-01-13T21:22:05.556Z] Removing intermediate container eca7bda61288 [2021-01-13T21:22:05.556Z] ---> cd8d66e9da9a [2021-01-13T21:22:05.556Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T21:22:05.832Z] ---> Running in c2c7a1ac2b4a [2021-01-13T21:22:06.440Z] ---> 506b05a25d25 [2021-01-13T21:22:06.440Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T21:22:06.440Z] Removing intermediate container e1998f3ff776 [2021-01-13T21:22:06.440Z] ---> 0b35b04fb639 [2021-01-13T21:22:06.440Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:22:06.440Z] Removing intermediate container c2c7a1ac2b4a [2021-01-13T21:22:06.440Z] ---> a553a1a08ab5 [2021-01-13T21:22:06.440Z] Step 13/22 : WORKDIR / [2021-01-13T21:22:06.564Z] Staging go115 [2021-01-13T21:22:06.718Z] Removing intermediate container 00d1b6218921 [2021-01-13T21:22:06.718Z] ---> d552475aadad [2021-01-13T21:22:06.718Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T21:22:06.999Z] ---> Running in a4757db75cb3 [2021-01-13T21:22:07.273Z] ---> Running in 96156e51df69 [2021-01-13T21:22:07.548Z] ---> 489b2225e64b [2021-01-13T21:22:07.548Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T21:22:07.822Z] ---> 358b65065f11 [2021-01-13T21:22:07.822Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T21:22:08.098Z] Removing intermediate container 96156e51df69 [2021-01-13T21:22:08.098Z] ---> 00d855e95f70 [2021-01-13T21:22:08.098Z] Step 13/24 : WORKDIR / [2021-01-13T21:22:08.098Z] Removing intermediate container a4757db75cb3 [2021-01-13T21:22:08.098Z] ---> c6d7f277bc08 [2021-01-13T21:22:08.098Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:22:08.521Z] ---> Running in 2e33e2b33610 [2021-01-13T21:22:09.668Z] ---> 9f258f6adbeb [2021-01-13T21:22:09.668Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T21:22:09.668Z] ---> 8be47bfa5e01 [2021-01-13T21:22:09.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T21:22:09.957Z] Removing intermediate container 2e33e2b33610 [2021-01-13T21:22:09.957Z] ---> 9fbe1b133d58 [2021-01-13T21:22:09.957Z] 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-13T21:22:10.241Z] ---> f92a50354047 [2021-01-13T21:22:10.242Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:22:11.714Z] ---> 7d2cee9bd670 [2021-01-13T21:22:11.714Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T21:22:11.856Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T21:22:11.856Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T21:22:11.856Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T21:22:11.856Z] Fetched 0 B in 0s (0 B/s) [2021-01-13T21:22:11.856Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-13T21:22:11.856Z] Fetched 224 kB in 0s (0 B/s) [2021-01-13T21:22:11.856Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-13T21:22:11.856Z] Fetched 157 kB in 0s (0 B/s) [2021-01-13T21:22:11.856Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-13T21:22:11.856Z] Fetched 221 kB in 0s (0 B/s) [2021-01-13T21:22:11.856Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-13T21:22:11.856Z] Fetched 143 kB in 0s (0 B/s) [2021-01-13T21:22:11.856Z] Pulling edgex-go [2021-01-13T21:22:12.002Z] ---> 1816fd3ac29e [2021-01-13T21:22:12.002Z] 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-13T21:22:12.002Z] ---> Running in a0e737a5d520 [2021-01-13T21:22:12.116Z] Pulling version [2021-01-13T21:22:12.273Z] ---> af6420f3b01e [2021-01-13T21:22:12.273Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T21:22:12.273Z] ---> 98e5c2af1ae8 [2021-01-13T21:22:12.273Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T21:22:12.549Z] Removing intermediate container 998e215a2dfe [2021-01-13T21:22:12.549Z] ---> c234c2ee0e8d [2021-01-13T21:22:12.549Z] [2021-01-13T21:22:12.549Z] Step 10/22 : FROM scratch [2021-01-13T21:22:12.549Z] ---> [2021-01-13T21:22:12.549Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T21:22:12.821Z] ---> Using cache [2021-01-13T21:22:12.821Z] ---> ad8a7bb2e34c [2021-01-13T21:22:12.821Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T21:22:12.821Z] Removing intermediate container a0e737a5d520 [2021-01-13T21:22:12.821Z] ---> ca1441994ab5 [2021-01-13T21:22:12.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:22:13.058Z] Building config-common [2021-01-13T21:22:13.102Z] ---> Running in 48e207a3502c [2021-01-13T21:22:13.102Z] ---> Running in 53f12f5be436 [2021-01-13T21:22:13.102Z] ---> f273dbcbb504 [2021-01-13T21:22:13.102Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T21:22:13.376Z] ---> 0ce1037fedaf [2021-01-13T21:22:13.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T21:22:13.647Z] Removing intermediate container 48e207a3502c [2021-01-13T21:22:13.647Z] ---> 39e4051a0596 [2021-01-13T21:22:13.647Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T21:22:13.647Z] ---> 06b6408bff00 [2021-01-13T21:22:13.647Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T21:22:13.926Z] ---> Running in 0947b3d54c31 [2021-01-13T21:22:13.926Z] Removing intermediate container 53f12f5be436 [2021-01-13T21:22:13.926Z] ---> bb40be1cff21 [2021-01-13T21:22:13.926Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T21:22:13.926Z] ---> Running in 72b53c56fc3b [2021-01-13T21:22:14.201Z] ---> 54ad5b5615bd [2021-01-13T21:22:14.201Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T21:22:14.201Z] ---> 7f17f0553c47 [2021-01-13T21:22:14.201Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T21:22:14.480Z] Removing intermediate container 0947b3d54c31 [2021-01-13T21:22:14.480Z] ---> b78a32f473ef [2021-01-13T21:22:14.480Z] Step 14/22 : WORKDIR / [2021-01-13T21:22:14.480Z] ---> Running in 4d8b21a61855 [2021-01-13T21:22:14.765Z] ---> Running in a6c26bf0bb7a [2021-01-13T21:22:14.765Z] Removing intermediate container 72b53c56fc3b [2021-01-13T21:22:14.765Z] ---> ce9c64704e51 [2021-01-13T21:22:14.765Z] Step 21/22 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:22:14.970Z] Skipping build go-build-helper (already ran) [2021-01-13T21:22:14.970Z] Skipping build static-packages (already ran) [2021-01-13T21:22:14.970Z] Skipping build go115 (already ran) [2021-01-13T21:22:14.970Z] Building edgex-go [2021-01-13T21:22:15.039Z] ---> eabd8e1fa4a7 [2021-01-13T21:22:15.039Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T21:22:15.233Z] 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-13T21:22:15.314Z] ---> Running in 4620ee6ad9f4 [2021-01-13T21:22:15.314Z] ---> Running in 14f542d82d94 [2021-01-13T21:22:15.589Z] Removing intermediate container a6c26bf0bb7a [2021-01-13T21:22:15.589Z] ---> 9f474c151577 [2021-01-13T21:22:15.589Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:22:15.589Z] ---> a7871de2cffc [2021-01-13T21:22:15.589Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T21:22:15.869Z] Removing intermediate container 14f542d82d94 [2021-01-13T21:22:15.869Z] ---> 62540844a911 [2021-01-13T21:22:15.869Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 4620ee6ad9f4 [2021-01-13T21:22:15.869Z] ---> 56eaa13c0258 [2021-01-13T21:22:15.869Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T21:22:15.869Z] [2021-01-13T21:22:16.143Z] ---> Running in dba1d369309e [2021-01-13T21:22:16.143Z] ---> Running in b47dbfd7bce7 [2021-01-13T21:22:16.421Z] ---> e0c1a5047c0e [2021-01-13T21:22:16.421Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T21:22:16.644Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-13T21:22:16.645Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 [2021-01-13T21:22:16.645Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-13T21:22:16.645Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-13T21:22:16.645Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-13T21:22:16.645Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-13T21:22:16.645Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-13T21:22:16.645Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-13T21:22:16.645Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-13T21:22:16.645Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-13T21:22:16.645Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-13T21:22:16.645Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-13T21:22:16.645Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-13T21:22:16.645Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-13T21:22:16.645Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-13T21:22:16.645Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-13T21:22:16.645Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-13T21:22:16.645Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-13T21:22:16.645Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-13T21:22:16.645Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-13T21:22:16.645Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-13T21:22:16.645Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-13T21:22:16.645Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-13T21:22:16.645Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-13T21:22:16.645Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-13T21:22:16.910Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-13T21:22:16.910Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-13T21:22:16.910Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-13T21:22:16.910Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-13T21:22:17.397Z] Removing intermediate container dba1d369309e [2021-01-13T21:22:17.397Z] ---> 059ebb587295 [2021-01-13T21:22:17.397Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T21:22:17.397Z] ---> c1541a92377e [2021-01-13T21:22:17.397Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T21:22:17.673Z] Removing intermediate container b47dbfd7bce7 [2021-01-13T21:22:17.673Z] ---> 7caff6b018f1 [2021-01-13T21:22:17.673Z] [2021-01-13T21:22:17.673Z] ---> Running in 687afbb87d7d [2021-01-13T21:22:17.946Z] Successfully built 7caff6b018f1 [2021-01-13T21:22:17.946Z] ---> b1d23a0330b7 [2021-01-13T21:22:17.946Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T21:22:17.946Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-13T21:22:17.946Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-13T21:22:18.220Z] Removing intermediate container 4d8b21a61855 [2021-01-13T21:22:18.220Z] ---> d0c2ff0112ef [2021-01-13T21:22:18.220Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T21:22:18.220Z] Removing intermediate container 687afbb87d7d [2021-01-13T21:22:18.220Z] ---> 35136210eb01 [2021-01-13T21:22:18.220Z] Step 23/24 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:22:18.492Z] ---> Running in 4af9ad6b8031 [2021-01-13T21:22:18.492Z] ---> 4f08c1ce7dce [2021-01-13T21:22:18.492Z] 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-13T21:22:18.492Z] ---> Running in 54a21550e5da [2021-01-13T21:22:18.768Z] ---> Running in 1db1cb419e8e [2021-01-13T21:22:19.041Z] ---> 059642277904 [2021-01-13T21:22:19.041Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T21:22:19.318Z] ---> Running in 4122e9849326 [2021-01-13T21:22:19.318Z] Removing intermediate container 4af9ad6b8031 [2021-01-13T21:22:19.318Z] ---> cd5d6d599f3b [2021-01-13T21:22:19.318Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T21:22:19.318Z] Removing intermediate container 54a21550e5da [2021-01-13T21:22:19.318Z] ---> 8454c0acbc8b [2021-01-13T21:22:19.318Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T21:22:20.788Z] ---> Running in 4ef94e67ece2 [2021-01-13T21:22:20.788Z] ---> Running in 896f4b348ee0 [2021-01-13T21:22:20.788Z] Removing intermediate container 4122e9849326 [2021-01-13T21:22:20.788Z] ---> 7f2fd83285f2 [2021-01-13T21:22:20.788Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:22:21.776Z] ---> Running in a36005734047 [2021-01-13T21:22:22.090Z] Removing intermediate container 896f4b348ee0 [2021-01-13T21:22:22.090Z] ---> a97ab9556fa0 [2021-01-13T21:22:22.090Z] [2021-01-13T21:22:22.090Z] Removing intermediate container 4ef94e67ece2 [2021-01-13T21:22:22.090Z] ---> bc2cf5b2937f [2021-01-13T21:22:22.090Z] Step 21/22 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:22:22.695Z] Successfully built a97ab9556fa0 [2021-01-13T21:22:22.969Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-13T21:22:22.969Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-13T21:22:22.969Z] ---> Running in 77e4955aefee [2021-01-13T21:22:22.969Z] Removing intermediate container a36005734047 [2021-01-13T21:22:22.969Z] ---> 6c1dd2399010 [2021-01-13T21:22:22.969Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T21:22:23.244Z] Removing intermediate container 1db1cb419e8e [2021-01-13T21:22:23.244Z] ---> 7855c2c76541 [2021-01-13T21:22:23.244Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T21:22:23.244Z] ---> Running in 09ef9529612f [2021-01-13T21:22:23.516Z] ---> Running in 7b7db0d9a149 [2021-01-13T21:22:23.516Z] Removing intermediate container 77e4955aefee [2021-01-13T21:22:23.516Z] ---> cd30c8d3d61b [2021-01-13T21:22:23.516Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T21:22:23.788Z] ---> Running in f67e398829db [2021-01-13T21:22:24.074Z] Removing intermediate container 09ef9529612f [2021-01-13T21:22:24.074Z] ---> 98cf3d9835d6 [2021-01-13T21:22:24.074Z] Step 21/22 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:22:24.074Z] Removing intermediate container 7b7db0d9a149 [2021-01-13T21:22:24.074Z] ---> a9a204cdbe06 [2021-01-13T21:22:24.074Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T21:22:24.349Z] ---> Running in 8d7d0daadb6f [2021-01-13T21:22:24.949Z] Removing intermediate container f67e398829db [2021-01-13T21:22:24.949Z] ---> ffe615ded05e [2021-01-13T21:22:24.949Z] [2021-01-13T21:22:24.949Z] ---> Running in e5207a10781f [2021-01-13T21:22:25.051Z] 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-13T21:22:25.227Z] Removing intermediate container 8d7d0daadb6f [2021-01-13T21:22:25.227Z] ---> addc8311579c [2021-01-13T21:22:25.227Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T21:22:25.227Z] Successfully built ffe615ded05e [2021-01-13T21:22:25.507Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-13T21:22:25.507Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-13T21:22:25.507Z] ---> Running in cfd75d27009e [2021-01-13T21:22:25.780Z] Removing intermediate container e5207a10781f [2021-01-13T21:22:25.780Z] ---> 2b1e25d72303 [2021-01-13T21:22:25.780Z] Step 23/24 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:22:26.054Z] ---> Running in 616755f3ca39 [2021-01-13T21:22:26.054Z] Removing intermediate container cfd75d27009e [2021-01-13T21:22:26.054Z] ---> b7dd7b9c9a2f [2021-01-13T21:22:26.054Z] [2021-01-13T21:22:26.331Z] Successfully built b7dd7b9c9a2f [2021-01-13T21:22:26.331Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-13T21:22:26.331Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-13T21:22:26.603Z] Removing intermediate container 616755f3ca39 [2021-01-13T21:22:26.603Z] ---> e19699ff10c3 [2021-01-13T21:22:26.603Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T21:22:26.878Z] ---> Running in 09be68f04f6e [2021-01-13T21:22:27.478Z] Removing intermediate container 09be68f04f6e [2021-01-13T21:22:27.478Z] ---> e3f8c86a4d68 [2021-01-13T21:22:27.478Z] [2021-01-13T21:22:27.750Z] Successfully built e3f8c86a4d68 [2021-01-13T21:22:27.750Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-13T21:22:28.346Z] 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-13T21:22:29.294Z] 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-13T21:22:30.234Z] 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-13T21:22:30.495Z] 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-13T21:22:30.495Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-13T21:22:30.495Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-13T21:22:30.495Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-13T21:22:30.495Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-13T21:22:32.408Z] 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-13T21:22:32.408Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-13T21:22:32.408Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-13T21:22:33.351Z] 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-13T21:22:33.351Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-13T21:22:34.291Z] 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-13T21:22:34.291Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-13T21:22:35.673Z] 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-13T21:22:36.615Z] 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-13T21:22:37.186Z] 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-13T21:22:39.114Z] Building version [2021-01-13T21:22:41.028Z] Staging config-common [2021-01-13T21:22:41.973Z] Skipping stage go-build-helper (already ran) [2021-01-13T21:22:41.973Z] Skipping stage static-packages (already ran) [2021-01-13T21:22:41.973Z] Skipping stage go115 (already ran) [2021-01-13T21:22:41.973Z] Staging edgex-go [2021-01-13T21:22:42.916Z] Staging version [2021-01-13T21:22:43.857Z] Priming config-common [2021-01-13T21:22:44.799Z] Priming go-build-helper [2021-01-13T21:22:45.741Z] Priming static-packages [2021-01-13T21:22:47.652Z] Priming go115 [2021-01-13T21:22:48.604Z] Priming edgex-go [2021-01-13T21:22:49.987Z] Priming version [2021-01-13T21:22:50.565Z] 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-13T21:23:06.740Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:23:06.740Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:23:06.740Z] ---> c26f25b642cc [2021-01-13T21:23:06.740Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T21:23:06.740Z] ---> Using cache [2021-01-13T21:23:06.740Z] ---> 0ef910197e39 [2021-01-13T21:23:06.740Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:23:06.740Z] ---> Using cache [2021-01-13T21:23:06.740Z] ---> 6844822d5de9 [2021-01-13T21:23:06.740Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T21:23:06.740Z] ---> Using cache [2021-01-13T21:23:06.740Z] ---> 0da70ce62bfa [2021-01-13T21:23:06.740Z] Step 6/21 : COPY go.mod . [2021-01-13T21:23:06.740Z] ---> Using cache [2021-01-13T21:23:06.740Z] ---> 9df3fcc14454 [2021-01-13T21:23:06.740Z] Step 7/21 : RUN go mod download [2021-01-13T21:23:06.740Z] ---> Using cache [2021-01-13T21:23:06.740Z] ---> f74b8aa90fd9 [2021-01-13T21:23:06.740Z] Step 8/21 : COPY . . [2021-01-13T21:23:06.740Z] ---> Using cache [2021-01-13T21:23:06.740Z] ---> 7ad44501a697 [2021-01-13T21:23:06.740Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T21:23:08.184Z] ---> Running in 47689277c1f1 [2021-01-13T21:23:09.626Z] 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-13T21:23:13.039Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:23:13.039Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:23:13.039Z] ---> c26f25b642cc [2021-01-13T21:23:13.039Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T21:23:13.039Z] ---> Using cache [2021-01-13T21:23:13.039Z] ---> 0ef910197e39 [2021-01-13T21:23:13.039Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:23:13.039Z] ---> Using cache [2021-01-13T21:23:13.039Z] ---> 6844822d5de9 [2021-01-13T21:23:13.039Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T21:23:14.488Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:23:14.488Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:23:14.488Z] ---> c26f25b642cc [2021-01-13T21:23:14.488Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T21:23:14.488Z] ---> Using cache [2021-01-13T21:23:14.488Z] ---> 0ef910197e39 [2021-01-13T21:23:14.488Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:23:14.488Z] ---> Using cache [2021-01-13T21:23:14.488Z] ---> 6844822d5de9 [2021-01-13T21:23:14.488Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T21:23:14.488Z] ---> Using cache [2021-01-13T21:23:14.488Z] ---> 0da70ce62bfa [2021-01-13T21:23:14.488Z] Step 6/21 : COPY go.mod . [2021-01-13T21:23:14.488Z] ---> Using cache [2021-01-13T21:23:14.488Z] ---> 9df3fcc14454 [2021-01-13T21:23:14.488Z] Step 7/21 : RUN go mod download [2021-01-13T21:23:14.488Z] ---> Using cache [2021-01-13T21:23:14.488Z] ---> f74b8aa90fd9 [2021-01-13T21:23:14.488Z] Step 8/21 : COPY . . [2021-01-13T21:23:14.488Z] ---> Using cache [2021-01-13T21:23:14.488Z] ---> 7ad44501a697 [2021-01-13T21:23:14.488Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T21:23:14.488Z] ---> Running in 65d860e3554a [2021-01-13T21:23:14.488Z] ---> Running in fbd21c28cb63 [2021-01-13T21:23:14.488Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T21:23:14.488Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T21:23:14.488Z] ---> c26f25b642cc [2021-01-13T21:23:14.488Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T21:23:14.488Z] ---> Using cache [2021-01-13T21:23:14.488Z] ---> 0ef910197e39 [2021-01-13T21:23:14.488Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:23:14.488Z] ---> Using cache [2021-01-13T21:23:14.488Z] ---> 6844822d5de9 [2021-01-13T21:23:14.488Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T21:23:14.488Z] ---> Running in 1938ee6c6129 [2021-01-13T21:23:17.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:23:17.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:23:17.171Z] 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-13T21:23:17.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:23:17.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:23:18.751Z] OK: 217 MiB in 51 packages [2021-01-13T21:23:18.751Z] OK: 217 MiB in 51 packages [2021-01-13T21:23:20.745Z] Removing intermediate container 65d860e3554a [2021-01-13T21:23:20.745Z] ---> 4a6582dac911 [2021-01-13T21:23:20.745Z] Step 6/26 : COPY go.mod . [2021-01-13T21:23:20.745Z] Removing intermediate container 1938ee6c6129 [2021-01-13T21:23:20.745Z] ---> c9300192738c [2021-01-13T21:23:20.745Z] Step 6/23 : COPY go.mod . [2021-01-13T21:23:21.738Z] ---> d06ba77e1a52 [2021-01-13T21:23:21.738Z] Step 7/26 : RUN go mod download [2021-01-13T21:23:22.020Z] ---> Running in 82ba3ab12405 [2021-01-13T21:23:22.299Z] ---> 4dffcad5d503 [2021-01-13T21:23:22.299Z] Step 7/23 : RUN go mod download [2021-01-13T21:23:22.576Z] ---> Running in a3191c8c19b9 [2021-01-13T21:23:26.885Z] Removing intermediate container 82ba3ab12405 [2021-01-13T21:23:26.885Z] ---> f0831584fae8 [2021-01-13T21:23:26.885Z] Step 8/26 : COPY . . [2021-01-13T21:23:27.492Z] Removing intermediate container a3191c8c19b9 [2021-01-13T21:23:27.492Z] ---> a782dfb67873 [2021-01-13T21:23:27.492Z] Step 8/23 : COPY . . [2021-01-13T21:23:54.313Z] 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-13T21:23:54.912Z] ---> df7c61b14ca4 [2021-01-13T21:23:54.912Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T21:23:55.202Z] ---> 6d167acaa3fe [2021-01-13T21:23:55.202Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T21:23:55.202Z] ---> Running in 1da14a3531a5 [2021-01-13T21:23:55.474Z] ---> Running in 9ae17bfc3e73 [2021-01-13T21:23:57.457Z] 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-13T21:23:57.736Z] 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-13T21:24:10.178Z] Removing intermediate container 47689277c1f1 [2021-01-13T21:24:10.178Z] ---> d960478a6e61 [2021-01-13T21:24:10.178Z] [2021-01-13T21:24:10.178Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T21:24:10.178Z] ---> afeebe901d6b [2021-01-13T21:24:10.178Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T21:24:10.178Z] ---> Running in 2ba60cb71cf8 [2021-01-13T21:24:10.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:24:10.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:24:11.387Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T21:24:11.816Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T21:24:11.816Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T21:24:11.816Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T21:24:11.816Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:24:11.816Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T21:24:12.103Z] OK: 7 MiB in 18 packages [2021-01-13T21:24:14.936Z] Removing intermediate container 2ba60cb71cf8 [2021-01-13T21:24:14.936Z] ---> 63a263ce2c15 [2021-01-13T21:24:14.936Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T21:24:15.214Z] ---> Running in 1e512cb79270 [2021-01-13T21:24:16.211Z] Removing intermediate container 1e512cb79270 [2021-01-13T21:24:16.211Z] ---> afaabe70c2f4 [2021-01-13T21:24:16.211Z] Step 13/21 : WORKDIR /edgex [2021-01-13T21:24:16.211Z] ---> Running in 35749e5a1b48 [2021-01-13T21:24:17.197Z] Removing intermediate container 35749e5a1b48 [2021-01-13T21:24:17.197Z] ---> 9a7eda2e4dd8 [2021-01-13T21:24:17.197Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T21:24:19.181Z] ---> 9a50e123fa9f [2021-01-13T21:24:19.181Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T21:24:19.796Z] Removing intermediate container fbd21c28cb63 [2021-01-13T21:24:19.796Z] ---> 3d4207a78a09 [2021-01-13T21:24:19.796Z] [2021-01-13T21:24:19.796Z] Step 10/21 : FROM scratch [2021-01-13T21:24:19.796Z] ---> [2021-01-13T21:24:19.796Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T21:24:19.796Z] ---> Using cache [2021-01-13T21:24:19.796Z] ---> ad8a7bb2e34c [2021-01-13T21:24:19.796Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T21:24:20.072Z] ---> Running in fdad6f886ff9 [2021-01-13T21:24:21.051Z] Removing intermediate container fdad6f886ff9 [2021-01-13T21:24:21.051Z] ---> 3ed7d43a4816 [2021-01-13T21:24:21.051Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T21:24:21.051Z] ---> eff1330bbbdb [2021-01-13T21:24:21.051Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T21:24:21.325Z] ---> Running in 072245cde333 [2021-01-13T21:24:22.309Z] Removing intermediate container 072245cde333 [2021-01-13T21:24:22.309Z] ---> d63d3a7a89f5 [2021-01-13T21:24:22.309Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:24:23.290Z] ---> ad51de98bfa8 [2021-01-13T21:24:23.290Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T21:24:23.290Z] ---> 449c27256ad3 [2021-01-13T21:24:23.290Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T21:24:23.565Z] ---> Running in f7fc6b69d8d3 [2021-01-13T21:24:24.559Z] Removing intermediate container f7fc6b69d8d3 [2021-01-13T21:24:24.559Z] ---> 08d01c23dd33 [2021-01-13T21:24:24.559Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T21:24:24.832Z] ---> Running in a962613d7d21 [2021-01-13T21:24:25.427Z] ---> 4acb3655a820 [2021-01-13T21:24:25.427Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T21:24:25.705Z] Removing intermediate container a962613d7d21 [2021-01-13T21:24:25.705Z] ---> 9e73f91d9bac [2021-01-13T21:24:25.705Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T21:24:25.990Z] ---> Running in d27d2a9a7da5 [2021-01-13T21:24:26.593Z] ---> f4010a093585 [2021-01-13T21:24:26.593Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T21:24:26.593Z] Removing intermediate container d27d2a9a7da5 [2021-01-13T21:24:26.877Z] ---> 43355d10d634 [2021-01-13T21:24:26.877Z] Step 20/21 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:24:26.877Z] ---> Running in 196b2cc5ee92 [2021-01-13T21:24:26.877Z] ---> Running in 858f7682dab2 [2021-01-13T21:24:27.478Z] Removing intermediate container 196b2cc5ee92 [2021-01-13T21:24:27.478Z] ---> 4a5aa50a4819 [2021-01-13T21:24:27.478Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:24:27.760Z] ---> Running in f99f4d50fde5 [2021-01-13T21:24:27.760Z] Removing intermediate container 858f7682dab2 [2021-01-13T21:24:27.760Z] ---> b453cf6ead12 [2021-01-13T21:24:27.760Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T21:24:28.036Z] ---> Running in b37eb0566647 [2021-01-13T21:24:28.640Z] Removing intermediate container f99f4d50fde5 [2021-01-13T21:24:28.640Z] ---> 0d6c367c0315 [2021-01-13T21:24:28.640Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T21:24:28.921Z] ---> Running in 368605d658f2 [2021-01-13T21:24:28.921Z] Removing intermediate container b37eb0566647 [2021-01-13T21:24:28.921Z] ---> 06086e75860e [2021-01-13T21:24:28.921Z] [2021-01-13T21:24:29.908Z] Removing intermediate container 368605d658f2 [2021-01-13T21:24:29.908Z] ---> a00eb83e0347 [2021-01-13T21:24:29.908Z] Step 20/21 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:24:29.908Z] Successfully built 06086e75860e [2021-01-13T21:24:29.908Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-13T21:24:29.908Z]  Building docker-security-proxy-setup-go ... done  ---> Running in e4d750a55396 [2021-01-13T21:24:30.888Z] Removing intermediate container e4d750a55396 [2021-01-13T21:24:30.888Z] ---> ed23dbc4638c [2021-01-13T21:24:30.888Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T21:24:30.888Z] ---> Running in 924d5631147d [2021-01-13T21:24:31.486Z] Removing intermediate container 924d5631147d [2021-01-13T21:24:31.486Z] ---> c1203e120adb [2021-01-13T21:24:31.486Z] [2021-01-13T21:24:32.084Z] Successfully built c1203e120adb [2021-01-13T21:24:32.084Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-13T21:24:58.920Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9ae17bfc3e73 [2021-01-13T21:24:58.920Z] ---> 12f489d9c64b [2021-01-13T21:24:58.920Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T21:24:58.920Z] ---> Running in e07a15a863a0 [2021-01-13T21:24:58.920Z] 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-13T21:24:58.920Z] Removing intermediate container e07a15a863a0 [2021-01-13T21:24:58.920Z] ---> 3d69da13736f [2021-01-13T21:24:58.920Z] [2021-01-13T21:24:58.920Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T21:24:58.920Z] 20.10.0: Pulling from library/docker [2021-01-13T21:25:09.084Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T21:25:09.084Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T21:25:09.084Z] ---> eeaf43b92773 [2021-01-13T21:25:09.084Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T21:25:09.084Z] ---> Running in b7e35b02c0d0 [2021-01-13T21:25:09.084Z] Removing intermediate container 1da14a3531a5 [2021-01-13T21:25:09.084Z] ---> 6df41a6fb300 [2021-01-13T21:25:09.084Z] [2021-01-13T21:25:09.084Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T21:25:09.084Z] ---> afeebe901d6b [2021-01-13T21:25:09.084Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T21:25:09.084Z] ---> Running in ef7bf0050b53 [2021-01-13T21:25:09.690Z] Removing intermediate container ef7bf0050b53 [2021-01-13T21:25:09.690Z] ---> 94acfc8109ac [2021-01-13T21:25:09.690Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T21:25:09.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:25:09.690Z] ---> Running in 29a48122b61c [2021-01-13T21:25:09.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:25:10.238Z] Removing intermediate container 29a48122b61c [2021-01-13T21:25:10.238Z] ---> a2c9f34ea28c [2021-01-13T21:25:10.238Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T21:25:10.238Z] ---> Running in 1b66d7aa4254 [2021-01-13T21:25:10.512Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T21:25:10.512Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T21:25:10.512Z] Executing bash-5.0.17-r0.post-install [2021-01-13T21:25:10.512Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:25:10.786Z] OK: 12 MiB in 22 packages [2021-01-13T21:25:10.786Z] Removing intermediate container 1b66d7aa4254 [2021-01-13T21:25:10.786Z] ---> e5f5e326eb79 [2021-01-13T21:25:10.786Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T21:25:11.057Z] ---> Running in f9403f7497f5 [2021-01-13T21:25:12.040Z] Removing intermediate container b7e35b02c0d0 [2021-01-13T21:25:12.040Z] ---> f715bafb6193 [2021-01-13T21:25:12.040Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T21:25:12.314Z] ---> Running in 5e5ace32caa7 [2021-01-13T21:25:12.911Z] Removing intermediate container 5e5ace32caa7 [2021-01-13T21:25:12.911Z] ---> 6934ab1727f1 [2021-01-13T21:25:12.911Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T21:25:12.911Z] ---> Running in 9e06eca9a840 [2021-01-13T21:25:13.522Z] Removing intermediate container f9403f7497f5 [2021-01-13T21:25:13.522Z] ---> 02cfc1e34a28 [2021-01-13T21:25:13.522Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T21:25:13.522Z] Removing intermediate container 9e06eca9a840 [2021-01-13T21:25:13.522Z] ---> 86f87097e0dc [2021-01-13T21:25:13.522Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T21:25:13.522Z] ---> Running in 7fbb8932c93d [2021-01-13T21:25:13.794Z] ---> Running in bf7a2b8b78ec [2021-01-13T21:25:14.386Z] Removing intermediate container bf7a2b8b78ec [2021-01-13T21:25:14.386Z] ---> a8202c212b3a [2021-01-13T21:25:14.386Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T21:25:14.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:25:15.250Z] ---> cc16a976ec28 [2021-01-13T21:25:15.250Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T21:25:15.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:25:16.116Z] ---> bece8fe28ca1 [2021-01-13T21:25:16.116Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T21:25:16.706Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T21:25:16.706Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T21:25:16.988Z] ---> 3443bc4fbbb0 [2021-01-13T21:25:16.988Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T21:25:16.988Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T21:25:16.988Z] ---> Running in c082259deb51 [2021-01-13T21:25:17.261Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T21:25:17.533Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T21:25:17.533Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:25:17.533Z] OK: 8 MiB in 19 packages [2021-01-13T21:25:18.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:25:18.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:25:18.999Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T21:25:18.999Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T21:25:18.999Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T21:25:18.999Z] Removing intermediate container 7fbb8932c93d [2021-01-13T21:25:18.999Z] ---> 682561a4f923 [2021-01-13T21:25:18.999Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T21:25:18.999Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T21:25:18.999Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T21:25:18.999Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T21:25:18.999Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T21:25:19.984Z] ---> 404cef2bbc77 [2021-01-13T21:25:19.984Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T21:25:20.974Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T21:25:20.974Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T21:25:20.974Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T21:25:20.974Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T21:25:20.974Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T21:25:20.974Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T21:25:21.246Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T21:25:21.246Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T21:25:21.246Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T21:25:21.246Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T21:25:21.246Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T21:25:21.520Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T21:25:21.520Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T21:25:21.520Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T21:25:21.520Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T21:25:21.520Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T21:25:21.520Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T21:25:21.520Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T21:25:21.520Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T21:25:21.520Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T21:25:21.520Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T21:25:21.797Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T21:25:21.797Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T21:25:21.797Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T21:25:21.797Z] ---> e520736fc27c [2021-01-13T21:25:21.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T21:25:21.797Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T21:25:21.797Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T21:25:21.797Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:25:22.072Z] OK: 71 MiB in 55 packages [2021-01-13T21:25:22.669Z] ---> 96624d4a1ebe [2021-01-13T21:25:22.669Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T21:25:22.669Z] ---> Running in 55c35d0a5239 [2021-01-13T21:25:23.267Z] Removing intermediate container 55c35d0a5239 [2021-01-13T21:25:23.267Z] ---> aec3b4b98181 [2021-01-13T21:25:23.267Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:25:23.867Z] ---> Running in c2021bddef2e [2021-01-13T21:25:24.465Z] Removing intermediate container c2021bddef2e [2021-01-13T21:25:24.465Z] ---> cf5324bf1ddb [2021-01-13T21:25:24.465Z] Step 21/23 : LABEL arch=arm64 [2021-01-13T21:25:24.465Z] ---> Running in 757f0b0f2c4a [2021-01-13T21:25:25.071Z] Removing intermediate container 757f0b0f2c4a [2021-01-13T21:25:25.071Z] ---> 9285a879a4fc [2021-01-13T21:25:25.071Z] Step 22/23 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:25:25.343Z] ---> Running in 05bee0ed6ade [2021-01-13T21:25:25.937Z] Removing intermediate container 05bee0ed6ade [2021-01-13T21:25:25.937Z] ---> e9c49a6396a0 [2021-01-13T21:25:25.937Z] Step 23/23 : LABEL version=0.0.0 [2021-01-13T21:25:26.212Z] ---> Running in 58926d6ec70e [2021-01-13T21:25:26.811Z] Removing intermediate container 58926d6ec70e [2021-01-13T21:25:26.811Z] ---> 6f0a8190a637 [2021-01-13T21:25:26.811Z] [2021-01-13T21:25:27.084Z] Successfully built 6f0a8190a637 [2021-01-13T21:25:27.084Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-13T21:25:27.679Z]  Building docker-core-data-go ... done Removing intermediate container c082259deb51 [2021-01-13T21:25:27.679Z] ---> cf9daf3e382e [2021-01-13T21:25:27.679Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T21:25:27.951Z] ---> Running in 4f315a29c2ea [2021-01-13T21:25:33.344Z] Collecting docker-compose==1.23.2 [2021-01-13T21:25:33.344Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T21:25:33.344Z] Collecting PyYAML<4,>=3.10 [2021-01-13T21:25:33.614Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T21:25:36.278Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T21:25:36.278Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T21:25:38.240Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T21:25:38.511Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T21:25:38.782Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T21:25:38.782Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T21:25:39.053Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T21:25:39.053Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T21:25:41.718Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T21:25:41.718Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T21:25:43.151Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T21:25:43.151Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T21:25:43.151Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T21:25:43.151Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T21:25:45.753Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T21:25:45.753Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T21:25:45.753Z] 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-13T21:25:45.753Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T21:25:45.753Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T21:25:45.753Z] 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-13T21:25:45.753Z] 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-13T21:25:46.344Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T21:25:46.344Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T21:25:46.615Z] Collecting idna<2.8,>=2.5 [2021-01-13T21:25:46.615Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T21:25:46.885Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T21:25:46.885Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T21:25:46.885Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T21:25:46.885Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T21:25:47.475Z] Installing collected packages: PyYAML, texttable, websocket-client, cached-property, dockerpty, docker-pycreds, urllib3, idna, requests, docker, docopt, jsonschema, docker-compose [2021-01-13T21:25:47.475Z] Running setup.py install for PyYAML: started [2021-01-13T21:25:49.452Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T21:25:49.452Z] Running setup.py install for texttable: started [2021-01-13T21:25:51.411Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T21:25:51.683Z] Running setup.py install for dockerpty: started [2021-01-13T21:25:53.648Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T21:25:53.648Z] Attempting uninstall: urllib3 [2021-01-13T21:25:53.648Z] Found existing installation: urllib3 1.25.9 [2021-01-13T21:25:53.648Z] Uninstalling urllib3-1.25.9: [2021-01-13T21:25:53.648Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T21:25:54.237Z] Attempting uninstall: idna [2021-01-13T21:25:54.237Z] Found existing installation: idna 2.9 [2021-01-13T21:25:54.237Z] Uninstalling idna-2.9: [2021-01-13T21:25:54.237Z] Successfully uninstalled idna-2.9 [2021-01-13T21:25:54.835Z] Attempting uninstall: requests [2021-01-13T21:25:54.835Z] Found existing installation: requests 2.23.0 [2021-01-13T21:25:54.835Z] Uninstalling requests-2.23.0: [2021-01-13T21:25:55.105Z] Successfully uninstalled requests-2.23.0 [2021-01-13T21:25:56.076Z] Running setup.py install for docopt: started [2021-01-13T21:25:58.039Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T21:25:59.013Z] 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-13T21:26:02.388Z] Removing intermediate container 4f315a29c2ea [2021-01-13T21:26:02.388Z] ---> 40aab08a65b1 [2021-01-13T21:26:02.388Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T21:26:02.660Z] ---> Running in e4849c62a6c6 [2021-01-13T21:26:03.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T21:26:03.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T21:26:04.498Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T21:26:04.498Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T21:26:04.498Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T21:26:04.498Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T21:26:04.768Z] OK: 71 MiB in 58 packages [2021-01-13T21:26:06.202Z] Removing intermediate container e4849c62a6c6 [2021-01-13T21:26:06.202Z] ---> 35f91b38f7a5 [2021-01-13T21:26:06.202Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T21:26:06.202Z] ---> Running in 18e8649ef21f [2021-01-13T21:26:06.474Z] Removing intermediate container 18e8649ef21f [2021-01-13T21:26:06.474Z] ---> 4813e872a1a8 [2021-01-13T21:26:06.474Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T21:26:06.753Z] ---> Running in 23151200a6c0 [2021-01-13T21:26:07.025Z] Removing intermediate container 23151200a6c0 [2021-01-13T21:26:07.025Z] ---> 62b7619dfaca [2021-01-13T21:26:07.025Z] Step 24/26 : LABEL arch=arm64 [2021-01-13T21:26:07.296Z] ---> Running in b5ae3e69a86d [2021-01-13T21:26:07.577Z] Removing intermediate container b5ae3e69a86d [2021-01-13T21:26:07.577Z] ---> d2cc9404f87a [2021-01-13T21:26:07.577Z] Step 25/26 : LABEL git_sha=01e1bb6b44181285d4d98e07558aa1bb1f47b192 [2021-01-13T21:26:07.848Z] ---> Running in d366973cb640 [2021-01-13T21:26:08.442Z] Removing intermediate container d366973cb640 [2021-01-13T21:26:08.442Z] ---> c584c42718da [2021-01-13T21:26:08.442Z] Step 26/26 : LABEL version=0.0.0 [2021-01-13T21:26:08.442Z] ---> Running in 811319d8d52b [2021-01-13T21:26:09.034Z] Removing intermediate container 811319d8d52b [2021-01-13T21:26:09.034Z] ---> e1178151467e [2021-01-13T21:26:09.034Z] [2021-01-13T21:26:09.305Z] Successfully built e1178151467e [2021-01-13T21:26:09.305Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-13T21:26:09.591Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-13T21:26:09.652Z] $ docker stop --time=1 a40d5cdda78cfd7ac5271369e60ffa8df47ae248a47b1405f7fed92414eb721f [2021-01-13T21:26:11.610Z] $ docker rm -f a40d5cdda78cfd7ac5271369e60ffa8df47ae248a47b1405f7fed92414eb721f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T21:26:12.290Z] + grep docker [2021-01-13T21:26:12.291Z] + docker images [2021-01-13T21:26:12.562Z] docker-sys-mgmt-agent-go-arm64 latest e1178151467e 4 seconds ago 300MB [2021-01-13T21:26:12.562Z] docker-core-data-go-arm64 latest 6f0a8190a637 46 seconds ago 21MB [2021-01-13T21:26:12.562Z] docker-support-scheduler-go-arm64 latest c1203e120adb About a minute ago 10MB [2021-01-13T21:26:12.562Z] docker-security-proxy-setup-go-arm64 latest 06086e75860e About a minute ago 23.3MB [2021-01-13T21:26:12.562Z] docker-security-secretstore-setup-go-arm64 latest e3f8c86a4d68 3 minutes ago 23.4MB [2021-01-13T21:26:12.562Z] docker-core-metadata-go-arm64 latest b7dd7b9c9a2f 3 minutes ago 12.3MB [2021-01-13T21:26:12.562Z] docker-security-bootstrap-redis-go-arm64 latest ffe615ded05e 3 minutes ago 15.1MB [2021-01-13T21:26:12.562Z] docker-support-notifications-go-arm64 latest a97ab9556fa0 3 minutes ago 11.4MB [2021-01-13T21:26:12.562Z] docker-core-command-go-arm64 latest 7caff6b018f1 3 minutes ago 9.98MB [2021-01-13T21:26:12.562Z] 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-13T21:26:14.978Z] provisioning config files... [2021-01-13T21:26:14.992Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config105158833327215033tmp [Pipeline] { [Pipeline] sh [2021-01-13T21:26:15.391Z] + set +x [2021-01-13T21:26:15.392Z] + curl -s https://codecov.io/bash [2021-01-13T21:26:15.392Z] + bash -s -- [2021-01-13T21:26:15.996Z] [2021-01-13T21:26:15.996Z] _____ _ [2021-01-13T21:26:15.996Z] / ____| | | [2021-01-13T21:26:15.996Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T21:26:15.996Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T21:26:15.996Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T21:26:15.996Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T21:26:15.996Z] Bash-20201231-23d4836 [2021-01-13T21:26:15.996Z] [2021-01-13T21:26:15.996Z] [2021-01-13T21:26:15.996Z] ==> git version 2.24.3 found [2021-01-13T21:26:15.996Z] ==> 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-13T21:26:15.996Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T21:26:15.996Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T21:26:15.996Z] ==> Jenkins CI detected. [2021-01-13T21:26:15.996Z] project root: . [2021-01-13T21:26:15.996Z] --> token set from env [2021-01-13T21:26:15.996Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T21:26:15.996Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T21:26:15.996Z] ==> Python coveragepy not found [2021-01-13T21:26:15.996Z] ==> Searching for coverage reports in: [2021-01-13T21:26:15.996Z] + . [2021-01-13T21:26:15.996Z] -> Found 1 reports [2021-01-13T21:26:15.996Z] ==> Detecting git/mercurial file structure [2021-01-13T21:26:16.308Z] ==> Reading reports [2021-01-13T21:26:16.308Z] + ./coverage.out bytes=554655 [2021-01-13T21:26:16.308Z] ==> Appending adjustments [2021-01-13T21:26:16.308Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T21:26:19.711Z] + Found adjustments [2021-01-13T21:26:19.711Z] ==> Gzipping contents [2021-01-13T21:26:19.711Z] 84K /tmp/codecov.eqUrWz.gz [2021-01-13T21:26:19.711Z] ==> Uploading reports [2021-01-13T21:26:19.711Z] url: https://codecov.io [2021-01-13T21:26:19.711Z] query: branch=PR-3019&commit=01e1bb6b44181285d4d98e07558aa1bb1f47b192&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3019%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3019&job=&cmd_args= [2021-01-13T21:26:19.711Z] -> Pinging Codecov [2021-01-13T21:26:19.711Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3019&commit=01e1bb6b44181285d4d98e07558aa1bb1f47b192&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3019%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3019&job=&cmd_args= [2021-01-13T21:26:20.286Z] -> Uploading to [2021-01-13T21:26:20.286Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/01e1bb6b44181285d4d98e07558aa1bb1f47b192/c327edaa-0b11-4b90-a285-23350086d75d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T212620Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e0f6f08c9006e6c65d015f3e080da3d706abc69f99d37dad2ec2da12cbb1ef7b [2021-01-13T21:26:20.286Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T21:26:20.286Z] Dload Upload Total Spent Left Speed [2021-01-13T21:26:20.862Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83694 0 0 100 83694 0 144k --:--:-- --:--:-- --:--:-- 144k [2021-01-13T21:26:20.862Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/01e1bb6b44181285d4d98e07558aa1bb1f47b192 [Pipeline] } [2021-01-13T21:26:20.872Z] 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-13T21:26:23.318Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:26:24.203Z] ---> package-listing.sh [2021-01-13T21:26:24.203Z] ++ facter osfamily [2021-01-13T21:26:24.203Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T21:26:24.203Z] + OS_FAMILY=redhat [2021-01-13T21:26:24.203Z] + workspace=/w/workspace/edgex-go/2 [2021-01-13T21:26:24.203Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T21:26:24.203Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T21:26:24.203Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T21:26:24.203Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T21:26:24.203Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-13T21:26:24.203Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T21:26:24.203Z] + case "${OS_FAMILY}" in [2021-01-13T21:26:24.203Z] + rpm -qa [2021-01-13T21:26:24.203Z] + sort [2021-01-13T21:26:29.515Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T21:26:29.515Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T21:26:29.515Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T21:26:29.515Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-13T21:26:29.515Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-13T21:26:29.515Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-13T21:26:29.528Z] 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-13T21:26:29.819Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:26:30.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T21:26:30.127Z] [2021-01-13T21:26:30.127Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T21:26:30.497Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T21:26:30.497Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T21:26:30.497Z] df20fa9351a1: Pulling fs layer [2021-01-13T21:26:30.497Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T21:26:30.497Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T21:26:30.497Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T21:26:30.497Z] 93b61091891f: Pulling fs layer [2021-01-13T21:26:30.497Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T21:26:30.497Z] 5e14af77c1be: Pulling fs layer [2021-01-13T21:26:30.497Z] 01666e4c0597: Pulling fs layer [2021-01-13T21:26:30.497Z] aa168da1d23b: Pulling fs layer [2021-01-13T21:26:30.497Z] 5e14af77c1be: Waiting [2021-01-13T21:26:30.497Z] 01666e4c0597: Waiting [2021-01-13T21:26:30.497Z] aa168da1d23b: Waiting [2021-01-13T21:26:30.497Z] 46f8f816bc3b: Waiting [2021-01-13T21:26:30.497Z] 93b61091891f: Waiting [2021-01-13T21:26:30.497Z] 93b9cdb0e59b: Waiting [2021-01-13T21:26:30.497Z] 36b3adc4ff6f: Download complete [2021-01-13T21:26:30.497Z] 46f8f816bc3b: Download complete [2021-01-13T21:26:30.762Z] df20fa9351a1: Download complete [2021-01-13T21:26:30.762Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T21:26:30.762Z] 93b9cdb0e59b: Download complete [2021-01-13T21:26:30.762Z] 5e14af77c1be: Verifying Checksum [2021-01-13T21:26:30.762Z] 5e14af77c1be: Download complete [2021-01-13T21:26:30.762Z] 93b61091891f: Verifying Checksum [2021-01-13T21:26:30.762Z] 93b61091891f: Download complete [2021-01-13T21:26:30.762Z] 01666e4c0597: Verifying Checksum [2021-01-13T21:26:30.762Z] 01666e4c0597: Download complete [2021-01-13T21:26:31.029Z] df20fa9351a1: Pull complete [2021-01-13T21:26:31.292Z] 36b3adc4ff6f: Pull complete [2021-01-13T21:26:31.557Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T21:26:31.557Z] 8ad3a11d3b57: Download complete [2021-01-13T21:26:32.519Z] 8ad3a11d3b57: Pull complete [2021-01-13T21:26:32.519Z] 46f8f816bc3b: Pull complete [2021-01-13T21:26:33.472Z] aa168da1d23b: Verifying Checksum [2021-01-13T21:26:33.472Z] aa168da1d23b: Download complete [2021-01-13T21:26:34.449Z] 93b61091891f: Pull complete [2021-01-13T21:26:34.712Z] 93b9cdb0e59b: Pull complete [2021-01-13T21:26:34.712Z] 5e14af77c1be: Pull complete [2021-01-13T21:26:34.975Z] 01666e4c0597: Pull complete [2021-01-13T21:26:45.020Z] aa168da1d23b: Pull complete [2021-01-13T21:26:45.020Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T21:26:45.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T21:26:45.020Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T21:26:45.262Z] prd-centos7-docker-4c-2g-20035 does not seem to be running inside a container [2021-01-13T21:26:45.321Z] $ 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-13T21:26:50.107Z] $ docker top 67dac28d8f489e0caeb2033739abefd3a4ae6b042d36809304cb67988d2f86bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T21:26:50.762Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T21:26:51.062Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T21:26:51.362Z] + ls /var/log/sa-host [2021-01-13T21:26:51.362Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T21:26:51.362Z] file_magic: OK [2021-01-13T21:26:51.362Z] HZ: Using current value: 100 [2021-01-13T21:26:51.362Z] file_header: OK [2021-01-13T21:26:51.362Z] 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-13T21:26:51.362Z] Statistics: [2021-01-13T21:26:51.362Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-13T21:26:51.362Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T21:26:51.363Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T21:26:51.363Z] file_magic: OK [2021-01-13T21:26:51.363Z] HZ: Using current value: 100 [2021-01-13T21:26:51.363Z] file_header: OK [2021-01-13T21:26:51.363Z] 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-13T21:26:51.363Z] Statistics: [2021-01-13T21:26:51.363Z] Hnuu...uuuununununu... [2021-01-13T21:26:51.363Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T21:26:52.031Z] provisioning config files... [2021-01-13T21:26:52.055Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2414080340298534193tmp [Pipeline] { [Pipeline] echo [2021-01-13T21:26:52.136Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:26:52.435Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T21:26:52.445Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T21:26:52.547Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:26:52.849Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T21:26:52.863Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:26:53.159Z] ---> sudo-logs.sh [2021-01-13T21:26:53.159Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T21:26:53.169Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:26:53.477Z] ---> job-cost.sh [2021-01-13T21:26:53.477Z] lf-activate-venv: SKIPPING [2021-01-13T21:26:53.477Z] INFO: No Stack... [2021-01-13T21:26:54.423Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T21:26:54.998Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T21:26:55.011Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T21:26:55.313Z] ---> logs-deploy.sh [2021-01-13T21:26:55.313Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3019/2 [2021-01-13T21:26:55.313Z] INFO: archiving workspace using pattern(s): [2021-01-13T21:26:56.701Z] Archives upload complete. [2021-01-13T21:26:56.971Z] INFO: archiving logs to Nexus