Pull request #2975 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 33032524c0e2948070d07a8abcfdc39e4a1d74ac+0334f8c6cb4567394b03fe4bb4a72992867bc10f (0059f5cb0f273d0cbafec7e158931650fbafaca2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17651 in /w/workspace/edgexfoundry_edgex-go_PR-2975 [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 0334f8c6cb4567394b03fe4bb4a72992867bc10f into PR head commit 33032524c0e2948070d07a8abcfdc39e4a1d74ac > 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/2975/head:refs/remotes/origin/PR-2975 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # 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 0334f8c6cb4567394b03fe4bb4a72992867bc10f # timeout=10 Merge succeeded, producing 33032524c0e2948070d07a8abcfdc39e4a1d74ac Checking out Revision 33032524c0e2948070d07a8abcfdc39e4a1d74ac (PR-2975) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 Commit message: "refactor: Use latest bootstrap for logging client changes" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 0591b2a411e4d02f12d201cd2101240dc92864be # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-29T21:50:50.600Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-29T21:50:51.018Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-29T21:50:51.133Z] ========================================================= [2020-12-29T21:50:51.133Z] EdgeX Global Pipelines Version Info [2020-12-29T21:50:51.133Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-29T21:50:52.663Z] ------------------- [2020-12-29T21:50:52.663Z] stable info: [2020-12-29T21:50:52.663Z] ------------------- [2020-12-29T21:50:52.663Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-29T21:50:52.663Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T21:50:52.663Z] Message: update stable to v1.0.173 [2020-12-29T21:50:53.614Z] ------------------- [2020-12-29T21:50:53.614Z] experimental info: [2020-12-29T21:50:53.614Z] ------------------- [2020-12-29T21:50:53.614Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-29T21:50:53.614Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T21:50:53.614Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-29T21:50:53.923Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-29T21:50:54.030Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-29T21:50:54.141Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-29T21:50:54.248Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-29T21:50:54.358Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-29T21:50:54.462Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-29T21:50:54.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-29T21:50:54.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-29T21:50:54.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-29T21:50:55.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-29T21:50:55.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-29T21:50:55.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-29T21:50:55.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-29T21:50:55.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-29T21:50:55.539Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-29T21:50:55.654Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-29T21:50:55.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-29T21:50:55.857Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-29T21:50:55.958Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-29T21:50:56.058Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-29T21:50:56.158Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-29T21:50:56.264Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-29T21:50:56.365Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-29T21:50:56.465Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2975 [Pipeline] echo [2020-12-29T21:50:56.565Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2975 [Pipeline] echo [2020-12-29T21:50:56.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2975 [Pipeline] echo [2020-12-29T21:50:56.763Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 33032524c0e2948070d07a8abcfdc39e4a1d74ac [Pipeline] echo [2020-12-29T21:50:56.880Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3303252 [Pipeline] echo [2020-12-29T21:50:56.984Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T21:50:57.177Z] provisioning config files... [2020-12-29T21:50:57.206Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8874295191862845628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T21:50:57.570Z] ---> docker-login.sh [2020-12-29T21:50:57.570Z] nexus3.edgexfoundry.org:10001 [2020-12-29T21:50:57.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:50:58.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:50:58.094Z] Configure a credential helper to remove this warning. See [2020-12-29T21:50:58.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:50:58.094Z] [2020-12-29T21:50:58.094Z] Login Succeeded [2020-12-29T21:50:58.094Z] nexus3.edgexfoundry.org:10002 [2020-12-29T21:50:58.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:50:58.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:50:58.356Z] Configure a credential helper to remove this warning. See [2020-12-29T21:50:58.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:50:58.356Z] [2020-12-29T21:50:58.356Z] Login Succeeded [2020-12-29T21:50:58.356Z] nexus3.edgexfoundry.org:10003 [2020-12-29T21:50:58.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:50:58.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:50:58.356Z] Configure a credential helper to remove this warning. See [2020-12-29T21:50:58.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:50:58.356Z] [2020-12-29T21:50:58.356Z] Login Succeeded [2020-12-29T21:50:58.356Z] nexus3.edgexfoundry.org:10004 [2020-12-29T21:50:58.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:50:58.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:50:58.620Z] Configure a credential helper to remove this warning. See [2020-12-29T21:50:58.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:50:58.620Z] [2020-12-29T21:50:58.620Z] Login Succeeded [2020-12-29T21:50:58.620Z] docker.io [2020-12-29T21:50:58.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:50:59.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:50:59.195Z] Configure a credential helper to remove this warning. See [2020-12-29T21:50:59.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:50:59.195Z] [2020-12-29T21:50:59.195Z] Login Succeeded [2020-12-29T21:50:59.195Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T21:50:59.204Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T21:50:59.692Z] ++ 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 [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/core-command/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/core-data/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-29T21:50:59.692Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T21:50:59.692Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-29T21:50:59.692Z] ++ cut -d/ -f2 [2020-12-29T21:50:59.692Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-29T21:50:59.763Z] 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 [2020-12-29T21:51:01.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T21:51:01.313Z] [2020-12-29T21:51:01.313Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:51:01.683Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T21:51:01.684Z] latest: Pulling from edgex-devops/git-semver [2020-12-29T21:51:01.684Z] 31603596830f: Pulling fs layer [2020-12-29T21:51:01.684Z] 2a8b12db71e7: Pulling fs layer [2020-12-29T21:51:01.684Z] 6ca5941a6612: Pulling fs layer [2020-12-29T21:51:01.684Z] ecc8261a40a4: Pulling fs layer [2020-12-29T21:51:01.684Z] ecc8261a40a4: Waiting [2020-12-29T21:51:01.684Z] 2a8b12db71e7: Verifying Checksum [2020-12-29T21:51:01.684Z] 2a8b12db71e7: Download complete [2020-12-29T21:51:01.684Z] 31603596830f: Verifying Checksum [2020-12-29T21:51:01.684Z] 31603596830f: Download complete [2020-12-29T21:51:01.946Z] ecc8261a40a4: Verifying Checksum [2020-12-29T21:51:01.946Z] ecc8261a40a4: Download complete [2020-12-29T21:51:01.946Z] 6ca5941a6612: Verifying Checksum [2020-12-29T21:51:01.946Z] 6ca5941a6612: Download complete [2020-12-29T21:51:02.212Z] 31603596830f: Pull complete [2020-12-29T21:51:02.212Z] 2a8b12db71e7: Pull complete [2020-12-29T21:51:03.160Z] 6ca5941a6612: Pull complete [2020-12-29T21:51:03.421Z] ecc8261a40a4: Pull complete [2020-12-29T21:51:03.421Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-29T21:51:03.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T21:51:03.421Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-29T21:51:03.531Z] prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container [2020-12-29T21:51:03.578Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T21:51:06.111Z] $ docker top 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T21:51:06.496Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T21:51:06.496Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T21:51:06.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T21:51:06.730Z] $ docker exec 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a ssh-agent [2020-12-29T21:51:06.890Z] SSH_AUTH_SOCK=/tmp/ssh-caWWIKNhacQN/agent.11 [2020-12-29T21:51:06.890Z] SSH_AGENT_PID=16 [2020-12-29T21:51:06.901Z] Running ssh-add (command line suppressed) [2020-12-29T21:51:07.023Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8176525248936100453.key (/w/workspace/edgex-go/2@tmp/private_key_8176525248936100453.key) [2020-12-29T21:51:07.078Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T21:51:07.437Z] + git tag --points-at HEAD [Pipeline] } [2020-12-29T21:51:07.460Z] $ docker exec --env ******** --env ******** 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a ssh-agent -k [2020-12-29T21:51:07.576Z] unset SSH_AUTH_SOCK; [2020-12-29T21:51:07.576Z] unset SSH_AGENT_PID; [2020-12-29T21:51:07.576Z] echo Agent pid 16 killed; [2020-12-29T21:51:07.625Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-29T21:51:07.779Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T21:51:07.779Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T21:51:07.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T21:51:07.955Z] $ docker exec 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a ssh-agent [2020-12-29T21:51:08.116Z] SSH_AUTH_SOCK=/tmp/ssh-9V6mDhbTXubN/agent.45 [2020-12-29T21:51:08.116Z] SSH_AGENT_PID=50 [2020-12-29T21:51:08.125Z] Running ssh-add (command line suppressed) [2020-12-29T21:51:08.245Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7893895928176516780.key (/w/workspace/edgex-go/2@tmp/private_key_7893895928176516780.key) [2020-12-29T21:51:08.300Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T21:51:08.640Z] + git semver init [2020-12-29T21:51:08.640Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T21:51:08.640Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-29T21:51:08.640Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-29T21:51:08.640Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T21:51:08.640Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T21:51:08.640Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T21:51:08.640Z] # $SEMVER_BRANCH = PR-2975 [2020-12-29T21:51:08.640Z] # $SEMVER_TEMP = /tmp/semver-233445135 [2020-12-29T21:51:08.640Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-29T21:51:26.833Z] # '/tmp/semver-233445135' -> '/w/workspace/edgex-go/2/.semver' [2020-12-29T21:51:27.783Z] # -> Force: false [2020-12-29T21:51:27.783Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-29T21:51:27.800Z] $ docker exec --env ******** --env ******** 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a ssh-agent -k [2020-12-29T21:51:28.000Z] unset SSH_AUTH_SOCK; [2020-12-29T21:51:28.000Z] unset SSH_AGENT_PID; [2020-12-29T21:51:28.000Z] echo Agent pid 50 killed; [2020-12-29T21:51:28.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T21:51:28.560Z] + git semver [Pipeline] } [2020-12-29T21:51:28.577Z] $ docker stop --time=1 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a [2020-12-29T21:51:30.207Z] $ docker rm -f 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T21:51:30.849Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-29T21:51:31.325Z] Stashed 1 file(s) [Pipeline] echo [2020-12-29T21:51:31.328Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T21:51:32.229Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-29T21:51:32.529Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T21:51:32.827Z] + sudo service docker restart [2020-12-29T21:51:32.827Z] + true [2020-12-29T21:51:32.827Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-29T21:51:33.418Z] ========================================================= [2020-12-29T21:51:33.418Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-29T21:51:33.418Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:51:33.761Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-29T21:51:37.084Z] Sending build context to Docker daemon 326.2MB [2020-12-29T21:51:37.084Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-29T21:51:37.084Z] Step 2/7 : FROM ${BASE} [2020-12-29T21:51:37.355Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-29T21:51:37.355Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T21:51:37.355Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T21:51:37.355Z] de9db76c5a1d: Pulling fs layer [2020-12-29T21:51:37.355Z] bca2f99d35d6: Pulling fs layer [2020-12-29T21:51:37.355Z] 93359f2a8cfa: Pulling fs layer [2020-12-29T21:51:37.355Z] 7c6f9722023f: Pulling fs layer [2020-12-29T21:51:37.355Z] a35cf1a2eb13: Pulling fs layer [2020-12-29T21:51:37.355Z] 93359f2a8cfa: Waiting [2020-12-29T21:51:37.355Z] 7c6f9722023f: Waiting [2020-12-29T21:51:37.355Z] a35cf1a2eb13: Waiting [2020-12-29T21:51:37.355Z] bca2f99d35d6: Waiting [2020-12-29T21:51:37.355Z] de9db76c5a1d: Download complete [2020-12-29T21:51:37.355Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T21:51:37.355Z] 0ef7d3d256c8: Download complete [2020-12-29T21:51:37.355Z] 93359f2a8cfa: Verifying Checksum [2020-12-29T21:51:37.355Z] 93359f2a8cfa: Download complete [2020-12-29T21:51:37.355Z] 188c0c94c7c5: Verifying Checksum [2020-12-29T21:51:37.355Z] 188c0c94c7c5: Download complete [2020-12-29T21:51:37.355Z] 7c6f9722023f: Verifying Checksum [2020-12-29T21:51:37.355Z] 7c6f9722023f: Download complete [2020-12-29T21:51:37.624Z] 188c0c94c7c5: Pull complete [2020-12-29T21:51:37.887Z] 0ef7d3d256c8: Pull complete [2020-12-29T21:51:37.887Z] de9db76c5a1d: Pull complete [2020-12-29T21:51:39.818Z] a35cf1a2eb13: Verifying Checksum [2020-12-29T21:51:39.818Z] a35cf1a2eb13: Download complete [2020-12-29T21:51:40.398Z] bca2f99d35d6: Verifying Checksum [2020-12-29T21:51:40.398Z] bca2f99d35d6: Download complete [2020-12-29T21:51:45.729Z] bca2f99d35d6: Pull complete [2020-12-29T21:51:45.729Z] 93359f2a8cfa: Pull complete [2020-12-29T21:51:45.729Z] 7c6f9722023f: Pull complete [2020-12-29T21:51:46.730Z] Still waiting to schedule task [2020-12-29T21:51:46.731Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-29T21:51:53.899Z] a35cf1a2eb13: Pull complete [2020-12-29T21:51:53.899Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-29T21:51:53.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-29T21:51:53.899Z] ---> a62c8e92a672 [2020-12-29T21:51:53.899Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-29T21:51:53.899Z] ---> Running in db40229c74cb [2020-12-29T21:51:53.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:51:54.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:51:55.423Z] (1/12) Installing libmagic (5.38-r0) [2020-12-29T21:51:55.686Z] (2/12) Installing file (5.38-r0) [2020-12-29T21:51:55.686Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-29T21:51:55.948Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-29T21:52:04.106Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-29T21:52:04.106Z] (6/12) Installing patch (2.7.6-r6) [2020-12-29T21:52:04.106Z] (7/12) Installing build-base (0.5-r2) [2020-12-29T21:52:04.106Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-29T21:52:04.368Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-29T21:52:04.368Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-29T21:52:04.368Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-29T21:52:04.630Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-29T21:52:04.630Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T21:52:04.630Z] OK: 233 MiB in 51 packages [2020-12-29T21:52:08.854Z] Removing intermediate container db40229c74cb [2020-12-29T21:52:08.854Z] ---> 408199a3dcd8 [2020-12-29T21:52:08.854Z] Step 4/7 : WORKDIR /edgex-go [2020-12-29T21:52:08.854Z] ---> Running in 25567cd4a82d [2020-12-29T21:52:09.117Z] Removing intermediate container 25567cd4a82d [2020-12-29T21:52:09.117Z] ---> c28ba5f7256d [2020-12-29T21:52:09.117Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-29T21:52:09.692Z] latest: Pulling from library/docker [2020-12-29T21:52:09.692Z] 801bfaa63ef2: Pulling fs layer [2020-12-29T21:52:09.692Z] 4f7dc993c79e: Pulling fs layer [2020-12-29T21:52:09.692Z] d39d95e4997f: Pulling fs layer [2020-12-29T21:52:09.692Z] 1cda4b703d87: Pulling fs layer [2020-12-29T21:52:09.692Z] 54e5375350ea: Pulling fs layer [2020-12-29T21:52:09.692Z] f08cd1b3bb1b: Pulling fs layer [2020-12-29T21:52:09.692Z] 8e17d04e0c68: Pulling fs layer [2020-12-29T21:52:09.692Z] 54e5375350ea: Waiting [2020-12-29T21:52:09.692Z] f08cd1b3bb1b: Waiting [2020-12-29T21:52:09.692Z] 8e17d04e0c68: Waiting [2020-12-29T21:52:09.692Z] 1cda4b703d87: Waiting [2020-12-29T21:52:09.964Z] d39d95e4997f: Verifying Checksum [2020-12-29T21:52:09.964Z] d39d95e4997f: Download complete [2020-12-29T21:52:09.964Z] 4f7dc993c79e: Verifying Checksum [2020-12-29T21:52:09.964Z] 4f7dc993c79e: Download complete [2020-12-29T21:52:09.964Z] 801bfaa63ef2: Verifying Checksum [2020-12-29T21:52:09.964Z] 801bfaa63ef2: Download complete [2020-12-29T21:52:10.233Z] 54e5375350ea: Download complete [2020-12-29T21:52:10.233Z] f08cd1b3bb1b: Verifying Checksum [2020-12-29T21:52:10.233Z] f08cd1b3bb1b: Download complete [2020-12-29T21:52:10.233Z] 8e17d04e0c68: Verifying Checksum [2020-12-29T21:52:10.233Z] 8e17d04e0c68: Download complete [2020-12-29T21:52:10.233Z] 801bfaa63ef2: Pull complete [2020-12-29T21:52:10.501Z] 4f7dc993c79e: Pull complete [2020-12-29T21:52:10.765Z] d39d95e4997f: Pull complete [2020-12-29T21:52:11.030Z] 1cda4b703d87: Verifying Checksum [2020-12-29T21:52:11.030Z] 1cda4b703d87: Download complete [2020-12-29T21:52:13.603Z] 1cda4b703d87: Pull complete [2020-12-29T21:52:13.603Z] 54e5375350ea: Pull complete [2020-12-29T21:52:13.866Z] f08cd1b3bb1b: Pull complete [2020-12-29T21:52:13.866Z] 8e17d04e0c68: Pull complete [2020-12-29T21:52:13.866Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-29T21:52:13.866Z] Status: Downloaded newer image for docker:latest [2020-12-29T21:52:15.257Z] ---> 766e97031300 [2020-12-29T21:52:15.257Z] Step 6/7 : COPY go.mod . [2020-12-29T21:52:15.519Z] ---> a6ef27e419d7 [2020-12-29T21:52:15.519Z] Step 7/7 : RUN go mod download [2020-12-29T21:52:15.519Z] ---> Running in 97eaa980293d [2020-12-29T21:52:37.527Z] Removing intermediate container 97eaa980293d [2020-12-29T21:52:37.527Z] ---> 0548b2cbee88 [2020-12-29T21:52:37.527Z] Successfully built 0548b2cbee88 [2020-12-29T21:52:37.527Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:52:37.849Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T21:52:37.849Z] . [Pipeline] withDockerContainer [2020-12-29T21:52:37.956Z] prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container [2020-12-29T21:52:38.001Z] $ 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 ******** ci-base-image-x86_64 cat [2020-12-29T21:52:38.710Z] $ docker top dfffd59c2772a73a890fcbd6f8d35a7cb9e7e3530525c387461f115d8987c566 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T21:52:39.213Z] + go version [2020-12-29T21:52:39.213Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-29T21:52:39.228Z] $ docker stop --time=1 dfffd59c2772a73a890fcbd6f8d35a7cb9e7e3530525c387461f115d8987c566 [2020-12-29T21:52:40.582Z] $ docker rm -f dfffd59c2772a73a890fcbd6f8d35a7cb9e7e3530525c387461f115d8987c566 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:52:41.701Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T21:52:41.701Z] . [Pipeline] withDockerContainer [2020-12-29T21:52:41.807Z] prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container [2020-12-29T21:52:41.855Z] $ 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 ******** ci-base-image-x86_64 cat [2020-12-29T21:52:42.502Z] $ docker top 91512bddc1520a50c71fbd9afba829effcb9d603cf148e7a9978e445d42fc8ab -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-29T21:52:42.711Z] ========================================================= [2020-12-29T21:52:42.711Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-29T21:52:42.711Z] ========================================================= [Pipeline] sh [2020-12-29T21:52:43.007Z] + make test [2020-12-29T21:52:43.007Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-29T21:52:51.202Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-29T21:53:06.258Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-29T21:53:12.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-29T21:53:12.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-29T21:53:12.885Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-29T21:53:12.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-29T21:53:12.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-29T21:53:12.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-29T21:53:13.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-29T21:53:14.194Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-29T21:53:14.608Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-29T21:53:16.671Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-29T21:53:16.671Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-29T21:53:16.671Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-29T21:53:19.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2020-12-29T21:53:19.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-29T21:53:19.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-29T21:53:19.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-29T21:53:19.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-29T21:53:19.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-29T21:53:22.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-29T21:53:22.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-29T21:53:22.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-29T21:53:22.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 73.7% of statements [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-29T21:53:22.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 83.3% of statements [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-29T21:53:22.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-29T21:53:24.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements [2020-12-29T21:53:24.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-29T21:53:24.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-29T21:53:24.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-29T21:53:24.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-29T21:53:24.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-29T21:53:24.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2020-12-29T21:53:24.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-29T21:53:24.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2020-12-29T21:53:24.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-29T21:53:24.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2020-12-29T21:53:24.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-29T21:53:24.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2020-12-29T21:53:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-29T21:53:24.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2020-12-29T21:53:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-29T21:53:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-29T21:53:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-29T21:53:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-29T21:53:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.347s coverage: 93.8% of statements [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-29T21:53:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-29T21:53:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-29T21:53:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-29T21:53:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2020-12-29T21:53:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-29T21:53:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2020-12-29T21:53:27.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2020-12-29T21:53:27.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2020-12-29T21:53:28.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements [2020-12-29T21:53:28.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-29T21:53:29.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements [2020-12-29T21:53:29.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-29T21:53:29.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-29T21:53:29.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2020-12-29T21:53:29.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2020-12-29T21:53:29.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2020-12-29T21:53:29.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2020-12-29T21:53:29.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2020-12-29T21:53:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements [2020-12-29T21:53:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-29T21:53:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-29T21:53:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-29T21:53:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-29T21:53:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-29T21:53:31.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements [2020-12-29T21:53:31.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-29T21:53:31.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-29T21:53:31.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.0% of statements [2020-12-29T21:53:31.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.064s coverage: 100.0% of statements [2020-12-29T21:53:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements [2020-12-29T21:53:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-29T21:53:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-29T21:53:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-29T21:53:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-29T21:53:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-29T21:53:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2020-12-29T21:53:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-29T21:53:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2020-12-29T21:53:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-29T21:53:34.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.637s coverage: 29.1% of statements [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-29T21:53:34.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-29T21:53:34.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-29T21:53:34.504Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-29T21:53:34.504Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-29T21:53:34.504Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-29T21:53:34.504Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-29T21:53:34.504Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-12-29T21:53:34.770Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2020-12-29T21:53:35.031Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-29T21:53:35.618Z] GO111MODULE=on go vet ./... [2020-12-29T21:53:40.942Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17652 in /w/workspace/edgexfoundry_edgex-go_PR-2975 [Pipeline] { [Pipeline] ws [2020-12-29T21:53:40.999Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-29T21:53:46.383Z] using credential edgex-jenkins-ssh [2020-12-29T21:53:46.536Z] Cloning the remote Git repository [2020-12-29T21:53:46.603Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-29T21:53:46.713Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-29T21:53:46.790Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-29T21:53:46.791Z] > git --version # timeout=10 [2020-12-29T21:53:46.807Z] > git --version # 'git version 2.17.1' [2020-12-29T21:53:46.808Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T21:53:46.879Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T21:53:57.697Z] gofmt -l . [2020-12-29T21:53:57.697Z] [ "`gofmt -l .`" = "" ] [2020-12-29T21:53:57.697Z] ./bin/test-go-mod-tidy.sh [2020-12-29T21:53:58.274Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-29T21:54:00.511Z] + ls -al . [2020-12-29T21:54:00.511Z] total 636 [2020-12-29T21:54:00.511Z] drwxrwxr-x 10 1001 1001 4096 Dec 29 21:53 . [2020-12-29T21:54:00.511Z] drwxr-xr-x 4 root root 28 Dec 29 21:52 .. [2020-12-29T21:54:00.511Z] -rw-rw-r-- 1 1001 1001 11 Dec 29 21:50 .dockerignore [2020-12-29T21:54:00.511Z] drwxrwxr-x 8 1001 1001 179 Dec 29 21:50 .git [2020-12-29T21:54:00.511Z] drwxrwxr-x 3 1001 1001 125 Dec 29 21:50 .github [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 824 Dec 29 21:50 .gitignore [2020-12-29T21:54:00.512Z] drwx------ 3 1001 1001 47 Dec 29 21:51 .semver [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 166 Dec 29 21:50 .sonarcloud.properties [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 3804 Dec 29 21:50 CONTRIBUTING.md [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 1035 Dec 29 21:50 Dockerfile.build [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 863 Dec 29 21:50 Jenkinsfile [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 10775 Dec 29 21:50 LICENSE [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 5750 Dec 29 21:50 Makefile [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 6511 Dec 29 21:50 README.md [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 6744 Dec 29 21:50 SECURITY.md [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 5 Dec 29 21:51 VERSION [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 4131 Dec 29 21:50 ZMQWindows.md [2020-12-29T21:54:00.512Z] drwxrwxr-x 2 1001 1001 117 Dec 29 21:50 bin [2020-12-29T21:54:00.512Z] drwxrwxr-x 14 1001 1001 4096 Dec 29 21:50 cmd [2020-12-29T21:54:00.512Z] -rw-r--r-- 1 root root 537189 Dec 29 21:53 coverage.out [2020-12-29T21:54:00.512Z] -rw-r--r-- 1 root root 979 Dec 29 21:53 go.mod [2020-12-29T21:54:00.512Z] -rw-r--r-- 1 root root 18739 Dec 29 21:53 go.sum [2020-12-29T21:54:00.512Z] drwxrwxr-x 8 1001 1001 127 Dec 29 21:50 internal [2020-12-29T21:54:00.512Z] drwxrwxr-x 4 1001 1001 26 Dec 29 21:50 openapi [2020-12-29T21:54:00.512Z] drwxrwxr-x 4 1001 1001 71 Dec 29 21:50 snap [2020-12-29T21:54:00.512Z] -rw-rw-r-- 1 1001 1001 168 Dec 29 21:50 version.go [Pipeline] sh [2020-12-29T21:54:00.821Z] + '[' -e coverage.out ] [2020-12-29T21:54:00.821Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-29T21:54:01.057Z] Stashed 1 file(s) [Pipeline] sh [2020-12-29T21:54:01.355Z] + make build [2020-12-29T21:54:01.355Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-29T21:54:02.988Z] Merging remotes/origin/master commit 0334f8c6cb4567394b03fe4bb4a72992867bc10f into PR head commit 33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:54:01.780Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-29T21:54:01.800Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T21:54:01.834Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-29T21:54:01.874Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-29T21:54:01.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T21:54:01.894Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2975/head:refs/remotes/origin/PR-2975 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T21:54:03.063Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T21:54:03.110Z] > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 [2020-12-29T21:54:03.608Z] Merge succeeded, producing 33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:54:03.608Z] Checking out Revision 33032524c0e2948070d07a8abcfdc39e4a1d74ac (PR-2975) [2020-12-29T21:54:03.485Z] > git remote # timeout=10 [2020-12-29T21:54:03.509Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T21:54:03.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T21:54:03.540Z] > git merge 0334f8c6cb4567394b03fe4bb4a72992867bc10f # timeout=10 [2020-12-29T21:54:03.581Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T21:54:03.610Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T21:54:03.625Z] > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 [2020-12-29T21:54:05.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-29T21:54:07.987Z] Commit message: "refactor: Use latest bootstrap for logging client changes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T21:54:09.563Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-29T21:54:10.063Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T21:54:10.406Z] + sudo service docker+ restart [2020-12-29T21:54:10.406Z] true [2020-12-29T21:54:12.270Z] 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] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T21:54:13.143Z] provisioning config files... [2020-12-29T21:54:13.193Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4084531670540515095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T21:54:13.611Z] ---> docker-login.sh [2020-12-29T21:54:13.611Z] nexus3.edgexfoundry.org:10001 [2020-12-29T21:54:13.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-29T21:54:14.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:54:14.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:54:14.873Z] Configure a credential helper to remove this warning. See [2020-12-29T21:54:14.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:54:14.873Z] [2020-12-29T21:54:14.873Z] Login Succeeded [2020-12-29T21:54:14.873Z] nexus3.edgexfoundry.org:10002 [2020-12-29T21:54:15.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-29T21:54:15.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:54:15.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-29T21:54:15.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:54:15.422Z] Configure a credential helper to remove this warning. See [2020-12-29T21:54:15.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:54:15.422Z] [2020-12-29T21:54:15.422Z] Login Succeeded [2020-12-29T21:54:15.422Z] nexus3.edgexfoundry.org:10003 [2020-12-29T21:54:15.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:54:15.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:54:15.972Z] Configure a credential helper to remove this warning. See [2020-12-29T21:54:15.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:54:15.972Z] [2020-12-29T21:54:15.972Z] Login Succeeded [2020-12-29T21:54:15.972Z] nexus3.edgexfoundry.org:10004 [2020-12-29T21:54:16.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:54:16.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:54:16.522Z] Configure a credential helper to remove this warning. See [2020-12-29T21:54:16.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:54:16.522Z] [2020-12-29T21:54:16.522Z] Login Succeeded [2020-12-29T21:54:16.522Z] docker.io [2020-12-29T21:54:16.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-29T21:54:16.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T21:54:17.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T21:54:17.070Z] Configure a credential helper to remove this warning. See [2020-12-29T21:54:17.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T21:54:17.070Z] [2020-12-29T21:54:17.070Z] Login Succeeded [2020-12-29T21:54:17.070Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T21:54:17.087Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-29T21:54:17.556Z] ========================================================= [2020-12-29T21:54:17.556Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-29T21:54:17.556Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:54:17.944Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-29T21:54:18.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-29T21:54:19.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-29T21:54:20.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-29T21:54:20.590Z] Sending build context to Docker daemon 165.3MB [2020-12-29T21:54:20.590Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-29T21:54:20.590Z] Step 2/7 : FROM ${BASE} [2020-12-29T21:54:20.590Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-29T21:54:20.590Z] 5f621e34cdf4: Pulling fs layer [2020-12-29T21:54:20.590Z] a4357932f1b6: Pulling fs layer [2020-12-29T21:54:20.590Z] 18c013af1878: Pulling fs layer [2020-12-29T21:54:20.590Z] 00ac8860ef70: Pulling fs layer [2020-12-29T21:54:20.590Z] 63d7cb157983: Pulling fs layer [2020-12-29T21:54:20.590Z] b116817d02f9: Pulling fs layer [2020-12-29T21:54:20.590Z] 745a02a5169b: Pulling fs layer [2020-12-29T21:54:20.590Z] 00ac8860ef70: Waiting [2020-12-29T21:54:20.590Z] 63d7cb157983: Waiting [2020-12-29T21:54:20.590Z] b116817d02f9: Waiting [2020-12-29T21:54:20.590Z] 745a02a5169b: Waiting [2020-12-29T21:54:20.590Z] 18c013af1878: Verifying Checksum [2020-12-29T21:54:20.590Z] 18c013af1878: Download complete [2020-12-29T21:54:20.590Z] a4357932f1b6: Verifying Checksum [2020-12-29T21:54:20.590Z] a4357932f1b6: Download complete [2020-12-29T21:54:21.186Z] 63d7cb157983: Verifying Checksum [2020-12-29T21:54:21.186Z] 63d7cb157983: Download complete [2020-12-29T21:54:21.186Z] b116817d02f9: Download complete [2020-12-29T21:54:21.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-29T21:54:21.460Z] 5f621e34cdf4: Verifying Checksum [2020-12-29T21:54:21.460Z] 5f621e34cdf4: Download complete [2020-12-29T21:54:22.058Z] 5f621e34cdf4: Pull complete [2020-12-29T21:54:22.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-29T21:54:22.668Z] a4357932f1b6: Pull complete [2020-12-29T21:54:22.946Z] 18c013af1878: Pull complete [2020-12-29T21:54:23.218Z] 745a02a5169b: Verifying Checksum [2020-12-29T21:54:23.218Z] 745a02a5169b: Download complete [Pipeline] } [2020-12-29T21:54:23.334Z] $ docker stop --time=1 91512bddc1520a50c71fbd9afba829effcb9d603cf148e7a9978e445d42fc8ab [2020-12-29T21:54:24.645Z] 00ac8860ef70: Download complete [2020-12-29T21:54:24.956Z] $ docker rm -f 91512bddc1520a50c71fbd9afba829effcb9d603cf148e7a9978e445d42fc8ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:54:28.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-29T21:54:28.579Z] [2020-12-29T21:54:28.579Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:54:28.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-29T21:54:28.924Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-29T21:54:28.924Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-29T21:54:28.924Z] ca9280d653b3: Pulling fs layer [2020-12-29T21:54:28.924Z] 7e9c9ca2126c: Pulling fs layer [2020-12-29T21:54:28.924Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-29T21:54:28.924Z] cbdbe7a5bc2a: Download complete [2020-12-29T21:54:29.876Z] ca9280d653b3: Verifying Checksum [2020-12-29T21:54:29.876Z] ca9280d653b3: Download complete [2020-12-29T21:54:29.876Z] cbdbe7a5bc2a: Pull complete [2020-12-29T21:54:30.459Z] 7e9c9ca2126c: Verifying Checksum [2020-12-29T21:54:30.459Z] 7e9c9ca2126c: Download complete [2020-12-29T21:54:31.037Z] ca9280d653b3: Pull complete [2020-12-29T21:54:34.858Z] 00ac8860ef70: Pull complete [2020-12-29T21:54:35.131Z] 63d7cb157983: Pull complete [2020-12-29T21:54:35.406Z] b116817d02f9: Pull complete [2020-12-29T21:54:37.659Z] 7e9c9ca2126c: Pull complete [2020-12-29T21:54:37.659Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-29T21:54:37.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-29T21:54:37.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-29T21:54:37.805Z] prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container [2020-12-29T21:54:37.858Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-29T21:54:39.729Z] 745a02a5169b: Pull complete [2020-12-29T21:54:39.729Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-29T21:54:39.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-29T21:54:39.729Z] ---> b7e6874047d6 [2020-12-29T21:54:39.729Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-29T21:54:40.505Z] $ docker top 206e88b17e2322d6901bf87a356d1a2c437524e603704a1be630869957ca94d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T21:54:41.024Z] + docker-compose build --help [2020-12-29T21:54:41.024Z] + grep parallel [2020-12-29T21:54:41.969Z] --parallel Build images in parallel. [Pipeline] } [2020-12-29T21:54:41.984Z] $ docker stop --time=1 206e88b17e2322d6901bf87a356d1a2c437524e603704a1be630869957ca94d9 [2020-12-29T21:54:43.129Z] ---> Running in f73701eafe98 [2020-12-29T21:54:43.335Z] $ docker rm -f 206e88b17e2322d6901bf87a356d1a2c437524e603704a1be630869957ca94d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:54:43.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-29T21:54:43.997Z] . [Pipeline] withDockerContainer [2020-12-29T21:54:44.100Z] prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container [2020-12-29T21:54:44.150Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-29T21:54:44.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T21:54:44.731Z] $ docker top 1823a0911f657e7e1ed1b96e85c5e1ca06be71fbde476385474b49b1a88c5509 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T21:54:45.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T21:54:45.198Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-29T21:54:46.140Z] (1/12) Installing libmagic (5.38-r0) [2020-12-29T21:54:46.182Z] Building docker-core-command-go ... [2020-12-29T21:54:46.183Z] Building docker-core-data-go ... [2020-12-29T21:54:46.183Z] Building docker-core-metadata-go ... [2020-12-29T21:54:46.183Z] Building docker-security-bootstrap-redis-go ... [2020-12-29T21:54:46.183Z] Building docker-security-proxy-setup-go ... [2020-12-29T21:54:46.183Z] Building docker-security-secretstore-setup-go ... [2020-12-29T21:54:46.183Z] Building docker-support-notifications-go ... [2020-12-29T21:54:46.183Z] Building docker-support-scheduler-go ... [2020-12-29T21:54:46.183Z] Building docker-sys-mgmt-agent-go ... [2020-12-29T21:54:46.183Z] Building docker-security-secretstore-setup-go [2020-12-29T21:54:46.183Z] Building docker-security-proxy-setup-go [2020-12-29T21:54:46.183Z] Building docker-core-metadata-go [2020-12-29T21:54:46.183Z] Building docker-support-scheduler-go [2020-12-29T21:54:46.183Z] Building docker-security-bootstrap-redis-go [2020-12-29T21:54:46.412Z] (2/12) Installing file (5.38-r0) [2020-12-29T21:54:46.685Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-29T21:54:46.685Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-29T21:54:50.078Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-29T21:54:50.078Z] (6/12) Installing patch (2.7.6-r6) [2020-12-29T21:54:50.078Z] (7/12) Installing build-base (0.5-r2) [2020-12-29T21:54:50.348Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-29T21:54:50.348Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-29T21:54:50.348Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-29T21:54:50.621Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-29T21:54:50.621Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-29T21:54:50.621Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T21:54:50.896Z] OK: 217 MiB in 51 packages [2020-12-29T21:54:55.200Z] Removing intermediate container f73701eafe98 [2020-12-29T21:54:55.200Z] ---> 82dd22884ab2 [2020-12-29T21:54:55.200Z] Step 4/7 : WORKDIR /edgex-go [2020-12-29T21:54:55.200Z] ---> Running in 03800fa58c14 [2020-12-29T21:54:55.471Z] Removing intermediate container 03800fa58c14 [2020-12-29T21:54:55.472Z] ---> 9ea309eedbe3 [2020-12-29T21:54:55.472Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-29T21:54:55.741Z] latest: Pulling from library/docker [2020-12-29T21:54:56.018Z] 159e5727ea61: Pulling fs layer [2020-12-29T21:54:56.018Z] 687389c36290: Pulling fs layer [2020-12-29T21:54:56.018Z] 94e28978939c: Pulling fs layer [2020-12-29T21:54:56.018Z] ea42096754a7: Pulling fs layer [2020-12-29T21:54:56.018Z] bd61cee6920e: Pulling fs layer [2020-12-29T21:54:56.018Z] 87c4ece4675c: Pulling fs layer [2020-12-29T21:54:56.018Z] 90ca8b2ff088: Pulling fs layer [2020-12-29T21:54:56.018Z] ea42096754a7: Waiting [2020-12-29T21:54:56.018Z] bd61cee6920e: Waiting [2020-12-29T21:54:56.018Z] 87c4ece4675c: Waiting [2020-12-29T21:54:56.018Z] 90ca8b2ff088: Waiting [2020-12-29T21:54:56.018Z] 94e28978939c: Verifying Checksum [2020-12-29T21:54:56.018Z] 94e28978939c: Download complete [2020-12-29T21:54:56.018Z] 687389c36290: Verifying Checksum [2020-12-29T21:54:56.018Z] 687389c36290: Download complete [2020-12-29T21:54:56.292Z] 159e5727ea61: Download complete [2020-12-29T21:54:56.292Z] 87c4ece4675c: Verifying Checksum [2020-12-29T21:54:56.292Z] 87c4ece4675c: Download complete [2020-12-29T21:54:56.292Z] bd61cee6920e: Verifying Checksum [2020-12-29T21:54:56.292Z] bd61cee6920e: Download complete [2020-12-29T21:54:56.565Z] 90ca8b2ff088: Download complete [2020-12-29T21:54:56.840Z] 159e5727ea61: Pull complete [2020-12-29T21:54:57.442Z] 687389c36290: Pull complete [2020-12-29T21:54:57.716Z] ea42096754a7: Verifying Checksum [2020-12-29T21:54:57.716Z] ea42096754a7: Download complete [2020-12-29T21:54:57.990Z] 94e28978939c: Pull complete [2020-12-29T21:55:02.299Z] ea42096754a7: Pull complete [2020-12-29T21:55:02.299Z] bd61cee6920e: Pull complete [2020-12-29T21:55:02.299Z] 87c4ece4675c: Pull complete [2020-12-29T21:55:02.575Z] 90ca8b2ff088: Pull complete [2020-12-29T21:55:02.575Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-29T21:55:02.575Z] Status: Downloaded newer image for docker:latest [2020-12-29T21:55:05.962Z] ---> 03ae63a6dae5 [2020-12-29T21:55:05.962Z] Step 6/7 : COPY go.mod . [2020-12-29T21:55:06.558Z] ---> 965dc62c65bf [2020-12-29T21:55:06.558Z] Step 7/7 : RUN go mod download [2020-12-29T21:55:06.835Z] ---> Running in a61a9c00f028 [2020-12-29T21:55:18.643Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:55:18.643Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:55:18.643Z] ---> 0548b2cbee88 [2020-12-29T21:55:18.643Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T21:55:18.643Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:55:18.643Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:55:18.643Z] ---> 0548b2cbee88 [2020-12-29T21:55:18.643Z] Step 3/21 : WORKDIR /edgex-go [2020-12-29T21:55:18.643Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:55:18.643Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:55:18.643Z] ---> 0548b2cbee88 [2020-12-29T21:55:18.643Z] Step 3/24 : WORKDIR /edgex-go [2020-12-29T21:55:18.643Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:55:18.643Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:55:18.643Z] ---> 0548b2cbee88 [2020-12-29T21:55:18.643Z] Step 3/21 : WORKDIR /edgex-go [2020-12-29T21:55:18.643Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:55:18.643Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:55:18.643Z] ---> 0548b2cbee88 [2020-12-29T21:55:18.643Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T21:55:18.643Z] ---> Running in 5011c8a0c7be [2020-12-29T21:55:18.643Z] ---> Running in 9f5b0e0fe00e [2020-12-29T21:55:18.643Z] ---> Running in 7765e1fe9e0d [2020-12-29T21:55:18.643Z] ---> Running in ebb5a112116c [2020-12-29T21:55:18.643Z] ---> Running in 36afa4c7312e [2020-12-29T21:55:18.643Z] Removing intermediate container ebb5a112116c [2020-12-29T21:55:18.643Z] ---> 5163eda31753 [2020-12-29T21:55:18.643Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:55:18.643Z] Removing intermediate container 9f5b0e0fe00e [2020-12-29T21:55:18.643Z] ---> 18c8cf595e48 [2020-12-29T21:55:18.643Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:55:18.643Z] Removing intermediate container 36afa4c7312e [2020-12-29T21:55:18.643Z] ---> 962e25c9c582 [2020-12-29T21:55:18.643Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:55:18.643Z] Removing intermediate container 5011c8a0c7be [2020-12-29T21:55:18.643Z] ---> 8e2334ec21a0 [2020-12-29T21:55:18.643Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:55:18.643Z] Removing intermediate container 7765e1fe9e0d [2020-12-29T21:55:18.643Z] ---> 6cf3590faa3c [2020-12-29T21:55:18.643Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:55:18.643Z] ---> Running in 12c874251cec [2020-12-29T21:55:18.643Z] ---> Running in f4b58647c6f6 [2020-12-29T21:55:18.643Z] ---> Running in 6234a2a780ca [2020-12-29T21:55:18.643Z] ---> Running in c8c16b4c3dc0 [2020-12-29T21:55:18.643Z] ---> Running in 00e49dd71c21 [2020-12-29T21:55:18.643Z] Removing intermediate container 00e49dd71c21 [2020-12-29T21:55:18.643Z] ---> 2a47488b8a75 [2020-12-29T21:55:18.643Z] Step 5/21 : RUN apk update && apk add make git [2020-12-29T21:55:18.643Z] Removing intermediate container 12c874251cec [2020-12-29T21:55:18.643Z] ---> aaafa78cbd84 [2020-12-29T21:55:18.643Z] Step 5/21 : RUN apk update && apk add make git [2020-12-29T21:55:18.643Z] ---> Running in b60b52f831dc [2020-12-29T21:55:18.643Z] ---> Running in b778926b6deb [2020-12-29T21:55:18.643Z] Removing intermediate container f4b58647c6f6 [2020-12-29T21:55:18.643Z] ---> 12c7ed052ad9 [2020-12-29T21:55:18.643Z] Step 5/24 : RUN apk update && apk add make git [2020-12-29T21:55:18.914Z] Removing intermediate container 6234a2a780ca [2020-12-29T21:55:18.914Z] ---> e0b977b9cad2 [2020-12-29T21:55:18.914Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T21:55:18.914Z] Removing intermediate container c8c16b4c3dc0 [2020-12-29T21:55:18.914Z] ---> 5a9f5dc4ac41 [2020-12-29T21:55:18.914Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T21:55:18.914Z] ---> Running in d7f917535664 [2020-12-29T21:55:19.187Z] ---> Running in bc896bfb416e [2020-12-29T21:55:19.187Z] ---> Running in 1827c9290be4 [2020-12-29T21:55:19.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:19.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:19.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:19.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:19.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:19.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:20.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:20.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:20.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:20.501Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:55:20.501Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:55:20.501Z] OK: 12750 distinct packages available [2020-12-29T21:55:20.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:55:20.768Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:55:20.768Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:55:20.768Z] OK: 12750 distinct packages available [2020-12-29T21:55:20.768Z] OK: 233 MiB in 51 packages [2020-12-29T21:55:21.031Z] OK: 233 MiB in 51 packages [2020-12-29T21:55:21.031Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:55:21.031Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:55:21.031Z] OK: 12750 distinct packages available [2020-12-29T21:55:21.031Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:55:21.031Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:55:21.031Z] OK: 12750 distinct packages available [2020-12-29T21:55:21.294Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:55:21.294Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:55:21.294Z] OK: 12750 distinct packages available [2020-12-29T21:55:21.294Z] OK: 233 MiB in 51 packages [2020-12-29T21:55:21.294Z] OK: 233 MiB in 51 packages [2020-12-29T21:55:21.556Z] OK: 233 MiB in 51 packages [2020-12-29T21:55:21.556Z] Removing intermediate container b60b52f831dc [2020-12-29T21:55:21.556Z] ---> a2c65601ee99 [2020-12-29T21:55:21.556Z] Step 6/21 : COPY go.mod . [2020-12-29T21:55:21.824Z] Removing intermediate container b778926b6deb [2020-12-29T21:55:21.824Z] ---> 402167b6af27 [2020-12-29T21:55:21.824Z] Step 6/21 : COPY go.mod . [2020-12-29T21:55:22.085Z] ---> ecc2a337487f [2020-12-29T21:55:22.085Z] Step 7/21 : RUN go mod download [2020-12-29T21:55:22.085Z] ---> c5b0551db211 [2020-12-29T21:55:22.085Z] Step 7/21 : RUN go mod download [2020-12-29T21:55:22.349Z] ---> Running in 47a50cb86dc7 [2020-12-29T21:55:22.613Z] ---> Running in 289c43ffd6db [2020-12-29T21:55:22.877Z] Removing intermediate container bc896bfb416e [2020-12-29T21:55:22.877Z] ---> f593c89abcef [2020-12-29T21:55:22.877Z] Step 6/24 : COPY go.mod . [2020-12-29T21:55:22.877Z] Removing intermediate container 1827c9290be4 [2020-12-29T21:55:22.877Z] ---> b4f060e1f88b [2020-12-29T21:55:22.877Z] Step 6/22 : COPY go.mod . [2020-12-29T21:55:23.145Z] Removing intermediate container d7f917535664 [2020-12-29T21:55:23.145Z] ---> 135e88da1bc4 [2020-12-29T21:55:23.145Z] Step 6/22 : COPY go.mod . [2020-12-29T21:55:23.145Z] ---> ab71463f021d [2020-12-29T21:55:23.145Z] Step 7/24 : RUN go mod download [2020-12-29T21:55:23.415Z] ---> Running in bafee1e209ae [2020-12-29T21:55:23.415Z] ---> 8f30e3ef98d8 [2020-12-29T21:55:23.415Z] Step 7/22 : RUN go mod download [2020-12-29T21:55:23.683Z] ---> 48078141f54b [2020-12-29T21:55:23.683Z] Step 7/22 : RUN go mod download [2020-12-29T21:55:23.683Z] ---> Running in b076afa9ac92 [2020-12-29T21:55:23.953Z] ---> Running in dff404d0c3fa [2020-12-29T21:55:24.919Z] Removing intermediate container 289c43ffd6db [2020-12-29T21:55:24.919Z] ---> acf7b66b75f1 [2020-12-29T21:55:24.919Z] Step 8/21 : COPY . . [2020-12-29T21:55:24.919Z] Removing intermediate container 47a50cb86dc7 [2020-12-29T21:55:24.919Z] ---> 6dc03b357bc8 [2020-12-29T21:55:24.919Z] Step 8/21 : COPY . . [2020-12-29T21:55:31.555Z] Removing intermediate container bafee1e209ae [2020-12-29T21:55:31.555Z] ---> dc283cbffad6 [2020-12-29T21:55:31.555Z] Step 8/24 : COPY . . [2020-12-29T21:55:31.829Z] Removing intermediate container b076afa9ac92 [2020-12-29T21:55:31.829Z] ---> e5a0fc61ac8b [2020-12-29T21:55:31.829Z] Step 8/22 : COPY . . [2020-12-29T21:55:33.623Z] Removing intermediate container a61a9c00f028 [2020-12-29T21:55:33.623Z] ---> 7824ac3a841d [2020-12-29T21:55:33.623Z] Successfully built 7824ac3a841d [2020-12-29T21:55:33.623Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:55:33.964Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T21:55:33.964Z] . [Pipeline] withDockerContainer [2020-12-29T21:55:34.250Z] prd-ubuntu18.04-docker-arm64-4c-16g-17652 does not seem to be running inside a container [2020-12-29T21:55:34.331Z] $ 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 ******** ci-base-image-arm64 cat [2020-12-29T21:55:35.944Z] $ docker top 74dc48c06489f46a2a1262c70f93ef63b036325787b52be2bb520929c757e191 -eo pid,comm [2020-12-29T21:55:36.062Z] Removing intermediate container dff404d0c3fa [2020-12-29T21:55:36.062Z] ---> 724b91299cfd [2020-12-29T21:55:36.062Z] Step 8/22 : COPY . . [Pipeline] { [Pipeline] sh [2020-12-29T21:55:37.038Z] + go version [2020-12-29T21:55:37.038Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-29T21:55:37.057Z] $ docker stop --time=1 74dc48c06489f46a2a1262c70f93ef63b036325787b52be2bb520929c757e191 [2020-12-29T21:55:39.031Z] $ docker rm -f 74dc48c06489f46a2a1262c70f93ef63b036325787b52be2bb520929c757e191 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T21:55:40.075Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T21:55:40.075Z] . [Pipeline] withDockerContainer [2020-12-29T21:55:40.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-17652 does not seem to be running inside a container [2020-12-29T21:55:40.420Z] $ 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 ******** ci-base-image-arm64 cat [2020-12-29T21:55:41.838Z] $ docker top c1d2085e2c0acd0f061022de58e4eb0a8ba9b131fb0d3ed48531b9c21d12b0e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-29T21:55:42.241Z] ========================================================= [2020-12-29T21:55:42.241Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-29T21:55:42.241Z] ========================================================= [Pipeline] sh [2020-12-29T21:55:42.881Z] + make test [2020-12-29T21:55:42.881Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-29T21:55:58.202Z] ---> 485ea4e81291 [2020-12-29T21:55:58.202Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-29T21:56:00.786Z] ---> cb824d75605e [2020-12-29T21:56:00.786Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-29T21:56:02.192Z] ---> Running in 3b4aafcb3fbb [2020-12-29T21:56:04.757Z] ---> Running in 20da4a3150fc [2020-12-29T21:56:05.111Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-29T21:56:05.330Z] ---> 18710f707e4d [2020-12-29T21:56:05.330Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-29T21:56:06.295Z] ---> Running in d401282943e9 [2020-12-29T21:56:06.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-29T21:56:06.562Z] ---> 69fa7c896252 [2020-12-29T21:56:06.562Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-29T21:56:06.562Z] ---> 0e5e43cd42f8 [2020-12-29T21:56:06.562Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-29T21:56:06.562Z] ---> Running in da1903400c83 [2020-12-29T21:56:06.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-29T21:56:06.562Z] ---> Running in 5bc6e355c98c [2020-12-29T21:56:07.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-29T21:56:07.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-29T21:56:07.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-29T21:56:34.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-29T21:56:34.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-29T21:56:35.858Z] Removing intermediate container d401282943e9 [2020-12-29T21:56:35.858Z] ---> 1997a528a78e [2020-12-29T21:56:35.858Z] [2020-12-29T21:56:35.858Z] Step 10/22 : FROM alpine:3.10 [2020-12-29T21:56:35.858Z] 3.10: Pulling from library/alpine [2020-12-29T21:56:36.458Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-29T21:56:36.458Z] Status: Downloaded newer image for alpine:3.10 [2020-12-29T21:56:36.458Z] ---> be4e4bea2c2e [2020-12-29T21:56:36.458Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-29T21:56:38.394Z] ---> Running in c241381dfdb2 [2020-12-29T21:56:38.394Z] Removing intermediate container 20da4a3150fc [2020-12-29T21:56:38.394Z] ---> a2d68f502525 [2020-12-29T21:56:38.394Z] [2020-12-29T21:56:38.394Z] Step 10/21 : FROM scratch [2020-12-29T21:56:38.394Z] ---> [2020-12-29T21:56:38.394Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T21:56:38.667Z] ---> Running in bc526e246eca [2020-12-29T21:56:41.996Z] Removing intermediate container bc526e246eca [2020-12-29T21:56:41.996Z] ---> 076c3170a6c9 [2020-12-29T21:56:41.996Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-29T21:56:41.996Z] Removing intermediate container da1903400c83 [2020-12-29T21:56:41.996Z] ---> 1f673839798e [2020-12-29T21:56:41.996Z] [2020-12-29T21:56:41.996Z] Step 10/24 : FROM alpine:3.10 [2020-12-29T21:56:41.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:56:41.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:56:42.259Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-29T21:56:42.259Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-29T21:56:42.259Z] OK: 10350 distinct packages available [2020-12-29T21:56:42.259Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-29T21:56:43.207Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-29T21:56:43.207Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-29T21:56:43.207Z] (4/5) Installing curl (7.66.0-r3) [2020-12-29T21:56:43.207Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-29T21:56:43.207Z] Executing busybox-1.30.1-r3.trigger [2020-12-29T21:56:43.471Z] Executing ca-certificates-20191127-r2.trigger [2020-12-29T21:56:43.471Z] OK: 7 MiB in 19 packages [2020-12-29T21:56:43.732Z] ---> be4e4bea2c2e [2020-12-29T21:56:43.732Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-29T21:56:44.310Z] ---> Running in bdb2840959c0 [2020-12-29T21:56:44.310Z] ---> Running in 85fde2ddbf59 [2020-12-29T21:56:44.310Z] Removing intermediate container 3b4aafcb3fbb [2020-12-29T21:56:44.310Z] ---> 1f40882885b7 [2020-12-29T21:56:44.310Z] [2020-12-29T21:56:44.310Z] Step 10/21 : FROM alpine [2020-12-29T21:56:44.310Z] latest: Pulling from library/alpine [2020-12-29T21:56:44.310Z] Removing intermediate container 5bc6e355c98c [2020-12-29T21:56:44.310Z] ---> 65b42eae40ad [2020-12-29T21:56:44.310Z] [2020-12-29T21:56:44.310Z] Step 10/22 : FROM scratch [2020-12-29T21:56:44.310Z] ---> [2020-12-29T21:56:44.310Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T21:56:44.577Z] ---> Using cache [2020-12-29T21:56:44.577Z] ---> 076c3170a6c9 [2020-12-29T21:56:44.577Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-29T21:56:44.577Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-29T21:56:44.577Z] ---> Running in a94ece75dabb [2020-12-29T21:56:44.577Z] Removing intermediate container bdb2840959c0 [2020-12-29T21:56:44.577Z] ---> a90e411d27bb [2020-12-29T21:56:44.577Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-29T21:56:44.577Z] Status: Downloaded newer image for alpine:latest [2020-12-29T21:56:44.577Z] ---> 389fef711851 [2020-12-29T21:56:44.577Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-29T21:56:44.841Z] ---> Running in 91b41d03b099 [2020-12-29T21:56:45.415Z] ---> Running in 24929a201011 [2020-12-29T21:56:45.415Z] Removing intermediate container a94ece75dabb [2020-12-29T21:56:45.415Z] ---> 6a667818b317 [2020-12-29T21:56:45.415Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-29T21:56:45.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:56:45.679Z] Removing intermediate container c241381dfdb2 [2020-12-29T21:56:45.679Z] ---> 8fa31d86b33b [2020-12-29T21:56:45.679Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-29T21:56:45.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:56:45.679Z] ---> Running in d9e7e9b138eb [2020-12-29T21:56:45.679Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-29T21:56:45.680Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-29T21:56:45.680Z] OK: 10350 distinct packages available [2020-12-29T21:56:45.680Z] ---> Running in 23ad215c7ce6 [2020-12-29T21:56:45.680Z] Removing intermediate container 91b41d03b099 [2020-12-29T21:56:45.680Z] ---> 57be6a070c4b [2020-12-29T21:56:45.680Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-29T21:56:45.941Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-29T21:56:45.941Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-29T21:56:45.941Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-29T21:56:45.941Z] (4/5) Installing curl (7.66.0-r3) [2020-12-29T21:56:45.941Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-29T21:56:45.941Z] Executing busybox-1.30.1-r3.trigger [2020-12-29T21:56:46.204Z] Executing ca-certificates-20191127-r2.trigger [2020-12-29T21:56:46.466Z] OK: 7 MiB in 19 packages [2020-12-29T21:56:46.734Z] Removing intermediate container d9e7e9b138eb [2020-12-29T21:56:46.734Z] ---> 124c3df98e94 [2020-12-29T21:56:46.734Z] Step 14/22 : WORKDIR / [2020-12-29T21:56:47.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:56:47.000Z] ---> Running in aaa3428e5d23 [2020-12-29T21:56:47.000Z] ---> d446645ecd1b [2020-12-29T21:56:47.000Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-29T21:56:47.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:56:47.000Z] Removing intermediate container 23ad215c7ce6 [2020-12-29T21:56:47.000Z] ---> 367be787ba7f [2020-12-29T21:56:47.000Z] Step 13/22 : WORKDIR / [2020-12-29T21:56:47.277Z] ---> Running in 8229f755bc8b [2020-12-29T21:56:47.277Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:56:47.277Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:56:47.277Z] OK: 12745 distinct packages available [2020-12-29T21:56:47.277Z] Removing intermediate container aaa3428e5d23 [2020-12-29T21:56:47.277Z] ---> c315d28bd2ae [2020-12-29T21:56:47.277Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-29T21:56:47.544Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-29T21:56:47.544Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-29T21:56:47.544Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-29T21:56:47.544Z] (4/4) Installing curl (7.69.1-r3) [2020-12-29T21:56:47.544Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T21:56:47.544Z] Executing ca-certificates-20191127-r4.trigger [2020-12-29T21:56:47.544Z] Removing intermediate container 85fde2ddbf59 [2020-12-29T21:56:47.544Z] ---> 4b0a8da138f3 [2020-12-29T21:56:47.544Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-29T21:56:48.123Z] OK: 7 MiB in 18 packages [2020-12-29T21:56:48.123Z] ---> f2bbead71bd7 [2020-12-29T21:56:48.123Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-29T21:56:48.123Z] ---> Running in dffc836faac0 [2020-12-29T21:56:48.123Z] Removing intermediate container 8229f755bc8b [2020-12-29T21:56:48.123Z] ---> 847b70fb4e69 [2020-12-29T21:56:48.123Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-29T21:56:48.123Z] ---> 42ddb7529fb0 [2020-12-29T21:56:48.123Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-29T21:56:49.079Z] Removing intermediate container dffc836faac0 [2020-12-29T21:56:49.079Z] ---> a8da7ae6af70 [2020-12-29T21:56:49.079Z] Step 13/24 : WORKDIR / [2020-12-29T21:56:49.079Z] ---> 3409b8df4324 [2020-12-29T21:56:49.079Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-29T21:56:49.079Z] ---> c480d5a1a8ac [2020-12-29T21:56:49.079Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-29T21:56:49.079Z] ---> 0d71abcd982d [2020-12-29T21:56:49.079Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-29T21:56:49.079Z] ---> Running in 861c32ee601f [2020-12-29T21:56:50.026Z] ---> Running in e5c7a5d9cf34 [2020-12-29T21:56:50.026Z] Removing intermediate container 24929a201011 [2020-12-29T21:56:50.026Z] ---> c6e3bd97a872 [2020-12-29T21:56:50.026Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-29T21:56:50.026Z] ---> c500c85133da [2020-12-29T21:56:50.026Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-29T21:56:50.026Z] ---> 977da46462ac [2020-12-29T21:56:50.026Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-29T21:56:50.026Z] ---> Running in 0b2855dee8cf [2020-12-29T21:56:50.290Z] ---> Running in b2871e14fbfa [2020-12-29T21:56:50.290Z] Removing intermediate container 861c32ee601f [2020-12-29T21:56:50.290Z] ---> 85bfcb2ecaa7 [2020-12-29T21:56:50.290Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-29T21:56:50.290Z] Removing intermediate container e5c7a5d9cf34 [2020-12-29T21:56:50.290Z] ---> 5e24bfd8bb7c [2020-12-29T21:56:50.290Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T21:56:50.579Z] ---> Running in 0acf90f8b62d [2020-12-29T21:56:50.579Z] ---> 1f194d9cfba8 [2020-12-29T21:56:50.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-29T21:56:50.579Z] Removing intermediate container 0b2855dee8cf [2020-12-29T21:56:50.579Z] ---> b42643fe2a83 [2020-12-29T21:56:50.579Z] Step 13/21 : WORKDIR /edgex [2020-12-29T21:56:50.579Z] Removing intermediate container b2871e14fbfa [2020-12-29T21:56:50.579Z] ---> 62bb9cbc1bdb [2020-12-29T21:56:50.579Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T21:56:50.848Z] ---> 3312aae95020 [2020-12-29T21:56:50.848Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-29T21:56:50.848Z] ---> Running in b9457fe7afa5 [2020-12-29T21:56:50.848Z] ---> Running in 298c26c627c0 [2020-12-29T21:56:50.848Z] Removing intermediate container 0acf90f8b62d [2020-12-29T21:56:50.848Z] ---> ad476431d59e [2020-12-29T21:56:50.849Z] Step 19/21 : LABEL arch=x86_64 [2020-12-29T21:56:51.110Z] ---> 91328bb8fb30 [2020-12-29T21:56:51.110Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-29T21:56:51.110Z] ---> Running in 8677cf7df217 [2020-12-29T21:56:51.110Z] ---> Running in 56deac68a0ca [2020-12-29T21:56:51.372Z] ---> d5f1a51877c9 [2020-12-29T21:56:51.372Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-29T21:56:51.372Z] Removing intermediate container 298c26c627c0 [2020-12-29T21:56:51.372Z] ---> dcca1aa0160e [2020-12-29T21:56:51.372Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-29T21:56:51.372Z] Removing intermediate container b9457fe7afa5 [2020-12-29T21:56:51.372Z] ---> 45139262abf8 [2020-12-29T21:56:51.372Z] Step 20/22 : LABEL arch=x86_64 [2020-12-29T21:56:51.641Z] ---> Running in dd2b4bc1b09b [2020-12-29T21:56:51.641Z] Removing intermediate container 8677cf7df217 [2020-12-29T21:56:51.641Z] ---> 45a37f4d1733 [2020-12-29T21:56:51.641Z] Step 20/21 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:56:51.641Z] ---> 0e13e9f909d5 [2020-12-29T21:56:51.641Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-29T21:56:51.910Z] ---> 18bddb19a2ac [2020-12-29T21:56:51.910Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-29T21:56:51.910Z] ---> Running in 0b20c57fae21 [2020-12-29T21:56:51.910Z] Removing intermediate container dd2b4bc1b09b [2020-12-29T21:56:51.910Z] ---> ed11ce1fba16 [2020-12-29T21:56:51.911Z] Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:56:52.174Z] ---> Running in d7ab61cd76c2 [2020-12-29T21:56:52.174Z] Removing intermediate container 0b20c57fae21 [2020-12-29T21:56:52.174Z] ---> 92b7940e9ba1 [2020-12-29T21:56:52.174Z] Step 21/21 : LABEL version=0.0.0 [2020-12-29T21:56:52.323Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-29T21:56:52.437Z] ---> 10048ff76c83 [2020-12-29T21:56:52.437Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-29T21:56:52.437Z] ---> Running in 53b6a35fcd3e [2020-12-29T21:56:52.437Z] ---> 8137907ff6c4 [2020-12-29T21:56:52.437Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-29T21:56:52.437Z] Removing intermediate container d7ab61cd76c2 [2020-12-29T21:56:52.437Z] ---> beb4d51a5571 [2020-12-29T21:56:52.437Z] Step 22/22 : LABEL version=0.0.0 [2020-12-29T21:56:52.701Z] ---> Running in 750df50328a0 [2020-12-29T21:56:52.962Z] Removing intermediate container 56deac68a0ca [2020-12-29T21:56:52.962Z] ---> 1423a01376d7 [2020-12-29T21:56:52.962Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-29T21:56:52.962Z] Removing intermediate container 53b6a35fcd3e [2020-12-29T21:56:52.962Z] ---> c6cf83d87581 [2020-12-29T21:56:52.962Z] [2020-12-29T21:56:53.224Z] Successfully built c6cf83d87581 [2020-12-29T21:56:53.224Z] ---> Running in a3dcae2de3e4 [2020-12-29T21:56:53.224Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-29T21:56:53.224Z] Building docker-sys-mgmt-agent-go [2020-12-29T21:56:53.224Z]  Building docker-support-scheduler-go ... done Removing intermediate container 750df50328a0 [2020-12-29T21:56:53.224Z] ---> f44d0e55a6d0 [2020-12-29T21:56:53.224Z] [2020-12-29T21:56:53.486Z] ---> fc9f065d8fbe [2020-12-29T21:56:53.486Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-29T21:56:53.486Z] ---> 8acb7cf26d31 [2020-12-29T21:56:53.486Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-29T21:56:53.486Z] Successfully built f44d0e55a6d0 [2020-12-29T21:56:53.486Z] ---> Running in 199b67caefd0 [2020-12-29T21:56:53.486Z] Successfully tagged docker-core-metadata-go:latest [2020-12-29T21:56:53.486Z] Building docker-core-command-go [2020-12-29T21:56:53.486Z]  Building docker-core-metadata-go ... done Removing intermediate container a3dcae2de3e4 [2020-12-29T21:56:53.486Z] ---> 960a6d313017 [2020-12-29T21:56:53.486Z] Step 20/22 : LABEL arch=x86_64 [2020-12-29T21:56:53.748Z] ---> 1c0eea7415d1 [2020-12-29T21:56:53.748Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-29T21:56:53.748Z] ---> Running in 901b71b493ed [2020-12-29T21:56:53.748Z] Removing intermediate container 199b67caefd0 [2020-12-29T21:56:53.748Z] ---> a1f9bcf32308 [2020-12-29T21:56:53.748Z] Step 18/21 : CMD ["--init=true"] [2020-12-29T21:56:54.014Z] ---> Running in 0b1cafd46b35 [2020-12-29T21:56:54.014Z] ---> Running in 2b687c2f312d [2020-12-29T21:56:54.281Z] Removing intermediate container 901b71b493ed [2020-12-29T21:56:54.281Z] ---> 3a1988947231 [2020-12-29T21:56:54.281Z] Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:56:56.637Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-29T21:56:58.504Z] ---> Running in feffa8acd294 [2020-12-29T21:56:58.504Z] Removing intermediate container 2b687c2f312d [2020-12-29T21:56:58.504Z] ---> 853266d4db9e [2020-12-29T21:56:58.504Z] Step 19/21 : LABEL arch=x86_64 [2020-12-29T21:56:59.085Z] ---> Running in e8ca4d955a29 [2020-12-29T21:56:59.348Z] Removing intermediate container feffa8acd294 [2020-12-29T21:56:59.348Z] ---> 9e98f2015ee8 [2020-12-29T21:56:59.348Z] Step 22/22 : LABEL version=0.0.0 [2020-12-29T21:56:59.611Z] ---> Running in 1f818f10cf80 [2020-12-29T21:56:59.611Z] Removing intermediate container e8ca4d955a29 [2020-12-29T21:56:59.611Z] ---> f1b882eef2b8 [2020-12-29T21:56:59.611Z] Step 20/21 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:57:00.192Z] ---> Running in 22d11e1f0be6 [2020-12-29T21:57:00.192Z] Removing intermediate container 1f818f10cf80 [2020-12-29T21:57:00.192Z] ---> 88721e6e7641 [2020-12-29T21:57:00.192Z] [2020-12-29T21:57:00.192Z] Removing intermediate container 0b1cafd46b35 [2020-12-29T21:57:00.192Z] ---> 4544e83fa992 [2020-12-29T21:57:00.192Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-29T21:57:00.776Z] Successfully built 88721e6e7641 [2020-12-29T21:57:00.991Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-29T21:57:00.991Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-29T21:57:00.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-29T21:57:00.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-29T21:57:00.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-29T21:57:00.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-29T21:57:01.726Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-29T21:57:01.726Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2020-12-29T21:57:02.698Z] ---> Running in dbb47401e474 [2020-12-29T21:57:03.288Z] Removing intermediate container 22d11e1f0be6 [2020-12-29T21:57:03.288Z] ---> a65d11054af4 [2020-12-29T21:57:03.288Z] Step 21/21 : LABEL version=0.0.0 [2020-12-29T21:57:03.641Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-29T21:57:04.252Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-29T21:57:08.618Z] ---> Running in 694470840d61 [2020-12-29T21:57:10.042Z] Removing intermediate container dbb47401e474 [2020-12-29T21:57:10.042Z] ---> 1c4e94a4920c [2020-12-29T21:57:10.042Z] Step 22/24 : LABEL arch=x86_64 [2020-12-29T21:57:10.989Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-29T21:57:10.990Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-29T21:57:10.990Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-29T21:57:11.986Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:57:11.986Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:57:11.986Z] ---> 0548b2cbee88 [2020-12-29T21:57:11.986Z] Step 3/27 : WORKDIR /edgex-go [2020-12-29T21:57:11.986Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:57:11.986Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:57:11.986Z] ---> 0548b2cbee88 [2020-12-29T21:57:11.986Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T21:57:11.986Z] ---> Using cache [2020-12-29T21:57:11.986Z] ---> Using cache [2020-12-29T21:57:11.986Z] ---> 6cf3590faa3c [2020-12-29T21:57:11.986Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:57:11.986Z] ---> 6cf3590faa3c [2020-12-29T21:57:11.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:57:11.986Z] ---> Using cache [2020-12-29T21:57:11.986Z] ---> 5a9f5dc4ac41 [2020-12-29T21:57:11.986Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-29T21:57:11.986Z] ---> Using cache [2020-12-29T21:57:11.986Z] ---> 5a9f5dc4ac41 [2020-12-29T21:57:11.986Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T21:57:11.986Z] ---> Using cache [2020-12-29T21:57:11.986Z] ---> b4f060e1f88b [2020-12-29T21:57:11.986Z] Step 6/22 : COPY go.mod . [2020-12-29T21:57:11.986Z] ---> Using cache [2020-12-29T21:57:11.986Z] ---> 8f30e3ef98d8 [2020-12-29T21:57:11.986Z] Step 7/22 : RUN go mod download [2020-12-29T21:57:11.986Z] ---> Using cache [2020-12-29T21:57:11.986Z] ---> e5a0fc61ac8b [2020-12-29T21:57:11.986Z] Step 8/22 : COPY . . [2020-12-29T21:57:12.248Z] ---> Using cache [2020-12-29T21:57:12.248Z] ---> 18710f707e4d [2020-12-29T21:57:12.248Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-29T21:57:12.830Z] Removing intermediate container 694470840d61 [2020-12-29T21:57:12.830Z] ---> 1d6f5c2a7207 [2020-12-29T21:57:12.830Z] [2020-12-29T21:57:12.830Z] ---> Running in a5763ef18a85 [2020-12-29T21:57:12.830Z] ---> Running in c9421dd95b16 [2020-12-29T21:57:12.830Z] ---> Running in bae6116bb8e8 [2020-12-29T21:57:12.830Z] Successfully built 1d6f5c2a7207 [2020-12-29T21:57:13.093Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-29T21:57:13.093Z] Building docker-support-notifications-go [2020-12-29T21:57:13.093Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a5763ef18a85 [2020-12-29T21:57:13.093Z] ---> 71f9a77f7c5f [2020-12-29T21:57:13.093Z] Step 23/24 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:57:13.674Z] ---> Running in 0edf727170cf [2020-12-29T21:57:15.096Z] Removing intermediate container 0edf727170cf [2020-12-29T21:57:15.096Z] ---> 8160c213e95c [2020-12-29T21:57:15.096Z] Step 24/24 : LABEL version=0.0.0 [2020-12-29T21:57:15.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-29T21:57:15.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:57:15.946Z] ---> Running in 998061ca2705 [2020-12-29T21:57:16.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:57:16.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.307s coverage: 46.6% of statements [2020-12-29T21:57:16.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-29T21:57:16.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-29T21:57:16.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-29T21:57:16.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-29T21:57:16.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-29T21:57:16.806Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:57:16.806Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:57:16.806Z] OK: 12750 distinct packages available [2020-12-29T21:57:17.096Z] OK: 233 MiB in 51 packages [2020-12-29T21:57:17.097Z] Removing intermediate container 998061ca2705 [2020-12-29T21:57:17.097Z] ---> 5738288afbad [2020-12-29T21:57:17.097Z] [2020-12-29T21:57:17.678Z] Successfully built 5738288afbad [2020-12-29T21:57:18.254Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-29T21:57:20.210Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c9421dd95b16 [2020-12-29T21:57:20.210Z] ---> b24aab6b5ef3 [2020-12-29T21:57:20.210Z] Step 6/27 : COPY go.mod . [2020-12-29T21:57:21.174Z] ---> 618ac9a4a2c8 [2020-12-29T21:57:21.174Z] Step 7/27 : RUN go mod download [2020-12-29T21:57:21.761Z] ---> Running in 7fb59768282a [2020-12-29T21:57:24.405Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:57:24.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:57:24.405Z] ---> 0548b2cbee88 [2020-12-29T21:57:24.405Z] Step 3/23 : WORKDIR /edgex-go [2020-12-29T21:57:24.405Z] ---> Using cache [2020-12-29T21:57:24.405Z] ---> 6cf3590faa3c [2020-12-29T21:57:24.405Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:57:24.405Z] ---> Using cache [2020-12-29T21:57:24.405Z] ---> 5a9f5dc4ac41 [2020-12-29T21:57:24.405Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-29T21:57:24.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.588s coverage: 27.0% of statements [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-29T21:57:24.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-29T21:57:24.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-29T21:57:24.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.295s coverage: 73.7% of statements [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-29T21:57:24.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.666s coverage: 83.3% of statements [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-29T21:57:24.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-29T21:57:25.043Z] ---> Running in 92d731a4da5e [2020-12-29T21:57:25.417Z] Removing intermediate container 7fb59768282a [2020-12-29T21:57:25.417Z] ---> f2e1d095a8e6 [2020-12-29T21:57:25.417Z] Step 8/27 : COPY . . [2020-12-29T21:57:28.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:57:28.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:57:29.512Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:57:29.512Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:57:29.512Z] OK: 12750 distinct packages available [2020-12-29T21:57:30.089Z] OK: 233 MiB in 51 packages [2020-12-29T21:57:30.672Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T21:57:30.672Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-29T21:57:30.672Z] ---> 0548b2cbee88 [2020-12-29T21:57:30.672Z] Step 3/24 : WORKDIR /edgex-go [2020-12-29T21:57:30.672Z] ---> Using cache [2020-12-29T21:57:30.672Z] ---> 6cf3590faa3c [2020-12-29T21:57:30.672Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:57:30.672Z] ---> Using cache [2020-12-29T21:57:30.672Z] ---> 5a9f5dc4ac41 [2020-12-29T21:57:30.672Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-29T21:57:32.084Z] ---> Running in 477ab327c650 [2020-12-29T21:57:33.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:57:33.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-29T21:57:33.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-29T21:57:33.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-29T21:57:33.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.298s coverage: 86.7% of statements [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-29T21:57:33.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-29T21:57:33.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-29T21:57:33.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-29T21:57:33.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:57:33.612Z] Removing intermediate container 92d731a4da5e [2020-12-29T21:57:33.612Z] ---> 4b4beb9cc5fc [2020-12-29T21:57:33.612Z] Step 6/23 : COPY go.mod . [2020-12-29T21:57:34.210Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T21:57:34.210Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T21:57:34.210Z] OK: 12750 distinct packages available [2020-12-29T21:57:34.477Z] OK: 233 MiB in 51 packages [2020-12-29T21:57:35.430Z] ---> 77d06f2d5ace [2020-12-29T21:57:35.430Z] Step 7/23 : RUN go mod download [2020-12-29T21:57:36.834Z] ---> Running in db6b670a9d2f [2020-12-29T21:57:39.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.021s coverage: 93.8% of statements [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-29T21:57:39.834Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-29T21:57:39.834Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-29T21:57:39.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-29T21:57:39.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2020-12-29T21:57:39.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-29T21:57:40.156Z] Removing intermediate container 477ab327c650 [2020-12-29T21:57:40.156Z] ---> 5c6ca3d0e717 [2020-12-29T21:57:40.156Z] Step 6/24 : COPY go.mod . [2020-12-29T21:57:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.106s coverage: 80.8% of statements [2020-12-29T21:57:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements [2020-12-29T21:57:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.198s coverage: 84.2% of statements [2020-12-29T21:57:42.713Z] ---> a28fdb4d7129 [2020-12-29T21:57:42.713Z] Step 7/24 : RUN go mod download [2020-12-29T21:57:42.713Z] ---> Running in b6575e8a9d2b [2020-12-29T21:57:42.713Z] Removing intermediate container bae6116bb8e8 [2020-12-29T21:57:42.713Z] ---> 5b8181f86627 [2020-12-29T21:57:42.713Z] [2020-12-29T21:57:42.713Z] Step 10/22 : FROM scratch [2020-12-29T21:57:42.713Z] ---> [2020-12-29T21:57:42.713Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T21:57:42.713Z] ---> cc062795ed9f [2020-12-29T21:57:42.713Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-29T21:57:42.978Z] ---> Running in d2a0ac8f009a [2020-12-29T21:57:42.978Z] ---> Using cache [2020-12-29T21:57:42.978Z] ---> 076c3170a6c9 [2020-12-29T21:57:42.978Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-29T21:57:43.242Z] Removing intermediate container db6b670a9d2f [2020-12-29T21:57:43.243Z] ---> 6804f2393669 [2020-12-29T21:57:43.243Z] Step 8/23 : COPY . . [2020-12-29T21:57:43.243Z] ---> Running in 55c02aa9d276 [2020-12-29T21:57:43.243Z] Removing intermediate container 55c02aa9d276 [2020-12-29T21:57:43.243Z] ---> 095706677004 [2020-12-29T21:57:43.243Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-29T21:57:43.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-29T21:57:43.768Z] ---> Running in 67e5b2299d7e [2020-12-29T21:57:44.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.4% of statements [2020-12-29T21:57:44.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-29T21:57:44.723Z] Removing intermediate container 67e5b2299d7e [2020-12-29T21:57:44.723Z] ---> 9374f7df77e1 [2020-12-29T21:57:44.723Z] Step 14/22 : WORKDIR / [2020-12-29T21:57:46.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.614s coverage: 63.5% of statements [2020-12-29T21:57:46.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-29T21:57:46.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-29T21:57:46.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements [2020-12-29T21:57:46.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2020-12-29T21:57:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2020-12-29T21:57:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2020-12-29T21:57:47.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2020-12-29T21:57:47.307Z] ---> Running in 4900e1c85ce7 [2020-12-29T21:57:49.880Z] Removing intermediate container b6575e8a9d2b [2020-12-29T21:57:49.880Z] ---> a42c2df634c3 [2020-12-29T21:57:49.880Z] Step 8/24 : COPY . . [2020-12-29T21:57:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.923s coverage: 55.9% of statements [2020-12-29T21:57:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-29T21:57:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-29T21:57:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-29T21:57:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-29T21:57:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-29T21:57:53.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.355s coverage: 37.0% of statements [2020-12-29T21:57:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-29T21:57:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-29T21:57:53.238Z] Removing intermediate container 4900e1c85ce7 [2020-12-29T21:57:53.238Z] ---> 2110314fe20a [2020-12-29T21:57:53.238Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-29T21:57:53.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.663s coverage: 84.0% of statements [2020-12-29T21:57:53.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements [2020-12-29T21:57:59.912Z] ---> 6790e70856ac [2020-12-29T21:57:59.912Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-29T21:58:00.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.430s coverage: 47.1% of statements [2020-12-29T21:58:00.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-29T21:58:00.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-29T21:58:00.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-29T21:58:00.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-29T21:58:00.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-29T21:58:00.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2020-12-29T21:58:00.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-29T21:58:00.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2020-12-29T21:58:00.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-29T21:58:04.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.066s coverage: 29.1% of statements [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-29T21:58:04.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.256s coverage: 99.0% of statements [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-29T21:58:04.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-29T21:58:04.777Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-29T21:58:04.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-29T21:58:04.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-29T21:58:04.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-29T21:58:04.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2020-12-29T21:58:05.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-29T21:58:06.024Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-29T21:58:06.551Z] ---> 1a54a05c0561 [2020-12-29T21:58:06.552Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-29T21:58:07.000Z] GO111MODULE=on go vet ./... [2020-12-29T21:58:07.527Z] ---> ca2f16b74737 [2020-12-29T21:58:07.527Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-29T21:58:07.527Z] ---> d24b3d6c9acd [2020-12-29T21:58:07.527Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-29T21:58:07.527Z] ---> Running in 504e8bd7c028 [2020-12-29T21:58:07.527Z] ---> Running in f06ab0c0f6ea [2020-12-29T21:58:08.921Z] Removing intermediate container f06ab0c0f6ea [2020-12-29T21:58:08.921Z] ---> 6d574f1c12cc [2020-12-29T21:58:08.921Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T21:58:10.317Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-29T21:58:10.580Z] ---> Running in d04bb0276dee [2020-12-29T21:58:11.533Z] ---> 88110732ec08 [2020-12-29T21:58:11.533Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-29T21:58:11.813Z] Removing intermediate container d04bb0276dee [2020-12-29T21:58:11.813Z] ---> 5175b8a48e17 [2020-12-29T21:58:11.813Z] Step 20/22 : LABEL arch=x86_64 [2020-12-29T21:58:12.098Z] Removing intermediate container d2a0ac8f009a [2020-12-29T21:58:12.098Z] ---> 03fd436d7704 [2020-12-29T21:58:12.098Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-29T21:58:12.098Z] ---> Running in 51c298646b75 [2020-12-29T21:58:12.098Z] ---> Running in 37bd3e07a218 [2020-12-29T21:58:12.382Z] ---> Running in 62c464288a6e [2020-12-29T21:58:12.966Z] Removing intermediate container 37bd3e07a218 [2020-12-29T21:58:12.966Z] ---> 0f90b00641bd [2020-12-29T21:58:12.966Z] Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:58:13.240Z] ---> Running in 150a575f1ef0 [2020-12-29T21:58:13.507Z] Removing intermediate container 150a575f1ef0 [2020-12-29T21:58:13.507Z] ---> 95b8d4d7940f [2020-12-29T21:58:13.507Z] Step 22/22 : LABEL version=0.0.0 [2020-12-29T21:58:13.507Z] ---> Running in b21d49b3b8f0 [2020-12-29T21:58:13.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-29T21:58:13.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-29T21:58:13.771Z] Removing intermediate container b21d49b3b8f0 [2020-12-29T21:58:13.771Z] ---> 00ccab4ab2b8 [2020-12-29T21:58:13.771Z] [2020-12-29T21:58:14.041Z] Successfully built 00ccab4ab2b8 [2020-12-29T21:58:14.041Z] Successfully tagged docker-core-command-go:latest [2020-12-29T21:58:16.050Z]  Building docker-core-command-go ... done Removing intermediate container 62c464288a6e [2020-12-29T21:58:16.050Z] ---> 5000136355c8 [2020-12-29T21:58:16.050Z] [2020-12-29T21:58:16.050Z] Step 11/27 : FROM docker:latest [2020-12-29T21:58:16.050Z] ---> 0040bc98e531 [2020-12-29T21:58:16.050Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-29T21:58:16.321Z] ---> Running in b258fb16bcb2 [2020-12-29T21:58:18.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:58:18.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:58:18.562Z] (1/2) Installing readline (8.0.4-r0) [2020-12-29T21:58:18.562Z] (2/2) Installing bash (5.0.17-r0) [2020-12-29T21:58:18.562Z] Executing bash-5.0.17-r0.post-install [2020-12-29T21:58:18.562Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T21:58:18.828Z] OK: 12 MiB in 22 packages [2020-12-29T21:58:20.242Z] Removing intermediate container b258fb16bcb2 [2020-12-29T21:58:20.242Z] ---> c279e13765e2 [2020-12-29T21:58:20.242Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-29T21:58:20.242Z] ---> Running in 3694bea95998 [2020-12-29T21:58:22.226Z] Removing intermediate container 3694bea95998 [2020-12-29T21:58:22.226Z] ---> b93e81e1ea2c [2020-12-29T21:58:22.226Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-29T21:58:22.226Z] ---> Running in ea08c5a9a0bb [2020-12-29T21:58:22.226Z] Removing intermediate container ea08c5a9a0bb [2020-12-29T21:58:22.226Z] ---> ada1c40cda18 [2020-12-29T21:58:22.226Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-29T21:58:22.499Z] ---> Running in b24dbbfb720e [2020-12-29T21:58:22.765Z] Removing intermediate container b24dbbfb720e [2020-12-29T21:58:22.765Z] ---> 70030820fa42 [2020-12-29T21:58:22.765Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-29T21:58:23.033Z] ---> Running in 2b033435ad9f [2020-12-29T21:58:23.312Z] Removing intermediate container 2b033435ad9f [2020-12-29T21:58:23.312Z] ---> 4c61565cc9ed [2020-12-29T21:58:23.312Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-29T21:58:23.902Z] ---> 66c55d10cd53 [2020-12-29T21:58:23.902Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-29T21:58:24.504Z] ---> 0f4db95b4703 [2020-12-29T21:58:24.504Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-29T21:58:25.088Z] ---> 23f6350d67e0 [2020-12-29T21:58:25.088Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-29T21:58:25.371Z] ---> Running in 34ced053787f [2020-12-29T21:58:26.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:58:26.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:58:26.335Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-29T21:58:26.335Z] (2/33) Installing expat (2.2.9-r1) [2020-12-29T21:58:26.335Z] (3/33) Installing libffi (3.3-r2) [2020-12-29T21:58:26.335Z] (4/33) Installing gdbm (1.13-r1) [2020-12-29T21:58:26.670Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-29T21:58:26.670Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-29T21:58:26.670Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-29T21:58:29.993Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-29T21:58:29.993Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-29T21:58:29.993Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-29T21:58:29.993Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-29T21:58:29.993Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-29T21:58:29.993Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-29T21:58:29.993Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-29T21:58:29.993Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-29T21:58:29.994Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-29T21:58:29.994Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-29T21:58:29.994Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-29T21:58:29.994Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-29T21:58:30.568Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-29T21:58:33.119Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-29T21:58:33.382Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-29T21:58:33.646Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-29T21:58:33.646Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-29T21:58:33.646Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-29T21:58:33.646Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-29T21:58:33.646Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-29T21:58:33.646Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-29T21:58:33.646Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-29T21:58:33.646Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-29T21:58:33.911Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-29T21:58:33.911Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-29T21:58:33.911Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-29T21:58:33.911Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T21:58:33.911Z] OK: 71 MiB in 55 packages [2020-12-29T21:58:37.374Z] Removing intermediate container 51c298646b75 [2020-12-29T21:58:37.374Z] ---> 21c50b9d4326 [2020-12-29T21:58:37.374Z] [2020-12-29T21:58:37.374Z] Step 10/24 : FROM scratch [2020-12-29T21:58:37.374Z] ---> [2020-12-29T21:58:37.374Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-29T21:58:41.585Z] Removing intermediate container 504e8bd7c028 [2020-12-29T21:58:41.585Z] ---> 3b724daff94f [2020-12-29T21:58:41.585Z] [2020-12-29T21:58:41.585Z] Step 10/23 : FROM alpine [2020-12-29T21:58:41.585Z] ---> 389fef711851 [2020-12-29T21:58:41.585Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T21:58:41.585Z] ---> Running in e80a5d42c7f6 [2020-12-29T21:58:41.585Z] ---> Running in 14012738a112 [2020-12-29T21:58:41.585Z] Removing intermediate container e80a5d42c7f6 [2020-12-29T21:58:41.585Z] ---> f2e848de280b [2020-12-29T21:58:41.585Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-29T21:58:41.585Z] Removing intermediate container 34ced053787f [2020-12-29T21:58:41.585Z] ---> 575f0cd683d7 [2020-12-29T21:58:41.585Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-29T21:58:41.585Z] Removing intermediate container 14012738a112 [2020-12-29T21:58:41.585Z] ---> 9a063ffd131d [2020-12-29T21:58:41.585Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-29T21:58:41.585Z] ---> Running in 050cd1807d83 [2020-12-29T21:58:41.585Z] ---> Running in f2cb19c06c32 [2020-12-29T21:58:41.585Z] ---> Running in 6f56c68a11c8 [2020-12-29T21:58:41.848Z] Removing intermediate container 050cd1807d83 [2020-12-29T21:58:41.848Z] ---> 7c8f158c5b0a [2020-12-29T21:58:41.848Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-29T21:58:42.440Z] Removing intermediate container 6f56c68a11c8 [2020-12-29T21:58:42.440Z] ---> 064b03d2157b [2020-12-29T21:58:42.440Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-29T21:58:42.440Z] ---> Running in 44521e5d351c [2020-12-29T21:58:42.440Z] ---> Running in 4e7cdecd0e07 [2020-12-29T21:58:42.703Z] Removing intermediate container 44521e5d351c [2020-12-29T21:58:42.703Z] ---> d42c94fea027 [2020-12-29T21:58:42.703Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-29T21:58:42.703Z] Removing intermediate container 4e7cdecd0e07 [2020-12-29T21:58:42.703Z] ---> 1bd00383545b [2020-12-29T21:58:42.703Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T21:58:42.703Z] ---> Running in ce892846868d [2020-12-29T21:58:42.967Z] ---> 9bb613ea0057 [2020-12-29T21:58:42.967Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-29T21:58:43.544Z] Collecting docker-compose==1.23.2 [2020-12-29T21:58:43.806Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-29T21:58:44.068Z] ---> 4d14fccbc5ad [2020-12-29T21:58:44.068Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-29T21:58:44.331Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-29T21:58:44.331Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-29T21:58:44.593Z] Removing intermediate container ce892846868d [2020-12-29T21:58:44.593Z] ---> a2791a24f4db [2020-12-29T21:58:44.593Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-29T21:58:44.593Z] ---> e5ac5798b3ed [2020-12-29T21:58:44.593Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-29T21:58:44.593Z] ---> Running in 38256ce354ad [2020-12-29T21:58:44.863Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-29T21:58:44.863Z] Collecting docker<4.0,>=3.6.0 [2020-12-29T21:58:44.863Z] ---> 96bd6bddc4bd [2020-12-29T21:58:44.863Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-29T21:58:44.863Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-29T21:58:45.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:58:45.126Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-29T21:58:45.389Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-29T21:58:45.389Z] Collecting texttable<0.10,>=0.9.0 [2020-12-29T21:58:45.389Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-29T21:58:45.963Z] ---> 3189b1bf97d0 [2020-12-29T21:58:45.963Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-29T21:58:45.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:58:45.963Z] Collecting docopt<0.7,>=0.6.1 [2020-12-29T21:58:45.963Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-29T21:58:45.963Z] ---> f7212630e174 [2020-12-29T21:58:45.963Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-29T21:58:46.225Z] ---> Running in 732500f95f4a [2020-12-29T21:58:46.490Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-29T21:58:46.490Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-29T21:58:46.490Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-29T21:58:46.753Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-29T21:58:46.753Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-29T21:58:46.753Z] Collecting jsonschema<3,>=2.5.1 [2020-12-29T21:58:46.753Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-29T21:58:47.018Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T21:58:47.018Z] Removing intermediate container 732500f95f4a [2020-12-29T21:58:47.018Z] ---> 0afbb971d512 [2020-12-29T21:58:47.018Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T21:58:47.018Z] OK: 8 MiB in 19 packages [2020-12-29T21:58:47.018Z] ---> Running in 567f53c20d9b [2020-12-29T21:58:47.018Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-29T21:58:47.018Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-29T21:58:47.285Z] Collecting cached-property<2,>=1.2.0 [2020-12-29T21:58:47.285Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-29T21:58:47.285Z] Removing intermediate container 567f53c20d9b [2020-12-29T21:58:47.285Z] ---> 7f0b714eb134 [2020-12-29T21:58:47.285Z] Step 22/24 : LABEL arch=x86_64 [2020-12-29T21:58:47.554Z] Collecting PyYAML<4,>=3.10 [2020-12-29T21:58:47.554Z] ---> Running in b713a80cd858 [2020-12-29T21:58:47.554Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-29T21:58:47.554Z] Removing intermediate container 38256ce354ad [2020-12-29T21:58:47.554Z] ---> 8b8bc7f0e40b [2020-12-29T21:58:47.554Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-29T21:58:48.127Z] Removing intermediate container b713a80cd858 [2020-12-29T21:58:48.127Z] ---> 8d745821540a [2020-12-29T21:58:48.127Z] Step 23/24 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:58:49.081Z] Collecting docker-pycreds>=0.4.0 [2020-12-29T21:58:49.081Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-29T21:58:49.081Z] ---> Running in b90360eeac16 [2020-12-29T21:58:49.081Z] ---> 88cf7282a534 [2020-12-29T21:58:49.081Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-29T21:58:49.081Z] Collecting idna<2.8,>=2.5 [2020-12-29T21:58:49.081Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-29T21:58:49.081Z] Removing intermediate container b90360eeac16 [2020-12-29T21:58:49.081Z] ---> 4cd4496b883d [2020-12-29T21:58:49.081Z] Step 24/24 : LABEL version=0.0.0 [2020-12-29T21:58:49.349Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-29T21:58:49.349Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-29T21:58:49.349Z] ---> Running in 608c3d304d72 [2020-12-29T21:58:49.349Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-29T21:58:49.349Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-29T21:58:49.349Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-29T21:58:49.349Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-29T21:58:49.349Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-29T21:58:49.349Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-29T21:58:49.625Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, docopt, jsonschema, cached-property, PyYAML, docker-compose [2020-12-29T21:58:49.625Z] Running setup.py install for dockerpty: started [2020-12-29T21:58:49.625Z] ---> eb67a1559ab8 [2020-12-29T21:58:49.625Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-29T21:58:49.625Z] Removing intermediate container 608c3d304d72 [2020-12-29T21:58:49.625Z] ---> d38ae1988ed4 [2020-12-29T21:58:49.625Z] [2020-12-29T21:58:49.891Z] Successfully built d38ae1988ed4 [2020-12-29T21:58:49.891Z] Successfully tagged docker-support-notifications-go:latest [2020-12-29T21:58:50.157Z]  Building docker-support-notifications-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2020-12-29T21:58:50.157Z] ---> 72b01938fc3b [2020-12-29T21:58:50.157Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-29T21:58:50.157Z] ---> Running in 78f949b54bcd [2020-12-29T21:58:50.157Z] Attempting uninstall: idna [2020-12-29T21:58:50.157Z] Found existing installation: idna 2.9 [2020-12-29T21:58:50.157Z] Uninstalling idna-2.9: [2020-12-29T21:58:50.157Z] Successfully uninstalled idna-2.9 [2020-12-29T21:58:50.448Z] Attempting uninstall: urllib3 [2020-12-29T21:58:50.448Z] Found existing installation: urllib3 1.25.9 [2020-12-29T21:58:50.448Z] Uninstalling urllib3-1.25.9: [2020-12-29T21:58:50.448Z] Removing intermediate container 78f949b54bcd [2020-12-29T21:58:50.448Z] ---> 7fef125e9a02 [2020-12-29T21:58:50.448Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T21:58:50.732Z] Successfully uninstalled urllib3-1.25.9 [2020-12-29T21:58:51.008Z] ---> Running in b7df54f77bec [2020-12-29T21:58:51.008Z] Attempting uninstall: requests [2020-12-29T21:58:51.008Z] Found existing installation: requests 2.23.0 [2020-12-29T21:58:51.008Z] Uninstalling requests-2.23.0: [2020-12-29T21:58:51.008Z] Successfully uninstalled requests-2.23.0 [2020-12-29T21:58:51.314Z] Removing intermediate container b7df54f77bec [2020-12-29T21:58:51.314Z] ---> 1d42c4a3069b [2020-12-29T21:58:51.314Z] Step 21/23 : LABEL arch=x86_64 [2020-12-29T21:58:51.587Z] ---> Running in 93000727f0d8 [2020-12-29T21:58:52.578Z] Running setup.py install for texttable: started [2020-12-29T21:58:52.579Z] Removing intermediate container 93000727f0d8 [2020-12-29T21:58:52.579Z] ---> aeff680554de [2020-12-29T21:58:52.579Z] Step 22/23 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:58:52.579Z] ---> Running in 428e01775a3e [2020-12-29T21:58:52.579Z] Removing intermediate container 428e01775a3e [2020-12-29T21:58:52.579Z] ---> 569fc616727f [2020-12-29T21:58:52.579Z] Step 23/23 : LABEL version=0.0.0 [2020-12-29T21:58:52.579Z] ---> Running in f435c2a72cb8 [2020-12-29T21:58:52.842Z] Running setup.py install for texttable: finished with status 'done' [2020-12-29T21:58:52.842Z] Running setup.py install for docopt: started [2020-12-29T21:58:52.842Z] Removing intermediate container f435c2a72cb8 [2020-12-29T21:58:52.842Z] ---> 38fd41dd928b [2020-12-29T21:58:52.842Z] [2020-12-29T21:58:53.103Z] Successfully built 38fd41dd928b [2020-12-29T21:58:53.103Z] Successfully tagged docker-core-data-go:latest [2020-12-29T21:58:53.365Z]  Building docker-core-data-go ... done  Running setup.py install for docopt: finished with status 'done' [2020-12-29T21:58:53.365Z] Running setup.py install for PyYAML: started [2020-12-29T21:58:53.939Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-29T21:58:54.201Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-29T21:58:57.514Z] Removing intermediate container f2cb19c06c32 [2020-12-29T21:58:57.514Z] ---> 363c7701222f [2020-12-29T21:58:57.514Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-29T21:58:57.514Z] ---> Running in c895e42eea7a [2020-12-29T21:58:57.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T21:58:57.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T21:58:57.776Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-29T21:58:57.776Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-29T21:58:57.776Z] (3/3) Installing curl (7.69.1-r3) [2020-12-29T21:58:57.776Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T21:58:57.776Z] OK: 72 MiB in 58 packages [2020-12-29T21:58:58.356Z] Removing intermediate container c895e42eea7a [2020-12-29T21:58:58.356Z] ---> 854e7925bfdb [2020-12-29T21:58:58.356Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-29T21:58:58.356Z] ---> Running in 2b0dbe7df4db [2020-12-29T21:58:58.618Z] Removing intermediate container 2b0dbe7df4db [2020-12-29T21:58:58.618Z] ---> baaeeb277554 [2020-12-29T21:58:58.618Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T21:58:58.618Z] ---> Running in cccb90a777b8 [2020-12-29T21:58:58.880Z] Removing intermediate container cccb90a777b8 [2020-12-29T21:58:58.880Z] ---> 03caa66414ad [2020-12-29T21:58:58.880Z] Step 25/27 : LABEL arch=x86_64 [2020-12-29T21:58:58.880Z] ---> Running in 0a43c8aa03cd [2020-12-29T21:58:59.142Z] Removing intermediate container 0a43c8aa03cd [2020-12-29T21:58:59.142Z] ---> ae0e907b37b1 [2020-12-29T21:58:59.142Z] Step 26/27 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T21:58:59.142Z] ---> Running in 1a8d96fd315e [2020-12-29T21:58:59.403Z] Removing intermediate container 1a8d96fd315e [2020-12-29T21:58:59.403Z] ---> 068a2518d768 [2020-12-29T21:58:59.403Z] Step 27/27 : LABEL version=0.0.0 [2020-12-29T21:58:59.403Z] ---> Running in b1fc6e874d0b [2020-12-29T21:58:59.403Z] Removing intermediate container b1fc6e874d0b [2020-12-29T21:58:59.403Z] ---> ab7a77c8487e [2020-12-29T21:58:59.403Z] [2020-12-29T21:58:59.666Z] Successfully built ab7a77c8487e [2020-12-29T21:58:59.666Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-29T21:58:59.939Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-29T21:58:59.950Z] $ docker stop --time=1 1823a0911f657e7e1ed1b96e85c5e1ca06be71fbde476385474b49b1a88c5509 [2020-12-29T21:59:01.586Z] $ docker rm -f 1823a0911f657e7e1ed1b96e85c5e1ca06be71fbde476385474b49b1a88c5509 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T21:59:02.214Z] + docker images [2020-12-29T21:59:02.214Z] + grep docker [2020-12-29T21:59:02.214Z] docker-sys-mgmt-agent-go latest ab7a77c8487e 3 seconds ago 313MB [2020-12-29T21:59:02.214Z] docker-core-data-go latest 38fd41dd928b 10 seconds ago 22.2MB [2020-12-29T21:59:02.214Z] docker-support-notifications-go latest d38ae1988ed4 13 seconds ago 12MB [2020-12-29T21:59:02.214Z] docker-core-command-go latest 00ccab4ab2b8 49 seconds ago 10.6MB [2020-12-29T21:59:02.214Z] docker-security-secretstore-setup-go latest 5738288afbad About a minute ago 24.6MB [2020-12-29T21:59:02.214Z] docker-security-proxy-setup-go latest 1d6f5c2a7207 About a minute ago 24.5MB [2020-12-29T21:59:02.214Z] docker-security-bootstrap-redis-go latest 88721e6e7641 2 minutes ago 15.8MB [2020-12-29T21:59:02.214Z] docker-core-metadata-go latest f44d0e55a6d0 2 minutes ago 13MB [2020-12-29T21:59:02.214Z] docker-support-scheduler-go latest c6cf83d87581 2 minutes ago 10.7MB [2020-12-29T21:59:02.214Z] docker latest 0040bc98e531 12 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-29T21:59:15.048Z] gofmt -l . [2020-12-29T21:59:15.048Z] [ "`gofmt -l .`" = "" ] [2020-12-29T21:59:15.048Z] ./bin/test-go-mod-tidy.sh [2020-12-29T21:59:15.048Z] ./bin/test-attribution-txt.sh [2020-12-29T21:59:17.979Z] Still waiting to schedule task [2020-12-29T21:59:17.979Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [Pipeline] sh [2020-12-29T21:59:20.165Z] + ls -al . [2020-12-29T21:59:20.165Z] total 664 [2020-12-29T21:59:20.165Z] drwxrwxr-x 9 1001 1001 4096 Dec 29 21:59 . [2020-12-29T21:59:20.165Z] drwxr-xr-x 4 root root 4096 Dec 29 21:55 .. [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 11 Dec 29 21:54 .dockerignore [2020-12-29T21:59:20.165Z] drwxrwxr-x 8 1001 1001 4096 Dec 29 21:54 .git [2020-12-29T21:59:20.165Z] drwxrwxr-x 3 1001 1001 4096 Dec 29 21:54 .github [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 824 Dec 29 21:54 .gitignore [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 166 Dec 29 21:54 .sonarcloud.properties [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 3804 Dec 29 21:54 CONTRIBUTING.md [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 1035 Dec 29 21:54 Dockerfile.build [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 863 Dec 29 21:54 Jenkinsfile [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 10775 Dec 29 21:54 LICENSE [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 5750 Dec 29 21:54 Makefile [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 6511 Dec 29 21:54 README.md [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 6744 Dec 29 21:54 SECURITY.md [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 5 Dec 29 21:51 VERSION [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 4131 Dec 29 21:54 ZMQWindows.md [2020-12-29T21:59:20.165Z] drwxrwxr-x 2 1001 1001 4096 Dec 29 21:54 bin [2020-12-29T21:59:20.165Z] drwxrwxr-x 14 1001 1001 4096 Dec 29 21:54 cmd [2020-12-29T21:59:20.165Z] -rw-r--r-- 1 root root 537189 Dec 29 21:58 coverage.out [2020-12-29T21:59:20.165Z] -rw-r--r-- 1 root root 979 Dec 29 21:59 go.mod [2020-12-29T21:59:20.165Z] -rw-r--r-- 1 root root 18739 Dec 29 21:59 go.sum [2020-12-29T21:59:20.165Z] drwxrwxr-x 8 1001 1001 4096 Dec 29 21:54 internal [2020-12-29T21:59:20.165Z] drwxrwxr-x 4 1001 1001 4096 Dec 29 21:54 openapi [2020-12-29T21:59:20.165Z] drwxrwxr-x 4 1001 1001 4096 Dec 29 21:54 snap [2020-12-29T21:59:20.165Z] -rw-rw-r-- 1 1001 1001 168 Dec 29 21:54 version.go [Pipeline] sh [2020-12-29T21:59:20.858Z] + '[' -e coverage.out ] [2020-12-29T21:59:20.858Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-29T21:59:20.929Z] Warning: overwriting stash ‘coverage-report’ [2020-12-29T21:59:22.119Z] Stashed 1 file(s) [Pipeline] sh [2020-12-29T21:59:22.770Z] + make build [2020-12-29T21:59:22.770Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-29T21:59:32.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-29T21:59:55.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-29T21:59:58.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-29T22:00:03.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-29T22:00:04.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-29T22:00:10.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-29T22:00:14.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-29T22:00:15.773Z] Running on prd-ubuntu18.04-docker-8c-8g-17653 in /w/workspace/edgexfoundry_edgex-go_PR-2975 [Pipeline] { [Pipeline] ws [2020-12-29T22:00:15.837Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-29T22:00:17.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-29T22:00:18.505Z] using credential edgex-jenkins-ssh [2020-12-29T22:00:18.560Z] Cloning the remote Git repository [2020-12-29T22:00:17.723Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-29T22:00:17.806Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-29T22:00:17.841Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-29T22:00:17.841Z] > git --version # timeout=10 [2020-12-29T22:00:17.852Z] > git --version # 'git version 2.17.1' [2020-12-29T22:00:17.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T22:00:17.912Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T22:00:22.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-29T22:00:25.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-29T22:00:24.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-29T22:00:24.422Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T22:00:24.799Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-29T22:00:24.820Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-29T22:00:24.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T22:00:24.827Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2975/head:refs/remotes/origin/PR-2975 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T22:00:26.268Z] Merging remotes/origin/master commit 0334f8c6cb4567394b03fe4bb4a72992867bc10f into PR head commit 33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:00:26.473Z] Merge succeeded, producing 33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:00:26.474Z] Checking out Revision 33032524c0e2948070d07a8abcfdc39e4a1d74ac (PR-2975) [2020-12-29T22:00:25.417Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T22:00:25.426Z] > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 [2020-12-29T22:00:25.576Z] > git remote # timeout=10 [2020-12-29T22:00:25.585Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T22:00:25.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T22:00:25.595Z] > git merge 0334f8c6cb4567394b03fe4bb4a72992867bc10f # timeout=10 [2020-12-29T22:00:25.604Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T22:00:25.614Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T22:00:25.618Z] > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 [2020-12-29T22:00:29.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-29T22:00:29.446Z] Commit message: "refactor: Use latest bootstrap for logging client changes" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T22:00:30.799Z] + echo snap-build.sh [2020-12-29T22:00:30.799Z] snap-build.sh [2020-12-29T22:00:30.799Z] + SNAP_BASE_DIR=. [2020-12-29T22:00:30.799Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2020-12-29T22:00:30.799Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2020-12-29T22:00:30.799Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2020-12-29T22:00:30.799Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2020-12-29T22:00:30.799Z] + cd /w/workspace/edgex-go/2 [2020-12-29T22:00:30.799Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-29T22:00:30.799Z] Reading package lists... [2020-12-29T22:00:31.063Z] Building dependency tree... [2020-12-29T22:00:31.063Z] Reading state information... [2020-12-29T22:00:31.325Z] The following packages were automatically installed and are no longer required: [2020-12-29T22:00:31.325Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-29T22:00:31.325Z] uidmap xdelta3 [2020-12-29T22:00:31.325Z] Use 'sudo apt autoremove' to remove them. [2020-12-29T22:00:31.325Z] The following packages will be REMOVED: [2020-12-29T22:00:31.325Z] lxd* lxd-client* [2020-12-29T22:00:31.899Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-29T22:00:31.899Z] After this operation, 31.7 MB disk space will be freed. [Pipeline] } [2020-12-29T22:00:33.406Z] $ docker stop --time=1 c1d2085e2c0acd0f061022de58e4eb0a8ba9b131fb0d3ed48531b9c21d12b0e9 [2020-12-29T22:00:33.479Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-29T22:00:33.479Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-29T22:00:34.427Z] Removing lxd dnsmasq configuration [2020-12-29T22:00:34.690Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-29T22:00:35.265Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-29T22:00:36.074Z] $ docker rm -f c1d2085e2c0acd0f061022de58e4eb0a8ba9b131fb0d3ed48531b9c21d12b0e9 [2020-12-29T22:00:36.213Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-29T22:00:36.476Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-29T22:00:36.476Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T22:00:38.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T22:00:38.020Z] [2020-12-29T22:00:38.020Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T22:00:38.400Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-29T22:00:38.400Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-29T22:00:38.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T22:00:38.960Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-29T22:00:38.960Z] 29e5d40040c1: Pulling fs layer [2020-12-29T22:00:38.960Z] 1ce36da41761: Pulling fs layer [2020-12-29T22:00:38.960Z] 25b303627fd3: Pulling fs layer [2020-12-29T22:00:39.557Z] 29e5d40040c1: Verifying Checksum [2020-12-29T22:00:39.557Z] 29e5d40040c1: Download complete [2020-12-29T22:00:39.828Z] 1ce36da41761: Verifying Checksum [2020-12-29T22:00:39.828Z] 1ce36da41761: Download complete [2020-12-29T22:00:40.104Z] 29e5d40040c1: Pull complete [2020-12-29T22:00:40.332Z] + sudo snap remove --purge lxd [2020-12-29T22:00:40.332Z] snap "lxd" is not installed [2020-12-29T22:00:40.332Z] + sudo groupadd --force --system lxd [2020-12-29T22:00:40.332Z] ++ whoami [2020-12-29T22:00:40.332Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-29T22:00:40.332Z] + newgrp - lxd [2020-12-29T22:00:40.332Z] + sudo snap install lxd [2020-12-29T22:00:41.536Z] 1ce36da41761: Pull complete [2020-12-29T22:00:41.807Z] 25b303627fd3: Verifying Checksum [2020-12-29T22:00:41.807Z] 25b303627fd3: Download complete [2020-12-29T22:00:50.370Z] 2020-12-29T22:00:47Z INFO Waiting for automatic snapd restart... [2020-12-29T22:00:51.981Z] 25b303627fd3: Pull complete [2020-12-29T22:00:51.981Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-29T22:00:51.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T22:00:51.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-29T22:00:52.208Z] prd-ubuntu18.04-docker-arm64-4c-16g-17652 does not seem to be running inside a container [2020-12-29T22:00:52.278Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-29T22:00:55.276Z] $ docker top a8dc54345048521e6c9089c77b1e521aee32abb79ca09469f420018b4a7abdf5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T22:00:56.339Z] + docker-compose build --help [2020-12-29T22:00:56.339Z] + grep parallel [2020-12-29T22:00:59.734Z] --parallel Build images in parallel. [Pipeline] } [2020-12-29T22:01:00.020Z] $ docker stop --time=1 a8dc54345048521e6c9089c77b1e521aee32abb79ca09469f420018b4a7abdf5 [2020-12-29T22:01:02.063Z] $ docker rm -f a8dc54345048521e6c9089c77b1e521aee32abb79ca09469f420018b4a7abdf5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T22:01:02.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T22:01:02.974Z] . [Pipeline] withDockerContainer [2020-12-29T22:01:03.243Z] prd-ubuntu18.04-docker-arm64-4c-16g-17652 does not seem to be running inside a container [2020-12-29T22:01:03.312Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-29T22:01:04.734Z] $ docker top 3688fbf6a743ccb417021cd40cdc0504487c9a05bc6d24b325872c68a76d8c63 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T22:01:05.354Z] lxd 4.9 from Canonical* installed [2020-12-29T22:01:05.354Z] + sudo lxd init --auto [2020-12-29T22:01:05.813Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-29T22:01:10.100Z] Building docker-core-command-go ... [2020-12-29T22:01:10.100Z] Building docker-core-data-go ... [2020-12-29T22:01:10.100Z] Building docker-core-metadata-go ... [2020-12-29T22:01:10.100Z] Building docker-security-bootstrap-redis-go ... [2020-12-29T22:01:10.100Z] Building docker-security-proxy-setup-go ... [2020-12-29T22:01:10.100Z] Building docker-security-secretstore-setup-go ... [2020-12-29T22:01:10.100Z] Building docker-support-notifications-go ... [2020-12-29T22:01:10.100Z] Building docker-support-scheduler-go ... [2020-12-29T22:01:10.100Z] Building docker-sys-mgmt-agent-go ... [2020-12-29T22:01:10.100Z] Building docker-security-bootstrap-redis-go [2020-12-29T22:01:10.100Z] Building docker-core-metadata-go [2020-12-29T22:01:10.100Z] Building docker-core-command-go [2020-12-29T22:01:10.100Z] Building docker-sys-mgmt-agent-go [2020-12-29T22:01:10.100Z] Building docker-security-secretstore-setup-go [2020-12-29T22:01:15.485Z] + sudo snap install --classic snapcraft [2020-12-29T22:01:23.669Z] snapcraft 4.4.4 from Canonical* installed [2020-12-29T22:01:23.669Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-29T22:01:23.669Z] + patch --verbose -p1 [2020-12-29T22:01:23.669Z] Hmm... Looks like a unified diff to me... [2020-12-29T22:01:23.669Z] The text leading up to this was: [2020-12-29T22:01:23.669Z] -------------------------- [2020-12-29T22:01:23.669Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-29T22:01:23.669Z] |From: Tony Espy [2020-12-29T22:01:23.669Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-29T22:01:23.669Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-29T22:01:23.669Z] | [2020-12-29T22:01:23.669Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-29T22:01:23.669Z] |optimize the snap CI check run for pull requests. When [2020-12-29T22:01:23.669Z] |applied, it essentially strips out everything (apps and [2020-12-29T22:01:23.669Z] |parts) from the snapcraft.yaml file except those required [2020-12-29T22:01:23.669Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-29T22:01:23.669Z] |catch changes to edgex-go that break the snap build. [2020-12-29T22:01:23.669Z] | [2020-12-29T22:01:23.669Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-29T22:01:23.669Z] |to update this patch file, otherwise it may fail to apply, [2020-12-29T22:01:23.669Z] |resulting in a failed snap build CI check in the associated [2020-12-29T22:01:23.669Z] |pull request. [2020-12-29T22:01:23.669Z] | [2020-12-29T22:01:23.669Z] |Note - in addition to applying this patch, the pipeline also [2020-12-29T22:01:23.669Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-29T22:01:23.669Z] |need to build the finally binary .snap file (and it won't [2020-12-29T22:01:23.669Z] |work with the patch applied). This further reduces the build [2020-12-29T22:01:23.669Z] |time. [2020-12-29T22:01:23.669Z] |--- [2020-12-29T22:01:23.669Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-29T22:01:23.669Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-29T22:01:23.669Z] | [2020-12-29T22:01:23.669Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-29T22:01:23.669Z] |index 1e537489..faf42425 100644 [2020-12-29T22:01:23.669Z] |--- a/snap/snapcraft.yaml [2020-12-29T22:01:23.669Z] |+++ b/snap/snapcraft.yaml [2020-12-29T22:01:23.669Z] -------------------------- [2020-12-29T22:01:23.669Z] patching file snap/snapcraft.yaml [2020-12-29T22:01:23.669Z] Using Plan A... [2020-12-29T22:01:23.669Z] Hunk #1 succeeded at 73. [2020-12-29T22:01:23.669Z] Hunk #2 succeeded at 202. [2020-12-29T22:01:23.669Z] Hunk #3 succeeded at 214. [2020-12-29T22:01:23.669Z] Hunk #4 succeeded at 222. [2020-12-29T22:01:23.669Z] Hunk #5 succeeded at 229. [2020-12-29T22:01:23.669Z] Hunk #6 succeeded at 256. [2020-12-29T22:01:23.669Z] Hunk #7 succeeded at 290. [2020-12-29T22:01:23.669Z] Hunk #8 succeeded at 341. [2020-12-29T22:01:23.669Z] Hmm... Ignoring the trailing garbage. [2020-12-29T22:01:23.669Z] done [2020-12-29T22:01:23.669Z] + sudo snapcraft prime --use-lxd [2020-12-29T22:01:24.615Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-29T22:01:24.615Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-29T22:01:24.615Z] - README.md [2020-12-29T22:01:24.615Z] [2020-12-29T22:01:24.615Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-29T22:01:25.562Z] Launching a container. [2020-12-29T22:01:40.520Z] Waiting for container to be ready [2020-12-29T22:01:40.520Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-29T22:01:40.520Z] [2020-12-29T22:01:43.082Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-29T22:01:43.344Z] Waiting for network to be ready... [2020-12-29T22:01:43.919Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-29T22:01:43.920Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-29T22:01:43.920Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-29T22:01:44.182Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-29T22:01:44.182Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-29T22:01:44.182Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-29T22:01:44.182Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-29T22:01:44.182Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-29T22:01:44.182Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-29T22:01:44.182Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-29T22:01:44.446Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-29T22:01:44.709Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-29T22:01:44.976Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-29T22:01:44.977Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-29T22:01:44.977Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-29T22:01:44.977Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-29T22:01:44.977Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-29T22:01:44.977Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-29T22:01:45.240Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-29T22:01:45.502Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-29T22:01:45.502Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-29T22:01:45.502Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-29T22:01:45.502Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-29T22:01:45.502Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-29T22:01:45.502Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-29T22:01:45.502Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-29T22:01:45.502Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-29T22:01:49.718Z] Fetched 23.5 MB in 5s (4487 kB/s) [2020-12-29T22:01:50.688Z] Reading package lists... [2020-12-29T22:01:50.951Z] Reading package lists... [2020-12-29T22:01:51.212Z] Building dependency tree... [2020-12-29T22:01:51.212Z] Reading state information... [2020-12-29T22:01:51.212Z] The following additional packages will be installed: [2020-12-29T22:01:51.212Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-29T22:01:51.212Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-29T22:01:51.212Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-29T22:01:51.212Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-29T22:01:51.213Z] Suggested packages: [2020-12-29T22:01:51.213Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-29T22:01:51.213Z] Recommended packages: [2020-12-29T22:01:51.213Z] gnupg libsasl2-modules [2020-12-29T22:01:51.474Z] The following NEW packages will be installed: [2020-12-29T22:01:51.474Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-29T22:01:51.474Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-29T22:01:51.474Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-29T22:01:51.474Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-29T22:01:51.474Z] The following packages will be upgraded: [2020-12-29T22:01:51.474Z] gpg gpg-agent gpgconf libudev1 [2020-12-29T22:01:51.736Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-29T22:01:51.736Z] Need to get 3531 kB of archives. [2020-12-29T22:01:51.736Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-29T22:01:51.736Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-29T22:01:51.736Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-29T22:01:51.998Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-29T22:01:52.262Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-29T22:01:52.262Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-29T22:01:52.262Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-29T22:01:52.262Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-29T22:01:52.262Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-29T22:01:52.262Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-29T22:01:52.262Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-29T22:01:52.262Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-29T22:01:52.262Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-29T22:01:52.262Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-29T22:01:52.262Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-29T22:01:52.262Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-29T22:01:52.262Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-29T22:01:52.262Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-29T22:01:52.262Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-29T22:01:52.262Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-29T22:01:52.262Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-29T22:01:52.524Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-29T22:01:52.524Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-29T22:01:52.789Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-29T22:01:52.789Z] Fetched 3531 kB in 1s (3179 kB/s) [2020-12-29T22:01:52.789Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-29T22:01:52.789Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-29T22:01:52.789Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-29T22:01:52.789Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-29T22:01:53.051Z] Selecting previously unselected package udev. [2020-12-29T22:01:53.051Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-29T22:01:53.051Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-29T22:01:53.051Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-29T22:01:53.313Z] Selecting previously unselected package libfuse2:amd64. [2020-12-29T22:01:53.313Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-29T22:01:53.313Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-29T22:01:53.313Z] Selecting previously unselected package fuse. [2020-12-29T22:01:53.313Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-29T22:01:53.313Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-29T22:01:53.575Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-29T22:01:53.575Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-29T22:01:53.575Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-29T22:01:53.575Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-29T22:01:53.838Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-29T22:01:53.838Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-29T22:01:53.838Z] Selecting previously unselected package libksba8:amd64. [2020-12-29T22:01:53.838Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-29T22:01:53.838Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-29T22:01:54.100Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-29T22:01:54.100Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.100Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.100Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-29T22:01:54.100Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.100Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.100Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-29T22:01:54.100Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.100Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.363Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-29T22:01:54.363Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.363Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.363Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-29T22:01:54.363Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.363Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.363Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-29T22:01:54.363Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.625Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.625Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-29T22:01:54.625Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.625Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.625Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-29T22:01:54.625Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.625Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.887Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-29T22:01:54.887Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-29T22:01:54.887Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:54.887Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-29T22:01:54.887Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-29T22:01:54.887Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-29T22:01:55.149Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-29T22:01:55.149Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-29T22:01:55.149Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-29T22:01:55.149Z] Selecting previously unselected package libldap-common. [2020-12-29T22:01:55.149Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-29T22:01:55.149Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-29T22:01:55.149Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-29T22:01:55.149Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-29T22:01:55.149Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-29T22:01:55.414Z] Selecting previously unselected package dirmngr. [2020-12-29T22:01:55.414Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-29T22:01:55.414Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-29T22:01:55.414Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-29T22:01:55.678Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-29T22:01:55.678Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-29T22:01:55.678Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-29T22:01:55.678Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-29T22:01:55.678Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-29T22:01:55.678Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:55.941Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-29T22:01:55.941Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-29T22:01:55.941Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-29T22:01:56.523Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-29T22:01:56.523Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:56.523Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-29T22:01:56.523Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-29T22:01:56.785Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-29T22:01:56.785Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:56.785Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:56.785Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:56.785Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:56.785Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:56.785Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:57.053Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-29T22:01:57.053Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-29T22:01:57.053Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-29T22:01:57.053Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-29T22:01:57.668Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-29T22:01:57.668Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-29T22:01:57.668Z] This means they are not meant to be enabled using systemctl. [2020-12-29T22:01:57.668Z] Possible reasons for having this kind of units are: [2020-12-29T22:01:57.668Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-29T22:01:57.668Z] .wants/ or .requires/ directory. [2020-12-29T22:01:57.668Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-29T22:01:57.668Z] a requirement dependency on it. [2020-12-29T22:01:57.668Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-29T22:01:57.668Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-29T22:01:57.668Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-29T22:01:57.668Z] instance name specified. [2020-12-29T22:01:58.193Z] Reading package lists... [2020-12-29T22:01:58.193Z] Building dependency tree... [2020-12-29T22:01:58.193Z] Reading state information... [2020-12-29T22:01:58.456Z] The following additional packages will be installed: [2020-12-29T22:01:58.456Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-29T22:01:58.456Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-29T22:01:58.456Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-29T22:01:58.456Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-29T22:01:58.456Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-29T22:01:58.456Z] Suggested packages: [2020-12-29T22:01:58.456Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-29T22:01:58.456Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-29T22:01:58.456Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-29T22:01:58.456Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-29T22:01:58.456Z] systemd-container policykit-1 [2020-12-29T22:01:58.456Z] Recommended packages: [2020-12-29T22:01:58.456Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-29T22:01:58.456Z] The following NEW packages will be installed: [2020-12-29T22:01:58.456Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-29T22:01:58.456Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-29T22:01:58.456Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-29T22:01:58.456Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-29T22:01:58.456Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-29T22:01:58.456Z] The following packages will be upgraded: [2020-12-29T22:01:58.456Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-29T22:01:58.456Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-29T22:01:58.456Z] Need to get 35.2 MB of archives. [2020-12-29T22:01:58.456Z] After this operation, 141 MB of additional disk space will be used. [2020-12-29T22:01:58.456Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-29T22:01:58.718Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-29T22:01:58.719Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-29T22:01:58.719Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-29T22:01:58.719Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-29T22:01:58.719Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-29T22:01:58.719Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-29T22:01:58.719Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-29T22:01:58.719Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-29T22:01:58.719Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-29T22:01:58.719Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-29T22:01:58.719Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-29T22:01:58.719Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-29T22:01:58.719Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-29T22:01:58.719Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-29T22:01:58.719Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-29T22:01:58.719Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-29T22:01:59.667Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-29T22:01:59.667Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-29T22:01:59.667Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-29T22:01:59.667Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-29T22:01:59.667Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-29T22:01:59.667Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-29T22:01:59.667Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-29T22:01:59.667Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-29T22:01:59.667Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-29T22:01:59.667Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-29T22:01:59.667Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-29T22:01:59.667Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-29T22:01:59.667Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-29T22:02:01.070Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-29T22:02:01.070Z] Fetched 35.2 MB in 2s (16.0 MB/s) [2020-12-29T22:02:01.070Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-29T22:02:01.070Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-29T22:02:01.070Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-29T22:02:01.648Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-29T22:02:01.911Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-29T22:02:01.911Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-29T22:02:01.911Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-29T22:02:01.911Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-29T22:02:02.174Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-29T22:02:02.174Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-29T22:02:02.437Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-29T22:02:02.437Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-29T22:02:02.437Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-29T22:02:02.700Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-29T22:02:02.700Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-29T22:02:03.277Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-29T22:02:03.540Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-29T22:02:03.540Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-29T22:02:03.540Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-29T22:02:03.803Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-29T22:02:03.803Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-29T22:02:03.803Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-29T22:02:04.068Z] Selecting previously unselected package libexpat1:amd64. [2020-12-29T22:02:04.068Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-29T22:02:04.068Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-29T22:02:04.332Z] Selecting previously unselected package python3.6-minimal. [2020-12-29T22:02:04.332Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-29T22:02:04.332Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-29T22:02:04.595Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-29T22:02:04.595Z] Checking for services that may need to be restarted...done. [2020-12-29T22:02:04.595Z] Checking for services that may need to be restarted...done. [2020-12-29T22:02:04.857Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-29T22:02:04.857Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-29T22:02:04.857Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-29T22:02:05.432Z] Selecting previously unselected package python3-minimal. [2020-12-29T22:02:05.694Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-29T22:02:05.695Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-29T22:02:05.695Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-29T22:02:05.695Z] Selecting previously unselected package mime-support. [2020-12-29T22:02:05.695Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-29T22:02:05.695Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-29T22:02:05.695Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-29T22:02:05.695Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-29T22:02:05.956Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-29T22:02:05.957Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-29T22:02:05.957Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-29T22:02:05.957Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-29T22:02:06.219Z] Selecting previously unselected package python3.6. [2020-12-29T22:02:06.219Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-29T22:02:06.219Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-29T22:02:06.219Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-29T22:02:06.219Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-29T22:02:06.219Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-29T22:02:06.481Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-29T22:02:06.743Z] Selecting previously unselected package python3. [2020-12-29T22:02:06.743Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-29T22:02:06.743Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-29T22:02:06.743Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-29T22:02:06.743Z] Selecting previously unselected package multiarch-support. [2020-12-29T22:02:06.743Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-29T22:02:06.743Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-29T22:02:07.005Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-29T22:02:07.005Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-29T22:02:07.005Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-29T22:02:07.005Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-29T22:02:07.005Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-29T22:02:07.005Z] Selecting previously unselected package libbsd0:amd64. [2020-12-29T22:02:07.005Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-29T22:02:07.005Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-29T22:02:07.267Z] Selecting previously unselected package sudo. [2020-12-29T22:02:07.267Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-29T22:02:07.267Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-29T22:02:07.529Z] Selecting previously unselected package apparmor. [2020-12-29T22:02:07.529Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-29T22:02:07.529Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-29T22:02:07.529Z] Selecting previously unselected package libedit2:amd64. [2020-12-29T22:02:07.791Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-29T22:02:07.791Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-29T22:02:07.791Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-29T22:02:07.791Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-29T22:02:07.791Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-29T22:02:07.791Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-29T22:02:07.791Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-29T22:02:07.791Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-29T22:02:08.054Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-29T22:02:08.054Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-29T22:02:08.054Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-29T22:02:08.054Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-29T22:02:08.054Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-29T22:02:08.054Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-29T22:02:08.317Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-29T22:02:08.317Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-29T22:02:08.893Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-29T22:02:09.467Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-29T22:02:09.468Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-29T22:02:09.468Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-29T22:02:09.468Z] Selecting previously unselected package openssh-client. [2020-12-29T22:02:09.468Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-29T22:02:09.468Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-29T22:02:09.729Z] Selecting previously unselected package squashfs-tools. [2020-12-29T22:02:09.729Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-29T22:02:09.729Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-29T22:02:09.992Z] Selecting previously unselected package snapd. [2020-12-29T22:02:09.992Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-29T22:02:09.992Z] Unpacking snapd (2.48+18.04) ... [2020-12-29T22:02:12.566Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-29T22:02:12.566Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-29T22:02:12.828Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-29T22:02:12.828Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-29T22:02:13.091Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-29T22:02:13.091Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-29T22:02:13.091Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-29T22:02:13.091Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-29T22:02:13.091Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-29T22:02:14.038Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-29T22:02:14.038Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-29T22:02:14.038Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-29T22:02:14.038Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-29T22:02:14.038Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-29T22:02:14.038Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-29T22:02:15.432Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-29T22:02:15.432Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-29T22:02:15.432Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-29T22:02:15.432Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-29T22:02:15.432Z] running python rtupdate hooks for python3.6... [2020-12-29T22:02:15.432Z] running python post-rtupdate hooks for python3.6... [2020-12-29T22:02:15.432Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-29T22:02:16.823Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-29T22:02:17.085Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-29T22:02:17.085Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-29T22:02:17.346Z] Setting up snapd (2.48+18.04) ... [2020-12-29T22:02:17.920Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-29T22:02:18.181Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-29T22:02:18.442Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-29T22:02:18.548Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:02:18.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:02:18.549Z] ---> 7824ac3a841d [2020-12-29T22:02:18.549Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T22:02:18.549Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:02:18.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:02:18.549Z] ---> 7824ac3a841d [2020-12-29T22:02:18.549Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T22:02:18.549Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:02:18.549Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:02:18.549Z] ---> 7824ac3a841d [2020-12-29T22:02:18.549Z] Step 3/24 : WORKDIR /edgex-go [2020-12-29T22:02:18.549Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:02:18.549Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:02:18.549Z] ---> 7824ac3a841d [2020-12-29T22:02:18.549Z] Step 3/27 : WORKDIR /edgex-go [2020-12-29T22:02:18.549Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:02:18.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:02:18.549Z] ---> 7824ac3a841d [2020-12-29T22:02:18.549Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T22:02:18.704Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-29T22:02:18.966Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-29T22:02:18.966Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-29T22:02:19.234Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-29T22:02:19.499Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-29T22:02:19.760Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-29T22:02:20.022Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-29T22:02:20.022Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-29T22:02:20.286Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-29T22:02:20.286Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-29T22:02:21.674Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-29T22:02:21.674Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-29T22:02:21.674Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-29T22:02:21.935Z] ---> Running in b1b5084c350c [2020-12-29T22:02:21.935Z] ---> Running in bd4f4366d317 [2020-12-29T22:02:21.935Z] ---> Running in 5440287c7df6 [2020-12-29T22:02:21.935Z] ---> Running in 4c2707c7e4e0 [2020-12-29T22:02:21.935Z] ---> Running in b924a65e7498 [2020-12-29T22:02:22.534Z] Removing intermediate container b1b5084c350c [2020-12-29T22:02:22.534Z] ---> 82e45ec7555d [2020-12-29T22:02:22.534Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:02:22.534Z] Removing intermediate container 5440287c7df6 [2020-12-29T22:02:22.534Z] ---> a9ab7dad1c48 [2020-12-29T22:02:22.534Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:02:22.534Z] Removing intermediate container 4c2707c7e4e0 [2020-12-29T22:02:22.534Z] ---> 4b765d680d1d [2020-12-29T22:02:22.534Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:02:22.809Z] Removing intermediate container b924a65e7498 [2020-12-29T22:02:22.809Z] ---> a2f529ed9f4b [2020-12-29T22:02:22.809Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:02:22.809Z] Removing intermediate container bd4f4366d317 [2020-12-29T22:02:22.809Z] ---> 3a564c85756d [2020-12-29T22:02:22.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:02:22.809Z] ---> Running in 8e4687d92b74 [2020-12-29T22:02:22.809Z] ---> Running in 4a57f267e90a [2020-12-29T22:02:22.809Z] ---> Running in 5e7690ce68fa [2020-12-29T22:02:22.809Z] ---> Running in 5a0962015bc4 [2020-12-29T22:02:22.809Z] ---> Running in b5dde2787fdc [2020-12-29T22:02:23.592Z] Reading package lists... [2020-12-29T22:02:23.592Z] Reading package lists... [2020-12-29T22:02:23.853Z] Building dependency tree... [2020-12-29T22:02:23.854Z] Reading state information... [2020-12-29T22:02:23.854Z] Calculating upgrade... [2020-12-29T22:02:24.117Z] The following packages will be upgraded: [2020-12-29T22:02:24.117Z] advancecomp base-files bash binutils binutils-common [2020-12-29T22:02:24.117Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-29T22:02:24.117Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-29T22:02:24.117Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-29T22:02:24.117Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-29T22:02:24.117Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-29T22:02:24.117Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-29T22:02:24.117Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-29T22:02:24.117Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-29T22:02:24.117Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-29T22:02:24.117Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-29T22:02:24.117Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-29T22:02:24.117Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-29T22:02:24.117Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-29T22:02:24.117Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-29T22:02:24.117Z] Need to get 63.5 MB of archives. [2020-12-29T22:02:24.117Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-29T22:02:24.117Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-29T22:02:24.382Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-29T22:02:24.382Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-29T22:02:24.382Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-29T22:02:24.382Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-29T22:02:24.382Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-29T22:02:24.382Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-29T22:02:24.382Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-29T22:02:24.382Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-29T22:02:24.382Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-29T22:02:24.382Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-29T22:02:24.382Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-29T22:02:24.382Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-29T22:02:24.382Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-29T22:02:24.382Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-29T22:02:24.382Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-29T22:02:24.382Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-29T22:02:24.382Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-29T22:02:24.382Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-29T22:02:24.382Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-29T22:02:24.655Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-29T22:02:24.655Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-29T22:02:24.655Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-29T22:02:24.655Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-29T22:02:24.655Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-29T22:02:24.655Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-29T22:02:24.655Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-29T22:02:24.655Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-29T22:02:24.655Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-29T22:02:24.655Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-29T22:02:24.655Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-29T22:02:24.655Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-29T22:02:24.655Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-29T22:02:24.655Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-29T22:02:24.655Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-29T22:02:24.655Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-29T22:02:24.655Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-29T22:02:24.655Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-29T22:02:24.655Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-29T22:02:24.655Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-29T22:02:24.655Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-29T22:02:24.655Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-29T22:02:24.655Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-29T22:02:24.655Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-29T22:02:24.655Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-29T22:02:24.655Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-29T22:02:24.655Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-29T22:02:24.655Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-29T22:02:24.655Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-29T22:02:24.655Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-29T22:02:24.655Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-29T22:02:24.655Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-29T22:02:24.655Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-29T22:02:24.655Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-29T22:02:24.924Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-29T22:02:25.188Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-29T22:02:25.188Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-29T22:02:25.188Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-29T22:02:25.188Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-29T22:02:25.188Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-29T22:02:25.188Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-29T22:02:25.188Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-29T22:02:25.188Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-29T22:02:25.188Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-29T22:02:25.188Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-29T22:02:25.188Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-29T22:02:25.188Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-29T22:02:25.188Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-29T22:02:25.188Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-29T22:02:25.451Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-29T22:02:25.451Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-29T22:02:25.451Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-29T22:02:25.451Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-29T22:02:25.451Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-29T22:02:25.451Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-29T22:02:25.451Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-29T22:02:25.451Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-29T22:02:25.451Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-29T22:02:25.451Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-29T22:02:25.451Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-29T22:02:25.451Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-29T22:02:25.451Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-29T22:02:25.451Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-29T22:02:25.451Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-29T22:02:25.714Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-29T22:02:25.714Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-29T22:02:25.714Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-29T22:02:25.714Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-29T22:02:25.714Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-29T22:02:25.714Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-29T22:02:25.714Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-29T22:02:25.714Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-29T22:02:25.976Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-29T22:02:25.977Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-29T22:02:25.977Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-29T22:02:25.977Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-29T22:02:25.977Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-29T22:02:25.977Z] Fetched 63.5 MB in 2s (36.9 MB/s) [2020-12-29T22:02:26.239Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:26.240Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-29T22:02:26.240Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-29T22:02:26.815Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-29T22:02:27.077Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-29T22:02:27.077Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-29T22:02:27.077Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-29T22:02:27.154Z] Removing intermediate container 8e4687d92b74 [2020-12-29T22:02:27.154Z] ---> e76640ecad8a [2020-12-29T22:02:27.154Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T22:02:27.154Z] ---> Running in 59eb5b7adeb9 [2020-12-29T22:02:27.154Z] Removing intermediate container 4a57f267e90a [2020-12-29T22:02:27.154Z] ---> 0e5f7db2d4c7 [2020-12-29T22:02:27.154Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-29T22:02:27.154Z] ---> Running in 7cd82b5c0d71 [2020-12-29T22:02:27.427Z] Removing intermediate container 5e7690ce68fa [2020-12-29T22:02:27.427Z] ---> bc3c3bd2d078 [2020-12-29T22:02:27.427Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T22:02:27.427Z] Removing intermediate container 5a0962015bc4 [2020-12-29T22:02:27.427Z] ---> 23b6d929d964 [2020-12-29T22:02:27.427Z] Step 5/24 : RUN apk update && apk add make git [2020-12-29T22:02:27.427Z] ---> Running in 1ff4bd8b5f51 [2020-12-29T22:02:27.700Z] Removing intermediate container b5dde2787fdc [2020-12-29T22:02:27.700Z] ---> 7c57123a193f [2020-12-29T22:02:27.700Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T22:02:27.700Z] ---> Running in baefee5be9a0 [2020-12-29T22:02:27.975Z] ---> Running in 127b8d566514 [2020-12-29T22:02:28.022Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:28.022Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:28.022Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:28.022Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:28.022Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:28.283Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:28.283Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:28.283Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:28.283Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:28.544Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:28.544Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:28.544Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:28.544Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:28.544Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:28.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:28.806Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:02:28.806Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-29T22:02:28.806Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:28.806Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-29T22:02:28.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:29.069Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:02:29.069Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-29T22:02:29.069Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:29.331Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:29.331Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:29.331Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:29.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:29.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:29.594Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:29.594Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-29T22:02:29.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:29.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:29.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:29.856Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:02:29.856Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-29T22:02:29.856Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-29T22:02:30.118Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-29T22:02:30.340Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T22:02:30.340Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T22:02:30.340Z] OK: 12620 distinct packages available [2020-12-29T22:02:30.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:30.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:30.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:02:30.621Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T22:02:30.621Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T22:02:30.621Z] OK: 12620 distinct packages available [2020-12-29T22:02:30.694Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-29T22:02:30.896Z] OK: 217 MiB in 51 packages [2020-12-29T22:02:30.956Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-29T22:02:30.956Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-29T22:02:30.956Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-29T22:02:30.956Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-29T22:02:30.956Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-29T22:02:31.218Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-29T22:02:31.218Z] Installing new version of config file /etc/issue ... [2020-12-29T22:02:31.218Z] Installing new version of config file /etc/issue.net ... [2020-12-29T22:02:31.218Z] Installing new version of config file /etc/lsb-release ... [2020-12-29T22:02:31.483Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-29T22:02:31.501Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T22:02:31.501Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T22:02:31.501Z] OK: 12620 distinct packages available [2020-12-29T22:02:31.501Z] OK: 217 MiB in 51 packages [2020-12-29T22:02:31.501Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T22:02:31.501Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T22:02:31.501Z] OK: 12620 distinct packages available [2020-12-29T22:02:31.746Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-29T22:02:31.746Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-29T22:02:31.746Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-29T22:02:31.775Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T22:02:31.775Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T22:02:31.775Z] OK: 12620 distinct packages available [2020-12-29T22:02:32.009Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:32.009Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-29T22:02:32.009Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-29T22:02:32.009Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-29T22:02:32.271Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-29T22:02:32.271Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:32.271Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:32.271Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:32.271Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:02:32.410Z] OK: 217 MiB in 51 packages [2020-12-29T22:02:32.532Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:32.532Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-29T22:02:32.532Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-29T22:02:32.532Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-29T22:02:32.684Z] OK: 217 MiB in 51 packages [2020-12-29T22:02:32.684Z] OK: 217 MiB in 51 packages [2020-12-29T22:02:32.794Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:32.794Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-29T22:02:32.794Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-29T22:02:32.960Z] Removing intermediate container 59eb5b7adeb9 [2020-12-29T22:02:32.960Z] ---> a304479b1778 [2020-12-29T22:02:32.960Z] Step 6/22 : COPY go.mod . [2020-12-29T22:02:33.055Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-29T22:02:33.318Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:33.318Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-29T22:02:33.318Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-29T22:02:33.559Z] Removing intermediate container 7cd82b5c0d71 [2020-12-29T22:02:33.559Z] ---> f9c05ce97c76 [2020-12-29T22:02:33.559Z] Step 6/27 : COPY go.mod . [2020-12-29T22:02:33.581Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-29T22:02:33.581Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:33.581Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-29T22:02:33.581Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-29T22:02:33.844Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-29T22:02:33.844Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:33.844Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-29T22:02:34.109Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-29T22:02:34.109Z] Setting up grep (3.1-2build1) ... [2020-12-29T22:02:34.166Z] ---> 2e72a9c8e84c [2020-12-29T22:02:34.166Z] Step 7/22 : RUN go mod download [2020-12-29T22:02:34.372Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:34.372Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-29T22:02:34.372Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-29T22:02:34.372Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-29T22:02:34.442Z] ---> Running in 251455e3880e [2020-12-29T22:02:34.635Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:34.635Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-29T22:02:34.635Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-29T22:02:34.635Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-29T22:02:34.713Z] Removing intermediate container 1ff4bd8b5f51 [2020-12-29T22:02:34.713Z] ---> a8b87176485d [2020-12-29T22:02:34.713Z] Step 6/22 : COPY go.mod . [2020-12-29T22:02:34.713Z] ---> 551b99d0d0cc [2020-12-29T22:02:34.713Z] Step 7/27 : RUN go mod download [2020-12-29T22:02:34.713Z] Removing intermediate container 127b8d566514 [2020-12-29T22:02:34.713Z] ---> bf77beb9c677 [2020-12-29T22:02:34.713Z] Step 6/22 : COPY go.mod . [2020-12-29T22:02:34.898Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:34.898Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-29T22:02:34.898Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-29T22:02:34.988Z] ---> Running in 74a58c27ec1d [2020-12-29T22:02:35.263Z] Removing intermediate container baefee5be9a0 [2020-12-29T22:02:35.263Z] ---> 35757a138da1 [2020-12-29T22:02:35.263Z] Step 6/24 : COPY go.mod . [2020-12-29T22:02:35.848Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-29T22:02:35.848Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-29T22:02:35.848Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-29T22:02:35.848Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-29T22:02:35.869Z] ---> d60491dcbe94 [2020-12-29T22:02:35.869Z] Step 7/22 : RUN go mod download [2020-12-29T22:02:35.869Z] ---> a93ce36a46c6 [2020-12-29T22:02:35.869Z] Step 7/22 : RUN go mod download [2020-12-29T22:02:36.155Z] ---> Running in 6bf90ff70e9d [2020-12-29T22:02:36.155Z] ---> Running in 716886730c55 [2020-12-29T22:02:36.424Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-29T22:02:36.437Z] ---> 5e74c3bdb473 [2020-12-29T22:02:36.437Z] Step 7/24 : RUN go mod download [2020-12-29T22:02:36.437Z] ---> Running in b7b137e746c7 [2020-12-29T22:02:36.687Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:36.687Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-29T22:02:36.687Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-29T22:02:37.637Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-29T22:02:37.899Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-29T22:02:37.899Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-29T22:02:37.899Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-29T22:02:38.167Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-29T22:02:38.167Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:38.167Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-29T22:02:38.426Z] Removing intermediate container 251455e3880e [2020-12-29T22:02:38.426Z] ---> 45729a36c385 [2020-12-29T22:02:38.426Z] Step 8/22 : COPY . . [2020-12-29T22:02:38.432Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-29T22:02:38.432Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-29T22:02:38.708Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:38.708Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:38.708Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:38.708Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:02:38.971Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:38.971Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:38.971Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:39.237Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:02:39.237Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:39.237Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:39.237Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:39.420Z] Removing intermediate container 74a58c27ec1d [2020-12-29T22:02:39.420Z] ---> 9a8e5397de92 [2020-12-29T22:02:39.420Z] Step 8/27 : COPY . . [2020-12-29T22:02:39.513Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:02:39.513Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:39.513Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:39.513Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:39.777Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:02:39.777Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:39.777Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-29T22:02:39.777Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-29T22:02:39.777Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-29T22:02:39.777Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-29T22:02:40.040Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-29T22:02:40.302Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:40.302Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-29T22:02:40.302Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-29T22:02:40.302Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-29T22:02:40.302Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:40.302Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:40.564Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:40.564Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:02:40.564Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:40.564Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:40.564Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:40.826Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:02:40.826Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:40.826Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:41.098Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:41.362Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:02:41.935Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-29T22:02:42.062Z] Removing intermediate container 6bf90ff70e9d [2020-12-29T22:02:42.062Z] ---> bd948b6eea58 [2020-12-29T22:02:42.062Z] Step 8/22 : COPY . . [2020-12-29T22:02:42.201Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-29T22:02:42.201Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:42.201Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-29T22:02:42.464Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-29T22:02:42.464Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-29T22:02:42.726Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-29T22:02:42.726Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-29T22:02:42.726Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-29T22:02:42.988Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-29T22:02:42.988Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:42.988Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-29T22:02:42.988Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-29T22:02:43.042Z] Removing intermediate container b7b137e746c7 [2020-12-29T22:02:43.042Z] ---> 0d570b6dfb6a [2020-12-29T22:02:43.042Z] Step 8/24 : COPY . . [2020-12-29T22:02:43.251Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-29T22:02:43.315Z] Removing intermediate container 716886730c55 [2020-12-29T22:02:43.315Z] ---> a62629ec4cbc [2020-12-29T22:02:43.315Z] Step 8/22 : COPY . . [2020-12-29T22:02:43.514Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:43.514Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-29T22:02:43.514Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-29T22:02:43.777Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-29T22:02:44.038Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:44.038Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-29T22:02:44.038Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-29T22:02:44.038Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-29T22:02:44.038Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:44.038Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-29T22:02:44.304Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-29T22:02:44.567Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-29T22:02:44.567Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:44.567Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-29T22:02:44.829Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-29T22:02:44.829Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-29T22:02:44.829Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-29T22:02:45.092Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-29T22:02:45.092Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-29T22:02:45.666Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-29T22:02:45.928Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:45.928Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-29T22:02:45.928Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-29T22:02:45.928Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-29T22:02:46.191Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:46.192Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-29T22:02:46.192Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-29T22:02:46.454Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-29T22:02:46.716Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:46.716Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-29T22:02:46.716Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-29T22:02:46.716Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-29T22:02:46.977Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:46.977Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-29T22:02:46.977Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-29T22:02:46.977Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-29T22:02:46.977Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:46.977Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-29T22:02:47.238Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-29T22:02:47.501Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-29T22:02:47.501Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:47.501Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-29T22:02:47.763Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-29T22:02:47.763Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-29T22:02:47.763Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:47.763Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-29T22:02:47.763Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-29T22:02:48.026Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-29T22:02:48.026Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:48.026Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-29T22:02:48.026Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-29T22:02:48.288Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-29T22:02:48.288Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:48.288Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-29T22:02:48.288Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-29T22:02:48.551Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-29T22:02:48.551Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:48.551Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-29T22:02:48.840Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-29T22:02:48.840Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-29T22:02:48.840Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-29T22:02:48.840Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-29T22:02:48.840Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-29T22:02:49.193Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-29T22:02:49.193Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-29T22:02:49.193Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-29T22:02:49.193Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-29T22:02:49.566Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-29T22:02:49.566Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-29T22:02:49.566Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-29T22:02:49.566Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-29T22:02:49.866Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-29T22:02:49.866Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-29T22:02:50.167Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-29T22:02:50.167Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-29T22:02:50.167Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-29T22:02:50.445Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-29T22:02:50.445Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-29T22:02:50.445Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-29T22:02:50.445Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-29T22:02:50.445Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-29T22:02:50.748Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-29T22:02:50.748Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-29T22:02:50.748Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-29T22:02:50.748Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-29T22:02:51.021Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-29T22:02:51.021Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-29T22:02:51.285Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-29T22:02:51.285Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-29T22:02:52.233Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-29T22:02:52.233Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-29T22:02:52.233Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-29T22:02:52.233Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-29T22:02:52.496Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-29T22:02:52.496Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-29T22:02:53.077Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-29T22:02:53.077Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-29T22:02:53.077Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-29T22:02:53.077Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-29T22:02:53.340Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-29T22:02:53.340Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-29T22:02:53.340Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:53.602Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:53.602Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:53.602Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:53.868Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:53.868Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:53.868Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:54.132Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:55.524Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:55.524Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:56.473Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:56.473Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:57.421Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:57.421Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:57.689Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:57.689Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:59.087Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-29T22:02:59.087Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-29T22:02:59.087Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-29T22:02:59.087Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-29T22:02:59.087Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-29T22:02:59.087Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-29T22:02:59.349Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-29T22:02:59.349Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-29T22:02:59.349Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-29T22:02:59.611Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-29T22:02:59.612Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-29T22:02:59.612Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-29T22:02:59.612Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-29T22:02:59.612Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-29T22:02:59.876Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-29T22:02:59.876Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-29T22:02:59.876Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:03:00.139Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-29T22:03:00.139Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:03:00.139Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:03:00.139Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:03:00.139Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-29T22:03:00.139Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-29T22:03:00.139Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-29T22:03:00.402Z] [2020-12-29T22:03:00.402Z] Current default time zone: 'Etc/UTC' [2020-12-29T22:03:00.402Z] Local time is now: Tue Dec 29 22:03:00 UTC 2020. [2020-12-29T22:03:00.402Z] Universal Time is now: Tue Dec 29 22:03:00 UTC 2020. [2020-12-29T22:03:00.402Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-29T22:03:00.402Z] [2020-12-29T22:03:00.402Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-29T22:03:00.402Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:03:00.402Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-29T22:03:00.664Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-29T22:03:00.664Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-29T22:03:00.664Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-29T22:03:00.664Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-29T22:03:00.664Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-29T22:03:00.664Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-29T22:03:00.664Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-29T22:03:00.664Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:03:00.664Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-29T22:03:00.926Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:01.202Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-29T22:03:01.202Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:03:01.202Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-29T22:03:01.202Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-29T22:03:01.202Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-29T22:03:01.202Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-29T22:03:01.202Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-29T22:03:01.202Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-29T22:03:01.465Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-29T22:03:01.465Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-29T22:03:03.392Z] Updating certificates in /etc/ssl/certs... [2020-12-29T22:03:04.788Z] 22 added, 17 removed; done. [2020-12-29T22:03:04.788Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-29T22:03:04.788Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-29T22:03:04.788Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-29T22:03:04.788Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-29T22:03:04.788Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-29T22:03:04.788Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:04.788Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-29T22:03:05.056Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:05.057Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:05.057Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:05.057Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:05.057Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:05.057Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-29T22:03:05.057Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-29T22:03:05.057Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-29T22:03:05.319Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-29T22:03:05.319Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-29T22:03:05.319Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:05.319Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-29T22:03:05.319Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-29T22:03:05.319Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-29T22:03:05.473Z] ---> 06dd430e29c8 [2020-12-29T22:03:05.473Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-29T22:03:05.473Z] ---> 09b6417989ba [2020-12-29T22:03:05.473Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-29T22:03:05.473Z] ---> 47ade887a157 [2020-12-29T22:03:05.473Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-29T22:03:05.473Z] ---> 5bdf4af95895 [2020-12-29T22:03:05.473Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-29T22:03:05.473Z] ---> 0e2b7aa86b73 [2020-12-29T22:03:05.473Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-29T22:03:05.473Z] ---> Running in f5ca847c799a [2020-12-29T22:03:05.473Z] ---> Running in efb5da8c796d [2020-12-29T22:03:05.473Z] ---> Running in f711873c3619 [2020-12-29T22:03:05.473Z] ---> Running in d5524439816f [2020-12-29T22:03:05.473Z] ---> Running in 3e2151d26236 [2020-12-29T22:03:05.581Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-29T22:03:05.581Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-29T22:03:05.581Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-29T22:03:05.581Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-29T22:03:05.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-29T22:03:05.844Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-29T22:03:05.844Z] Updating certificates in /etc/ssl/certs... [2020-12-29T22:03:06.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-29T22:03:06.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-29T22:03:06.417Z] 0 added, 0 removed; done. [2020-12-29T22:03:06.417Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-29T22:03:06.417Z] done. [2020-12-29T22:03:06.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-29T22:03:06.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-29T22:03:06.996Z] Reading package lists... [2020-12-29T22:03:07.258Z] Building dependency tree... [2020-12-29T22:03:07.258Z] Reading state information... [2020-12-29T22:03:07.522Z] The following NEW packages will be installed: [2020-12-29T22:03:07.522Z] apt-transport-https [2020-12-29T22:03:07.784Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-29T22:03:07.784Z] Need to get 1696 B of archives. [2020-12-29T22:03:07.784Z] After this operation, 153 kB of additional disk space will be used. [2020-12-29T22:03:07.784Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-29T22:03:07.784Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-29T22:03:08.045Z] Fetched 1696 B in 0s (7293 B/s) [2020-12-29T22:03:08.045Z] Selecting previously unselected package apt-transport-https. [2020-12-29T22:03:08.045Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-29T22:03:08.045Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-29T22:03:08.045Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-29T22:03:08.045Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-29T22:03:08.306Z] Waiting for network to be ready... [2020-12-29T22:03:16.461Z] 2020-12-29T22:03:12Z INFO Waiting for automatic snapd restart... [2020-12-29T22:03:16.461Z] snapd 2.48.1 from Canonical* installed [2020-12-29T22:03:17.037Z] "snapd" switched to the "latest/stable" channel [2020-12-29T22:03:17.037Z] [2020-12-29T22:03:22.330Z] core18 20201210 from Canonical* installed [2020-12-29T22:03:22.905Z] "core18" switched to the "latest/stable" channel [2020-12-29T22:03:22.905Z] [2020-12-29T22:03:29.503Z] snapcraft 4.4.4 from Canonical* installed [2020-12-29T22:03:29.503Z] "snapcraft" switched to the "latest/stable" channel [2020-12-29T22:03:29.503Z] [2020-12-29T22:03:33.725Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-29T22:03:33.725Z] - README.md [2020-12-29T22:03:33.725Z] [2020-12-29T22:03:33.725Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-29T22:03:40.328Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-29T22:03:40.328Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-29T22:03:40.329Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-29T22:03:40.329Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-29T22:03:41.723Z] Reading package lists... [2020-12-29T22:03:42.298Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-29T22:03:48.914Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-29T22:03:48.914Z] Reading package lists... [2020-12-29T22:03:48.914Z] Building dependency tree... [2020-12-29T22:03:48.914Z] Reading state information... [2020-12-29T22:03:48.914Z] Suggested packages: [2020-12-29T22:03:48.914Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-29T22:03:48.914Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-29T22:03:48.914Z] Recommended packages: [2020-12-29T22:03:48.914Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-29T22:03:48.914Z] The following NEW packages will be installed: [2020-12-29T22:03:48.914Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-29T22:03:48.914Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-29T22:03:48.914Z] pkg-config zip [2020-12-29T22:03:48.914Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-29T22:03:48.914Z] Need to get 7655 kB of archives. [2020-12-29T22:03:48.914Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-29T22:03:48.914Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-29T22:03:48.915Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-29T22:03:49.176Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-29T22:03:49.439Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-29T22:03:49.439Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-29T22:03:49.439Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-29T22:03:49.439Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-29T22:03:49.439Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-29T22:03:49.439Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-29T22:03:49.439Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-29T22:03:49.701Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-29T22:03:49.701Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-29T22:03:49.701Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-29T22:03:49.964Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-29T22:03:49.964Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-29T22:03:50.226Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-29T22:03:50.227Z] Fetched 7655 kB in 1s (7037 kB/s) [2020-12-29T22:03:50.227Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-29T22:03:50.227Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-29T22:03:50.227Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-29T22:03:50.227Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-29T22:03:50.489Z] Selecting previously unselected package libpsl5:amd64. [2020-12-29T22:03:50.489Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-29T22:03:50.489Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-29T22:03:50.753Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-29T22:03:50.753Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-29T22:03:50.753Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-29T22:03:50.753Z] Selecting previously unselected package librtmp1:amd64. [2020-12-29T22:03:50.753Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-29T22:03:50.753Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-29T22:03:51.015Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-29T22:03:51.015Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-29T22:03:51.016Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-29T22:03:51.016Z] Selecting previously unselected package liberror-perl. [2020-12-29T22:03:51.016Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-29T22:03:51.016Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-29T22:03:51.280Z] Selecting previously unselected package git-man. [2020-12-29T22:03:51.280Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-29T22:03:51.280Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-29T22:03:51.280Z] Selecting previously unselected package git. [2020-12-29T22:03:51.280Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-29T22:03:51.280Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-29T22:03:52.227Z] Selecting previously unselected package libnorm1:amd64. [2020-12-29T22:03:52.227Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-29T22:03:52.227Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-29T22:03:52.489Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-29T22:03:52.489Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-29T22:03:52.489Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-29T22:03:52.489Z] Selecting previously unselected package libsodium23:amd64. [2020-12-29T22:03:52.489Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-29T22:03:52.751Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-29T22:03:52.751Z] Selecting previously unselected package libzmq5:amd64. [2020-12-29T22:03:52.751Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-29T22:03:52.751Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-29T22:03:52.751Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-29T22:03:52.751Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-29T22:03:52.751Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-29T22:03:53.013Z] Selecting previously unselected package pkg-config. [2020-12-29T22:03:53.013Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-29T22:03:53.013Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-29T22:03:53.013Z] Selecting previously unselected package zip. [2020-12-29T22:03:53.013Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-29T22:03:53.013Z] Unpacking zip (3.0-11build1) ... [2020-12-29T22:03:53.275Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-29T22:03:53.275Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-29T22:03:53.275Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-29T22:03:53.275Z] Setting up liberror-perl (0.17025-1) ... [2020-12-29T22:03:53.275Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-29T22:03:53.275Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-29T22:03:53.275Z] No schema files found: doing nothing. [2020-12-29T22:03:53.537Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-29T22:03:53.537Z] Setting up zip (3.0-11build1) ... [2020-12-29T22:03:53.537Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-29T22:03:53.537Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-29T22:03:53.537Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-29T22:03:53.537Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-29T22:03:53.799Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-29T22:03:53.799Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-29T22:03:53.799Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-29T22:03:53.799Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-29T22:04:00.399Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-29T22:04:00.662Z] git set to automatically installed. [2020-12-29T22:04:00.662Z] git-man set to automatically installed. [2020-12-29T22:04:00.662Z] libcurl3-gnutls set to automatically installed. [2020-12-29T22:04:00.662Z] liberror-perl set to automatically installed. [2020-12-29T22:04:00.662Z] libglib2.0-0 set to automatically installed. [2020-12-29T22:04:00.662Z] libnghttp2-14 set to automatically installed. [2020-12-29T22:04:00.662Z] libnorm1 set to automatically installed. [2020-12-29T22:04:00.662Z] libpgm-5.2-0 set to automatically installed. [2020-12-29T22:04:00.662Z] libpsl5 set to automatically installed. [2020-12-29T22:04:00.662Z] librtmp1 set to automatically installed. [2020-12-29T22:04:00.662Z] libsodium23 set to automatically installed. [2020-12-29T22:04:00.662Z] libzmq3-dev set to automatically installed. [2020-12-29T22:04:00.662Z] libzmq5 set to automatically installed. [2020-12-29T22:04:00.662Z] pkg-config set to automatically installed. [2020-12-29T22:04:00.662Z] zip set to automatically installed. [2020-12-29T22:04:03.217Z] snapd is not logged in, snap install commands will use sudo [2020-12-29T22:04:10.037Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-29T22:04:10.037Z] snap "core18" has no updates available [2020-12-29T22:04:11.061Z] Pulling config-common [2020-12-29T22:04:12.453Z] Pulling go-build-helper [2020-12-29T22:04:28.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-29T22:04:38.561Z] Removing intermediate container f711873c3619 [2020-12-29T22:04:38.561Z] ---> 90b4bf2746e5 [2020-12-29T22:04:38.561Z] [2020-12-29T22:04:38.561Z] Step 10/22 : FROM alpine:3.10 [2020-12-29T22:04:38.561Z] Removing intermediate container 3e2151d26236 [2020-12-29T22:04:38.561Z] ---> 3f9242d2041c [2020-12-29T22:04:38.561Z] [2020-12-29T22:04:38.561Z] Step 10/24 : FROM alpine:3.10 [2020-12-29T22:04:38.561Z] 3.10: Pulling from library/alpine [2020-12-29T22:04:38.561Z] 3.10: Pulling from library/alpine [2020-12-29T22:04:39.061Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-29T22:04:39.061Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-29T22:04:39.061Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-29T22:04:39.061Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-29T22:04:39.061Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-29T22:04:39.061Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-29T22:04:39.061Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-29T22:04:39.061Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-29T22:04:39.061Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-29T22:04:39.061Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-29T22:04:39.061Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-29T22:04:39.061Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-29T22:04:39.061Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-29T22:04:39.061Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-29T22:04:39.061Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-29T22:04:39.061Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-29T22:04:39.061Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-29T22:04:39.061Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-29T22:04:39.061Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-29T22:04:39.061Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-29T22:04:39.061Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-29T22:04:39.061Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-29T22:04:39.061Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-29T22:04:39.061Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-29T22:04:39.061Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-29T22:04:39.061Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-29T22:04:39.061Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-29T22:04:39.061Z] Fetched 23.5 MB in 6s (3891 kB/s) [2020-12-29T22:04:39.061Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-29T22:04:39.061Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-29T22:04:39.061Z] Fetched 279 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-29T22:04:39.061Z] Fetched 122 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-29T22:04:39.061Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-29T22:04:39.061Z] Fetched 8848 B in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-29T22:04:39.061Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-29T22:04:39.061Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-29T22:04:39.061Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-29T22:04:39.061Z] Fetched 214 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-29T22:04:39.061Z] Fetched 155 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-29T22:04:39.061Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-29T22:04:39.061Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-29T22:04:39.061Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-29T22:04:39.061Z] Fetched 499 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-29T22:04:39.061Z] Fetched 111 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-29T22:04:39.061Z] Fetched 240 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-29T22:04:39.061Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-29T22:04:39.061Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-29T22:04:39.061Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-29T22:04:39.061Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-29T22:04:39.061Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-29T22:04:39.061Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-29T22:04:39.061Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-29T22:04:39.061Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-29T22:04:39.061Z] Fetched 8720 B in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-29T22:04:39.061Z] Fetched 137 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-29T22:04:39.061Z] Fetched 119 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-29T22:04:39.061Z] Fetched 109 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-29T22:04:39.061Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-29T22:04:39.061Z] Fetched 645 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-29T22:04:39.061Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-29T22:04:39.061Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-29T22:04:39.061Z] Fetched 368 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-29T22:04:39.061Z] Fetched 187 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-29T22:04:39.061Z] Fetched 175 kB in 0s (0 B/s) [2020-12-29T22:04:39.061Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-29T22:04:39.546Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-29T22:04:39.546Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-29T22:04:39.546Z] Status: Downloaded newer image for alpine:3.10 [2020-12-29T22:04:39.546Z] ---> 536a684cf733 [2020-12-29T22:04:39.546Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-29T22:04:39.546Z] Status: Image is up to date for alpine:3.10 [2020-12-29T22:04:39.546Z] ---> 536a684cf733 [2020-12-29T22:04:39.546Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-29T22:04:40.527Z] ---> Running in b6036a9b05f6 [2020-12-29T22:04:40.527Z] ---> Running in ec8455a00eff [2020-12-29T22:04:41.620Z] Fetched 206 kB in 0s (0 B/s) [2020-12-29T22:04:41.620Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-29T22:04:41.620Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-29T22:04:41.620Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-29T22:04:41.620Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-29T22:04:41.620Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-29T22:04:41.620Z] Fetched 159 kB in 0s (0 B/s) [2020-12-29T22:04:41.620Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-29T22:04:41.620Z] Fetched 107 kB in 0s (0 B/s) [2020-12-29T22:04:41.620Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-29T22:04:41.620Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-29T22:04:41.620Z] Pulling static-packages [2020-12-29T22:04:43.012Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-29T22:04:43.012Z] Skipping pull go-build-helper (already ran) [2020-12-29T22:04:43.012Z] Skipping pull static-packages (already ran) [2020-12-29T22:04:43.012Z] Building go-build-helper [2020-12-29T22:04:43.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:04:43.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:04:43.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:04:43.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:04:43.722Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-29T22:04:43.722Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-29T22:04:43.722Z] OK: 10171 distinct packages available [2020-12-29T22:04:43.997Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-29T22:04:43.998Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-29T22:04:43.998Z] OK: 10171 distinct packages available [2020-12-29T22:04:43.998Z] Removing intermediate container f5ca847c799a [2020-12-29T22:04:43.998Z] ---> 4ea22edb15a3 [2020-12-29T22:04:43.998Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-29T22:04:44.275Z] Removing intermediate container d5524439816f [2020-12-29T22:04:44.275Z] ---> e04738fdb8cd [2020-12-29T22:04:44.275Z] [2020-12-29T22:04:44.275Z] Step 10/22 : FROM scratch [2020-12-29T22:04:44.275Z] ---> [2020-12-29T22:04:44.275Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T22:04:44.551Z] ---> Running in 253d21ba457a [2020-12-29T22:04:44.551Z] ---> Running in c41befacbc73 [2020-12-29T22:04:44.551Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-29T22:04:44.833Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-29T22:04:44.833Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-29T22:04:44.833Z] (4/5) Installing curl (7.66.0-r3) [2020-12-29T22:04:44.833Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-29T22:04:44.833Z] Executing busybox-1.30.1-r3.trigger [2020-12-29T22:04:44.833Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-29T22:04:44.833Z] Executing ca-certificates-20191127-r2.trigger [2020-12-29T22:04:44.833Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-29T22:04:44.833Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-29T22:04:45.112Z] (4/5) Installing curl (7.66.0-r3) [2020-12-29T22:04:45.112Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-29T22:04:45.112Z] Executing busybox-1.30.1-r3.trigger [2020-12-29T22:04:45.112Z] Executing ca-certificates-20191127-r2.trigger [2020-12-29T22:04:45.395Z] OK: 7 MiB in 19 packages [2020-12-29T22:04:45.395Z] OK: 7 MiB in 19 packages [2020-12-29T22:04:45.676Z] Removing intermediate container 253d21ba457a [2020-12-29T22:04:45.676Z] ---> 90f704e4509f [2020-12-29T22:04:45.676Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-29T22:04:45.955Z] ---> Running in 3071a0ac4140 [2020-12-29T22:04:46.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-29T22:04:46.515Z] Removing intermediate container 3071a0ac4140 [2020-12-29T22:04:46.515Z] ---> 008e3330a5ad [2020-12-29T22:04:46.515Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-29T22:04:46.797Z] ---> Running in c5435110785b [2020-12-29T22:04:47.782Z] Removing intermediate container c5435110785b [2020-12-29T22:04:47.782Z] ---> 96d0175e78f1 [2020-12-29T22:04:47.782Z] Step 14/22 : WORKDIR / [2020-12-29T22:04:48.061Z] ---> Running in c719e3975b2d [2020-12-29T22:04:48.061Z] Removing intermediate container b6036a9b05f6 [2020-12-29T22:04:48.061Z] ---> 69b7b06e77da [2020-12-29T22:04:48.061Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-29T22:04:48.323Z] Building static-packages [2020-12-29T22:04:48.346Z] Removing intermediate container ec8455a00eff [2020-12-29T22:04:48.346Z] ---> efa590a889df [2020-12-29T22:04:48.346Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-29T22:04:48.621Z] ---> Running in eead69bbaa39 [2020-12-29T22:04:48.621Z] ---> Running in 03e2c0dcc83d [2020-12-29T22:04:49.234Z] Removing intermediate container c719e3975b2d [2020-12-29T22:04:49.234Z] ---> d5d062a27d0b [2020-12-29T22:04:49.234Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-29T22:04:49.234Z] Removing intermediate container eead69bbaa39 [2020-12-29T22:04:49.234Z] ---> 21e9d71c39f7 [2020-12-29T22:04:49.234Z] Step 13/22 : WORKDIR / [2020-12-29T22:04:49.508Z] Removing intermediate container 03e2c0dcc83d [2020-12-29T22:04:49.508Z] ---> 1bc1eb6035a2 [2020-12-29T22:04:49.508Z] Step 13/24 : WORKDIR / [2020-12-29T22:04:49.783Z] ---> Running in 58b6ee062a6c [2020-12-29T22:04:49.783Z] ---> Running in eb8c7059cb25 [2020-12-29T22:04:50.070Z] ---> cb2d5b85195e [2020-12-29T22:04:50.070Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-29T22:04:50.798Z] Removing intermediate container 58b6ee062a6c [2020-12-29T22:04:50.798Z] ---> 8cd43b780987 [2020-12-29T22:04:50.798Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-29T22:04:50.798Z] Removing intermediate container eb8c7059cb25 [2020-12-29T22:04:50.798Z] ---> d52165e83014 [2020-12-29T22:04:50.798Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-29T22:04:50.886Z] Staging go-build-helper [2020-12-29T22:04:51.467Z] Removing intermediate container c41befacbc73 [2020-12-29T22:04:51.467Z] ---> b540b350490b [2020-12-29T22:04:51.467Z] [2020-12-29T22:04:51.467Z] Step 11/27 : FROM docker:latest [2020-12-29T22:04:51.467Z] ---> f66387bf908a [2020-12-29T22:04:51.467Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-29T22:04:52.277Z] Staging static-packages [2020-12-29T22:04:52.476Z] ---> Running in 1bd7eb797674 [2020-12-29T22:04:52.782Z] ---> a6c727e1c926 [2020-12-29T22:04:52.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 [2020-12-29T22:04:52.782Z] ---> d0a7340231d6 [2020-12-29T22:04:52.782Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-29T22:04:53.060Z] ---> 3b542cc8d2f9 [2020-12-29T22:04:53.060Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-29T22:04:53.670Z] Pulling go115 [2020-12-29T22:04:54.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:04:54.516Z] ---> 4913de12d22e [2020-12-29T22:04:54.516Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-29T22:04:54.791Z] ---> 6f79f165f0e9 [2020-12-29T22:04:54.791Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-29T22:04:54.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:04:54.791Z] ---> a3e476529f0a [2020-12-29T22:04:54.791Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-29T22:04:55.065Z] Removing intermediate container efb5da8c796d [2020-12-29T22:04:55.065Z] ---> 0134fc0e3c63 [2020-12-29T22:04:55.065Z] [2020-12-29T22:04:55.065Z] Step 10/22 : FROM scratch [2020-12-29T22:04:55.065Z] ---> [2020-12-29T22:04:55.065Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T22:04:55.074Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-29T22:04:55.074Z] Skipping pull go115 (already ran) [2020-12-29T22:04:55.074Z] Building go115 [2020-12-29T22:04:55.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T22:04:55.074Z] Dload Upload Total Spent Left Speed [2020-12-29T22:04:55.342Z] ---> Using cache [2020-12-29T22:04:55.343Z] ---> 90f704e4509f [2020-12-29T22:04:55.343Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-29T22:04:55.343Z] ---> Running in bc5fe0fae386 [2020-12-29T22:04:55.621Z] ---> Running in 9f914e251bfb [2020-12-29T22:04:55.621Z] (1/2) Installing readline (8.0.4-r0) [2020-12-29T22:04:55.621Z] (2/2) Installing bash (5.0.17-r0) [2020-12-29T22:04:55.621Z] ---> 3963a93153c6 [2020-12-29T22:04:55.621Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-29T22:04:55.621Z] Executing bash-5.0.17-r0.post-install [2020-12-29T22:04:55.621Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T22:04:55.621Z] OK: 12 MiB in 22 packages [2020-12-29T22:04:55.897Z] ---> ed6e91d4ec2d [2020-12-29T22:04:55.897Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-29T22:04:56.173Z] Removing intermediate container bc5fe0fae386 [2020-12-29T22:04:56.173Z] ---> 7b883d313d84 [2020-12-29T22:04:56.173Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T22:04:56.173Z] Removing intermediate container 9f914e251bfb [2020-12-29T22:04:56.173Z] ---> f59e6dae71b4 [2020-12-29T22:04:56.173Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-29T22:04:56.448Z] ---> Running in 3090aaae853d [2020-12-29T22:04:56.448Z] ---> Running in d444687cf642 [2020-12-29T22:04:57.049Z] ---> f0014bffd768 [2020-12-29T22:04:57.049Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-29T22:04:57.049Z] Removing intermediate container 3090aaae853d [2020-12-29T22:04:57.049Z] ---> ff4c38f690d4 [2020-12-29T22:04:57.049Z] Step 14/22 : WORKDIR / [2020-12-29T22:04:57.329Z] ---> Running in 22620389c4f3 [2020-12-29T22:04:57.329Z] ---> Running in fc02c7d5d59f [2020-12-29T22:04:57.329Z] Removing intermediate container d444687cf642 [2020-12-29T22:04:57.329Z] ---> 5ab6e2775168 [2020-12-29T22:04:57.329Z] Step 20/22 : LABEL arch=arm64 [2020-12-29T22:04:57.329Z] ---> 5ce5578a9472 [2020-12-29T22:04:57.329Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-29T22:04:57.606Z] Removing intermediate container 1bd7eb797674 [2020-12-29T22:04:57.606Z] ---> 09acaea48698 [2020-12-29T22:04:57.606Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-29T22:04:57.606Z] ---> Running in a2faa4a87b1b [2020-12-29T22:04:57.880Z] ---> Running in daf7b4acd826 [2020-12-29T22:04:58.376Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 3135k 0 0 9501k 0 0:00:12 --:--:-- 0:00:12 9472k 31 115M 31 36.9M 0 0 27.7M 0 0:00:04 0:00:01 0:00:03 27.7M 63 115M 63 73.1M 0 0 31.0M 0 0:00:03 0:00:02 0:00:01 31.0M 94 115M 94 109M 0 0 32.7M 0 0:00:03 0:00:03 --:--:-- 32.7M 100 115M 100 115M 0 0 33.0M 0 0:00:03 0:00:03 --:--:-- 33.0M [2020-12-29T22:04:58.486Z] Removing intermediate container fc02c7d5d59f [2020-12-29T22:04:58.486Z] ---> 516199ec52ed [2020-12-29T22:04:58.486Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-29T22:04:58.486Z] Removing intermediate container a2faa4a87b1b [2020-12-29T22:04:58.486Z] ---> 751bf7badde9 [2020-12-29T22:04:58.486Z] Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:04:58.759Z] ---> Running in 676a135661c2 [2020-12-29T22:04:58.950Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-29T22:04:59.034Z] ---> ca99c8ab2fdf [2020-12-29T22:04:59.034Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-29T22:04:59.309Z] Removing intermediate container 676a135661c2 [2020-12-29T22:04:59.309Z] ---> 307ba95bfc5d [2020-12-29T22:04:59.309Z] Step 22/22 : LABEL version=0.0.0 [2020-12-29T22:04:59.583Z] ---> 205fe3a7c418 [2020-12-29T22:04:59.583Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-29T22:04:59.583Z] ---> Running in 9d59d02c0144 [2020-12-29T22:05:00.179Z] ---> 62c1c3effdb5 [2020-12-29T22:05:00.179Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-29T22:05:00.454Z] ---> Running in df69ec37ba8d [2020-12-29T22:05:00.454Z] Removing intermediate container 9d59d02c0144 [2020-12-29T22:05:00.454Z] ---> fc624dc314c4 [2020-12-29T22:05:00.454Z] [2020-12-29T22:05:00.726Z] Removing intermediate container 22620389c4f3 [2020-12-29T22:05:00.726Z] ---> 74e0ed47ccfc [2020-12-29T22:05:00.726Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-29T22:05:01.003Z] Successfully built fc624dc314c4 [2020-12-29T22:05:01.003Z] ---> Running in 3293379add71 [2020-12-29T22:05:01.003Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-29T22:05:01.003Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-29T22:05:01.277Z] Removing intermediate container daf7b4acd826 [2020-12-29T22:05:01.277Z] ---> 16ab958dd253 [2020-12-29T22:05:01.277Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-29T22:05:01.277Z] ---> 4fa2dcf5b081 [2020-12-29T22:05:01.277Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-29T22:05:01.550Z] ---> Running in 10434494ed87 [2020-12-29T22:05:01.833Z] Removing intermediate container 3293379add71 [2020-12-29T22:05:01.833Z] ---> 0bb0f790a59f [2020-12-29T22:05:01.833Z] Step 20/22 : LABEL arch=arm64 [2020-12-29T22:05:02.109Z] ---> Running in b3734d527265 [2020-12-29T22:05:02.384Z] Removing intermediate container 10434494ed87 [2020-12-29T22:05:02.384Z] ---> 53bdd3aef52b [2020-12-29T22:05:02.384Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-29T22:05:02.665Z] ---> f6dcd4318a9f [2020-12-29T22:05:02.665Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-29T22:05:02.665Z] ---> Running in 2b0fc7b0d9ce [2020-12-29T22:05:02.940Z] Removing intermediate container b3734d527265 [2020-12-29T22:05:02.940Z] ---> d5d4a034751b [2020-12-29T22:05:02.940Z] Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:05:03.210Z] ---> Running in 965b11993617 [2020-12-29T22:05:03.485Z] ---> Running in 6b1202ba027a [2020-12-29T22:05:03.767Z] Removing intermediate container 2b0fc7b0d9ce [2020-12-29T22:05:04.037Z] ---> f5e96471db9b [2020-12-29T22:05:04.037Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-29T22:05:04.249Z] Staging go115 [2020-12-29T22:05:04.309Z] Removing intermediate container 965b11993617 [2020-12-29T22:05:04.309Z] ---> 470af30e09c2 [2020-12-29T22:05:04.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T22:05:04.589Z] ---> Running in 526a94b94f06 [2020-12-29T22:05:04.589Z] Removing intermediate container df69ec37ba8d [2020-12-29T22:05:04.589Z] ---> 59d63dec5e71 [2020-12-29T22:05:04.589Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-29T22:05:04.589Z] Removing intermediate container 6b1202ba027a [2020-12-29T22:05:04.589Z] ---> 8491da128a28 [2020-12-29T22:05:04.589Z] Step 22/22 : LABEL version=0.0.0 [2020-12-29T22:05:04.863Z] ---> Running in f0e6b15bfcfe [2020-12-29T22:05:05.137Z] ---> Running in 043775c097b7 [2020-12-29T22:05:05.137Z] ---> Running in dfe72c569658 [2020-12-29T22:05:05.412Z] Removing intermediate container 526a94b94f06 [2020-12-29T22:05:05.412Z] ---> d75be1e09954 [2020-12-29T22:05:05.412Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-29T22:05:05.688Z] Removing intermediate container f0e6b15bfcfe [2020-12-29T22:05:05.688Z] ---> c018c631d645 [2020-12-29T22:05:05.688Z] Step 20/22 : LABEL arch=arm64 [2020-12-29T22:05:05.960Z] Removing intermediate container 043775c097b7 [2020-12-29T22:05:05.960Z] ---> dd336721ad6e [2020-12-29T22:05:05.960Z] Step 22/24 : LABEL arch=arm64 [2020-12-29T22:05:05.960Z] Removing intermediate container dfe72c569658 [2020-12-29T22:05:05.960Z] ---> 7b000a93da92 [2020-12-29T22:05:05.960Z] [2020-12-29T22:05:06.556Z] ---> Running in b45030f5570c [2020-12-29T22:05:06.556Z] Successfully built 7b000a93da92 [2020-12-29T22:05:06.556Z] ---> Running in 0b689fb12063 [2020-12-29T22:05:06.556Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-29T22:05:06.556Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2020-12-29T22:05:06.828Z] ---> f0f0af0360e4 [2020-12-29T22:05:06.828Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-29T22:05:07.104Z] Removing intermediate container b45030f5570c [2020-12-29T22:05:07.104Z] ---> 0c1d9af23268 [2020-12-29T22:05:07.104Z] Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:05:07.104Z] ---> Running in 7478737ed292 [2020-12-29T22:05:07.104Z] Removing intermediate container 0b689fb12063 [2020-12-29T22:05:07.104Z] ---> c09afe8fd2cc [2020-12-29T22:05:07.104Z] Step 23/24 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:05:07.379Z] ---> Running in efa4c724c8dd [2020-12-29T22:05:07.658Z] ---> d384cbf4f370 [2020-12-29T22:05:07.658Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-29T22:05:07.952Z] Removing intermediate container 7478737ed292 [2020-12-29T22:05:07.952Z] ---> 47754becf18c [2020-12-29T22:05:07.952Z] Step 22/22 : LABEL version=0.0.0 [2020-12-29T22:05:07.952Z] ---> Running in b23974106180 [2020-12-29T22:05:07.952Z] Removing intermediate container efa4c724c8dd [2020-12-29T22:05:07.952Z] ---> 99757b7fe0d6 [2020-12-29T22:05:07.952Z] Step 24/24 : LABEL version=0.0.0 [2020-12-29T22:05:08.230Z] ---> Running in 523b3934d3e9 [2020-12-29T22:05:08.822Z] Removing intermediate container b23974106180 [2020-12-29T22:05:08.822Z] ---> 304556d2cba9 [2020-12-29T22:05:08.822Z] [2020-12-29T22:05:08.822Z] ---> 150b777c5ad4 [2020-12-29T22:05:08.822Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-29T22:05:09.094Z] Successfully built 304556d2cba9 [2020-12-29T22:05:09.094Z] ---> Running in b5542268b6db [2020-12-29T22:05:09.094Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-29T22:05:09.094Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-12-29T22:05:09.094Z] Removing intermediate container 523b3934d3e9 [2020-12-29T22:05:09.094Z] ---> 83097233da2f [2020-12-29T22:05:09.094Z] [2020-12-29T22:05:09.691Z] Successfully built 83097233da2f [2020-12-29T22:05:09.691Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-29T22:05:09.691Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-12-29T22:05:10.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:05:10.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:05:10.860Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-29T22:05:10.860Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-29T22:05:10.860Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-29T22:05:10.860Z] Fetched 0 B in 0s (0 B/s) [2020-12-29T22:05:10.860Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-29T22:05:10.860Z] Fetched 224 kB in 0s (0 B/s) [2020-12-29T22:05:10.860Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-29T22:05:10.860Z] Fetched 157 kB in 0s (0 B/s) [2020-12-29T22:05:10.860Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-29T22:05:10.860Z] Fetched 221 kB in 0s (0 B/s) [2020-12-29T22:05:10.860Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-29T22:05:10.860Z] Fetched 143 kB in 0s (0 B/s) [2020-12-29T22:05:10.860Z] Pulling edgex-go [2020-12-29T22:05:11.154Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-29T22:05:11.154Z] (2/33) Installing expat (2.2.9-r1) [2020-12-29T22:05:11.154Z] (3/33) Installing libffi (3.3-r2) [2020-12-29T22:05:11.154Z] (4/33) Installing gdbm (1.13-r1) [2020-12-29T22:05:11.154Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-29T22:05:11.154Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-29T22:05:11.154Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-29T22:05:13.119Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-29T22:05:13.119Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-29T22:05:13.119Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-29T22:05:13.119Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-29T22:05:13.119Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-29T22:05:13.119Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-29T22:05:13.390Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-29T22:05:13.391Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-29T22:05:13.391Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-29T22:05:13.391Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-29T22:05:13.391Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-29T22:05:13.391Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-29T22:05:13.415Z] Pulling version [2020-12-29T22:05:13.662Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-29T22:05:13.662Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-29T22:05:13.662Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-29T22:05:13.662Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-29T22:05:13.662Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-29T22:05:13.662Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-29T22:05:13.662Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-29T22:05:13.662Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-29T22:05:13.662Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-29T22:05:13.662Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-29T22:05:13.662Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-29T22:05:13.940Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-29T22:05:13.940Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-29T22:05:13.940Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-29T22:05:13.940Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T22:05:13.940Z] OK: 71 MiB in 55 packages [2020-12-29T22:05:14.807Z] Building config-common [2020-12-29T22:05:18.116Z] Skipping build go-build-helper (already ran) [2020-12-29T22:05:18.116Z] Skipping build static-packages (already ran) [2020-12-29T22:05:18.116Z] Skipping build go115 (already ran) [2020-12-29T22:05:18.116Z] Building edgex-go [2020-12-29T22:05:19.061Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-29T22:05:21.616Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-29T22:05:21.616Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-29T22:05:21.616Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2020-12-29T22:05:21.616Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2020-12-29T22:05:21.878Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2020-12-29T22:05:21.878Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-29T22:05:21.878Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-29T22:05:21.878Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-29T22:05:21.878Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-29T22:05:21.878Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-29T22:05:21.878Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-29T22:05:21.878Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-29T22:05:21.878Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-29T22:05:21.878Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-29T22:05:21.878Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-29T22:05:21.878Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-29T22:05:21.878Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-29T22:05:21.878Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-29T22:05:21.878Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-29T22:05:21.878Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-29T22:05:21.878Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-29T22:05:21.878Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-29T22:05:21.878Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-29T22:05:21.878Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-29T22:05:21.878Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-29T22:05:21.878Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-29T22:05:21.878Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-29T22:05:22.164Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-29T22:05:22.164Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-29T22:05:22.164Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-29T22:05:22.164Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-29T22:05:22.164Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-29T22:05:22.164Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-29T22:05:22.164Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-29T22:05:22.164Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-29T22:05:22.164Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-29T22:05:22.164Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-29T22:05:22.164Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-29T22:05:22.428Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-29T22:05:22.428Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-29T22:05:24.129Z] Removing intermediate container b5542268b6db [2020-12-29T22:05:24.129Z] ---> dae06a7669c1 [2020-12-29T22:05:24.129Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-29T22:05:24.731Z] ---> Running in c9d76be8d201 [2020-12-29T22:05:30.158Z] Collecting docker-compose==1.23.2 [2020-12-29T22:05:30.158Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-29T22:05:30.755Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-29T22:05:30.755Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-29T22:05:32.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-29T22:05:33.373Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-29T22:05:33.373Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-29T22:05:33.373Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-29T22:05:33.965Z] Collecting PyYAML<4,>=3.10 [2020-12-29T22:05:33.965Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-29T22:05:37.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-29T22:05:38.287Z] Collecting texttable<0.10,>=0.9.0 [2020-12-29T22:05:38.287Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-29T22:05:38.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-29T22:05:39.277Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:05:39.277Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:05:39.555Z] ---> 7824ac3a841d [2020-12-29T22:05:39.555Z] Step 3/23 : WORKDIR /edgex-go [2020-12-29T22:05:39.555Z] ---> Using cache [2020-12-29T22:05:39.555Z] ---> 3a564c85756d [2020-12-29T22:05:39.555Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:05:39.555Z] ---> Using cache [2020-12-29T22:05:39.555Z] ---> 7c57123a193f [2020-12-29T22:05:39.555Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-29T22:05:40.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-29T22:05:40.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-29T22:05:40.425Z] go: downloading github.com/stretchr/testify v1.6.1 [2020-12-29T22:05:40.690Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-29T22:05:40.690Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-12-29T22:05:40.690Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-29T22:05:41.572Z] Collecting docker<4.0,>=3.6.0 [2020-12-29T22:05:41.572Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-29T22:05:42.560Z] ---> Running in b69a90e37d66 [2020-12-29T22:05:42.560Z] Collecting jsonschema<3,>=2.5.1 [2020-12-29T22:05:42.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-29T22:05:42.842Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-29T22:05:42.889Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-29T22:05:42.889Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-29T22:05:43.444Z] Collecting cached-property<2,>=1.2.0 [2020-12-29T22:05:43.444Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-29T22:05:43.719Z] Collecting docopt<0.7,>=0.6.1 [2020-12-29T22:05:43.719Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-29T22:05:44.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-29T22:05:44.289Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-29T22:05:44.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:05:45.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:05:45.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-29T22:05:45.687Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-29T22:05:46.315Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T22:05:46.315Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T22:05:46.315Z] OK: 12620 distinct packages available [2020-12-29T22:05:47.304Z] OK: 217 MiB in 51 packages [2020-12-29T22:05:47.586Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-29T22:05:47.586Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-29T22:05:47.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-29T22:05:48.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-29T22:05:48.570Z] Collecting docker-pycreds>=0.4.0 [2020-12-29T22:05:48.570Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-29T22:05:49.557Z] Collecting idna<2.8,>=2.5 [2020-12-29T22:05:49.557Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-29T22:05:49.557Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-29T22:05:49.557Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-29T22:05:49.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-29T22:05:50.157Z] Removing intermediate container b69a90e37d66 [2020-12-29T22:05:50.157Z] ---> 9cf8cd2bfa86 [2020-12-29T22:05:50.157Z] Step 6/23 : COPY go.mod . [2020-12-29T22:05:50.433Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-29T22:05:50.433Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-29T22:05:50.708Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-29T22:05:50.708Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-29T22:05:50.708Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-29T22:05:50.708Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-29T22:05:51.310Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:05:51.310Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:05:51.310Z] ---> 7824ac3a841d [2020-12-29T22:05:51.310Z] Step 3/24 : WORKDIR /edgex-go [2020-12-29T22:05:51.310Z] ---> Using cache [2020-12-29T22:05:51.310Z] ---> 3a564c85756d [2020-12-29T22:05:51.310Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:05:51.310Z] ---> Using cache [2020-12-29T22:05:51.310Z] ---> 7c57123a193f [2020-12-29T22:05:51.310Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-29T22:05:51.789Z] Installing collected packages: dockerpty, websocket-client, PyYAML, texttable, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, docopt, docker-compose [2020-12-29T22:05:51.789Z] Running setup.py install for dockerpty: started [2020-12-29T22:05:51.789Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:05:51.789Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:05:51.789Z] ---> 7824ac3a841d [2020-12-29T22:05:51.789Z] Step 3/21 : WORKDIR /edgex-go [2020-12-29T22:05:51.789Z] ---> Using cache [2020-12-29T22:05:51.789Z] ---> 3a564c85756d [2020-12-29T22:05:51.789Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:05:51.789Z] ---> Using cache [2020-12-29T22:05:51.789Z] ---> 7c57123a193f [2020-12-29T22:05:51.789Z] Step 5/21 : RUN apk update && apk add make git [2020-12-29T22:05:51.789Z] ---> Using cache [2020-12-29T22:05:51.789Z] ---> bf77beb9c677 [2020-12-29T22:05:51.789Z] Step 6/21 : COPY go.mod . [2020-12-29T22:05:51.789Z] ---> Using cache [2020-12-29T22:05:51.789Z] ---> a93ce36a46c6 [2020-12-29T22:05:51.789Z] Step 7/21 : RUN go mod download [2020-12-29T22:05:51.789Z] ---> Using cache [2020-12-29T22:05:51.789Z] ---> a62629ec4cbc [2020-12-29T22:05:51.789Z] Step 8/21 : COPY . . [2020-12-29T22:05:52.065Z] ---> Running in cbeef5211c72 [2020-12-29T22:05:52.066Z] ---> 19f9ca40b9e0 [2020-12-29T22:05:52.066Z] Step 7/23 : RUN go mod download [2020-12-29T22:05:52.066Z] ---> Using cache [2020-12-29T22:05:52.066Z] ---> 5bdf4af95895 [2020-12-29T22:05:52.066Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-29T22:05:52.339Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T22:05:52.339Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-29T22:05:52.339Z] ---> 7824ac3a841d [2020-12-29T22:05:52.339Z] Step 3/21 : WORKDIR /edgex-go [2020-12-29T22:05:52.339Z] ---> Using cache [2020-12-29T22:05:52.339Z] ---> 3a564c85756d [2020-12-29T22:05:52.339Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:05:52.339Z] ---> Using cache [2020-12-29T22:05:52.339Z] ---> 7c57123a193f [2020-12-29T22:05:52.339Z] Step 5/21 : RUN apk update && apk add make git [2020-12-29T22:05:52.339Z] ---> Using cache [2020-12-29T22:05:52.339Z] ---> bf77beb9c677 [2020-12-29T22:05:52.339Z] Step 6/21 : COPY go.mod . [2020-12-29T22:05:52.339Z] ---> Using cache [2020-12-29T22:05:52.339Z] ---> a93ce36a46c6 [2020-12-29T22:05:52.339Z] Step 7/21 : RUN go mod download [2020-12-29T22:05:52.339Z] ---> Using cache [2020-12-29T22:05:52.339Z] ---> a62629ec4cbc [2020-12-29T22:05:52.339Z] Step 8/21 : COPY . . [2020-12-29T22:05:52.339Z] ---> Running in b8d34027d2c5 [2020-12-29T22:05:52.339Z] ---> Running in 31fee07a7c5c [2020-12-29T22:05:52.624Z] ---> Using cache [2020-12-29T22:05:52.624Z] ---> 5bdf4af95895 [2020-12-29T22:05:52.624Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-29T22:05:52.899Z] ---> Running in ecad11da1cc4 [2020-12-29T22:05:53.825Z] Building version [2020-12-29T22:05:53.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:05:54.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-29T22:05:54.766Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-29T22:05:54.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-29T22:05:54.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:05:55.040Z] Running setup.py install for PyYAML: started [2020-12-29T22:05:56.024Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T22:05:56.024Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T22:05:56.024Z] OK: 12620 distinct packages available [2020-12-29T22:05:56.390Z] Staging config-common [2020-12-29T22:05:57.331Z] Removing intermediate container b8d34027d2c5 [2020-12-29T22:05:57.331Z] ---> ca043321aa4f [2020-12-29T22:05:57.331Z] Step 8/23 : COPY . . [2020-12-29T22:05:57.331Z] OK: 217 MiB in 51 packages [2020-12-29T22:05:57.787Z] Skipping stage go-build-helper (already ran) [2020-12-29T22:05:57.788Z] Skipping stage static-packages (already ran) [2020-12-29T22:05:57.788Z] Skipping stage go115 (already ran) [2020-12-29T22:05:57.788Z] Staging edgex-go [2020-12-29T22:05:59.181Z] Staging version [2020-12-29T22:05:59.474Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-29T22:05:59.474Z] Running setup.py install for texttable: started [2020-12-29T22:06:00.077Z] Removing intermediate container cbeef5211c72 [2020-12-29T22:06:00.078Z] ---> ba7ea639abb1 [2020-12-29T22:06:00.078Z] Step 6/24 : COPY go.mod . [2020-12-29T22:06:00.237Z] Priming config-common [2020-12-29T22:06:01.739Z] Priming go-build-helper [2020-12-29T22:06:02.049Z] ---> 9d9dac3eb6a6 [2020-12-29T22:06:02.050Z] Step 7/24 : RUN go mod download [2020-12-29T22:06:02.326Z] Running setup.py install for texttable: finished with status 'done' [2020-12-29T22:06:02.326Z] Attempting uninstall: idna [2020-12-29T22:06:02.326Z] Found existing installation: idna 2.9 [2020-12-29T22:06:02.326Z] Uninstalling idna-2.9: [2020-12-29T22:06:02.326Z] ---> Running in aa51bde121e2 [2020-12-29T22:06:02.601Z] Successfully uninstalled idna-2.9 [2020-12-29T22:06:02.769Z] Priming static-packages [2020-12-29T22:06:03.590Z] Attempting uninstall: urllib3 [2020-12-29T22:06:03.591Z] Found existing installation: urllib3 1.25.9 [2020-12-29T22:06:03.591Z] Uninstalling urllib3-1.25.9: [2020-12-29T22:06:03.591Z] Successfully uninstalled urllib3-1.25.9 [2020-12-29T22:06:04.587Z] Attempting uninstall: requests [2020-12-29T22:06:04.587Z] Found existing installation: requests 2.23.0 [2020-12-29T22:06:04.587Z] Uninstalling requests-2.23.0: [2020-12-29T22:06:04.864Z] Successfully uninstalled requests-2.23.0 [2020-12-29T22:06:06.104Z] Priming go115 [2020-12-29T22:06:07.066Z] Priming edgex-go [2020-12-29T22:06:08.283Z] Running setup.py install for docopt: started [2020-12-29T22:06:08.884Z] Removing intermediate container aa51bde121e2 [2020-12-29T22:06:08.884Z] ---> c187302b4349 [2020-12-29T22:06:08.884Z] Step 8/24 : COPY . . [2020-12-29T22:06:09.001Z] Priming version [2020-12-29T22:06:09.955Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-29T22:06:11.533Z] Running setup.py install for docopt: finished with status 'done' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-12-29T22:06:12.540Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-29T22:06:22.748Z] ---> 8cb2cc4bcee0 [2020-12-29T22:06:22.748Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-29T22:06:22.748Z] ---> Running in a08235048eec [2020-12-29T22:06:22.748Z] Removing intermediate container c9d76be8d201 [2020-12-29T22:06:22.748Z] ---> 71cbe91efdc2 [2020-12-29T22:06:22.748Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-29T22:06:22.748Z] ---> Running in eb95f4db4f35 [2020-12-29T22:06:23.734Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-29T22:06:24.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:06:24.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:06:25.709Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-29T22:06:25.709Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-29T22:06:25.709Z] (3/3) Installing curl (7.69.1-r3) [2020-12-29T22:06:25.709Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T22:06:25.709Z] OK: 71 MiB in 58 packages [2020-12-29T22:06:30.029Z] Removing intermediate container eb95f4db4f35 [2020-12-29T22:06:30.029Z] ---> 2773b42ac919 [2020-12-29T22:06:30.029Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-29T22:06:30.029Z] ---> Running in 53fc036ef45a [2020-12-29T22:06:31.032Z] Removing intermediate container 53fc036ef45a [2020-12-29T22:06:31.032Z] ---> 57d34524352b [2020-12-29T22:06:31.032Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T22:06:31.312Z] ---> Running in 83915147848e [2020-12-29T22:06:32.308Z] Removing intermediate container 83915147848e [2020-12-29T22:06:32.308Z] ---> 429b18f7e611 [2020-12-29T22:06:32.308Z] Step 25/27 : LABEL arch=arm64 [2020-12-29T22:06:32.590Z] ---> Running in ff202445b6d4 [2020-12-29T22:06:32.590Z] ---> abbceebb5101 [2020-12-29T22:06:32.590Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-29T22:06:32.866Z] ---> Running in 3fad34b469cb [2020-12-29T22:06:33.475Z] Removing intermediate container ff202445b6d4 [2020-12-29T22:06:33.475Z] ---> b5b43ed22ed9 [2020-12-29T22:06:33.475Z] Step 26/27 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:06:33.475Z] ---> Running in 763d97ab2d5d [2020-12-29T22:06:34.468Z] Removing intermediate container 763d97ab2d5d [2020-12-29T22:06:34.468Z] ---> c58dde3804f3 [2020-12-29T22:06:34.468Z] Step 27/27 : LABEL version=0.0.0 [2020-12-29T22:06:34.746Z] ---> Running in 9d627c839c4e [2020-12-29T22:06:35.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-29T22:06:35.307Z] Removing intermediate container 9d627c839c4e [2020-12-29T22:06:35.307Z] ---> 90921fdeb1f2 [2020-12-29T22:06:35.307Z] [2020-12-29T22:06:35.913Z] Successfully built 90921fdeb1f2 [2020-12-29T22:06:35.913Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-29T22:07:08.283Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-29T22:07:20.702Z] Removing intermediate container 31fee07a7c5c [2020-12-29T22:07:20.702Z] ---> f036525f9188 [2020-12-29T22:07:20.702Z] [2020-12-29T22:07:20.702Z] Step 10/21 : FROM scratch [2020-12-29T22:07:20.702Z] ---> [2020-12-29T22:07:20.702Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T22:07:20.702Z] Removing intermediate container ecad11da1cc4 [2020-12-29T22:07:20.702Z] ---> 2f5864496c34 [2020-12-29T22:07:20.702Z] [2020-12-29T22:07:20.702Z] Step 10/21 : FROM alpine [2020-12-29T22:07:20.702Z] ---> Using cache [2020-12-29T22:07:20.702Z] ---> 90f704e4509f [2020-12-29T22:07:20.702Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-29T22:07:20.702Z] latest: Pulling from library/alpine [2020-12-29T22:07:20.702Z] ---> Running in 5817a0215402 [2020-12-29T22:07:20.702Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-29T22:07:20.702Z] Status: Downloaded newer image for alpine:latest [2020-12-29T22:07:20.702Z] ---> afeebe901d6b [2020-12-29T22:07:20.702Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-29T22:07:20.702Z] ---> Running in 4be54edad5a7 [2020-12-29T22:07:20.702Z] Removing intermediate container 5817a0215402 [2020-12-29T22:07:20.702Z] ---> e14cc09e7343 [2020-12-29T22:07:20.702Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-29T22:07:20.702Z] ---> Running in 036f51b2e7fa [2020-12-29T22:07:20.702Z] Removing intermediate container 036f51b2e7fa [2020-12-29T22:07:20.702Z] ---> f516e393eca0 [2020-12-29T22:07:20.702Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-29T22:07:21.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:07:21.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:07:21.963Z] ---> e72db765ccb4 [2020-12-29T22:07:21.963Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-29T22:07:22.566Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-29T22:07:22.566Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-29T22:07:22.566Z] OK: 12615 distinct packages available [2020-12-29T22:07:23.552Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-29T22:07:23.552Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-29T22:07:23.552Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-29T22:07:23.552Z] (4/4) Installing curl (7.69.1-r3) [2020-12-29T22:07:23.552Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T22:07:23.552Z] Executing ca-certificates-20191127-r4.trigger [2020-12-29T22:07:23.829Z] OK: 7 MiB in 18 packages [2020-12-29T22:07:23.829Z] ---> e6f85c787336 [2020-12-29T22:07:23.829Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-29T22:07:25.282Z] ---> 677d74d28231 [2020-12-29T22:07:25.282Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-29T22:07:25.558Z] ---> Running in 94ef3a21c6a8 [2020-12-29T22:07:26.553Z] Removing intermediate container 4be54edad5a7 [2020-12-29T22:07:26.553Z] ---> 3a75322acd93 [2020-12-29T22:07:26.553Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-29T22:07:26.553Z] Removing intermediate container 94ef3a21c6a8 [2020-12-29T22:07:26.553Z] ---> b9049ab37201 [2020-12-29T22:07:26.553Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T22:07:26.553Z] ---> Running in 2912e2a78e48 [2020-12-29T22:07:26.553Z] ---> Running in 284b3e2955f1 [2020-12-29T22:07:27.556Z] Removing intermediate container 2912e2a78e48 [2020-12-29T22:07:27.556Z] ---> b17b015027fa [2020-12-29T22:07:27.556Z] Step 13/21 : WORKDIR /edgex [2020-12-29T22:07:27.556Z] Removing intermediate container 284b3e2955f1 [2020-12-29T22:07:27.556Z] ---> d3f40c17a669 [2020-12-29T22:07:27.556Z] Step 19/21 : LABEL arch=arm64 [2020-12-29T22:07:27.834Z] ---> Running in 1f161a6834b1 [2020-12-29T22:07:27.834Z] ---> Running in ef32f27f70df [2020-12-29T22:07:29.311Z] Removing intermediate container ef32f27f70df [2020-12-29T22:07:29.311Z] ---> 0dc08dd4f1b7 [2020-12-29T22:07:29.311Z] Step 20/21 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:07:29.311Z] Removing intermediate container 1f161a6834b1 [2020-12-29T22:07:29.311Z] ---> 26c2437edf7f [2020-12-29T22:07:29.311Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-29T22:07:29.311Z] ---> Running in 26c0f0d176c0 [2020-12-29T22:07:30.301Z] Removing intermediate container 26c0f0d176c0 [2020-12-29T22:07:30.301Z] ---> 1b71571776de [2020-12-29T22:07:30.301Z] Step 21/21 : LABEL version=0.0.0 [2020-12-29T22:07:30.586Z] ---> Running in ee42f36a6c24 [2020-12-29T22:07:30.586Z] ---> beab3338034b [2020-12-29T22:07:30.586Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-29T22:07:32.035Z] Removing intermediate container ee42f36a6c24 [2020-12-29T22:07:32.036Z] ---> ea271e115f16 [2020-12-29T22:07:32.036Z] [2020-12-29T22:07:32.642Z] Successfully built ea271e115f16 [2020-12-29T22:07:32.642Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-29T22:07:32.642Z]  Building docker-support-scheduler-go ... done  ---> 7e87f9f14b45 [2020-12-29T22:07:32.642Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-29T22:07:34.643Z] ---> 11ae8c6b6101 [2020-12-29T22:07:34.643Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-29T22:07:34.926Z] ---> Running in ecd3b0086598 [2020-12-29T22:07:35.923Z] Removing intermediate container ecd3b0086598 [2020-12-29T22:07:35.923Z] ---> a080c253228b [2020-12-29T22:07:35.923Z] Step 18/21 : CMD ["--init=true"] [2020-12-29T22:07:35.923Z] ---> Running in af3f2805ace0 [2020-12-29T22:07:37.377Z] Removing intermediate container af3f2805ace0 [2020-12-29T22:07:37.377Z] ---> 48d32c66079a [2020-12-29T22:07:37.377Z] Step 19/21 : LABEL arch=arm64 [2020-12-29T22:07:37.377Z] ---> Running in 99c9bc42b494 [2020-12-29T22:07:37.696Z] Removing intermediate container 99c9bc42b494 [2020-12-29T22:07:37.696Z] ---> f81d35678735 [2020-12-29T22:07:37.696Z] Step 20/21 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:07:37.995Z] ---> Running in d0a7d21c4c30 [2020-12-29T22:07:38.671Z] Removing intermediate container d0a7d21c4c30 [2020-12-29T22:07:38.671Z] ---> 2a656224cb26 [2020-12-29T22:07:38.671Z] Step 21/21 : LABEL version=0.0.0 [2020-12-29T22:07:38.964Z] ---> Running in 008310020e16 [2020-12-29T22:07:39.269Z] Removing intermediate container 008310020e16 [2020-12-29T22:07:39.269Z] ---> 00a692bbe7e0 [2020-12-29T22:07:39.269Z] [2020-12-29T22:07:39.866Z] Successfully built 00a692bbe7e0 [2020-12-29T22:07:39.867Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-29T22:07:45.282Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3fad34b469cb [2020-12-29T22:07:45.282Z] ---> 66dca127bd09 [2020-12-29T22:07:45.282Z] [2020-12-29T22:07:45.282Z] Step 10/24 : FROM scratch [2020-12-29T22:07:45.282Z] ---> [2020-12-29T22:07:45.282Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-29T22:07:45.282Z] ---> Running in 7df40baca65b [2020-12-29T22:07:45.566Z] Removing intermediate container 7df40baca65b [2020-12-29T22:07:45.566Z] ---> 6af599e55f4b [2020-12-29T22:07:45.566Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-29T22:07:45.848Z] ---> Running in 4175c38b2c91 [2020-12-29T22:07:46.441Z] Removing intermediate container 4175c38b2c91 [2020-12-29T22:07:46.441Z] ---> 152886ee28b6 [2020-12-29T22:07:46.441Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-29T22:07:46.726Z] ---> Running in 6a26bdc8528a [2020-12-29T22:07:47.319Z] Removing intermediate container 6a26bdc8528a [2020-12-29T22:07:47.319Z] ---> 65fd86197672 [2020-12-29T22:07:47.319Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-29T22:07:47.929Z] ---> a51e5c1065e6 [2020-12-29T22:07:47.929Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-29T22:07:49.367Z] ---> f908ab3e9c28 [2020-12-29T22:07:49.367Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-29T22:07:50.342Z] ---> 4816ce3d5729 [2020-12-29T22:07:50.342Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-29T22:07:51.318Z] ---> fd91a2db3940 [2020-12-29T22:07:51.318Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-29T22:07:53.294Z] ---> 467edb97f99c [2020-12-29T22:07:53.294Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-29T22:07:54.275Z] ---> 3a755fdf0b8e [2020-12-29T22:07:54.275Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-29T22:07:54.275Z] Removing intermediate container a08235048eec [2020-12-29T22:07:54.275Z] ---> eaf8a7c4c712 [2020-12-29T22:07:54.275Z] [2020-12-29T22:07:54.275Z] Step 10/23 : FROM alpine [2020-12-29T22:07:54.275Z] ---> afeebe901d6b [2020-12-29T22:07:54.275Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T22:07:54.275Z] ---> Running in 1d242ea28ea1 [2020-12-29T22:07:54.275Z] ---> Running in 5606665be24b [2020-12-29T22:07:54.551Z] Removing intermediate container 5606665be24b [2020-12-29T22:07:54.551Z] Removing intermediate container 1d242ea28ea1 [2020-12-29T22:07:54.551Z] ---> 9d6f56aac784 [2020-12-29T22:07:54.551Z] ---> 4bf1c9d40a32 [2020-12-29T22:07:54.822Z] Step 12/23 : ENV APP_PORT=48080Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T22:07:54.822Z] [2020-12-29T22:07:54.822Z] ---> Running in 6ebac1ec0064 [2020-12-29T22:07:54.822Z] ---> Running in 9c427e2b5600 [2020-12-29T22:07:55.411Z] Removing intermediate container 6ebac1ec0064 [2020-12-29T22:07:55.411Z] ---> e25e9acdf74e [2020-12-29T22:07:55.411Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-29T22:07:55.411Z] Removing intermediate container 9c427e2b5600 [2020-12-29T22:07:55.411Z] ---> 78a8958c9352 [2020-12-29T22:07:55.411Z] Step 22/24 : LABEL arch=arm64 [2020-12-29T22:07:55.411Z] ---> Running in 1020ddfbdd12 [2020-12-29T22:07:55.411Z] ---> Running in 17eaa849e11e [2020-12-29T22:07:56.013Z] Removing intermediate container 1020ddfbdd12 [2020-12-29T22:07:56.013Z] ---> f1e35e0f015e [2020-12-29T22:07:56.013Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T22:07:56.013Z] Removing intermediate container 17eaa849e11e [2020-12-29T22:07:56.013Z] ---> 6636e5b77639 [2020-12-29T22:07:56.013Z] Step 23/24 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:07:56.013Z] ---> Running in f7fa50bf5452 [2020-12-29T22:07:56.013Z] ---> Running in b542853a721f [2020-12-29T22:07:56.606Z] Removing intermediate container b542853a721f [2020-12-29T22:07:56.606Z] ---> b7b07c0f5a66 [2020-12-29T22:07:56.606Z] Step 24/24 : LABEL version=0.0.0 [2020-12-29T22:07:56.877Z] ---> Running in 38dbf1dd0f13 [2020-12-29T22:07:57.152Z] Removing intermediate container 38dbf1dd0f13 [2020-12-29T22:07:57.152Z] ---> 8c003d816cd0 [2020-12-29T22:07:57.152Z] [2020-12-29T22:07:57.749Z] Successfully built 8c003d816cd0 [2020-12-29T22:07:57.749Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-29T22:07:58.339Z]  Building docker-support-notifications-go ... done Removing intermediate container f7fa50bf5452 [2020-12-29T22:07:58.339Z] ---> 8f43d79a1c36 [2020-12-29T22:07:58.339Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-29T22:07:58.339Z] ---> Running in 3715e5d23235 [2020-12-29T22:07:59.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T22:08:00.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T22:08:00.954Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-29T22:08:00.954Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-29T22:08:01.228Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-29T22:08:01.501Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-29T22:08:01.501Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-29T22:08:01.501Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T22:08:01.501Z] OK: 8 MiB in 19 packages [2020-12-29T22:08:02.932Z] Removing intermediate container 3715e5d23235 [2020-12-29T22:08:02.932Z] ---> 11391ffee98a [2020-12-29T22:08:02.932Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-29T22:08:03.529Z] ---> 80e2aa476790 [2020-12-29T22:08:03.529Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-29T22:08:04.961Z] ---> 1703ae14acce [2020-12-29T22:08:04.961Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-29T22:08:05.938Z] ---> 4d5b4d8c748d [2020-12-29T22:08:05.938Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-29T22:08:05.938Z] ---> Running in 0660924a2433 [2020-12-29T22:08:06.210Z] Removing intermediate container 0660924a2433 [2020-12-29T22:08:06.210Z] ---> ccf1c0935b9b [2020-12-29T22:08:06.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T22:08:06.483Z] ---> Running in 65c2b4dee276 [2020-12-29T22:08:07.075Z] Removing intermediate container 65c2b4dee276 [2020-12-29T22:08:07.075Z] ---> 6415541c907e [2020-12-29T22:08:07.075Z] Step 21/23 : LABEL arch=arm64 [2020-12-29T22:08:07.075Z] ---> Running in e21bc5eb120f [2020-12-29T22:08:07.667Z] Removing intermediate container e21bc5eb120f [2020-12-29T22:08:07.667Z] ---> 9a3acc8042fb [2020-12-29T22:08:07.667Z] Step 22/23 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac [2020-12-29T22:08:07.667Z] ---> Running in b5dc89c625d5 [2020-12-29T22:08:08.260Z] Removing intermediate container b5dc89c625d5 [2020-12-29T22:08:08.260Z] ---> 3196ceea27a1 [2020-12-29T22:08:08.260Z] Step 23/23 : LABEL version=0.0.0 [2020-12-29T22:08:08.260Z] ---> Running in 617c25fee052 [2020-12-29T22:08:08.852Z] Removing intermediate container 617c25fee052 [2020-12-29T22:08:08.852Z] ---> b2dae0888612 [2020-12-29T22:08:08.852Z] [2020-12-29T22:08:09.124Z] Successfully built b2dae0888612 [2020-12-29T22:08:09.124Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-29T22:08:09.411Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-29T22:08:09.410Z] $ docker stop --time=1 3688fbf6a743ccb417021cd40cdc0504487c9a05bc6d24b325872c68a76d8c63 [2020-12-29T22:08:11.351Z] $ docker rm -f 3688fbf6a743ccb417021cd40cdc0504487c9a05bc6d24b325872c68a76d8c63 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T22:08:12.073Z] + + dockergrep images docker [2020-12-29T22:08:12.073Z] [2020-12-29T22:08:12.345Z] docker-core-data-go-arm64 latest b2dae0888612 4 seconds ago 20.9MB [2020-12-29T22:08:12.345Z] docker-support-notifications-go-arm64 latest 8c003d816cd0 16 seconds ago 11.4MB [2020-12-29T22:08:12.345Z] docker-security-proxy-setup-go-arm64 latest 00a692bbe7e0 33 seconds ago 23.3MB [2020-12-29T22:08:12.345Z] docker-support-scheduler-go-arm64 latest ea271e115f16 41 seconds ago 10MB [2020-12-29T22:08:12.345Z] docker-sys-mgmt-agent-go-arm64 latest 90921fdeb1f2 About a minute ago 300MB [2020-12-29T22:08:12.345Z] docker-security-secretstore-setup-go-arm64 latest 83097233da2f 3 minutes ago 23.5MB [2020-12-29T22:08:12.345Z] docker-core-metadata-go-arm64 latest 304556d2cba9 3 minutes ago 12.2MB [2020-12-29T22:08:12.345Z] docker-security-bootstrap-redis-go-arm64 latest 7b000a93da92 3 minutes ago 15.1MB [2020-12-29T22:08:12.345Z] docker-core-command-go-arm64 latest fc624dc314c4 3 minutes ago 9.98MB [2020-12-29T22:08:12.345Z] docker latest f66387bf908a 11 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-29T22:08:14.981Z] provisioning config files... [2020-12-29T22:08:15.000Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config9115195477680045155tmp [Pipeline] { [Pipeline] sh [2020-12-29T22:08:15.378Z] + set +x [2020-12-29T22:08:15.378Z] + curl -s https://codecov.io/bash [2020-12-29T22:08:15.378Z] + bash -s -- [2020-12-29T22:08:15.643Z] [2020-12-29T22:08:15.643Z] _____ _ [2020-12-29T22:08:15.643Z] / ____| | | [2020-12-29T22:08:15.643Z] | | ___ __| | ___ ___ _____ __ [2020-12-29T22:08:15.643Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-29T22:08:15.643Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-29T22:08:15.643Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-29T22:08:15.643Z] Bash-20201223-5ad85e3 [2020-12-29T22:08:15.643Z] [2020-12-29T22:08:15.643Z] [2020-12-29T22:08:15.643Z] ==> git version 2.24.3 found [2020-12-29T22:08:15.643Z] ==> 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 [2020-12-29T22:08:15.643Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-29T22:08:15.643Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-29T22:08:15.910Z] ==> Jenkins CI detected. [2020-12-29T22:08:15.910Z] project root: . [2020-12-29T22:08:15.910Z] --> token set from env [2020-12-29T22:08:15.910Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-29T22:08:15.910Z] ==> Running gcov in . (disable via -X gcov) [2020-12-29T22:08:15.910Z] ==> Python coveragepy not found [2020-12-29T22:08:15.910Z] ==> Searching for coverage reports in: [2020-12-29T22:08:15.910Z] + . [2020-12-29T22:08:15.910Z] -> Found 1 reports [2020-12-29T22:08:15.910Z] ==> Detecting git/mercurial file structure [2020-12-29T22:08:15.910Z] ==> Reading reports [2020-12-29T22:08:15.910Z] + ./coverage.out bytes=537189 [2020-12-29T22:08:15.910Z] ==> Appending adjustments [2020-12-29T22:08:15.910Z] https://docs.codecov.io/docs/fixing-reports [2020-12-29T22:08:19.253Z] + Found adjustments [2020-12-29T22:08:19.253Z] ==> Gzipping contents [2020-12-29T22:08:19.253Z] 80K /tmp/codecov.G0Eifv.gz [2020-12-29T22:08:19.253Z] ==> Uploading reports [2020-12-29T22:08:19.253Z] url: https://codecov.io [2020-12-29T22:08:19.253Z] query: branch=PR-2975&commit=33032524c0e2948070d07a8abcfdc39e4a1d74ac&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2975%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2975&job=&cmd_args= [2020-12-29T22:08:19.253Z] -> Pinging Codecov [2020-12-29T22:08:19.253Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2975&commit=33032524c0e2948070d07a8abcfdc39e4a1d74ac&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2975%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2975&job=&cmd_args= [2020-12-29T22:08:19.521Z] -> Uploading to [2020-12-29T22:08:19.521Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-29/00271124DB129430A58F1EEE437C3FCB/33032524c0e2948070d07a8abcfdc39e4a1d74ac/d2198bac-c067-4a9a-a86f-61213a17b91e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T220819Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=543a3be20dd8a8feb6c4c6ee7180a7a39c85eb59f489c24fa2b4c924b9cd0e4c [2020-12-29T22:08:19.521Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T22:08:19.521Z] Dload Upload Total Spent Left Speed [2020-12-29T22:08:20.044Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81841 0 0 100 81841 0 128k --:--:-- --:--:-- --:--:-- 128k [2020-12-29T22:08:20.044Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/33032524c0e2948070d07a8abcfdc39e4a1d74ac [Pipeline] } [2020-12-29T22:08:20.054Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-29T22:08:22.497Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T22:08:23.380Z] ---> package-listing.sh [2020-12-29T22:08:23.380Z] ++ facter osfamily [2020-12-29T22:08:23.380Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-29T22:08:23.380Z] + OS_FAMILY=redhat [2020-12-29T22:08:23.380Z] + workspace=/w/workspace/edgex-go/2 [2020-12-29T22:08:23.380Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-29T22:08:23.380Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-29T22:08:23.380Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-29T22:08:23.380Z] + PACKAGES=/tmp/packages_start.txt [2020-12-29T22:08:23.380Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-29T22:08:23.380Z] + PACKAGES=/tmp/packages_end.txt [2020-12-29T22:08:23.380Z] + case "${OS_FAMILY}" in [2020-12-29T22:08:23.380Z] + rpm -qa [2020-12-29T22:08:23.380Z] + sort [2020-12-29T22:08:28.685Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-29T22:08:28.685Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-29T22:08:28.685Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-29T22:08:28.685Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-29T22:08:28.685Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-29T22:08:28.685Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-29T22:08:28.699Z] 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 [2020-12-29T22:08:28.988Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-29T22:08:29.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T22:08:29.291Z] [2020-12-29T22:08:29.291Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-29T22:08:29.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T22:08:29.644Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-29T22:08:29.644Z] df20fa9351a1: Pulling fs layer [2020-12-29T22:08:29.644Z] 36b3adc4ff6f: Pulling fs layer [2020-12-29T22:08:29.644Z] 8ad3a11d3b57: Pulling fs layer [2020-12-29T22:08:29.644Z] 46f8f816bc3b: Pulling fs layer [2020-12-29T22:08:29.644Z] 93b61091891f: Pulling fs layer [2020-12-29T22:08:29.644Z] 93b9cdb0e59b: Pulling fs layer [2020-12-29T22:08:29.644Z] 5e14af77c1be: Pulling fs layer [2020-12-29T22:08:29.644Z] 01666e4c0597: Pulling fs layer [2020-12-29T22:08:29.644Z] aa168da1d23b: Pulling fs layer [2020-12-29T22:08:29.644Z] 46f8f816bc3b: Waiting [2020-12-29T22:08:29.644Z] 93b61091891f: Waiting [2020-12-29T22:08:29.644Z] 93b9cdb0e59b: Waiting [2020-12-29T22:08:29.644Z] 5e14af77c1be: Waiting [2020-12-29T22:08:29.644Z] 01666e4c0597: Waiting [2020-12-29T22:08:29.644Z] aa168da1d23b: Waiting [2020-12-29T22:08:29.644Z] 36b3adc4ff6f: Verifying Checksum [2020-12-29T22:08:29.644Z] 36b3adc4ff6f: Download complete [2020-12-29T22:08:29.645Z] 46f8f816bc3b: Verifying Checksum [2020-12-29T22:08:29.645Z] 46f8f816bc3b: Download complete [2020-12-29T22:08:29.911Z] df20fa9351a1: Verifying Checksum [2020-12-29T22:08:29.911Z] 93b9cdb0e59b: Download complete [2020-12-29T22:08:29.911Z] 5e14af77c1be: Verifying Checksum [2020-12-29T22:08:29.911Z] 5e14af77c1be: Download complete [2020-12-29T22:08:29.911Z] 01666e4c0597: Download complete [2020-12-29T22:08:29.911Z] 93b61091891f: Verifying Checksum [2020-12-29T22:08:30.173Z] df20fa9351a1: Pull complete [2020-12-29T22:08:30.435Z] 36b3adc4ff6f: Pull complete [2020-12-29T22:08:30.697Z] 8ad3a11d3b57: Verifying Checksum [2020-12-29T22:08:30.697Z] 8ad3a11d3b57: Download complete [2020-12-29T22:08:31.655Z] 8ad3a11d3b57: Pull complete [2020-12-29T22:08:31.655Z] 46f8f816bc3b: Pull complete [2020-12-29T22:08:32.608Z] aa168da1d23b: Verifying Checksum [2020-12-29T22:08:32.608Z] aa168da1d23b: Download complete [2020-12-29T22:08:33.999Z] 93b61091891f: Pull complete [2020-12-29T22:08:33.999Z] 93b9cdb0e59b: Pull complete [2020-12-29T22:08:34.261Z] 5e14af77c1be: Pull complete [2020-12-29T22:08:34.525Z] 01666e4c0597: Pull complete [2020-12-29T22:08:44.581Z] aa168da1d23b: Pull complete [2020-12-29T22:08:44.581Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-29T22:08:44.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T22:08:44.581Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-29T22:08:44.826Z] prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container [2020-12-29T22:08:44.875Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-29T22:08:49.373Z] $ docker top b2246a1f6d752d95ce3bec20d1eaf9691776351a04400812c08787669dec353c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T22:08:49.961Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-29T22:08:50.261Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-29T22:08:50.562Z] + ls /var/log/sa-host [2020-12-29T22:08:50.562Z] + sadf -c /var/log/sa-host/sa23 [2020-12-29T22:08:50.562Z] file_magic: OK [2020-12-29T22:08:50.562Z] HZ: Using current value: 100 [2020-12-29T22:08:50.562Z] file_header: OK [2020-12-29T22:08:50.562Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-29T22:08:50.562Z] Statistics: [2020-12-29T22:08:50.562Z] Hnuu...uuuununununu... [2020-12-29T22:08:50.562Z] File successfully converted to sysstat format version 12.2.1 [2020-12-29T22:08:50.562Z] + sadf -c /var/log/sa-host/sa29 [2020-12-29T22:08:50.562Z] file_magic: OK [2020-12-29T22:08:50.562Z] HZ: Using current value: 100 [2020-12-29T22:08:50.562Z] file_header: OK [2020-12-29T22:08:50.562Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-29T22:08:50.562Z] Statistics: [2020-12-29T22:08:50.562Z] 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... [2020-12-29T22:08:50.562Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T22:08:51.260Z] provisioning config files... [2020-12-29T22:08:51.276Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8851339287767578710tmp [Pipeline] { [Pipeline] echo [2020-12-29T22:08:51.360Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T22:08:51.656Z] ---> create-netrc.sh [Pipeline] } [2020-12-29T22:08:51.666Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-29T22:08:51.768Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T22:08:52.068Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-29T22:08:52.081Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T22:08:52.378Z] ---> sudo-logs.sh [2020-12-29T22:08:52.378Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-29T22:08:52.388Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T22:08:52.688Z] ---> job-cost.sh [2020-12-29T22:08:52.688Z] lf-activate-venv: SKIPPING [2020-12-29T22:08:52.688Z] INFO: No Stack... [2020-12-29T22:08:54.078Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-29T22:08:54.340Z] INFO: Archiving Costs [Pipeline] echo [2020-12-29T22:08:54.353Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T22:08:54.647Z] ---> logs-deploy.sh [2020-12-29T22:08:54.647Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2975/2 [2020-12-29T22:08:54.647Z] INFO: archiving workspace using pattern(s): [2020-12-29T22:08:56.606Z] Archives upload complete. [2020-12-29T22:08:56.606Z] INFO: archiving logs to Nexus