Pull request #2980 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2f90577c7b55940360c90d9f720bbb24f4e7146+68a8f910767166238b38b7946bcb5bba3869a893 (7b74a26723588ec187b2972103caf3181987a919) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2980/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2980/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-17881 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit e2f90577c7b55940360c90d9f720bbb24f4e7146 Merge succeeded, producing e2f90577c7b55940360c90d9f720bbb24f4e7146 Checking out Revision e2f90577c7b55940360c90d9f720bbb24f4e7146 (PR-2980) > 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # 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 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-31T05:51:45.424Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-31T05:51:45.746Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-31T05:51:45.954Z] ========================================================= [2020-12-31T05:51:45.954Z] EdgeX Global Pipelines Version Info [2020-12-31T05:51:45.954Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-31T05:51:47.427Z] ------------------- [2020-12-31T05:51:47.427Z] stable info: [2020-12-31T05:51:47.427Z] ------------------- [2020-12-31T05:51:47.427Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-31T05:51:47.427Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T05:51:47.427Z] Message: update stable to v1.0.173 [2020-12-31T05:51:48.378Z] ------------------- [2020-12-31T05:51:48.378Z] experimental info: [2020-12-31T05:51:48.378Z] ------------------- [2020-12-31T05:51:48.378Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-31T05:51:48.378Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T05:51:48.378Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-31T05:51:48.741Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-31T05:51:48.854Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-31T05:51:48.971Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-31T05:51:49.087Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-31T05:51:49.197Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-31T05:51:49.311Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-31T05:51:49.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-31T05:51:49.590Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-31T05:51:49.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-31T05:51:49.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-31T05:51:49.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-31T05:51:50.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-31T05:51:50.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-31T05:51:50.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-31T05:51:50.554Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-31T05:51:50.689Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-31T05:51:50.840Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-31T05:51:50.967Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-31T05:51:51.085Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-31T05:51:51.224Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-31T05:51:51.342Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-31T05:51:51.464Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-31T05:51:51.584Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-31T05:51:51.732Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2980 [Pipeline] echo [2020-12-31T05:51:51.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2980 [Pipeline] echo [2020-12-31T05:51:51.964Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2980 [Pipeline] echo [2020-12-31T05:51:52.100Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e2f90577c7b55940360c90d9f720bbb24f4e7146 [Pipeline] echo [2020-12-31T05:51:52.220Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e2f9057 [Pipeline] echo [2020-12-31T05:51:52.333Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-31T05:51:52.571Z] provisioning config files... [2020-12-31T05:51:52.610Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4726768161936986578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T05:51:53.034Z] ---> docker-login.sh [2020-12-31T05:51:53.034Z] nexus3.edgexfoundry.org:10001 [2020-12-31T05:51:53.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:51:53.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:51:53.568Z] Configure a credential helper to remove this warning. See [2020-12-31T05:51:53.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:51:53.568Z] [2020-12-31T05:51:53.568Z] Login Succeeded [2020-12-31T05:51:53.568Z] nexus3.edgexfoundry.org:10002 [2020-12-31T05:51:53.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:51:53.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:51:53.833Z] Configure a credential helper to remove this warning. See [2020-12-31T05:51:53.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:51:53.833Z] [2020-12-31T05:51:53.833Z] Login Succeeded [2020-12-31T05:51:53.833Z] nexus3.edgexfoundry.org:10003 [2020-12-31T05:51:53.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:51:54.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:51:54.099Z] Configure a credential helper to remove this warning. See [2020-12-31T05:51:54.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:51:54.099Z] [2020-12-31T05:51:54.099Z] Login Succeeded [2020-12-31T05:51:54.099Z] nexus3.edgexfoundry.org:10004 [2020-12-31T05:51:54.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:51:54.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:51:54.099Z] Configure a credential helper to remove this warning. See [2020-12-31T05:51:54.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:51:54.099Z] [2020-12-31T05:51:54.099Z] Login Succeeded [2020-12-31T05:51:54.099Z] docker.io [2020-12-31T05:51:54.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:51:54.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:51:54.628Z] Configure a credential helper to remove this warning. See [2020-12-31T05:51:54.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:51:54.628Z] [2020-12-31T05:51:54.628Z] Login Succeeded [2020-12-31T05:51:54.628Z] ---> docker-login.sh ends [Pipeline] } [2020-12-31T05:51:54.668Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-31T05:51:55.226Z] ++ 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-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ dirname cmd/core-command/Dockerfile [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ dirname cmd/core-data/Dockerfile [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-31T05:51:55.226Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-31T05:51:55.226Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:51:55.226Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-31T05:51:55.226Z] ++ cut -d/ -f2 [2020-12-31T05:51:55.226Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-31T05:51:55.334Z] 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-31T05:51:56.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T05:51:56.417Z] [2020-12-31T05:51:56.417Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:51:56.819Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T05:51:56.819Z] latest: Pulling from edgex-devops/git-semver [2020-12-31T05:51:56.819Z] 31603596830f: Pulling fs layer [2020-12-31T05:51:56.819Z] 2a8b12db71e7: Pulling fs layer [2020-12-31T05:51:56.819Z] 6ca5941a6612: Pulling fs layer [2020-12-31T05:51:56.819Z] ecc8261a40a4: Pulling fs layer [2020-12-31T05:51:56.819Z] ecc8261a40a4: Waiting [2020-12-31T05:51:56.819Z] 2a8b12db71e7: Verifying Checksum [2020-12-31T05:51:56.819Z] 2a8b12db71e7: Download complete [2020-12-31T05:51:57.084Z] 31603596830f: Verifying Checksum [2020-12-31T05:51:57.084Z] 31603596830f: Download complete [2020-12-31T05:51:57.084Z] 6ca5941a6612: Verifying Checksum [2020-12-31T05:51:57.084Z] 6ca5941a6612: Download complete [2020-12-31T05:51:57.084Z] ecc8261a40a4: Verifying Checksum [2020-12-31T05:51:57.084Z] ecc8261a40a4: Download complete [2020-12-31T05:51:57.348Z] 31603596830f: Pull complete [2020-12-31T05:51:57.617Z] 2a8b12db71e7: Pull complete [2020-12-31T05:51:58.570Z] 6ca5941a6612: Pull complete [2020-12-31T05:51:58.570Z] ecc8261a40a4: Pull complete [2020-12-31T05:51:58.570Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-31T05:51:58.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T05:51:58.570Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-31T05:51:58.733Z] prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container [2020-12-31T05:51:58.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-31T05:52:01.421Z] $ docker top 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-31T05:52:01.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-31T05:52:01.847Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-31T05:52:02.120Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-31T05:52:02.124Z] $ docker exec 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da ssh-agent [2020-12-31T05:52:02.295Z] SSH_AUTH_SOCK=/tmp/ssh-8or8HbjEAr27/agent.12 [2020-12-31T05:52:02.295Z] SSH_AGENT_PID=17 [2020-12-31T05:52:02.307Z] Running ssh-add (command line suppressed) [2020-12-31T05:52:02.440Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_859114209267746399.key (/w/workspace/edgex-go/1@tmp/private_key_859114209267746399.key) [2020-12-31T05:52:02.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-31T05:52:02.873Z] + git tag --points-at HEAD [Pipeline] } [2020-12-31T05:52:02.906Z] $ docker exec --env ******** --env ******** 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da ssh-agent -k [2020-12-31T05:52:03.022Z] unset SSH_AUTH_SOCK; [2020-12-31T05:52:03.023Z] unset SSH_AGENT_PID; [2020-12-31T05:52:03.023Z] echo Agent pid 17 killed; [2020-12-31T05:52:03.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-31T05:52:03.642Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-31T05:52:03.642Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-31T05:52:03.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-31T05:52:03.819Z] $ docker exec 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da ssh-agent [2020-12-31T05:52:03.979Z] SSH_AUTH_SOCK=/tmp/ssh-WnRIVpG3Cby7/agent.47 [2020-12-31T05:52:03.979Z] SSH_AGENT_PID=52 [2020-12-31T05:52:03.986Z] Running ssh-add (command line suppressed) [2020-12-31T05:52:04.121Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4594553172070104601.key (/w/workspace/edgex-go/1@tmp/private_key_4594553172070104601.key) [2020-12-31T05:52:04.171Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-31T05:52:04.550Z] + git semver init [2020-12-31T05:52:04.550Z] # -> Open(): unable to determine branch for HEAD [2020-12-31T05:52:04.550Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-12-31T05:52:04.550Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-12-31T05:52:04.550Z] # $SEMVER_REMOTE_NAME = origin [2020-12-31T05:52:04.550Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-31T05:52:04.550Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-31T05:52:04.550Z] # $SEMVER_BRANCH = PR-2980 [2020-12-31T05:52:04.550Z] # $SEMVER_TEMP = /tmp/semver-993936112 [2020-12-31T05:52:04.550Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-31T05:52:26.583Z] # '/tmp/semver-993936112' -> '/w/workspace/edgex-go/1/.semver' [2020-12-31T05:52:26.583Z] # -> Force: false [2020-12-31T05:52:26.583Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-12-31T05:52:26.607Z] $ docker exec --env ******** --env ******** 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da ssh-agent -k [2020-12-31T05:52:26.882Z] unset SSH_AUTH_SOCK; [2020-12-31T05:52:26.882Z] unset SSH_AGENT_PID; [2020-12-31T05:52:26.882Z] echo Agent pid 52 killed; [2020-12-31T05:52:26.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-31T05:52:27.576Z] + git semver [Pipeline] } [2020-12-31T05:52:27.613Z] $ docker stop --time=1 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da [2020-12-31T05:52:29.526Z] $ docker rm -f 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T05:52:30.099Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-31T05:52:30.675Z] Stashed 1 file(s) [Pipeline] echo [2020-12-31T05:52:30.699Z] [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-31T05:52:31.999Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-31T05:52:32.338Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-31T05:52:32.661Z] + sudo service docker restart [2020-12-31T05:52:32.661Z] + true [2020-12-31T05:52:32.661Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-31T05:52:33.285Z] ========================================================= [2020-12-31T05:52:33.285Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-31T05:52:33.285Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:52:33.678Z] + 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-31T05:52:37.921Z] Sending build context to Docker daemon 326.2MB [2020-12-31T05:52:37.921Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-31T05:52:37.921Z] Step 2/7 : FROM ${BASE} [2020-12-31T05:52:37.921Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-31T05:52:37.921Z] 188c0c94c7c5: Pulling fs layer [2020-12-31T05:52:37.921Z] 0ef7d3d256c8: Pulling fs layer [2020-12-31T05:52:37.921Z] de9db76c5a1d: Pulling fs layer [2020-12-31T05:52:37.921Z] bca2f99d35d6: Pulling fs layer [2020-12-31T05:52:37.921Z] 93359f2a8cfa: Pulling fs layer [2020-12-31T05:52:37.921Z] 7c6f9722023f: Pulling fs layer [2020-12-31T05:52:37.921Z] a35cf1a2eb13: Pulling fs layer [2020-12-31T05:52:37.921Z] bca2f99d35d6: Waiting [2020-12-31T05:52:37.921Z] a35cf1a2eb13: Waiting [2020-12-31T05:52:37.921Z] 93359f2a8cfa: Waiting [2020-12-31T05:52:37.921Z] 7c6f9722023f: Waiting [2020-12-31T05:52:37.921Z] de9db76c5a1d: Verifying Checksum [2020-12-31T05:52:37.921Z] de9db76c5a1d: Download complete [2020-12-31T05:52:37.921Z] 0ef7d3d256c8: Verifying Checksum [2020-12-31T05:52:37.921Z] 0ef7d3d256c8: Download complete [2020-12-31T05:52:38.187Z] 93359f2a8cfa: Verifying Checksum [2020-12-31T05:52:38.187Z] 93359f2a8cfa: Download complete [2020-12-31T05:52:38.187Z] 188c0c94c7c5: Verifying Checksum [2020-12-31T05:52:38.187Z] 188c0c94c7c5: Download complete [2020-12-31T05:52:38.455Z] 188c0c94c7c5: Pull complete [2020-12-31T05:52:38.455Z] 7c6f9722023f: Verifying Checksum [2020-12-31T05:52:38.455Z] 7c6f9722023f: Download complete [2020-12-31T05:52:38.718Z] 0ef7d3d256c8: Pull complete [2020-12-31T05:52:38.982Z] de9db76c5a1d: Pull complete [2020-12-31T05:52:40.383Z] a35cf1a2eb13: Verifying Checksum [2020-12-31T05:52:40.383Z] a35cf1a2eb13: Download complete [2020-12-31T05:52:42.960Z] bca2f99d35d6: Verifying Checksum [2020-12-31T05:52:42.960Z] bca2f99d35d6: Download complete [2020-12-31T05:52:46.607Z] Still waiting to schedule task [2020-12-31T05:52:46.607Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-31T05:52:48.310Z] bca2f99d35d6: Pull complete [2020-12-31T05:52:48.310Z] 93359f2a8cfa: Pull complete [2020-12-31T05:52:48.310Z] 7c6f9722023f: Pull complete [2020-12-31T05:52:52.548Z] a35cf1a2eb13: Pull complete [2020-12-31T05:52:52.548Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-31T05:52:52.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-31T05:52:52.548Z] ---> a62c8e92a672 [2020-12-31T05:52:52.548Z] 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-31T05:52:52.812Z] ---> Running in 03d097756c9a [2020-12-31T05:52:53.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:52:54.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:52:55.705Z] (1/12) Installing libmagic (5.38-r0) [2020-12-31T05:52:55.984Z] (2/12) Installing file (5.38-r0) [2020-12-31T05:52:55.984Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-31T05:52:55.984Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-31T05:53:01.302Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-31T05:53:01.302Z] (6/12) Installing patch (2.7.6-r6) [2020-12-31T05:53:01.302Z] (7/12) Installing build-base (0.5-r2) [2020-12-31T05:53:01.302Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-31T05:53:01.302Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-31T05:53:01.302Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-31T05:53:01.302Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-31T05:53:01.302Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-31T05:53:01.302Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:53:01.302Z] OK: 233 MiB in 51 packages [2020-12-31T05:53:05.541Z] Removing intermediate container 03d097756c9a [2020-12-31T05:53:05.541Z] ---> da08e638c6a3 [2020-12-31T05:53:05.541Z] Step 4/7 : WORKDIR /edgex-go [2020-12-31T05:53:05.541Z] ---> Running in ceccbe978dfd [2020-12-31T05:53:05.541Z] Removing intermediate container ceccbe978dfd [2020-12-31T05:53:05.541Z] ---> 9072ad7e86a0 [2020-12-31T05:53:05.541Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-31T05:53:05.806Z] latest: Pulling from library/docker [2020-12-31T05:53:06.096Z] 801bfaa63ef2: Pulling fs layer [2020-12-31T05:53:06.096Z] 4f7dc993c79e: Pulling fs layer [2020-12-31T05:53:06.096Z] d39d95e4997f: Pulling fs layer [2020-12-31T05:53:06.096Z] 1cda4b703d87: Pulling fs layer [2020-12-31T05:53:06.096Z] 54e5375350ea: Pulling fs layer [2020-12-31T05:53:06.096Z] f08cd1b3bb1b: Pulling fs layer [2020-12-31T05:53:06.096Z] 8e17d04e0c68: Pulling fs layer [2020-12-31T05:53:06.096Z] 54e5375350ea: Waiting [2020-12-31T05:53:06.096Z] f08cd1b3bb1b: Waiting [2020-12-31T05:53:06.096Z] 1cda4b703d87: Waiting [2020-12-31T05:53:06.096Z] d39d95e4997f: Verifying Checksum [2020-12-31T05:53:06.096Z] d39d95e4997f: Download complete [2020-12-31T05:53:06.364Z] 4f7dc993c79e: Download complete [2020-12-31T05:53:06.364Z] 54e5375350ea: Verifying Checksum [2020-12-31T05:53:06.364Z] 54e5375350ea: Download complete [2020-12-31T05:53:06.364Z] 801bfaa63ef2: Verifying Checksum [2020-12-31T05:53:06.364Z] 801bfaa63ef2: Download complete [2020-12-31T05:53:06.364Z] f08cd1b3bb1b: Verifying Checksum [2020-12-31T05:53:06.364Z] f08cd1b3bb1b: Download complete [2020-12-31T05:53:06.628Z] 8e17d04e0c68: Verifying Checksum [2020-12-31T05:53:06.628Z] 8e17d04e0c68: Download complete [2020-12-31T05:53:06.628Z] 801bfaa63ef2: Pull complete [2020-12-31T05:53:07.211Z] 4f7dc993c79e: Pull complete [2020-12-31T05:53:07.211Z] d39d95e4997f: Pull complete [2020-12-31T05:53:07.211Z] 1cda4b703d87: Download complete [2020-12-31T05:53:09.791Z] 1cda4b703d87: Pull complete [2020-12-31T05:53:09.791Z] 54e5375350ea: Pull complete [2020-12-31T05:53:10.053Z] f08cd1b3bb1b: Pull complete [2020-12-31T05:53:10.053Z] 8e17d04e0c68: Pull complete [2020-12-31T05:53:10.053Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-31T05:53:10.053Z] Status: Downloaded newer image for docker:latest [2020-12-31T05:53:11.988Z] ---> 800b95d3efe8 [2020-12-31T05:53:11.988Z] Step 6/7 : COPY go.mod . [2020-12-31T05:53:11.988Z] ---> 8e9bfdc76cd5 [2020-12-31T05:53:11.988Z] Step 7/7 : RUN go mod download [2020-12-31T05:53:11.988Z] ---> Running in 7d6c86e740a8 [2020-12-31T05:53:34.030Z] Removing intermediate container 7d6c86e740a8 [2020-12-31T05:53:34.030Z] ---> 06e049f69399 [2020-12-31T05:53:34.030Z] Successfully built 06e049f69399 [2020-12-31T05:53:34.030Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:53:34.408Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-31T05:53:34.672Z] . [Pipeline] withDockerContainer [2020-12-31T05:53:34.863Z] prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container [2020-12-31T05:53:34.926Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2020-12-31T05:53:35.849Z] $ docker top 07b48739b2521fb5ab36c5f8ce9cec44b49cfdb502a166710c20f894176642d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T05:53:36.439Z] + go version [2020-12-31T05:53:36.439Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-31T05:53:36.470Z] $ docker stop --time=1 07b48739b2521fb5ab36c5f8ce9cec44b49cfdb502a166710c20f894176642d8 [2020-12-31T05:53:37.913Z] $ docker rm -f 07b48739b2521fb5ab36c5f8ce9cec44b49cfdb502a166710c20f894176642d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:53:39.047Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-31T05:53:39.047Z] . [Pipeline] withDockerContainer [2020-12-31T05:53:39.281Z] prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container [2020-12-31T05:53:39.329Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2020-12-31T05:53:40.062Z] $ docker top 457c5c4b359968120cefdf73edd59d334953a5896b6ec8343a6a610842319e2d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-31T05:53:40.475Z] ========================================================= [2020-12-31T05:53:40.475Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-31T05:53:40.475Z] ========================================================= [Pipeline] sh [2020-12-31T05:53:40.802Z] + make test [2020-12-31T05:53:40.802Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-31T05:53:50.894Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-31T05:54:05.959Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-31T05:54:11.298Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-31T05:54:11.298Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-31T05:54:11.298Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-31T05:54:11.298Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-31T05:54:11.298Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-31T05:54:11.298Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-31T05:54:11.298Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-31T05:54:11.889Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-31T05:54:12.164Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-31T05:54:14.786Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-31T05:54:14.786Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-31T05:54:14.786Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-31T05:54:16.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2020-12-31T05:54:16.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-31T05:54:16.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-31T05:54:16.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-31T05:54:16.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-31T05:54:16.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-31T05:54:22.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.0% of statements [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-31T05:54:22.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-31T05:54:22.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-31T05:54:22.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.382s coverage: 74.4% of statements [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-31T05:54:22.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.439s coverage: 83.3% of statements [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-31T05:54:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-31T05:54:22.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements [2020-12-31T05:54:22.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-31T05:54:22.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-31T05:54:22.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-31T05:54:22.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-31T05:54:22.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-31T05:54:22.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2020-12-31T05:54:22.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-31T05:54:22.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2020-12-31T05:54:22.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-31T05:54:23.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2020-12-31T05:54:23.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-31T05:54:23.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2020-12-31T05:54:23.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-31T05:54:23.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2020-12-31T05:54:23.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-31T05:54:23.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-31T05:54:23.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-31T05:54:23.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-31T05:54:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.308s coverage: 93.8% of statements [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-31T05:54:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-31T05:54:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-31T05:54:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2020-12-31T05:54:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-31T05:54:25.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 75.5% of statements [2020-12-31T05:54:25.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-31T05:54:26.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2020-12-31T05:54:26.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2020-12-31T05:54:26.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2020-12-31T05:54:27.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements [2020-12-31T05:54:27.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-31T05:54:28.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.5% of statements [2020-12-31T05:54:28.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-31T05:54:28.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-31T05:54:28.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2020-12-31T05:54:28.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2020-12-31T05:54:28.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2020-12-31T05:54:28.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2020-12-31T05:54:28.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2020-12-31T05:54:30.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 55.9% of statements [2020-12-31T05:54:30.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-31T05:54:30.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-31T05:54:30.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-31T05:54:30.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-31T05:54:30.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-31T05:54:30.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2020-12-31T05:54:30.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-31T05:54:30.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-31T05:54:30.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements [2020-12-31T05:54:30.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2020-12-31T05:54:32.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.1% of statements [2020-12-31T05:54:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-31T05:54:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-31T05:54:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-31T05:54:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-31T05:54:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-31T05:54:32.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2020-12-31T05:54:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-31T05:54:32.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.076s coverage: 100.0% of statements [2020-12-31T05:54:32.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-31T05:54:33.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-31T05:54:33.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-31T05:54:33.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-31T05:54:33.423Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-31T05:54:33.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-31T05:54:33.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-31T05:54:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-31T05:54:33.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2020-12-31T05:54:33.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2020-12-31T05:54:33.953Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-31T05:54:34.534Z] GO111MODULE=on go vet ./... [2020-12-31T05:54:56.666Z] gofmt -l . [2020-12-31T05:54:56.666Z] [ "`gofmt -l .`" = "" ] [2020-12-31T05:54:57.243Z] ./bin/test-go-mod-tidy.sh [2020-12-31T05:54:57.831Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-31T05:55:00.402Z] + ls -al . [2020-12-31T05:55:00.402Z] total 636 [2020-12-31T05:55:00.402Z] drwxrwxr-x 10 1001 1001 4096 Dec 31 05:54 . [2020-12-31T05:55:00.402Z] drwxr-xr-x 4 root root 28 Dec 31 05:53 .. [2020-12-31T05:55:00.402Z] -rw-rw-r-- 1 1001 1001 11 Dec 31 05:51 .dockerignore [2020-12-31T05:55:00.402Z] drwxrwxr-x 8 1001 1001 179 Dec 31 05:51 .git [2020-12-31T05:55:00.402Z] drwxrwxr-x 3 1001 1001 125 Dec 31 05:51 .github [2020-12-31T05:55:00.402Z] -rw-rw-r-- 1 1001 1001 824 Dec 31 05:51 .gitignore [2020-12-31T05:55:00.402Z] drwx------ 3 1001 1001 47 Dec 31 05:52 .semver [2020-12-31T05:55:00.402Z] -rw-rw-r-- 1 1001 1001 166 Dec 31 05:51 .sonarcloud.properties [2020-12-31T05:55:00.402Z] -rw-rw-r-- 1 1001 1001 3804 Dec 31 05:51 CONTRIBUTING.md [2020-12-31T05:55:00.402Z] -rw-rw-r-- 1 1001 1001 1035 Dec 31 05:51 Dockerfile.build [2020-12-31T05:55:00.402Z] -rw-rw-r-- 1 1001 1001 863 Dec 31 05:51 Jenkinsfile [2020-12-31T05:55:00.403Z] -rw-rw-r-- 1 1001 1001 10775 Dec 31 05:51 LICENSE [2020-12-31T05:55:00.403Z] -rw-rw-r-- 1 1001 1001 5750 Dec 31 05:51 Makefile [2020-12-31T05:55:00.403Z] -rw-rw-r-- 1 1001 1001 6511 Dec 31 05:51 README.md [2020-12-31T05:55:00.403Z] -rw-rw-r-- 1 1001 1001 6744 Dec 31 05:51 SECURITY.md [2020-12-31T05:55:00.403Z] -rw-rw-r-- 1 1001 1001 5 Dec 31 05:52 VERSION [2020-12-31T05:55:00.403Z] -rw-rw-r-- 1 1001 1001 4131 Dec 31 05:51 ZMQWindows.md [2020-12-31T05:55:00.403Z] drwxrwxr-x 2 1001 1001 117 Dec 31 05:51 bin [2020-12-31T05:55:00.403Z] drwxrwxr-x 14 1001 1001 4096 Dec 31 05:51 cmd [2020-12-31T05:55:00.403Z] -rw-r--r-- 1 root root 537189 Dec 31 05:54 coverage.out [2020-12-31T05:55:00.403Z] -rw-r--r-- 1 root root 979 Dec 31 05:54 go.mod [2020-12-31T05:55:00.403Z] -rw-r--r-- 1 root root 18849 Dec 31 05:54 go.sum [2020-12-31T05:55:00.403Z] drwxrwxr-x 8 1001 1001 127 Dec 31 05:51 internal [2020-12-31T05:55:00.403Z] drwxrwxr-x 4 1001 1001 26 Dec 31 05:51 openapi [2020-12-31T05:55:00.403Z] drwxrwxr-x 4 1001 1001 71 Dec 31 05:51 snap [2020-12-31T05:55:00.403Z] -rw-rw-r-- 1 1001 1001 168 Dec 31 05:51 version.go [Pipeline] sh [2020-12-31T05:55:00.722Z] + '[' -e coverage.out ] [2020-12-31T05:55:00.722Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-31T05:55:00.991Z] Stashed 1 file(s) [Pipeline] sh [2020-12-31T05:55:01.315Z] + make build [2020-12-31T05:55:01.315Z] 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-31T05:55:04.666Z] 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-31T05:55:12.911Z] 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-31T05:55:13.918Z] 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-31T05:55:15.349Z] 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-31T05:55:15.616Z] 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-31T05:55:17.021Z] 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-31T05:55:18.963Z] 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-31T05:55:20.364Z] 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-31T05:55:21.311Z] 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-31T05:55:22.713Z] 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-31T05:55:23.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-31T05:55:24.654Z] $ docker stop --time=1 457c5c4b359968120cefdf73edd59d334953a5896b6ec8343a6a610842319e2d [2020-12-31T05:55:26.454Z] $ docker rm -f 457c5c4b359968120cefdf73edd59d334953a5896b6ec8343a6a610842319e2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:55:28.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:55:28.615Z] [2020-12-31T05:55:28.615Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:55:28.630Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17886 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] isUnix [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-12-31T05:55:28.833Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-12-31T05:55:29.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:55:29.017Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-31T05:55:29.017Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-31T05:55:29.017Z] ca9280d653b3: Pulling fs layer [2020-12-31T05:55:29.017Z] 7e9c9ca2126c: Pulling fs layer [2020-12-31T05:55:29.287Z] cbdbe7a5bc2a: Download complete [2020-12-31T05:55:29.559Z] ca9280d653b3: Verifying Checksum [2020-12-31T05:55:29.559Z] ca9280d653b3: Download complete [2020-12-31T05:55:29.825Z] cbdbe7a5bc2a: Pull complete [2020-12-31T05:55:30.792Z] ca9280d653b3: Pull complete [2020-12-31T05:55:30.792Z] 7e9c9ca2126c: Verifying Checksum [2020-12-31T05:55:30.792Z] 7e9c9ca2126c: Download complete [2020-12-31T05:55:34.505Z] using credential edgex-jenkins-ssh [2020-12-31T05:55:34.562Z] Cloning the remote Git repository [2020-12-31T05:55:34.647Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:55:34.770Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-12-31T05:55:34.886Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:55:34.887Z] > git --version # timeout=10 [2020-12-31T05:55:34.909Z] > git --version # 'git version 2.17.1' [2020-12-31T05:55:34.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T05:55:34.996Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T05:55:38.968Z] 7e9c9ca2126c: Pull complete [2020-12-31T05:55:38.968Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-31T05:55:38.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:55:38.968Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-31T05:55:39.142Z] prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container [2020-12-31T05:55:39.196Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-31T05:55:40.208Z] $ docker top ad1cb11a000dcc508d285b9de88b431470b044ea0656be3addaf13acdf51ddfc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T05:55:40.826Z] + docker-compose build --help [2020-12-31T05:55:40.827Z] + grep parallel [2020-12-31T05:55:42.751Z] --parallel Build images in parallel. [Pipeline] } [2020-12-31T05:55:42.789Z] $ docker stop --time=1 ad1cb11a000dcc508d285b9de88b431470b044ea0656be3addaf13acdf51ddfc [2020-12-31T05:55:44.240Z] $ docker rm -f ad1cb11a000dcc508d285b9de88b431470b044ea0656be3addaf13acdf51ddfc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:55:45.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:55:45.063Z] . [Pipeline] withDockerContainer [2020-12-31T05:55:45.203Z] prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container [2020-12-31T05:55:45.270Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-31T05:55:46.076Z] $ docker top 9dac94ef8343b64e948c70f4af95946c59f5cca8030fdb5cdf816a0cb51b84ba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T05:55:46.645Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-31T05:55:48.042Z] Building docker-core-command-go ... [2020-12-31T05:55:48.042Z] Building docker-core-data-go ... [2020-12-31T05:55:48.042Z] Building docker-core-metadata-go ... [2020-12-31T05:55:48.042Z] Building docker-security-bootstrap-redis-go ... [2020-12-31T05:55:48.042Z] Building docker-security-proxy-setup-go ... [2020-12-31T05:55:48.042Z] Building docker-security-secretstore-setup-go ... [2020-12-31T05:55:48.042Z] Building docker-support-notifications-go ... [2020-12-31T05:55:48.042Z] Building docker-support-scheduler-go ... [2020-12-31T05:55:48.042Z] Building docker-sys-mgmt-agent-go ... [2020-12-31T05:55:48.042Z] Building docker-security-secretstore-setup-go [2020-12-31T05:55:48.042Z] Building docker-sys-mgmt-agent-go [2020-12-31T05:55:48.042Z] Building docker-support-notifications-go [2020-12-31T05:55:48.042Z] Building docker-security-bootstrap-redis-go [2020-12-31T05:55:48.042Z] Building docker-core-command-go [2020-12-31T05:55:54.125Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:55:54.696Z] Merge succeeded, producing e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:55:54.696Z] Checking out Revision e2f90577c7b55940360c90d9f720bbb24f4e7146 (PR-2980) [2020-12-31T05:55:53.370Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T05:55:53.393Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T05:55:53.425Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T05:55:53.478Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:55:53.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T05:55:53.497Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-31T05:55:54.148Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T05:55:54.168Z] > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 [2020-12-31T05:55:54.479Z] > git remote # timeout=10 [2020-12-31T05:55:54.560Z] > git config --get remote.origin.url # timeout=10 [2020-12-31T05:55:54.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T05:55:54.614Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-31T05:55:54.659Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-31T05:55:54.704Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T05:55:54.751Z] > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 [2020-12-31T05:55:59.461Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [2020-12-31T05:55:59.520Z] > git --version # timeout=10 [2020-12-31T05:55:59.532Z] > git --version # 'git version 2.17.1' [2020-12-31T05:55:59.554Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-31T05:56:01.431Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-31T05:56:01.902Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-31T05:56:02.284Z] + sudo service docker restart [2020-12-31T05:56:02.284Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-31T05:56:04.406Z] provisioning config files... [2020-12-31T05:56:04.456Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2321825474365261755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T05:56:04.927Z] ---> docker-login.sh [2020-12-31T05:56:04.927Z] nexus3.edgexfoundry.org:10001 [2020-12-31T05:56:05.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:56:06.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:56:06.197Z] Configure a credential helper to remove this warning. See [2020-12-31T05:56:06.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:56:06.197Z] [2020-12-31T05:56:06.197Z] Login Succeeded [2020-12-31T05:56:06.476Z] nexus3.edgexfoundry.org:10002 [2020-12-31T05:56:06.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:56:06.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:56:06.753Z] Configure a credential helper to remove this warning. See [2020-12-31T05:56:06.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:56:06.753Z] [2020-12-31T05:56:06.753Z] Login Succeeded [2020-12-31T05:56:07.031Z] nexus3.edgexfoundry.org:10003 [2020-12-31T05:56:07.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:56:07.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:56:07.587Z] Configure a credential helper to remove this warning. See [2020-12-31T05:56:07.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:56:07.587Z] [2020-12-31T05:56:07.587Z] Login Succeeded [2020-12-31T05:56:07.587Z] nexus3.edgexfoundry.org:10004 [2020-12-31T05:56:07.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:56:08.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:56:08.145Z] Configure a credential helper to remove this warning. See [2020-12-31T05:56:08.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:56:08.145Z] [2020-12-31T05:56:08.145Z] Login Succeeded [2020-12-31T05:56:08.145Z] docker.io [2020-12-31T05:56:08.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:56:09.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:56:09.033Z] Configure a credential helper to remove this warning. See [2020-12-31T05:56:09.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:56:09.033Z] [2020-12-31T05:56:09.033Z] Login Succeeded [2020-12-31T05:56:09.033Z] ---> docker-login.sh ends [Pipeline] } [2020-12-31T05:56:09.072Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-31T05:56:09.722Z] ========================================================= [2020-12-31T05:56:09.722Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-31T05:56:09.722Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:56:10.194Z] + 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-31T05:56:12.915Z] Sending build context to Docker daemon 165.3MB [2020-12-31T05:56:12.915Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-31T05:56:12.915Z] Step 2/7 : FROM ${BASE} [2020-12-31T05:56:12.915Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-31T05:56:12.915Z] 5f621e34cdf4: Pulling fs layer [2020-12-31T05:56:12.915Z] a4357932f1b6: Pulling fs layer [2020-12-31T05:56:12.915Z] 18c013af1878: Pulling fs layer [2020-12-31T05:56:12.915Z] 00ac8860ef70: Pulling fs layer [2020-12-31T05:56:12.915Z] 63d7cb157983: Pulling fs layer [2020-12-31T05:56:12.915Z] b116817d02f9: Pulling fs layer [2020-12-31T05:56:12.915Z] 745a02a5169b: Pulling fs layer [2020-12-31T05:56:12.915Z] 00ac8860ef70: Waiting [2020-12-31T05:56:12.915Z] b116817d02f9: Waiting [2020-12-31T05:56:12.915Z] 745a02a5169b: Waiting [2020-12-31T05:56:12.915Z] 18c013af1878: Download complete [2020-12-31T05:56:12.915Z] a4357932f1b6: Verifying Checksum [2020-12-31T05:56:12.915Z] a4357932f1b6: Download complete [2020-12-31T05:56:12.915Z] 63d7cb157983: Download complete [2020-12-31T05:56:13.195Z] 5f621e34cdf4: Verifying Checksum [2020-12-31T05:56:13.195Z] 5f621e34cdf4: Download complete [2020-12-31T05:56:13.801Z] 5f621e34cdf4: Pull complete [2020-12-31T05:56:14.410Z] a4357932f1b6: Pull complete [2020-12-31T05:56:14.689Z] 18c013af1878: Pull complete [2020-12-31T05:56:15.679Z] 745a02a5169b: Verifying Checksum [2020-12-31T05:56:15.679Z] 745a02a5169b: Download complete [2020-12-31T05:56:18.316Z] 00ac8860ef70: Download complete [2020-12-31T05:56:20.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:20.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:20.395Z] ---> 06e049f69399 [2020-12-31T05:56:20.395Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T05:56:20.395Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:20.395Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:20.395Z] ---> 06e049f69399 [2020-12-31T05:56:20.395Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T05:56:20.395Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:20.395Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:20.395Z] ---> 06e049f69399 [2020-12-31T05:56:20.395Z] Step 3/27 : WORKDIR /edgex-go [2020-12-31T05:56:20.395Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:20.395Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:20.395Z] ---> 06e049f69399 [2020-12-31T05:56:20.395Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T05:56:20.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:20.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:20.395Z] ---> 06e049f69399 [2020-12-31T05:56:20.395Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T05:56:20.395Z] ---> Running in 49b3b6b2f04a [2020-12-31T05:56:20.395Z] ---> Running in c41368e453de [2020-12-31T05:56:20.395Z] ---> Running in 8b87e0bdb073 [2020-12-31T05:56:20.395Z] ---> Running in 2139e353b827 [2020-12-31T05:56:20.395Z] ---> Running in 44c22c57bd8f [2020-12-31T05:56:20.976Z] Removing intermediate container 49b3b6b2f04a [2020-12-31T05:56:20.976Z] ---> 477227b05e39 [2020-12-31T05:56:20.976Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:20.976Z] Removing intermediate container 8b87e0bdb073 [2020-12-31T05:56:20.976Z] ---> d5e52978016a [2020-12-31T05:56:20.976Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:20.976Z] Removing intermediate container 2139e353b827 [2020-12-31T05:56:20.976Z] ---> b71481a3ac30 [2020-12-31T05:56:20.976Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:20.976Z] Removing intermediate container 44c22c57bd8f [2020-12-31T05:56:20.976Z] ---> 8d2fd7e94afb [2020-12-31T05:56:20.976Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:20.976Z] Removing intermediate container c41368e453de [2020-12-31T05:56:20.976Z] ---> f4cacef8ca94 [2020-12-31T05:56:20.976Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:20.976Z] ---> Running in ea696a58df18 [2020-12-31T05:56:20.976Z] ---> Running in e2197b859fbe [2020-12-31T05:56:20.976Z] ---> Running in 43a621a4dd9c [2020-12-31T05:56:20.976Z] ---> Running in 83c2b2f3d999 [2020-12-31T05:56:20.976Z] ---> Running in d9403020b0e3 [2020-12-31T05:56:22.961Z] Removing intermediate container e2197b859fbe [2020-12-31T05:56:22.961Z] ---> dedfe3f11d98 [2020-12-31T05:56:22.961Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-31T05:56:23.230Z] ---> Running in d3452452b7ed [2020-12-31T05:56:23.495Z] Removing intermediate container 43a621a4dd9c [2020-12-31T05:56:23.495Z] ---> 19fe13877d72 [2020-12-31T05:56:23.495Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T05:56:23.495Z] Removing intermediate container ea696a58df18 [2020-12-31T05:56:23.495Z] ---> 4c698ef1ab7e [2020-12-31T05:56:23.495Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T05:56:23.760Z] ---> Running in 15312630b0ec [2020-12-31T05:56:23.760Z] ---> Running in 696d898cc76c [2020-12-31T05:56:23.760Z] Removing intermediate container 83c2b2f3d999 [2020-12-31T05:56:23.760Z] ---> 5cddc2a25fbb [2020-12-31T05:56:23.760Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-31T05:56:24.023Z] Removing intermediate container d9403020b0e3 [2020-12-31T05:56:24.023Z] ---> 918e17998b72 [2020-12-31T05:56:24.023Z] Step 5/24 : RUN apk update && apk add make git [2020-12-31T05:56:24.023Z] ---> Running in 59f175564722 [2020-12-31T05:56:24.285Z] ---> Running in ae787ed938d8 [2020-12-31T05:56:24.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:24.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:24.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:24.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:24.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:25.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:25.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:25.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:25.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:25.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:26.739Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:56:26.739Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:56:26.739Z] OK: 12750 distinct packages available [2020-12-31T05:56:26.739Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:56:26.739Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:56:26.739Z] OK: 12750 distinct packages available [2020-12-31T05:56:26.739Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:56:26.739Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:56:26.739Z] OK: 12750 distinct packages available [2020-12-31T05:56:26.739Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:56:26.739Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:56:26.739Z] OK: 12750 distinct packages available [2020-12-31T05:56:26.739Z] OK: 233 MiB in 51 packages [2020-12-31T05:56:26.739Z] OK: 233 MiB in 51 packages [2020-12-31T05:56:27.003Z] OK: 233 MiB in 51 packages [2020-12-31T05:56:27.003Z] OK: 233 MiB in 51 packages [2020-12-31T05:56:27.596Z] Removing intermediate container 696d898cc76c [2020-12-31T05:56:27.596Z] ---> 69f5be811305 [2020-12-31T05:56:27.596Z] Step 6/22 : COPY go.mod . [2020-12-31T05:56:27.596Z] Removing intermediate container 15312630b0ec [2020-12-31T05:56:27.596Z] ---> a264089796d3 [2020-12-31T05:56:27.596Z] Step 6/22 : COPY go.mod . [2020-12-31T05:56:27.871Z] Removing intermediate container ae787ed938d8 [2020-12-31T05:56:27.871Z] ---> 55c03ab48cec [2020-12-31T05:56:27.871Z] Step 6/24 : COPY go.mod . [2020-12-31T05:56:27.871Z] Removing intermediate container 59f175564722 [2020-12-31T05:56:27.871Z] ---> 68a4838b3a4a [2020-12-31T05:56:27.871Z] Step 6/24 : COPY go.mod . [2020-12-31T05:56:27.871Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:56:27.871Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:56:27.871Z] OK: 12750 distinct packages available [2020-12-31T05:56:28.133Z] ---> 7aceedb9d63e [2020-12-31T05:56:28.133Z] Step 7/22 : RUN go mod download [2020-12-31T05:56:28.133Z] ---> f8877b391d1f [2020-12-31T05:56:28.133Z] Step 7/22 : RUN go mod download [2020-12-31T05:56:28.133Z] ---> Running in d72e7a209d1c [2020-12-31T05:56:28.133Z] ---> Running in dc5dd1541bd5 [2020-12-31T05:56:28.133Z] OK: 233 MiB in 51 packages [2020-12-31T05:56:28.397Z] ---> e06566089180 [2020-12-31T05:56:28.397Z] Step 7/24 : RUN go mod download [2020-12-31T05:56:28.397Z] ---> 3cca98f4034c [2020-12-31T05:56:28.397Z] Step 7/24 : RUN go mod download [2020-12-31T05:56:28.397Z] ---> Running in d4b6933e9897 [2020-12-31T05:56:28.504Z] 00ac8860ef70: Pull complete [2020-12-31T05:56:28.504Z] 63d7cb157983: Pull complete [2020-12-31T05:56:28.669Z] ---> Running in 068d3e73d75b [2020-12-31T05:56:28.779Z] b116817d02f9: Pull complete [2020-12-31T05:56:29.625Z] Removing intermediate container d3452452b7ed [2020-12-31T05:56:29.625Z] ---> 2889d00b6787 [2020-12-31T05:56:29.625Z] Step 6/27 : COPY go.mod . [2020-12-31T05:56:29.889Z] ---> 77d0b7c1b1d2 [2020-12-31T05:56:29.889Z] Step 7/27 : RUN go mod download [2020-12-31T05:56:29.889Z] ---> Running in 57c2f886b63b [2020-12-31T05:56:30.846Z] Removing intermediate container d4b6933e9897 [2020-12-31T05:56:30.846Z] ---> 37239da035ef [2020-12-31T05:56:30.846Z] Step 8/24 : COPY . . [2020-12-31T05:56:31.758Z] Removing intermediate container dc5dd1541bd5 [2020-12-31T05:56:31.758Z] ---> 574ccbfaa7f4 [2020-12-31T05:56:31.758Z] Step 8/22 : COPY . . [2020-12-31T05:56:32.980Z] Removing intermediate container d72e7a209d1c [2020-12-31T05:56:32.980Z] ---> 50828c91612d [2020-12-31T05:56:32.980Z] Step 8/22 : COPY . . [2020-12-31T05:56:33.135Z] 745a02a5169b: Pull complete [2020-12-31T05:56:33.135Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-31T05:56:33.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-31T05:56:33.135Z] ---> b7e6874047d6 [2020-12-31T05:56:33.135Z] 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-31T05:56:35.576Z] Removing intermediate container 068d3e73d75b [2020-12-31T05:56:35.576Z] ---> e8fc279854ea [2020-12-31T05:56:35.576Z] Step 8/24 : COPY . . [2020-12-31T05:56:36.576Z] ---> Running in eb4c7dc8e017 [2020-12-31T05:56:38.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T05:56:38.941Z] Removing intermediate container 57c2f886b63b [2020-12-31T05:56:38.941Z] ---> be93ce371428 [2020-12-31T05:56:38.941Z] Step 8/27 : COPY . . [2020-12-31T05:56:39.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T05:56:41.029Z] (1/12) Installing libmagic (5.38-r0) [2020-12-31T05:56:41.304Z] (2/12) Installing file (5.38-r0) [2020-12-31T05:56:41.582Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-31T05:56:41.582Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-31T05:56:57.044Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-31T05:56:57.044Z] (6/12) Installing patch (2.7.6-r6) [2020-12-31T05:56:57.044Z] (7/12) Installing build-base (0.5-r2) [2020-12-31T05:56:57.044Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-31T05:56:57.044Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-31T05:56:57.044Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-31T05:56:57.044Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-31T05:56:57.044Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-31T05:56:57.044Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:56:57.320Z] OK: 217 MiB in 51 packages [2020-12-31T05:57:01.661Z] Removing intermediate container eb4c7dc8e017 [2020-12-31T05:57:01.661Z] ---> 68a20c72ac99 [2020-12-31T05:57:01.661Z] Step 4/7 : WORKDIR /edgex-go [2020-12-31T05:57:01.661Z] ---> Running in a6258f457925 [2020-12-31T05:57:02.256Z] Removing intermediate container a6258f457925 [2020-12-31T05:57:02.256Z] ---> 2fb00bf4c9b7 [2020-12-31T05:57:02.256Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-31T05:57:02.852Z] latest: Pulling from library/docker [2020-12-31T05:57:03.131Z] 159e5727ea61: Pulling fs layer [2020-12-31T05:57:03.131Z] 687389c36290: Pulling fs layer [2020-12-31T05:57:03.131Z] 94e28978939c: Pulling fs layer [2020-12-31T05:57:03.131Z] ea42096754a7: Pulling fs layer [2020-12-31T05:57:03.131Z] bd61cee6920e: Pulling fs layer [2020-12-31T05:57:03.131Z] bd61cee6920e: Waiting [2020-12-31T05:57:03.131Z] ea42096754a7: Waiting [2020-12-31T05:57:03.131Z] 87c4ece4675c: Pulling fs layer [2020-12-31T05:57:03.131Z] 90ca8b2ff088: Pulling fs layer [2020-12-31T05:57:03.131Z] 90ca8b2ff088: Waiting [2020-12-31T05:57:03.131Z] 87c4ece4675c: Waiting [2020-12-31T05:57:03.131Z] 94e28978939c: Verifying Checksum [2020-12-31T05:57:03.131Z] 94e28978939c: Download complete [2020-12-31T05:57:03.131Z] 687389c36290: Verifying Checksum [2020-12-31T05:57:03.131Z] 687389c36290: Download complete [2020-12-31T05:57:03.131Z] 159e5727ea61: Verifying Checksum [2020-12-31T05:57:03.131Z] 159e5727ea61: Download complete [2020-12-31T05:57:03.408Z] bd61cee6920e: Verifying Checksum [2020-12-31T05:57:03.408Z] bd61cee6920e: Download complete [2020-12-31T05:57:03.408Z] 87c4ece4675c: Verifying Checksum [2020-12-31T05:57:03.408Z] 87c4ece4675c: Download complete [2020-12-31T05:57:03.408Z] 90ca8b2ff088: Verifying Checksum [2020-12-31T05:57:03.408Z] 90ca8b2ff088: Download complete [2020-12-31T05:57:04.016Z] 159e5727ea61: Pull complete [2020-12-31T05:57:04.618Z] 687389c36290: Pull complete [2020-12-31T05:57:04.896Z] ea42096754a7: Verifying Checksum [2020-12-31T05:57:04.896Z] ea42096754a7: Download complete [2020-12-31T05:57:05.173Z] 94e28978939c: Pull complete [2020-12-31T05:57:08.595Z] ea42096754a7: Pull complete [2020-12-31T05:57:08.879Z] bd61cee6920e: Pull complete [2020-12-31T05:57:09.162Z] 87c4ece4675c: Pull complete [2020-12-31T05:57:09.439Z] 90ca8b2ff088: Pull complete [2020-12-31T05:57:09.716Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-31T05:57:09.716Z] Status: Downloaded newer image for docker:latest [2020-12-31T05:57:11.454Z] ---> 2fe097837b71 [2020-12-31T05:57:11.454Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-31T05:57:11.454Z] ---> 021208289747 [2020-12-31T05:57:11.454Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T05:57:11.454Z] ---> Running in 9a964d3bf7e3 [2020-12-31T05:57:11.454Z] ---> Running in 855326cd0ead [2020-12-31T05:57:11.454Z] ---> ebb248816c82 [2020-12-31T05:57:11.454Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-31T05:57:11.454Z] ---> 9245865ccf2e [2020-12-31T05:57:11.454Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-31T05:57:11.454Z] ---> 7b3d7c78f67d [2020-12-31T05:57:11.454Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-31T05:57:11.454Z] ---> Running in c3d61b787c78 [2020-12-31T05:57:11.454Z] ---> Running in 60682aff7397 [2020-12-31T05:57:11.454Z] ---> Running in d83d9862becb [2020-12-31T05:57:12.866Z] 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-31T05:57:12.866Z] 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-31T05:57:12.866Z] 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-31T05:57:12.866Z] 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-31T05:57:12.866Z] 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-31T05:57:14.031Z] ---> cf18a57b6d06 [2020-12-31T05:57:14.032Z] Step 6/7 : COPY go.mod . [2020-12-31T05:57:14.032Z] ---> 8f5198fa6d08 [2020-12-31T05:57:14.032Z] Step 7/7 : RUN go mod download [2020-12-31T05:57:14.317Z] ---> Running in 9140bc9733d3 [2020-12-31T05:57:39.590Z] 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-31T05:57:41.113Z] Removing intermediate container 9140bc9733d3 [2020-12-31T05:57:41.113Z] ---> 69ee97d13448 [2020-12-31T05:57:41.113Z] Successfully built 69ee97d13448 [2020-12-31T05:57:41.113Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:57:41.496Z] + docker inspect -f . ci-base-image-arm64 [2020-12-31T05:57:41.496Z] . [Pipeline] withDockerContainer [2020-12-31T05:57:41.778Z] prd-ubuntu18.04-docker-arm64-4c-16g-17886 does not seem to be running inside a container [2020-12-31T05:57:41.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2020-12-31T05:57:43.387Z] $ docker top eaec3602060d88e22f5881a54aefd74236faa87504f51fbe332d9c6fa04a75c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T05:57:44.497Z] + go version [2020-12-31T05:57:44.497Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-31T05:57:44.533Z] $ docker stop --time=1 eaec3602060d88e22f5881a54aefd74236faa87504f51fbe332d9c6fa04a75c6 [2020-12-31T05:57:46.627Z] $ docker rm -f eaec3602060d88e22f5881a54aefd74236faa87504f51fbe332d9c6fa04a75c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:57:47.792Z] Removing intermediate container 60682aff7397 [2020-12-31T05:57:47.792Z] ---> 65bc548df6f0 [2020-12-31T05:57:47.792Z] [2020-12-31T05:57:47.792Z] Step 10/24 : FROM scratch [2020-12-31T05:57:47.792Z] ---> [2020-12-31T05:57:47.792Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-31T05:57:47.792Z] Removing intermediate container 855326cd0ead [2020-12-31T05:57:47.792Z] ---> 1fb752a4e1a5 [2020-12-31T05:57:47.792Z] [2020-12-31T05:57:47.792Z] Step 10/22 : FROM alpine:3.10 [2020-12-31T05:57:47.792Z] Removing intermediate container c3d61b787c78 [2020-12-31T05:57:47.792Z] ---> 3113e914474d [2020-12-31T05:57:47.792Z] [2020-12-31T05:57:47.792Z] Step 10/22 : FROM scratch [2020-12-31T05:57:47.792Z] ---> [2020-12-31T05:57:47.792Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T05:57:47.792Z] Removing intermediate container d83d9862becb [2020-12-31T05:57:47.792Z] ---> 009b4bf95123 [2020-12-31T05:57:47.792Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-31T05:57:47.792Z] 3.10: Pulling from library/alpine [2020-12-31T05:57:47.792Z] ---> Running in 8286d985997d [2020-12-31T05:57:47.792Z] ---> Running in c9ba3c6d2c7a [2020-12-31T05:57:47.792Z] ---> Running in b8e431719722 [2020-12-31T05:57:47.913Z] + docker inspect -f . ci-base-image-arm64 [2020-12-31T05:57:47.913Z] . [Pipeline] withDockerContainer [2020-12-31T05:57:48.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-17886 does not seem to be running inside a container [2020-12-31T05:57:48.316Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2020-12-31T05:57:48.768Z] Removing intermediate container b8e431719722 [2020-12-31T05:57:48.768Z] ---> ed239ed5a3a9 [2020-12-31T05:57:48.768Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-31T05:57:48.768Z] Removing intermediate container c9ba3c6d2c7a [2020-12-31T05:57:48.768Z] ---> 4ff4455c0638 [2020-12-31T05:57:48.768Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-31T05:57:49.035Z] 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-31T05:57:49.609Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T05:57:49.609Z] ---> Running in e45501810f3a [2020-12-31T05:57:49.609Z] ---> Running in dba9a5a4f73d [2020-12-31T05:57:49.609Z] Status: Downloaded newer image for alpine:3.10 [2020-12-31T05:57:49.609Z] ---> be4e4bea2c2e [2020-12-31T05:57:49.609Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T05:57:49.609Z] Removing intermediate container 9a964d3bf7e3 [2020-12-31T05:57:49.609Z] ---> 5ee02cc7787d [2020-12-31T05:57:49.609Z] [2020-12-31T05:57:49.609Z] Step 10/24 : FROM alpine:3.10 [2020-12-31T05:57:49.609Z] ---> be4e4bea2c2e [2020-12-31T05:57:49.609Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T05:57:49.609Z] ---> Running in 2ac463255d81 [2020-12-31T05:57:49.873Z] ---> Running in 204e4d79d4f5 [2020-12-31T05:57:49.874Z] Removing intermediate container dba9a5a4f73d [2020-12-31T05:57:49.874Z] ---> 86bbea8c2cfa [2020-12-31T05:57:49.874Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T05:57:49.874Z] Removing intermediate container e45501810f3a [2020-12-31T05:57:49.874Z] ---> bc8b5cd3c7fa [2020-12-31T05:57:49.874Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-31T05:57:50.057Z] $ docker top d6613c8d4a8ab7567afa989b32a0dbc8d16f62179cccd24fc9cee6306f65bea0 -eo pid,comm [2020-12-31T05:57:50.161Z] ---> Running in 469f03b78abf [2020-12-31T05:57:50.161Z] ---> Running in d672e68e413d [2020-12-31T05:57:50.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:50.440Z] Removing intermediate container d672e68e413d [2020-12-31T05:57:50.440Z] ---> ab8690a51d4c [2020-12-31T05:57:50.440Z] Step 14/22 : WORKDIR / [2020-12-31T05:57:50.440Z] Removing intermediate container 469f03b78abf [2020-12-31T05:57:50.440Z] ---> 555ee1f3e4cd [2020-12-31T05:57:50.440Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [Pipeline] { [Pipeline] echo [2020-12-31T05:57:50.632Z] ========================================================= [2020-12-31T05:57:50.632Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-31T05:57:50.632Z] ========================================================= [Pipeline] sh [2020-12-31T05:57:50.716Z] ---> Running in 7e388f8b04f4 [2020-12-31T05:57:50.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:50.716Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T05:57:50.716Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T05:57:50.716Z] OK: 10350 distinct packages available [2020-12-31T05:57:50.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:50.716Z] Removing intermediate container 8286d985997d [2020-12-31T05:57:50.716Z] ---> 75e8a89fa830 [2020-12-31T05:57:50.716Z] [2020-12-31T05:57:50.716Z] Step 11/27 : FROM docker:latest [2020-12-31T05:57:50.716Z] ---> 0040bc98e531 [2020-12-31T05:57:50.716Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-31T05:57:50.977Z] ---> 9c35274b7835 [2020-12-31T05:57:50.977Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-31T05:57:50.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:50.977Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T05:57:50.977Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T05:57:50.977Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T05:57:50.977Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T05:57:50.977Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T05:57:50.977Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T05:57:50.977Z] OK: 10350 distinct packages available [2020-12-31T05:57:50.977Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T05:57:50.977Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T05:57:51.240Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T05:57:51.240Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T05:57:51.240Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T05:57:51.240Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T05:57:51.240Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T05:57:51.240Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T05:57:51.240Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T05:57:51.400Z] + make test [2020-12-31T05:57:51.400Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-31T05:57:51.502Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T05:57:51.763Z] OK: 7 MiB in 19 packages [2020-12-31T05:57:52.032Z] OK: 7 MiB in 19 packages [2020-12-31T05:57:52.296Z] ---> Running in 93161466f82f [2020-12-31T05:57:52.296Z] Removing intermediate container 7e388f8b04f4 [2020-12-31T05:57:52.296Z] ---> 7ab37b4d2c89 [2020-12-31T05:57:52.296Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-31T05:57:52.873Z] ---> 1560eafa5383 [2020-12-31T05:57:52.873Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-31T05:57:53.147Z] ---> 172deb8062db [2020-12-31T05:57:53.147Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-31T05:57:54.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:54.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:54.550Z] (1/2) Installing readline (8.0.4-r0) [2020-12-31T05:57:54.550Z] (2/2) Installing bash (5.0.17-r0) [2020-12-31T05:57:54.550Z] Executing bash-5.0.17-r0.post-install [2020-12-31T05:57:54.550Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:57:54.550Z] Removing intermediate container 2ac463255d81 [2020-12-31T05:57:54.550Z] ---> 7a1de6d24397 [2020-12-31T05:57:54.550Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-31T05:57:54.818Z] OK: 12 MiB in 22 packages [2020-12-31T05:57:54.818Z] ---> cb37ef3058da [2020-12-31T05:57:54.818Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-31T05:57:54.818Z] ---> 2c4727749c50 [2020-12-31T05:57:54.818Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-31T05:57:54.818Z] Removing intermediate container 204e4d79d4f5 [2020-12-31T05:57:54.818Z] ---> b2f4bea1cb5e [2020-12-31T05:57:54.818Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T05:57:54.818Z] ---> Running in 190b713a35d6 [2020-12-31T05:57:55.087Z] ---> Running in 0ed3bcf8ded9 [2020-12-31T05:57:55.358Z] ---> cd6d2407a416 [2020-12-31T05:57:55.358Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-31T05:57:55.358Z] Removing intermediate container 190b713a35d6 [2020-12-31T05:57:55.358Z] ---> 102d21697799 [2020-12-31T05:57:55.358Z] Step 13/22 : WORKDIR / [2020-12-31T05:57:55.358Z] ---> dd3468c4e594 [2020-12-31T05:57:55.358Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-31T05:57:55.358Z] Removing intermediate container 0ed3bcf8ded9 [2020-12-31T05:57:55.358Z] ---> 5d3703dffe90 [2020-12-31T05:57:55.358Z] Step 13/24 : WORKDIR / [2020-12-31T05:57:55.627Z] ---> Running in 523f0613b494 [2020-12-31T05:57:55.627Z] ---> Running in 51056ebc6d25 [2020-12-31T05:57:55.627Z] ---> Running in 609ccb945e9f [2020-12-31T05:57:55.889Z] Removing intermediate container 93161466f82f [2020-12-31T05:57:55.889Z] ---> a3bb082aab53 [2020-12-31T05:57:55.889Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-31T05:57:55.889Z] ---> Running in a62b0b7532ae [2020-12-31T05:57:56.164Z] Removing intermediate container 523f0613b494 [2020-12-31T05:57:56.164Z] ---> 29c352ca02c5 [2020-12-31T05:57:56.164Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-31T05:57:56.164Z] Removing intermediate container 51056ebc6d25 [2020-12-31T05:57:56.164Z] ---> b03d5974f497 [2020-12-31T05:57:56.164Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:57:56.164Z] ---> b8863e1b295a [2020-12-31T05:57:56.164Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-31T05:57:56.433Z] Removing intermediate container 609ccb945e9f [2020-12-31T05:57:56.434Z] ---> 3e10a7534af2 [2020-12-31T05:57:56.434Z] 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-31T05:57:56.434Z] ---> Running in 28bb5efda218 [2020-12-31T05:57:56.434Z] ---> b1e169fb888c [2020-12-31T05:57:56.434Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-31T05:57:56.701Z] ---> b132f926b2e2 [2020-12-31T05:57:56.701Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-31T05:57:56.701Z] Removing intermediate container 28bb5efda218 [2020-12-31T05:57:56.701Z] ---> dee1b99c7cab [2020-12-31T05:57:56.701Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T05:57:57.280Z] ---> Running in 849c084e8c81 [2020-12-31T05:57:57.280Z] ---> Running in ff5e4f11b733 [2020-12-31T05:57:57.280Z] ---> d2e66131222b [2020-12-31T05:57:57.280Z] 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-31T05:57:57.280Z] ---> edce29ae6b18 [2020-12-31T05:57:57.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-31T05:57:57.547Z] Removing intermediate container 849c084e8c81 [2020-12-31T05:57:57.547Z] ---> 582d47d1700e [2020-12-31T05:57:57.547Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:57:57.547Z] Removing intermediate container ff5e4f11b733 [2020-12-31T05:57:57.547Z] ---> 61d7257d7d35 [2020-12-31T05:57:57.547Z] Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:57:57.547Z] ---> Running in 3bc1f4b9bc9c [2020-12-31T05:57:57.547Z] ---> Running in ece63271b22e [2020-12-31T05:57:57.810Z] ---> 435fcacd7231 [2020-12-31T05:57:57.810Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-31T05:57:57.810Z] ---> 915c6840e9e3 [2020-12-31T05:57:57.810Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-31T05:57:57.810Z] Removing intermediate container a62b0b7532ae [2020-12-31T05:57:57.810Z] ---> eb0040e21978 [2020-12-31T05:57:57.810Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-31T05:57:58.079Z] ---> Running in f31f4b4b1334 [2020-12-31T05:57:58.079Z] Removing intermediate container 3bc1f4b9bc9c [2020-12-31T05:57:58.079Z] ---> 1ced788c9a85 [2020-12-31T05:57:58.079Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T05:57:58.079Z] Removing intermediate container ece63271b22e [2020-12-31T05:57:58.079Z] ---> 3f8767ddf9f4 [2020-12-31T05:57:58.079Z] Step 22/24 : LABEL arch=x86_64 [2020-12-31T05:57:58.079Z] ---> dea6782ac994 [2020-12-31T05:57:58.079Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-31T05:57:58.079Z] ---> Running in 813dcd40a472 [2020-12-31T05:57:58.664Z] ---> 09706f3c7594 [2020-12-31T05:57:58.664Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-31T05:57:58.930Z] ---> Running in 346cf39d0bfb [2020-12-31T05:57:58.930Z] Removing intermediate container f31f4b4b1334 [2020-12-31T05:57:58.930Z] ---> f1f3bd1607b2 [2020-12-31T05:57:58.930Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-31T05:57:58.930Z] Removing intermediate container 813dcd40a472 [2020-12-31T05:57:58.930Z] ---> 0d8bc6f26835 [2020-12-31T05:57:58.930Z] [2020-12-31T05:57:58.930Z] ---> Running in 878fc512e8c0 [2020-12-31T05:57:58.930Z] ---> 6c3ae16af3d8 [2020-12-31T05:57:58.930Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-31T05:57:59.199Z] ---> Running in 19fcad133578 [2020-12-31T05:57:59.199Z] Successfully built 0d8bc6f26835 [2020-12-31T05:57:59.466Z] Successfully tagged docker-core-command-go:latest [2020-12-31T05:57:59.466Z] Removing intermediate container 346cf39d0bfb [2020-12-31T05:57:59.466Z] ---> 4e39e2720fa9 [2020-12-31T05:57:59.466Z] Step 23/24 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:57:59.466Z] Building docker-security-proxy-setup-go [2020-12-31T05:57:59.466Z]  Building docker-core-command-go ... done Removing intermediate container 19fcad133578 [2020-12-31T05:57:59.466Z] ---> 62b66557aff4 [2020-12-31T05:57:59.466Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-31T05:57:59.466Z] ---> Running in 4dcdab3e7091 [2020-12-31T05:57:59.739Z] ---> 4d7fcd74e024 [2020-12-31T05:57:59.739Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-31T05:57:59.739Z] ---> Running in e7b8a4e42d05 [2020-12-31T05:58:00.014Z] Removing intermediate container 4dcdab3e7091 [2020-12-31T05:58:00.014Z] ---> 60da63d8ced0 [2020-12-31T05:58:00.014Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T05:58:00.014Z] Removing intermediate container e7b8a4e42d05 [2020-12-31T05:58:00.014Z] ---> 6fae551bbb73 [2020-12-31T05:58:00.014Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-31T05:58:00.014Z] ---> Running in ab35bdc587f9 [2020-12-31T05:58:00.014Z] ---> ba7a51692ef8 [2020-12-31T05:58:00.014Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T05:58:00.606Z] ---> Running in eeec87e6adf9 [2020-12-31T05:58:00.606Z] Removing intermediate container ab35bdc587f9 [2020-12-31T05:58:00.606Z] ---> 89d9da5dc26c [2020-12-31T05:58:00.606Z] [2020-12-31T05:58:00.877Z] Successfully built 89d9da5dc26c [2020-12-31T05:58:00.877Z] Successfully tagged docker-support-notifications-go:latest [2020-12-31T05:58:00.877Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-12-31T05:58:01.144Z] Removing intermediate container 878fc512e8c0 [2020-12-31T05:58:01.144Z] ---> 983e8b572462 [2020-12-31T05:58:01.144Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-31T05:58:02.154Z] ---> 36e314f0663a [2020-12-31T05:58:02.154Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-31T05:58:03.564Z] ---> Running in b7d417a3bd44 [2020-12-31T05:58:03.851Z] ---> 55392f8a684c [2020-12-31T05:58:03.851Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-31T05:58:05.809Z] Removing intermediate container b7d417a3bd44 [2020-12-31T05:58:05.809Z] ---> c61bb0edd87d [2020-12-31T05:58:05.809Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T05:58:07.207Z] ---> 07524c5110db [2020-12-31T05:58:07.207Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-31T05:58:07.207Z] ---> Running in 5bc6921888a2 [2020-12-31T05:58:07.207Z] Removing intermediate container eeec87e6adf9 [2020-12-31T05:58:07.207Z] ---> 1bf0f4a1dce6 [2020-12-31T05:58:07.207Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T05:58:08.183Z] ---> Running in c4d175a82615 [2020-12-31T05:58:08.183Z] ---> Running in e7fb963ce2d9 [2020-12-31T05:58:09.168Z] Removing intermediate container 5bc6921888a2 [2020-12-31T05:58:09.168Z] ---> 696cb85d0c51 [2020-12-31T05:58:09.168Z] Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:58:09.768Z] ---> Running in 6f1ba0ab9d71 [2020-12-31T05:58:10.039Z] Removing intermediate container c4d175a82615 [2020-12-31T05:58:10.039Z] ---> a7bdae2cdde9 [2020-12-31T05:58:10.039Z] Step 22/24 : LABEL arch=x86_64 [2020-12-31T05:58:10.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:10.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:11.260Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-31T05:58:11.260Z] (2/33) Installing expat (2.2.9-r1) [2020-12-31T05:58:11.537Z] (3/33) Installing libffi (3.3-r2) [2020-12-31T05:58:11.537Z] (4/33) Installing gdbm (1.13-r1) [2020-12-31T05:58:11.537Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-31T05:58:11.537Z] ---> Running in 063d08faab92 [2020-12-31T05:58:11.537Z] Removing intermediate container 6f1ba0ab9d71 [2020-12-31T05:58:11.537Z] ---> 98f984562832 [2020-12-31T05:58:11.537Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T05:58:11.537Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-31T05:58:11.537Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-31T05:58:16.883Z] ---> Running in b0f723aaf5ef [2020-12-31T05:58:17.833Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:58:17.833Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:58:17.833Z] ---> 06e049f69399 [2020-12-31T05:58:17.833Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T05:58:17.833Z] ---> Using cache [2020-12-31T05:58:17.833Z] ---> f4cacef8ca94 [2020-12-31T05:58:17.834Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:58:17.834Z] ---> Using cache [2020-12-31T05:58:17.834Z] ---> 918e17998b72 [2020-12-31T05:58:17.834Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T05:58:17.834Z] ---> Using cache [2020-12-31T05:58:17.834Z] ---> 55c03ab48cec [2020-12-31T05:58:17.834Z] Step 6/21 : COPY go.mod . [2020-12-31T05:58:17.834Z] ---> Using cache [2020-12-31T05:58:17.834Z] ---> e06566089180 [2020-12-31T05:58:17.834Z] Step 7/21 : RUN go mod download [2020-12-31T05:58:17.834Z] ---> Using cache [2020-12-31T05:58:17.834Z] ---> 37239da035ef [2020-12-31T05:58:17.834Z] Step 8/21 : COPY . . [2020-12-31T05:58:17.834Z] ---> Using cache [2020-12-31T05:58:17.834Z] ---> 2fe097837b71 [2020-12-31T05:58:17.834Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-31T05:58:18.346Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-31T05:58:18.441Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-31T05:58:18.441Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-31T05:58:18.441Z] Removing intermediate container 063d08faab92 [2020-12-31T05:58:18.441Z] ---> 80843acb4f57 [2020-12-31T05:58:18.441Z] Step 23/24 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:58:18.441Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-31T05:58:18.703Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-31T05:58:18.703Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-31T05:58:18.968Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-31T05:58:18.968Z] ---> Running in e97861791be3 [2020-12-31T05:58:18.968Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-31T05:58:19.229Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:58:19.229Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:58:19.229Z] ---> 06e049f69399 [2020-12-31T05:58:19.229Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T05:58:19.229Z] ---> Using cache [2020-12-31T05:58:19.229Z] ---> f4cacef8ca94 [2020-12-31T05:58:19.229Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:58:19.229Z] ---> Using cache [2020-12-31T05:58:19.229Z] ---> 918e17998b72 [2020-12-31T05:58:19.229Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T05:58:19.229Z] ---> Using cache [2020-12-31T05:58:19.229Z] ---> 55c03ab48cec [2020-12-31T05:58:19.229Z] Step 6/22 : COPY go.mod . [2020-12-31T05:58:19.229Z] ---> Using cache [2020-12-31T05:58:19.229Z] ---> e06566089180 [2020-12-31T05:58:19.229Z] Step 7/22 : RUN go mod download [2020-12-31T05:58:19.229Z] ---> Using cache [2020-12-31T05:58:19.229Z] ---> 37239da035ef [2020-12-31T05:58:19.229Z] Step 8/22 : COPY . . [2020-12-31T05:58:19.230Z] ---> Using cache [2020-12-31T05:58:19.230Z] ---> 2fe097837b71 [2020-12-31T05:58:19.230Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-31T05:58:19.803Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-31T05:58:19.803Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-31T05:58:19.803Z] ---> Running in 1a1dad4ba40c [2020-12-31T05:58:19.803Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-31T05:58:19.803Z] Removing intermediate container b0f723aaf5ef [2020-12-31T05:58:19.803Z] ---> 4752579cabc2 [2020-12-31T05:58:19.803Z] [2020-12-31T05:58:20.392Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-31T05:58:20.392Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-31T05:58:20.392Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-31T05:58:20.392Z] ---> Running in 0ed6273a63c1 [2020-12-31T05:58:20.653Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-31T05:58:20.653Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-31T05:58:20.653Z] Successfully built 4752579cabc2 [2020-12-31T05:58:21.244Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-31T05:58:21.244Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-31T05:58:21.244Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-12-31T05:58:21.244Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-31T05:58:21.244Z] Removing intermediate container 1a1dad4ba40c [2020-12-31T05:58:21.244Z] ---> dd0c123a17fa [2020-12-31T05:58:21.244Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T05:58:21.244Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-31T05:58:21.244Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-31T05:58:21.244Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-31T05:58:21.834Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-31T05:58:21.834Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-31T05:58:21.834Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-31T05:58:21.834Z] ---> Running in 9aebb16fba62 [2020-12-31T05:58:21.834Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-31T05:58:21.834Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-31T05:58:21.834Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-31T05:58:21.834Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:58:21.834Z] OK: 71 MiB in 55 packages [2020-12-31T05:58:21.834Z] 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-31T05:58:23.771Z] Removing intermediate container 9aebb16fba62 [2020-12-31T05:58:23.771Z] ---> d83064f274aa [2020-12-31T05:58:23.771Z] [2020-12-31T05:58:24.035Z] 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-31T05:58:25.452Z] Successfully built d83064f274aa [2020-12-31T05:58:26.882Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-31T05:58:26.882Z] Building docker-core-data-go [2020-12-31T05:58:45.988Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:58:45.988Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:58:45.988Z] ---> 06e049f69399 [2020-12-31T05:58:45.988Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T05:58:45.988Z] ---> Using cache [2020-12-31T05:58:45.988Z] ---> f4cacef8ca94 [2020-12-31T05:58:45.988Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:58:45.988Z] ---> Using cache [2020-12-31T05:58:45.988Z] ---> 918e17998b72 [2020-12-31T05:58:45.988Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T05:58:45.988Z] ---> Using cache [2020-12-31T05:58:45.988Z] ---> 55c03ab48cec [2020-12-31T05:58:45.988Z] Step 6/21 : COPY go.mod . [2020-12-31T05:58:45.988Z] ---> Using cache [2020-12-31T05:58:45.988Z] ---> e06566089180 [2020-12-31T05:58:45.988Z] Step 7/21 : RUN go mod download [2020-12-31T05:58:45.988Z] ---> Using cache [2020-12-31T05:58:45.988Z] ---> 37239da035ef [2020-12-31T05:58:45.988Z] Step 8/21 : COPY . . [2020-12-31T05:58:45.988Z] ---> Using cache [2020-12-31T05:58:45.988Z] ---> 2fe097837b71 [2020-12-31T05:58:45.988Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-31T05:58:46.589Z] ---> Running in e8c210ad663e [2020-12-31T05:58:48.548Z] 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-31T05:58:50.510Z] 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-31T05:58:50.510Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:58:50.510Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:58:50.510Z] ---> 06e049f69399 [2020-12-31T05:58:50.510Z] Step 3/23 : WORKDIR /edgex-go [2020-12-31T05:58:50.510Z] ---> Using cache [2020-12-31T05:58:50.510Z] ---> f4cacef8ca94 [2020-12-31T05:58:50.510Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:58:50.510Z] ---> Using cache [2020-12-31T05:58:50.510Z] ---> 918e17998b72 [2020-12-31T05:58:50.510Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-31T05:58:51.498Z] ---> Running in eeb384760cf7 [2020-12-31T05:58:52.094Z] Removing intermediate container e7fb963ce2d9 [2020-12-31T05:58:52.094Z] ---> 9ca358df9c2a [2020-12-31T05:58:52.094Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-31T05:58:52.362Z] ---> Running in 2bd86c5152c8 [2020-12-31T05:58:53.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:54.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:55.259Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:58:55.259Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:58:55.259Z] OK: 12750 distinct packages available [2020-12-31T05:58:55.525Z] OK: 233 MiB in 51 packages [2020-12-31T05:58:56.127Z] Collecting docker-compose==1.23.2 [2020-12-31T05:58:56.127Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-31T05:58:59.478Z] Collecting PyYAML<4,>=3.10 [2020-12-31T05:58:59.478Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-31T05:58:59.743Z] Removing intermediate container e97861791be3 [2020-12-31T05:58:59.743Z] ---> 1218c2daaaaf [2020-12-31T05:58:59.743Z] [2020-12-31T05:58:59.743Z] Step 10/21 : FROM alpine [2020-12-31T05:58:59.743Z] latest: Pulling from library/alpine [2020-12-31T05:59:00.018Z] Removing intermediate container 0ed6273a63c1 [2020-12-31T05:59:00.018Z] ---> 9ed126f1d260 [2020-12-31T05:59:00.018Z] [2020-12-31T05:59:00.018Z] Step 10/22 : FROM scratch [2020-12-31T05:59:00.018Z] ---> [2020-12-31T05:59:00.018Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T05:59:00.289Z] ---> Using cache [2020-12-31T05:59:00.289Z] ---> 4ff4455c0638 [2020-12-31T05:59:00.289Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-31T05:59:00.550Z] Removing intermediate container eeb384760cf7 [2020-12-31T05:59:00.550Z] ---> f16bc018cfea [2020-12-31T05:59:00.550Z] Step 6/23 : COPY go.mod . [2020-12-31T05:59:00.550Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T05:59:00.550Z] Status: Downloaded newer image for alpine:latest [2020-12-31T05:59:00.550Z] ---> 389fef711851 [2020-12-31T05:59:00.550Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-31T05:59:01.128Z] ---> Running in bcd9fc2339bc [2020-12-31T05:59:01.128Z] Collecting docker<4.0,>=3.6.0 [2020-12-31T05:59:01.404Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-31T05:59:01.404Z] ---> Running in 6c029b8e9887 [2020-12-31T05:59:01.675Z] ---> 057051c41203 [2020-12-31T05:59:01.675Z] Step 7/23 : RUN go mod download [2020-12-31T05:59:01.675Z] Collecting texttable<0.10,>=0.9.0 [2020-12-31T05:59:01.675Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-31T05:59:01.939Z] Removing intermediate container bcd9fc2339bc [2020-12-31T05:59:01.939Z] ---> 323e57c81f16 [2020-12-31T05:59:01.939Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T05:59:02.210Z] ---> Running in 52dbaa144eac [2020-12-31T05:59:02.492Z] ---> Running in 51ea29016af0 [2020-12-31T05:59:02.492Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-31T05:59:02.492Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-31T05:59:02.796Z] Removing intermediate container 51ea29016af0 [2020-12-31T05:59:02.796Z] ---> 6aa4ecb11fea [2020-12-31T05:59:02.796Z] Step 14/22 : WORKDIR / [2020-12-31T05:59:02.796Z] ---> Running in bf87321edd33 [2020-12-31T05:59:03.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:59:03.073Z] Removing intermediate container bf87321edd33 [2020-12-31T05:59:03.073Z] ---> 1b469f48153e [2020-12-31T05:59:03.073Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-31T05:59:03.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:59:03.073Z] Collecting cached-property<2,>=1.2.0 [2020-12-31T05:59:03.073Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-31T05:59:03.350Z] Collecting docopt<0.7,>=0.6.1 [2020-12-31T05:59:03.350Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-31T05:59:03.350Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:59:03.350Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:59:03.350Z] OK: 12745 distinct packages available [2020-12-31T05:59:03.350Z] ---> fd0e4ab3e69a [2020-12-31T05:59:03.350Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-31T05:59:03.635Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-31T05:59:03.635Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T05:59:03.635Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-31T05:59:03.635Z] (4/4) Installing curl (7.69.1-r3) [2020-12-31T05:59:03.635Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:59:03.635Z] Executing ca-certificates-20191127-r4.trigger [2020-12-31T05:59:03.910Z] OK: 7 MiB in 18 packages [2020-12-31T05:59:03.910Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-31T05:59:03.910Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-31T05:59:04.178Z] 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-31T05:59:04.444Z] Collecting jsonschema<3,>=2.5.1 [2020-12-31T05:59:04.444Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-31T05:59:04.444Z] ---> ea7c9729a3e0 [2020-12-31T05:59:04.444Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-31T05:59:04.711Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-31T05:59:04.711Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-31T05:59:04.976Z] Collecting docker-pycreds>=0.4.0 [2020-12-31T05:59:04.976Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-31T05:59:05.247Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-31T05:59:05.247Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-31T05:59:06.637Z] ---> d34a62a3092d [2020-12-31T05:59:06.637Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-31T05:59:06.637Z] Removing intermediate container 6c029b8e9887 [2020-12-31T05:59:06.637Z] ---> ceb06c6d0b5f [2020-12-31T05:59:06.637Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T05:59:06.637Z] Collecting idna<2.8,>=2.5 [2020-12-31T05:59:06.637Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-31T05:59:06.637Z] 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-31T05:59:06.637Z] 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-31T05:59:06.637Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-31T05:59:06.637Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-31T05:59:06.637Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-31T05:59:06.637Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-31T05:59:06.913Z] Installing collected packages: PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, cached-property, docopt, jsonschema, docker-compose [2020-12-31T05:59:06.913Z] ---> Running in 0f9c9bae8401 [2020-12-31T05:59:06.913Z] ---> Running in 19b2b6e4601a [2020-12-31T05:59:06.913Z] Running setup.py install for PyYAML: started [2020-12-31T05:59:06.913Z] Removing intermediate container 52dbaa144eac [2020-12-31T05:59:06.913Z] ---> a478f4cf7d7b [2020-12-31T05:59:06.913Z] Step 8/23 : COPY . . [2020-12-31T05:59:08.842Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-31T05:59:09.788Z] Attempting uninstall: urllib3 [2020-12-31T05:59:09.788Z] Found existing installation: urllib3 1.25.9 [2020-12-31T05:59:09.788Z] Uninstalling urllib3-1.25.9: [2020-12-31T05:59:10.050Z] Removing intermediate container 19b2b6e4601a [2020-12-31T05:59:10.050Z] ---> ac38105f9f25 [2020-12-31T05:59:10.050Z] Step 13/21 : WORKDIR /edgex [2020-12-31T05:59:10.050Z] Successfully uninstalled urllib3-1.25.9 [2020-12-31T05:59:10.050Z] Removing intermediate container 0f9c9bae8401 [2020-12-31T05:59:10.050Z] ---> 7d7ea1e019a4 [2020-12-31T05:59:10.050Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:59:11.449Z] Attempting uninstall: idna [2020-12-31T05:59:11.449Z] Found existing installation: idna 2.9 [2020-12-31T05:59:11.449Z] Uninstalling idna-2.9: [2020-12-31T05:59:11.449Z] Removing intermediate container e8c210ad663e [2020-12-31T05:59:11.449Z] ---> bc4ba8153f8b [2020-12-31T05:59:11.449Z] [2020-12-31T05:59:11.449Z] Step 10/21 : FROM scratch [2020-12-31T05:59:11.449Z] ---> [2020-12-31T05:59:11.449Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T05:59:11.716Z] ---> Using cache [2020-12-31T05:59:11.716Z] ---> 4ff4455c0638 [2020-12-31T05:59:11.716Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-31T05:59:12.305Z] Successfully uninstalled idna-2.9 [2020-12-31T05:59:12.570Z] ---> Running in 8ea387a397a0 [2020-12-31T05:59:13.525Z] ---> Running in 575b09bb7f50 [2020-12-31T05:59:13.788Z] Attempting uninstall: requests [2020-12-31T05:59:13.788Z] Found existing installation: requests 2.23.0 [2020-12-31T05:59:13.788Z] Uninstalling requests-2.23.0: [2020-12-31T05:59:13.788Z] ---> Running in f5afdaa368db [2020-12-31T05:59:14.053Z] Successfully uninstalled requests-2.23.0 [2020-12-31T05:59:15.023Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-31T05:59:16.003Z] Removing intermediate container 575b09bb7f50 [2020-12-31T05:59:16.003Z] ---> 022a9a245067 [2020-12-31T05:59:16.003Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T05:59:16.974Z] Removing intermediate container 8ea387a397a0 [2020-12-31T05:59:16.974Z] ---> 29ff3a46d339 [2020-12-31T05:59:16.974Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-31T05:59:16.974Z] Removing intermediate container f5afdaa368db [2020-12-31T05:59:16.974Z] ---> dc30a916e112 [2020-12-31T05:59:16.974Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-31T05:59:17.924Z] ---> Running in bafd130a0b37 [2020-12-31T05:59:17.924Z] ---> Running in ef4216f3c6db [2020-12-31T05:59:18.525Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-31T05:59:19.915Z] ---> 6f1d06fa6b10 [2020-12-31T05:59:19.915Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-31T05:59:19.915Z] Running setup.py install for texttable: started [2020-12-31T05:59:21.325Z] Running setup.py install for texttable: finished with status 'done' [2020-12-31T05:59:21.325Z] Running setup.py install for dockerpty: started [2020-12-31T05:59:21.613Z] Removing intermediate container ef4216f3c6db [2020-12-31T05:59:21.613Z] ---> 0426d79e85cb [2020-12-31T05:59:21.613Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-31T05:59:21.613Z] Removing intermediate container bafd130a0b37 [2020-12-31T05:59:21.613Z] ---> 107b00ad2cfe [2020-12-31T05:59:21.613Z] Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:59:21.884Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-31T05:59:22.854Z] Running setup.py install for docopt: started [2020-12-31T05:59:22.905Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-31T05:59:22.905Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-31T05:59:22.905Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-31T05:59:22.905Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-31T05:59:22.905Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-31T05:59:22.905Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-31T05:59:23.824Z] ---> 37245eb570aa [2020-12-31T05:59:23.824Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-31T05:59:23.824Z] Running setup.py install for docopt: finished with status 'done' [2020-12-31T05:59:23.824Z] ---> Running in 2e895c63af73 [2020-12-31T05:59:23.824Z] ---> d80a3c4dc988 [2020-12-31T05:59:23.824Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-31T05:59:25.798Z] Removing intermediate container 2e895c63af73 [2020-12-31T05:59:25.798Z] ---> cc369aa8c799 [2020-12-31T05:59:25.798Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T05:59:25.798Z] 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-31T05:59:26.383Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-31T05:59:26.983Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-31T05:59:28.388Z] ---> 41eb7ce863d5 [2020-12-31T05:59:28.388Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-31T05:59:28.388Z] ---> 365ec03db904 [2020-12-31T05:59:28.388Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-31T05:59:28.388Z] ---> Running in bee83d40792a [2020-12-31T05:59:28.388Z] ---> Running in e76d210518c2 [2020-12-31T05:59:28.657Z] Removing intermediate container bee83d40792a [2020-12-31T05:59:28.657Z] ---> 080d9883920e [2020-12-31T05:59:28.657Z] [2020-12-31T05:59:28.657Z] ---> c49886190133 [2020-12-31T05:59:28.657Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-31T05:59:28.920Z] Successfully built 080d9883920e [2020-12-31T05:59:29.195Z] ---> Running in e9af8f21e0d8 [2020-12-31T05:59:29.458Z] Removing intermediate container e76d210518c2 [2020-12-31T05:59:29.459Z] ---> 2e9457b86b57 [2020-12-31T05:59:29.459Z] Step 18/21 : CMD ["--init=true"] [2020-12-31T05:59:29.459Z] Successfully tagged docker-core-metadata-go:latest [2020-12-31T05:59:30.406Z]  Building docker-core-metadata-go ... done  ---> 90474bd8f77e [2020-12-31T05:59:30.406Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-31T05:59:30.674Z] ---> Running in 8e2daa1b7f12 [2020-12-31T05:59:30.674Z] ---> Running in 5276a8805593 [2020-12-31T05:59:30.946Z] Removing intermediate container 2bd86c5152c8 [2020-12-31T05:59:30.946Z] ---> 1eae444bd1c8 [2020-12-31T05:59:30.946Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-31T05:59:30.946Z] ---> Running in 362b7a465bc6 [2020-12-31T05:59:31.217Z] Removing intermediate container 5276a8805593 [2020-12-31T05:59:31.217Z] ---> 4d43e02d1a50 [2020-12-31T05:59:31.217Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:59:31.217Z] Removing intermediate container 8e2daa1b7f12 [2020-12-31T05:59:31.217Z] ---> 1f80ad0c4762 [2020-12-31T05:59:31.217Z] Step 19/21 : LABEL arch=x86_64 [2020-12-31T05:59:31.217Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-31T05:59:31.217Z] ---> Running in 59b7f41c56d6 [2020-12-31T05:59:31.497Z] ---> Running in cdf3b3cc4414 [2020-12-31T05:59:31.768Z] Removing intermediate container cdf3b3cc4414 [2020-12-31T05:59:31.768Z] ---> 3e6ae5cbc03c [2020-12-31T05:59:31.768Z] Step 20/21 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:59:31.768Z] Removing intermediate container 59b7f41c56d6 [2020-12-31T05:59:31.768Z] ---> f2756191420c [2020-12-31T05:59:31.768Z] Step 19/21 : LABEL arch=x86_64 [2020-12-31T05:59:31.768Z] ---> Running in e4fce181eafe [2020-12-31T05:59:31.768Z] ---> Running in 8880d257b830 [2020-12-31T05:59:32.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:59:32.041Z] Removing intermediate container e4fce181eafe [2020-12-31T05:59:32.041Z] ---> ce28857bac00 [2020-12-31T05:59:32.041Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T05:59:32.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:59:32.041Z] Removing intermediate container 8880d257b830 [2020-12-31T05:59:32.041Z] ---> 52a8e5624912 [2020-12-31T05:59:32.041Z] Step 20/21 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:59:32.041Z] ---> Running in 6d663d16e887 [2020-12-31T05:59:32.312Z] ---> Running in 7c2da0e4b642 [2020-12-31T05:59:32.312Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T05:59:32.312Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-31T05:59:32.312Z] (3/3) Installing curl (7.69.1-r3) [2020-12-31T05:59:32.312Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:59:32.312Z] OK: 72 MiB in 58 packages [2020-12-31T05:59:32.312Z] Removing intermediate container 6d663d16e887 [2020-12-31T05:59:32.312Z] ---> 67851bca079f [2020-12-31T05:59:32.312Z] [2020-12-31T05:59:33.278Z] Successfully built 67851bca079f [2020-12-31T05:59:33.279Z] Removing intermediate container 7c2da0e4b642 [2020-12-31T05:59:33.279Z] ---> 71abea81a8fb [2020-12-31T05:59:33.279Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T05:59:33.557Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-31T05:59:33.829Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c5dffaf12069 [2020-12-31T05:59:34.429Z] Removing intermediate container c5dffaf12069 [2020-12-31T05:59:34.429Z] ---> 03000ac6bbfa [2020-12-31T05:59:34.429Z] [2020-12-31T05:59:34.429Z] Removing intermediate container 362b7a465bc6 [2020-12-31T05:59:34.429Z] ---> 0b689dc2e138 [2020-12-31T05:59:34.429Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-31T05:59:34.429Z] Successfully built 03000ac6bbfa [2020-12-31T05:59:34.429Z] ---> Running in 7b151ae05732 [2020-12-31T05:59:34.429Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-31T05:59:34.702Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7b151ae05732 [2020-12-31T05:59:34.702Z] ---> afe983743e55 [2020-12-31T05:59:34.702Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:59:34.974Z] ---> Running in 4955285300eb [2020-12-31T05:59:35.336Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-31T05:59:35.336Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-31T05:59:35.336Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-31T05:59:35.574Z] Removing intermediate container 4955285300eb [2020-12-31T05:59:35.574Z] ---> 464278cffd1d [2020-12-31T05:59:35.574Z] Step 25/27 : LABEL arch=x86_64 [2020-12-31T05:59:35.843Z] ---> Running in af8d5d14fd26 [2020-12-31T05:59:36.110Z] Removing intermediate container af8d5d14fd26 [2020-12-31T05:59:36.110Z] ---> 6771590d0f61 [2020-12-31T05:59:36.110Z] Step 26/27 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:59:36.496Z] ---> Running in 81733866d5da [2020-12-31T05:59:36.496Z] Removing intermediate container 81733866d5da [2020-12-31T05:59:36.496Z] ---> f3778a58622b [2020-12-31T05:59:36.496Z] Step 27/27 : LABEL version=0.0.0 [2020-12-31T05:59:37.079Z] ---> Running in 877c72661b5c [2020-12-31T05:59:37.079Z] Removing intermediate container 877c72661b5c [2020-12-31T05:59:37.079Z] ---> ad092205c871 [2020-12-31T05:59:37.079Z] [2020-12-31T05:59:37.542Z] Successfully built ad092205c871 [2020-12-31T05:59:37.542Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-31T05:59:40.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements [2020-12-31T05:59:40.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-31T05:59:40.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-31T05:59:40.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-31T05:59:40.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-31T05:59:40.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-31T05:59:47.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.0% of statements [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-31T05:59:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-31T05:59:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-31T05:59:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.539s coverage: 74.4% of statements [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-31T05:59:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-31T05:59:48.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.708s coverage: 83.3% of statements [2020-12-31T05:59:48.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-31T05:59:48.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T05:59:48.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-31T05:59:48.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-31T05:59:49.914Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e9af8f21e0d8 [2020-12-31T05:59:49.914Z] ---> 5a3bbbb0ed26 [2020-12-31T05:59:49.914Z] [2020-12-31T05:59:49.914Z] Step 10/23 : FROM alpine [2020-12-31T05:59:49.914Z] ---> 389fef711851 [2020-12-31T05:59:49.914Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T05:59:49.914Z] ---> Running in b8f7c88622a2 [2020-12-31T05:59:49.914Z] Removing intermediate container b8f7c88622a2 [2020-12-31T05:59:49.914Z] ---> add6ad11e755 [2020-12-31T05:59:49.914Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-31T05:59:49.914Z] ---> Running in c916260166e4 [2020-12-31T05:59:49.914Z] Removing intermediate container c916260166e4 [2020-12-31T05:59:49.914Z] ---> 33b9c917d510 [2020-12-31T05:59:49.914Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-31T05:59:49.914Z] ---> Running in a93e5e1c2242 [2020-12-31T05:59:49.914Z] Removing intermediate container a93e5e1c2242 [2020-12-31T05:59:49.914Z] ---> 02c70b2ac7ba [2020-12-31T05:59:49.914Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:59:49.914Z] ---> Running in fdc365923e9e [2020-12-31T05:59:50.176Z] Removing intermediate container fdc365923e9e [2020-12-31T05:59:50.176Z] ---> 002dac89db6a [2020-12-31T05:59:50.176Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-31T05:59:50.176Z] ---> Running in 4f958f4e351a [2020-12-31T05:59:50.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:59:51.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:59:52.674Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-31T05:59:52.674Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-31T05:59:52.674Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-31T05:59:52.941Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-31T05:59:53.209Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-31T05:59:53.209Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:59:53.209Z] OK: 8 MiB in 19 packages [2020-12-31T05:59:54.160Z] Removing intermediate container 4f958f4e351a [2020-12-31T05:59:54.160Z] ---> d50cb99bc43d [2020-12-31T05:59:54.160Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-31T05:59:54.160Z] ---> 4db108e0a2fd [2020-12-31T05:59:54.160Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-31T05:59:55.120Z] ---> 0471b2c2f222 [2020-12-31T05:59:55.120Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-31T05:59:55.120Z] ---> 6980b769de1f [2020-12-31T05:59:55.120Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-31T05:59:55.120Z] ---> Running in 86c881ccd161 [2020-12-31T05:59:55.390Z] Removing intermediate container 86c881ccd161 [2020-12-31T05:59:55.390Z] ---> c2e5c1f90463 [2020-12-31T05:59:55.390Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:59:55.390Z] ---> Running in 6c1391171efd [2020-12-31T05:59:55.654Z] Removing intermediate container 6c1391171efd [2020-12-31T05:59:55.654Z] ---> 113e9b8defb7 [2020-12-31T05:59:55.654Z] Step 21/23 : LABEL arch=x86_64 [2020-12-31T05:59:55.654Z] ---> Running in d55e850daad7 [2020-12-31T05:59:55.919Z] Removing intermediate container d55e850daad7 [2020-12-31T05:59:55.919Z] ---> 112431c6d5a2 [2020-12-31T05:59:55.919Z] Step 22/23 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T05:59:55.919Z] ---> Running in 1b9497c5fa05 [2020-12-31T05:59:56.181Z] Removing intermediate container 1b9497c5fa05 [2020-12-31T05:59:56.181Z] ---> 00d826c3ff67 [2020-12-31T05:59:56.181Z] Step 23/23 : LABEL version=0.0.0 [2020-12-31T05:59:56.181Z] ---> Running in 565bf9ad4106 [2020-12-31T05:59:56.446Z] Removing intermediate container 565bf9ad4106 [2020-12-31T05:59:56.446Z] ---> 25b310e84b87 [2020-12-31T05:59:56.446Z] [2020-12-31T05:59:56.446Z] Successfully built 25b310e84b87 [2020-12-31T05:59:56.446Z] Successfully tagged docker-core-data-go:latest [2020-12-31T05:59:56.722Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-31T05:59:56.767Z] $ docker stop --time=1 9dac94ef8343b64e948c70f4af95946c59f5cca8030fdb5cdf816a0cb51b84ba [2020-12-31T05:59:58.476Z] $ docker rm -f 9dac94ef8343b64e948c70f4af95946c59f5cca8030fdb5cdf816a0cb51b84ba [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T05:59:58.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.288s coverage: 28.6% of statements [2020-12-31T05:59:58.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-31T05:59:58.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-31T05:59:58.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-31T05:59:58.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-31T05:59:58.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-31T05:59:58.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-31T05:59:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-31T05:59:59.073Z] + docker images [2020-12-31T05:59:59.073Z] + grep docker [2020-12-31T05:59:59.336Z] docker-core-data-go latest 25b310e84b87 3 seconds ago 22.2MB [2020-12-31T05:59:59.336Z] docker-sys-mgmt-agent-go latest ad092205c871 23 seconds ago 313MB [2020-12-31T05:59:59.336Z] docker-support-scheduler-go latest 03000ac6bbfa 26 seconds ago 10.7MB [2020-12-31T05:59:59.336Z] docker-security-proxy-setup-go latest 67851bca079f 27 seconds ago 24.5MB [2020-12-31T05:59:59.336Z] docker-core-metadata-go latest 080d9883920e 31 seconds ago 13MB [2020-12-31T05:59:59.336Z] docker-security-secretstore-setup-go latest d83064f274aa About a minute ago 24.6MB [2020-12-31T05:59:59.336Z] docker-security-bootstrap-redis-go latest 4752579cabc2 About a minute ago 15.8MB [2020-12-31T05:59:59.336Z] docker-support-notifications-go latest 89d9da5dc26c About a minute ago 12MB [2020-12-31T05:59:59.336Z] docker-core-command-go latest 0d8bc6f26835 2 minutes ago 10.6MB [2020-12-31T05:59:59.336Z] docker latest 0040bc98e531 13 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-31T06:00:05.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.230s coverage: 93.8% of statements [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-31T06:00:05.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-31T06:00:05.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-31T06:00:05.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-31T06:00:05.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements [2020-12-31T06:00:05.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-31T06:00:05.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2020-12-31T06:00:06.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.165s coverage: 87.2% of statements [2020-12-31T06:00:08.034Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.233s coverage: 84.2% of statements [2020-12-31T06:00:10.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.4% of statements [2020-12-31T06:00:10.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-31T06:00:13.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.908s coverage: 63.5% of statements [2020-12-31T06:00:13.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-31T06:00:13.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-31T06:00:13.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements [2020-12-31T06:00:13.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2020-12-31T06:00:13.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2020-12-31T06:00:13.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2020-12-31T06:00:15.450Z] Still waiting to schedule task [2020-12-31T06:00:15.450Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-17892’ [2020-12-31T06:00:15.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2020-12-31T06:00:21.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.899s coverage: 55.9% of statements [2020-12-31T06:00:21.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-31T06:00:21.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-31T06:00:21.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-31T06:00:21.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-31T06:00:21.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-31T06:00:21.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.431s coverage: 37.0% of statements [2020-12-31T06:00:21.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-31T06:00:21.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-31T06:00:21.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.845s coverage: 84.0% of statements [2020-12-31T06:00:21.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2020-12-31T06:00:28.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.1% of statements [2020-12-31T06:00:28.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-31T06:00:28.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-31T06:00:28.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-31T06:00:28.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-31T06:00:28.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-31T06:00:28.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2020-12-31T06:00:28.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-31T06:00:28.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements [2020-12-31T06:00:28.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-31T06:00:33.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.236s coverage: 29.1% of statements [2020-12-31T06:00:33.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-31T06:00:33.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-31T06:00:33.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-31T06:00:33.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-31T06:00:33.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-31T06:00:33.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements [2020-12-31T06:00:33.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-31T06:00:33.250Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2020-12-31T06:00:33.250Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-31T06:00:33.250Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2020-12-31T06:00:33.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-31T06:00:33.250Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2020-12-31T06:00:33.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-31T06:00:33.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-31T06:00:33.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-31T06:00:33.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-31T06:00:33.250Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2020-12-31T06:00:33.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-31T06:00:33.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-31T06:00:33.250Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2020-12-31T06:00:34.240Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-12-31T06:00:35.683Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2020-12-31T06:00:35.960Z] GO111MODULE=on go vet ./... [2020-12-31T06:01:44.244Z] gofmt -l . [2020-12-31T06:01:44.843Z] [ "`gofmt -l .`" = "" ] [2020-12-31T06:01:48.233Z] ./bin/test-go-mod-tidy.sh [2020-12-31T06:01:48.834Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-31T06:01:53.833Z] + ls -al . [2020-12-31T06:01:53.833Z] total 664 [2020-12-31T06:01:53.833Z] drwxrwxr-x 9 1001 1001 4096 Dec 31 06:01 . [2020-12-31T06:01:53.833Z] drwxr-xr-x 4 root root 4096 Dec 31 05:57 .. [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 11 Dec 31 05:55 .dockerignore [2020-12-31T06:01:53.833Z] drwxrwxr-x 8 1001 1001 4096 Dec 31 05:55 .git [2020-12-31T06:01:53.833Z] drwxrwxr-x 3 1001 1001 4096 Dec 31 05:55 .github [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 824 Dec 31 05:55 .gitignore [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 166 Dec 31 05:55 .sonarcloud.properties [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 3804 Dec 31 05:55 CONTRIBUTING.md [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 1035 Dec 31 05:55 Dockerfile.build [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 863 Dec 31 05:55 Jenkinsfile [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 10775 Dec 31 05:55 LICENSE [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 5750 Dec 31 05:55 Makefile [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 6511 Dec 31 05:55 README.md [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 6744 Dec 31 05:55 SECURITY.md [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 5 Dec 31 05:52 VERSION [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 4131 Dec 31 05:55 ZMQWindows.md [2020-12-31T06:01:53.833Z] drwxrwxr-x 2 1001 1001 4096 Dec 31 05:55 bin [2020-12-31T06:01:53.833Z] drwxrwxr-x 14 1001 1001 4096 Dec 31 05:55 cmd [2020-12-31T06:01:53.833Z] -rw-r--r-- 1 root root 537189 Dec 31 06:00 coverage.out [2020-12-31T06:01:53.833Z] -rw-r--r-- 1 root root 979 Dec 31 06:01 go.mod [2020-12-31T06:01:53.833Z] -rw-r--r-- 1 root root 18849 Dec 31 06:01 go.sum [2020-12-31T06:01:53.833Z] drwxrwxr-x 8 1001 1001 4096 Dec 31 05:55 internal [2020-12-31T06:01:53.833Z] drwxrwxr-x 4 1001 1001 4096 Dec 31 05:55 openapi [2020-12-31T06:01:53.833Z] drwxrwxr-x 4 1001 1001 4096 Dec 31 05:55 snap [2020-12-31T06:01:53.833Z] -rw-rw-r-- 1 1001 1001 168 Dec 31 05:55 version.go [Pipeline] sh [2020-12-31T06:01:54.523Z] + '[' -e coverage.out ] [2020-12-31T06:01:54.523Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-31T06:01:54.569Z] Warning: overwriting stash ‘coverage-report’ [2020-12-31T06:01:55.748Z] Stashed 1 file(s) [Pipeline] sh [2020-12-31T06:01:56.444Z] + make build [2020-12-31T06:01:56.444Z] 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-31T06:02:02.732Z] Running on prd-ubuntu18.04-docker-8c-8g-17894 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws [2020-12-31T06:02:02.828Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-12-31T06:02:04.989Z] using credential edgex-jenkins-ssh [2020-12-31T06:02:05.042Z] Cloning the remote Git repository [2020-12-31T06:02:05.070Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-31T06:02:05.134Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-12-31T06:02:05.160Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T06:02:05.160Z] > git --version # timeout=10 [2020-12-31T06:02:05.170Z] > git --version # 'git version 2.17.1' [2020-12-31T06:02:05.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T06:02:05.194Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T06:02:11.544Z] 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-31T06:02:23.721Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:02:23.843Z] Merge succeeded, producing e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:02:23.844Z] Checking out Revision e2f90577c7b55940360c90d9f720bbb24f4e7146 (PR-2980) [2020-12-31T06:02:23.215Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T06:02:23.226Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T06:02:23.237Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T06:02:23.251Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T06:02:23.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T06:02:23.255Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-31T06:02:23.734Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T06:02:23.740Z] > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 [2020-12-31T06:02:23.816Z] > git remote # timeout=10 [2020-12-31T06:02:23.823Z] > git config --get remote.origin.url # timeout=10 [2020-12-31T06:02:23.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T06:02:23.831Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-31T06:02:23.840Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-31T06:02:23.850Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T06:02:23.855Z] > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 [2020-12-31T06:02:27.584Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [2020-12-31T06:02:27.615Z] > git --version # timeout=10 [2020-12-31T06:02:27.620Z] > git --version # 'git version 2.17.1' [2020-12-31T06:02:27.627Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:02:29.057Z] + echo snap-build.sh [2020-12-31T06:02:29.058Z] snap-build.sh [2020-12-31T06:02:29.058Z] + SNAP_BASE_DIR=. [2020-12-31T06:02:29.058Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2020-12-31T06:02:29.058Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2020-12-31T06:02:29.058Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2020-12-31T06:02:29.058Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2020-12-31T06:02:29.058Z] + cd /w/workspace/edgex-go/1 [2020-12-31T06:02:29.058Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-31T06:02:29.058Z] Reading package lists... [2020-12-31T06:02:29.326Z] Building dependency tree... [2020-12-31T06:02:29.326Z] Reading state information... [2020-12-31T06:02:29.326Z] The following packages were automatically installed and are no longer required: [2020-12-31T06:02:29.326Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-31T06:02:29.326Z] uidmap xdelta3 [2020-12-31T06:02:29.326Z] Use 'sudo apt autoremove' to remove them. [2020-12-31T06:02:29.326Z] The following packages will be REMOVED: [2020-12-31T06:02:29.326Z] lxd* lxd-client* [2020-12-31T06:02:29.902Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-31T06:02:29.902Z] After this operation, 31.7 MB disk space will be freed. [2020-12-31T06:02:30.956Z] (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-31T06:02:30.956Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T06:02:31.529Z] Removing lxd dnsmasq configuration [2020-12-31T06:02:31.794Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T06:02:32.056Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-31T06:02:33.002Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-31T06:02:33.002Z] (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-31T06:02:33.002Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T06:02:34.394Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-31T06:02:34.394Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-31T06:02:35.784Z] + sudo snap remove --purge lxd [2020-12-31T06:02:36.051Z] snap "lxd" is not installed [2020-12-31T06:02:36.051Z] + sudo groupadd --force --system lxd [2020-12-31T06:02:36.051Z] ++ whoami [2020-12-31T06:02:36.051Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-31T06:02:36.051Z] + newgrp - lxd [2020-12-31T06:02:36.051Z] + sudo snap install lxd [2020-12-31T06:02:38.410Z] 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-31T06:02:41.024Z] 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-31T06:02:46.116Z] 2020-12-31T06:02:42Z INFO Waiting for automatic snapd restart... [2020-12-31T06:02:47.755Z] 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-31T06:02:49.193Z] 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-31T06:02:54.615Z] 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-31T06:02:56.137Z] lxd 4.9 from Canonical* installed [2020-12-31T06:02:56.137Z] + sudo lxd init --auto [2020-12-31T06:03:00.045Z] 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-31T06:03:04.362Z] 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-31T06:03:06.149Z] + sudo snap install --classic snapcraft [2020-12-31T06:03:08.672Z] 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-31T06:03:10.378Z] snapcraft 4.4.4 from Canonical* installed [2020-12-31T06:03:10.378Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-31T06:03:10.378Z] + patch --verbose -p1 [2020-12-31T06:03:10.378Z] Hmm... Looks like a unified diff to me... [2020-12-31T06:03:10.378Z] The text leading up to this was: [2020-12-31T06:03:10.378Z] -------------------------- [2020-12-31T06:03:10.378Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-31T06:03:10.378Z] |From: Tony Espy [2020-12-31T06:03:10.378Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-31T06:03:10.378Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-31T06:03:10.378Z] | [2020-12-31T06:03:10.378Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-31T06:03:10.378Z] |optimize the snap CI check run for pull requests. When [2020-12-31T06:03:10.378Z] |applied, it essentially strips out everything (apps and [2020-12-31T06:03:10.378Z] |parts) from the snapcraft.yaml file except those required [2020-12-31T06:03:10.378Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-31T06:03:10.378Z] |catch changes to edgex-go that break the snap build. [2020-12-31T06:03:10.378Z] | [2020-12-31T06:03:10.378Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-31T06:03:10.378Z] |to update this patch file, otherwise it may fail to apply, [2020-12-31T06:03:10.378Z] |resulting in a failed snap build CI check in the associated [2020-12-31T06:03:10.378Z] |pull request. [2020-12-31T06:03:10.378Z] | [2020-12-31T06:03:10.378Z] |Note - in addition to applying this patch, the pipeline also [2020-12-31T06:03:10.379Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-31T06:03:10.379Z] |need to build the finally binary .snap file (and it won't [2020-12-31T06:03:10.379Z] |work with the patch applied). This further reduces the build [2020-12-31T06:03:10.379Z] |time. [2020-12-31T06:03:10.379Z] |--- [2020-12-31T06:03:10.379Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-31T06:03:10.379Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-31T06:03:10.379Z] | [2020-12-31T06:03:10.379Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-31T06:03:10.379Z] |index 1e537489..faf42425 100644 [2020-12-31T06:03:10.379Z] |--- a/snap/snapcraft.yaml [2020-12-31T06:03:10.379Z] |+++ b/snap/snapcraft.yaml [2020-12-31T06:03:10.379Z] -------------------------- [2020-12-31T06:03:10.379Z] patching file snap/snapcraft.yaml [2020-12-31T06:03:10.379Z] Using Plan A... [2020-12-31T06:03:10.379Z] Hunk #1 succeeded at 73. [2020-12-31T06:03:10.379Z] Hunk #2 succeeded at 202. [2020-12-31T06:03:10.379Z] Hunk #3 succeeded at 214. [2020-12-31T06:03:10.379Z] Hunk #4 succeeded at 222. [2020-12-31T06:03:10.379Z] Hunk #5 succeeded at 229. [2020-12-31T06:03:10.379Z] Hunk #6 succeeded at 256. [2020-12-31T06:03:10.379Z] Hunk #7 succeeded at 290. [2020-12-31T06:03:10.379Z] Hunk #8 succeeded at 341. [2020-12-31T06:03:10.379Z] Hmm... Ignoring the trailing garbage. [2020-12-31T06:03:10.379Z] done [2020-12-31T06:03:10.379Z] + sudo snapcraft prime --use-lxd [2020-12-31T06:03:11.326Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-31T06:03:11.326Z] 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-31T06:03:11.326Z] - README.md [2020-12-31T06:03:11.326Z] [2020-12-31T06:03:11.326Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-31T06:03:11.904Z] Launching a container. [2020-12-31T06:03:12.064Z] 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-31T06:03:16.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-31T06:03:21.790Z] $ docker stop --time=1 d6613c8d4a8ab7567afa989b32a0dbc8d16f62179cccd24fc9cee6306f65bea0 [2020-12-31T06:03:24.184Z] Waiting for container to be ready [2020-12-31T06:03:24.184Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-31T06:03:24.184Z] [2020-12-31T06:03:24.506Z] $ docker rm -f d6613c8d4a8ab7567afa989b32a0dbc8d16f62179cccd24fc9cee6306f65bea0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:03:26.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T06:03:26.903Z] [2020-12-31T06:03:26.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:03:27.492Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-31T06:03:27.492Z] Waiting for network to be ready... [2020-12-31T06:03:27.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T06:03:27.903Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-31T06:03:27.903Z] 29e5d40040c1: Pulling fs layer [2020-12-31T06:03:27.903Z] 1ce36da41761: Pulling fs layer [2020-12-31T06:03:27.903Z] 25b303627fd3: Pulling fs layer [2020-12-31T06:03:28.067Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-31T06:03:28.330Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-31T06:03:28.330Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-31T06:03:28.508Z] 29e5d40040c1: Download complete [2020-12-31T06:03:28.910Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-31T06:03:28.910Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-31T06:03:28.910Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-31T06:03:28.910Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-31T06:03:28.910Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-31T06:03:28.910Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-31T06:03:28.910Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-31T06:03:28.910Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-31T06:03:28.910Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-31T06:03:29.109Z] 1ce36da41761: Verifying Checksum [2020-12-31T06:03:29.109Z] 1ce36da41761: Download complete [2020-12-31T06:03:29.390Z] 29e5d40040c1: Pull complete [2020-12-31T06:03:29.481Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-31T06:03:29.481Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-31T06:03:29.481Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-31T06:03:29.482Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-31T06:03:29.482Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-31T06:03:29.482Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-31T06:03:30.057Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-31T06:03:30.372Z] 1ce36da41761: Pull complete [2020-12-31T06:03:30.631Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-31T06:03:30.631Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-31T06:03:30.631Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-31T06:03:30.631Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-31T06:03:30.631Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-31T06:03:30.631Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-31T06:03:30.631Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-31T06:03:30.891Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-31T06:03:30.972Z] 25b303627fd3: Verifying Checksum [2020-12-31T06:03:30.972Z] 25b303627fd3: Download complete [2020-12-31T06:03:32.805Z] Fetched 23.5 MB in 5s (4864 kB/s) [2020-12-31T06:03:33.376Z] Reading package lists... [2020-12-31T06:03:33.639Z] Reading package lists... [2020-12-31T06:03:33.900Z] Building dependency tree... [2020-12-31T06:03:33.900Z] Reading state information... [2020-12-31T06:03:33.900Z] The following additional packages will be installed: [2020-12-31T06:03:33.900Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-31T06:03:33.900Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-31T06:03:33.900Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-31T06:03:33.900Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-31T06:03:33.900Z] Suggested packages: [2020-12-31T06:03:33.900Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-31T06:03:33.900Z] Recommended packages: [2020-12-31T06:03:33.900Z] gnupg libsasl2-modules [2020-12-31T06:03:33.900Z] The following NEW packages will be installed: [2020-12-31T06:03:33.900Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-31T06:03:33.900Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-31T06:03:33.900Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-31T06:03:33.900Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-31T06:03:33.900Z] The following packages will be upgraded: [2020-12-31T06:03:33.900Z] gpg gpg-agent gpgconf libudev1 [2020-12-31T06:03:34.161Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-31T06:03:34.161Z] Need to get 3531 kB of archives. [2020-12-31T06:03:34.161Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-31T06:03:34.161Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-31T06:03:34.161Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-31T06:03:34.161Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-31T06:03:34.161Z] Get:4 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-31T06:03:34.161Z] Get:5 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-31T06:03:34.161Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-31T06:03:34.161Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-31T06:03:34.161Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-31T06:03:34.161Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-31T06:03:34.423Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-31T06:03:34.996Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-31T06:03:34.996Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-31T06:03:34.996Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-31T06:03:34.996Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-31T06:03:34.996Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-31T06:03:34.996Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-31T06:03:34.996Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-31T06:03:34.996Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-31T06:03:34.996Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-31T06:03:34.996Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-31T06:03:34.996Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-31T06:03:34.996Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-31T06:03:34.996Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:03:35.258Z] Fetched 3531 kB in 1s (3493 kB/s) [2020-12-31T06:03:35.258Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-31T06:03:35.258Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:03:35.258Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T06:03:35.258Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-31T06:03:35.524Z] Selecting previously unselected package udev. [2020-12-31T06:03:35.524Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-31T06:03:35.524Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:03:35.524Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-31T06:03:35.788Z] Selecting previously unselected package libfuse2:amd64. [2020-12-31T06:03:35.788Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-31T06:03:35.788Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-31T06:03:35.788Z] Selecting previously unselected package fuse. [2020-12-31T06:03:35.788Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-31T06:03:35.788Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-31T06:03:36.049Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:03:36.049Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T06:03:36.049Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:03:36.049Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T06:03:36.310Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:03:36.310Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T06:03:36.572Z] Selecting previously unselected package libksba8:amd64. [2020-12-31T06:03:36.572Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-31T06:03:36.572Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-31T06:03:36.572Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-31T06:03:36.572Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:36.572Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:36.834Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-31T06:03:36.834Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:36.834Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:36.834Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-31T06:03:36.834Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:36.834Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:36.834Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-31T06:03:36.834Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:37.098Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:37.098Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-31T06:03:37.098Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:37.098Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:37.098Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-31T06:03:37.098Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:37.098Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:37.360Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-31T06:03:37.360Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:37.360Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:37.360Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-31T06:03:37.360Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:37.360Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:37.622Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-31T06:03:37.622Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:03:37.622Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:37.883Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-31T06:03:37.884Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-31T06:03:37.884Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T06:03:37.884Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-31T06:03:37.884Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-31T06:03:37.884Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T06:03:37.884Z] Selecting previously unselected package libldap-common. [2020-12-31T06:03:37.884Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-31T06:03:37.884Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T06:03:38.147Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-31T06:03:38.147Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-31T06:03:38.147Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T06:03:38.147Z] Selecting previously unselected package dirmngr. [2020-12-31T06:03:38.147Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:03:38.147Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-31T06:03:38.408Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T06:03:38.408Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-31T06:03:38.408Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-31T06:03:38.408Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T06:03:38.408Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T06:03:38.668Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-31T06:03:38.668Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:38.668Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-31T06:03:38.668Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T06:03:38.668Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-31T06:03:38.930Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-31T06:03:39.195Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:39.195Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-31T06:03:39.195Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-31T06:03:39.455Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-31T06:03:39.455Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:39.455Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:39.455Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:39.455Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:39.455Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:39.455Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:39.455Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:03:39.455Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T06:03:39.455Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-31T06:03:39.718Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T06:03:39.981Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-31T06:03:39.981Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-31T06:03:39.981Z] This means they are not meant to be enabled using systemctl. [2020-12-31T06:03:39.981Z] Possible reasons for having this kind of units are: [2020-12-31T06:03:39.981Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-31T06:03:39.981Z] .wants/ or .requires/ directory. [2020-12-31T06:03:39.981Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-31T06:03:39.981Z] a requirement dependency on it. [2020-12-31T06:03:39.981Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-31T06:03:39.981Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-31T06:03:39.981Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-31T06:03:39.981Z] instance name specified. [2020-12-31T06:03:40.243Z] Reading package lists... [2020-12-31T06:03:40.504Z] Building dependency tree... [2020-12-31T06:03:40.504Z] Reading state information... [2020-12-31T06:03:40.504Z] The following additional packages will be installed: [2020-12-31T06:03:40.504Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-31T06:03:40.504Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-31T06:03:40.504Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-31T06:03:40.504Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-31T06:03:40.504Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-31T06:03:40.504Z] Suggested packages: [2020-12-31T06:03:40.504Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-31T06:03:40.504Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-31T06:03:40.504Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-31T06:03:40.504Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-31T06:03:40.504Z] systemd-container policykit-1 [2020-12-31T06:03:40.504Z] Recommended packages: [2020-12-31T06:03:40.504Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-31T06:03:40.504Z] The following NEW packages will be installed: [2020-12-31T06:03:40.504Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-31T06:03:40.504Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-31T06:03:40.504Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-31T06:03:40.504Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-31T06:03:40.504Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-31T06:03:40.504Z] The following packages will be upgraded: [2020-12-31T06:03:40.504Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-31T06:03:40.766Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-31T06:03:40.766Z] Need to get 35.2 MB of archives. [2020-12-31T06:03:40.766Z] After this operation, 141 MB of additional disk space will be used. [2020-12-31T06:03:40.766Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-31T06:03:40.766Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-31T06:03:41.173Z] 25b303627fd3: Pull complete [2020-12-31T06:03:41.173Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-31T06:03:41.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T06:03:41.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-31T06:03:41.339Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-31T06:03:41.491Z] prd-ubuntu18.04-docker-arm64-4c-16g-17886 does not seem to be running inside a container [2020-12-31T06:03:41.554Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-31T06:03:41.600Z] 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-31T06:03:41.600Z] 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-31T06:03:41.600Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-31T06:03:41.600Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-31T06:03:41.600Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-31T06:03:41.600Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-31T06:03:41.600Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-31T06:03:41.600Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-31T06:03:41.600Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-31T06:03:41.600Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-31T06:03:41.600Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-31T06:03:41.600Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-31T06:03:41.600Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-31T06:03:41.864Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-31T06:03:41.864Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-31T06:03:41.864Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-31T06:03:41.864Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-31T06:03:41.864Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-31T06:03:41.864Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-31T06:03:41.864Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-31T06:03:41.864Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-31T06:03:41.864Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-31T06:03:41.864Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-31T06:03:41.864Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-31T06:03:41.864Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-31T06:03:41.864Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-31T06:03:42.125Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-31T06:03:43.067Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:03:43.067Z] Fetched 35.2 MB in 2s (14.9 MB/s) [2020-12-31T06:03:43.067Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T06:03:43.067Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:03:43.329Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T06:03:43.902Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:03:43.902Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T06:03:43.902Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-31T06:03:44.162Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T06:03:44.162Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-31T06:03:44.162Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-31T06:03:44.162Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-31T06:03:44.423Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T06:03:44.423Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-31T06:03:44.423Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-31T06:03:44.685Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-31T06:03:44.686Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-31T06:03:45.181Z] $ docker top 1cc1d4c957fa021dcb2ab5d5aaa5ef40af854a58e5d0adf33ea94556d7014197 -eo pid,comm [2020-12-31T06:03:45.258Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-31T06:03:45.258Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-31T06:03:45.258Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-31T06:03:45.258Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-31T06:03:45.522Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-31T06:03:45.522Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T06:03:45.522Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [2020-12-31T06:03:45.784Z] Selecting previously unselected package libexpat1:amd64. [2020-12-31T06:03:45.784Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-31T06:03:45.784Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-31T06:03:45.784Z] Selecting previously unselected package python3.6-minimal. [2020-12-31T06:03:45.784Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T06:03:45.784Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] sh [2020-12-31T06:03:46.044Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-31T06:03:46.307Z] Checking for services that may need to be restarted...done. [2020-12-31T06:03:46.307Z] Checking for services that may need to be restarted...done. [2020-12-31T06:03:46.307Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:03:46.307Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-31T06:03:46.307Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:03:46.449Z] + docker-compose build --help [2020-12-31T06:03:46.449Z] + grep parallel [2020-12-31T06:03:47.252Z] Selecting previously unselected package python3-minimal. [2020-12-31T06:03:47.252Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-31T06:03:47.252Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-31T06:03:47.252Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-31T06:03:47.252Z] Selecting previously unselected package mime-support. [2020-12-31T06:03:47.252Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-31T06:03:47.252Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-31T06:03:47.252Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-31T06:03:47.252Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-31T06:03:47.252Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-31T06:03:47.515Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-31T06:03:47.515Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T06:03:47.515Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:03:47.777Z] Selecting previously unselected package python3.6. [2020-12-31T06:03:47.777Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T06:03:47.777Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:03:47.777Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-31T06:03:47.777Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-31T06:03:47.777Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-31T06:03:47.777Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-31T06:03:48.040Z] Selecting previously unselected package python3. [2020-12-31T06:03:48.040Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-31T06:03:48.040Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-31T06:03:48.040Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-31T06:03:48.302Z] Selecting previously unselected package multiarch-support. [2020-12-31T06:03:48.302Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:03:48.302Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-31T06:03:48.302Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-31T06:03:48.302Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-31T06:03:48.302Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-31T06:03:48.302Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-31T06:03:48.302Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-31T06:03:48.566Z] Selecting previously unselected package libbsd0:amd64. [2020-12-31T06:03:48.566Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-31T06:03:48.566Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-31T06:03:48.566Z] Selecting previously unselected package sudo. [2020-12-31T06:03:48.566Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-31T06:03:48.566Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-31T06:03:48.831Z] Selecting previously unselected package apparmor. [2020-12-31T06:03:48.831Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-31T06:03:48.831Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-31T06:03:49.095Z] Selecting previously unselected package libedit2:amd64. [2020-12-31T06:03:49.095Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-31T06:03:49.095Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-31T06:03:49.358Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-31T06:03:49.359Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T06:03:49.359Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:03:49.359Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-31T06:03:49.359Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T06:03:49.359Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:03:49.621Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-31T06:03:49.621Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-31T06:03:49.621Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-31T06:03:49.885Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-31T06:03:49.885Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T06:03:49.885Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:03:50.147Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-31T06:03:50.147Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T06:03:50.147Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:03:50.147Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-31T06:03:50.147Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-31T06:03:50.147Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-31T06:03:50.407Z] Selecting previously unselected package openssh-client. [2020-12-31T06:03:50.407Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-31T06:03:50.672Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-31T06:03:50.672Z] Selecting previously unselected package squashfs-tools. [2020-12-31T06:03:50.672Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-31T06:03:50.672Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-31T06:03:50.672Z] Selecting previously unselected package snapd. [2020-12-31T06:03:50.672Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-31T06:03:50.672Z] Unpacking snapd (2.48+18.04) ... [2020-12-31T06:03:50.750Z] --parallel Build images in parallel. [Pipeline] } [2020-12-31T06:03:50.757Z] $ docker stop --time=1 1cc1d4c957fa021dcb2ab5d5aaa5ef40af854a58e5d0adf33ea94556d7014197 [2020-12-31T06:03:52.688Z] $ docker rm -f 1cc1d4c957fa021dcb2ab5d5aaa5ef40af854a58e5d0adf33ea94556d7014197 [Pipeline] // withDockerContainer [Pipeline] writeFile [2020-12-31T06:03:53.230Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-31T06:03:53.231Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-31T06:03:53.231Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-31T06:03:53.231Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-31T06:03:53.231Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-31T06:03:53.231Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:03:53.231Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T06:03:53.231Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-31T06:03:53.231Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:03:53.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T06:03:53.700Z] . [Pipeline] withDockerContainer [2020-12-31T06:03:54.021Z] prd-ubuntu18.04-docker-arm64-4c-16g-17886 does not seem to be running inside a container [2020-12-31T06:03:54.077Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-31T06:03:54.176Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-31T06:03:54.176Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-31T06:03:54.176Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-31T06:03:54.176Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:03:54.176Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:03:54.176Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:03:54.749Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-31T06:03:54.749Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:03:54.749Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-31T06:03:54.749Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-31T06:03:54.749Z] running python rtupdate hooks for python3.6... [2020-12-31T06:03:54.749Z] running python post-rtupdate hooks for python3.6... [2020-12-31T06:03:55.010Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-31T06:03:55.589Z] $ docker top a2199837f90509c8fc68574c58c86a2ae4955bb53be8cb7df1d4b9679711c810 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T06:03:56.398Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-31T06:03:56.398Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:03:56.659Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-31T06:03:56.659Z] Setting up snapd (2.48+18.04) ... [2020-12-31T06:03:56.737Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-31T06:03:57.232Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-31T06:03:57.233Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-31T06:03:57.494Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-31T06:03:57.755Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-31T06:03:57.755Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-31T06:03:57.755Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-31T06:03:58.019Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-31T06:03:58.283Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-31T06:03:58.544Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-31T06:03:58.544Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-31T06:03:58.805Z] /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-31T06:03:58.805Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T06:03:58.805Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-31T06:03:59.751Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T06:03:59.751Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T06:04:00.021Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T06:04:00.972Z] Reading package lists... [2020-12-31T06:04:01.236Z] Reading package lists... [2020-12-31T06:04:01.500Z] Building dependency tree... [2020-12-31T06:04:01.500Z] Reading state information... [2020-12-31T06:04:01.763Z] Calculating upgrade... [2020-12-31T06:04:01.763Z] The following packages will be upgraded: [2020-12-31T06:04:01.763Z] advancecomp base-files bash binutils binutils-common [2020-12-31T06:04:01.763Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-31T06:04:01.763Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-31T06:04:01.763Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-31T06:04:01.763Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-31T06:04:01.763Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-31T06:04:01.763Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-31T06:04:01.763Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-31T06:04:01.763Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-31T06:04:01.763Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-31T06:04:01.763Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-31T06:04:01.763Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-31T06:04:01.763Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-31T06:04:01.763Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-31T06:04:02.180Z] Building docker-core-command-go ... [2020-12-31T06:04:02.181Z] Building docker-core-data-go ... [2020-12-31T06:04:02.181Z] Building docker-core-metadata-go ... [2020-12-31T06:04:02.181Z] Building docker-security-bootstrap-redis-go ... [2020-12-31T06:04:02.181Z] Building docker-security-proxy-setup-go ... [2020-12-31T06:04:02.181Z] Building docker-security-secretstore-setup-go ... [2020-12-31T06:04:02.181Z] Building docker-support-notifications-go ... [2020-12-31T06:04:02.181Z] Building docker-support-scheduler-go ... [2020-12-31T06:04:02.181Z] Building docker-sys-mgmt-agent-go ... [2020-12-31T06:04:02.181Z] Building docker-sys-mgmt-agent-go [2020-12-31T06:04:02.181Z] Building docker-support-scheduler-go [2020-12-31T06:04:02.181Z] Building docker-security-proxy-setup-go [2020-12-31T06:04:02.181Z] Building docker-security-secretstore-setup-go [2020-12-31T06:04:02.181Z] Building docker-core-command-go [2020-12-31T06:04:02.339Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T06:04:02.339Z] Need to get 63.5 MB of archives. [2020-12-31T06:04:02.339Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-31T06:04:02.339Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-31T06:04:02.339Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-31T06:04:02.912Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-31T06:04:02.912Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-31T06:04:02.912Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-31T06:04:02.912Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-31T06:04:02.912Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-31T06:04:02.912Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-31T06:04:02.912Z] 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-31T06:04:02.912Z] 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-31T06:04:02.912Z] 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-31T06:04:02.912Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-31T06:04:02.912Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-31T06:04:02.912Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-31T06:04:02.912Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-31T06:04:02.912Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-31T06:04:02.912Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-31T06:04:03.173Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-31T06:04:03.173Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-31T06:04:03.173Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-31T06:04:03.173Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-31T06:04:03.173Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-31T06:04:03.173Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-31T06:04:03.173Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-31T06:04:03.173Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-31T06:04:03.173Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-31T06:04:03.173Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-31T06:04:03.173Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-31T06:04:03.173Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-31T06:04:03.436Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-31T06:04:03.436Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-31T06:04:03.436Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-31T06:04:03.436Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-31T06:04:03.436Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-31T06:04:03.436Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-31T06:04:03.436Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-31T06:04:03.436Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-31T06:04:03.436Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-31T06:04:03.436Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-31T06:04:03.436Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-31T06:04:03.436Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-31T06:04:03.436Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-31T06:04:03.436Z] Get:43 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-31T06:04:03.436Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-31T06:04:03.436Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-31T06:04:03.436Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-31T06:04:03.436Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-31T06:04:03.436Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-31T06:04:03.436Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-31T06:04:03.436Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-31T06:04:03.436Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-31T06:04:03.436Z] Get:52 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-31T06:04:03.436Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-31T06:04:03.436Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-31T06:04:03.436Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-31T06:04:03.436Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-31T06:04:03.436Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-31T06:04:03.436Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-31T06:04:03.696Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-31T06:04:03.696Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-31T06:04:03.696Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-31T06:04:03.696Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-31T06:04:03.696Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-31T06:04:03.696Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-31T06:04:03.696Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-31T06:04:03.696Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-31T06:04:03.696Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-31T06:04:03.696Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-31T06:04:03.696Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-31T06:04:03.696Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-31T06:04:03.697Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-31T06:04:03.697Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-31T06:04:03.961Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-31T06:04:03.961Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-31T06:04:03.961Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-31T06:04:03.961Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-31T06:04:03.961Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-31T06:04:03.961Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-31T06:04:03.961Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-31T06:04:03.961Z] Get:80 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-31T06:04:03.961Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-31T06:04:03.961Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-31T06:04:03.961Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-31T06:04:04.222Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-31T06:04:04.222Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-31T06:04:04.222Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-31T06:04:04.222Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-31T06:04:04.491Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-31T06:04:05.065Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-31T06:04:05.065Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-31T06:04:05.065Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-31T06:04:05.329Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-31T06:04:05.329Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-31T06:04:05.329Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-31T06:04:05.329Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-31T06:04:05.329Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-31T06:04:05.590Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:04:05.590Z] Fetched 63.5 MB in 4s (17.9 MB/s) [2020-12-31T06:04:05.590Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:05.590Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:04:05.590Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T06:04:06.163Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:04:06.425Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T06:04:06.425Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-31T06:04:06.425Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-31T06:04:07.373Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:07.373Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:07.373Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:07.373Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:07.634Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:07.634Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:07.899Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:07.899Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:07.899Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:07.899Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:08.161Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:08.161Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:08.161Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:08.422Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:08.422Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:08.686Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T06:04:08.686Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:08.686Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-31T06:04:08.686Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:08.948Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T06:04:08.948Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:08.948Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:08.948Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:08.948Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:09.217Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:09.217Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:04:09.217Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:09.480Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T06:04:09.480Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:04:09.746Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T06:04:10.014Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-31T06:04:10.285Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T06:04:10.285Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-31T06:04:10.285Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-31T06:04:10.285Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-31T06:04:10.285Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-31T06:04:10.570Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-31T06:04:10.570Z] Installing new version of config file /etc/issue ... [2020-12-31T06:04:10.570Z] Installing new version of config file /etc/issue.net ... [2020-12-31T06:04:10.570Z] Installing new version of config file /etc/lsb-release ... [2020-12-31T06:04:10.570Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-31T06:04:10.845Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-31T06:04:11.114Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-31T06:04:11.114Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-31T06:04:11.114Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:11.114Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-31T06:04:11.114Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-31T06:04:11.386Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-31T06:04:11.386Z] 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-31T06:04:11.386Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:11.386Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:11.650Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:11.650Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:11.650Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:11.650Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-31T06:04:11.650Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-31T06:04:11.918Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-31T06:04:12.191Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:12.191Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-31T06:04:12.191Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T06:04:12.191Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-31T06:04:12.460Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:12.460Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T06:04:12.460Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T06:04:12.724Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T06:04:12.725Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:12.725Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T06:04:12.725Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T06:04:12.725Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-31T06:04:12.988Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:12.988Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-31T06:04:12.988Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-31T06:04:12.988Z] Setting up grep (3.1-2build1) ... [2020-12-31T06:04:13.251Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:13.251Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-31T06:04:13.251Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-31T06:04:13.251Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-31T06:04:13.523Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:13.523Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T06:04:13.523Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:04:13.523Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-31T06:04:13.523Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:13.523Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T06:04:13.788Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T06:04:14.364Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T06:04:14.364Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T06:04:14.364Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T06:04:14.364Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T06:04:14.938Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-31T06:04:14.938Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:14.938Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-31T06:04:14.938Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T06:04:16.328Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-31T06:04:16.328Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-31T06:04:16.328Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-31T06:04:16.328Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-31T06:04:16.328Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-31T06:04:16.328Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:16.328Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-31T06:04:16.591Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-31T06:04:16.591Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-31T06:04:16.853Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:16.853Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:16.853Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:16.853Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:17.114Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:17.114Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:17.114Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:17.114Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:17.376Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:17.376Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:17.376Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:17.376Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:17.376Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:17.376Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:17.640Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:17.640Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:17.640Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:17.640Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T06:04:17.904Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:04:17.904Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T06:04:17.904Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:04:18.165Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T06:04:18.165Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:18.165Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T06:04:18.165Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:04:18.428Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T06:04:18.428Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:18.428Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:18.428Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:18.689Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:18.689Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:18.689Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:18.689Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:18.950Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:18.950Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:18.950Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:19.213Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:19.475Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:20.050Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-31T06:04:20.050Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-31T06:04:20.316Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:20.316Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:04:20.316Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T06:04:20.594Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T06:04:20.594Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:04:20.594Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-31T06:04:20.861Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:04:20.861Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-31T06:04:21.124Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:21.125Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-31T06:04:21.125Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-31T06:04:21.125Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-31T06:04:21.392Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:21.392Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T06:04:21.657Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T06:04:21.657Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T06:04:21.920Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:21.920Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T06:04:21.920Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T06:04:21.920Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T06:04:22.194Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:22.194Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T06:04:22.194Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T06:04:22.456Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T06:04:22.718Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:22.718Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:04:22.718Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:04:22.718Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:04:22.718Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T06:04:22.987Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T06:04:22.987Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T06:04:22.987Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T06:04:23.248Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:23.248Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-31T06:04:23.248Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-31T06:04:23.514Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-31T06:04:23.514Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:23.514Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-31T06:04:23.514Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T06:04:23.785Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T06:04:24.049Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:24.049Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T06:04:24.049Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T06:04:24.049Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T06:04:24.311Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:24.311Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-31T06:04:24.311Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-31T06:04:24.311Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-31T06:04:24.573Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:24.573Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-31T06:04:24.573Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-31T06:04:24.835Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-31T06:04:25.099Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:25.099Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:04:25.099Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T06:04:25.364Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-31T06:04:25.364Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:25.364Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-31T06:04:25.364Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-31T06:04:25.625Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-31T06:04:25.625Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:25.625Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-31T06:04:25.625Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-31T06:04:25.886Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-31T06:04:25.886Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:25.886Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-31T06:04:25.886Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-31T06:04:26.147Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-31T06:04:26.410Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:26.410Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-31T06:04:26.410Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-31T06:04:26.410Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-31T06:04:26.671Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:04:26.671Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-31T06:04:26.671Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-31T06:04:26.671Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-31T06:04:26.933Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-31T06:04:26.933Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-31T06:04:26.933Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-31T06:04:26.933Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-31T06:04:26.933Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-31T06:04:27.198Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-31T06:04:27.198Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-31T06:04:27.462Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-31T06:04:27.462Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-31T06:04:27.726Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-31T06:04:27.726Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-31T06:04:27.726Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-31T06:04:27.726Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-31T06:04:27.992Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-31T06:04:27.992Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-31T06:04:27.992Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-31T06:04:27.992Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-31T06:04:28.256Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-31T06:04:28.256Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-31T06:04:28.256Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-31T06:04:28.256Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-31T06:04:28.520Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-31T06:04:28.520Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-31T06:04:28.520Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-31T06:04:28.520Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-31T06:04:29.777Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-31T06:04:29.777Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-31T06:04:29.777Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-31T06:04:30.180Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-31T06:04:30.180Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T06:04:30.180Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T06:04:30.514Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T06:04:30.514Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T06:04:30.514Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T06:04:30.514Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T06:04:30.775Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T06:04:30.775Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T06:04:30.775Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:31.039Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:31.039Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:31.039Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:31.302Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:31.302Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:31.302Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:31.302Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:32.248Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:32.248Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:33.195Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:33.195Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:34.148Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:34.148Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:34.410Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:34.410Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:35.353Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:04:35.353Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:04:35.353Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T06:04:35.353Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T06:04:35.353Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-31T06:04:35.618Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T06:04:35.618Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-31T06:04:35.618Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T06:04:35.877Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-31T06:04:35.877Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-31T06:04:36.139Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T06:04:36.139Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T06:04:36.139Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T06:04:36.139Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T06:04:36.402Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-31T06:04:36.402Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-31T06:04:36.402Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:36.663Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T06:04:36.663Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:36.663Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:36.663Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:36.663Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-31T06:04:36.663Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-31T06:04:36.663Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-31T06:04:36.929Z] [2020-12-31T06:04:36.929Z] Current default time zone: 'Etc/UTC' [2020-12-31T06:04:36.929Z] Local time is now: Thu Dec 31 06:04:36 UTC 2020. [2020-12-31T06:04:36.929Z] Universal Time is now: Thu Dec 31 06:04:36 UTC 2020. [2020-12-31T06:04:36.929Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-31T06:04:36.929Z] [2020-12-31T06:04:36.929Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-31T06:04:36.929Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:36.929Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-31T06:04:36.929Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:04:37.192Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-31T06:04:37.192Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-31T06:04:37.192Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-31T06:04:37.192Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-31T06:04:37.192Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-31T06:04:37.192Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-31T06:04:37.192Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:37.192Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-31T06:04:37.773Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:37.773Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-31T06:04:37.773Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:37.773Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-31T06:04:37.773Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-31T06:04:37.773Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-31T06:04:37.773Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-31T06:04:37.773Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-31T06:04:37.773Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-31T06:04:38.035Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-31T06:04:38.035Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-31T06:04:39.970Z] Updating certificates in /etc/ssl/certs... [2020-12-31T06:04:40.925Z] 22 added, 17 removed; done. [2020-12-31T06:04:40.925Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-31T06:04:40.925Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:04:40.925Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-31T06:04:40.925Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-31T06:04:40.925Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-31T06:04:41.187Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:41.187Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-31T06:04:41.187Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:41.187Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:41.187Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:41.187Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:41.187Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:41.187Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-31T06:04:41.448Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-31T06:04:41.448Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-31T06:04:41.448Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-31T06:04:41.448Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-31T06:04:41.448Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:41.448Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:04:41.712Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-31T06:04:41.712Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-31T06:04:41.712Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-31T06:04:41.712Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T06:04:41.712Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-31T06:04:41.983Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-31T06:04:41.983Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-31T06:04:41.983Z] Updating certificates in /etc/ssl/certs... [2020-12-31T06:04:42.556Z] 0 added, 0 removed; done. [2020-12-31T06:04:42.556Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-31T06:04:42.556Z] done. [2020-12-31T06:04:43.131Z] Reading package lists... [2020-12-31T06:04:43.131Z] Building dependency tree... [2020-12-31T06:04:43.131Z] Reading state information... [2020-12-31T06:04:43.393Z] The following NEW packages will be installed: [2020-12-31T06:04:43.393Z] apt-transport-https [2020-12-31T06:04:43.654Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T06:04:43.655Z] Need to get 1696 B of archives. [2020-12-31T06:04:43.655Z] After this operation, 153 kB of additional disk space will be used. [2020-12-31T06:04:43.655Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-31T06:04:43.655Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:04:43.655Z] Fetched 1696 B in 0s (9451 B/s) [2020-12-31T06:04:43.655Z] Selecting previously unselected package apt-transport-https. [2020-12-31T06:04:43.655Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-31T06:04:43.655Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-31T06:04:43.655Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-31T06:04:43.917Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-31T06:04:44.178Z] Waiting for network to be ready... [2020-12-31T06:04:49.477Z] 2020-12-31T06:04:47Z INFO Waiting for automatic snapd restart... [2020-12-31T06:04:49.740Z] snapd 2.48.1 from Canonical* installed [2020-12-31T06:04:50.684Z] "snapd" switched to the "latest/stable" channel [2020-12-31T06:04:50.684Z] [2020-12-31T06:04:53.235Z] core18 20201210 from Canonical* installed [2020-12-31T06:04:53.499Z] "core18" switched to the "latest/stable" channel [2020-12-31T06:04:53.499Z] [2020-12-31T06:04:56.803Z] snapcraft 4.4.4 from Canonical* installed [2020-12-31T06:04:57.064Z] "snapcraft" switched to the "latest/stable" channel [2020-12-31T06:04:57.064Z] [2020-12-31T06:05:01.280Z] 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-31T06:05:01.280Z] - README.md [2020-12-31T06:05:01.280Z] [2020-12-31T06:05:01.280Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-31T06:05:07.894Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T06:05:07.894Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T06:05:07.894Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T06:05:07.894Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T06:05:08.472Z] Reading package lists... [2020-12-31T06:05:08.740Z] 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-31T06:05:10.210Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:05:10.210Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:05:10.210Z] ---> 69ee97d13448 [2020-12-31T06:05:10.210Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T06:05:10.210Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:05:10.210Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:05:10.210Z] ---> 69ee97d13448 [2020-12-31T06:05:10.210Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T06:05:10.210Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:05:10.210Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:05:10.210Z] ---> 69ee97d13448 [2020-12-31T06:05:10.210Z] Step 3/27 : WORKDIR /edgex-go [2020-12-31T06:05:10.210Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:05:10.210Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:05:10.210Z] ---> 69ee97d13448 [2020-12-31T06:05:10.210Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T06:05:10.210Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:05:10.210Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:05:10.210Z] ---> 69ee97d13448 [2020-12-31T06:05:10.210Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T06:05:10.490Z] ---> Running in fbafd789ac81 [2020-12-31T06:05:10.490Z] ---> Running in f371a76e47f2 [2020-12-31T06:05:10.490Z] ---> Running in 49c5211530e9 [2020-12-31T06:05:10.490Z] ---> Running in 65d7eee51f82 [2020-12-31T06:05:10.490Z] ---> Running in 05e87b4b32f6 [2020-12-31T06:05:11.475Z] Removing intermediate container 05e87b4b32f6 [2020-12-31T06:05:11.475Z] ---> c5f3863f3ae6 [2020-12-31T06:05:11.475Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:05:11.475Z] Removing intermediate container 49c5211530e9 [2020-12-31T06:05:11.475Z] ---> fbc3dacfa3c8 [2020-12-31T06:05:11.475Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:05:11.475Z] Removing intermediate container f371a76e47f2 [2020-12-31T06:05:11.475Z] ---> 4f0f69e3540a [2020-12-31T06:05:11.475Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:05:11.475Z] Removing intermediate container 65d7eee51f82 [2020-12-31T06:05:11.475Z] ---> 3469f5e83a71 [2020-12-31T06:05:11.475Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:05:11.475Z] Removing intermediate container fbafd789ac81 [2020-12-31T06:05:11.475Z] ---> 9646c021c9bc [2020-12-31T06:05:11.475Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:05:11.475Z] ---> Running in 1d9977281a5b [2020-12-31T06:05:11.749Z] ---> Running in 56f562245992 [2020-12-31T06:05:11.749Z] ---> Running in 80481b868ed5 [2020-12-31T06:05:11.749Z] ---> Running in f18a740375e8 [2020-12-31T06:05:11.749Z] ---> Running in 0bc59c2838e5 [2020-12-31T06:05:15.342Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T06:05:15.342Z] Reading package lists... [2020-12-31T06:05:15.342Z] Building dependency tree... [2020-12-31T06:05:15.342Z] Reading state information... [2020-12-31T06:05:15.342Z] Suggested packages: [2020-12-31T06:05:15.342Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-31T06:05:15.342Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-31T06:05:15.342Z] Recommended packages: [2020-12-31T06:05:15.342Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-31T06:05:15.342Z] The following NEW packages will be installed: [2020-12-31T06:05:15.342Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-31T06:05:15.342Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-31T06:05:15.342Z] pkg-config zip [2020-12-31T06:05:15.342Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T06:05:15.342Z] Need to get 7655 kB of archives. [2020-12-31T06:05:15.342Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-31T06:05:15.342Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-31T06:05:15.342Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-31T06:05:15.605Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-31T06:05:15.605Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-31T06:05:15.866Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-31T06:05:15.866Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-31T06:05:15.866Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-31T06:05:15.866Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-31T06:05:15.866Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-31T06:05:15.866Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-31T06:05:16.106Z] Removing intermediate container 1d9977281a5b [2020-12-31T06:05:16.106Z] ---> 3e823cef22ca [2020-12-31T06:05:16.106Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T06:05:16.106Z] ---> Running in a75b7c9b04b1 [2020-12-31T06:05:16.106Z] Removing intermediate container 80481b868ed5 [2020-12-31T06:05:16.106Z] ---> 8904120029df [2020-12-31T06:05:16.106Z] Step 5/24 : RUN apk update && apk add make git [2020-12-31T06:05:16.139Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-31T06:05:16.139Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-31T06:05:16.139Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-31T06:05:16.377Z] ---> Running in 467fc207a499 [2020-12-31T06:05:16.399Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-31T06:05:16.399Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-31T06:05:16.399Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:05:16.399Z] Fetched 7655 kB in 1s (6817 kB/s) [2020-12-31T06:05:16.647Z] Removing intermediate container f18a740375e8 [2020-12-31T06:05:16.647Z] ---> 6a160d9d9ff3 [2020-12-31T06:05:16.647Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T06:05:16.647Z] Removing intermediate container 0bc59c2838e5 [2020-12-31T06:05:16.647Z] ---> a456a53a9669 [2020-12-31T06:05:16.647Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T06:05:16.647Z] Removing intermediate container 56f562245992 [2020-12-31T06:05:16.647Z] ---> e0a591dffea4 [2020-12-31T06:05:16.647Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-31T06:05:16.661Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-31T06:05:16.661Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-31T06:05:16.661Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-31T06:05:16.661Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-31T06:05:16.922Z] Selecting previously unselected package libpsl5:amd64. [2020-12-31T06:05:16.922Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-31T06:05:16.922Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-31T06:05:16.922Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-31T06:05:16.922Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-31T06:05:16.922Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-31T06:05:16.922Z] Selecting previously unselected package librtmp1:amd64. [2020-12-31T06:05:16.922Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-31T06:05:16.922Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-31T06:05:16.926Z] ---> Running in 563a74e4e042 [2020-12-31T06:05:16.926Z] ---> Running in 25ca797d2d7a [2020-12-31T06:05:17.183Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-31T06:05:17.183Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-31T06:05:17.183Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-31T06:05:17.183Z] Selecting previously unselected package liberror-perl. [2020-12-31T06:05:17.183Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-31T06:05:17.183Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-31T06:05:17.183Z] Selecting previously unselected package git-man. [2020-12-31T06:05:17.183Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-31T06:05:17.207Z] ---> Running in df095567e666 [2020-12-31T06:05:17.453Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-31T06:05:17.453Z] Selecting previously unselected package git. [2020-12-31T06:05:17.453Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-31T06:05:17.453Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-31T06:05:17.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:18.414Z] Selecting previously unselected package libnorm1:amd64. [2020-12-31T06:05:18.414Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-31T06:05:18.414Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-31T06:05:18.414Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-31T06:05:18.414Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-31T06:05:18.414Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-31T06:05:18.414Z] Selecting previously unselected package libsodium23:amd64. [2020-12-31T06:05:18.414Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-31T06:05:18.414Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-31T06:05:18.414Z] Selecting previously unselected package libzmq5:amd64. [2020-12-31T06:05:18.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:18.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:18.680Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-31T06:05:18.680Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T06:05:18.680Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-31T06:05:18.680Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-31T06:05:18.680Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T06:05:18.680Z] Selecting previously unselected package pkg-config. [2020-12-31T06:05:18.680Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-31T06:05:18.680Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-31T06:05:18.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:18.942Z] Selecting previously unselected package zip. [2020-12-31T06:05:18.942Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-31T06:05:18.942Z] Unpacking zip (3.0-11build1) ... [2020-12-31T06:05:18.942Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-31T06:05:18.942Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-31T06:05:18.942Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-31T06:05:18.942Z] Setting up liberror-perl (0.17025-1) ... [2020-12-31T06:05:19.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:19.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:19.203Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-31T06:05:19.203Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-31T06:05:19.203Z] No schema files found: doing nothing. [2020-12-31T06:05:19.203Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-31T06:05:19.203Z] Setting up zip (3.0-11build1) ... [2020-12-31T06:05:19.203Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-31T06:05:19.203Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-31T06:05:19.203Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-31T06:05:19.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:19.464Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T06:05:19.464Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-31T06:05:19.464Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T06:05:19.464Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-31T06:05:19.464Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T06:05:19.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:19.815Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:05:19.815Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:05:19.815Z] OK: 12620 distinct packages available [2020-12-31T06:05:19.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:19.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:20.088Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:05:20.088Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:05:20.088Z] OK: 12620 distinct packages available [2020-12-31T06:05:20.688Z] OK: 217 MiB in 51 packages [2020-12-31T06:05:20.965Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:05:20.965Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:05:20.965Z] OK: 12620 distinct packages available [2020-12-31T06:05:20.965Z] OK: 217 MiB in 51 packages [2020-12-31T06:05:21.243Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:05:21.243Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:05:21.243Z] OK: 12620 distinct packages available [2020-12-31T06:05:21.243Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:05:21.243Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:05:21.243Z] OK: 12620 distinct packages available [2020-12-31T06:05:21.847Z] OK: 217 MiB in 51 packages [2020-12-31T06:05:22.455Z] OK: 217 MiB in 51 packages [2020-12-31T06:05:22.455Z] OK: 217 MiB in 51 packages [2020-12-31T06:05:23.443Z] Removing intermediate container a75b7c9b04b1 [2020-12-31T06:05:23.444Z] ---> e310722a3504 [2020-12-31T06:05:23.444Z] Step 6/22 : COPY go.mod . [2020-12-31T06:05:23.444Z] Removing intermediate container 467fc207a499 [2020-12-31T06:05:23.444Z] ---> adc9e349e355 [2020-12-31T06:05:23.444Z] Step 6/24 : COPY go.mod . [2020-12-31T06:05:23.722Z] Removing intermediate container 563a74e4e042 [2020-12-31T06:05:23.722Z] ---> 1c89d7dbdbb1 [2020-12-31T06:05:23.722Z] Step 6/27 : COPY go.mod . [2020-12-31T06:05:24.331Z] Removing intermediate container 25ca797d2d7a [2020-12-31T06:05:24.331Z] ---> 4a5bad25e67b [2020-12-31T06:05:24.331Z] Step 6/21 : COPY go.mod . [2020-12-31T06:05:24.331Z] Removing intermediate container df095567e666 [2020-12-31T06:05:24.331Z] ---> 587759f00b1e [2020-12-31T06:05:24.331Z] Step 6/21 : COPY go.mod . [2020-12-31T06:05:24.331Z] ---> 1c936e2ab07f [2020-12-31T06:05:24.331Z] Step 7/22 : RUN go mod download [2020-12-31T06:05:24.614Z] ---> b444df268e60 [2020-12-31T06:05:24.614Z] Step 7/24 : RUN go mod download [2020-12-31T06:05:24.614Z] ---> Running in 88871dadff4f [2020-12-31T06:05:24.889Z] ---> Running in 0d2778618079 [2020-12-31T06:05:25.169Z] ---> 8c2cedc70705 [2020-12-31T06:05:25.169Z] Step 7/27 : RUN go mod download [2020-12-31T06:05:25.451Z] ---> Running in cb6db5722fb3 [2020-12-31T06:05:25.728Z] ---> 575bfe078657 [2020-12-31T06:05:25.728Z] Step 7/21 : RUN go mod download [2020-12-31T06:05:25.728Z] ---> 0651ef42b408 [2020-12-31T06:05:25.728Z] Step 7/21 : RUN go mod download [2020-12-31T06:05:26.012Z] ---> Running in c2249fd32844 [2020-12-31T06:05:26.012Z] ---> Running in 7172d9ab3d88 [2020-12-31T06:05:26.055Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T06:05:26.055Z] git set to automatically installed. [2020-12-31T06:05:26.055Z] git-man set to automatically installed. [2020-12-31T06:05:26.055Z] libcurl3-gnutls set to automatically installed. [2020-12-31T06:05:26.055Z] liberror-perl set to automatically installed. [2020-12-31T06:05:26.055Z] libglib2.0-0 set to automatically installed. [2020-12-31T06:05:26.055Z] libnghttp2-14 set to automatically installed. [2020-12-31T06:05:26.055Z] libnorm1 set to automatically installed. [2020-12-31T06:05:26.055Z] libpgm-5.2-0 set to automatically installed. [2020-12-31T06:05:26.055Z] libpsl5 set to automatically installed. [2020-12-31T06:05:26.055Z] librtmp1 set to automatically installed. [2020-12-31T06:05:26.055Z] libsodium23 set to automatically installed. [2020-12-31T06:05:26.055Z] libzmq3-dev set to automatically installed. [2020-12-31T06:05:26.055Z] libzmq5 set to automatically installed. [2020-12-31T06:05:26.055Z] pkg-config set to automatically installed. [2020-12-31T06:05:26.055Z] zip set to automatically installed. [2020-12-31T06:05:27.969Z] snapd is not logged in, snap install commands will use sudo [2020-12-31T06:05:29.459Z] Removing intermediate container 88871dadff4f [2020-12-31T06:05:29.459Z] ---> f665916fb497 [2020-12-31T06:05:29.459Z] Step 8/22 : COPY . . [2020-12-31T06:05:30.068Z] Removing intermediate container 0d2778618079 [2020-12-31T06:05:30.068Z] ---> 6e529afb3699 [2020-12-31T06:05:30.068Z] Step 8/24 : COPY . . [2020-12-31T06:05:30.068Z] Removing intermediate container cb6db5722fb3 [2020-12-31T06:05:30.068Z] ---> 80fe43c7ef0b [2020-12-31T06:05:30.068Z] Step 8/27 : COPY . . [2020-12-31T06:05:31.068Z] Removing intermediate container c2249fd32844 [2020-12-31T06:05:31.068Z] ---> 019251fe87a6 [2020-12-31T06:05:31.068Z] Step 8/21 : COPY . . [2020-12-31T06:05:31.068Z] Removing intermediate container 7172d9ab3d88 [2020-12-31T06:05:31.068Z] ---> 251da8303b00 [2020-12-31T06:05:31.068Z] Step 8/21 : COPY . . [2020-12-31T06:05:34.561Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T06:05:34.561Z] snap "core18" has no updates available [2020-12-31T06:05:35.133Z] Pulling config-common [2020-12-31T06:05:36.075Z] Pulling go-build-helper [2020-12-31T06:05:58.481Z] ---> 76729268b7b5 [2020-12-31T06:05:58.481Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-31T06:05:58.481Z] ---> 606e303350ec [2020-12-31T06:05:58.481Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-31T06:05:58.481Z] ---> 0e05e9fb93ce [2020-12-31T06:05:58.481Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-31T06:05:58.481Z] ---> 18804bef0687 [2020-12-31T06:05:58.481Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-31T06:05:58.481Z] ---> Running in e60aead645e5 [2020-12-31T06:05:58.481Z] ---> 26a16f4b56e9 [2020-12-31T06:05:58.481Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-31T06:05:58.481Z] ---> Running in 1898fde48e6b [2020-12-31T06:05:58.481Z] ---> Running in 784d984ca48e [2020-12-31T06:05:58.481Z] ---> Running in 46e4fdcfcfd8 [2020-12-31T06:05:58.481Z] ---> Running in 2595a4a752c6 [2020-12-31T06:05:59.466Z] 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-31T06:05:59.466Z] 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-31T06:05:59.591Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-31T06:05:59.591Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-31T06:05:59.591Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-31T06:05:59.591Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-31T06:05:59.591Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-31T06:05:59.591Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-31T06:05:59.591Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-31T06:05:59.591Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-31T06:05:59.591Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-31T06:05:59.591Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-31T06:05:59.591Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-31T06:05:59.591Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-31T06:05:59.591Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-31T06:05:59.591Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-31T06:05:59.591Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-31T06:05:59.591Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-31T06:05:59.591Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-31T06:05:59.591Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-31T06:05:59.591Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-31T06:05:59.591Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-31T06:05:59.591Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-31T06:05:59.591Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-31T06:05:59.591Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-31T06:05:59.591Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-31T06:05:59.591Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-31T06:05:59.591Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-31T06:05:59.591Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-31T06:05:59.591Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-31T06:05:59.591Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-31T06:05:59.591Z] Fetched 279 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-31T06:05:59.591Z] Fetched 122 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-31T06:05:59.591Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-31T06:05:59.591Z] Fetched 8848 B in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-31T06:05:59.591Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-31T06:05:59.591Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-31T06:05:59.591Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-31T06:05:59.591Z] Fetched 214 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-31T06:05:59.591Z] Fetched 155 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-31T06:05:59.591Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-31T06:05:59.591Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-31T06:05:59.591Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-31T06:05:59.591Z] Fetched 499 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-31T06:05:59.591Z] Fetched 111 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-31T06:05:59.591Z] Fetched 240 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-31T06:05:59.591Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-31T06:05:59.591Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-31T06:05:59.591Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-31T06:05:59.591Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-31T06:05:59.591Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-31T06:05:59.592Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-31T06:05:59.592Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-31T06:05:59.592Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-31T06:05:59.592Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-31T06:05:59.592Z] Fetched 8720 B in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-31T06:05:59.592Z] Fetched 137 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-31T06:05:59.592Z] Fetched 119 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-31T06:05:59.592Z] Fetched 109 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-31T06:05:59.592Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-31T06:05:59.592Z] Fetched 645 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-31T06:05:59.592Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-31T06:05:59.592Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-31T06:05:59.592Z] Fetched 368 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-31T06:05:59.592Z] Fetched 187 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-31T06:05:59.592Z] Fetched 175 kB in 0s (0 B/s) [2020-12-31T06:05:59.592Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-31T06:05:59.757Z] 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-31T06:05:59.757Z] 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-31T06:06:00.046Z] 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-31T06:06:00.851Z] Fetched 206 kB in 0s (0 B/s) [2020-12-31T06:06:00.851Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-31T06:06:00.851Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-31T06:06:00.851Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-31T06:06:00.851Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-31T06:06:00.851Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-31T06:06:00.851Z] Fetched 159 kB in 0s (0 B/s) [2020-12-31T06:06:00.851Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-31T06:06:00.851Z] Fetched 107 kB in 0s (0 B/s) [2020-12-31T06:06:00.851Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-31T06:06:00.851Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-31T06:06:00.851Z] Pulling static-packages [2020-12-31T06:06:01.845Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-31T06:06:01.845Z] Skipping pull go-build-helper (already ran) [2020-12-31T06:06:01.845Z] Skipping pull static-packages (already ran) [2020-12-31T06:06:01.845Z] Building go-build-helper [2020-12-31T06:06:06.050Z] Building static-packages [2020-12-31T06:06:07.440Z] Staging go-build-helper [2020-12-31T06:06:08.380Z] Staging static-packages [2020-12-31T06:06:09.328Z] Pulling go115 [2020-12-31T06:06:10.269Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-31T06:06:10.269Z] Skipping pull go115 (already ran) [2020-12-31T06:06:10.269Z] Building go115 [2020-12-31T06:06:10.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-31T06:06:10.269Z] Dload Upload Total Spent Left Speed [2020-12-31T06:06:13.340Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 115M 7 9423k 0 0 19.4M 0 0:00:05 --:--:-- 0:00:05 19.4M 38 115M 38 44.8M 0 0 30.4M 0 0:00:03 0:00:01 0:00:02 30.4M 77 115M 77 89.9M 0 0 36.3M 0 0:00:03 0:00:02 0:00:01 36.3M 100 115M 100 115M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M [2020-12-31T06:06:13.912Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-31T06:06:18.118Z] Staging go115 [2020-12-31T06:06:23.402Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T06:06:23.402Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T06:06:23.402Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T06:06:23.402Z] Fetched 0 B in 0s (0 B/s) [2020-12-31T06:06:23.402Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-31T06:06:23.402Z] Fetched 224 kB in 0s (0 B/s) [2020-12-31T06:06:23.402Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-31T06:06:23.402Z] Fetched 157 kB in 0s (0 B/s) [2020-12-31T06:06:23.402Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-31T06:06:23.402Z] Fetched 221 kB in 0s (0 B/s) [2020-12-31T06:06:23.402Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-31T06:06:23.402Z] Fetched 143 kB in 0s (0 B/s) [2020-12-31T06:06:23.402Z] Pulling edgex-go [2020-12-31T06:06:23.662Z] Pulling version [2020-12-31T06:06:24.602Z] Building config-common [2020-12-31T06:06:26.521Z] Skipping build go-build-helper (already ran) [2020-12-31T06:06:26.521Z] Skipping build static-packages (already ran) [2020-12-31T06:06:26.521Z] Skipping build go115 (already ran) [2020-12-31T06:06:26.521Z] Building edgex-go [2020-12-31T06:06:26.783Z] 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-31T06:06:27.725Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-31T06:06:27.725Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2020-12-31T06:06:27.725Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 [2020-12-31T06:06:27.725Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-31T06:06:27.986Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2020-12-31T06:06:27.986Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2020-12-31T06:06:27.986Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-31T06:06:27.986Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-31T06:06:27.986Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-31T06:06:27.986Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-31T06:06:27.986Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-31T06:06:27.986Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-31T06:06:27.986Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-31T06:06:27.986Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-31T06:06:27.986Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-31T06:06:27.986Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-31T06:06:27.986Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-31T06:06:27.986Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-31T06:06:27.986Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-31T06:06:27.986Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-31T06:06:27.986Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-31T06:06:27.986Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-31T06:06:27.986Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-31T06:06:27.986Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-31T06:06:27.986Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-31T06:06:27.986Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-31T06:06:28.247Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-31T06:06:28.247Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-31T06:06:28.247Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-31T06:06:28.247Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-31T06:06:28.247Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-31T06:06:28.247Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-31T06:06:28.247Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-31T06:06:28.247Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-31T06:06:28.247Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-31T06:06:28.247Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-31T06:06:28.247Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-31T06:06:28.247Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-31T06:06:28.507Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-31T06:06:28.507Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-31T06:06:36.660Z] 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-31T06:06:40.875Z] 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-31T06:06:41.458Z] 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-31T06:06:42.407Z] 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-31T06:06:42.691Z] 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-31T06:06:42.691Z] go: downloading github.com/stretchr/testify v1.6.1 [2020-12-31T06:06:42.951Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-12-31T06:06:42.951Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-31T06:06:42.951Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-31T06:06:44.869Z] 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-31T06:06:44.869Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-31T06:06:44.869Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-31T06:06:45.811Z] 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-31T06:06:45.812Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-31T06:06:47.197Z] 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-31T06:06:47.197Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-31T06:06:48.580Z] 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-31T06:06:49.152Z] 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-31T06:06:50.103Z] 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-31T06:06:52.645Z] Building version [2020-12-31T06:06:54.561Z] Staging config-common [2020-12-31T06:06:55.505Z] Skipping stage go-build-helper (already ran) [2020-12-31T06:06:55.505Z] Skipping stage static-packages (already ran) [2020-12-31T06:06:55.505Z] Skipping stage go115 (already ran) [2020-12-31T06:06:55.505Z] Staging edgex-go [2020-12-31T06:06:56.473Z] Staging version [2020-12-31T06:06:57.411Z] Priming config-common [2020-12-31T06:06:57.984Z] Priming go-build-helper [2020-12-31T06:06:58.923Z] Priming static-packages [2020-12-31T06:07:01.462Z] Priming go115 [2020-12-31T06:07:02.404Z] Priming edgex-go [2020-12-31T06:07:03.349Z] Priming version [2020-12-31T06:07:04.290Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-31T06:07:36.975Z] 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-31T06:07:36.975Z] 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-31T06:07:40.407Z] Removing intermediate container e60aead645e5 [2020-12-31T06:07:40.407Z] ---> dbabe9f8a238 [2020-12-31T06:07:40.407Z] [2020-12-31T06:07:40.407Z] Step 10/24 : FROM alpine:3.10 [2020-12-31T06:07:40.407Z] 3.10: Pulling from library/alpine [2020-12-31T06:07:41.856Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T06:07:41.856Z] Status: Downloaded newer image for alpine:3.10 [2020-12-31T06:07:41.856Z] ---> 536a684cf733 [2020-12-31T06:07:41.856Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T06:07:43.845Z] ---> Running in 92ec736ec4ff [2020-12-31T06:07:44.122Z] Removing intermediate container 784d984ca48e [2020-12-31T06:07:44.122Z] ---> fc7b0d4e4442 [2020-12-31T06:07:44.122Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-31T06:07:44.122Z] Removing intermediate container 2595a4a752c6 [2020-12-31T06:07:44.122Z] ---> 4d1003545b17 [2020-12-31T06:07:44.122Z] [2020-12-31T06:07:44.122Z] Step 10/21 : FROM alpine [2020-12-31T06:07:44.122Z] Removing intermediate container 46e4fdcfcfd8 [2020-12-31T06:07:44.122Z] ---> 1dd9131b130c [2020-12-31T06:07:44.122Z] [2020-12-31T06:07:44.122Z] Step 10/21 : FROM scratch [2020-12-31T06:07:44.122Z] ---> [2020-12-31T06:07:44.122Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T06:07:44.122Z] Removing intermediate container 1898fde48e6b [2020-12-31T06:07:44.122Z] ---> c4812c244811 [2020-12-31T06:07:44.122Z] [2020-12-31T06:07:44.122Z] Step 10/22 : FROM scratch [2020-12-31T06:07:44.122Z] ---> [2020-12-31T06:07:44.122Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T06:07:44.122Z] latest: Pulling from library/alpine [2020-12-31T06:07:44.407Z] ---> Running in 8ddf7d9e9b9e [2020-12-31T06:07:44.407Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T06:07:44.407Z] Status: Downloaded newer image for alpine:latest [2020-12-31T06:07:44.407Z] ---> afeebe901d6b [2020-12-31T06:07:44.407Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-31T06:07:44.407Z] ---> Running in 3bd1494e0e65 [2020-12-31T06:07:44.407Z] ---> Running in 21111c7d4cbc [2020-12-31T06:07:44.688Z] ---> Running in 8c458da599a8 [2020-12-31T06:07:45.289Z] Removing intermediate container 3bd1494e0e65 [2020-12-31T06:07:45.289Z] ---> 784860d9bd5c [2020-12-31T06:07:45.290Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-31T06:07:45.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:07:45.563Z] Removing intermediate container 21111c7d4cbc [2020-12-31T06:07:45.563Z] ---> 0578a7f69795 [2020-12-31T06:07:45.563Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-31T06:07:45.563Z] ---> Running in 17c1410bc82a [2020-12-31T06:07:45.841Z] ---> Running in 0d334b2814ea [2020-12-31T06:07:45.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:07:46.125Z] 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-31T06:07:46.400Z] Removing intermediate container 17c1410bc82a [2020-12-31T06:07:46.400Z] ---> 2e805d3cbf43 [2020-12-31T06:07:46.400Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-31T06:07:46.400Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T06:07:46.400Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T06:07:46.400Z] OK: 10171 distinct packages available [2020-12-31T06:07:46.400Z] ---> Running in cba518d78dc9 [2020-12-31T06:07:46.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:07:46.400Z] Removing intermediate container 0d334b2814ea [2020-12-31T06:07:46.400Z] ---> 56216b03664a [2020-12-31T06:07:46.400Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T06:07:46.679Z] ---> Running in bce17b6de18f [2020-12-31T06:07:46.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:07:46.955Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T06:07:47.233Z] Removing intermediate container cba518d78dc9 [2020-12-31T06:07:47.233Z] ---> f0f14685b86a [2020-12-31T06:07:47.233Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-31T06:07:47.233Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T06:07:47.233Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T06:07:47.233Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T06:07:47.233Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T06:07:47.233Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T06:07:47.233Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T06:07:47.517Z] Removing intermediate container bce17b6de18f [2020-12-31T06:07:47.517Z] ---> e080d9009f33 [2020-12-31T06:07:47.517Z] Step 14/22 : WORKDIR / [2020-12-31T06:07:47.517Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:07:47.517Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:07:47.517Z] OK: 12615 distinct packages available [2020-12-31T06:07:47.517Z] OK: 7 MiB in 19 packages [2020-12-31T06:07:47.808Z] ---> Running in 57c524b260ac [2020-12-31T06:07:48.412Z] ---> 74b1ae158c48 [2020-12-31T06:07:48.412Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-31T06:07:48.412Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-31T06:07:48.412Z] Removing intermediate container 57c524b260ac [2020-12-31T06:07:48.412Z] ---> a21654e74bb3 [2020-12-31T06:07:48.412Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-31T06:07:48.688Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T06:07:48.688Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-31T06:07:48.688Z] (4/4) Installing curl (7.69.1-r3) [2020-12-31T06:07:48.688Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:07:48.688Z] Executing ca-certificates-20191127-r4.trigger [2020-12-31T06:07:48.974Z] OK: 7 MiB in 18 packages [2020-12-31T06:07:50.416Z] ---> 2d899e4088b3 [2020-12-31T06:07:50.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-31T06:07:50.698Z] ---> 06b7307c1f2a [2020-12-31T06:07:50.698Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-31T06:07:50.995Z] Removing intermediate container 92ec736ec4ff [2020-12-31T06:07:50.995Z] ---> 5beca572524a [2020-12-31T06:07:50.995Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T06:07:51.382Z] ---> Running in e0d12b621ebe [2020-12-31T06:07:51.745Z] Removing intermediate container 8ddf7d9e9b9e [2020-12-31T06:07:51.745Z] ---> 4b83c273076a [2020-12-31T06:07:51.745Z] [2020-12-31T06:07:51.745Z] Step 11/27 : FROM docker:latest [2020-12-31T06:07:51.745Z] ---> f66387bf908a [2020-12-31T06:07:51.745Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-31T06:07:52.030Z] ---> Running in 0d3dea7ca609 [2020-12-31T06:07:52.318Z] Removing intermediate container e0d12b621ebe [2020-12-31T06:07:52.318Z] ---> 8d7009d83a0e [2020-12-31T06:07:52.318Z] Step 13/24 : WORKDIR / [2020-12-31T06:07:52.318Z] Removing intermediate container 8c458da599a8 [2020-12-31T06:07:52.318Z] ---> f8babe9bdaab [2020-12-31T06:07:52.318Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T06:07:52.969Z] ---> 5086eff3ef14 [2020-12-31T06:07:52.969Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-31T06:07:52.969Z] ---> Running in 7471ece04622 [2020-12-31T06:07:52.969Z] ---> Running in 4e9439835f87 [2020-12-31T06:07:52.969Z] ---> c1ec7615b68d [2020-12-31T06:07:52.969Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-31T06:07:53.264Z] ---> Running in b884343efe5c [2020-12-31T06:07:53.875Z] Removing intermediate container 4e9439835f87 [2020-12-31T06:07:53.875Z] ---> 72b2d316c8ab [2020-12-31T06:07:53.875Z] Step 13/21 : WORKDIR /edgex [2020-12-31T06:07:53.875Z] Removing intermediate container 7471ece04622 [2020-12-31T06:07:53.875Z] ---> 606ec14e2d41 [2020-12-31T06:07:53.875Z] 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-31T06:07:54.151Z] ---> Running in 5f1c8aaaa899 [2020-12-31T06:07:54.151Z] Removing intermediate container b884343efe5c [2020-12-31T06:07:54.151Z] ---> a0163cc369c8 [2020-12-31T06:07:54.151Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:07:54.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:07:54.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:07:54.428Z] ---> Running in f869ae6fb1ed [2020-12-31T06:07:54.428Z] ---> b434e6c509d7 [2020-12-31T06:07:54.428Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-31T06:07:54.702Z] ---> Running in e1888587dd96 [2020-12-31T06:07:54.975Z] Removing intermediate container 5f1c8aaaa899 [2020-12-31T06:07:54.975Z] ---> 20bbab500cf1 [2020-12-31T06:07:54.975Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-31T06:07:54.975Z] ---> a2681ed1ecfc [2020-12-31T06:07:54.975Z] 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-31T06:07:54.975Z] (1/2) Installing readline (8.0.4-r0) [2020-12-31T06:07:54.975Z] (2/2) Installing bash (5.0.17-r0) [2020-12-31T06:07:55.260Z] Executing bash-5.0.17-r0.post-install [2020-12-31T06:07:55.260Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:07:55.260Z] OK: 12 MiB in 22 packages [2020-12-31T06:07:55.260Z] Removing intermediate container f869ae6fb1ed [2020-12-31T06:07:55.260Z] ---> 0fc1f9ecc0b5 [2020-12-31T06:07:55.260Z] Step 19/21 : LABEL arch=arm64 [2020-12-31T06:07:55.535Z] Removing intermediate container e1888587dd96 [2020-12-31T06:07:55.535Z] ---> dbcb5dd0d9ba [2020-12-31T06:07:55.535Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:07:55.535Z] ---> Running in b79fee90a742 [2020-12-31T06:07:55.812Z] ---> Running in bb71f4398c23 [2020-12-31T06:07:56.409Z] ---> 1ea0014ed1a6 [2020-12-31T06:07:56.409Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-31T06:07:56.681Z] ---> 8497f0b2c179 [2020-12-31T06:07:56.681Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-31T06:07:56.681Z] Removing intermediate container b79fee90a742 [2020-12-31T06:07:56.681Z] ---> 06c700600b0e [2020-12-31T06:07:56.681Z] Step 20/21 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:07:56.681Z] Removing intermediate container bb71f4398c23 [2020-12-31T06:07:56.681Z] ---> a44307e71f32 [2020-12-31T06:07:56.681Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T06:07:56.956Z] Removing intermediate container 0d3dea7ca609 [2020-12-31T06:07:56.956Z] ---> eb7d888f5912 [2020-12-31T06:07:56.956Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-31T06:07:57.230Z] ---> Running in 3e0179d55d0a [2020-12-31T06:07:57.230Z] ---> Running in f9cc2a2350aa [2020-12-31T06:07:57.230Z] ---> Running in dec887b7bd53 [2020-12-31T06:07:58.221Z] ---> 6dcd198d0e37 [2020-12-31T06:07:58.221Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-31T06:07:58.221Z] Removing intermediate container 3e0179d55d0a [2020-12-31T06:07:58.221Z] ---> be0f0ce66fc4 [2020-12-31T06:07:58.221Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T06:07:58.502Z] ---> 4270c66447fc [2020-12-31T06:07:58.502Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-31T06:07:58.502Z] Removing intermediate container f9cc2a2350aa [2020-12-31T06:07:58.502Z] ---> 61ae0f3e43de [2020-12-31T06:07:58.502Z] Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:07:58.777Z] ---> Running in d41ad623d098 [2020-12-31T06:07:58.777Z] ---> Running in c10a53ffba67 [2020-12-31T06:07:59.759Z] Removing intermediate container d41ad623d098 [2020-12-31T06:07:59.759Z] ---> d2b015001d59 [2020-12-31T06:07:59.759Z] [2020-12-31T06:08:00.041Z] Removing intermediate container c10a53ffba67 [2020-12-31T06:08:00.041Z] ---> 39ee537308d4 [2020-12-31T06:08:00.041Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T06:08:00.041Z] Successfully built d2b015001d59 [2020-12-31T06:08:00.041Z] ---> 777bcac2ddc2 [2020-12-31T06:08:00.041Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-31T06:08:00.041Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-31T06:08:00.316Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-12-31T06:08:00.316Z] ---> 67b0fe725ba8 [2020-12-31T06:08:00.316Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-31T06:08:00.316Z] ---> Running in 1fafee291bd2 [2020-12-31T06:08:00.597Z] ---> Running in d4438a8d718f [2020-12-31T06:08:00.597Z] Removing intermediate container dec887b7bd53 [2020-12-31T06:08:00.597Z] ---> 76b7c2322f7d [2020-12-31T06:08:00.597Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-31T06:08:00.894Z] ---> Running in a14326ec8013 [2020-12-31T06:08:01.170Z] Removing intermediate container 1fafee291bd2 [2020-12-31T06:08:01.170Z] ---> ab1bcc645dcb [2020-12-31T06:08:01.170Z] [2020-12-31T06:08:01.449Z] Removing intermediate container d4438a8d718f [2020-12-31T06:08:01.449Z] ---> 602ad9d580f2 [2020-12-31T06:08:01.449Z] Step 18/21 : CMD ["--init=true"] [2020-12-31T06:08:01.768Z] Successfully built ab1bcc645dcb [2020-12-31T06:08:01.768Z] Removing intermediate container a14326ec8013 [2020-12-31T06:08:01.768Z] ---> 8d525cef427a [2020-12-31T06:08:01.768Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-31T06:08:01.768Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-31T06:08:01.768Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-31T06:08:02.061Z] ---> Running in 4ea190f3ab7e [2020-12-31T06:08:02.061Z] ---> 50d7f82c893b [2020-12-31T06:08:02.061Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-31T06:08:02.061Z] ---> Running in 160ca73f6d52 [2020-12-31T06:08:02.664Z] Removing intermediate container 4ea190f3ab7e [2020-12-31T06:08:02.664Z] ---> 716be0f25eca [2020-12-31T06:08:02.664Z] Step 19/21 : LABEL arch=arm64 [2020-12-31T06:08:02.946Z] Removing intermediate container 160ca73f6d52 [2020-12-31T06:08:02.946Z] ---> 200121f43bf9 [2020-12-31T06:08:02.946Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-31T06:08:02.946Z] ---> Running in e88418bc5a18 [2020-12-31T06:08:03.229Z] ---> Running in a65b20d549ea [2020-12-31T06:08:04.222Z] ---> 37e49d80151d [2020-12-31T06:08:04.222Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T06:08:05.219Z] Removing intermediate container e88418bc5a18 [2020-12-31T06:08:05.219Z] ---> f4a9e76dd9d2 [2020-12-31T06:08:05.219Z] Step 20/21 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:08:05.822Z] ---> Running in 548794b530d8 [2020-12-31T06:08:05.822Z] Removing intermediate container a65b20d549ea [2020-12-31T06:08:05.822Z] ---> e3a0bb59d3c6 [2020-12-31T06:08:05.822Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-31T06:08:05.822Z] ---> Running in 2311f220d4c0 [2020-12-31T06:08:07.809Z] Removing intermediate container 2311f220d4c0 [2020-12-31T06:08:07.809Z] ---> 9b4c7f61e321 [2020-12-31T06:08:07.809Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T06:08:08.805Z] ---> d4a9216ad5b0 [2020-12-31T06:08:08.805Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-31T06:08:08.805Z] ---> Running in 532f433839c2 [2020-12-31T06:08:09.800Z] Removing intermediate container 532f433839c2 [2020-12-31T06:08:09.800Z] ---> b0d10ad50866 [2020-12-31T06:08:09.800Z] [2020-12-31T06:08:09.800Z] ---> 15e788b5c7b4 [2020-12-31T06:08:09.800Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-31T06:08:10.078Z] Removing intermediate container 548794b530d8 [2020-12-31T06:08:10.078Z] ---> c4b07906ef09 [2020-12-31T06:08:10.078Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T06:08:10.078Z] Successfully built b0d10ad50866 [2020-12-31T06:08:10.355Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-31T06:08:10.355Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-12-31T06:08:10.355Z] ---> Running in 23f34da6e970 [2020-12-31T06:08:10.956Z] ---> c6e914b74332 [2020-12-31T06:08:10.956Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-31T06:08:11.233Z] ---> Running in 52b1c44cd662 [2020-12-31T06:08:11.511Z] Removing intermediate container 23f34da6e970 [2020-12-31T06:08:11.511Z] ---> 005cc5e208b8 [2020-12-31T06:08:11.511Z] Step 22/24 : LABEL arch=arm64 [2020-12-31T06:08:11.511Z] ---> Running in 0ecbaed6cd1e [2020-12-31T06:08:12.498Z] Removing intermediate container 0ecbaed6cd1e [2020-12-31T06:08:12.498Z] ---> b508dcde33b1 [2020-12-31T06:08:12.498Z] Step 23/24 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:08:12.498Z] ---> Running in c1f271116ff8 [2020-12-31T06:08:12.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:08:13.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:08:13.334Z] Removing intermediate container c1f271116ff8 [2020-12-31T06:08:13.334Z] ---> 0b4a3831a561 [2020-12-31T06:08:13.334Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T06:08:13.334Z] ---> Running in b397bdf833d1 [2020-12-31T06:08:13.614Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-31T06:08:13.614Z] (2/33) Installing expat (2.2.9-r1) [2020-12-31T06:08:13.614Z] (3/33) Installing libffi (3.3-r2) [2020-12-31T06:08:13.614Z] (4/33) Installing gdbm (1.13-r1) [2020-12-31T06:08:13.905Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-31T06:08:13.905Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-31T06:08:13.905Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-31T06:08:14.183Z] Removing intermediate container b397bdf833d1 [2020-12-31T06:08:14.183Z] ---> b11ab22ad5fc [2020-12-31T06:08:14.183Z] [2020-12-31T06:08:14.464Z] Successfully built b11ab22ad5fc [2020-12-31T06:08:14.741Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-31T06:08:14.741Z] Building docker-security-bootstrap-redis-go [2020-12-31T06:08:15.724Z]  Building docker-security-secretstore-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-31T06:08:15.724Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-31T06:08:15.724Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-31T06:08:15.996Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-31T06:08:15.996Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-31T06:08:15.996Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-31T06:08:15.996Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-31T06:08:15.996Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-31T06:08:15.996Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-31T06:08:15.996Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-31T06:08:16.266Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-31T06:08:16.266Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-31T06:08:16.266Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-31T06:08:16.266Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-31T06:08:16.266Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-31T06:08:16.266Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-31T06:08:16.266Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-31T06:08:16.266Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-31T06:08:16.266Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-31T06:08:16.540Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-31T06:08:16.540Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-31T06:08:16.540Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-31T06:08:16.540Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-31T06:08:16.540Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-31T06:08:16.540Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-31T06:08:16.540Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-31T06:08:16.814Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:08:16.814Z] OK: 71 MiB in 55 packages [2020-12-31T06:08:29.239Z] Removing intermediate container 52b1c44cd662 [2020-12-31T06:08:29.239Z] ---> 096cf218d215 [2020-12-31T06:08:29.239Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-31T06:08:29.239Z] ---> Running in 103d80752bb7 [2020-12-31T06:08:34.647Z] Collecting docker-compose==1.23.2 [2020-12-31T06:08:34.922Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-31T06:08:35.514Z] Collecting texttable<0.10,>=0.9.0 [2020-12-31T06:08:35.792Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-31T06:08:38.421Z] Collecting jsonschema<3,>=2.5.1 [2020-12-31T06:08:38.421Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-31T06:08:38.701Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-31T06:08:38.701Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-31T06:08:42.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:08:42.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:08:42.105Z] ---> 69ee97d13448 [2020-12-31T06:08:42.105Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T06:08:42.105Z] ---> Using cache [2020-12-31T06:08:42.105Z] ---> 9646c021c9bc [2020-12-31T06:08:42.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:08:42.105Z] ---> Using cache [2020-12-31T06:08:42.105Z] ---> a456a53a9669 [2020-12-31T06:08:42.105Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T06:08:42.105Z] ---> Using cache [2020-12-31T06:08:42.105Z] ---> 4a5bad25e67b [2020-12-31T06:08:42.105Z] Step 6/22 : COPY go.mod . [2020-12-31T06:08:42.105Z] ---> Using cache [2020-12-31T06:08:42.105Z] ---> 575bfe078657 [2020-12-31T06:08:42.105Z] Step 7/22 : RUN go mod download [2020-12-31T06:08:42.105Z] ---> Using cache [2020-12-31T06:08:42.105Z] ---> 019251fe87a6 [2020-12-31T06:08:42.105Z] Step 8/22 : COPY . . [2020-12-31T06:08:42.105Z] ---> Using cache [2020-12-31T06:08:42.105Z] ---> 0e05e9fb93ce [2020-12-31T06:08:42.105Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-31T06:08:42.378Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-31T06:08:42.378Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-31T06:08:43.358Z] 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-31T06:08:44.006Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:08:44.006Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:08:44.006Z] ---> 69ee97d13448 [2020-12-31T06:08:44.006Z] Step 3/23 : WORKDIR /edgex-go [2020-12-31T06:08:44.006Z] ---> Using cache [2020-12-31T06:08:44.006Z] ---> 9646c021c9bc [2020-12-31T06:08:44.006Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:08:44.006Z] ---> Using cache [2020-12-31T06:08:44.006Z] ---> a456a53a9669 [2020-12-31T06:08:44.006Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-31T06:08:44.284Z] Collecting PyYAML<4,>=3.10 [2020-12-31T06:08:44.562Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-31T06:08:47.191Z] ---> Running in 8b8f18e2268f [2020-12-31T06:08:47.191Z] ---> Running in 2189a6f6a606 [2020-12-31T06:08:49.170Z] 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-31T06:08:49.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:08:49.170Z] Collecting cached-property<2,>=1.2.0 [2020-12-31T06:08:49.170Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-31T06:08:49.769Z] Collecting docopt<0.7,>=0.6.1 [2020-12-31T06:08:49.769Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-31T06:08:51.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:08:52.204Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:08:52.204Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:08:52.204Z] ---> 69ee97d13448 [2020-12-31T06:08:52.204Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T06:08:52.204Z] ---> Using cache [2020-12-31T06:08:52.204Z] ---> 9646c021c9bc [2020-12-31T06:08:52.204Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:08:52.204Z] ---> Using cache [2020-12-31T06:08:52.204Z] ---> a456a53a9669 [2020-12-31T06:08:52.204Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-31T06:08:53.643Z] Collecting docker<4.0,>=3.6.0 [2020-12-31T06:08:53.643Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-31T06:08:53.932Z] ---> Running in f062e4562b10 [2020-12-31T06:08:54.204Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:08:54.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:08:54.204Z] ---> 69ee97d13448 [2020-12-31T06:08:54.204Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T06:08:54.204Z] ---> Using cache [2020-12-31T06:08:54.204Z] ---> 9646c021c9bc [2020-12-31T06:08:54.204Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:08:54.204Z] ---> Using cache [2020-12-31T06:08:54.204Z] ---> a456a53a9669 [2020-12-31T06:08:54.204Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T06:08:54.204Z] ---> Using cache [2020-12-31T06:08:54.204Z] ---> 4a5bad25e67b [2020-12-31T06:08:54.204Z] Step 6/22 : COPY go.mod . [2020-12-31T06:08:54.204Z] ---> Using cache [2020-12-31T06:08:54.204Z] ---> 575bfe078657 [2020-12-31T06:08:54.204Z] Step 7/22 : RUN go mod download [2020-12-31T06:08:54.204Z] ---> Using cache [2020-12-31T06:08:54.204Z] ---> 019251fe87a6 [2020-12-31T06:08:54.204Z] Step 8/22 : COPY . . [2020-12-31T06:08:54.204Z] ---> Using cache [2020-12-31T06:08:54.204Z] ---> 0e05e9fb93ce [2020-12-31T06:08:54.204Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T06:08:54.204Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:08:54.204Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:08:54.204Z] OK: 12620 distinct packages available [2020-12-31T06:08:54.487Z] ---> Running in 03758c8c0a95 [2020-12-31T06:08:55.091Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-31T06:08:55.091Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-31T06:08:55.372Z] OK: 217 MiB in 51 packages [2020-12-31T06:08:55.372Z] 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-31T06:08:55.651Z] Collecting idna<2.8,>=2.5 [2020-12-31T06:08:55.929Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-31T06:08:55.929Z] 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-31T06:08:56.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:08:56.833Z] 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-31T06:08:56.833Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-31T06:08:56.833Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-31T06:08:57.124Z] Removing intermediate container 2189a6f6a606 [2020-12-31T06:08:57.124Z] ---> c9dc30654ebc [2020-12-31T06:08:57.124Z] Step 6/23 : COPY go.mod . [2020-12-31T06:08:57.401Z] Collecting docker-pycreds>=0.4.0 [2020-12-31T06:08:57.401Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-31T06:08:57.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:08:57.693Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-31T06:08:57.693Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-31T06:08:57.693Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-31T06:08:57.693Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-31T06:08:58.297Z] ---> 3387862ed141 [2020-12-31T06:08:58.297Z] Step 7/23 : RUN go mod download [2020-12-31T06:08:58.571Z] ---> Running in 4c1e110d5085 [2020-12-31T06:08:58.571Z] Installing collected packages: texttable, jsonschema, dockerpty, idna, urllib3, requests, PyYAML, cached-property, docopt, docker-pycreds, websocket-client, docker, docker-compose [2020-12-31T06:08:58.571Z] Running setup.py install for texttable: started [2020-12-31T06:08:58.849Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:08:58.849Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:08:58.849Z] OK: 12620 distinct packages available [2020-12-31T06:09:00.016Z] OK: 217 MiB in 51 packages [2020-12-31T06:09:02.221Z] Removing intermediate container f062e4562b10 [2020-12-31T06:09:02.221Z] ---> 8fd53cf2902e [2020-12-31T06:09:02.221Z] Step 6/24 : COPY go.mod . [2020-12-31T06:09:02.879Z] Running setup.py install for texttable: finished with status 'done' [2020-12-31T06:09:03.159Z] ---> 9ae821fbf74a [2020-12-31T06:09:03.159Z] Step 7/24 : RUN go mod download [2020-12-31T06:09:03.446Z] Running setup.py install for dockerpty: started [2020-12-31T06:09:03.719Z] ---> Running in 0d7b71b23099 [2020-12-31T06:09:04.009Z] Removing intermediate container 4c1e110d5085 [2020-12-31T06:09:04.009Z] ---> eb4baa9bb431 [2020-12-31T06:09:04.009Z] Step 8/23 : COPY . . [2020-12-31T06:09:06.653Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-31T06:09:06.653Z] Attempting uninstall: idna [2020-12-31T06:09:06.653Z] Found existing installation: idna 2.9 [2020-12-31T06:09:06.653Z] Uninstalling idna-2.9: [2020-12-31T06:09:06.653Z] Successfully uninstalled idna-2.9 [2020-12-31T06:09:07.644Z] Attempting uninstall: urllib3 [2020-12-31T06:09:07.644Z] Found existing installation: urllib3 1.25.9 [2020-12-31T06:09:07.644Z] Uninstalling urllib3-1.25.9: [2020-12-31T06:09:07.945Z] Successfully uninstalled urllib3-1.25.9 [2020-12-31T06:09:08.960Z] Attempting uninstall: requests [2020-12-31T06:09:08.960Z] Found existing installation: requests 2.23.0 [2020-12-31T06:09:08.960Z] Uninstalling requests-2.23.0: [2020-12-31T06:09:09.243Z] Successfully uninstalled requests-2.23.0 [2020-12-31T06:09:09.523Z] Running setup.py install for PyYAML: started [2020-12-31T06:09:10.132Z] Removing intermediate container 0d7b71b23099 [2020-12-31T06:09:10.132Z] ---> 9f7d6f3fdd3c [2020-12-31T06:09:10.132Z] Step 8/24 : COPY . . [2020-12-31T06:09:12.771Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-31T06:09:13.048Z] Running setup.py install for docopt: started [2020-12-31T06:09:15.704Z] Running setup.py install for docopt: finished with status 'done' [2020-12-31T06:09:18.361Z] 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-31T06:09:28.587Z] Removing intermediate container 103d80752bb7 [2020-12-31T06:09:28.587Z] ---> a151bf1559a8 [2020-12-31T06:09:28.587Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-31T06:09:28.587Z] ---> dcba90d057da [2020-12-31T06:09:28.587Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-31T06:09:28.866Z] ---> Running in d3f58bfa43fd [2020-12-31T06:09:28.866Z] ---> Running in 713b1aecec11 [2020-12-31T06:09:31.520Z] 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-31T06:09:31.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:09:31.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:09:32.799Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T06:09:32.799Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-31T06:09:32.799Z] (3/3) Installing curl (7.69.1-r3) [2020-12-31T06:09:32.799Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:09:32.799Z] OK: 71 MiB in 58 packages [2020-12-31T06:09:36.249Z] ---> f1eea24effb3 [2020-12-31T06:09:36.249Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-31T06:09:36.249Z] Removing intermediate container 713b1aecec11 [2020-12-31T06:09:36.249Z] ---> f83509573081 [2020-12-31T06:09:36.249Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-31T06:09:36.249Z] ---> Running in 40798df83b97 [2020-12-31T06:09:36.249Z] ---> Running in 855fa75742a0 [2020-12-31T06:09:36.860Z] Removing intermediate container 855fa75742a0 [2020-12-31T06:09:36.860Z] ---> 722241d5ed99 [2020-12-31T06:09:36.860Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:09:36.860Z] ---> Running in 6890102832bf [2020-12-31T06:09:37.864Z] Removing intermediate container 6890102832bf [2020-12-31T06:09:37.864Z] ---> 2de4cba9ad62 [2020-12-31T06:09:37.864Z] Step 25/27 : LABEL arch=arm64 [2020-12-31T06:09:37.864Z] ---> Running in a49410a8335b [2020-12-31T06:09:38.143Z] 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-31T06:09:38.751Z] Removing intermediate container a49410a8335b [2020-12-31T06:09:38.751Z] ---> dcb2204c42ea [2020-12-31T06:09:38.751Z] Step 26/27 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:09:39.033Z] ---> Running in 8e9c996c0573 [2020-12-31T06:09:39.644Z] Removing intermediate container 8e9c996c0573 [2020-12-31T06:09:39.644Z] ---> bd02bcb208df [2020-12-31T06:09:39.644Z] Step 27/27 : LABEL version=0.0.0 [2020-12-31T06:09:39.644Z] ---> Running in a298c72f27fa [2020-12-31T06:09:40.262Z] Removing intermediate container a298c72f27fa [2020-12-31T06:09:40.262Z] ---> 82be2aeb9b3d [2020-12-31T06:09:40.262Z] [2020-12-31T06:09:40.872Z] Successfully built 82be2aeb9b3d [2020-12-31T06:09:40.872Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-31T06:10:19.964Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 03758c8c0a95 [2020-12-31T06:10:19.964Z] ---> e70dd0bff9bd [2020-12-31T06:10:19.964Z] [2020-12-31T06:10:19.964Z] Step 10/22 : FROM alpine:3.10 [2020-12-31T06:10:19.964Z] ---> 536a684cf733 [2020-12-31T06:10:19.964Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T06:10:19.964Z] ---> Using cache [2020-12-31T06:10:19.964Z] ---> 5beca572524a [2020-12-31T06:10:19.964Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-31T06:10:19.964Z] ---> Running in 43bec9ab7d8d [2020-12-31T06:10:19.964Z] Removing intermediate container 43bec9ab7d8d [2020-12-31T06:10:19.964Z] ---> 5977ce8fda13 [2020-12-31T06:10:19.964Z] Step 13/22 : WORKDIR / [2020-12-31T06:10:19.964Z] ---> Running in 6e1fe1c4b1f5 [2020-12-31T06:10:19.964Z] Removing intermediate container 6e1fe1c4b1f5 [2020-12-31T06:10:19.964Z] ---> a0c13369065f [2020-12-31T06:10:19.964Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-31T06:10:19.964Z] ---> 40f131245352 [2020-12-31T06:10:19.964Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-31T06:10:19.964Z] ---> 7928b75c88b4 [2020-12-31T06:10:19.964Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-31T06:10:19.964Z] ---> a40f9e4ca21e [2020-12-31T06:10:19.964Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-31T06:10:20.963Z] ---> 7d42b66e38fa [2020-12-31T06:10:20.963Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-31T06:10:20.963Z] ---> Running in 636c118b33d9 [2020-12-31T06:10:24.383Z] Removing intermediate container 636c118b33d9 [2020-12-31T06:10:24.383Z] ---> ddf1da28882e [2020-12-31T06:10:24.383Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-31T06:10:24.663Z] ---> Running in c6fc5720efc5 [2020-12-31T06:10:25.665Z] Removing intermediate container c6fc5720efc5 [2020-12-31T06:10:25.665Z] ---> 8b7a9d93bf17 [2020-12-31T06:10:25.665Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T06:10:26.667Z] ---> Running in 1be738d368d1 [2020-12-31T06:10:27.682Z] Removing intermediate container 1be738d368d1 [2020-12-31T06:10:27.682Z] ---> ea30fbc452de [2020-12-31T06:10:27.682Z] Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:10:28.294Z] ---> Running in 79346cc7f263 [2020-12-31T06:10:28.578Z] Removing intermediate container 8b8f18e2268f [2020-12-31T06:10:28.578Z] ---> 125f9c304a3a [2020-12-31T06:10:28.578Z] [2020-12-31T06:10:28.578Z] Step 10/22 : FROM scratch [2020-12-31T06:10:28.578Z] ---> [2020-12-31T06:10:28.578Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T06:10:28.868Z] ---> Using cache [2020-12-31T06:10:28.868Z] ---> 0578a7f69795 [2020-12-31T06:10:28.868Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-31T06:10:29.147Z] Removing intermediate container 79346cc7f263 [2020-12-31T06:10:29.147Z] ---> cb474a836404 [2020-12-31T06:10:29.147Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T06:10:29.147Z] ---> Running in 79b67adfe98b [2020-12-31T06:10:29.427Z] ---> Running in d4d4687557de [2020-12-31T06:10:29.722Z] Removing intermediate container 79b67adfe98b [2020-12-31T06:10:29.722Z] ---> b730fd6aec6c [2020-12-31T06:10:29.722Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T06:10:30.001Z] Removing intermediate container d4d4687557de [2020-12-31T06:10:30.001Z] ---> 602ccfe3263f [2020-12-31T06:10:30.001Z] [2020-12-31T06:10:30.001Z] ---> Running in 54f98a9a2eb3 [2020-12-31T06:10:30.616Z] Successfully built 602ccfe3263f [2020-12-31T06:10:30.616Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-31T06:10:30.898Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 54f98a9a2eb3 [2020-12-31T06:10:30.898Z] ---> abfb07b17021 [2020-12-31T06:10:30.898Z] Step 14/22 : WORKDIR / [2020-12-31T06:10:30.898Z] ---> Running in 922881e846a4 [2020-12-31T06:10:31.918Z] Removing intermediate container 922881e846a4 [2020-12-31T06:10:31.918Z] ---> c2fc2eca019e [2020-12-31T06:10:31.918Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-31T06:10:32.911Z] ---> d8baf8a99314 [2020-12-31T06:10:32.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-31T06:10:34.911Z] ---> 41e3de9690ab [2020-12-31T06:10:34.911Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-31T06:10:35.923Z] ---> c03083190cf6 [2020-12-31T06:10:35.923Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-31T06:10:36.200Z] ---> Running in a0f1d8f7365e [2020-12-31T06:10:36.821Z] Removing intermediate container a0f1d8f7365e [2020-12-31T06:10:36.821Z] ---> f7b1b7089f7b [2020-12-31T06:10:36.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:10:37.116Z] ---> Running in dd85df7b6d1e [2020-12-31T06:10:37.745Z] Removing intermediate container dd85df7b6d1e [2020-12-31T06:10:37.745Z] ---> c2457f1a8df7 [2020-12-31T06:10:37.745Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T06:10:38.029Z] ---> Running in d2b306bf70d9 [2020-12-31T06:10:38.655Z] Removing intermediate container d2b306bf70d9 [2020-12-31T06:10:38.655Z] ---> 1863e73ccb7b [2020-12-31T06:10:38.655Z] Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:10:38.655Z] ---> Running in c024f816af99 [2020-12-31T06:10:39.418Z] Removing intermediate container c024f816af99 [2020-12-31T06:10:39.418Z] ---> 56d7289d44ee [2020-12-31T06:10:39.418Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T06:10:39.736Z] ---> Running in 1cb0a6075295 [2020-12-31T06:10:40.425Z] Removing intermediate container 1cb0a6075295 [2020-12-31T06:10:40.425Z] ---> 5d7e2f80ec39 [2020-12-31T06:10:40.425Z] [2020-12-31T06:10:40.733Z] Successfully built 5d7e2f80ec39 [2020-12-31T06:10:40.733Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-31T06:10:49.074Z]  Building docker-core-metadata-go ... done Removing intermediate container 40798df83b97 [2020-12-31T06:10:49.074Z] ---> 5bdcb0a82ed9 [2020-12-31T06:10:49.074Z] [2020-12-31T06:10:49.074Z] Step 10/24 : FROM scratch [2020-12-31T06:10:49.074Z] ---> [2020-12-31T06:10:49.074Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-31T06:10:49.074Z] ---> Running in 1818ee6426c3 [2020-12-31T06:10:49.350Z] Removing intermediate container 1818ee6426c3 [2020-12-31T06:10:49.350Z] ---> d32e87f63827 [2020-12-31T06:10:49.350Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-31T06:10:49.625Z] ---> Running in 37f86bd15e0f [2020-12-31T06:10:50.225Z] Removing intermediate container 37f86bd15e0f [2020-12-31T06:10:50.225Z] ---> c6ab9ab28939 [2020-12-31T06:10:50.225Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-31T06:10:50.225Z] ---> Running in 297aa6c50099 [2020-12-31T06:10:50.831Z] Removing intermediate container 297aa6c50099 [2020-12-31T06:10:50.831Z] ---> a643fba59213 [2020-12-31T06:10:50.831Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-31T06:10:51.815Z] ---> 2c1c93ba80d3 [2020-12-31T06:10:51.815Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-31T06:10:52.804Z] ---> d82e9505cbca [2020-12-31T06:10:52.804Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-31T06:10:54.243Z] ---> 439f1b41279e [2020-12-31T06:10:54.243Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-31T06:10:55.229Z] ---> a3186cb40b0e [2020-12-31T06:10:55.229Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-31T06:10:57.221Z] ---> fecd107f0626 [2020-12-31T06:10:57.221Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-31T06:10:57.496Z] Removing intermediate container d3f58bfa43fd [2020-12-31T06:10:57.496Z] ---> 774361cd69cd [2020-12-31T06:10:57.496Z] [2020-12-31T06:10:57.496Z] Step 10/23 : FROM alpine [2020-12-31T06:10:57.496Z] ---> afeebe901d6b [2020-12-31T06:10:57.496Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T06:10:57.496Z] ---> Running in 85fac24d9097 [2020-12-31T06:10:57.771Z] ---> d042a670ecdb [2020-12-31T06:10:57.771Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-31T06:10:58.042Z] ---> Running in 3fcd05050efb [2020-12-31T06:10:58.042Z] Removing intermediate container 85fac24d9097 [2020-12-31T06:10:58.042Z] ---> dc2b1ca29dbc [2020-12-31T06:10:58.042Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-31T06:10:58.316Z] ---> Running in 63afa9a70430 [2020-12-31T06:10:58.316Z] Removing intermediate container 3fcd05050efb [2020-12-31T06:10:58.316Z] ---> ed5b0bee3eb9 [2020-12-31T06:10:58.316Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:10:58.590Z] ---> Running in d319e12e1481 [2020-12-31T06:10:58.869Z] Removing intermediate container 63afa9a70430 [2020-12-31T06:10:58.869Z] ---> 3d15b537c9f7 [2020-12-31T06:10:58.869Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-31T06:10:58.869Z] ---> Running in 93e203c69efe [2020-12-31T06:10:59.169Z] Removing intermediate container d319e12e1481 [2020-12-31T06:10:59.169Z] ---> 9c92c8a8e73d [2020-12-31T06:10:59.169Z] Step 22/24 : LABEL arch=arm64 [2020-12-31T06:10:59.450Z] ---> Running in 873727a923a7 [2020-12-31T06:10:59.450Z] Removing intermediate container 93e203c69efe [2020-12-31T06:10:59.450Z] ---> b67426af5d83 [2020-12-31T06:10:59.450Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:10:59.450Z] ---> Running in 75c01a838f58 [2020-12-31T06:11:00.046Z] Removing intermediate container 873727a923a7 [2020-12-31T06:11:00.046Z] ---> 880c04ad6ffd [2020-12-31T06:11:00.046Z] Step 23/24 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:11:00.046Z] ---> Running in b1defed29258 [2020-12-31T06:11:00.640Z] Removing intermediate container b1defed29258 [2020-12-31T06:11:00.640Z] ---> 4c0405ca3d5f [2020-12-31T06:11:00.640Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T06:11:00.640Z] ---> Running in 47c880564a8b [2020-12-31T06:11:01.242Z] Removing intermediate container 47c880564a8b [2020-12-31T06:11:01.242Z] ---> a06036e3c503 [2020-12-31T06:11:01.242Z] [2020-12-31T06:11:01.528Z] Successfully built a06036e3c503 [2020-12-31T06:11:01.528Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-31T06:11:01.528Z]  Building docker-support-notifications-go ... done Removing intermediate container 75c01a838f58 [2020-12-31T06:11:01.528Z] ---> 204cc1e2474e [2020-12-31T06:11:01.528Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-31T06:11:01.803Z] ---> Running in d91ba05b1dbd [2020-12-31T06:11:02.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:11:03.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:11:04.366Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-31T06:11:04.366Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-31T06:11:04.640Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-31T06:11:04.918Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-31T06:11:04.918Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-31T06:11:04.918Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:11:04.918Z] OK: 8 MiB in 19 packages [2020-12-31T06:11:06.367Z] Removing intermediate container d91ba05b1dbd [2020-12-31T06:11:06.367Z] ---> 39d187fad075 [2020-12-31T06:11:06.367Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-31T06:11:07.353Z] ---> 2ad69e45e593 [2020-12-31T06:11:07.353Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-31T06:11:08.798Z] ---> 4e4eaa89fd00 [2020-12-31T06:11:08.798Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-31T06:11:09.071Z] ---> bba185afdd5f [2020-12-31T06:11:09.071Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-31T06:11:09.346Z] ---> Running in 072f7f8a1208 [2020-12-31T06:11:09.622Z] Removing intermediate container 072f7f8a1208 [2020-12-31T06:11:09.622Z] ---> ced7c8c57e86 [2020-12-31T06:11:09.622Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:11:09.895Z] ---> Running in 89a1e16f19b1 [2020-12-31T06:11:10.492Z] Removing intermediate container 89a1e16f19b1 [2020-12-31T06:11:10.492Z] ---> 37d69a620f80 [2020-12-31T06:11:10.492Z] Step 21/23 : LABEL arch=arm64 [2020-12-31T06:11:10.492Z] ---> Running in 13556996bf0c [2020-12-31T06:11:11.093Z] Removing intermediate container 13556996bf0c [2020-12-31T06:11:11.093Z] ---> b7a312dd5580 [2020-12-31T06:11:11.093Z] Step 22/23 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 [2020-12-31T06:11:11.093Z] ---> Running in ced6df712285 [2020-12-31T06:11:11.695Z] Removing intermediate container ced6df712285 [2020-12-31T06:11:11.695Z] ---> 7d736629cb4d [2020-12-31T06:11:11.695Z] Step 23/23 : LABEL version=0.0.0 [2020-12-31T06:11:11.695Z] ---> Running in 9fa8a2af019f [2020-12-31T06:11:12.307Z] Removing intermediate container 9fa8a2af019f [2020-12-31T06:11:12.307Z] ---> 846034fa3d88 [2020-12-31T06:11:12.307Z] [2020-12-31T06:11:12.581Z] Successfully built 846034fa3d88 [2020-12-31T06:11:12.581Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-31T06:11:13.206Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-31T06:11:13.182Z] $ docker stop --time=1 a2199837f90509c8fc68574c58c86a2ae4955bb53be8cb7df1d4b9679711c810 [2020-12-31T06:11:15.145Z] $ docker rm -f a2199837f90509c8fc68574c58c86a2ae4955bb53be8cb7df1d4b9679711c810 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T06:11:15.978Z] + docker images [2020-12-31T06:11:15.978Z] + grep docker [2020-12-31T06:11:16.250Z] docker-core-data-go-arm64 latest 846034fa3d88 4 seconds ago 20.9MB [2020-12-31T06:11:16.250Z] docker-support-notifications-go-arm64 latest a06036e3c503 15 seconds ago 11.4MB [2020-12-31T06:11:16.250Z] docker-core-metadata-go-arm64 latest 5d7e2f80ec39 36 seconds ago 12.2MB [2020-12-31T06:11:16.250Z] docker-security-bootstrap-redis-go-arm64 latest 602ccfe3263f 46 seconds ago 15.1MB [2020-12-31T06:11:16.250Z] docker-sys-mgmt-agent-go-arm64 latest 82be2aeb9b3d About a minute ago 300MB [2020-12-31T06:11:16.250Z] docker-security-secretstore-setup-go-arm64 latest b11ab22ad5fc 3 minutes ago 23.5MB [2020-12-31T06:11:16.250Z] docker-security-proxy-setup-go-arm64 latest b0d10ad50866 3 minutes ago 23.3MB [2020-12-31T06:11:16.250Z] docker-core-command-go-arm64 latest ab1bcc645dcb 3 minutes ago 9.98MB [2020-12-31T06:11:16.250Z] docker-support-scheduler-go-arm64 latest d2b015001d59 3 minutes ago 10MB [2020-12-31T06:11:16.250Z] docker latest f66387bf908a 12 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-31T06:11:18.819Z] provisioning config files... [2020-12-31T06:11:18.831Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3411144353960124825tmp [Pipeline] { [Pipeline] sh [2020-12-31T06:11:19.278Z] + set +x [2020-12-31T06:11:19.278Z] + curl -s https://codecov.io/bash [2020-12-31T06:11:19.278Z] + bash -s -- [2020-12-31T06:11:19.542Z] [2020-12-31T06:11:19.542Z] _____ _ [2020-12-31T06:11:19.542Z] / ____| | | [2020-12-31T06:11:19.542Z] | | ___ __| | ___ ___ _____ __ [2020-12-31T06:11:19.542Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-31T06:11:19.542Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-31T06:11:19.542Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-31T06:11:19.542Z] Bash-20201231-23d4836 [2020-12-31T06:11:19.542Z] [2020-12-31T06:11:19.542Z] [2020-12-31T06:11:19.542Z] ==> git version 2.24.3 found [2020-12-31T06:11:19.542Z] ==> 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-31T06:11:19.542Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-31T06:11:19.542Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-31T06:11:19.805Z] ==> Jenkins CI detected. [2020-12-31T06:11:19.805Z] project root: . [2020-12-31T06:11:19.805Z] --> token set from env [2020-12-31T06:11:19.805Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-31T06:11:19.805Z] ==> Running gcov in . (disable via -X gcov) [2020-12-31T06:11:19.805Z] ==> Python coveragepy not found [2020-12-31T06:11:19.805Z] ==> Searching for coverage reports in: [2020-12-31T06:11:19.805Z] + . [2020-12-31T06:11:19.805Z] -> Found 1 reports [2020-12-31T06:11:19.805Z] ==> Detecting git/mercurial file structure [2020-12-31T06:11:19.805Z] ==> Reading reports [2020-12-31T06:11:19.805Z] + ./coverage.out bytes=537189 [2020-12-31T06:11:19.805Z] ==> Appending adjustments [2020-12-31T06:11:19.805Z] https://docs.codecov.io/docs/fixing-reports [2020-12-31T06:11:23.119Z] + Found adjustments [2020-12-31T06:11:23.119Z] ==> Gzipping contents [2020-12-31T06:11:23.119Z] 80K /tmp/codecov.K1qHMG.gz [2020-12-31T06:11:23.119Z] ==> Uploading reports [2020-12-31T06:11:23.119Z] url: https://codecov.io [2020-12-31T06:11:23.119Z] query: branch=PR-2980&commit=e2f90577c7b55940360c90d9f720bbb24f4e7146&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= [2020-12-31T06:11:23.119Z] -> Pinging Codecov [2020-12-31T06:11:23.119Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2980&commit=e2f90577c7b55940360c90d9f720bbb24f4e7146&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= [2020-12-31T06:11:23.382Z] -> Uploading to [2020-12-31T06:11:23.382Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-31/00271124DB129430A58F1EEE437C3FCB/e2f90577c7b55940360c90d9f720bbb24f4e7146/4dc02989-8e86-4393-9e19-d1d3bcba395a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201231%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201231T061123Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a9f714f52f2fb1716d473a3b445727ed6b1b69892f0e6827ad3e3886b890684 [2020-12-31T06:11:23.382Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-31T06:11:23.382Z] Dload Upload Total Spent Left Speed [2020-12-31T06:11:23.956Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81861 0 0 100 81861 0 161k --:--:-- --:--:-- --:--:-- 161k 100 81861 0 0 100 81861 0 161k --:--:-- --:--:-- --:--:-- 161k [2020-12-31T06:11:23.956Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e2f90577c7b55940360c90d9f720bbb24f4e7146 [Pipeline] } [2020-12-31T06:11:23.980Z] 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-31T06:11:26.724Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:11:27.650Z] ---> package-listing.sh [2020-12-31T06:11:27.650Z] ++ facter osfamily [2020-12-31T06:11:27.650Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-31T06:11:27.650Z] + OS_FAMILY=redhat [2020-12-31T06:11:27.650Z] + workspace=/w/workspace/edgex-go/1 [2020-12-31T06:11:27.650Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-31T06:11:27.650Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-31T06:11:27.650Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-31T06:11:27.650Z] + PACKAGES=/tmp/packages_start.txt [2020-12-31T06:11:27.650Z] + '[' /w/workspace/edgex-go/1 ']' [2020-12-31T06:11:27.650Z] + PACKAGES=/tmp/packages_end.txt [2020-12-31T06:11:27.650Z] + case "${OS_FAMILY}" in [2020-12-31T06:11:27.650Z] + rpm -qa [2020-12-31T06:11:27.650Z] + sort [2020-12-31T06:11:32.966Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-31T06:11:32.966Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-31T06:11:32.966Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-31T06:11:33.229Z] + '[' /w/workspace/edgex-go/1 ']' [2020-12-31T06:11:33.229Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-12-31T06:11:33.229Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2020-12-31T06:11:33.264Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-31T06:11:33.584Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:11:33.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T06:11:33.935Z] [2020-12-31T06:11:33.935Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:11:34.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T06:11:34.347Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-31T06:11:34.347Z] df20fa9351a1: Pulling fs layer [2020-12-31T06:11:34.347Z] 36b3adc4ff6f: Pulling fs layer [2020-12-31T06:11:34.347Z] 8ad3a11d3b57: Pulling fs layer [2020-12-31T06:11:34.347Z] 46f8f816bc3b: Pulling fs layer [2020-12-31T06:11:34.347Z] 93b61091891f: Pulling fs layer [2020-12-31T06:11:34.347Z] 93b9cdb0e59b: Pulling fs layer [2020-12-31T06:11:34.347Z] 5e14af77c1be: Pulling fs layer [2020-12-31T06:11:34.347Z] 01666e4c0597: Pulling fs layer [2020-12-31T06:11:34.347Z] aa168da1d23b: Pulling fs layer [2020-12-31T06:11:34.347Z] 46f8f816bc3b: Waiting [2020-12-31T06:11:34.347Z] 93b61091891f: Waiting [2020-12-31T06:11:34.347Z] 93b9cdb0e59b: Waiting [2020-12-31T06:11:34.347Z] 5e14af77c1be: Waiting [2020-12-31T06:11:34.347Z] 01666e4c0597: Waiting [2020-12-31T06:11:34.347Z] aa168da1d23b: Waiting [2020-12-31T06:11:34.347Z] 36b3adc4ff6f: Verifying Checksum [2020-12-31T06:11:34.347Z] 36b3adc4ff6f: Download complete [2020-12-31T06:11:34.611Z] 46f8f816bc3b: Verifying Checksum [2020-12-31T06:11:34.612Z] 46f8f816bc3b: Download complete [2020-12-31T06:11:34.612Z] df20fa9351a1: Verifying Checksum [2020-12-31T06:11:34.612Z] 93b9cdb0e59b: Verifying Checksum [2020-12-31T06:11:34.612Z] 93b9cdb0e59b: Download complete [2020-12-31T06:11:34.612Z] 93b61091891f: Verifying Checksum [2020-12-31T06:11:34.612Z] 93b61091891f: Download complete [2020-12-31T06:11:34.612Z] 5e14af77c1be: Verifying Checksum [2020-12-31T06:11:34.612Z] 5e14af77c1be: Download complete [2020-12-31T06:11:34.612Z] 8ad3a11d3b57: Download complete [2020-12-31T06:11:34.612Z] 01666e4c0597: Verifying Checksum [2020-12-31T06:11:34.612Z] 01666e4c0597: Download complete [2020-12-31T06:11:34.876Z] df20fa9351a1: Pull complete [2020-12-31T06:11:35.139Z] 36b3adc4ff6f: Pull complete [2020-12-31T06:11:36.096Z] 8ad3a11d3b57: Pull complete [2020-12-31T06:11:36.096Z] 46f8f816bc3b: Pull complete [2020-12-31T06:11:36.365Z] 93b61091891f: Pull complete [2020-12-31T06:11:36.628Z] 93b9cdb0e59b: Pull complete [2020-12-31T06:11:37.211Z] aa168da1d23b: Verifying Checksum [2020-12-31T06:11:37.211Z] aa168da1d23b: Download complete [2020-12-31T06:11:37.787Z] 5e14af77c1be: Pull complete [2020-12-31T06:11:37.787Z] 01666e4c0597: Pull complete [2020-12-31T06:11:47.844Z] aa168da1d23b: Pull complete [2020-12-31T06:11:47.844Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-31T06:11:47.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T06:11:47.844Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-31T06:11:48.106Z] prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container [2020-12-31T06:11:48.152Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-31T06:11:53.803Z] $ docker top b7a74fa35f9faf91190bc266a45abdc380287ef43c1d549d4765c880119dd479 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T06:11:54.464Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-31T06:11:54.785Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-31T06:11:55.115Z] + ls /var/log/sa-host [2020-12-31T06:11:55.115Z] + sadf -c /var/log/sa-host/sa23 [2020-12-31T06:11:55.115Z] file_magic: OK [2020-12-31T06:11:55.115Z] HZ: Using current value: 100 [2020-12-31T06:11:55.115Z] file_header: OK [2020-12-31T06:11:55.115Z] 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-31T06:11:55.115Z] Statistics: [2020-12-31T06:11:55.115Z] Hnuu...uuuununununu... [2020-12-31T06:11:55.115Z] File successfully converted to sysstat format version 12.2.1 [2020-12-31T06:11:55.115Z] + sadf -c /var/log/sa-host/sa31 [2020-12-31T06:11:55.115Z] file_magic: OK [2020-12-31T06:11:55.115Z] HZ: Using current value: 100 [2020-12-31T06:11:55.115Z] file_header: OK [2020-12-31T06:11:55.115Z] 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-31T06:11:55.115Z] Statistics: [2020-12-31T06:11:55.115Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-31T06:11:55.115Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-31T06:11:55.369Z] provisioning config files... [2020-12-31T06:11:55.384Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3574253136602702051tmp [Pipeline] { [Pipeline] echo [2020-12-31T06:11:55.508Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:11:55.841Z] ---> create-netrc.sh [Pipeline] } [2020-12-31T06:11:55.866Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-31T06:11:56.065Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:11:56.406Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-31T06:11:56.441Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:11:56.794Z] ---> sudo-logs.sh [2020-12-31T06:11:56.794Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-31T06:11:56.827Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:11:57.170Z] ---> job-cost.sh [2020-12-31T06:11:57.170Z] lf-activate-venv: SKIPPING [2020-12-31T06:11:57.170Z] INFO: No Stack... [2020-12-31T06:11:58.118Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-31T06:11:58.691Z] INFO: Archiving Costs [Pipeline] echo [2020-12-31T06:11:58.728Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:11:59.073Z] ---> logs-deploy.sh [2020-12-31T06:11:59.073Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2980/1 [2020-12-31T06:11:59.073Z] INFO: archiving workspace using pattern(s): [2020-12-31T06:12:00.466Z] Archives upload complete. [2020-12-31T06:12:00.466Z] INFO: archiving logs to Nexus