Pull request #3056 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at abd2591ca23f5f2416321043f683fb80fe5cb4ab rather than 0e0a70a83b6e91166effbd52415e19c3d986c132 Obtained Jenkinsfile from abd2591ca23f5f2416321043f683fb80fe5cb4ab Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21964 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit abd2591ca23f5f2416321043f683fb80fe5cb4ab into PR head commit 0e0a70a83b6e91166effbd52415e19c3d986c132 Merge succeeded, producing 0e0a70a83b6e91166effbd52415e19c3d986c132 Checking out Revision 0e0a70a83b6e91166effbd52415e19c3d986c132 (PR-3056) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # 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 abd2591ca23f5f2416321043f683fb80fe5cb4ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 Commit message: "Merge branch 'master' into issue-2988" > git rev-list --no-walk 7014d8db88420514b0fce15c78599d89a23f0961 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T15:31:01.736Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T15:31:01.988Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T15:31:02.088Z] ========================================================= [2021-01-21T15:31:02.088Z] EdgeX Global Pipelines Version Info [2021-01-21T15:31:02.088Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:31:03.568Z] ------------------- [2021-01-21T15:31:03.568Z] stable info: [2021-01-21T15:31:03.568Z] ------------------- [2021-01-21T15:31:03.568Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T15:31:03.568Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T15:31:03.568Z] Message: update stable to v1.0.179 [2021-01-21T15:31:04.512Z] ------------------- [2021-01-21T15:31:04.512Z] experimental info: [2021-01-21T15:31:04.512Z] ------------------- [2021-01-21T15:31:04.512Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T15:31:04.512Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T15:31:04.512Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T15:31:04.772Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T15:31:04.858Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T15:31:04.946Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T15:31:05.029Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T15:31:05.109Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T15:31:05.212Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T15:31:05.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T15:31:05.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T15:31:05.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T15:31:05.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T15:31:05.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T15:31:05.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T15:31:05.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T15:31:05.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T15:31:06.071Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T15:31:06.155Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T15:31:06.235Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T15:31:06.317Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T15:31:06.397Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T15:31:06.477Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T15:31:06.557Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T15:31:06.680Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T15:31:06.762Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T15:31:06.847Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3056 [Pipeline] echo [2021-01-21T15:31:06.929Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3056 [Pipeline] echo [2021-01-21T15:31:07.030Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3056 [Pipeline] echo [2021-01-21T15:31:07.179Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e0a70a83b6e91166effbd52415e19c3d986c132 [Pipeline] echo [2021-01-21T15:31:07.263Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e0a70a [Pipeline] echo [2021-01-21T15:31:07.358Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T15:31:07.536Z] provisioning config files... [2021-01-21T15:31:07.587Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config268276640964342962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:31:07.933Z] ---> docker-login.sh [2021-01-21T15:31:07.933Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:31:08.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:31:08.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:31:08.194Z] Configure a credential helper to remove this warning. See [2021-01-21T15:31:08.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:31:08.194Z] [2021-01-21T15:31:08.194Z] Login Succeeded [2021-01-21T15:31:08.194Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:31:08.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:31:08.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:31:08.457Z] Configure a credential helper to remove this warning. See [2021-01-21T15:31:08.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:31:08.457Z] [2021-01-21T15:31:08.457Z] Login Succeeded [2021-01-21T15:31:08.457Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:31:08.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:31:08.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:31:08.721Z] Configure a credential helper to remove this warning. See [2021-01-21T15:31:08.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:31:08.721Z] [2021-01-21T15:31:08.721Z] Login Succeeded [2021-01-21T15:31:08.721Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:31:08.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:31:08.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:31:08.721Z] Configure a credential helper to remove this warning. See [2021-01-21T15:31:08.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:31:08.721Z] [2021-01-21T15:31:08.721Z] Login Succeeded [2021-01-21T15:31:08.721Z] docker.io [2021-01-21T15:31:08.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:31:09.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:31:09.246Z] Configure a credential helper to remove this warning. See [2021-01-21T15:31:09.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:31:09.246Z] [2021-01-21T15:31:09.246Z] Login Succeeded [2021-01-21T15:31:09.246Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:31:09.256Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:31:09.749Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T15:31:09.750Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T15:31:09.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:31:09.750Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T15:31:09.750Z] ++ cut -d/ -f2 [2021-01-21T15:31:09.750Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T15:31:09.820Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:31:10.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:31:10.672Z] [2021-01-21T15:31:10.672Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:31:11.030Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:31:11.030Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T15:31:11.030Z] 31603596830f: Pulling fs layer [2021-01-21T15:31:11.030Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T15:31:11.030Z] 6ca5941a6612: Pulling fs layer [2021-01-21T15:31:11.030Z] ecc8261a40a4: Pulling fs layer [2021-01-21T15:31:11.030Z] ecc8261a40a4: Waiting [2021-01-21T15:31:11.030Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T15:31:11.030Z] 2a8b12db71e7: Download complete [2021-01-21T15:31:11.298Z] 31603596830f: Verifying Checksum [2021-01-21T15:31:11.298Z] 31603596830f: Download complete [2021-01-21T15:31:11.298Z] 6ca5941a6612: Verifying Checksum [2021-01-21T15:31:11.298Z] 6ca5941a6612: Download complete [2021-01-21T15:31:11.298Z] ecc8261a40a4: Verifying Checksum [2021-01-21T15:31:11.298Z] ecc8261a40a4: Download complete [2021-01-21T15:31:11.559Z] 31603596830f: Pull complete [2021-01-21T15:31:11.559Z] 2a8b12db71e7: Pull complete [2021-01-21T15:31:12.514Z] 6ca5941a6612: Pull complete [2021-01-21T15:31:12.514Z] ecc8261a40a4: Pull complete [2021-01-21T15:31:12.514Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T15:31:12.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:31:12.514Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T15:31:12.623Z] prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container [2021-01-21T15:31:12.681Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T15:31:15.178Z] $ docker top 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:31:15.440Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:31:15.440Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:31:15.641Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:31:15.650Z] $ docker exec 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db ssh-agent [2021-01-21T15:31:15.806Z] SSH_AUTH_SOCK=/tmp/ssh-7wlDjwhGLSZa/agent.12 [2021-01-21T15:31:15.806Z] SSH_AGENT_PID=17 [2021-01-21T15:31:15.817Z] Running ssh-add (command line suppressed) [2021-01-21T15:31:15.939Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_901755542098080684.key (/w/workspace/edgex-go/5@tmp/private_key_901755542098080684.key) [2021-01-21T15:31:15.984Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:31:16.315Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T15:31:16.347Z] $ docker exec --env ******** --env ******** 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db ssh-agent -k [2021-01-21T15:31:16.457Z] unset SSH_AUTH_SOCK; [2021-01-21T15:31:16.458Z] unset SSH_AGENT_PID; [2021-01-21T15:31:16.458Z] echo Agent pid 17 killed; [2021-01-21T15:31:16.499Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T15:31:16.643Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:31:16.643Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:31:16.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:31:16.819Z] $ docker exec 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db ssh-agent [2021-01-21T15:31:16.973Z] SSH_AUTH_SOCK=/tmp/ssh-0oxAO9QxPPUp/agent.48 [2021-01-21T15:31:16.973Z] SSH_AGENT_PID=53 [2021-01-21T15:31:16.980Z] Running ssh-add (command line suppressed) [2021-01-21T15:31:17.101Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_8776177214120370017.key (/w/workspace/edgex-go/5@tmp/private_key_8776177214120370017.key) [2021-01-21T15:31:17.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:31:17.478Z] + git semver init [2021-01-21T15:31:17.478Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:31:17.478Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-21T15:31:17.478Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-21T15:31:17.478Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:31:17.478Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:31:17.478Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:31:17.478Z] # $SEMVER_BRANCH = PR-3056 [2021-01-21T15:31:17.478Z] # $SEMVER_TEMP = /tmp/semver-232769677 [2021-01-21T15:31:17.478Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T15:31:44.089Z] # '/tmp/semver-232769677' -> '/w/workspace/edgex-go/5/.semver' [2021-01-21T15:31:44.351Z] # -> Force: false [2021-01-21T15:31:44.351Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-21T15:31:44.370Z] $ docker exec --env ******** --env ******** 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db ssh-agent -k [2021-01-21T15:31:44.587Z] unset SSH_AUTH_SOCK; [2021-01-21T15:31:44.587Z] unset SSH_AGENT_PID; [2021-01-21T15:31:44.587Z] echo Agent pid 53 killed; [2021-01-21T15:31:44.674Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:31:45.164Z] + git semver [Pipeline] } [2021-01-21T15:31:45.186Z] $ docker stop --time=1 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db [2021-01-21T15:31:46.704Z] $ docker rm -f 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:31:47.226Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T15:31:47.768Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T15:31:47.771Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T15:31:48.701Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:31:48.996Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:31:49.290Z] + sudo service docker restart [2021-01-21T15:31:49.290Z] + true [2021-01-21T15:31:49.290Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T15:31:49.876Z] ========================================================= [2021-01-21T15:31:49.876Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T15:31:49.876Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:31:50.224Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T15:31:54.444Z] Sending build context to Docker daemon 327.6MB [2021-01-21T15:31:54.444Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T15:31:54.444Z] Step 2/6 : FROM ${BASE} [2021-01-21T15:31:54.444Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T15:31:54.444Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T15:31:54.444Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T15:31:54.444Z] de9db76c5a1d: Pulling fs layer [2021-01-21T15:31:54.444Z] bca2f99d35d6: Pulling fs layer [2021-01-21T15:31:54.444Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T15:31:54.444Z] 7c6f9722023f: Pulling fs layer [2021-01-21T15:31:54.444Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T15:31:54.444Z] 93359f2a8cfa: Waiting [2021-01-21T15:31:54.444Z] 7c6f9722023f: Waiting [2021-01-21T15:31:54.444Z] a35cf1a2eb13: Waiting [2021-01-21T15:31:54.444Z] bca2f99d35d6: Waiting [2021-01-21T15:31:54.444Z] de9db76c5a1d: Verifying Checksum [2021-01-21T15:31:54.444Z] de9db76c5a1d: Download complete [2021-01-21T15:31:54.444Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T15:31:54.444Z] 0ef7d3d256c8: Download complete [2021-01-21T15:31:54.444Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T15:31:54.444Z] 93359f2a8cfa: Download complete [2021-01-21T15:31:54.444Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T15:31:54.444Z] 188c0c94c7c5: Download complete [2021-01-21T15:31:54.444Z] 7c6f9722023f: Download complete [2021-01-21T15:31:54.444Z] 188c0c94c7c5: Pull complete [2021-01-21T15:31:54.706Z] 0ef7d3d256c8: Pull complete [2021-01-21T15:31:54.706Z] de9db76c5a1d: Pull complete [2021-01-21T15:31:56.626Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T15:31:56.626Z] a35cf1a2eb13: Download complete [2021-01-21T15:31:56.626Z] bca2f99d35d6: Verifying Checksum [2021-01-21T15:31:56.626Z] bca2f99d35d6: Download complete [2021-01-21T15:32:01.972Z] bca2f99d35d6: Pull complete [2021-01-21T15:32:01.972Z] 93359f2a8cfa: Pull complete [2021-01-21T15:32:01.972Z] 7c6f9722023f: Pull complete [2021-01-21T15:32:03.125Z] Still waiting to schedule task [2021-01-21T15:32:03.125Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-21T15:32:06.197Z] a35cf1a2eb13: Pull complete [2021-01-21T15:32:06.197Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T15:32:06.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T15:32:06.197Z] ---> a62c8e92a672 [2021-01-21T15:32:06.197Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-21T15:32:06.459Z] ---> Running in 676e107916f1 [2021-01-21T15:32:07.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:32:07.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:32:08.240Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T15:32:08.820Z] (2/12) Installing file (5.38-r0) [2021-01-21T15:32:08.820Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T15:32:08.820Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T15:32:14.110Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T15:32:14.110Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T15:32:14.371Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T15:32:14.371Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T15:32:14.371Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T15:32:14.632Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T15:32:14.632Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T15:32:14.632Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T15:32:14.894Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:32:14.894Z] OK: 233 MiB in 51 packages [2021-01-21T15:32:18.199Z] Removing intermediate container 676e107916f1 [2021-01-21T15:32:18.199Z] ---> 184fd16cd585 [2021-01-21T15:32:18.199Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T15:32:18.460Z] ---> Running in 03f1e9792d63 [2021-01-21T15:32:18.460Z] Removing intermediate container 03f1e9792d63 [2021-01-21T15:32:18.460Z] ---> e631aedb2a06 [2021-01-21T15:32:18.460Z] Step 5/6 : COPY go.mod . [2021-01-21T15:32:18.723Z] ---> 32809947f898 [2021-01-21T15:32:18.723Z] Step 6/6 : RUN go mod download [2021-01-21T15:32:18.984Z] ---> Running in 92e65c29d454 [2021-01-21T15:32:41.000Z] Removing intermediate container 92e65c29d454 [2021-01-21T15:32:41.000Z] ---> 82c67c4705e8 [2021-01-21T15:32:41.000Z] Successfully built 82c67c4705e8 [2021-01-21T15:32:41.000Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:32:41.310Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T15:32:41.310Z] . [Pipeline] withDockerContainer [2021-01-21T15:32:41.414Z] prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container [2021-01-21T15:32:41.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T15:32:42.368Z] $ docker top d76a7ae6ecdcb358621edc643072c02c616bf3ca4e8110e4cde27c019db23c4c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:32:42.859Z] + go version [2021-01-21T15:32:42.859Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T15:32:42.879Z] $ docker stop --time=1 d76a7ae6ecdcb358621edc643072c02c616bf3ca4e8110e4cde27c019db23c4c [2021-01-21T15:32:44.258Z] $ docker rm -f d76a7ae6ecdcb358621edc643072c02c616bf3ca4e8110e4cde27c019db23c4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:32:45.005Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T15:32:45.005Z] . [Pipeline] withDockerContainer [2021-01-21T15:32:45.102Z] prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container [2021-01-21T15:32:45.151Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T15:32:46.036Z] $ docker top 82b0bb3ac407e1ecabd1a7bcbf62979c59db4b3fb2d5d7e36bfb9fa67730fe21 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T15:32:46.225Z] ========================================================= [2021-01-21T15:32:46.225Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T15:32:46.225Z] ========================================================= [Pipeline] sh [2021-01-21T15:32:46.544Z] + make test [2021-01-21T15:32:46.544Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T15:32:54.745Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T15:33:09.741Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T15:33:15.074Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T15:33:16.039Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T15:33:16.039Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T15:33:16.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T15:33:16.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T15:33:16.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T15:33:16.576Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T15:33:17.173Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T15:33:17.449Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T15:33:20.043Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T15:33:20.043Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T15:33:20.043Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T15:33:22.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements [2021-01-21T15:33:22.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T15:33:22.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T15:33:22.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T15:33:22.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T15:33:22.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T15:33:25.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.0% of statements [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T15:33:25.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T15:33:25.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T15:33:25.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 66.7% of statements [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T15:33:25.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.3% of statements [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T15:33:25.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T15:33:27.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2021-01-21T15:33:27.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T15:33:27.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T15:33:27.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T15:33:27.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T15:33:27.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T15:33:27.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-01-21T15:33:27.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T15:33:27.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-21T15:33:27.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T15:33:27.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements [2021-01-21T15:33:27.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T15:33:28.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-01-21T15:33:28.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T15:33:28.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 78.3% of statements [2021-01-21T15:33:28.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T15:33:28.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T15:33:28.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T15:33:28.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T15:33:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 92.8% of statements [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T15:33:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T15:33:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T15:33:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T15:33:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-21T15:33:30.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T15:33:30.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements [2021-01-21T15:33:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-01-21T15:33:30.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements [2021-01-21T15:33:30.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements [2021-01-21T15:33:30.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T15:33:31.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements [2021-01-21T15:33:31.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T15:33:31.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T15:33:31.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-01-21T15:33:31.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements [2021-01-21T15:33:31.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-21T15:33:31.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-01-21T15:33:32.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-01-21T15:33:33.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 68.9% of statements [2021-01-21T15:33:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T15:33:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T15:33:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T15:33:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T15:33:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T15:33:33.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements [2021-01-21T15:33:33.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T15:33:33.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T15:33:33.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.247s coverage: 84.0% of statements [2021-01-21T15:33:33.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-01-21T15:33:36.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.094s coverage: 47.1% of statements [2021-01-21T15:33:36.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T15:33:36.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T15:33:36.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T15:33:36.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T15:33:36.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T15:33:36.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-21T15:33:36.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T15:33:36.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-21T15:33:36.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T15:33:37.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T15:33:37.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T15:33:37.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T15:33:37.172Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T15:33:37.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T15:33:37.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T15:33:37.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T15:33:37.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-21T15:33:37.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-21T15:33:37.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-01-21T15:33:38.004Z] GO111MODULE=on go vet ./... [2021-01-21T15:34:00.085Z] gofmt -l . [2021-01-21T15:34:00.085Z] [ "`gofmt -l .`" = "" ] [2021-01-21T15:34:00.085Z] ./bin/test-go-mod-tidy.sh [2021-01-21T15:34:00.346Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T15:34:01.600Z] + ls -al . [2021-01-21T15:34:01.601Z] total 656 [2021-01-21T15:34:01.601Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 15:34 . [2021-01-21T15:34:01.601Z] drwxr-xr-x 4 root root 28 Jan 21 15:32 .. [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 15:30 .dockerignore [2021-01-21T15:34:01.601Z] drwxrwxr-x 8 1001 1001 179 Jan 21 15:31 .git [2021-01-21T15:34:01.601Z] drwxrwxr-x 3 1001 1001 125 Jan 21 15:30 .github [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 15:30 .gitignore [2021-01-21T15:34:01.601Z] drwx------ 3 1001 1001 47 Jan 21 15:31 .semver [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 15:30 .sonarcloud.properties [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 15:30 Attribution.txt [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 15:30 CONTRIBUTING.md [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 15:30 Dockerfile.build [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 15:30 Jenkinsfile [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 15:30 LICENSE [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 15:30 Makefile [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 15:30 README.md [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 15:30 SECURITY.md [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 15:31 VERSION [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 15:30 ZMQWindows.md [2021-01-21T15:34:01.601Z] drwxrwxr-x 2 1001 1001 117 Jan 21 15:30 bin [2021-01-21T15:34:01.601Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 15:30 cmd [2021-01-21T15:34:01.601Z] -rw-r--r-- 1 root root 551534 Jan 21 15:33 coverage.out [2021-01-21T15:34:01.601Z] -rw-r--r-- 1 root root 1027 Jan 21 15:33 go.mod [2021-01-21T15:34:01.601Z] -rw-r--r-- 1 root root 18725 Jan 21 15:34 go.sum [2021-01-21T15:34:01.601Z] drwxrwxr-x 8 1001 1001 127 Jan 21 15:30 internal [2021-01-21T15:34:01.601Z] drwxrwxr-x 4 1001 1001 26 Jan 21 15:30 openapi [2021-01-21T15:34:01.601Z] drwxrwxr-x 4 1001 1001 71 Jan 21 15:30 snap [2021-01-21T15:34:01.601Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 15:30 version.go [Pipeline] sh [2021-01-21T15:34:01.899Z] + '[' -e coverage.out ] [2021-01-21T15:34:01.899Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T15:34:02.108Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T15:34:02.410Z] + make build [2021-01-21T15:34:02.410Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T15:34:06.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T15:34:13.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T15:34:14.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T15:34:15.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T15:34:15.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T15:34:17.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T15:34:18.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T15:34:19.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T15:34:20.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T15:34:21.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T15:34:22.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-21T15:34:23.624Z] $ docker stop --time=1 82b0bb3ac407e1ecabd1a7bcbf62979c59db4b3fb2d5d7e36bfb9fa67730fe21 [2021-01-21T15:34:25.511Z] $ docker rm -f 82b0bb3ac407e1ecabd1a7bcbf62979c59db4b3fb2d5d7e36bfb9fa67730fe21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:34:27.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T15:34:27.608Z] [2021-01-21T15:34:27.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:34:27.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T15:34:27.949Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T15:34:27.949Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T15:34:27.949Z] ca9280d653b3: Pulling fs layer [2021-01-21T15:34:27.949Z] 7e9c9ca2126c: Pulling fs layer [2021-01-21T15:34:28.209Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-21T15:34:28.209Z] cbdbe7a5bc2a: Download complete [2021-01-21T15:34:28.476Z] cbdbe7a5bc2a: Pull complete [2021-01-21T15:34:28.740Z] ca9280d653b3: Verifying Checksum [2021-01-21T15:34:28.740Z] ca9280d653b3: Download complete [2021-01-21T15:34:29.686Z] ca9280d653b3: Pull complete [2021-01-21T15:34:29.686Z] 7e9c9ca2126c: Download complete [2021-01-21T15:34:36.300Z] 7e9c9ca2126c: Pull complete [2021-01-21T15:34:36.300Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T15:34:36.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T15:34:36.300Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T15:34:36.490Z] prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container [2021-01-21T15:34:36.543Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T15:34:37.496Z] $ docker top 9aa8212e6d9700f6f32bf51cf5675de1b231a0713d6e16f0f10e28bdeea2aeca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:34:38.031Z] + docker-compose build --help [2021-01-21T15:34:38.031Z] + grep parallel [2021-01-21T15:34:38.976Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T15:34:38.998Z] $ docker stop --time=1 9aa8212e6d9700f6f32bf51cf5675de1b231a0713d6e16f0f10e28bdeea2aeca [2021-01-21T15:34:40.020Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21966 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [2021-01-21T15:34:40.355Z] $ docker rm -f 9aa8212e6d9700f6f32bf51cf5675de1b231a0713d6e16f0f10e28bdeea2aeca [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws [2021-01-21T15:34:40.540Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:34:41.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T15:34:41.111Z] . [Pipeline] withDockerContainer [2021-01-21T15:34:41.213Z] prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container [2021-01-21T15:34:41.266Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T15:34:41.891Z] $ docker top 43a28ed1354c8efb170b71aacbe4ca140a5fa846c320452481eb6ba83107a3cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:34:42.478Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T15:34:43.426Z] Building docker-core-command-go ... [2021-01-21T15:34:43.426Z] Building docker-core-data-go ... [2021-01-21T15:34:43.426Z] Building docker-core-metadata-go ... [2021-01-21T15:34:43.426Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T15:34:43.426Z] Building docker-security-proxy-setup-go ... [2021-01-21T15:34:43.426Z] Building docker-security-secretstore-setup-go ... [2021-01-21T15:34:43.426Z] Building docker-support-notifications-go ... [2021-01-21T15:34:43.426Z] Building docker-support-scheduler-go ... [2021-01-21T15:34:43.426Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T15:34:43.426Z] Building docker-security-proxy-setup-go [2021-01-21T15:34:43.426Z] Building docker-security-secretstore-setup-go [2021-01-21T15:34:43.426Z] Building docker-support-scheduler-go [2021-01-21T15:34:43.426Z] Building docker-core-metadata-go [2021-01-21T15:34:43.426Z] Building docker-core-command-go [2021-01-21T15:34:45.654Z] using credential edgex-jenkins-ssh [2021-01-21T15:34:45.709Z] Cloning the remote Git repository [2021-01-21T15:34:45.767Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:34:45.881Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-21T15:34:45.966Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:34:45.967Z] > git --version # timeout=10 [2021-01-21T15:34:45.987Z] > git --version # 'git version 2.17.1' [2021-01-21T15:34:45.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:34:46.051Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:35:02.843Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T15:35:02.865Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:35:02.888Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T15:35:02.920Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:35:02.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:35:02.932Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T15:35:06.456Z] Merging remotes/origin/master commit abd2591ca23f5f2416321043f683fb80fe5cb4ab into PR head commit 0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:35:06.844Z] Merge succeeded, producing 0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:35:06.844Z] Checking out Revision 0e0a70a83b6e91166effbd52415e19c3d986c132 (PR-3056) [2021-01-21T15:35:06.478Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:35:06.504Z] > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 [2021-01-21T15:35:06.759Z] > git remote # timeout=10 [2021-01-21T15:35:06.777Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T15:35:06.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:35:06.810Z] > git merge abd2591ca23f5f2416321043f683fb80fe5cb4ab # timeout=10 [2021-01-21T15:35:06.832Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T15:35:06.852Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:35:06.868Z] > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 [2021-01-21T15:35:11.242Z] Commit message: "Merge branch 'master' into issue-2988" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T15:35:12.842Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:35:13.315Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:35:13.654Z] + true [2021-01-21T15:35:13.654Z] + sudo service docker restart [2021-01-21T15:35:15.695Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:35:15.695Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:35:15.695Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:35:15.695Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:35:15.695Z] ---> 82c67c4705e8 [2021-01-21T15:35:15.695Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T15:35:15.695Z] ---> 82c67c4705e8 [2021-01-21T15:35:15.695Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T15:35:15.695Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:35:15.695Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:35:15.695Z] ---> 82c67c4705e8 [2021-01-21T15:35:15.695Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:35:15.695Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:35:15.695Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:35:15.695Z] ---> 82c67c4705e8 [2021-01-21T15:35:15.695Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T15:35:15.695Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:35:15.695Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:35:15.695Z] ---> 82c67c4705e8 [2021-01-21T15:35:15.695Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:35:15.695Z] ---> Running in cfdcb311f376 [2021-01-21T15:35:15.695Z] ---> Running in 030f3c8b21a9 [2021-01-21T15:35:15.695Z] ---> Running in 6ccc56e60bb6 [2021-01-21T15:35:15.695Z] ---> Running in 534011e3fa8b [2021-01-21T15:35:15.695Z] ---> Running in a57497ce2513 [2021-01-21T15:35:15.695Z] Removing intermediate container a57497ce2513 [2021-01-21T15:35:15.695Z] ---> d4beca94bdc4 [2021-01-21T15:35:15.695Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:35:15.695Z] Removing intermediate container 6ccc56e60bb6 [2021-01-21T15:35:15.695Z] ---> 94bd0b2a041b [2021-01-21T15:35:15.695Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:35:15.695Z] Removing intermediate container cfdcb311f376 [2021-01-21T15:35:15.695Z] ---> b164e8d4a38b [2021-01-21T15:35:15.695Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:35:15.695Z] Removing intermediate container 534011e3fa8b [2021-01-21T15:35:15.695Z] ---> d3f5f0e60515 [2021-01-21T15:35:15.695Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:35:15.695Z] Removing intermediate container 030f3c8b21a9 [2021-01-21T15:35:15.695Z] ---> 29879edc8f8e [2021-01-21T15:35:15.695Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:35:15.695Z] ---> Running in 4af272652496 [2021-01-21T15:35:15.695Z] ---> Running in 0b086658daa5 [2021-01-21T15:35:15.695Z] ---> Running in 1042373b8788 [2021-01-21T15:35:15.695Z] ---> Running in cfc7f148a49a [2021-01-21T15:35:15.695Z] ---> Running in e85560a53e3e [2021-01-21T15:35:15.695Z] Removing intermediate container cfc7f148a49a [2021-01-21T15:35:15.695Z] ---> 8e8a9382b13f [2021-01-21T15:35:15.695Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:35:15.695Z] Removing intermediate container 0b086658daa5 [2021-01-21T15:35:15.695Z] ---> a85bb81c1684 [2021-01-21T15:35:15.695Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:35:15.957Z] Removing intermediate container 1042373b8788 [2021-01-21T15:35:15.957Z] ---> e2dd45a347c6 [2021-01-21T15:35:15.957Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T15:35:15.957Z] Removing intermediate container 4af272652496 [2021-01-21T15:35:15.957Z] ---> 5f9e6b7bf130 [2021-01-21T15:35:15.957Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T15:35:15.957Z] ---> Running in 8c7fec15cb3e [2021-01-21T15:35:15.957Z] ---> Running in 4d0152c9b213 [2021-01-21T15:35:16.218Z] ---> Running in 60a75c1ca3cf [2021-01-21T15:35:16.218Z] ---> Running in 02ef384e08a3 [2021-01-21T15:35:16.218Z] Removing intermediate container e85560a53e3e [2021-01-21T15:35:16.218Z] ---> 9f6bd493b747 [2021-01-21T15:35:16.218Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T15:35:16.218Z] ---> Running in 4bf2c3a2bf6a [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T15:35:16.346Z] provisioning config files... [2021-01-21T15:35:16.386Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2734633034295706634tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:35:16.800Z] ---> docker-login.sh [2021-01-21T15:35:16.800Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:35:17.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:17.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:17.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:17.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:17.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:35:17.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:17.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:17.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:17.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:17.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:35:17.999Z] Configure a credential helper to remove this warning. See [2021-01-21T15:35:17.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:35:17.999Z] [2021-01-21T15:35:17.999Z] Login Succeeded [2021-01-21T15:35:17.999Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:35:18.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:18.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:35:18.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:35:18.484Z] OK: 233 MiB in 51 packages [2021-01-21T15:35:18.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:35:18.549Z] Configure a credential helper to remove this warning. See [2021-01-21T15:35:18.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:35:18.549Z] [2021-01-21T15:35:18.549Z] Login Succeeded [2021-01-21T15:35:18.549Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:35:18.752Z] OK: 233 MiB in 51 packages [2021-01-21T15:35:18.752Z] OK: 233 MiB in 51 packages [2021-01-21T15:35:18.752Z] OK: 233 MiB in 51 packages [2021-01-21T15:35:18.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:35:19.014Z] OK: 233 MiB in 51 packages [2021-01-21T15:35:19.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:35:19.096Z] Configure a credential helper to remove this warning. See [2021-01-21T15:35:19.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:35:19.096Z] [2021-01-21T15:35:19.096Z] Login Succeeded [2021-01-21T15:35:19.096Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:35:19.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:35:19.589Z] Removing intermediate container 4d0152c9b213 [2021-01-21T15:35:19.589Z] ---> d6b4b4bc82ce [2021-01-21T15:35:19.589Z] Step 6/22 : COPY go.mod . [2021-01-21T15:35:19.589Z] Removing intermediate container 8c7fec15cb3e [2021-01-21T15:35:19.589Z] ---> 40671797843c [2021-01-21T15:35:19.589Z] Step 6/22 : COPY go.mod . [2021-01-21T15:35:19.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:35:19.643Z] Configure a credential helper to remove this warning. See [2021-01-21T15:35:19.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:35:19.643Z] [2021-01-21T15:35:19.643Z] Login Succeeded [2021-01-21T15:35:19.643Z] docker.io [2021-01-21T15:35:19.851Z] Removing intermediate container 60a75c1ca3cf [2021-01-21T15:35:19.851Z] ---> b7a04320d26d [2021-01-21T15:35:19.851Z] Step 6/24 : COPY go.mod . [2021-01-21T15:35:19.851Z] Removing intermediate container 02ef384e08a3 [2021-01-21T15:35:19.851Z] ---> ee8ed85dc7da [2021-01-21T15:35:19.851Z] Step 6/21 : COPY go.mod . [2021-01-21T15:35:19.851Z] ---> 81bed338cd87 [2021-01-21T15:35:19.851Z] Step 7/22 : RUN go mod download [2021-01-21T15:35:19.851Z] ---> 15d789cb57b3 [2021-01-21T15:35:19.851Z] Step 7/22 : RUN go mod download [2021-01-21T15:35:19.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:35:20.118Z] Removing intermediate container 4bf2c3a2bf6a [2021-01-21T15:35:20.118Z] ---> 621250bb1331 [2021-01-21T15:35:20.118Z] Step 6/21 : COPY go.mod . [2021-01-21T15:35:20.118Z] ---> Running in d89b89c1a83d [2021-01-21T15:35:20.118Z] ---> Running in 2bf8fdeae2fa [2021-01-21T15:35:20.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:35:20.188Z] Configure a credential helper to remove this warning. See [2021-01-21T15:35:20.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:35:20.188Z] [2021-01-21T15:35:20.188Z] Login Succeeded [2021-01-21T15:35:20.188Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:35:20.206Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-21T15:35:20.379Z] ---> 6443d9728dad [2021-01-21T15:35:20.379Z] Step 7/21 : RUN go mod download [2021-01-21T15:35:20.379Z] ---> bc3ad582d9d2 [2021-01-21T15:35:20.379Z] Step 7/24 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-21T15:35:20.641Z] ---> 5534abe522d8 [2021-01-21T15:35:20.641Z] Step 7/21 : RUN go mod download [2021-01-21T15:35:20.641Z] ---> Running in 8afedd4de676 [2021-01-21T15:35:20.641Z] ---> Running in 0273e65d6d76 [Pipeline] echo [2021-01-21T15:35:20.856Z] ========================================================= [2021-01-21T15:35:20.856Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T15:35:20.856Z] ========================================================= [2021-01-21T15:35:20.905Z] ---> Running in 46c3a3aa85b8 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:35:21.243Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T15:35:22.843Z] Removing intermediate container 2bf8fdeae2fa [2021-01-21T15:35:22.843Z] ---> 9317bbec032a [2021-01-21T15:35:22.843Z] Step 8/22 : COPY . . [2021-01-21T15:35:23.105Z] Removing intermediate container 46c3a3aa85b8 [2021-01-21T15:35:23.105Z] ---> 299d31313018 [2021-01-21T15:35:23.105Z] Step 8/21 : COPY . . [2021-01-21T15:35:23.368Z] Removing intermediate container d89b89c1a83d [2021-01-21T15:35:23.368Z] ---> 55df43967461 [2021-01-21T15:35:23.368Z] Step 8/22 : COPY . . [2021-01-21T15:35:23.875Z] Sending build context to Docker daemon 166.1MB [2021-01-21T15:35:23.875Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T15:35:23.875Z] Step 2/6 : FROM ${BASE} [2021-01-21T15:35:23.875Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T15:35:23.875Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T15:35:23.875Z] a4357932f1b6: Pulling fs layer [2021-01-21T15:35:23.875Z] 18c013af1878: Pulling fs layer [2021-01-21T15:35:23.875Z] 00ac8860ef70: Pulling fs layer [2021-01-21T15:35:23.875Z] 63d7cb157983: Pulling fs layer [2021-01-21T15:35:23.875Z] b116817d02f9: Pulling fs layer [2021-01-21T15:35:23.875Z] 745a02a5169b: Pulling fs layer [2021-01-21T15:35:23.875Z] b116817d02f9: Waiting [2021-01-21T15:35:23.875Z] 00ac8860ef70: Waiting [2021-01-21T15:35:23.875Z] 63d7cb157983: Waiting [2021-01-21T15:35:23.875Z] 745a02a5169b: Waiting [2021-01-21T15:35:23.875Z] 18c013af1878: Download complete [2021-01-21T15:35:23.875Z] a4357932f1b6: Verifying Checksum [2021-01-21T15:35:23.875Z] a4357932f1b6: Download complete [2021-01-21T15:35:23.875Z] 63d7cb157983: Download complete [2021-01-21T15:35:23.875Z] b116817d02f9: Verifying Checksum [2021-01-21T15:35:23.875Z] b116817d02f9: Download complete [2021-01-21T15:35:24.153Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T15:35:24.153Z] 5f621e34cdf4: Download complete [2021-01-21T15:35:24.767Z] 5f621e34cdf4: Pull complete [2021-01-21T15:35:24.771Z] Removing intermediate container 8afedd4de676 [2021-01-21T15:35:24.771Z] ---> 9806dae7d90c [2021-01-21T15:35:24.771Z] Step 8/21 : COPY . . [2021-01-21T15:35:25.369Z] a4357932f1b6: Pull complete [2021-01-21T15:35:25.646Z] 18c013af1878: Pull complete [2021-01-21T15:35:26.159Z] Removing intermediate container 0273e65d6d76 [2021-01-21T15:35:26.159Z] ---> 5b97113d9b78 [2021-01-21T15:35:26.159Z] Step 8/24 : COPY . . [2021-01-21T15:35:27.080Z] 745a02a5169b: Download complete [2021-01-21T15:35:29.054Z] 00ac8860ef70: Verifying Checksum [2021-01-21T15:35:29.054Z] 00ac8860ef70: Download complete [2021-01-21T15:35:39.225Z] 00ac8860ef70: Pull complete [2021-01-21T15:35:39.225Z] 63d7cb157983: Pull complete [2021-01-21T15:35:39.498Z] b116817d02f9: Pull complete [2021-01-21T15:35:42.917Z] 745a02a5169b: Pull complete [2021-01-21T15:35:42.917Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T15:35:42.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T15:35:42.917Z] ---> b7e6874047d6 [2021-01-21T15:35:42.917Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-21T15:35:46.309Z] ---> Running in 0098be737def [2021-01-21T15:35:47.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:35:48.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:35:49.317Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T15:35:49.588Z] (2/12) Installing file (5.38-r0) [2021-01-21T15:35:49.588Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T15:35:49.588Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T15:35:53.868Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T15:35:53.868Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T15:35:53.868Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T15:35:53.868Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T15:35:53.868Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T15:35:53.868Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T15:35:53.868Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T15:35:53.868Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T15:35:54.141Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:35:54.141Z] OK: 217 MiB in 51 packages [2021-01-21T15:35:58.449Z] Removing intermediate container 0098be737def [2021-01-21T15:35:58.449Z] ---> 86040fb27636 [2021-01-21T15:35:58.449Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T15:35:58.449Z] ---> Running in 27426cad277b [2021-01-21T15:35:58.449Z] Removing intermediate container 27426cad277b [2021-01-21T15:35:58.449Z] ---> 0ed2b20d8c33 [2021-01-21T15:35:58.449Z] Step 5/6 : COPY go.mod . [2021-01-21T15:35:59.428Z] ---> ef848352b27b [2021-01-21T15:35:59.428Z] Step 6/6 : RUN go mod download [2021-01-21T15:35:59.428Z] ---> Running in 90898c337eeb [2021-01-21T15:36:05.070Z] ---> bc5b38ebe6e7 [2021-01-21T15:36:05.070Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T15:36:05.070Z] ---> 9a1880cc4d75 [2021-01-21T15:36:05.070Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T15:36:05.070Z] ---> Running in 40fa035b7b78 [2021-01-21T15:36:05.070Z] ---> 86144a6c2bbe [2021-01-21T15:36:05.070Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T15:36:05.070Z] ---> 1e3d4ee90789 [2021-01-21T15:36:05.070Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T15:36:05.070Z] ---> 60233f825564 [2021-01-21T15:36:05.070Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T15:36:05.070Z] ---> Running in 05cf81646b56 [2021-01-21T15:36:05.070Z] ---> Running in 08616e86fa86 [2021-01-21T15:36:05.070Z] ---> Running in 0d55735461dd [2021-01-21T15:36:05.070Z] ---> Running in 191523e79cb6 [2021-01-21T15:36:05.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T15:36:05.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T15:36:05.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T15:36:05.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T15:36:05.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T15:36:26.206Z] Removing intermediate container 90898c337eeb [2021-01-21T15:36:26.206Z] ---> b0d1688879a2 [2021-01-21T15:36:26.206Z] Successfully built b0d1688879a2 [2021-01-21T15:36:26.206Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:36:26.547Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T15:36:26.547Z] . [Pipeline] withDockerContainer [2021-01-21T15:36:26.792Z] prd-ubuntu18.04-docker-arm64-4c-16g-21966 does not seem to be running inside a container [2021-01-21T15:36:26.872Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T15:36:28.296Z] $ docker top 852ccf963c7eaed437a68d02982a449b4011c8907575fbfee17940459d1ea69e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:36:29.262Z] + go version [2021-01-21T15:36:29.262Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T15:36:29.286Z] $ docker stop --time=1 852ccf963c7eaed437a68d02982a449b4011c8907575fbfee17940459d1ea69e [2021-01-21T15:36:31.205Z] $ docker rm -f 852ccf963c7eaed437a68d02982a449b4011c8907575fbfee17940459d1ea69e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-21T15:36:31.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T15:36:31.753Z] 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 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:36:32.213Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T15:36:32.213Z] . [Pipeline] withDockerContainer [2021-01-21T15:36:32.444Z] prd-ubuntu18.04-docker-arm64-4c-16g-21966 does not seem to be running inside a container [2021-01-21T15:36:32.526Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T15:36:33.894Z] $ docker top c23455b5676b4ed9ff7f1102953e65142ee922d958fa344e5833fe6b53f71cfb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T15:36:34.239Z] ========================================================= [2021-01-21T15:36:34.239Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T15:36:34.239Z] ========================================================= [Pipeline] sh [2021-01-21T15:36:34.881Z] + make test [2021-01-21T15:36:34.881Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T15:36:38.399Z] Removing intermediate container 40fa035b7b78 [2021-01-21T15:36:38.399Z] ---> 8af3b77c422d [2021-01-21T15:36:38.399Z] [2021-01-21T15:36:38.399Z] Step 10/22 : FROM scratch [2021-01-21T15:36:38.399Z] ---> [2021-01-21T15:36:38.399Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:36:38.399Z] Removing intermediate container 05cf81646b56 [2021-01-21T15:36:38.399Z] ---> cfb9c39c0696 [2021-01-21T15:36:38.399Z] [2021-01-21T15:36:38.399Z] Step 10/21 : FROM scratch [2021-01-21T15:36:38.399Z] ---> [2021-01-21T15:36:38.399Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:36:38.399Z] Removing intermediate container 191523e79cb6 [2021-01-21T15:36:38.399Z] ---> 44c4503dd325 [2021-01-21T15:36:38.399Z] [2021-01-21T15:36:38.399Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T15:36:38.399Z] Removing intermediate container 0d55735461dd [2021-01-21T15:36:38.399Z] ---> 474fb7e2d62f [2021-01-21T15:36:38.399Z] [2021-01-21T15:36:38.399Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T15:36:38.399Z] 3.12: Pulling from library/alpine [2021-01-21T15:36:38.399Z] 3.12: Pulling from library/alpine [2021-01-21T15:36:38.399Z] ---> Running in 528f64f8b64b [2021-01-21T15:36:38.399Z] ---> Running in ba0d8603addd [2021-01-21T15:36:38.399Z] Removing intermediate container 528f64f8b64b [2021-01-21T15:36:38.399Z] ---> c5f280475ccf [2021-01-21T15:36:38.399Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T15:36:39.789Z] Removing intermediate container ba0d8603addd [2021-01-21T15:36:39.789Z] ---> 2dc001756b97 [2021-01-21T15:36:39.789Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T15:36:40.050Z] ---> Running in 31c2f9aed800 [2021-01-21T15:36:40.621Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T15:36:40.621Z] ---> Running in 96611e8cd5f8 [2021-01-21T15:36:40.621Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T15:36:40.621Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T15:36:40.621Z] Status: Image is up to date for alpine:3.12 [2021-01-21T15:36:40.621Z] ---> 389fef711851 [2021-01-21T15:36:40.621Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T15:36:40.621Z] ---> 389fef711851 [2021-01-21T15:36:40.621Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T15:36:41.194Z] Removing intermediate container 31c2f9aed800 [2021-01-21T15:36:41.194Z] ---> 1667d29474f4 [2021-01-21T15:36:41.194Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T15:36:41.194Z] Removing intermediate container 08616e86fa86 [2021-01-21T15:36:41.194Z] ---> 13d368400f01 [2021-01-21T15:36:41.194Z] [2021-01-21T15:36:41.194Z] Step 10/22 : FROM scratch [2021-01-21T15:36:41.194Z] ---> [2021-01-21T15:36:41.194Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:36:41.194Z] ---> Running in 5119726efcba [2021-01-21T15:36:41.194Z] ---> Running in 5e822078a2bd [2021-01-21T15:36:41.194Z] ---> Using cache [2021-01-21T15:36:41.194Z] ---> 2dc001756b97 [2021-01-21T15:36:41.194Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T15:36:41.194Z] Removing intermediate container 96611e8cd5f8 [2021-01-21T15:36:41.194Z] ---> 4ead67b34c6e [2021-01-21T15:36:41.194Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T15:36:41.455Z] ---> Running in 32f1b4e88485 [2021-01-21T15:36:41.455Z] ---> Running in 26e38166abae [2021-01-21T15:36:41.455Z] ---> Running in 96ca85280288 [2021-01-21T15:36:41.715Z] Removing intermediate container 32f1b4e88485 [2021-01-21T15:36:41.715Z] ---> 35c29dee77c6 [2021-01-21T15:36:41.715Z] Step 14/22 : WORKDIR / [2021-01-21T15:36:41.977Z] Removing intermediate container 26e38166abae [2021-01-21T15:36:41.977Z] ---> d11f25e413d2 [2021-01-21T15:36:41.977Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:36:41.977Z] ---> Running in 010125d4b86f [2021-01-21T15:36:41.977Z] Removing intermediate container 96ca85280288 [2021-01-21T15:36:41.977Z] ---> aebc4fc04a9b [2021-01-21T15:36:41.977Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T15:36:42.245Z] ---> Running in 10d9d0830015 [2021-01-21T15:36:42.245Z] ---> be661bb7a7ed [2021-01-21T15:36:42.245Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T15:36:42.245Z] Removing intermediate container 010125d4b86f [2021-01-21T15:36:42.245Z] ---> 71d296a728b0 [2021-01-21T15:36:42.245Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:36:42.245Z] Removing intermediate container 10d9d0830015 [2021-01-21T15:36:42.245Z] ---> 37d656aa3ec7 [2021-01-21T15:36:42.245Z] Step 14/22 : WORKDIR / [2021-01-21T15:36:42.508Z] ---> Running in eb85629928c4 [2021-01-21T15:36:42.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:42.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:42.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:42.782Z] ---> c82077bed0ec [2021-01-21T15:36:42.782Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T15:36:42.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:42.782Z] Removing intermediate container eb85629928c4 [2021-01-21T15:36:42.782Z] ---> ed44b78d7985 [2021-01-21T15:36:42.782Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:36:42.782Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T15:36:42.782Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:36:42.782Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T15:36:42.782Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T15:36:42.782Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T15:36:43.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:36:43.044Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:36:43.044Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T15:36:43.044Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:36:43.044Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T15:36:43.044Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T15:36:43.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:36:43.044Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:36:43.044Z] OK: 7 MiB in 18 packages [2021-01-21T15:36:43.307Z] OK: 7 MiB in 19 packages [2021-01-21T15:36:43.570Z] ---> 3cb5855e4061 [2021-01-21T15:36:43.570Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T15:36:44.142Z] ---> 748d0d163496 [2021-01-21T15:36:44.142Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T15:36:44.142Z] ---> dbc66d776189 [2021-01-21T15:36:44.142Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T15:36:44.413Z] ---> b37c937cd32f [2021-01-21T15:36:44.413Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T15:36:44.675Z] ---> Running in 8ff4f4e9eea7 [2021-01-21T15:36:45.248Z] ---> 233af659609d [2021-01-21T15:36:45.248Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T15:36:45.819Z] ---> Running in b939329e6c79 [2021-01-21T15:36:45.819Z] ---> eb15a07afa65 [2021-01-21T15:36:45.819Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T15:36:46.397Z] Removing intermediate container 5e822078a2bd [2021-01-21T15:36:46.398Z] ---> 3b8bcd606975 [2021-01-21T15:36:46.398Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T15:36:46.398Z] Removing intermediate container 8ff4f4e9eea7 [2021-01-21T15:36:46.398Z] ---> 1f99674e6f4c [2021-01-21T15:36:46.398Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:36:46.659Z] Removing intermediate container 5119726efcba [2021-01-21T15:36:46.659Z] ---> cf62c53bef96 [2021-01-21T15:36:46.659Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T15:36:46.659Z] ---> Running in e9b1f815e194 [2021-01-21T15:36:46.659Z] ---> Running in f554a2eabaf7 [2021-01-21T15:36:46.659Z] ---> 25458f45d0b1 [2021-01-21T15:36:46.659Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T15:36:46.659Z] Removing intermediate container b939329e6c79 [2021-01-21T15:36:46.659Z] ---> dd2801da1895 [2021-01-21T15:36:46.659Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:36:46.921Z] ---> Running in f833e8dde1b8 [2021-01-21T15:36:46.921Z] ---> Running in 2c1bdfd779bf [2021-01-21T15:36:46.921Z] ---> Running in c4d951947e79 [2021-01-21T15:36:46.921Z] Removing intermediate container f554a2eabaf7 [2021-01-21T15:36:46.921Z] ---> 574966417c19 [2021-01-21T15:36:46.921Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T15:36:48.674Z] Removing intermediate container e9b1f815e194 [2021-01-21T15:36:48.674Z] ---> 72cc18d2ed66 [2021-01-21T15:36:48.674Z] Step 13/21 : WORKDIR /edgex [2021-01-21T15:36:48.674Z] ---> Running in 8abd121a851a [2021-01-21T15:36:48.674Z] ---> Running in 8a46f3eee2be [2021-01-21T15:36:48.674Z] Removing intermediate container f833e8dde1b8 [2021-01-21T15:36:48.674Z] ---> 788726dbbdff [2021-01-21T15:36:48.674Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:36:48.674Z] Removing intermediate container 2c1bdfd779bf [2021-01-21T15:36:48.674Z] ---> 790050adab9c [2021-01-21T15:36:48.674Z] Step 13/24 : WORKDIR / [2021-01-21T15:36:48.674Z] Removing intermediate container c4d951947e79 [2021-01-21T15:36:48.674Z] ---> f135518b136b [2021-01-21T15:36:48.674Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T15:36:48.674Z] ---> Running in 41f0bc303054 [2021-01-21T15:36:48.674Z] ---> Running in 1e5793755ae9 [2021-01-21T15:36:48.674Z] ---> Running in 32936d8bcba8 [2021-01-21T15:36:48.674Z] Removing intermediate container 8abd121a851a [2021-01-21T15:36:48.674Z] ---> 6fdc1553e5b2 [2021-01-21T15:36:48.674Z] Step 20/21 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:36:48.674Z] Removing intermediate container 8a46f3eee2be [2021-01-21T15:36:48.674Z] ---> 4f12bb26beba [2021-01-21T15:36:48.674Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T15:36:48.674Z] ---> Running in 66d91cdb9257 [2021-01-21T15:36:48.674Z] Removing intermediate container 41f0bc303054 [2021-01-21T15:36:48.674Z] ---> 3b5bc84cfb22 [2021-01-21T15:36:48.674Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T15:36:48.674Z] Removing intermediate container 32936d8bcba8 [2021-01-21T15:36:48.674Z] ---> 1582d3ba6c87 [2021-01-21T15:36:48.674Z] Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:36:48.674Z] Removing intermediate container 1e5793755ae9 [2021-01-21T15:36:48.674Z] ---> db154abdb25a [2021-01-21T15:36:48.674Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-21T15:36:48.674Z] ---> Running in 879d18ccfeac [2021-01-21T15:36:48.674Z] ---> b51f44726e39 [2021-01-21T15:36:48.674Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T15:36:48.674Z] ---> Running in bb35ec56c885 [2021-01-21T15:36:48.674Z] Removing intermediate container 66d91cdb9257 [2021-01-21T15:36:48.674Z] ---> 52c9f0e4d55d [2021-01-21T15:36:48.674Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T15:36:48.674Z] ---> Running in f2eea081e6cb [2021-01-21T15:36:48.674Z] Removing intermediate container 879d18ccfeac [2021-01-21T15:36:48.674Z] ---> f4abff237f7c [2021-01-21T15:36:48.674Z] Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:36:48.674Z] Removing intermediate container bb35ec56c885 [2021-01-21T15:36:48.674Z] ---> 4fbdfa9be03d [2021-01-21T15:36:48.674Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T15:36:48.935Z] ---> 9fdea0c7b05d [2021-01-21T15:36:48.935Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-21T15:36:48.935Z] ---> Running in df282bede779 [2021-01-21T15:36:48.935Z] Removing intermediate container f2eea081e6cb [2021-01-21T15:36:48.935Z] ---> 59e79a34fa8b [2021-01-21T15:36:48.935Z] [2021-01-21T15:36:48.935Z] ---> 1330d6d16efb [2021-01-21T15:36:48.935Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T15:36:48.935Z] ---> Running in 1661fcc5d256 [2021-01-21T15:36:49.195Z] Successfully built 59e79a34fa8b [2021-01-21T15:36:49.457Z] Removing intermediate container df282bede779 [2021-01-21T15:36:49.457Z] ---> ee9cc0850504 [2021-01-21T15:36:49.457Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T15:36:49.457Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-21T15:36:49.457Z] ---> c4b804817d42 [2021-01-21T15:36:49.457Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T15:36:49.457Z] Building docker-security-bootstrap-redis-go [2021-01-21T15:36:49.457Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1661fcc5d256 [2021-01-21T15:36:49.457Z] ---> bcca498f7fd6 [2021-01-21T15:36:49.457Z] [2021-01-21T15:36:49.721Z] ---> 86bc5aaf664a [2021-01-21T15:36:49.721Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T15:36:49.721Z] ---> Running in f5e998a6c5fe [2021-01-21T15:36:49.721Z] Successfully built bcca498f7fd6 [2021-01-21T15:36:49.721Z] ---> Running in c85ebd22ab2e [2021-01-21T15:36:49.721Z] Successfully tagged docker-core-command-go:latest [2021-01-21T15:36:49.721Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-21T15:36:49.987Z] Removing intermediate container f5e998a6c5fe [2021-01-21T15:36:49.987Z] ---> 8cc39b546521 [2021-01-21T15:36:49.987Z] [2021-01-21T15:36:49.987Z] ---> b37d362443c5 [2021-01-21T15:36:49.987Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T15:36:49.987Z] Removing intermediate container c85ebd22ab2e [2021-01-21T15:36:49.987Z] ---> 811fb208fbdc [2021-01-21T15:36:49.987Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T15:36:49.987Z] Successfully built 8cc39b546521 [2021-01-21T15:36:49.987Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T15:36:49.987Z] Building docker-support-notifications-go [2021-01-21T15:36:50.251Z]  Building docker-core-metadata-go ... done  ---> Running in c352719578cf [2021-01-21T15:36:50.251Z] Removing intermediate container c352719578cf [2021-01-21T15:36:50.251Z] ---> 16ff161df146 [2021-01-21T15:36:50.251Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T15:36:50.512Z] ---> 80c227e7cbd2 [2021-01-21T15:36:50.512Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T15:36:50.779Z] ---> Running in 75e6bdb0cb51 [2021-01-21T15:36:54.106Z] ---> c7e627c5bf9d [2021-01-21T15:36:54.106Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T15:36:54.106Z] Removing intermediate container 75e6bdb0cb51 [2021-01-21T15:36:54.106Z] ---> fd3f32aaec45 [2021-01-21T15:36:54.106Z] Step 20/21 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:36:56.039Z] ---> Running in 6fcea2846351 [2021-01-21T15:36:57.974Z] ---> f0964345d4cc [2021-01-21T15:36:57.974Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-21T15:36:57.974Z] Removing intermediate container 6fcea2846351 [2021-01-21T15:36:57.974Z] ---> 37cd04e77efd [2021-01-21T15:36:57.974Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T15:36:57.974Z] ---> Running in c87dde9dda2e [2021-01-21T15:36:57.974Z] ---> Running in 46f2f8745b48 [2021-01-21T15:36:58.241Z] Removing intermediate container 46f2f8745b48 [2021-01-21T15:36:58.241Z] ---> 9271bc6a9a60 [2021-01-21T15:36:58.241Z] [2021-01-21T15:36:58.462Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T15:36:58.505Z] Successfully built 9271bc6a9a60 [2021-01-21T15:36:58.505Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T15:36:58.505Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-21T15:37:13.513Z] Removing intermediate container c87dde9dda2e [2021-01-21T15:37:13.513Z] ---> 7160123b0acc [2021-01-21T15:37:13.513Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T15:37:13.513Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:37:13.513Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:37:13.513Z] ---> 82c67c4705e8 [2021-01-21T15:37:13.513Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 29879edc8f8e [2021-01-21T15:37:13.513Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 9f6bd493b747 [2021-01-21T15:37:13.513Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T15:37:13.513Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:37:13.513Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:37:13.513Z] ---> 82c67c4705e8 [2021-01-21T15:37:13.513Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 29879edc8f8e [2021-01-21T15:37:13.513Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 9f6bd493b747 [2021-01-21T15:37:13.513Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T15:37:13.513Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:37:13.513Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:37:13.513Z] ---> 82c67c4705e8 [2021-01-21T15:37:13.513Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 29879edc8f8e [2021-01-21T15:37:13.513Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 9f6bd493b747 [2021-01-21T15:37:13.513Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 621250bb1331 [2021-01-21T15:37:13.513Z] Step 6/22 : COPY go.mod . [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 5534abe522d8 [2021-01-21T15:37:13.513Z] Step 7/22 : RUN go mod download [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 299d31313018 [2021-01-21T15:37:13.513Z] Step 8/22 : COPY . . [2021-01-21T15:37:13.513Z] ---> Using cache [2021-01-21T15:37:13.513Z] ---> 86144a6c2bbe [2021-01-21T15:37:13.513Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T15:37:13.513Z] ---> Running in 8531d5879ab9 [2021-01-21T15:37:13.513Z] ---> Running in 71b94786b6b7 [2021-01-21T15:37:13.513Z] ---> Running in 922f101511b4 [2021-01-21T15:37:13.513Z] ---> Running in b9a513c31e16 [2021-01-21T15:37:13.513Z] Removing intermediate container 8531d5879ab9 [2021-01-21T15:37:13.513Z] ---> 7cb127513036 [2021-01-21T15:37:13.513Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T15:37:13.513Z] ---> Running in 46bcf6cbc604 [2021-01-21T15:37:14.094Z] Removing intermediate container 46bcf6cbc604 [2021-01-21T15:37:14.094Z] ---> 52b180e4b23a [2021-01-21T15:37:14.094Z] Step 23/24 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:37:14.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T15:37:14.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:37:14.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:37:14.936Z] ---> Running in 0d8ef0462226 [2021-01-21T15:37:14.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:37:14.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:37:15.527Z] OK: 233 MiB in 51 packages [2021-01-21T15:37:15.527Z] Removing intermediate container 0d8ef0462226 [2021-01-21T15:37:15.527Z] ---> 5899290295d8 [2021-01-21T15:37:15.527Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T15:37:15.527Z] OK: 233 MiB in 51 packages [2021-01-21T15:37:16.122Z] ---> Running in d27cb3adfb9a [2021-01-21T15:37:17.131Z] Removing intermediate container d27cb3adfb9a [2021-01-21T15:37:17.131Z] ---> ed47ed50629f [2021-01-21T15:37:17.131Z] [2021-01-21T15:37:17.131Z] Successfully built ed47ed50629f [2021-01-21T15:37:17.411Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T15:37:19.370Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 922f101511b4 [2021-01-21T15:37:19.370Z] ---> f6f9a01f84b3 [2021-01-21T15:37:19.370Z] Step 6/26 : COPY go.mod . [2021-01-21T15:37:19.370Z] Removing intermediate container 71b94786b6b7 [2021-01-21T15:37:19.370Z] ---> 46d3e403c706 [2021-01-21T15:37:19.370Z] Step 6/24 : COPY go.mod . [2021-01-21T15:37:20.337Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:37:20.337Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:37:20.602Z] ---> 73bad7453080 [2021-01-21T15:37:20.602Z] Step 7/24 : RUN go mod download [2021-01-21T15:37:20.602Z] ---> 82c67c4705e8 [2021-01-21T15:37:20.602Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T15:37:20.602Z] ---> Using cache [2021-01-21T15:37:20.602Z] ---> 29879edc8f8e [2021-01-21T15:37:20.602Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:37:20.602Z] ---> Using cache [2021-01-21T15:37:20.602Z] ---> 9f6bd493b747 [2021-01-21T15:37:20.602Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T15:37:21.210Z] ---> 31534bd46858 [2021-01-21T15:37:21.210Z] Step 7/26 : RUN go mod download [2021-01-21T15:37:21.472Z] ---> Running in 5d2a1587926b [2021-01-21T15:37:21.472Z] ---> Running in 54c253234f32 [2021-01-21T15:37:21.472Z] ---> Running in aa818ee0842b [2021-01-21T15:37:22.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:37:23.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:37:23.712Z] OK: 233 MiB in 51 packages [2021-01-21T15:37:23.712Z] Removing intermediate container 5d2a1587926b [2021-01-21T15:37:23.712Z] ---> f365f91ac71f [2021-01-21T15:37:23.712Z] Step 8/24 : COPY . . [2021-01-21T15:37:23.712Z] Removing intermediate container aa818ee0842b [2021-01-21T15:37:23.712Z] ---> dc22a2fa041c [2021-01-21T15:37:23.712Z] Step 8/26 : COPY . . [2021-01-21T15:37:27.086Z] Removing intermediate container 54c253234f32 [2021-01-21T15:37:27.086Z] ---> 350dea660f8e [2021-01-21T15:37:27.086Z] Step 6/23 : COPY go.mod . [2021-01-21T15:37:33.726Z] ---> 471b9bde9455 [2021-01-21T15:37:33.726Z] Step 7/23 : RUN go mod download [2021-01-21T15:37:37.516Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T15:37:41.947Z] ---> Running in 3076251eb17e [2021-01-21T15:37:45.940Z] Removing intermediate container b9a513c31e16 [2021-01-21T15:37:45.940Z] ---> 560fdd48f75d [2021-01-21T15:37:45.940Z] [2021-01-21T15:37:45.940Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T15:37:45.940Z] ---> 389fef711851 [2021-01-21T15:37:45.940Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T15:37:45.940Z] ---> Using cache [2021-01-21T15:37:45.940Z] ---> cf62c53bef96 [2021-01-21T15:37:45.940Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T15:37:48.508Z] ---> Running in 643d496594c0 [2021-01-21T15:37:48.508Z] Removing intermediate container 3076251eb17e [2021-01-21T15:37:48.508Z] ---> 58431826a46d [2021-01-21T15:37:48.508Z] Step 8/23 : COPY . . [2021-01-21T15:37:48.769Z] ---> cbba544e6815 [2021-01-21T15:37:48.769Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T15:37:49.343Z] Removing intermediate container 643d496594c0 [2021-01-21T15:37:49.343Z] ---> deb1285a01fc [2021-01-21T15:37:49.343Z] Step 13/22 : WORKDIR / [2021-01-21T15:37:51.894Z] ---> Running in 48e27b5f8723 [2021-01-21T15:37:53.281Z] ---> Running in 3e32d206f166 [2021-01-21T15:37:55.838Z] ---> ba569b94cb50 [2021-01-21T15:37:55.838Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T15:37:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T15:37:57.232Z] Removing intermediate container 3e32d206f166 [2021-01-21T15:37:57.232Z] ---> d1a00bd51365 [2021-01-21T15:37:57.232Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:37:59.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T15:37:59.412Z] ---> Running in 35b560143f73 [2021-01-21T15:37:59.992Z] ---> 4669bece9f40 [2021-01-21T15:37:59.992Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T15:38:01.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T15:38:01.440Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T15:38:01.440Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T15:38:01.440Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T15:38:01.693Z] ---> 43aff62f0ab4 [2021-01-21T15:38:01.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T15:38:02.680Z] ---> 38a444da3da6 [2021-01-21T15:38:02.680Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T15:38:04.642Z] ---> 9c60ec94e7d1 [2021-01-21T15:38:04.642Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T15:38:05.617Z] ---> Running in e690f464cbcf [2021-01-21T15:38:08.224Z] ---> 7ae38d04f3b2 [2021-01-21T15:38:08.224Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T15:38:08.224Z] ---> Running in d20726c8fc83 [2021-01-21T15:38:08.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 46.6% of statements [2021-01-21T15:38:08.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T15:38:08.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T15:38:08.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T15:38:08.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T15:38:08.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T15:38:08.816Z] Removing intermediate container e690f464cbcf [2021-01-21T15:38:08.816Z] ---> ccc7d34c7914 [2021-01-21T15:38:08.816Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T15:38:08.816Z] ---> Running in 655c73cca76a [2021-01-21T15:38:09.083Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T15:38:09.083Z] Removing intermediate container 655c73cca76a [2021-01-21T15:38:09.083Z] ---> 3f0226aefee8 [2021-01-21T15:38:09.083Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T15:38:09.083Z] ---> Running in c2c15c986e77 [2021-01-21T15:38:09.351Z] Removing intermediate container c2c15c986e77 [2021-01-21T15:38:09.351Z] ---> dc328d801417 [2021-01-21T15:38:09.351Z] Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:38:09.620Z] ---> Running in bdbd8e55a1b3 [2021-01-21T15:38:09.899Z] Removing intermediate container bdbd8e55a1b3 [2021-01-21T15:38:09.899Z] ---> 11a5f6a23999 [2021-01-21T15:38:09.899Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T15:38:09.899Z] ---> Running in e14d26925ef7 [2021-01-21T15:38:10.165Z] Removing intermediate container e14d26925ef7 [2021-01-21T15:38:10.165Z] ---> 702a784e8655 [2021-01-21T15:38:10.165Z] [2021-01-21T15:38:10.437Z] Successfully built 702a784e8655 [2021-01-21T15:38:10.437Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-21T15:38:15.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.568s coverage: 27.0% of statements [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T15:38:15.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T15:38:15.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T15:38:15.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 66.7% of statements [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T15:38:15.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T15:38:15.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.729s coverage: 82.3% of statements [2021-01-21T15:38:15.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T15:38:15.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T15:38:15.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T15:38:15.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T15:38:20.523Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 48e27b5f8723 [2021-01-21T15:38:20.523Z] ---> 53b9f18d4062 [2021-01-21T15:38:20.523Z] [2021-01-21T15:38:20.523Z] Step 10/24 : FROM scratch [2021-01-21T15:38:20.523Z] ---> [2021-01-21T15:38:20.523Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T15:38:21.104Z] ---> Running in 9f993a901836 [2021-01-21T15:38:22.060Z] Removing intermediate container 35b560143f73 [2021-01-21T15:38:22.060Z] ---> fb982e8c7384 [2021-01-21T15:38:22.060Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T15:38:22.060Z] Removing intermediate container 9f993a901836 [2021-01-21T15:38:22.060Z] ---> 0d4e7ad6a5ae [2021-01-21T15:38:22.060Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T15:38:22.328Z] ---> Running in 5011e030a86b [2021-01-21T15:38:22.599Z] ---> Running in 5d3862911036 [2021-01-21T15:38:22.880Z] Removing intermediate container 5d3862911036 [2021-01-21T15:38:22.880Z] ---> aaa0366cebf9 [2021-01-21T15:38:22.880Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T15:38:23.157Z] ---> Running in 9586d8ac0221 [2021-01-21T15:38:23.428Z] Removing intermediate container 9586d8ac0221 [2021-01-21T15:38:23.428Z] ---> 71f9a06b5c00 [2021-01-21T15:38:23.428Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T15:38:23.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T15:38:24.023Z] ---> 04f415db5644 [2021-01-21T15:38:24.023Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T15:38:24.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.232s coverage: 28.6% of statements [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T15:38:24.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.247s coverage: 100.0% of statements [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T15:38:24.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T15:38:24.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T15:38:24.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.326s coverage: 97.5% of statements [2021-01-21T15:38:24.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T15:38:25.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-01-21T15:38:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T15:38:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T15:38:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T15:38:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T15:38:25.444Z] ---> 1077574e5547 [2021-01-21T15:38:25.444Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T15:38:26.028Z] Removing intermediate container 5011e030a86b [2021-01-21T15:38:26.028Z] ---> 1df2d7eaca50 [2021-01-21T15:38:26.028Z] [2021-01-21T15:38:26.028Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T15:38:26.028Z] 20.10.0: Pulling from library/docker [2021-01-21T15:38:26.028Z] ---> 9268676cafcb [2021-01-21T15:38:26.028Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:38:26.618Z] ---> b9cd64dc884b [2021-01-21T15:38:26.618Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T15:38:28.063Z] ---> 1d6b833999bc [2021-01-21T15:38:28.063Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T15:38:29.448Z] ---> 70175993286f [2021-01-21T15:38:29.448Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T15:38:29.448Z] ---> Running in b955e2429300 [2021-01-21T15:38:29.718Z] Removing intermediate container b955e2429300 [2021-01-21T15:38:29.718Z] ---> 627ab5e1222d [2021-01-21T15:38:29.718Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:38:29.980Z] ---> Running in 203a5199d8a3 [2021-01-21T15:38:30.246Z] Removing intermediate container 203a5199d8a3 [2021-01-21T15:38:30.246Z] ---> 9ba1240272f1 [2021-01-21T15:38:30.246Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T15:38:31.194Z] ---> Running in 5225dfdfcae5 [2021-01-21T15:38:33.469Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.209s coverage: 92.8% of statements [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T15:38:33.469Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T15:38:33.469Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.154s coverage: 0.1% of statements [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T15:38:33.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.078s coverage: 100.0% of statements [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T15:38:33.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements [2021-01-21T15:38:33.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T15:38:33.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements [2021-01-21T15:38:33.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.163s coverage: 87.2% of statements [2021-01-21T15:38:33.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 84.2% of statements [2021-01-21T15:38:33.777Z] Removing intermediate container d20726c8fc83 [2021-01-21T15:38:33.777Z] ---> f1b5871931da [2021-01-21T15:38:33.777Z] [2021-01-21T15:38:33.777Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T15:38:33.777Z] ---> 389fef711851 [2021-01-21T15:38:33.777Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:38:33.777Z] Removing intermediate container 5225dfdfcae5 [2021-01-21T15:38:33.777Z] ---> 45c430c38194 [2021-01-21T15:38:33.777Z] Step 23/24 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:38:33.777Z] ---> Running in 15c75e194c02 [2021-01-21T15:38:33.777Z] ---> Running in 0dfdb2a79eea [2021-01-21T15:38:33.777Z] Removing intermediate container 15c75e194c02 [2021-01-21T15:38:33.777Z] ---> bc506cd92b48 [2021-01-21T15:38:33.777Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T15:38:33.777Z] Removing intermediate container 0dfdb2a79eea [2021-01-21T15:38:33.777Z] ---> 9a6809531e63 [2021-01-21T15:38:33.777Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T15:38:33.777Z] ---> Running in f9c13bc51dcf [2021-01-21T15:38:34.039Z] ---> Running in cd2f1925aa3a [2021-01-21T15:38:34.039Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T15:38:34.039Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T15:38:34.039Z] ---> aefe523efa57 [2021-01-21T15:38:34.039Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T15:38:34.039Z] ---> Running in 95b0e4227c28 [2021-01-21T15:38:34.039Z] Removing intermediate container f9c13bc51dcf [2021-01-21T15:38:34.039Z] ---> 7ba49adae4a4 [2021-01-21T15:38:34.039Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T15:38:34.301Z] Removing intermediate container cd2f1925aa3a [2021-01-21T15:38:34.301Z] ---> 820ca8b81faa [2021-01-21T15:38:34.301Z] [2021-01-21T15:38:34.301Z] ---> Running in 045683eee081 [2021-01-21T15:38:34.301Z] Successfully built 820ca8b81faa [2021-01-21T15:38:34.301Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T15:38:34.565Z]  Building docker-support-notifications-go ... done Removing intermediate container 045683eee081 [2021-01-21T15:38:34.565Z] ---> 63c001329886 [2021-01-21T15:38:34.565Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:38:34.565Z] ---> Running in 33843c625c4f [2021-01-21T15:38:34.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:34.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:34.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.4% of statements [2021-01-21T15:38:34.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T15:38:35.125Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T15:38:35.125Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T15:38:35.125Z] Executing bash-5.0.17-r0.post-install [2021-01-21T15:38:35.125Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:38:35.125Z] OK: 12 MiB in 22 packages [2021-01-21T15:38:35.700Z] Removing intermediate container 33843c625c4f [2021-01-21T15:38:35.700Z] ---> 073d09467697 [2021-01-21T15:38:35.700Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T15:38:35.700Z] Removing intermediate container 95b0e4227c28 [2021-01-21T15:38:35.700Z] ---> b9410c3565af [2021-01-21T15:38:35.700Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T15:38:35.961Z] ---> Running in 0be7abc07517 [2021-01-21T15:38:35.961Z] ---> Running in 04bffb7400f6 [2021-01-21T15:38:36.222Z] Removing intermediate container 04bffb7400f6 [2021-01-21T15:38:36.222Z] ---> 286830e74121 [2021-01-21T15:38:36.222Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T15:38:36.222Z] ---> Running in 04aadfd9af45 [2021-01-21T15:38:36.489Z] Removing intermediate container 04aadfd9af45 [2021-01-21T15:38:36.489Z] ---> f3b58fa4dc1b [2021-01-21T15:38:36.489Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T15:38:36.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:36.489Z] ---> Running in c35faa9a3b0b [2021-01-21T15:38:36.749Z] Removing intermediate container c35faa9a3b0b [2021-01-21T15:38:36.749Z] ---> d72bbbb086af [2021-01-21T15:38:36.749Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T15:38:37.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:37.272Z] ---> c46cd60af7e8 [2021-01-21T15:38:37.272Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T15:38:37.534Z] ---> 4b742bd8176e [2021-01-21T15:38:37.534Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T15:38:37.534Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T15:38:37.534Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T15:38:37.796Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T15:38:37.796Z] ---> 94f5ded7b34f [2021-01-21T15:38:37.796Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T15:38:37.796Z] ---> Running in 579a54d9fb8f [2021-01-21T15:38:37.796Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T15:38:38.059Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T15:38:38.059Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:38:38.059Z] OK: 8 MiB in 19 packages [2021-01-21T15:38:38.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:38.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:38.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.761s coverage: 63.5% of statements [2021-01-21T15:38:38.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T15:38:38.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T15:38:38.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-01-21T15:38:38.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.145s coverage: 91.3% of statements [2021-01-21T15:38:38.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-01-21T15:38:38.581Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T15:38:38.581Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T15:38:38.581Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T15:38:38.581Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T15:38:38.581Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T15:38:38.581Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T15:38:38.581Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T15:38:38.844Z] Removing intermediate container 0be7abc07517 [2021-01-21T15:38:38.844Z] ---> ae7bad52075a [2021-01-21T15:38:38.844Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:38:38.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-01-21T15:38:39.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-01-21T15:38:42.154Z] ---> b7709aa2583a [2021-01-21T15:38:42.155Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T15:38:42.155Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T15:38:42.155Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T15:38:42.155Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T15:38:42.155Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T15:38:42.155Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T15:38:42.155Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T15:38:42.155Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T15:38:42.155Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T15:38:42.155Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T15:38:42.155Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T15:38:42.155Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T15:38:42.155Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T15:38:42.155Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T15:38:42.155Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T15:38:42.155Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T15:38:42.155Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T15:38:42.416Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T15:38:42.416Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T15:38:42.416Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T15:38:43.801Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T15:38:43.801Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T15:38:43.801Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T15:38:43.801Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T15:38:43.801Z] ---> ceee3dd6c18c [2021-01-21T15:38:43.801Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T15:38:43.801Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T15:38:43.801Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T15:38:43.801Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T15:38:43.801Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:38:43.801Z] OK: 71 MiB in 55 packages [2021-01-21T15:38:43.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 68.9% of statements [2021-01-21T15:38:43.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T15:38:43.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T15:38:43.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T15:38:43.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T15:38:43.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T15:38:44.379Z] ---> bef3e209581f [2021-01-21T15:38:44.379Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T15:38:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.369s coverage: 37.0% of statements [2021-01-21T15:38:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T15:38:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T15:38:44.640Z] ---> Running in c4214aebd583 [2021-01-21T15:38:44.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.621s coverage: 84.0% of statements [2021-01-21T15:38:44.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2021-01-21T15:38:44.902Z] Removing intermediate container c4214aebd583 [2021-01-21T15:38:44.902Z] ---> 7db0ef6683f9 [2021-01-21T15:38:44.902Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:38:45.478Z] ---> Running in 7b3fa55388d0 [2021-01-21T15:38:48.787Z] Removing intermediate container 7b3fa55388d0 [2021-01-21T15:38:48.787Z] ---> bedf06396e6f [2021-01-21T15:38:48.787Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T15:38:48.787Z] ---> Running in 791aaaf43dc9 [2021-01-21T15:38:49.048Z] Removing intermediate container 579a54d9fb8f [2021-01-21T15:38:49.048Z] ---> 03edc6ec23d9 [2021-01-21T15:38:49.048Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T15:38:49.048Z] ---> Running in 03d2db4933c1 [2021-01-21T15:38:49.048Z] Removing intermediate container 791aaaf43dc9 [2021-01-21T15:38:49.048Z] ---> 01929c3d04a0 [2021-01-21T15:38:49.048Z] Step 22/23 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:38:49.310Z] ---> Running in ba21de80d8ed [2021-01-21T15:38:49.310Z] Removing intermediate container ba21de80d8ed [2021-01-21T15:38:49.310Z] ---> 1329dd039203 [2021-01-21T15:38:49.310Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T15:38:49.574Z] ---> Running in c4355b255d33 [2021-01-21T15:38:49.574Z] Removing intermediate container c4355b255d33 [2021-01-21T15:38:49.574Z] ---> a429fd991412 [2021-01-21T15:38:49.574Z] [2021-01-21T15:38:49.836Z] Successfully built a429fd991412 [2021-01-21T15:38:49.836Z] Successfully tagged docker-core-data-go:latest [2021-01-21T15:38:50.410Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-21T15:38:50.672Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T15:38:50.672Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T15:38:50.672Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T15:38:51.244Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T15:38:51.244Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T15:38:51.244Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T15:38:51.244Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T15:38:51.505Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T15:38:51.505Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T15:38:51.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.1% of statements [2021-01-21T15:38:51.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T15:38:51.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T15:38:51.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T15:38:51.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T15:38:51.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T15:38:51.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-01-21T15:38:51.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T15:38:51.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements [2021-01-21T15:38:51.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T15:38:51.767Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T15:38:51.767Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T15:38:52.028Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T15:38:52.028Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T15:38:52.291Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T15:38:52.291Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T15:38:52.863Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T15:38:52.863Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T15:38:53.124Z] Collecting PyYAML<4,>=3.10 [2021-01-21T15:38:53.124Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T15:38:54.068Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-21T15:38:54.068Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T15:38:54.068Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T15:38:54.068Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-21T15:38:54.068Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-21T15:38:54.068Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T15:38:54.068Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T15:38:54.330Z] Collecting idna<2.8,>=2.5 [2021-01-21T15:38:54.330Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T15:38:54.592Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T15:38:54.592Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T15:38:54.592Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T15:38:54.592Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T15:38:54.854Z] Installing collected packages: dockerpty, jsonschema, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, docopt, PyYAML, docker-compose [2021-01-21T15:38:54.854Z] Running setup.py install for dockerpty: started [2021-01-21T15:38:55.116Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T15:38:55.377Z] Attempting uninstall: urllib3 [2021-01-21T15:38:55.377Z] Found existing installation: urllib3 1.25.9 [2021-01-21T15:38:55.377Z] Uninstalling urllib3-1.25.9: [2021-01-21T15:38:55.377Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T15:38:55.638Z] Attempting uninstall: idna [2021-01-21T15:38:55.638Z] Found existing installation: idna 2.9 [2021-01-21T15:38:55.638Z] Uninstalling idna-2.9: [2021-01-21T15:38:55.638Z] Successfully uninstalled idna-2.9 [2021-01-21T15:38:55.638Z] Attempting uninstall: requests [2021-01-21T15:38:55.638Z] Found existing installation: requests 2.23.0 [2021-01-21T15:38:55.638Z] Uninstalling requests-2.23.0: [2021-01-21T15:38:55.899Z] Successfully uninstalled requests-2.23.0 [2021-01-21T15:38:56.160Z] Running setup.py install for texttable: started [2021-01-21T15:38:56.761Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T15:38:56.761Z] Running setup.py install for docopt: started [2021-01-21T15:38:56.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.967s coverage: 29.1% of statements [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T15:38:56.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T15:38:56.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T15:38:56.942Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T15:38:56.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T15:38:56.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T15:38:56.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T15:38:56.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-01-21T15:38:57.026Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T15:38:57.026Z] Running setup.py install for PyYAML: started [2021-01-21T15:38:57.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-21T15:38:57.648Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T15:38:57.928Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-21T15:38:58.223Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-21T15:38:58.833Z] GO111MODULE=on go vet ./... [2021-01-21T15:39:01.357Z] Removing intermediate container 03d2db4933c1 [2021-01-21T15:39:01.357Z] ---> ce36f4717a7d [2021-01-21T15:39:01.357Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T15:39:01.357Z] ---> Running in f54d571892e4 [2021-01-21T15:39:02.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:39:02.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:39:02.343Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:39:02.343Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T15:39:02.343Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T15:39:02.343Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:39:02.343Z] OK: 72 MiB in 58 packages [2021-01-21T15:39:02.918Z] Removing intermediate container f54d571892e4 [2021-01-21T15:39:02.919Z] ---> e698b47d9e65 [2021-01-21T15:39:02.919Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T15:39:02.919Z] ---> Running in 77b6d4f0ea4f [2021-01-21T15:39:03.178Z] Removing intermediate container 77b6d4f0ea4f [2021-01-21T15:39:03.178Z] ---> 5ff9485fa6c0 [2021-01-21T15:39:03.178Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:39:03.178Z] ---> Running in 9e65058d4cab [2021-01-21T15:39:03.439Z] Removing intermediate container 9e65058d4cab [2021-01-21T15:39:03.439Z] ---> 4d128f85cd5a [2021-01-21T15:39:03.439Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T15:39:03.439Z] ---> Running in 1778dbd58c57 [2021-01-21T15:39:03.700Z] Removing intermediate container 1778dbd58c57 [2021-01-21T15:39:03.700Z] ---> 5cb8404c2694 [2021-01-21T15:39:03.700Z] Step 25/26 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:39:03.700Z] ---> Running in 082fd297bce7 [2021-01-21T15:39:03.964Z] Removing intermediate container 082fd297bce7 [2021-01-21T15:39:03.964Z] ---> 0e5c3d180818 [2021-01-21T15:39:03.964Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T15:39:03.964Z] ---> Running in f8850610b4d7 [2021-01-21T15:39:03.964Z] Removing intermediate container f8850610b4d7 [2021-01-21T15:39:03.964Z] ---> 7924f4dfa07e [2021-01-21T15:39:03.964Z] [2021-01-21T15:39:04.224Z] Successfully built 7924f4dfa07e [2021-01-21T15:39:04.224Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T15:39:04.494Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T15:39:04.504Z] $ docker stop --time=1 43a28ed1354c8efb170b71aacbe4ca140a5fa846c320452481eb6ba83107a3cc [2021-01-21T15:39:06.080Z] $ docker rm -f 43a28ed1354c8efb170b71aacbe4ca140a5fa846c320452481eb6ba83107a3cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:39:06.570Z] + docker images [2021-01-21T15:39:06.570Z] + grep docker [2021-01-21T15:39:06.570Z] docker-sys-mgmt-agent-go latest 7924f4dfa07e 3 seconds ago 313MB [2021-01-21T15:39:06.570Z] docker-core-data-go latest a429fd991412 17 seconds ago 22.3MB [2021-01-21T15:39:06.570Z] docker-support-notifications-go latest 820ca8b81faa 33 seconds ago 12MB [2021-01-21T15:39:06.570Z] docker-security-bootstrap-redis-go latest 702a784e8655 57 seconds ago 15.8MB [2021-01-21T15:39:06.570Z] docker-security-secretstore-setup-go latest ed47ed50629f About a minute ago 24.6MB [2021-01-21T15:39:06.570Z] docker-security-proxy-setup-go latest 9271bc6a9a60 2 minutes ago 24.4MB [2021-01-21T15:39:06.570Z] docker-core-metadata-go latest 8cc39b546521 2 minutes ago 13.1MB [2021-01-21T15:39:06.570Z] docker-core-command-go latest bcca498f7fd6 2 minutes ago 10.6MB [2021-01-21T15:39:06.570Z] docker-support-scheduler-go latest 59e79a34fa8b 2 minutes ago 10.7MB [2021-01-21T15:39:06.570Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-21T15:39:22.308Z] Still waiting to schedule task [2021-01-21T15:39:22.309Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-21T15:40:06.886Z] gofmt -l . [2021-01-21T15:40:06.886Z] [ "`gofmt -l .`" = "" ] [2021-01-21T15:40:06.886Z] ./bin/test-go-mod-tidy.sh [2021-01-21T15:40:06.886Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T15:40:08.510Z] + ls -al . [2021-01-21T15:40:08.510Z] total 684 [2021-01-21T15:40:08.510Z] drwxrwxr-x 9 1001 1001 4096 Jan 21 15:40 . [2021-01-21T15:40:08.510Z] drwxr-xr-x 4 root root 4096 Jan 21 15:36 .. [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 15:35 .dockerignore [2021-01-21T15:40:08.510Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 15:35 .git [2021-01-21T15:40:08.510Z] drwxrwxr-x 3 1001 1001 4096 Jan 21 15:35 .github [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 15:35 .gitignore [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 15:35 .sonarcloud.properties [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 15:35 Attribution.txt [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 15:35 CONTRIBUTING.md [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 15:35 Dockerfile.build [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 15:35 Jenkinsfile [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 15:35 LICENSE [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 15:35 Makefile [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 15:35 README.md [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 15:35 SECURITY.md [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 15:31 VERSION [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 15:35 ZMQWindows.md [2021-01-21T15:40:08.510Z] drwxrwxr-x 2 1001 1001 4096 Jan 21 15:35 bin [2021-01-21T15:40:08.510Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 15:35 cmd [2021-01-21T15:40:08.510Z] -rw-r--r-- 1 root root 551534 Jan 21 15:38 coverage.out [2021-01-21T15:40:08.510Z] -rw-r--r-- 1 root root 1027 Jan 21 15:40 go.mod [2021-01-21T15:40:08.510Z] -rw-r--r-- 1 root root 18725 Jan 21 15:40 go.sum [2021-01-21T15:40:08.510Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 15:35 internal [2021-01-21T15:40:08.510Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 15:35 openapi [2021-01-21T15:40:08.510Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 15:35 snap [2021-01-21T15:40:08.510Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 15:35 version.go [Pipeline] sh [2021-01-21T15:40:09.167Z] + '[' -e coverage.out ] [2021-01-21T15:40:09.167Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T15:40:09.189Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T15:40:10.242Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T15:40:10.942Z] + make build [2021-01-21T15:40:10.942Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T15:40:14.931Z] Running on prd-ubuntu18.04-docker-8c-8g-21967 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws [2021-01-21T15:40:14.985Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-21T15:40:17.315Z] using credential edgex-jenkins-ssh [2021-01-21T15:40:17.385Z] Cloning the remote Git repository [2021-01-21T15:40:17.410Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:40:17.486Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-21T15:40:17.527Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:40:17.527Z] > git --version # timeout=10 [2021-01-21T15:40:17.534Z] > git --version # 'git version 2.17.1' [2021-01-21T15:40:17.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:40:17.563Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:40:21.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T15:40:31.169Z] Merging remotes/origin/master commit abd2591ca23f5f2416321043f683fb80fe5cb4ab into PR head commit 0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:40:31.289Z] Merge succeeded, producing 0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:40:31.290Z] Checking out Revision 0e0a70a83b6e91166effbd52415e19c3d986c132 (PR-3056) [2021-01-21T15:40:30.497Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T15:40:30.504Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:40:30.515Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T15:40:30.530Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:40:30.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:40:30.534Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T15:40:31.179Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:40:31.187Z] > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 [2021-01-21T15:40:31.251Z] > git remote # timeout=10 [2021-01-21T15:40:31.258Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T15:40:31.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:40:31.271Z] > git merge abd2591ca23f5f2416321043f683fb80fe5cb4ab # timeout=10 [2021-01-21T15:40:31.281Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T15:40:31.293Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:40:31.299Z] > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 [2021-01-21T15:40:34.992Z] Commit message: "Merge branch 'master' into issue-2988" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:40:36.233Z] + echo snap-build.sh [2021-01-21T15:40:36.234Z] snap-build.sh [2021-01-21T15:40:36.234Z] + SNAP_BASE_DIR=. [2021-01-21T15:40:36.234Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-21T15:40:36.234Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-21T15:40:36.234Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-21T15:40:36.234Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-21T15:40:36.234Z] + cd /w/workspace/edgex-go/5 [2021-01-21T15:40:36.234Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-21T15:40:36.234Z] Reading package lists... [2021-01-21T15:40:36.496Z] Building dependency tree... [2021-01-21T15:40:36.496Z] Reading state information... [2021-01-21T15:40:36.758Z] The following packages were automatically installed and are no longer required: [2021-01-21T15:40:36.758Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-21T15:40:36.758Z] uidmap xdelta3 [2021-01-21T15:40:36.758Z] Use 'sudo apt autoremove' to remove them. [2021-01-21T15:40:36.758Z] The following packages will be REMOVED: [2021-01-21T15:40:36.758Z] lxd* lxd-client* [2021-01-21T15:40:37.333Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-21T15:40:37.333Z] After this operation, 31.7 MB disk space will be freed. [2021-01-21T15:40:38.392Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-21T15:40:38.392Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T15:40:38.968Z] Removing lxd dnsmasq configuration [2021-01-21T15:40:39.230Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T15:40:39.492Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-21T15:40:40.437Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-21T15:40:40.700Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-21T15:40:40.700Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T15:40:41.653Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-21T15:40:41.917Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-21T15:40:43.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T15:40:43.308Z] + sudo snap remove --purge lxd [2021-01-21T15:40:43.569Z] snap "lxd" is not installed [2021-01-21T15:40:43.569Z] + sudo groupadd --force --system lxd [2021-01-21T15:40:43.569Z] ++ whoami [2021-01-21T15:40:43.569Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-21T15:40:43.569Z] + newgrp - lxd [2021-01-21T15:40:43.569Z] + sudo snap install lxd [2021-01-21T15:40:46.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T15:40:50.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T15:40:51.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T15:40:53.588Z] 2021-01-21T15:40:50Z INFO Waiting for automatic snapd restart... [2021-01-21T15:40:56.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T15:41:00.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T15:41:03.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T15:41:05.877Z] lxd 4.10 from Canonical* installed [2021-01-21T15:41:05.877Z] + sudo lxd init --auto [2021-01-21T15:41:08.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T15:41:11.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T15:41:14.028Z] + sudo snap install --classic snapcraft [2021-01-21T15:41:15.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-21T15:41:18.442Z] $ docker stop --time=1 c23455b5676b4ed9ff7f1102953e65142ee922d958fa344e5833fe6b53f71cfb [2021-01-21T15:41:19.327Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T15:41:19.327Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-21T15:41:19.327Z] + patch --verbose -p1 [2021-01-21T15:41:19.327Z] Hmm... Looks like a unified diff to me... [2021-01-21T15:41:19.327Z] The text leading up to this was: [2021-01-21T15:41:19.327Z] -------------------------- [2021-01-21T15:41:19.327Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-21T15:41:19.327Z] |From: Tony Espy [2021-01-21T15:41:19.327Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-21T15:41:19.327Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-21T15:41:19.327Z] | [2021-01-21T15:41:19.327Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-21T15:41:19.327Z] |optimize the snap CI check run for pull requests. When [2021-01-21T15:41:19.327Z] |applied, it essentially strips out everything (apps and [2021-01-21T15:41:19.327Z] |parts) from the snapcraft.yaml file except those required [2021-01-21T15:41:19.327Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-21T15:41:19.327Z] |catch changes to edgex-go that break the snap build. [2021-01-21T15:41:19.327Z] | [2021-01-21T15:41:19.327Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-21T15:41:19.327Z] |to update this patch file, otherwise it may fail to apply, [2021-01-21T15:41:19.327Z] |resulting in a failed snap build CI check in the associated [2021-01-21T15:41:19.327Z] |pull request. [2021-01-21T15:41:19.327Z] | [2021-01-21T15:41:19.327Z] |Note - in addition to applying this patch, the pipeline also [2021-01-21T15:41:19.327Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-21T15:41:19.327Z] |need to build the finally binary .snap file (and it won't [2021-01-21T15:41:19.327Z] |work with the patch applied). This further reduces the build [2021-01-21T15:41:19.327Z] |time. [2021-01-21T15:41:19.327Z] |--- [2021-01-21T15:41:19.327Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-21T15:41:19.327Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-21T15:41:19.327Z] | [2021-01-21T15:41:19.327Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-21T15:41:19.327Z] |index 1e537489..faf42425 100644 [2021-01-21T15:41:19.327Z] |--- a/snap/snapcraft.yaml [2021-01-21T15:41:19.327Z] |+++ b/snap/snapcraft.yaml [2021-01-21T15:41:19.327Z] -------------------------- [2021-01-21T15:41:19.327Z] patching file snap/snapcraft.yaml [2021-01-21T15:41:19.327Z] Using Plan A... [2021-01-21T15:41:19.327Z] Hunk #1 succeeded at 73. [2021-01-21T15:41:19.327Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-21T15:41:19.327Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-21T15:41:19.327Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-21T15:41:19.327Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-21T15:41:19.327Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-21T15:41:19.327Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-21T15:41:19.327Z] Hunk #8 succeeded at 342. [2021-01-21T15:41:19.327Z] Hmm... Ignoring the trailing garbage. [2021-01-21T15:41:19.327Z] done [2021-01-21T15:41:19.327Z] + sudo snapcraft prime --use-lxd [2021-01-21T15:41:20.272Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-21T15:41:20.272Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-21T15:41:20.272Z] - README.md [2021-01-21T15:41:20.272Z] - snapcraft.yaml.orig [2021-01-21T15:41:20.272Z] [2021-01-21T15:41:20.272Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T15:41:20.922Z] $ docker rm -f c23455b5676b4ed9ff7f1102953e65142ee922d958fa344e5833fe6b53f71cfb [2021-01-21T15:41:21.216Z] Launching a container. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:41:22.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T15:41:22.768Z] [2021-01-21T15:41:22.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:41:23.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T15:41:23.421Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T15:41:23.421Z] 29e5d40040c1: Pulling fs layer [2021-01-21T15:41:23.421Z] 1ce36da41761: Pulling fs layer [2021-01-21T15:41:23.421Z] 25b303627fd3: Pulling fs layer [2021-01-21T15:41:24.017Z] 29e5d40040c1: Verifying Checksum [2021-01-21T15:41:24.017Z] 29e5d40040c1: Download complete [2021-01-21T15:41:24.612Z] 1ce36da41761: Verifying Checksum [2021-01-21T15:41:24.612Z] 1ce36da41761: Download complete [2021-01-21T15:41:24.612Z] 29e5d40040c1: Pull complete [2021-01-21T15:41:26.063Z] 1ce36da41761: Pull complete [2021-01-21T15:41:27.073Z] 25b303627fd3: Verifying Checksum [2021-01-21T15:41:27.073Z] 25b303627fd3: Download complete [2021-01-21T15:41:33.462Z] Waiting for container to be ready [2021-01-21T15:41:34.037Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-21T15:41:34.037Z] [2021-01-21T15:41:37.220Z] 25b303627fd3: Pull complete [2021-01-21T15:41:37.220Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T15:41:37.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T15:41:37.220Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T15:41:37.456Z] prd-ubuntu18.04-docker-arm64-4c-16g-21966 does not seem to be running inside a container [2021-01-21T15:41:37.527Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T15:41:38.263Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-21T15:41:38.263Z] Waiting for network to be ready... [2021-01-21T15:41:38.526Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T15:41:38.787Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T15:41:38.787Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T15:41:38.787Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T15:41:38.787Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T15:41:38.787Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T15:41:38.787Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T15:41:38.787Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T15:41:38.787Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T15:41:38.787Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T15:41:39.361Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T15:41:39.361Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T15:41:39.622Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T15:41:39.622Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T15:41:39.622Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T15:41:39.622Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T15:41:39.622Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T15:41:39.622Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T15:41:40.197Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T15:41:40.197Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T15:41:40.197Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T15:41:40.197Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T15:41:40.197Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T15:41:40.197Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T15:41:40.197Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T15:41:40.197Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T15:41:40.197Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T15:41:40.335Z] $ docker top e8ee90fcea48f1439abb78b1c93ce8a3e0b88b6e2ff861049ed8e48fa7364933 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:41:41.408Z] + grep parallel+ [2021-01-21T15:41:41.408Z] docker-compose build --help [2021-01-21T15:41:42.752Z] Fetched 23.8 MB in 4s (5879 kB/s) [2021-01-21T15:41:43.323Z] Reading package lists... [2021-01-21T15:41:43.583Z] Reading package lists... [2021-01-21T15:41:43.844Z] Building dependency tree... [2021-01-21T15:41:43.844Z] Reading state information... [2021-01-21T15:41:44.105Z] The following additional packages will be installed: [2021-01-21T15:41:44.105Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T15:41:44.105Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T15:41:44.105Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T15:41:44.105Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-21T15:41:44.105Z] Suggested packages: [2021-01-21T15:41:44.105Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-21T15:41:44.105Z] Recommended packages: [2021-01-21T15:41:44.105Z] gnupg libsasl2-modules [2021-01-21T15:41:44.105Z] The following NEW packages will be installed: [2021-01-21T15:41:44.105Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T15:41:44.105Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T15:41:44.105Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T15:41:44.105Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-21T15:41:44.105Z] The following packages will be upgraded: [2021-01-21T15:41:44.105Z] gpg gpg-agent gpgconf libudev1 [2021-01-21T15:41:44.366Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-21T15:41:44.367Z] Need to get 3533 kB of archives. [2021-01-21T15:41:44.367Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-21T15:41:44.367Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-21T15:41:44.367Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-21T15:41:44.628Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-21T15:41:44.773Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T15:41:44.787Z] $ docker stop --time=1 e8ee90fcea48f1439abb78b1c93ce8a3e0b88b6e2ff861049ed8e48fa7364933 [2021-01-21T15:41:44.889Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-21T15:41:44.889Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-21T15:41:44.889Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-21T15:41:44.889Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-21T15:41:44.889Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-21T15:41:44.889Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-21T15:41:45.150Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-21T15:41:45.150Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-21T15:41:45.150Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-21T15:41:45.150Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-21T15:41:45.150Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-21T15:41:45.150Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-21T15:41:45.150Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-21T15:41:45.150Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-21T15:41:45.150Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-21T15:41:45.150Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-21T15:41:45.150Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-21T15:41:45.150Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-21T15:41:45.150Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-21T15:41:45.412Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T15:41:45.412Z] Fetched 3533 kB in 1s (3184 kB/s) [2021-01-21T15:41:45.412Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T15:41:45.412Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-21T15:41:45.412Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T15:41:45.674Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-21T15:41:45.674Z] Selecting previously unselected package udev. [2021-01-21T15:41:45.674Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T15:41:45.674Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-21T15:41:45.674Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-21T15:41:45.939Z] Selecting previously unselected package libfuse2:amd64. [2021-01-21T15:41:45.939Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T15:41:45.939Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T15:41:46.200Z] Selecting previously unselected package fuse. [2021-01-21T15:41:46.200Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T15:41:46.200Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-21T15:41:46.200Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T15:41:46.200Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T15:41:46.200Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T15:41:46.460Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T15:41:46.460Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T15:41:46.460Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T15:41:46.460Z] Selecting previously unselected package libksba8:amd64. [2021-01-21T15:41:46.460Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-21T15:41:46.460Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-21T15:41:46.697Z] $ docker rm -f e8ee90fcea48f1439abb78b1c93ce8a3e0b88b6e2ff861049ed8e48fa7364933 [2021-01-21T15:41:46.721Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-21T15:41:46.721Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:46.721Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:46.721Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-21T15:41:46.721Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:46.721Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer [2021-01-21T15:41:46.995Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-21T15:41:46.995Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:46.995Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:46.995Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-21T15:41:46.995Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:46.995Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:46.995Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-21T15:41:46.995Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:46.995Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:46.995Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-21T15:41:46.995Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:46.995Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:41:47.256Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-21T15:41:47.257Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:47.257Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:47.257Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-21T15:41:47.257Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:47.257Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:47.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T15:41:47.483Z] . [Pipeline] withDockerContainer [2021-01-21T15:41:47.518Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-21T15:41:47.518Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T15:41:47.518Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:47.518Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-21T15:41:47.518Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T15:41:47.518Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T15:41:47.518Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-21T15:41:47.518Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T15:41:47.518Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T15:41:47.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-21966 does not seem to be running inside a container [2021-01-21T15:41:47.779Z] Selecting previously unselected package libldap-common. [2021-01-21T15:41:47.779Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-21T15:41:47.779Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T15:41:47.779Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-21T15:41:47.779Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-21T15:41:47.779Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T15:41:47.802Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T15:41:48.040Z] Selecting previously unselected package dirmngr. [2021-01-21T15:41:48.040Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T15:41:48.040Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T15:41:48.040Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T15:41:48.040Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-21T15:41:48.040Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T15:41:48.040Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T15:41:48.040Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T15:41:48.301Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-21T15:41:48.301Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:48.301Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-21T15:41:48.301Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T15:41:48.301Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-21T15:41:48.873Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-21T15:41:48.873Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:48.873Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-21T15:41:48.873Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-21T15:41:48.873Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-21T15:41:48.873Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:49.135Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:49.135Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:49.135Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:49.135Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:49.135Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:49.135Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T15:41:49.135Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T15:41:49.135Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T15:41:49.135Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T15:41:49.154Z] $ docker top d23da0d5cc051d70be3d49df7f2f3b297fc9dead4d3210207c6c0be766055682 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:41:49.706Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-21T15:41:49.706Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-21T15:41:49.706Z] This means they are not meant to be enabled using systemctl. [2021-01-21T15:41:49.706Z] Possible reasons for having this kind of units are: [2021-01-21T15:41:49.706Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-21T15:41:49.706Z] .wants/ or .requires/ directory. [2021-01-21T15:41:49.706Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-21T15:41:49.706Z] a requirement dependency on it. [2021-01-21T15:41:49.706Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-21T15:41:49.706Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-21T15:41:49.706Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-21T15:41:49.706Z] instance name specified. [2021-01-21T15:41:49.967Z] Reading package lists... [2021-01-21T15:41:50.228Z] Building dependency tree... [2021-01-21T15:41:50.228Z] Reading state information... [2021-01-21T15:41:50.228Z] The following additional packages will be installed: [2021-01-21T15:41:50.228Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-21T15:41:50.228Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-21T15:41:50.228Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-21T15:41:50.228Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-21T15:41:50.228Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-21T15:41:50.228Z] Suggested packages: [2021-01-21T15:41:50.228Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-21T15:41:50.228Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-21T15:41:50.228Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-21T15:41:50.228Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-21T15:41:50.228Z] systemd-container policykit-1 [2021-01-21T15:41:50.228Z] Recommended packages: [2021-01-21T15:41:50.228Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-21T15:41:50.228Z] The following NEW packages will be installed: [2021-01-21T15:41:50.228Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-21T15:41:50.228Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-21T15:41:50.228Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-21T15:41:50.228Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-21T15:41:50.228Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-21T15:41:50.228Z] The following packages will be upgraded: [2021-01-21T15:41:50.228Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-21T15:41:50.252Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T15:41:50.488Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-21T15:41:50.488Z] Need to get 35.2 MB of archives. [2021-01-21T15:41:50.488Z] After this operation, 141 MB of additional disk space will be used. [2021-01-21T15:41:50.488Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-21T15:41:50.488Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-21T15:41:50.488Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-21T15:41:50.488Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-21T15:41:50.488Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-21T15:41:50.749Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-21T15:41:50.749Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-21T15:41:50.749Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-21T15:41:50.749Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-21T15:41:50.749Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-21T15:41:50.749Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-21T15:41:50.749Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-21T15:41:50.749Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-21T15:41:50.749Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-21T15:41:50.749Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-21T15:41:50.749Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-21T15:41:50.749Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-21T15:41:51.322Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-21T15:41:51.322Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-21T15:41:51.322Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-21T15:41:51.322Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-21T15:41:51.322Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-21T15:41:51.322Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-21T15:41:51.322Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-21T15:41:51.322Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-21T15:41:51.322Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-21T15:41:51.322Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-21T15:41:51.583Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-21T15:41:51.583Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-21T15:41:51.583Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-21T15:41:52.527Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T15:41:52.527Z] Fetched 35.2 MB in 2s (17.2 MB/s) [2021-01-21T15:41:52.527Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T15:41:52.527Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-21T15:41:52.801Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T15:41:53.373Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-21T15:41:53.373Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T15:41:53.373Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-21T15:41:53.634Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T15:41:53.634Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T15:41:53.634Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T15:41:53.634Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-21T15:41:53.895Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T15:41:53.895Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T15:41:53.895Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T15:41:54.157Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-21T15:41:54.157Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-21T15:41:54.562Z] Building docker-core-command-go ... [2021-01-21T15:41:54.562Z] Building docker-core-data-go ... [2021-01-21T15:41:54.562Z] Building docker-core-metadata-go ... [2021-01-21T15:41:54.562Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T15:41:54.562Z] Building docker-security-proxy-setup-go ... [2021-01-21T15:41:54.562Z] Building docker-security-secretstore-setup-go ... [2021-01-21T15:41:54.562Z] Building docker-support-notifications-go ... [2021-01-21T15:41:54.562Z] Building docker-support-scheduler-go ... [2021-01-21T15:41:54.562Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T15:41:54.562Z] Building docker-security-secretstore-setup-go [2021-01-21T15:41:54.562Z] Building docker-core-metadata-go [2021-01-21T15:41:54.562Z] Building docker-security-proxy-setup-go [2021-01-21T15:41:54.562Z] Building docker-sys-mgmt-agent-go [2021-01-21T15:41:54.562Z] Building docker-core-data-go [2021-01-21T15:41:54.729Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-21T15:41:54.729Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-21T15:41:54.729Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T15:41:54.729Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T15:41:54.990Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-21T15:41:54.990Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T15:41:54.990Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T15:41:55.251Z] Selecting previously unselected package libexpat1:amd64. [2021-01-21T15:41:55.251Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-21T15:41:55.251Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T15:41:55.251Z] Selecting previously unselected package python3.6-minimal. [2021-01-21T15:41:55.251Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T15:41:55.251Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T15:41:55.510Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T15:41:55.510Z] Checking for services that may need to be restarted...done. [2021-01-21T15:41:55.510Z] Checking for services that may need to be restarted...done. [2021-01-21T15:41:55.773Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T15:41:55.773Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T15:41:55.773Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T15:41:56.345Z] Selecting previously unselected package python3-minimal. [2021-01-21T15:41:56.345Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-21T15:41:56.345Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-21T15:41:56.345Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-21T15:41:56.345Z] Selecting previously unselected package mime-support. [2021-01-21T15:41:56.345Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-21T15:41:56.345Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-21T15:41:56.345Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-21T15:41:56.345Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-21T15:41:56.345Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T15:41:56.607Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-21T15:41:56.607Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T15:41:56.607Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T15:41:56.867Z] Selecting previously unselected package python3.6. [2021-01-21T15:41:56.867Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T15:41:56.867Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T15:41:56.867Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-21T15:41:56.867Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-21T15:41:56.867Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T15:41:56.867Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-21T15:41:57.128Z] Selecting previously unselected package python3. [2021-01-21T15:41:57.128Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-21T15:41:57.128Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-21T15:41:57.128Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-21T15:41:57.389Z] Selecting previously unselected package multiarch-support. [2021-01-21T15:41:57.389Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T15:41:57.389Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T15:41:57.389Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T15:41:57.389Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-21T15:41:57.389Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-21T15:41:57.389Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-21T15:41:57.389Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T15:41:57.649Z] Selecting previously unselected package libbsd0:amd64. [2021-01-21T15:41:57.649Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-21T15:41:57.649Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T15:41:57.649Z] Selecting previously unselected package sudo. [2021-01-21T15:41:57.649Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-21T15:41:57.649Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T15:41:57.910Z] Selecting previously unselected package apparmor. [2021-01-21T15:41:57.910Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T15:41:57.910Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-21T15:41:57.910Z] Selecting previously unselected package libedit2:amd64. [2021-01-21T15:41:57.910Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-21T15:41:57.910Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T15:41:58.170Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-21T15:41:58.170Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T15:41:58.170Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T15:41:58.170Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-21T15:41:58.170Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T15:41:58.170Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T15:41:58.170Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-21T15:41:58.170Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-21T15:41:58.431Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T15:41:58.431Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-21T15:41:58.431Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T15:41:58.431Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T15:41:58.431Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-21T15:41:58.431Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T15:41:58.431Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T15:41:58.693Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-21T15:41:58.693Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-21T15:41:58.693Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T15:41:58.693Z] Selecting previously unselected package openssh-client. [2021-01-21T15:41:58.693Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-21T15:41:58.953Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T15:41:58.953Z] Selecting previously unselected package squashfs-tools. [2021-01-21T15:41:58.953Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-21T15:41:58.953Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T15:41:59.221Z] Selecting previously unselected package snapd. [2021-01-21T15:41:59.221Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-21T15:41:59.221Z] Unpacking snapd (2.48+18.04) ... [2021-01-21T15:42:01.142Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T15:42:01.142Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T15:42:01.142Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-21T15:42:01.142Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T15:42:01.404Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T15:42:01.404Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T15:42:01.404Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T15:42:01.404Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-21T15:42:01.404Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-21T15:42:02.354Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T15:42:02.354Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T15:42:02.354Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T15:42:02.354Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T15:42:02.354Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T15:42:02.354Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T15:42:03.300Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T15:42:03.561Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T15:42:03.561Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T15:42:03.561Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-21T15:42:03.561Z] running python rtupdate hooks for python3.6... [2021-01-21T15:42:03.561Z] running python post-rtupdate hooks for python3.6... [2021-01-21T15:42:03.827Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-21T15:42:05.215Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-21T15:42:05.215Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T15:42:05.215Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T15:42:05.478Z] Setting up snapd (2.48+18.04) ... [2021-01-21T15:42:06.052Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-21T15:42:06.052Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-21T15:42:06.313Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-21T15:42:06.313Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-21T15:42:06.574Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T15:42:06.574Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T15:42:06.835Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-21T15:42:07.096Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-21T15:42:07.096Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-21T15:42:07.356Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-21T15:42:07.356Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-21T15:42:07.356Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T15:42:07.636Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T15:42:08.578Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T15:42:08.578Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T15:42:08.578Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T15:42:09.782Z] Reading package lists... [2021-01-21T15:42:09.782Z] Reading package lists... [2021-01-21T15:42:10.051Z] Building dependency tree... [2021-01-21T15:42:10.051Z] Reading state information... [2021-01-21T15:42:10.311Z] Calculating upgrade... [2021-01-21T15:42:10.311Z] The following packages will be upgraded: [2021-01-21T15:42:10.311Z] advancecomp base-files bash binutils binutils-common [2021-01-21T15:42:10.311Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-21T15:42:10.311Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-21T15:42:10.311Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-21T15:42:10.311Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-21T15:42:10.311Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-21T15:42:10.311Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-21T15:42:10.311Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-21T15:42:10.311Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-21T15:42:10.311Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-21T15:42:10.311Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-21T15:42:10.311Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-21T15:42:10.311Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-21T15:42:10.311Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-21T15:42:10.311Z] ubuntu-keyring util-linux [2021-01-21T15:42:10.572Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T15:42:10.572Z] Need to get 63.7 MB of archives. [2021-01-21T15:42:10.572Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-21T15:42:10.572Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-21T15:42:10.572Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-21T15:42:11.142Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-21T15:42:11.142Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-21T15:42:11.142Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-21T15:42:11.142Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-21T15:42:11.142Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-21T15:42:11.142Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-21T15:42:11.142Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-21T15:42:11.142Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-21T15:42:11.142Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-21T15:42:11.143Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-21T15:42:11.143Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-21T15:42:11.143Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-21T15:42:11.143Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-21T15:42:11.403Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-21T15:42:11.403Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-21T15:42:11.403Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-21T15:42:11.403Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-21T15:42:11.403Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-21T15:42:11.403Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-21T15:42:11.403Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-21T15:42:11.403Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-21T15:42:11.403Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-21T15:42:11.403Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-21T15:42:11.403Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-21T15:42:11.403Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-21T15:42:11.403Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-21T15:42:11.403Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-21T15:42:11.403Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-21T15:42:11.403Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-21T15:42:11.403Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-21T15:42:11.665Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-21T15:42:11.665Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-21T15:42:11.666Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-21T15:42:11.666Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-21T15:42:11.666Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-21T15:42:11.666Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-21T15:42:11.666Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-21T15:42:11.666Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-21T15:42:11.666Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-21T15:42:11.666Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-21T15:42:11.666Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-21T15:42:11.666Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-21T15:42:11.666Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-21T15:42:11.666Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-21T15:42:11.666Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-21T15:42:11.666Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-21T15:42:11.666Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-21T15:42:11.666Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-21T15:42:11.666Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-21T15:42:11.666Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-21T15:42:11.666Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-21T15:42:11.666Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-21T15:42:11.666Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-21T15:42:11.666Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-21T15:42:11.666Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-21T15:42:11.666Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-21T15:42:11.666Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-21T15:42:11.666Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-21T15:42:11.929Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-21T15:42:11.929Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-21T15:42:11.929Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-21T15:42:11.929Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-21T15:42:11.929Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-21T15:42:11.929Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-21T15:42:11.929Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-21T15:42:11.929Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-21T15:42:11.929Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-21T15:42:11.929Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-21T15:42:11.929Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-21T15:42:11.929Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-21T15:42:11.929Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-21T15:42:11.929Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-21T15:42:11.929Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-21T15:42:11.929Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-21T15:42:11.929Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-21T15:42:12.189Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-21T15:42:12.189Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-21T15:42:12.189Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-21T15:42:12.189Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-21T15:42:12.189Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-21T15:42:12.189Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-21T15:42:12.189Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-21T15:42:12.189Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-21T15:42:12.189Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-21T15:42:12.448Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-21T15:42:12.448Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-21T15:42:13.022Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-21T15:42:13.283Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-21T15:42:13.283Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-21T15:42:13.543Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-21T15:42:13.806Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-21T15:42:13.806Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-21T15:42:13.806Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-21T15:42:13.806Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-21T15:42:13.806Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-21T15:42:13.806Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T15:42:13.806Z] Fetched 63.7 MB in 3s (19.0 MB/s) [2021-01-21T15:42:14.066Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:14.066Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T15:42:14.066Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T15:42:14.637Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T15:42:14.637Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T15:42:14.897Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-21T15:42:14.897Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-21T15:42:15.469Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:15.469Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:15.731Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:15.731Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:15.731Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:15.731Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:15.993Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:15.993Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:15.993Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:16.255Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:16.255Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:16.255Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:16.255Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:16.255Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:16.515Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:16.515Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T15:42:16.515Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:16.515Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-21T15:42:16.776Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:16.776Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T15:42:16.776Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:16.776Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:17.038Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:17.038Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:17.038Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:17.038Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T15:42:17.300Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:17.300Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T15:42:17.300Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T15:42:17.562Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T15:42:17.825Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T15:42:18.086Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T15:42:18.086Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-21T15:42:18.348Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-21T15:42:18.348Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-21T15:42:18.348Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-21T15:42:18.609Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-21T15:42:18.609Z] Installing new version of config file /etc/issue ... [2021-01-21T15:42:18.609Z] Installing new version of config file /etc/issue.net ... [2021-01-21T15:42:18.609Z] Installing new version of config file /etc/lsb-release ... [2021-01-21T15:42:18.609Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-21T15:42:18.881Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-21T15:42:18.881Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-21T15:42:18.881Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-21T15:42:19.143Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:19.143Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-21T15:42:19.143Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-21T15:42:19.143Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-21T15:42:19.405Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-21T15:42:19.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:19.405Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:19.405Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:19.405Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:19.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:19.666Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-21T15:42:19.666Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-21T15:42:19.666Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-21T15:42:19.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:19.927Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-21T15:42:19.927Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T15:42:20.190Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-21T15:42:20.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:20.190Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T15:42:20.190Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T15:42:20.453Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T15:42:20.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:20.453Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T15:42:20.453Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T15:42:20.716Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-21T15:42:20.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:20.716Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-21T15:42:20.716Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-21T15:42:20.977Z] Setting up grep (3.1-2build1) ... [2021-01-21T15:42:20.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:20.977Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T15:42:20.977Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T15:42:20.977Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-21T15:42:21.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:21.239Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T15:42:21.239Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T15:42:21.239Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-21T15:42:21.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:21.500Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T15:42:21.500Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T15:42:22.072Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T15:42:22.072Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T15:42:22.072Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T15:42:22.072Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T15:42:22.649Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-21T15:42:22.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:22.913Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-21T15:42:22.913Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T15:42:23.857Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T15:42:23.857Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T15:42:24.118Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T15:42:24.118Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T15:42:24.118Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T15:42:24.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:24.379Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-21T15:42:24.379Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-21T15:42:24.379Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-21T15:42:24.642Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:24.642Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:24.642Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:24.642Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:24.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:24.903Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:24.903Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:24.903Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:25.168Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:25.168Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:25.168Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:25.168Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:25.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:25.430Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:25.430Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:25.430Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:25.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:25.430Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T15:42:25.692Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T15:42:25.692Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T15:42:25.692Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T15:42:25.954Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T15:42:25.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:25.954Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T15:42:25.954Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T15:42:25.954Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T15:42:26.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:26.216Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:26.216Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:26.216Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:26.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:26.216Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:26.477Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:26.477Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:26.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:26.477Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:26.739Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:27.000Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:27.262Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-21T15:42:27.524Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-21T15:42:27.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:27.786Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T15:42:27.786Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T15:42:28.049Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T15:42:28.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T15:42:28.049Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-21T15:42:28.049Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T15:42:28.311Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-21T15:42:28.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:28.311Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-21T15:42:28.311Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-21T15:42:28.575Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-21T15:42:28.836Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:28.836Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T15:42:28.836Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T15:42:28.836Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T15:42:29.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:29.098Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T15:42:29.098Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T15:42:29.098Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T15:42:29.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:29.360Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T15:42:29.360Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T15:42:29.622Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T15:42:29.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:29.886Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T15:42:29.886Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T15:42:29.886Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-21T15:42:29.886Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T15:42:30.149Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T15:42:30.149Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T15:42:30.149Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T15:42:30.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:30.410Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-21T15:42:30.410Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-21T15:42:30.410Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-21T15:42:30.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:30.697Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-21T15:42:30.697Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T15:42:30.697Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T15:42:30.959Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:30.959Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T15:42:30.959Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T15:42:30.959Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T15:42:31.220Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:31.220Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-21T15:42:31.220Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-21T15:42:31.220Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-21T15:42:31.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:31.481Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T15:42:31.481Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T15:42:31.744Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-21T15:42:32.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:32.006Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T15:42:32.006Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T15:42:32.006Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-21T15:42:32.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:32.270Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-21T15:42:32.270Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-21T15:42:32.270Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-21T15:42:32.270Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:32.270Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-21T15:42:32.532Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-21T15:42:32.532Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-21T15:42:32.532Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:32.532Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-21T15:42:32.532Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-21T15:42:32.793Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-21T15:42:32.793Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:32.793Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-21T15:42:32.793Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-21T15:42:33.055Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-21T15:42:33.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:33.317Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T15:42:33.317Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-21T15:42:33.317Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-21T15:42:33.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T15:42:33.317Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-21T15:42:33.317Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-21T15:42:33.584Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-21T15:42:33.584Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-21T15:42:33.584Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T15:42:33.584Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T15:42:33.850Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T15:42:33.850Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T15:42:34.111Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T15:42:34.111Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T15:42:34.416Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-21T15:42:34.416Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-21T15:42:34.678Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T15:42:34.678Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-21T15:42:34.678Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T15:42:34.678Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-21T15:42:34.940Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-21T15:42:34.940Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-21T15:42:34.940Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-21T15:42:35.203Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-21T15:42:35.203Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-21T15:42:35.203Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-21T15:42:35.464Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-21T15:42:35.464Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-21T15:42:35.464Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-21T15:42:35.464Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-21T15:42:35.726Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-21T15:42:35.726Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-21T15:42:36.682Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-21T15:42:36.682Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-21T15:42:36.682Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-21T15:42:36.682Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-21T15:42:36.682Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T15:42:36.959Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T15:42:37.226Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T15:42:37.226Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T15:42:37.226Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T15:42:37.226Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T15:42:37.486Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T15:42:37.486Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T15:42:37.486Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:37.750Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:37.750Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:37.750Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:38.013Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:38.013Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:38.013Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:38.013Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:38.956Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:38.956Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:40.423Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:40.423Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:40.821Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:40.821Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:41.226Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:41.226Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:42.254Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T15:42:42.254Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T15:42:42.254Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T15:42:42.254Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T15:42:42.254Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T15:42:42.515Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T15:42:42.515Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T15:42:42.515Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T15:42:42.776Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-21T15:42:42.776Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-21T15:42:42.776Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T15:42:42.776Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T15:42:43.057Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T15:42:43.057Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T15:42:43.057Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-21T15:42:43.057Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-21T15:42:43.319Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:43.319Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T15:42:43.319Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:43.319Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:43.319Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:43.319Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-21T15:42:43.581Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-21T15:42:43.581Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-21T15:42:43.581Z] [2021-01-21T15:42:43.581Z] Current default time zone: 'Etc/UTC' [2021-01-21T15:42:43.581Z] Local time is now: Thu Jan 21 15:42:43 UTC 2021. [2021-01-21T15:42:43.581Z] Universal Time is now: Thu Jan 21 15:42:43 UTC 2021. [2021-01-21T15:42:43.581Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-21T15:42:43.581Z] [2021-01-21T15:42:43.581Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-21T15:42:43.581Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:43.581Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-21T15:42:43.842Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-21T15:42:43.842Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-21T15:42:43.842Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-21T15:42:43.842Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-21T15:42:43.842Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-21T15:42:43.842Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-21T15:42:43.842Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T15:42:43.842Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:43.842Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-21T15:42:44.104Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:44.104Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T15:42:44.104Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:44.104Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-21T15:42:44.365Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-21T15:42:44.365Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-21T15:42:44.365Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T15:42:44.365Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-21T15:42:44.365Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-21T15:42:44.365Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-21T15:42:44.365Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T15:42:46.278Z] Updating certificates in /etc/ssl/certs... [2021-01-21T15:42:47.222Z] 22 added, 17 removed; done. [2021-01-21T15:42:47.222Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T15:42:47.222Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T15:42:47.222Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-21T15:42:47.222Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-21T15:42:47.222Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-21T15:42:47.222Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:47.222Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T15:42:47.222Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:47.222Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:47.222Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:47.482Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:47.482Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:47.482Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-21T15:42:47.482Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-21T15:42:47.482Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-21T15:42:47.482Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-21T15:42:47.482Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-21T15:42:47.482Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:47.743Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T15:42:47.743Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-21T15:42:47.743Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-21T15:42:47.743Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-21T15:42:47.743Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T15:42:47.743Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T15:42:48.005Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-21T15:42:48.005Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T15:42:48.005Z] Updating certificates in /etc/ssl/certs... [2021-01-21T15:42:48.581Z] 0 added, 0 removed; done. [2021-01-21T15:42:48.581Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-21T15:42:48.581Z] done. [2021-01-21T15:42:48.844Z] Reading package lists... [2021-01-21T15:42:49.113Z] Building dependency tree... [2021-01-21T15:42:49.113Z] Reading state information... [2021-01-21T15:42:49.388Z] The following NEW packages will be installed: [2021-01-21T15:42:49.388Z] apt-transport-https [2021-01-21T15:42:49.388Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T15:42:49.388Z] Need to get 1696 B of archives. [2021-01-21T15:42:49.388Z] After this operation, 153 kB of additional disk space will be used. [2021-01-21T15:42:49.388Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-21T15:42:49.651Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T15:42:49.651Z] Fetched 1696 B in 0s (29.0 kB/s) [2021-01-21T15:42:49.651Z] Selecting previously unselected package apt-transport-https. [2021-01-21T15:42:49.651Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-21T15:42:49.651Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-21T15:42:49.651Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T15:42:49.651Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T15:42:49.912Z] Waiting for network to be ready... [2021-01-21T15:42:56.501Z] 2021-01-21T15:42:52Z INFO Waiting for automatic snapd restart... [2021-01-21T15:42:56.501Z] snapd 2.48.2 from Canonical* installed [2021-01-21T15:42:56.763Z] "snapd" switched to the "latest/stable" channel [2021-01-21T15:42:56.763Z] [2021-01-21T15:43:00.093Z] core18 20201210 from Canonical* installed [2021-01-21T15:43:00.093Z] "core18" switched to the "latest/stable" channel [2021-01-21T15:43:00.093Z] [2021-01-21T15:43:02.581Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:43:02.581Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:43:02.581Z] ---> b0d1688879a2 [2021-01-21T15:43:02.581Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T15:43:02.581Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:43:02.581Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:43:02.581Z] ---> b0d1688879a2 [2021-01-21T15:43:02.581Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T15:43:02.644Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T15:43:02.905Z] "snapcraft" switched to the "latest/stable" channel [2021-01-21T15:43:02.905Z] [2021-01-21T15:43:03.186Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:43:03.186Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:43:03.186Z] ---> b0d1688879a2 [2021-01-21T15:43:03.186Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:43:03.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:43:03.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:43:03.186Z] ---> b0d1688879a2 [2021-01-21T15:43:03.186Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T15:43:03.186Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:43:03.186Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:43:03.186Z] ---> b0d1688879a2 [2021-01-21T15:43:03.186Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T15:43:06.245Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-21T15:43:06.245Z] - README.md [2021-01-21T15:43:06.245Z] - snapcraft.yaml.orig [2021-01-21T15:43:06.245Z] [2021-01-21T15:43:06.245Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T15:43:07.506Z] ---> Running in 4f9883f7d73f [2021-01-21T15:43:07.506Z] ---> Running in 0634e3801331 [2021-01-21T15:43:07.506Z] ---> Running in f1003ca1a761 [2021-01-21T15:43:07.506Z] ---> Running in e5fa2b4b9e31 [2021-01-21T15:43:07.506Z] ---> Running in 6580172236af [2021-01-21T15:43:08.101Z] Removing intermediate container f1003ca1a761 [2021-01-21T15:43:08.101Z] ---> df998b6e54cf [2021-01-21T15:43:08.101Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:43:08.101Z] Removing intermediate container 4f9883f7d73f [2021-01-21T15:43:08.101Z] ---> 876231eee7dc [2021-01-21T15:43:08.101Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:43:08.101Z] Removing intermediate container 0634e3801331 [2021-01-21T15:43:08.101Z] ---> 39a2b6586a75 [2021-01-21T15:43:08.101Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:43:08.101Z] ---> Running in 004e7d70393b [2021-01-21T15:43:08.101Z] Removing intermediate container e5fa2b4b9e31 [2021-01-21T15:43:08.101Z] ---> cbec1d00d25d [2021-01-21T15:43:08.101Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:43:08.373Z] Removing intermediate container 6580172236af [2021-01-21T15:43:08.373Z] ---> fb7f64ad1a83 [2021-01-21T15:43:08.373Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:43:08.373Z] ---> Running in 676f692401d2 [2021-01-21T15:43:08.373Z] ---> Running in b8e55d05ad3b [2021-01-21T15:43:08.667Z] ---> Running in 75c1a5d649b1 [2021-01-21T15:43:08.667Z] ---> Running in 09cf712e2150 [2021-01-21T15:43:12.077Z] Removing intermediate container 004e7d70393b [2021-01-21T15:43:12.077Z] ---> 937a6a45a011 [2021-01-21T15:43:12.077Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T15:43:12.077Z] ---> Running in 7cfea3c11de6 [2021-01-21T15:43:12.077Z] Removing intermediate container 676f692401d2 [2021-01-21T15:43:12.077Z] ---> 6185dfcf00aa [2021-01-21T15:43:12.077Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T15:43:12.358Z] ---> Running in ee5cd91fb85e [2021-01-21T15:43:12.633Z] Removing intermediate container b8e55d05ad3b [2021-01-21T15:43:12.633Z] ---> 4643785a569a [2021-01-21T15:43:12.633Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T15:43:12.820Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T15:43:12.921Z] Removing intermediate container 09cf712e2150 [2021-01-21T15:43:12.921Z] ---> 97fb6993ca8f [2021-01-21T15:43:12.921Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:43:12.921Z] ---> Running in 256400f6c2be [2021-01-21T15:43:13.082Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T15:43:13.082Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T15:43:13.197Z] Removing intermediate container 75c1a5d649b1 [2021-01-21T15:43:13.197Z] ---> 666261860252 [2021-01-21T15:43:13.197Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T15:43:13.197Z] ---> Running in be8a4ea115fc [2021-01-21T15:43:13.471Z] ---> Running in 17d9235fb90f [2021-01-21T15:43:13.654Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T15:43:13.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:14.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:14.597Z] Reading package lists... [2021-01-21T15:43:14.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:14.858Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-21T15:43:14.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:14.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:14.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:15.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:15.187Z] OK: 217 MiB in 51 packages [2021-01-21T15:43:15.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:15.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:15.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:43:16.017Z] OK: 217 MiB in 51 packages [2021-01-21T15:43:16.624Z] OK: 217 MiB in 51 packages [2021-01-21T15:43:16.624Z] OK: 217 MiB in 51 packages [2021-01-21T15:43:16.898Z] OK: 217 MiB in 51 packages [2021-01-21T15:43:16.898Z] Removing intermediate container 7cfea3c11de6 [2021-01-21T15:43:16.898Z] ---> a121f0d12e08 [2021-01-21T15:43:16.898Z] Step 6/26 : COPY go.mod . [2021-01-21T15:43:17.889Z] Removing intermediate container ee5cd91fb85e [2021-01-21T15:43:17.889Z] ---> f9a2aaac6c8f [2021-01-21T15:43:17.889Z] Step 6/24 : COPY go.mod . [2021-01-21T15:43:18.169Z] ---> c09066ad54a7 [2021-01-21T15:43:18.169Z] Step 7/26 : RUN go mod download [2021-01-21T15:43:18.448Z] ---> Running in d89b312d5368 [2021-01-21T15:43:18.448Z] Removing intermediate container 256400f6c2be [2021-01-21T15:43:18.448Z] ---> 0d1134c2c8b0 [2021-01-21T15:43:18.448Z] Step 6/23 : COPY go.mod . [2021-01-21T15:43:18.448Z] Removing intermediate container be8a4ea115fc [2021-01-21T15:43:18.448Z] ---> cfad333345ae [2021-01-21T15:43:18.448Z] Step 6/22 : COPY go.mod . [2021-01-21T15:43:18.740Z] Removing intermediate container 17d9235fb90f [2021-01-21T15:43:18.740Z] ---> 703991012972 [2021-01-21T15:43:18.740Z] Step 6/21 : COPY go.mod . [2021-01-21T15:43:19.015Z] ---> e7cb954a685b [2021-01-21T15:43:19.015Z] Step 7/24 : RUN go mod download [2021-01-21T15:43:19.295Z] ---> Running in 0b324d38485d [2021-01-21T15:43:19.906Z] ---> a3b8fec28834 [2021-01-21T15:43:19.906Z] Step 7/23 : RUN go mod download [2021-01-21T15:43:19.906Z] ---> 55ea0295289c [2021-01-21T15:43:19.906Z] ---> 28c3b8f8e6a6 [2021-01-21T15:43:19.906Z] Step 7/22 : RUN go mod download [2021-01-21T15:43:20.178Z] Step 7/21 : RUN go mod download [2021-01-21T15:43:20.178Z] ---> Running in 033a384484e4 [2021-01-21T15:43:20.449Z] ---> Running in 315a05d751c1 [2021-01-21T15:43:20.449Z] ---> Running in 8cf6a4f60131 [2021-01-21T15:43:21.451Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T15:43:21.451Z] Reading package lists... [2021-01-21T15:43:21.451Z] Building dependency tree... [2021-01-21T15:43:21.451Z] Reading state information... [2021-01-21T15:43:21.451Z] Suggested packages: [2021-01-21T15:43:21.451Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-21T15:43:21.451Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-21T15:43:21.451Z] Recommended packages: [2021-01-21T15:43:21.451Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-21T15:43:21.451Z] The following NEW packages will be installed: [2021-01-21T15:43:21.451Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-21T15:43:21.451Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-21T15:43:21.451Z] pkg-config zip [2021-01-21T15:43:21.451Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T15:43:21.451Z] Need to get 7655 kB of archives. [2021-01-21T15:43:21.451Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-21T15:43:21.451Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-21T15:43:21.451Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-21T15:43:21.451Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-21T15:43:21.713Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-21T15:43:21.713Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-21T15:43:21.713Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-21T15:43:21.713Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-21T15:43:21.974Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-21T15:43:21.974Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-21T15:43:22.236Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-21T15:43:22.236Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-21T15:43:22.236Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-21T15:43:22.236Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-21T15:43:22.442Z] Removing intermediate container d89b312d5368 [2021-01-21T15:43:22.442Z] ---> 8847ad1f9b6c [2021-01-21T15:43:22.442Z] Step 8/26 : COPY . . [2021-01-21T15:43:22.495Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-21T15:43:22.496Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-21T15:43:22.496Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T15:43:22.496Z] Fetched 7655 kB in 1s (7580 kB/s) [2021-01-21T15:43:22.496Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-21T15:43:22.496Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-21T15:43:22.496Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-21T15:43:22.755Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T15:43:22.755Z] Selecting previously unselected package libpsl5:amd64. [2021-01-21T15:43:22.755Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-21T15:43:22.755Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T15:43:23.016Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-21T15:43:23.016Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-21T15:43:23.016Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T15:43:23.016Z] Selecting previously unselected package librtmp1:amd64. [2021-01-21T15:43:23.016Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-21T15:43:23.016Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T15:43:23.016Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-21T15:43:23.016Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-21T15:43:23.017Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T15:43:23.048Z] Removing intermediate container 0b324d38485d [2021-01-21T15:43:23.048Z] ---> 20ed0d6dc95a [2021-01-21T15:43:23.048Z] Step 8/24 : COPY . . [2021-01-21T15:43:23.277Z] Selecting previously unselected package liberror-perl. [2021-01-21T15:43:23.277Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-21T15:43:23.277Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-21T15:43:23.277Z] Selecting previously unselected package git-man. [2021-01-21T15:43:23.277Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-21T15:43:23.277Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T15:43:23.537Z] Selecting previously unselected package git. [2021-01-21T15:43:23.537Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-21T15:43:23.537Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T15:43:24.109Z] Selecting previously unselected package libnorm1:amd64. [2021-01-21T15:43:24.109Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-21T15:43:24.109Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T15:43:24.370Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-21T15:43:24.370Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-21T15:43:24.370Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T15:43:24.370Z] Selecting previously unselected package libsodium23:amd64. [2021-01-21T15:43:24.370Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-21T15:43:24.370Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-21T15:43:24.631Z] Selecting previously unselected package libzmq5:amd64. [2021-01-21T15:43:24.631Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T15:43:24.631Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T15:43:24.631Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-21T15:43:24.631Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T15:43:24.631Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T15:43:24.891Z] Selecting previously unselected package pkg-config. [2021-01-21T15:43:24.891Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-21T15:43:24.891Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T15:43:24.891Z] Selecting previously unselected package zip. [2021-01-21T15:43:24.891Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-21T15:43:24.891Z] Unpacking zip (3.0-11build1) ... [2021-01-21T15:43:24.891Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T15:43:24.891Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T15:43:25.057Z] Removing intermediate container 033a384484e4 [2021-01-21T15:43:25.057Z] ---> b4fc95f3c755 [2021-01-21T15:43:25.057Z] Step 8/23 : COPY . . [2021-01-21T15:43:25.057Z] Removing intermediate container 315a05d751c1 [2021-01-21T15:43:25.057Z] ---> d32c6678b30f [2021-01-21T15:43:25.057Z] Step 8/22 : COPY . . [2021-01-21T15:43:25.153Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T15:43:25.153Z] Setting up liberror-perl (0.17025-1) ... [2021-01-21T15:43:25.153Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T15:43:25.153Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T15:43:25.153Z] No schema files found: doing nothing. [2021-01-21T15:43:25.153Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T15:43:25.153Z] Setting up zip (3.0-11build1) ... [2021-01-21T15:43:25.153Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T15:43:25.153Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-21T15:43:25.153Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T15:43:25.416Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T15:43:25.416Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T15:43:25.416Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T15:43:25.416Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T15:43:25.416Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T15:43:25.658Z] Removing intermediate container 8cf6a4f60131 [2021-01-21T15:43:25.658Z] ---> 89cb488ed400 [2021-01-21T15:43:25.658Z] Step 8/21 : COPY . . [2021-01-21T15:43:32.011Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T15:43:32.011Z] git set to automatically installed. [2021-01-21T15:43:32.011Z] git-man set to automatically installed. [2021-01-21T15:43:32.011Z] libcurl3-gnutls set to automatically installed. [2021-01-21T15:43:32.011Z] liberror-perl set to automatically installed. [2021-01-21T15:43:32.011Z] libglib2.0-0 set to automatically installed. [2021-01-21T15:43:32.011Z] libnghttp2-14 set to automatically installed. [2021-01-21T15:43:32.011Z] libnorm1 set to automatically installed. [2021-01-21T15:43:32.011Z] libpgm-5.2-0 set to automatically installed. [2021-01-21T15:43:32.011Z] libpsl5 set to automatically installed. [2021-01-21T15:43:32.011Z] librtmp1 set to automatically installed. [2021-01-21T15:43:32.011Z] libsodium23 set to automatically installed. [2021-01-21T15:43:32.011Z] libzmq3-dev set to automatically installed. [2021-01-21T15:43:32.011Z] libzmq5 set to automatically installed. [2021-01-21T15:43:32.011Z] pkg-config set to automatically installed. [2021-01-21T15:43:32.011Z] zip set to automatically installed. [2021-01-21T15:43:34.559Z] snapd is not logged in, snap install commands will use sudo [2021-01-21T15:43:41.176Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T15:43:41.439Z] snap "core18" has no updates available [2021-01-21T15:43:42.010Z] Pulling config-common [2021-01-21T15:43:43.396Z] Pulling go-build-helper [2021-01-21T15:43:52.486Z] ---> b11e00ee1729 [2021-01-21T15:43:52.486Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T15:43:52.486Z] ---> bd1ed7c88840 [2021-01-21T15:43:52.486Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T15:43:52.486Z] ---> 84132cba66f9 [2021-01-21T15:43:52.486Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T15:43:52.486Z] ---> d108e517ad4d [2021-01-21T15:43:52.486Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T15:43:52.486Z] ---> dd464d8202ab [2021-01-21T15:43:52.486Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T15:43:52.486Z] ---> Running in 5f21f9c10da8 [2021-01-21T15:43:52.486Z] ---> Running in 0cb2b11b15fd [2021-01-21T15:43:52.486Z] ---> Running in 60087bcb0dbe [2021-01-21T15:43:52.486Z] ---> Running in 31af2ae25dc2 [2021-01-21T15:43:52.486Z] ---> Running in 87260d915ef9 [2021-01-21T15:43:52.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T15:43:52.486Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T15:43:52.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T15:43:52.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T15:43:52.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T15:44:05.377Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T15:44:05.377Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T15:44:05.377Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T15:44:05.377Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T15:44:05.377Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T15:44:05.377Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T15:44:05.377Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T15:44:05.377Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T15:44:05.377Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T15:44:05.377Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T15:44:05.377Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T15:44:05.377Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T15:44:05.377Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T15:44:05.377Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T15:44:05.377Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T15:44:05.377Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T15:44:05.377Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T15:44:05.377Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T15:44:05.377Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T15:44:05.378Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T15:44:05.378Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T15:44:05.378Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T15:44:05.378Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T15:44:05.378Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T15:44:05.378Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T15:44:05.378Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T15:44:05.378Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T15:44:05.378Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-21T15:44:05.378Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-21T15:44:05.378Z] Fetched 279 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-21T15:44:05.378Z] Fetched 122 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-21T15:44:05.378Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-21T15:44:05.378Z] Fetched 8848 B in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-21T15:44:05.378Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-21T15:44:05.378Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-21T15:44:05.378Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-21T15:44:05.378Z] Fetched 214 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-21T15:44:05.378Z] Fetched 155 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-21T15:44:05.378Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-21T15:44:05.378Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-21T15:44:05.378Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-21T15:44:05.378Z] Fetched 499 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-21T15:44:05.378Z] Fetched 111 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-21T15:44:05.378Z] Fetched 240 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-21T15:44:05.378Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-21T15:44:05.378Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-21T15:44:05.378Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-21T15:44:05.378Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-21T15:44:05.378Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-21T15:44:05.378Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-21T15:44:05.378Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-21T15:44:05.378Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-21T15:44:05.378Z] Fetched 8720 B in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-21T15:44:05.378Z] Fetched 137 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-21T15:44:05.378Z] Fetched 119 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-21T15:44:05.378Z] Fetched 109 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-21T15:44:05.378Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-21T15:44:05.378Z] Fetched 645 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-21T15:44:05.378Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-21T15:44:05.378Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-21T15:44:05.378Z] Fetched 368 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-21T15:44:05.378Z] Fetched 187 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-21T15:44:05.378Z] Fetched 175 kB in 0s (0 B/s) [2021-01-21T15:44:05.378Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-21T15:44:08.686Z] Fetched 206 kB in 0s (0 B/s) [2021-01-21T15:44:08.686Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-21T15:44:08.686Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-21T15:44:08.686Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-21T15:44:08.686Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-21T15:44:08.686Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-21T15:44:08.686Z] Fetched 159 kB in 0s (0 B/s) [2021-01-21T15:44:08.686Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-21T15:44:08.686Z] Fetched 107 kB in 0s (0 B/s) [2021-01-21T15:44:08.686Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-21T15:44:08.686Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-21T15:44:08.686Z] Pulling static-packages [2021-01-21T15:44:09.630Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-21T15:44:09.630Z] Skipping pull go-build-helper (already ran) [2021-01-21T15:44:09.630Z] Skipping pull static-packages (already ran) [2021-01-21T15:44:09.630Z] Building go-build-helper [2021-01-21T15:44:14.100Z] Building static-packages [2021-01-21T15:44:15.485Z] Staging go-build-helper [2021-01-21T15:44:16.428Z] Staging static-packages [2021-01-21T15:44:17.369Z] Pulling go115 [2021-01-21T15:44:18.317Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-21T15:44:18.317Z] Skipping pull go115 (already ran) [2021-01-21T15:44:18.317Z] Building go115 [2021-01-21T15:44:18.317Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:18.317Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:21.919Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 373k 0 0 1727k 0 0:01:08 --:--:-- 0:01:08 1719k 43 115M 43 50.3M 0 0 41.4M 0 0:00:02 0:00:01 0:00:01 41.3M 76 115M 76 88.2M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.7M 95 115M 95 110M 0 0 34.4M 0 0:00:03 0:00:03 --:--:-- 34.4M 100 115M 100 115M 0 0 34.3M 0 0:00:03 0:00:03 --:--:-- 34.3M [2021-01-21T15:44:22.491Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-21T15:44:26.697Z] Staging go115 [2021-01-21T15:44:31.988Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T15:44:31.988Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T15:44:31.988Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T15:44:31.988Z] Fetched 0 B in 0s (0 B/s) [2021-01-21T15:44:31.988Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-21T15:44:31.988Z] Fetched 224 kB in 0s (0 B/s) [2021-01-21T15:44:31.988Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-21T15:44:31.988Z] Fetched 157 kB in 0s (0 B/s) [2021-01-21T15:44:31.988Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-21T15:44:31.988Z] Fetched 221 kB in 0s (0 B/s) [2021-01-21T15:44:31.988Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-21T15:44:31.988Z] Fetched 143 kB in 0s (0 B/s) [2021-01-21T15:44:31.988Z] Pulling edgex-go [2021-01-21T15:44:32.559Z] Pulling version [2021-01-21T15:44:33.941Z] Building config-common [2021-01-21T15:44:35.855Z] Skipping build go-build-helper (already ran) [2021-01-21T15:44:35.855Z] Skipping build static-packages (already ran) [2021-01-21T15:44:35.855Z] Skipping build go115 (already ran) [2021-01-21T15:44:35.855Z] Building edgex-go [2021-01-21T15:44:35.855Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T15:44:37.241Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-21T15:44:37.241Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-21T15:44:37.241Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-21T15:44:37.241Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-21T15:44:37.241Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-21T15:44:37.241Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-21T15:44:37.241Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-21T15:44:37.241Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-21T15:44:37.501Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-21T15:44:37.501Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-21T15:44:37.501Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-21T15:44:37.501Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-21T15:44:37.501Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-21T15:44:37.501Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-21T15:44:37.501Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-21T15:44:37.501Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-21T15:44:37.501Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-21T15:44:37.501Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-21T15:44:37.501Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-21T15:44:37.501Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-21T15:44:37.501Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-21T15:44:37.501Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-21T15:44:37.501Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-21T15:44:37.501Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-21T15:44:37.501Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-21T15:44:37.501Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-21T15:44:37.761Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-21T15:44:37.761Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-21T15:44:37.761Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-21T15:44:38.022Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-21T15:44:38.022Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-21T15:44:38.022Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-21T15:44:44.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T15:44:48.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T15:44:49.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T15:44:50.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T15:44:51.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T15:44:51.258Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-21T15:44:51.518Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-21T15:44:51.518Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-21T15:44:51.518Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-21T15:44:52.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T15:44:52.901Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-21T15:44:52.901Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-21T15:44:54.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T15:44:54.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T15:44:54.856Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-21T15:44:56.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T15:44:57.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T15:44:57.974Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T15:44:57.974Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-21T15:45:00.513Z] Building version [2021-01-21T15:45:02.437Z] Staging config-common [2021-01-21T15:45:03.031Z] Skipping stage go-build-helper (already ran) [2021-01-21T15:45:03.031Z] Skipping stage static-packages (already ran) [2021-01-21T15:45:03.031Z] Skipping stage go115 (already ran) [2021-01-21T15:45:03.031Z] Staging edgex-go [2021-01-21T15:45:03.990Z] Staging version [2021-01-21T15:45:04.930Z] Priming config-common [2021-01-21T15:45:05.873Z] Priming go-build-helper [2021-01-21T15:45:06.815Z] Priming static-packages [2021-01-21T15:45:09.365Z] Priming go115 [2021-01-21T15:45:10.314Z] Priming edgex-go [2021-01-21T15:45:11.289Z] Priming version [2021-01-21T15:45:12.231Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-21T15:45:14.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T15:45:14.304Z] 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 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T15:45:26.731Z] Removing intermediate container 5f21f9c10da8 [2021-01-21T15:45:26.731Z] ---> 38cd213f9e50 [2021-01-21T15:45:26.731Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T15:45:27.014Z] Removing intermediate container 60087bcb0dbe [2021-01-21T15:45:27.014Z] ---> e6e154fe2676 [2021-01-21T15:45:27.014Z] [2021-01-21T15:45:27.014Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T15:45:27.014Z] 3.12: Pulling from library/alpine [2021-01-21T15:45:27.014Z] ---> Running in 5de8082e2c78 [2021-01-21T15:45:27.297Z] Removing intermediate container 87260d915ef9 [2021-01-21T15:45:27.297Z] ---> 30010b20be0e [2021-01-21T15:45:27.297Z] [2021-01-21T15:45:27.297Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T15:45:27.593Z] 3.12: Pulling from library/alpine [2021-01-21T15:45:29.189Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T15:45:29.189Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T15:45:29.189Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T15:45:29.189Z] ---> afeebe901d6b [2021-01-21T15:45:29.189Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T15:45:29.189Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T15:45:29.189Z] ---> afeebe901d6b [2021-01-21T15:45:29.189Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T15:45:29.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T15:45:29.747Z] ---> Running in 7172b76a4af2 [2021-01-21T15:45:29.747Z] ---> Running in 9e644856c752 [2021-01-21T15:45:31.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:45:32.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:45:32.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:45:32.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:45:33.019Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T15:45:33.019Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T15:45:33.019Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:45:33.019Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T15:45:33.019Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T15:45:33.019Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:45:33.019Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T15:45:33.019Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T15:45:33.019Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:45:33.019Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:45:33.019Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T15:45:33.019Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:45:33.019Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:45:33.296Z] OK: 7 MiB in 18 packages [2021-01-21T15:45:33.296Z] OK: 7 MiB in 19 packages [2021-01-21T15:45:35.959Z] Removing intermediate container 5de8082e2c78 [2021-01-21T15:45:35.959Z] ---> c1dad6883031 [2021-01-21T15:45:35.959Z] [2021-01-21T15:45:35.959Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T15:45:35.959Z] 20.10.0: Pulling from library/docker [2021-01-21T15:45:37.418Z] Removing intermediate container 7172b76a4af2 [2021-01-21T15:45:37.418Z] ---> c10cfb272c48 [2021-01-21T15:45:37.418Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T15:45:37.418Z] Removing intermediate container 9e644856c752 [2021-01-21T15:45:37.418Z] ---> 7b1be04433e5 [2021-01-21T15:45:37.418Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T15:45:37.706Z] ---> Running in 13391e1bd1a0 [2021-01-21T15:45:37.706Z] ---> Running in dd95a0c4da08 [2021-01-21T15:45:39.162Z] Removing intermediate container dd95a0c4da08 [2021-01-21T15:45:39.162Z] ---> 8f88427bda1b [2021-01-21T15:45:39.162Z] Step 13/24 : WORKDIR / [2021-01-21T15:45:39.162Z] Removing intermediate container 13391e1bd1a0 [2021-01-21T15:45:39.162Z] ---> aad86899d63d [2021-01-21T15:45:39.162Z] Step 13/21 : WORKDIR /edgex [2021-01-21T15:45:39.435Z] ---> Running in b5dc1132265f [2021-01-21T15:45:39.435Z] ---> Running in ed70dee70e03 [2021-01-21T15:45:40.421Z] Removing intermediate container b5dc1132265f [2021-01-21T15:45:40.421Z] ---> a4aefbb2d0e6 [2021-01-21T15:45:40.421Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T15:45:40.421Z] Removing intermediate container ed70dee70e03 [2021-01-21T15:45:40.421Z] ---> 2fa9d962255f [2021-01-21T15:45:40.421Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-21T15:45:41.923Z] ---> 3c4049c5b7c8 [2021-01-21T15:45:41.923Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T15:45:42.240Z] ---> 1a5774d5a653 [2021-01-21T15:45:42.240Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-21T15:45:44.351Z] ---> a9e512cb1cf0 [2021-01-21T15:45:44.351Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T15:45:45.348Z] ---> 442c8b468512 [2021-01-21T15:45:45.348Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T15:45:46.350Z] ---> d2769c701226 [2021-01-21T15:45:46.350Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T15:45:48.355Z] ---> 4862dbf46a84 [2021-01-21T15:45:48.355Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T15:45:48.629Z] ---> Running in 72d59dd7deca [2021-01-21T15:45:48.904Z] ---> a06382006ef2 [2021-01-21T15:45:48.904Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T15:45:49.505Z] Removing intermediate container 72d59dd7deca [2021-01-21T15:45:49.505Z] ---> b66f0c4f4b9d [2021-01-21T15:45:49.505Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T15:45:49.505Z] Removing intermediate container 31af2ae25dc2 [2021-01-21T15:45:49.505Z] ---> 6225b1b8d2e6 [2021-01-21T15:45:49.505Z] [2021-01-21T15:45:49.505Z] Step 10/22 : FROM scratch [2021-01-21T15:45:49.505Z] ---> [2021-01-21T15:45:49.505Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:45:50.117Z] ---> Running in 013878d0d99b [2021-01-21T15:45:50.117Z] ---> Running in a741780947f7 [2021-01-21T15:45:51.564Z] Removing intermediate container a741780947f7 [2021-01-21T15:45:51.564Z] ---> 9bd6f96c6cf0 [2021-01-21T15:45:51.564Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T15:45:51.564Z] Removing intermediate container 013878d0d99b [2021-01-21T15:45:51.564Z] ---> 05b43293c37f [2021-01-21T15:45:51.564Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T15:45:51.564Z] ---> b79ab3732e7d [2021-01-21T15:45:51.564Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T15:45:51.858Z] ---> Running in abd9f1dc7de0 [2021-01-21T15:45:51.858Z] ---> Running in 4d60d507662f [2021-01-21T15:45:53.298Z] ---> c1847b42110d [2021-01-21T15:45:53.298Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-21T15:45:53.298Z] Removing intermediate container abd9f1dc7de0 [2021-01-21T15:45:53.298Z] ---> 7c4079c1916a [2021-01-21T15:45:53.298Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T15:45:53.298Z] ---> Running in a0d9a2c69d7e [2021-01-21T15:45:53.590Z] ---> Running in 750f05916e0c [2021-01-21T15:45:53.590Z] Removing intermediate container 4d60d507662f [2021-01-21T15:45:53.590Z] ---> 07a87b6b0925 [2021-01-21T15:45:53.590Z] Step 20/21 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:45:54.187Z] Removing intermediate container a0d9a2c69d7e [2021-01-21T15:45:54.187Z] ---> a355fbffe799 [2021-01-21T15:45:54.187Z] Step 14/22 : WORKDIR / [2021-01-21T15:45:54.187Z] ---> Running in afb8e37a14d1 [2021-01-21T15:45:54.465Z] ---> Running in 119c1dcb85db [2021-01-21T15:45:54.768Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T15:45:55.044Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T15:45:55.044Z] ---> eeaf43b92773 [2021-01-21T15:45:55.044Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T15:45:55.044Z] Removing intermediate container 0cb2b11b15fd [2021-01-21T15:45:55.044Z] ---> d798c67f01b4 [2021-01-21T15:45:55.044Z] [2021-01-21T15:45:55.044Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T15:45:55.044Z] ---> afeebe901d6b [2021-01-21T15:45:55.044Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:45:55.044Z] Removing intermediate container afb8e37a14d1 [2021-01-21T15:45:55.044Z] ---> da3162740960 [2021-01-21T15:45:55.044Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T15:45:55.316Z] ---> Running in c2f085f9bc20 [2021-01-21T15:45:55.316Z] ---> Running in 81dde77e9027 [2021-01-21T15:45:55.316Z] Removing intermediate container 119c1dcb85db [2021-01-21T15:45:55.316Z] ---> ee81325df877 [2021-01-21T15:45:55.316Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:45:55.594Z] ---> Running in 2d211b6ffd6e [2021-01-21T15:45:55.877Z] Removing intermediate container 81dde77e9027 [2021-01-21T15:45:55.877Z] ---> 4bfe04153e2e [2021-01-21T15:45:55.877Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T15:45:56.485Z] ---> Running in 6d3286877dc0 [2021-01-21T15:45:56.485Z] Removing intermediate container 2d211b6ffd6e [2021-01-21T15:45:56.485Z] ---> f331a9b2a212 [2021-01-21T15:45:56.485Z] [2021-01-21T15:45:56.485Z] ---> 36fadadb05e8 [2021-01-21T15:45:56.485Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T15:45:57.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:45:57.086Z] Successfully built f331a9b2a212 [2021-01-21T15:45:57.086Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T15:45:57.086Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-21T15:45:57.086Z] Removing intermediate container 6d3286877dc0 [2021-01-21T15:45:57.086Z] ---> 18162c6cc6cb [2021-01-21T15:45:57.086Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T15:45:57.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:45:57.661Z] Removing intermediate container 750f05916e0c [2021-01-21T15:45:57.661Z] ---> 957c890461a0 [2021-01-21T15:45:57.661Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T15:45:57.661Z] ---> Running in a2b4a9e858ed [2021-01-21T15:45:57.936Z] ---> Running in 6343366532c1 [2021-01-21T15:45:57.936Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T15:45:57.936Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T15:45:57.936Z] Executing bash-5.0.17-r0.post-install [2021-01-21T15:45:57.936Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:45:58.215Z] OK: 12 MiB in 22 packages [2021-01-21T15:45:58.509Z] ---> 207fdae25263 [2021-01-21T15:45:58.509Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T15:45:58.509Z] Removing intermediate container a2b4a9e858ed [2021-01-21T15:45:58.509Z] ---> c792248f97e5 [2021-01-21T15:45:58.509Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:45:59.110Z] Removing intermediate container 6343366532c1 [2021-01-21T15:45:59.110Z] ---> efdc3f0408e0 [2021-01-21T15:45:59.110Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T15:45:59.396Z] ---> Running in e301dee9c05e [2021-01-21T15:46:00.009Z] ---> Running in 1dcdfe69fb0b [2021-01-21T15:46:00.009Z] ---> dd5774328e1e [2021-01-21T15:46:00.009Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T15:46:00.609Z] Removing intermediate container c2f085f9bc20 [2021-01-21T15:46:00.609Z] ---> 8e4a2430a54d [2021-01-21T15:46:00.609Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T15:46:01.209Z] ---> Running in a2aa0bf13a90 [2021-01-21T15:46:01.209Z] Removing intermediate container 1dcdfe69fb0b [2021-01-21T15:46:01.209Z] ---> 9a085984b663 [2021-01-21T15:46:01.209Z] Step 23/24 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:46:01.209Z] ---> Running in 9cddf300e7c4 [2021-01-21T15:46:01.484Z] ---> Running in 387e6c8afcd1 [2021-01-21T15:46:01.765Z] Removing intermediate container a2aa0bf13a90 [2021-01-21T15:46:01.765Z] ---> cd8a1b009990 [2021-01-21T15:46:01.765Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:46:02.370Z] Removing intermediate container 9cddf300e7c4 [2021-01-21T15:46:02.370Z] ---> f6fc72fb1f60 [2021-01-21T15:46:02.370Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T15:46:02.648Z] ---> Running in ab13b6697407 [2021-01-21T15:46:02.648Z] Removing intermediate container 387e6c8afcd1 [2021-01-21T15:46:02.648Z] ---> 4c72350c8d1e [2021-01-21T15:46:02.648Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T15:46:03.250Z] ---> Running in 802edf889edb [2021-01-21T15:46:03.522Z] ---> Running in a91540335bbf [2021-01-21T15:46:03.522Z] Removing intermediate container ab13b6697407 [2021-01-21T15:46:03.522Z] ---> dc77875dadf3 [2021-01-21T15:46:03.522Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T15:46:03.806Z] Removing intermediate container 802edf889edb [2021-01-21T15:46:03.806Z] ---> 7fda43eb2e3f [2021-01-21T15:46:03.806Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T15:46:03.806Z] ---> Running in 3be48ef9ce1a [2021-01-21T15:46:03.806Z] Removing intermediate container e301dee9c05e [2021-01-21T15:46:03.806Z] ---> 3a97c0a86a9c [2021-01-21T15:46:03.806Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T15:46:03.806Z] ---> Running in 2ea0feeff911 [2021-01-21T15:46:04.080Z] Removing intermediate container a91540335bbf [2021-01-21T15:46:04.080Z] ---> 8655fd376f80 [2021-01-21T15:46:04.080Z] [2021-01-21T15:46:04.080Z] ---> Running in 2cb19a8426e3 [2021-01-21T15:46:04.353Z] Removing intermediate container 3be48ef9ce1a [2021-01-21T15:46:04.353Z] ---> 6d91ca003226 [2021-01-21T15:46:04.353Z] Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:46:04.636Z] Successfully built 8655fd376f80 [2021-01-21T15:46:04.636Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T15:46:04.636Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-21T15:46:04.636Z] ---> Running in c323e2128687 [2021-01-21T15:46:04.636Z] Removing intermediate container 2ea0feeff911 [2021-01-21T15:46:04.636Z] ---> 851e5c36baed [2021-01-21T15:46:04.636Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T15:46:05.619Z] Removing intermediate container c323e2128687 [2021-01-21T15:46:05.619Z] ---> 9285ba42feec [2021-01-21T15:46:05.619Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T15:46:05.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:46:05.893Z] ---> Running in cad9e948b3c1 [2021-01-21T15:46:06.507Z] ---> 64c59b0c307f [2021-01-21T15:46:06.507Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T15:46:06.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:46:06.786Z] Removing intermediate container cad9e948b3c1 [2021-01-21T15:46:06.786Z] ---> 45a4e7c7a09c [2021-01-21T15:46:06.786Z] [2021-01-21T15:46:07.383Z] Successfully built 45a4e7c7a09c [2021-01-21T15:46:07.383Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T15:46:07.383Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-21T15:46:07.979Z] ---> c9738180a8de [2021-01-21T15:46:07.979Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T15:46:08.581Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T15:46:08.581Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T15:46:08.855Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T15:46:09.461Z] ---> dfc81ac5ff4a [2021-01-21T15:46:09.461Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T15:46:09.461Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T15:46:10.062Z] ---> Running in e3f8690647ae [2021-01-21T15:46:10.062Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T15:46:10.062Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:46:10.062Z] OK: 8 MiB in 19 packages [2021-01-21T15:46:12.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:46:12.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:46:12.656Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T15:46:12.656Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T15:46:12.656Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T15:46:12.656Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T15:46:12.656Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T15:46:12.656Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T15:46:12.656Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T15:46:13.263Z] Removing intermediate container 2cb19a8426e3 [2021-01-21T15:46:13.263Z] ---> f63aa7da11d5 [2021-01-21T15:46:13.263Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:46:14.702Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T15:46:14.702Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T15:46:14.702Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T15:46:14.702Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T15:46:14.702Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T15:46:14.977Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T15:46:14.977Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T15:46:14.977Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T15:46:14.977Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T15:46:14.977Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T15:46:15.252Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T15:46:15.252Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T15:46:15.252Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T15:46:15.252Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T15:46:15.252Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T15:46:15.252Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T15:46:15.525Z] ---> 503d5df66d92 [2021-01-21T15:46:15.526Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T15:46:15.526Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T15:46:15.526Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T15:46:15.526Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T15:46:15.526Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T15:46:15.526Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T15:46:15.526Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T15:46:15.526Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T15:46:15.526Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T15:46:15.526Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T15:46:15.804Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T15:46:15.804Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:46:15.804Z] OK: 71 MiB in 55 packages [2021-01-21T15:46:18.460Z] ---> 952fd934436a [2021-01-21T15:46:18.460Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T15:46:20.449Z] ---> 26ba6bd499fb [2021-01-21T15:46:20.449Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T15:46:20.721Z] ---> Running in 2f0606951db8 [2021-01-21T15:46:21.707Z] Removing intermediate container 2f0606951db8 [2021-01-21T15:46:21.707Z] ---> 6aa6e83dd198 [2021-01-21T15:46:21.707Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:46:21.982Z] ---> Running in fa6ed4da05bf [2021-01-21T15:46:23.426Z] Removing intermediate container fa6ed4da05bf [2021-01-21T15:46:23.426Z] ---> a2c59ecc69a3 [2021-01-21T15:46:23.426Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T15:46:23.709Z] ---> Running in 896b6b5bf14a [2021-01-21T15:46:24.329Z] Removing intermediate container 896b6b5bf14a [2021-01-21T15:46:24.329Z] ---> 5d6e88a35d6c [2021-01-21T15:46:24.329Z] Step 22/23 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:46:24.329Z] Removing intermediate container e3f8690647ae [2021-01-21T15:46:24.329Z] ---> 2c734ea8b6d5 [2021-01-21T15:46:24.329Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T15:46:24.600Z] ---> Running in f7eb95fb3b48 [2021-01-21T15:46:24.600Z] ---> Running in 39520b8ca594 [2021-01-21T15:46:25.589Z] Removing intermediate container f7eb95fb3b48 [2021-01-21T15:46:25.589Z] ---> 6a9747b378d8 [2021-01-21T15:46:25.589Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T15:46:26.564Z] ---> Running in df00de87c9f7 [2021-01-21T15:46:27.161Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:46:27.161Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:46:27.161Z] ---> b0d1688879a2 [2021-01-21T15:46:27.161Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T15:46:27.161Z] ---> Using cache [2021-01-21T15:46:27.161Z] ---> fb7f64ad1a83 [2021-01-21T15:46:27.161Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:46:27.161Z] ---> Using cache [2021-01-21T15:46:27.161Z] ---> 97fb6993ca8f [2021-01-21T15:46:27.161Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T15:46:27.161Z] ---> Using cache [2021-01-21T15:46:27.161Z] ---> cfad333345ae [2021-01-21T15:46:27.161Z] Step 6/21 : COPY go.mod . [2021-01-21T15:46:27.161Z] ---> Using cache [2021-01-21T15:46:27.161Z] ---> 28c3b8f8e6a6 [2021-01-21T15:46:27.161Z] Step 7/21 : RUN go mod download [2021-01-21T15:46:27.161Z] ---> Using cache [2021-01-21T15:46:27.161Z] ---> d32c6678b30f [2021-01-21T15:46:27.161Z] Step 8/21 : COPY . . [2021-01-21T15:46:27.161Z] ---> Using cache [2021-01-21T15:46:27.161Z] ---> dd464d8202ab [2021-01-21T15:46:27.161Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T15:46:28.147Z] ---> Running in de9d255a6960 [2021-01-21T15:46:28.147Z] Removing intermediate container df00de87c9f7 [2021-01-21T15:46:28.147Z] ---> ceb4e7bfa6a0 [2021-01-21T15:46:28.147Z] [2021-01-21T15:46:28.753Z] Successfully built ceb4e7bfa6a0 [2021-01-21T15:46:29.030Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T15:46:29.030Z] Building docker-security-bootstrap-redis-go [2021-01-21T15:46:29.638Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T15:46:31.103Z] Collecting docker-compose==1.23.2 [2021-01-21T15:46:31.103Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T15:46:33.099Z] Collecting PyYAML<4,>=3.10 [2021-01-21T15:46:33.099Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T15:46:37.438Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T15:46:37.438Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T15:46:40.087Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T15:46:40.087Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T15:46:40.363Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T15:46:40.363Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T15:46:40.972Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-21T15:46:41.250Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T15:46:41.250Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T15:46:43.905Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:46:43.905Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:46:43.905Z] ---> b0d1688879a2 [2021-01-21T15:46:43.905Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T15:46:43.905Z] ---> Using cache [2021-01-21T15:46:43.905Z] ---> fb7f64ad1a83 [2021-01-21T15:46:43.905Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:46:43.905Z] ---> Using cache [2021-01-21T15:46:43.905Z] ---> 97fb6993ca8f [2021-01-21T15:46:43.905Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T15:46:43.905Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T15:46:44.476Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T15:46:46.724Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T15:46:46.724Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T15:46:46.724Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:46:46.724Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:46:46.724Z] ---> b0d1688879a2 [2021-01-21T15:46:46.724Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:46:46.724Z] ---> Using cache [2021-01-21T15:46:46.724Z] ---> fb7f64ad1a83 [2021-01-21T15:46:46.724Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:46:46.724Z] ---> Using cache [2021-01-21T15:46:46.724Z] ---> 97fb6993ca8f [2021-01-21T15:46:46.724Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:46:46.724Z] ---> Using cache [2021-01-21T15:46:46.724Z] ---> cfad333345ae [2021-01-21T15:46:46.724Z] Step 6/22 : COPY go.mod . [2021-01-21T15:46:46.724Z] ---> Using cache [2021-01-21T15:46:46.724Z] ---> 28c3b8f8e6a6 [2021-01-21T15:46:46.724Z] Step 7/22 : RUN go mod download [2021-01-21T15:46:46.724Z] ---> Using cache [2021-01-21T15:46:46.724Z] ---> d32c6678b30f [2021-01-21T15:46:46.724Z] Step 8/22 : COPY . . [2021-01-21T15:46:46.724Z] ---> Using cache [2021-01-21T15:46:47.000Z] ---> dd464d8202ab [2021-01-21T15:46:47.000Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T15:46:47.601Z] ---> Running in 6396fd32a5b2 [2021-01-21T15:46:47.601Z] ---> Running in 880ad793e3db [2021-01-21T15:46:47.601Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T15:46:47.601Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T15:46:49.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T15:46:49.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:46:51.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:46:52.057Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T15:46:52.057Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T15:46:52.331Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T15:46:52.331Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T15:46:52.929Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-21T15:46:52.929Z] OK: 217 MiB in 51 packages [2021-01-21T15:46:53.928Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T15:46:53.928Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T15:46:54.922Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-21T15:46:55.199Z] Collecting idna<2.8,>=2.5 [2021-01-21T15:46:55.199Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T15:46:55.479Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T15:46:55.479Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T15:46:55.479Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T15:46:55.479Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T15:46:55.753Z] Removing intermediate container 6396fd32a5b2 [2021-01-21T15:46:55.753Z] ---> 1e6aa56b6dbd [2021-01-21T15:46:55.753Z] Step 6/24 : COPY go.mod . [2021-01-21T15:46:57.198Z] Installing collected packages: PyYAML, texttable, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, docopt, docker-compose [2021-01-21T15:46:57.198Z] Running setup.py install for PyYAML: started [2021-01-21T15:46:57.198Z] ---> 301a7aec21d0 [2021-01-21T15:46:57.198Z] Step 7/24 : RUN go mod download [2021-01-21T15:46:57.198Z] ---> Running in f97e52287bec [2021-01-21T15:47:00.614Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T15:47:00.614Z] Running setup.py install for texttable: started [2021-01-21T15:47:03.261Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T15:47:03.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:47:03.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:47:03.539Z] ---> b0d1688879a2 [2021-01-21T15:47:03.539Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:47:03.539Z] ---> Using cache [2021-01-21T15:47:03.540Z] ---> fb7f64ad1a83 [2021-01-21T15:47:03.540Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:47:03.540Z] ---> Using cache [2021-01-21T15:47:03.540Z] ---> 97fb6993ca8f [2021-01-21T15:47:03.540Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:47:03.540Z] ---> Using cache [2021-01-21T15:47:03.540Z] ---> cfad333345ae [2021-01-21T15:47:03.540Z] Step 6/22 : COPY go.mod . [2021-01-21T15:47:03.540Z] ---> Using cache [2021-01-21T15:47:03.540Z] ---> 28c3b8f8e6a6 [2021-01-21T15:47:03.540Z] Step 7/22 : RUN go mod download [2021-01-21T15:47:03.540Z] ---> Using cache [2021-01-21T15:47:03.540Z] ---> d32c6678b30f [2021-01-21T15:47:03.540Z] Step 8/22 : COPY . . [2021-01-21T15:47:03.817Z] ---> Using cache [2021-01-21T15:47:03.817Z] ---> dd464d8202ab [2021-01-21T15:47:03.817Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T15:47:03.817Z] Removing intermediate container f97e52287bec [2021-01-21T15:47:03.817Z] ---> 0a5a6e7cee53 [2021-01-21T15:47:03.817Z] Step 8/24 : COPY . . [2021-01-21T15:47:04.100Z] ---> Running in 8ac6c647b2cc [2021-01-21T15:47:04.100Z] Attempting uninstall: urllib3 [2021-01-21T15:47:04.100Z] Found existing installation: urllib3 1.25.9 [2021-01-21T15:47:04.100Z] Uninstalling urllib3-1.25.9: [2021-01-21T15:47:04.380Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T15:47:05.382Z] Attempting uninstall: idna [2021-01-21T15:47:05.382Z] Found existing installation: idna 2.9 [2021-01-21T15:47:05.382Z] Uninstalling idna-2.9: [2021-01-21T15:47:05.382Z] Successfully uninstalled idna-2.9 [2021-01-21T15:47:05.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T15:47:05.997Z] Attempting uninstall: requests [2021-01-21T15:47:05.997Z] Found existing installation: requests 2.23.0 [2021-01-21T15:47:05.997Z] Uninstalling requests-2.23.0: [2021-01-21T15:47:06.274Z] Successfully uninstalled requests-2.23.0 [2021-01-21T15:47:08.286Z] Running setup.py install for dockerpty: started [2021-01-21T15:47:11.683Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T15:47:11.960Z] Running setup.py install for docopt: started [2021-01-21T15:47:14.589Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T15:47:16.032Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-21T15:47:24.336Z] ---> 80ae152bc924 [2021-01-21T15:47:24.336Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T15:47:24.336Z] ---> Running in 9c263eaf3c0d [2021-01-21T15:47:24.952Z] Removing intermediate container 39520b8ca594 [2021-01-21T15:47:24.952Z] ---> 5aec18200a62 [2021-01-21T15:47:24.952Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T15:47:25.235Z] ---> Running in 324ce39ad088 [2021-01-21T15:47:26.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T15:47:27.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:47:27.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:47:28.550Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:47:28.550Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T15:47:28.550Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T15:47:28.550Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:47:28.825Z] OK: 71 MiB in 58 packages [2021-01-21T15:47:30.804Z] Removing intermediate container 324ce39ad088 [2021-01-21T15:47:30.804Z] ---> 4aaafed60717 [2021-01-21T15:47:30.804Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T15:47:30.804Z] ---> Running in 18da9159247a [2021-01-21T15:47:31.402Z] Removing intermediate container 18da9159247a [2021-01-21T15:47:31.402Z] ---> 181748770265 [2021-01-21T15:47:31.402Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:47:31.676Z] ---> Running in 7c1b805db25e [2021-01-21T15:47:32.660Z] Removing intermediate container 7c1b805db25e [2021-01-21T15:47:32.661Z] ---> 785843d0fb54 [2021-01-21T15:47:32.661Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T15:47:32.661Z] ---> Running in 026143cc9d3c [2021-01-21T15:47:33.260Z] Removing intermediate container 026143cc9d3c [2021-01-21T15:47:33.260Z] ---> ab2d4d5a0b4b [2021-01-21T15:47:33.260Z] Step 25/26 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:47:33.538Z] ---> Running in 579c235945c6 [2021-01-21T15:47:34.154Z] Removing intermediate container 579c235945c6 [2021-01-21T15:47:34.154Z] ---> 7e95fd2bdc6d [2021-01-21T15:47:34.154Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T15:47:34.154Z] ---> Running in 8b5b955efe8f [2021-01-21T15:47:34.753Z] Removing intermediate container 8b5b955efe8f [2021-01-21T15:47:34.753Z] ---> 02a854dc7f76 [2021-01-21T15:47:34.753Z] [2021-01-21T15:47:35.355Z] Successfully built 02a854dc7f76 [2021-01-21T15:47:35.632Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T15:47:50.720Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container de9d255a6960 [2021-01-21T15:47:50.720Z] ---> 39ce8feb75da [2021-01-21T15:47:50.720Z] [2021-01-21T15:47:50.720Z] Step 10/21 : FROM scratch [2021-01-21T15:47:50.720Z] ---> [2021-01-21T15:47:50.720Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:47:50.720Z] ---> Using cache [2021-01-21T15:47:50.720Z] ---> 9bd6f96c6cf0 [2021-01-21T15:47:50.720Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T15:47:50.720Z] ---> Running in c6574c22b1b9 [2021-01-21T15:47:50.720Z] Removing intermediate container c6574c22b1b9 [2021-01-21T15:47:50.720Z] ---> aede492a5a50 [2021-01-21T15:47:50.720Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T15:47:50.720Z] ---> Running in f6ab4090e942 [2021-01-21T15:47:51.328Z] Removing intermediate container f6ab4090e942 [2021-01-21T15:47:51.328Z] ---> a83baed2ec6e [2021-01-21T15:47:51.328Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:47:52.322Z] ---> d415fb40a634 [2021-01-21T15:47:52.322Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T15:47:54.321Z] ---> 63040cfe9af8 [2021-01-21T15:47:54.321Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T15:47:55.322Z] ---> 8faf58f3504b [2021-01-21T15:47:55.322Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T15:47:55.322Z] ---> Running in 0663a81ae1f4 [2021-01-21T15:47:56.309Z] Removing intermediate container 0663a81ae1f4 [2021-01-21T15:47:56.309Z] ---> 472a3b4e7b3a [2021-01-21T15:47:56.309Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:47:56.309Z] ---> Running in 131496ade08c [2021-01-21T15:47:56.910Z] Removing intermediate container 131496ade08c [2021-01-21T15:47:56.910Z] ---> a7dd2dc5913b [2021-01-21T15:47:56.910Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T15:47:57.182Z] ---> Running in 3987ba35d363 [2021-01-21T15:47:57.786Z] Removing intermediate container 3987ba35d363 [2021-01-21T15:47:57.786Z] ---> 517a4fda9ad2 [2021-01-21T15:47:57.786Z] Step 20/21 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:47:58.059Z] ---> Running in 0d174dc87b3a [2021-01-21T15:47:58.656Z] Removing intermediate container 0d174dc87b3a [2021-01-21T15:47:58.656Z] ---> 50b5d48dcc41 [2021-01-21T15:47:58.656Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T15:47:58.930Z] ---> Running in 7e3a40201b92 [2021-01-21T15:47:59.918Z] Removing intermediate container 7e3a40201b92 [2021-01-21T15:47:59.918Z] ---> a67a1386bf18 [2021-01-21T15:47:59.918Z] [2021-01-21T15:48:00.193Z] Successfully built a67a1386bf18 [2021-01-21T15:48:00.193Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T15:48:15.341Z]  Building docker-support-scheduler-go ... done Removing intermediate container 880ad793e3db [2021-01-21T15:48:15.341Z] ---> 2365a38349f8 [2021-01-21T15:48:15.341Z] [2021-01-21T15:48:15.341Z] Step 10/22 : FROM scratch [2021-01-21T15:48:15.341Z] ---> [2021-01-21T15:48:15.341Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:48:15.341Z] ---> Using cache [2021-01-21T15:48:15.341Z] ---> 9bd6f96c6cf0 [2021-01-21T15:48:15.341Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T15:48:15.341Z] ---> Running in 46f3f7adc4db [2021-01-21T15:48:15.341Z] Removing intermediate container 46f3f7adc4db [2021-01-21T15:48:15.341Z] ---> 6168c4d8106e [2021-01-21T15:48:15.341Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T15:48:15.341Z] ---> Running in 6194b38f915e [2021-01-21T15:48:15.341Z] Removing intermediate container 6194b38f915e [2021-01-21T15:48:15.341Z] ---> f4d25020c4fb [2021-01-21T15:48:15.341Z] Step 14/22 : WORKDIR / [2021-01-21T15:48:15.341Z] ---> Running in 8e122fac0424 [2021-01-21T15:48:15.618Z] Removing intermediate container 8e122fac0424 [2021-01-21T15:48:15.618Z] ---> a488555e3123 [2021-01-21T15:48:15.618Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:48:17.065Z] ---> 5bdb41bdabb0 [2021-01-21T15:48:17.065Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T15:48:19.053Z] Removing intermediate container 8ac6c647b2cc [2021-01-21T15:48:19.053Z] ---> 9d6d7095e464 [2021-01-21T15:48:19.053Z] [2021-01-21T15:48:19.053Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T15:48:19.053Z] ---> afeebe901d6b [2021-01-21T15:48:19.053Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T15:48:19.053Z] ---> Using cache [2021-01-21T15:48:19.053Z] ---> c10cfb272c48 [2021-01-21T15:48:19.053Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T15:48:19.053Z] ---> b2d51c952040 [2021-01-21T15:48:19.053Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T15:48:19.053Z] ---> Running in 51614bcc0fe0 [2021-01-21T15:48:19.663Z] Removing intermediate container 51614bcc0fe0 [2021-01-21T15:48:19.663Z] ---> ae36dcd80768 [2021-01-21T15:48:19.663Z] Step 13/22 : WORKDIR / [2021-01-21T15:48:19.937Z] ---> Running in a4644c17797d [2021-01-21T15:48:19.937Z] ---> a8a6f8217ca4 [2021-01-21T15:48:19.937Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T15:48:20.212Z] ---> Running in 41b334c558e0 [2021-01-21T15:48:20.809Z] Removing intermediate container a4644c17797d [2021-01-21T15:48:20.809Z] ---> d404775f97bb [2021-01-21T15:48:20.809Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:48:20.809Z] Removing intermediate container 41b334c558e0 [2021-01-21T15:48:20.809Z] ---> 8d500c01f100 [2021-01-21T15:48:20.809Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:48:21.086Z] ---> Running in 45fbcbf2b457 [2021-01-21T15:48:21.360Z] ---> 294240fa0113 [2021-01-21T15:48:21.360Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T15:48:21.644Z] Removing intermediate container 45fbcbf2b457 [2021-01-21T15:48:21.644Z] ---> 0ad8b749d177 [2021-01-21T15:48:21.644Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T15:48:21.922Z] ---> Running in 44503ca4b7f7 [2021-01-21T15:48:22.523Z] Removing intermediate container 44503ca4b7f7 [2021-01-21T15:48:22.523Z] ---> 29352d0213c1 [2021-01-21T15:48:22.523Z] Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:48:22.794Z] ---> Running in db82ab0a5b0c [2021-01-21T15:48:23.071Z] ---> efe368c92816 [2021-01-21T15:48:23.071Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T15:48:23.344Z] Removing intermediate container db82ab0a5b0c [2021-01-21T15:48:23.344Z] ---> 0a892cd01974 [2021-01-21T15:48:23.344Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T15:48:23.619Z] ---> Running in 42bbfaafef1c [2021-01-21T15:48:23.895Z] ---> 9cbf8a72a98c [2021-01-21T15:48:23.895Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T15:48:24.166Z] Removing intermediate container 42bbfaafef1c [2021-01-21T15:48:24.166Z] ---> a8bc9dd516bc [2021-01-21T15:48:24.166Z] [2021-01-21T15:48:24.760Z] Successfully built a8bc9dd516bc [2021-01-21T15:48:24.760Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T15:48:25.044Z]  Building docker-core-command-go ... done  ---> 0a32b270655d [2021-01-21T15:48:25.045Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T15:48:25.045Z] ---> Running in 4605699744e7 [2021-01-21T15:48:27.024Z] Removing intermediate container 9c263eaf3c0d [2021-01-21T15:48:27.024Z] ---> 164e55b67110 [2021-01-21T15:48:27.024Z] [2021-01-21T15:48:27.024Z] Step 10/24 : FROM scratch [2021-01-21T15:48:27.024Z] ---> [2021-01-21T15:48:27.024Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T15:48:27.299Z] ---> Running in c5689abb443d [2021-01-21T15:48:27.571Z] Removing intermediate container 4605699744e7 [2021-01-21T15:48:27.571Z] ---> 04dd31021538 [2021-01-21T15:48:27.571Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T15:48:27.844Z] Removing intermediate container c5689abb443d [2021-01-21T15:48:27.844Z] ---> b3e3334a08fc [2021-01-21T15:48:27.844Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T15:48:27.844Z] ---> Running in 6a8d60ed2697 [2021-01-21T15:48:27.844Z] ---> Running in c1eee8f6d647 [2021-01-21T15:48:28.446Z] Removing intermediate container c1eee8f6d647 [2021-01-21T15:48:28.446Z] ---> fe336df7e9ef [2021-01-21T15:48:28.446Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T15:48:28.446Z] Removing intermediate container 6a8d60ed2697 [2021-01-21T15:48:28.446Z] ---> ce3a00cf8562 [2021-01-21T15:48:28.446Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T15:48:28.446Z] ---> Running in 4c32901f5d80 [2021-01-21T15:48:28.446Z] ---> Running in 816cffe2854a [2021-01-21T15:48:29.039Z] Removing intermediate container 4c32901f5d80 [2021-01-21T15:48:29.039Z] ---> 48ec46b53f4c [2021-01-21T15:48:29.039Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T15:48:29.039Z] Removing intermediate container 816cffe2854a [2021-01-21T15:48:29.039Z] ---> c154bf08b542 [2021-01-21T15:48:29.039Z] Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:48:29.311Z] ---> Running in 2c2f45fbadc4 [2021-01-21T15:48:29.590Z] Removing intermediate container 2c2f45fbadc4 [2021-01-21T15:48:29.590Z] ---> 2e306f288006 [2021-01-21T15:48:29.590Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T15:48:29.866Z] ---> d71d53ab6de3 [2021-01-21T15:48:29.866Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T15:48:29.866Z] ---> Running in bf10b4ad016c [2021-01-21T15:48:30.462Z] Removing intermediate container bf10b4ad016c [2021-01-21T15:48:30.462Z] ---> ffde61924658 [2021-01-21T15:48:30.462Z] [2021-01-21T15:48:30.736Z] Successfully built ffde61924658 [2021-01-21T15:48:30.736Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-21T15:48:31.009Z]  Building docker-security-bootstrap-redis-go ... done  ---> 47ab7f1479ef [2021-01-21T15:48:31.009Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T15:48:32.433Z] ---> 9566efef0f01 [2021-01-21T15:48:32.433Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:48:33.028Z] ---> b47b02e22c48 [2021-01-21T15:48:33.028Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T15:48:34.009Z] ---> d4f841b2e140 [2021-01-21T15:48:34.009Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T15:48:34.984Z] ---> cf790bf07ca9 [2021-01-21T15:48:34.985Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T15:48:34.985Z] ---> Running in 573ef037331c [2021-01-21T15:48:35.581Z] Removing intermediate container 573ef037331c [2021-01-21T15:48:35.581Z] ---> 7abea59be448 [2021-01-21T15:48:35.581Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:48:35.581Z] ---> Running in 3c8fa80ec985 [2021-01-21T15:48:36.174Z] Removing intermediate container 3c8fa80ec985 [2021-01-21T15:48:36.174Z] ---> 52c2e9f264e9 [2021-01-21T15:48:36.174Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T15:48:36.174Z] ---> Running in 6b9156b50732 [2021-01-21T15:48:36.766Z] Removing intermediate container 6b9156b50732 [2021-01-21T15:48:36.766Z] ---> a45284002424 [2021-01-21T15:48:36.766Z] Step 23/24 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 [2021-01-21T15:48:36.766Z] ---> Running in f480e0cc9231 [2021-01-21T15:48:37.040Z] Removing intermediate container f480e0cc9231 [2021-01-21T15:48:37.040Z] ---> 14dadf915a7e [2021-01-21T15:48:37.040Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T15:48:37.312Z] ---> Running in f4c5b38e0def [2021-01-21T15:48:37.583Z] Removing intermediate container f4c5b38e0def [2021-01-21T15:48:37.583Z] ---> 42321bb2f9ac [2021-01-21T15:48:37.583Z] [2021-01-21T15:48:38.177Z] Successfully built 42321bb2f9ac [2021-01-21T15:48:38.177Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-21T15:48:38.194Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-21T15:48:38.186Z] $ docker stop --time=1 d23da0d5cc051d70be3d49df7f2f3b297fc9dead4d3210207c6c0be766055682 [2021-01-21T15:48:40.104Z] $ docker rm -f d23da0d5cc051d70be3d49df7f2f3b297fc9dead4d3210207c6c0be766055682 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:48:40.940Z] + docker images [2021-01-21T15:48:40.940Z] + grep docker [2021-01-21T15:48:41.212Z] docker-support-notifications-go-arm64 latest 42321bb2f9ac 3 seconds ago 11.4MB [2021-01-21T15:48:41.212Z] docker-security-bootstrap-redis-go-arm64 latest ffde61924658 10 seconds ago 15.1MB [2021-01-21T15:48:41.212Z] docker-core-command-go-arm64 latest a8bc9dd516bc 17 seconds ago 9.98MB [2021-01-21T15:48:41.212Z] docker-support-scheduler-go-arm64 latest a67a1386bf18 41 seconds ago 10.1MB [2021-01-21T15:48:41.212Z] docker-sys-mgmt-agent-go-arm64 latest 02a854dc7f76 About a minute ago 300MB [2021-01-21T15:48:41.212Z] docker-core-data-go-arm64 latest ceb4e7bfa6a0 2 minutes ago 21MB [2021-01-21T15:48:41.212Z] docker-core-metadata-go-arm64 latest 45a4e7c7a09c 2 minutes ago 12.3MB [2021-01-21T15:48:41.212Z] docker-security-secretstore-setup-go-arm64 latest 8655fd376f80 2 minutes ago 23.4MB [2021-01-21T15:48:41.212Z] docker-security-proxy-setup-go-arm64 latest f331a9b2a212 2 minutes ago 23.2MB [2021-01-21T15:48:41.212Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-21T15:48:43.090Z] provisioning config files... [2021-01-21T15:48:43.100Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config7268704749366481270tmp [Pipeline] { [Pipeline] sh [2021-01-21T15:48:43.467Z] + set +x [2021-01-21T15:48:43.467Z] + curl -s https://codecov.io/bash [2021-01-21T15:48:43.467Z] + bash -s -- [2021-01-21T15:48:44.040Z] [2021-01-21T15:48:44.040Z] _____ _ [2021-01-21T15:48:44.040Z] / ____| | | [2021-01-21T15:48:44.040Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T15:48:44.040Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T15:48:44.040Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T15:48:44.040Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T15:48:44.040Z] Bash-20210115-cec3c92 [2021-01-21T15:48:44.040Z] [2021-01-21T15:48:44.040Z] [2021-01-21T15:48:44.040Z] ==> git version 2.24.3 found [2021-01-21T15:48:44.040Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-21T15:48:44.040Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T15:48:44.040Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T15:48:44.040Z] ==> Jenkins CI detected. [2021-01-21T15:48:44.040Z] project root: . [2021-01-21T15:48:44.040Z] --> token set from env [2021-01-21T15:48:44.040Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T15:48:44.040Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T15:48:44.040Z] ==> Python coveragepy not found [2021-01-21T15:48:44.040Z] ==> Searching for coverage reports in: [2021-01-21T15:48:44.040Z] + . [2021-01-21T15:48:44.040Z] -> Found 1 reports [2021-01-21T15:48:44.040Z] ==> Detecting git/mercurial file structure [2021-01-21T15:48:44.040Z] ==> Reading reports [2021-01-21T15:48:44.040Z] + ./coverage.out bytes=551534 [2021-01-21T15:48:44.040Z] ==> Appending adjustments [2021-01-21T15:48:44.040Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T15:48:47.344Z] + Found adjustments [2021-01-21T15:48:47.345Z] ==> Gzipping contents [2021-01-21T15:48:47.345Z] 84K /tmp/codecov.Dxs8q9.gz [2021-01-21T15:48:47.345Z] ==> Uploading reports [2021-01-21T15:48:47.345Z] url: https://codecov.io [2021-01-21T15:48:47.345Z] query: branch=PR-3056&commit=0e0a70a83b6e91166effbd52415e19c3d986c132&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3056%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3056&job=&cmd_args= [2021-01-21T15:48:47.345Z] -> Pinging Codecov [2021-01-21T15:48:47.345Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3056&commit=0e0a70a83b6e91166effbd52415e19c3d986c132&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3056%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3056&job=&cmd_args= [2021-01-21T15:48:48.727Z] -> Uploading to [2021-01-21T15:48:48.727Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/0e0a70a83b6e91166effbd52415e19c3d986c132/768acb7c-23e2-4326-83dc-4324c8e6cc2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T154848Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21352405ee6820529f469ad3f37d7668c2306934ba84c898a3a17226b268d832 [2021-01-21T15:48:48.727Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:48:48.727Z] Dload Upload Total Spent Left Speed [2021-01-21T15:48:49.248Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83505 0 0 100 83505 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-01-21T15:48:49.248Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0e0a70a83b6e91166effbd52415e19c3d986c132 [Pipeline] } [2021-01-21T15:48:49.257Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:48:51.392Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:48:52.262Z] ---> package-listing.sh [2021-01-21T15:48:52.262Z] ++ facter osfamily [2021-01-21T15:48:52.262Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T15:48:52.262Z] + OS_FAMILY=redhat [2021-01-21T15:48:52.262Z] + workspace=/w/workspace/edgex-go/5 [2021-01-21T15:48:52.262Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T15:48:52.262Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T15:48:52.262Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T15:48:52.262Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T15:48:52.262Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-21T15:48:52.262Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T15:48:52.262Z] + case "${OS_FAMILY}" in [2021-01-21T15:48:52.262Z] + rpm -qa [2021-01-21T15:48:52.262Z] + sort [2021-01-21T15:48:57.573Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T15:48:57.573Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T15:48:57.573Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T15:48:57.573Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-21T15:48:57.573Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-21T15:48:57.573Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-21T15:48:57.585Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T15:48:57.874Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:48:58.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:48:58.173Z] [2021-01-21T15:48:58.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:48:58.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:48:58.518Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T15:48:58.518Z] df20fa9351a1: Pulling fs layer [2021-01-21T15:48:58.518Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T15:48:58.518Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T15:48:58.518Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T15:48:58.518Z] 93b61091891f: Pulling fs layer [2021-01-21T15:48:58.518Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T15:48:58.518Z] 5e14af77c1be: Pulling fs layer [2021-01-21T15:48:58.518Z] 01666e4c0597: Pulling fs layer [2021-01-21T15:48:58.518Z] aa168da1d23b: Pulling fs layer [2021-01-21T15:48:58.518Z] 93b9cdb0e59b: Waiting [2021-01-21T15:48:58.518Z] 5e14af77c1be: Waiting [2021-01-21T15:48:58.518Z] 01666e4c0597: Waiting [2021-01-21T15:48:58.518Z] aa168da1d23b: Waiting [2021-01-21T15:48:58.518Z] 46f8f816bc3b: Waiting [2021-01-21T15:48:58.518Z] 93b61091891f: Waiting [2021-01-21T15:48:58.518Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T15:48:58.518Z] 36b3adc4ff6f: Download complete [2021-01-21T15:48:58.779Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T15:48:58.779Z] 46f8f816bc3b: Download complete [2021-01-21T15:48:58.779Z] df20fa9351a1: Download complete [2021-01-21T15:48:58.779Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T15:48:58.779Z] 93b9cdb0e59b: Download complete [2021-01-21T15:48:58.779Z] 5e14af77c1be: Verifying Checksum [2021-01-21T15:48:58.779Z] 5e14af77c1be: Download complete [2021-01-21T15:48:58.779Z] 01666e4c0597: Verifying Checksum [2021-01-21T15:48:58.779Z] 01666e4c0597: Download complete [2021-01-21T15:48:58.779Z] 93b61091891f: Download complete [2021-01-21T15:48:59.040Z] df20fa9351a1: Pull complete [2021-01-21T15:48:59.301Z] 36b3adc4ff6f: Pull complete [2021-01-21T15:48:59.569Z] 8ad3a11d3b57: Download complete [2021-01-21T15:49:00.145Z] 8ad3a11d3b57: Pull complete [2021-01-21T15:49:00.407Z] 46f8f816bc3b: Pull complete [2021-01-21T15:49:01.361Z] aa168da1d23b: Verifying Checksum [2021-01-21T15:49:01.361Z] aa168da1d23b: Download complete [2021-01-21T15:49:02.750Z] 93b61091891f: Pull complete [2021-01-21T15:49:02.750Z] 93b9cdb0e59b: Pull complete [2021-01-21T15:49:03.023Z] 5e14af77c1be: Pull complete [2021-01-21T15:49:03.608Z] 01666e4c0597: Pull complete [2021-01-21T15:49:13.621Z] aa168da1d23b: Pull complete [2021-01-21T15:49:13.621Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T15:49:13.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:49:13.621Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T15:49:13.789Z] prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container [2021-01-21T15:49:13.838Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T15:49:16.292Z] $ docker top 3e78c434f19ac80388561bb7224f02d7d30f660181e2d40813d9e0c46c265bfc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:49:16.829Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T15:49:17.125Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T15:49:17.419Z] + ls /var/log/sa-host [2021-01-21T15:49:17.419Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T15:49:17.419Z] file_magic: OK [2021-01-21T15:49:17.419Z] HZ: Using current value: 100 [2021-01-21T15:49:17.419Z] file_header: OK [2021-01-21T15:49:17.419Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T15:49:17.419Z] Statistics: [2021-01-21T15:49:17.419Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T15:49:17.419Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T15:49:17.419Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T15:49:17.419Z] file_magic: OK [2021-01-21T15:49:17.419Z] HZ: Using current value: 100 [2021-01-21T15:49:17.419Z] file_header: OK [2021-01-21T15:49:17.419Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T15:49:17.419Z] Statistics: [2021-01-21T15:49:17.419Z] Hnuu...uuuununununu... [2021-01-21T15:49:17.419Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T15:49:17.608Z] provisioning config files... [2021-01-21T15:49:17.621Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config2692026030537405507tmp [Pipeline] { [Pipeline] echo [2021-01-21T15:49:17.693Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:49:17.991Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T15:49:18.002Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T15:49:18.112Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:49:18.408Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T15:49:18.419Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:49:18.717Z] ---> sudo-logs.sh [2021-01-21T15:49:18.717Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T15:49:18.728Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:49:19.037Z] ---> job-cost.sh [2021-01-21T15:49:19.037Z] lf-activate-venv: SKIPPING [2021-01-21T15:49:19.037Z] INFO: No Stack... [2021-01-21T15:49:19.992Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T15:49:20.629Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T15:49:20.655Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:49:20.953Z] ---> logs-deploy.sh [2021-01-21T15:49:20.953Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3056/5 [2021-01-21T15:49:20.953Z] INFO: archiving workspace using pattern(s): [2021-01-21T15:49:22.336Z] Archives upload complete. [2021-01-21T15:49:22.597Z] INFO: archiving logs to Nexus