weichou1229 commented: recheck 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 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than 0cc3e3219049fdf712ebbcbcf561b47189c8f295 Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-23711 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [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/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 0cc3e3219049fdf712ebbcbcf561b47189c8f295 Merge succeeded, producing 0cc3e3219049fdf712ebbcbcf561b47189c8f295 Checking out Revision 0cc3e3219049fdf712ebbcbcf561b47189c8f295 (PR-3078) > git config core.sparsecheckout # timeout=10 > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 Commit message: "feat(meta): Invoke Device Service callback for DeviceProfile change" > git rev-list --no-walk 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T08:14:02.280Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T08:14:02.560Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T08:14:02.668Z] ========================================================= [2021-01-28T08:14:02.668Z] EdgeX Global Pipelines Version Info [2021-01-28T08:14:02.668Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:14:04.207Z] ------------------- [2021-01-28T08:14:04.207Z] stable info: [2021-01-28T08:14:04.207Z] ------------------- [2021-01-28T08:14:04.207Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T08:14:04.207Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T08:14:04.207Z] Message: update stable to v1.0.179 [2021-01-28T08:14:05.157Z] ------------------- [2021-01-28T08:14:05.157Z] experimental info: [2021-01-28T08:14:05.157Z] ------------------- [2021-01-28T08:14:05.158Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T08:14:05.158Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T08:14:05.158Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T08:14:05.452Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T08:14:05.552Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T08:14:05.666Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T08:14:05.759Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T08:14:05.851Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T08:14:05.947Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T08:14:06.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T08:14:06.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T08:14:06.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T08:14:06.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T08:14:06.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T08:14:06.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T08:14:06.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T08:14:06.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T08:14:06.773Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T08:14:06.898Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T08:14:06.989Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T08:14:07.128Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T08:14:07.219Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T08:14:07.340Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T08:14:07.429Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T08:14:07.518Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T08:14:07.653Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T08:14:07.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3078 [Pipeline] echo [2021-01-28T08:14:07.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3078 [Pipeline] echo [2021-01-28T08:14:07.919Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3078 [Pipeline] echo [2021-01-28T08:14:08.008Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0cc3e3219049fdf712ebbcbcf561b47189c8f295 [Pipeline] echo [2021-01-28T08:14:08.111Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0cc3e32 [Pipeline] echo [2021-01-28T08:14:08.200Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T08:14:08.372Z] provisioning config files... [2021-01-28T08:14:08.452Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3761312146931021366tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:14:08.835Z] ---> docker-login.sh [2021-01-28T08:14:08.835Z] nexus3.edgexfoundry.org:10001 [2021-01-28T08:14:09.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:14:09.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:14:09.371Z] Configure a credential helper to remove this warning. See [2021-01-28T08:14:09.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:14:09.371Z] [2021-01-28T08:14:09.371Z] Login Succeeded [2021-01-28T08:14:09.371Z] nexus3.edgexfoundry.org:10002 [2021-01-28T08:14:09.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:14:09.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:14:09.636Z] Configure a credential helper to remove this warning. See [2021-01-28T08:14:09.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:14:09.636Z] [2021-01-28T08:14:09.636Z] Login Succeeded [2021-01-28T08:14:09.636Z] nexus3.edgexfoundry.org:10003 [2021-01-28T08:14:09.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:14:09.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:14:09.636Z] Configure a credential helper to remove this warning. See [2021-01-28T08:14:09.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:14:09.636Z] [2021-01-28T08:14:09.636Z] Login Succeeded [2021-01-28T08:14:09.636Z] nexus3.edgexfoundry.org:10004 [2021-01-28T08:14:09.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:14:09.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:14:09.900Z] Configure a credential helper to remove this warning. See [2021-01-28T08:14:09.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:14:09.900Z] [2021-01-28T08:14:09.900Z] Login Succeeded [2021-01-28T08:14:09.900Z] docker.io [2021-01-28T08:14:10.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:14:10.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:14:10.427Z] Configure a credential helper to remove this warning. See [2021-01-28T08:14:10.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:14:10.427Z] [2021-01-28T08:14:10.427Z] Login Succeeded [2021-01-28T08:14:10.427Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T08:14:10.439Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T08:14:10.940Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-28T08:14:10.940Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.940Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T08:14:10.940Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.940Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T08:14:10.940Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.940Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T08:14:10.940Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.940Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T08:14:10.940Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.940Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T08:14:10.940Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.940Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T08:14:10.940Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.940Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T08:14:10.940Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.940Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T08:14:10.940Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.940Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T08:14:10.940Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.940Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T08:14:10.941Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.941Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T08:14:10.941Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.941Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T08:14:10.941Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.941Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T08:14:10.941Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.941Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T08:14:10.941Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.941Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T08:14:10.941Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.941Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T08:14:10.941Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T08:14:10.941Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T08:14:10.941Z] ++ cut -d/ -f2 [2021-01-28T08:14:10.941Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T08:14:11.023Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-28T08:14:12.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T08:14:12.797Z] [2021-01-28T08:14:12.797Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:14:13.147Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T08:14:13.147Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T08:14:13.147Z] 31603596830f: Pulling fs layer [2021-01-28T08:14:13.147Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T08:14:13.147Z] 6ca5941a6612: Pulling fs layer [2021-01-28T08:14:13.147Z] ecc8261a40a4: Pulling fs layer [2021-01-28T08:14:13.147Z] ecc8261a40a4: Waiting [2021-01-28T08:14:13.147Z] 2a8b12db71e7: Download complete [2021-01-28T08:14:13.413Z] 31603596830f: Verifying Checksum [2021-01-28T08:14:13.413Z] 31603596830f: Download complete [2021-01-28T08:14:13.413Z] ecc8261a40a4: Verifying Checksum [2021-01-28T08:14:13.413Z] ecc8261a40a4: Download complete [2021-01-28T08:14:13.413Z] 6ca5941a6612: Verifying Checksum [2021-01-28T08:14:13.413Z] 6ca5941a6612: Download complete [2021-01-28T08:14:13.678Z] 31603596830f: Pull complete [2021-01-28T08:14:13.941Z] 2a8b12db71e7: Pull complete [2021-01-28T08:14:14.897Z] 6ca5941a6612: Pull complete [2021-01-28T08:14:14.897Z] ecc8261a40a4: Pull complete [2021-01-28T08:14:14.897Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T08:14:14.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T08:14:14.897Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T08:14:15.274Z] prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container [2021-01-28T08:14:15.332Z] $ 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-28T08:14:17.901Z] $ docker top c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T08:14:18.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T08:14:18.226Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T08:14:18.448Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T08:14:18.454Z] $ docker exec c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 ssh-agent [2021-01-28T08:14:18.622Z] SSH_AUTH_SOCK=/tmp/ssh-FvjV1OmqWgg3/agent.11 [2021-01-28T08:14:18.622Z] SSH_AGENT_PID=17 [2021-01-28T08:14:18.634Z] Running ssh-add (command line suppressed) [2021-01-28T08:14:18.754Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5530004858755145870.key (/w/workspace/edgex-go/5@tmp/private_key_5530004858755145870.key) [2021-01-28T08:14:18.807Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T08:14:19.275Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T08:14:19.301Z] $ docker exec --env ******** --env ******** c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 ssh-agent -k [2021-01-28T08:14:19.415Z] unset SSH_AUTH_SOCK; [2021-01-28T08:14:19.415Z] unset SSH_AGENT_PID; [2021-01-28T08:14:19.415Z] echo Agent pid 17 killed; [2021-01-28T08:14:19.462Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T08:14:19.627Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T08:14:19.627Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T08:14:19.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T08:14:19.805Z] $ docker exec c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 ssh-agent [2021-01-28T08:14:19.967Z] SSH_AUTH_SOCK=/tmp/ssh-9wP1xd9RivQn/agent.46 [2021-01-28T08:14:19.967Z] SSH_AGENT_PID=51 [2021-01-28T08:14:19.975Z] Running ssh-add (command line suppressed) [2021-01-28T08:14:20.099Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5505601328556474470.key (/w/workspace/edgex-go/5@tmp/private_key_5505601328556474470.key) [2021-01-28T08:14:20.152Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T08:14:20.499Z] + git semver init [2021-01-28T08:14:20.499Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T08:14:20.499Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-28T08:14:20.499Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-28T08:14:20.499Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T08:14:20.499Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T08:14:20.499Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T08:14:20.499Z] # $SEMVER_BRANCH = PR-3078 [2021-01-28T08:14:20.499Z] # $SEMVER_TEMP = /tmp/semver-503578848 [2021-01-28T08:14:20.499Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T08:14:38.680Z] # '/tmp/semver-503578848' -> '/w/workspace/edgex-go/5/.semver' [2021-01-28T08:14:38.680Z] # -> Force: false [2021-01-28T08:14:38.957Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-28T08:14:38.978Z] $ docker exec --env ******** --env ******** c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 ssh-agent -k [2021-01-28T08:14:39.228Z] unset SSH_AUTH_SOCK; [2021-01-28T08:14:39.229Z] unset SSH_AGENT_PID; [2021-01-28T08:14:39.229Z] echo Agent pid 51 killed; [2021-01-28T08:14:39.350Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T08:14:39.890Z] + git semver [Pipeline] } [2021-01-28T08:14:39.911Z] $ docker stop --time=1 c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 [2021-01-28T08:14:41.459Z] $ docker rm -f c0f32f7c4480b867554d169235fba835de745b414efe6c84b3113335fc325d14 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T08:14:41.965Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T08:14:42.551Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T08:14:42.554Z] [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-28T08:14:43.442Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T08:14:43.743Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T08:14:44.046Z] + sudo service docker restart [2021-01-28T08:14:44.046Z] + true [2021-01-28T08:14:44.046Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T08:14:44.635Z] ========================================================= [2021-01-28T08:14:44.635Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T08:14:44.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:14:44.976Z] + 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-28T08:14:48.310Z] Sending build context to Docker daemon 327.2MB [2021-01-28T08:14:48.310Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T08:14:48.310Z] Step 2/6 : FROM ${BASE} [2021-01-28T08:14:48.310Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T08:14:48.310Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T08:14:48.310Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T08:14:48.310Z] de9db76c5a1d: Pulling fs layer [2021-01-28T08:14:48.310Z] bca2f99d35d6: Pulling fs layer [2021-01-28T08:14:48.310Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T08:14:48.310Z] 7c6f9722023f: Pulling fs layer [2021-01-28T08:14:48.310Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T08:14:48.310Z] bca2f99d35d6: Waiting [2021-01-28T08:14:48.310Z] 93359f2a8cfa: Waiting [2021-01-28T08:14:48.310Z] 7c6f9722023f: Waiting [2021-01-28T08:14:48.310Z] a35cf1a2eb13: Waiting [2021-01-28T08:14:48.310Z] de9db76c5a1d: Download complete [2021-01-28T08:14:48.310Z] 0ef7d3d256c8: Download complete [2021-01-28T08:14:48.310Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T08:14:48.310Z] 93359f2a8cfa: Download complete [2021-01-28T08:14:48.310Z] 7c6f9722023f: Verifying Checksum [2021-01-28T08:14:48.310Z] 7c6f9722023f: Download complete [2021-01-28T08:14:48.887Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T08:14:48.887Z] 188c0c94c7c5: Download complete [2021-01-28T08:14:49.153Z] 188c0c94c7c5: Pull complete [2021-01-28T08:14:49.415Z] 0ef7d3d256c8: Pull complete [2021-01-28T08:14:49.415Z] de9db76c5a1d: Pull complete [2021-01-28T08:14:50.364Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T08:14:50.364Z] a35cf1a2eb13: Download complete [2021-01-28T08:14:51.312Z] bca2f99d35d6: Verifying Checksum [2021-01-28T08:14:51.312Z] bca2f99d35d6: Download complete [2021-01-28T08:14:56.627Z] bca2f99d35d6: Pull complete [2021-01-28T08:14:56.627Z] 93359f2a8cfa: Pull complete [2021-01-28T08:14:56.888Z] 7c6f9722023f: Pull complete [2021-01-28T08:14:57.924Z] Still waiting to schedule task [2021-01-28T08:14:57.924Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-28T08:15:02.241Z] a35cf1a2eb13: Pull complete [2021-01-28T08:15:02.241Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T08:15:02.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T08:15:02.241Z] ---> a62c8e92a672 [2021-01-28T08:15:02.241Z] 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-28T08:15:02.241Z] ---> Running in cb9e88bc4608 [2021-01-28T08:15:02.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:15:03.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:15:03.994Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T08:15:04.570Z] (2/12) Installing file (5.38-r0) [2021-01-28T08:15:04.570Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T08:15:04.570Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T08:15:08.796Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T08:15:08.796Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T08:15:08.796Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T08:15:08.796Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T08:15:08.796Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T08:15:09.372Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T08:15:09.635Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T08:15:09.898Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T08:15:09.898Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:15:09.898Z] OK: 233 MiB in 51 packages [2021-01-28T08:15:13.224Z] Removing intermediate container cb9e88bc4608 [2021-01-28T08:15:13.224Z] ---> 4b7b70d11670 [2021-01-28T08:15:13.224Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T08:15:13.488Z] ---> Running in 355edd8d0788 [2021-01-28T08:15:13.488Z] Removing intermediate container 355edd8d0788 [2021-01-28T08:15:13.488Z] ---> 52a196239ccb [2021-01-28T08:15:13.488Z] Step 5/6 : COPY go.mod . [2021-01-28T08:15:13.751Z] ---> 5ebb4bcfb9d4 [2021-01-28T08:15:13.751Z] Step 6/6 : RUN go mod download [2021-01-28T08:15:14.021Z] ---> Running in aec3c02c86e6 [2021-01-28T08:15:36.031Z] Removing intermediate container aec3c02c86e6 [2021-01-28T08:15:36.031Z] ---> 233629041e02 [2021-01-28T08:15:36.031Z] Successfully built 233629041e02 [2021-01-28T08:15:36.031Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:15:36.349Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T08:15:36.350Z] . [Pipeline] withDockerContainer [2021-01-28T08:15:36.450Z] prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container [2021-01-28T08:15:36.501Z] $ 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-28T08:15:37.382Z] $ docker top 5712c4cb5fd474aa5b82231393fe017c2b76da1474647811d04c844e397af15d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T08:15:37.889Z] + go version [2021-01-28T08:15:37.890Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T08:15:37.907Z] $ docker stop --time=1 5712c4cb5fd474aa5b82231393fe017c2b76da1474647811d04c844e397af15d [2021-01-28T08:15:40.174Z] $ docker rm -f 5712c4cb5fd474aa5b82231393fe017c2b76da1474647811d04c844e397af15d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:15:41.091Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T08:15:41.091Z] . [Pipeline] withDockerContainer [2021-01-28T08:15:41.188Z] prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container [2021-01-28T08:15:41.239Z] $ 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-28T08:15:41.928Z] $ docker top c56d24d4fbcc546aafce64366c70d97dbe091c8fbfcb77bd181b634b59f4938d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T08:15:42.159Z] ========================================================= [2021-01-28T08:15:42.160Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T08:15:42.160Z] ========================================================= [Pipeline] sh [2021-01-28T08:15:42.450Z] + make test [2021-01-28T08:15:42.450Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T08:15:50.668Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T08:16:05.709Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T08:16:12.380Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T08:16:12.380Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T08:16:12.380Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T08:16:12.380Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T08:16:14.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T08:16:14.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T08:16:14.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T08:16:14.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T08:16:14.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T08:16:14.821Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T08:16:17.091Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T08:16:17.091Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T08:16:17.091Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T08:16:19.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2021-01-28T08:16:19.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T08:16:19.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T08:16:19.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T08:16:19.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T08:16:19.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T08:16:23.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T08:16:23.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T08:16:23.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T08:16:23.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T08:16:23.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 82.3% of statements [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T08:16:23.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T08:16:25.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-01-28T08:16:25.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T08:16:25.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T08:16:25.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T08:16:25.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T08:16:25.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T08:16:25.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-01-28T08:16:25.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T08:16:25.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-01-28T08:16:25.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T08:16:25.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-01-28T08:16:25.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T08:16:25.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.089s coverage: 97.5% of statements [2021-01-28T08:16:25.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T08:16:25.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-01-28T08:16:25.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T08:16:25.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T08:16:25.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T08:16:25.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T08:16:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.411s coverage: 92.8% of statements [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T08:16:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T08:16:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T08:16:28.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T08:16:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 43.8% of statements [2021-01-28T08:16:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-01-28T08:16:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-01-28T08:16:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-01-28T08:16:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.061s coverage: 94.4% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.072s coverage: 91.4% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.273s coverage: 68.9% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.259s coverage: 84.0% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T08:16:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-28T08:16:40.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T08:16:40.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements [2021-01-28T08:16:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T08:16:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T08:16:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T08:16:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T08:16:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T08:16:40.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-01-28T08:16:40.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T08:16:41.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-28T08:16:41.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T08:16:41.244Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements [2021-01-28T08:16:41.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T08:16:41.244Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-28T08:16:41.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T08:16:41.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T08:16:41.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T08:16:41.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T08:16:41.508Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-28T08:16:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T08:16:41.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T08:16:42.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-28T08:16:42.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements [2021-01-28T08:16:42.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-28T08:16:42.671Z] GO111MODULE=on go vet ./... [2021-01-28T08:16:46.323Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23712 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws [2021-01-28T08:16:46.377Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-28T08:16:50.903Z] using credential edgex-jenkins-ssh [2021-01-28T08:16:50.996Z] Cloning the remote Git repository [2021-01-28T08:16:51.041Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T08:16:51.142Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-28T08:16:51.235Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T08:16:51.235Z] > git --version # timeout=10 [2021-01-28T08:16:51.256Z] > git --version # 'git version 2.17.1' [2021-01-28T08:16:51.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T08:16:51.317Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T08:17:08.168Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:17:08.571Z] Merge succeeded, producing 0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:17:08.571Z] Checking out Revision 0cc3e3219049fdf712ebbcbcf561b47189c8f295 (PR-3078) [2021-01-28T08:17:07.260Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T08:17:07.281Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T08:17:07.304Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T08:17:07.346Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T08:17:07.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T08:17:07.360Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T08:17:08.191Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T08:17:08.203Z] > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 [2021-01-28T08:17:08.497Z] > git remote # timeout=10 [2021-01-28T08:17:08.513Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T08:17:08.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T08:17:08.536Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T08:17:08.558Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T08:17:08.580Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T08:17:08.605Z] > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 [2021-01-28T08:17:09.440Z] gofmt -l . [2021-01-28T08:17:09.440Z] [ "`gofmt -l .`" = "" ] [2021-01-28T08:17:09.440Z] ./bin/test-go-mod-tidy.sh [2021-01-28T08:17:09.440Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T08:17:10.067Z] + ls -al . [2021-01-28T08:17:10.067Z] total 668 [2021-01-28T08:17:10.067Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 08:17 . [2021-01-28T08:17:10.067Z] drwxr-xr-x 4 root root 28 Jan 28 08:15 .. [2021-01-28T08:17:10.067Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 08:13 .dockerignore [2021-01-28T08:17:10.067Z] drwxrwxr-x 8 1001 1001 179 Jan 28 08:14 .git [2021-01-28T08:17:10.067Z] drwxrwxr-x 3 1001 1001 125 Jan 28 08:13 .github [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 08:13 .gitignore [2021-01-28T08:17:10.068Z] drwx------ 3 1001 1001 60 Jan 28 08:14 .semver [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 08:13 .sonarcloud.properties [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 08:13 Attribution.txt [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 08:13 CONTRIBUTING.md [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 08:13 Dockerfile.build [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 08:13 Jenkinsfile [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 08:13 LICENSE [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 08:13 Makefile [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 08:13 README.md [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 08:13 SECURITY.md [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 08:14 VERSION [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 08:13 ZMQWindows.md [2021-01-28T08:17:10.068Z] drwxrwxr-x 2 1001 1001 117 Jan 28 08:13 bin [2021-01-28T08:17:10.068Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 08:13 cmd [2021-01-28T08:17:10.068Z] -rw-r--r-- 1 root root 564700 Jan 28 08:16 coverage.out [2021-01-28T08:17:10.068Z] -rw-r--r-- 1 root root 1053 Jan 28 08:17 go.mod [2021-01-28T08:17:10.068Z] -rw-r--r-- 1 root root 19080 Jan 28 08:17 go.sum [2021-01-28T08:17:10.068Z] drwxrwxr-x 8 1001 1001 127 Jan 28 08:13 internal [2021-01-28T08:17:10.068Z] drwxrwxr-x 4 1001 1001 26 Jan 28 08:13 openapi [2021-01-28T08:17:10.068Z] drwxrwxr-x 4 1001 1001 71 Jan 28 08:13 snap [2021-01-28T08:17:10.068Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 08:13 version.go [Pipeline] sh [2021-01-28T08:17:10.370Z] + '[' -e coverage.out ] [2021-01-28T08:17:10.370Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T08:17:10.630Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T08:17:10.924Z] + make build [2021-01-28T08:17:10.924Z] 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-28T08:17:13.247Z] Commit message: "feat(meta): Invoke Device Service callback for DeviceProfile change" [2021-01-28T08:17:13.483Z] 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-28T08:17:13.572Z] [2021-01-28T08:17:13.572Z] Could not update commit status. Message: https://api.github.com/repos/edgexfoundry/edgex-go [2021-01-28T08:17:13.572Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T08:17:14.754Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T08:17:15.203Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T08:17:15.541Z] + + sudo service docker restart [2021-01-28T08:17:15.541Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T08:17:18.252Z] provisioning config files... [2021-01-28T08:17:18.295Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4330413844789937287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:17:18.705Z] ---> docker-login.sh [2021-01-28T08:17:18.705Z] nexus3.edgexfoundry.org:10001 [2021-01-28T08:17:19.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:17:19.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:17:19.962Z] Configure a credential helper to remove this warning. See [2021-01-28T08:17:19.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:17:19.962Z] [2021-01-28T08:17:19.962Z] Login Succeeded [2021-01-28T08:17:19.962Z] nexus3.edgexfoundry.org:10002 [2021-01-28T08:17:20.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:17:20.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:17:20.235Z] Configure a credential helper to remove this warning. See [2021-01-28T08:17:20.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:17:20.235Z] [2021-01-28T08:17:20.235Z] Login Succeeded [2021-01-28T08:17:20.235Z] nexus3.edgexfoundry.org:10003 [2021-01-28T08:17:20.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:17:20.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:17:20.831Z] Configure a credential helper to remove this warning. See [2021-01-28T08:17:20.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:17:20.831Z] [2021-01-28T08:17:20.831Z] Login Succeeded [2021-01-28T08:17:20.831Z] nexus3.edgexfoundry.org:10004 [2021-01-28T08:17:21.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:17:21.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:17:21.380Z] Configure a credential helper to remove this warning. See [2021-01-28T08:17:21.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:17:21.380Z] [2021-01-28T08:17:21.380Z] Login Succeeded [2021-01-28T08:17:21.380Z] docker.io [2021-01-28T08:17:21.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T08:17:21.753Z] 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-28T08:17:22.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T08:17:22.251Z] Configure a credential helper to remove this warning. See [2021-01-28T08:17:22.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T08:17:22.251Z] [2021-01-28T08:17:22.251Z] Login Succeeded [2021-01-28T08:17:22.251Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T08:17:22.269Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-28T08:17:22.707Z] 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 [Pipeline] echo [2021-01-28T08:17:22.776Z] ========================================================= [2021-01-28T08:17:22.776Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T08:17:22.776Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:17:23.190Z] + 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-28T08:17:24.100Z] 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-28T08:17:24.367Z] 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-28T08:17:25.768Z] 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-28T08:17:25.834Z] Sending build context to Docker daemon 165.9MB [2021-01-28T08:17:25.834Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T08:17:25.834Z] Step 2/6 : FROM ${BASE} [2021-01-28T08:17:25.834Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T08:17:25.834Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T08:17:25.834Z] a4357932f1b6: Pulling fs layer [2021-01-28T08:17:25.834Z] 18c013af1878: Pulling fs layer [2021-01-28T08:17:25.834Z] 00ac8860ef70: Pulling fs layer [2021-01-28T08:17:25.834Z] 63d7cb157983: Pulling fs layer [2021-01-28T08:17:25.834Z] b116817d02f9: Pulling fs layer [2021-01-28T08:17:25.834Z] 745a02a5169b: Pulling fs layer [2021-01-28T08:17:25.834Z] 00ac8860ef70: Waiting [2021-01-28T08:17:25.834Z] 63d7cb157983: Waiting [2021-01-28T08:17:25.834Z] b116817d02f9: Waiting [2021-01-28T08:17:25.834Z] 745a02a5169b: Waiting [2021-01-28T08:17:25.834Z] 18c013af1878: Verifying Checksum [2021-01-28T08:17:25.834Z] 18c013af1878: Download complete [2021-01-28T08:17:25.834Z] a4357932f1b6: Verifying Checksum [2021-01-28T08:17:25.834Z] a4357932f1b6: Download complete [2021-01-28T08:17:25.834Z] 63d7cb157983: Verifying Checksum [2021-01-28T08:17:25.834Z] 63d7cb157983: Download complete [2021-01-28T08:17:25.834Z] b116817d02f9: Download complete [2021-01-28T08:17:25.834Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T08:17:25.834Z] 5f621e34cdf4: Download complete [2021-01-28T08:17:26.114Z] 5f621e34cdf4: Pull complete [2021-01-28T08:17:26.713Z] a4357932f1b6: Pull complete [2021-01-28T08:17:27.165Z] 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-28T08:17:27.321Z] 18c013af1878: Pull complete [2021-01-28T08:17:28.113Z] 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-28T08:17:28.302Z] 745a02a5169b: Verifying Checksum [2021-01-28T08:17:28.302Z] 745a02a5169b: Download complete [2021-01-28T08:17:29.063Z] 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-28T08:17:29.743Z] 00ac8860ef70: Verifying Checksum [2021-01-28T08:17:29.743Z] 00ac8860ef70: Download complete [2021-01-28T08:17:30.018Z] 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-28T08:17:31.420Z] 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-28T08:17:32.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T08:17:33.791Z] $ docker stop --time=1 c56d24d4fbcc546aafce64366c70d97dbe091c8fbfcb77bd181b634b59f4938d [2021-01-28T08:17:35.454Z] $ docker rm -f c56d24d4fbcc546aafce64366c70d97dbe091c8fbfcb77bd181b634b59f4938d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:17:39.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T08:17:39.111Z] [2021-01-28T08:17:39.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:17:39.470Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T08:17:39.470Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T08:17:39.470Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T08:17:39.470Z] ca9280d653b3: Pulling fs layer [2021-01-28T08:17:39.470Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T08:17:39.735Z] cbdbe7a5bc2a: Download complete [2021-01-28T08:17:39.910Z] 00ac8860ef70: Pull complete [2021-01-28T08:17:40.002Z] cbdbe7a5bc2a: Pull complete [2021-01-28T08:17:40.182Z] 63d7cb157983: Pull complete [2021-01-28T08:17:40.271Z] ca9280d653b3: Verifying Checksum [2021-01-28T08:17:40.271Z] ca9280d653b3: Download complete [2021-01-28T08:17:40.456Z] b116817d02f9: Pull complete [2021-01-28T08:17:41.229Z] ca9280d653b3: Pull complete [2021-01-28T08:17:41.229Z] 7e9c9ca2126c: Download complete [2021-01-28T08:17:44.784Z] 745a02a5169b: Pull complete [2021-01-28T08:17:44.784Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T08:17:44.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T08:17:44.784Z] ---> b7e6874047d6 [2021-01-28T08:17:44.784Z] 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-28T08:17:47.434Z] ---> Running in 673be0bdcc7c [2021-01-28T08:17:48.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:17:49.432Z] 7e9c9ca2126c: Pull complete [2021-01-28T08:17:49.432Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T08:17:49.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T08:17:49.432Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T08:17:49.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:17:49.556Z] prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container [2021-01-28T08:17:49.604Z] $ 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-28T08:17:50.055Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T08:17:50.645Z] (2/12) Installing file (5.38-r0) [2021-01-28T08:17:50.646Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T08:17:50.646Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T08:17:51.100Z] $ docker top 85a35dabf33d02a43c2ad7ff0f55300a9b671d7f3ede21961b3d3e57b30bbebb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T08:17:51.637Z] + docker-compose build --help [2021-01-28T08:17:51.637Z] + grep parallel [2021-01-28T08:17:52.584Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T08:17:52.601Z] $ docker stop --time=1 85a35dabf33d02a43c2ad7ff0f55300a9b671d7f3ede21961b3d3e57b30bbebb [2021-01-28T08:17:53.980Z] $ docker rm -f 85a35dabf33d02a43c2ad7ff0f55300a9b671d7f3ede21961b3d3e57b30bbebb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:17:54.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T08:17:54.598Z] . [Pipeline] withDockerContainer [2021-01-28T08:17:54.696Z] prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container [2021-01-28T08:17:54.845Z] $ 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-28T08:17:55.607Z] $ docker top cb0004275c06a8de4c920de897446dee631e548f0ac4e5779b9d9b3f6bdb4b33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T08:17:56.180Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T08:17:57.127Z] Building docker-core-command-go ... [2021-01-28T08:17:57.127Z] Building docker-core-data-go ... [2021-01-28T08:17:57.127Z] Building docker-core-metadata-go ... [2021-01-28T08:17:57.127Z] Building docker-security-bootstrapper-go ... [2021-01-28T08:17:57.127Z] Building docker-security-proxy-setup-go ... [2021-01-28T08:17:57.127Z] Building docker-security-secretstore-setup-go ... [2021-01-28T08:17:57.127Z] Building docker-support-notifications-go ... [2021-01-28T08:17:57.127Z] Building docker-support-scheduler-go ... [2021-01-28T08:17:57.127Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T08:17:57.127Z] Building docker-sys-mgmt-agent-go [2021-01-28T08:17:57.127Z] Building docker-core-command-go [2021-01-28T08:17:57.127Z] Building docker-security-proxy-setup-go [2021-01-28T08:17:57.127Z] Building docker-support-notifications-go [2021-01-28T08:17:57.127Z] Building docker-security-secretstore-setup-go [2021-01-28T08:17:57.342Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T08:17:57.343Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T08:17:57.343Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T08:17:57.343Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T08:17:57.615Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T08:17:57.615Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T08:17:57.615Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T08:17:57.885Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T08:17:57.885Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:17:57.885Z] OK: 217 MiB in 51 packages [2021-01-28T08:18:02.199Z] Removing intermediate container 673be0bdcc7c [2021-01-28T08:18:02.199Z] ---> 2654a601d29e [2021-01-28T08:18:02.199Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T08:18:02.199Z] ---> Running in 6259ff98ad62 [2021-01-28T08:18:02.199Z] Removing intermediate container 6259ff98ad62 [2021-01-28T08:18:02.199Z] ---> 2cf24c5cd2dd [2021-01-28T08:18:02.199Z] Step 5/6 : COPY go.mod . [2021-01-28T08:18:02.797Z] ---> 5de427bd9f5c [2021-01-28T08:18:02.797Z] Step 6/6 : RUN go mod download [2021-01-28T08:18:03.069Z] ---> Running in 16ae88e34a5f [2021-01-28T08:18:29.430Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:18:29.430Z] [2021-01-28T08:18:29.430Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:18:29.430Z] [2021-01-28T08:18:29.430Z] ---> 233629041e02 [2021-01-28T08:18:29.430Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T08:18:29.430Z] ---> 233629041e02 [2021-01-28T08:18:29.430Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T08:18:29.430Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:18:29.430Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:18:29.430Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 233629041e02 [2021-01-28T08:18:29.430Z] [2021-01-28T08:18:29.430Z] Step 3/24 : WORKDIR /edgex-goStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:18:29.430Z] [2021-01-28T08:18:29.430Z] ---> 233629041e02 [2021-01-28T08:18:29.430Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T08:18:29.430Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:18:29.430Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:18:29.430Z] ---> 233629041e02 [2021-01-28T08:18:29.430Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T08:18:29.857Z] Removing intermediate container 16ae88e34a5f [2021-01-28T08:18:29.857Z] ---> adde3ae0606b [2021-01-28T08:18:29.857Z] Successfully built adde3ae0606b [2021-01-28T08:18:29.857Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:18:30.008Z] ---> Running in d0b352bf3ab1 [2021-01-28T08:18:30.008Z] ---> Running in b76c0786cc9c [2021-01-28T08:18:30.008Z] ---> Running in 285b7f97310b [2021-01-28T08:18:30.008Z] ---> Running in 65a1e09dd25b [2021-01-28T08:18:30.008Z] ---> Running in 4629083c4b12 [2021-01-28T08:18:30.205Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T08:18:30.205Z] . [Pipeline] withDockerContainer [2021-01-28T08:18:30.478Z] prd-ubuntu18.04-docker-arm64-4c-16g-23712 does not seem to be running inside a container [2021-01-28T08:18:30.570Z] $ 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-28T08:18:30.585Z] Removing intermediate container 65a1e09dd25b [2021-01-28T08:18:30.585Z] ---> c42cef4f3879 [2021-01-28T08:18:30.585Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:18:30.585Z] Removing intermediate container d0b352bf3ab1 [2021-01-28T08:18:30.585Z] ---> 623e9be0698f [2021-01-28T08:18:30.585Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:18:30.585Z] Removing intermediate container 4629083c4b12 [2021-01-28T08:18:30.585Z] ---> bf760ba46a13 [2021-01-28T08:18:30.585Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:18:30.585Z] Removing intermediate container 285b7f97310b [2021-01-28T08:18:30.585Z] ---> cf240c50d4a9 [2021-01-28T08:18:30.585Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:18:30.585Z] Removing intermediate container b76c0786cc9c [2021-01-28T08:18:30.585Z] ---> 73920b579c00 [2021-01-28T08:18:30.585Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:18:30.850Z] ---> Running in dc273f9460ce [2021-01-28T08:18:30.850Z] ---> Running in 3a53a1696100 [2021-01-28T08:18:30.850Z] ---> Running in fbed72bd8385 [2021-01-28T08:18:30.850Z] ---> Running in 5672c7cb3271 [2021-01-28T08:18:30.850Z] ---> Running in 69635cef18b9 [2021-01-28T08:18:32.101Z] $ docker top 38cfd55de2a896dbc6a7b600e105c1303043f37a2c359d8afab4add098763258 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T08:18:33.129Z] + go version [2021-01-28T08:18:33.129Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T08:18:33.162Z] $ docker stop --time=1 38cfd55de2a896dbc6a7b600e105c1303043f37a2c359d8afab4add098763258 [2021-01-28T08:18:33.454Z] Removing intermediate container 3a53a1696100 [2021-01-28T08:18:33.455Z] ---> 342d127e86dc [2021-01-28T08:18:33.455Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T08:18:33.455Z] Removing intermediate container fbed72bd8385 [2021-01-28T08:18:33.455Z] ---> 8f408010437b [2021-01-28T08:18:33.455Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T08:18:33.455Z] Removing intermediate container 5672c7cb3271 [2021-01-28T08:18:33.455Z] ---> 425971ed1251 [2021-01-28T08:18:33.455Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T08:18:33.455Z] ---> Running in 40dd495af741 [2021-01-28T08:18:33.455Z] ---> Running in d4222c22f090 [2021-01-28T08:18:33.455Z] ---> Running in fb3653ac82d7 [2021-01-28T08:18:33.455Z] Removing intermediate container 69635cef18b9 [2021-01-28T08:18:33.455Z] ---> 83dafe8a404e [2021-01-28T08:18:33.455Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T08:18:33.455Z] Removing intermediate container dc273f9460ce [2021-01-28T08:18:33.455Z] ---> f4193a2748ed [2021-01-28T08:18:33.455Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T08:18:33.455Z] ---> Running in c970140293d1 [2021-01-28T08:18:33.717Z] ---> Running in 6d7f8a68c8eb [2021-01-28T08:18:34.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:18:34.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:18:34.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:18:34.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:18:34.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:18:35.120Z] $ docker rm -f 38cfd55de2a896dbc6a7b600e105c1303043f37a2c359d8afab4add098763258 [2021-01-28T08:18:35.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:18:35.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:18:35.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [2021-01-28T08:18:35.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:18:35.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-28T08:18:35.672Z] OK: 233 MiB in 51 packages [2021-01-28T08:18:35.673Z] OK: 233 MiB in 51 packages [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:18:35.936Z] OK: 233 MiB in 51 packages [2021-01-28T08:18:35.936Z] OK: 233 MiB in 51 packages [2021-01-28T08:18:36.106Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T08:18:36.106Z] . [Pipeline] withDockerContainer [2021-01-28T08:18:36.198Z] OK: 233 MiB in 51 packages [2021-01-28T08:18:36.198Z] Removing intermediate container 40dd495af741 [2021-01-28T08:18:36.198Z] ---> 1eda011b2bb9 [2021-01-28T08:18:36.198Z] Step 6/23 : COPY go.mod . [2021-01-28T08:18:36.366Z] prd-ubuntu18.04-docker-arm64-4c-16g-23712 does not seem to be running inside a container [2021-01-28T08:18:36.458Z] $ 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-28T08:18:36.472Z] Removing intermediate container d4222c22f090 [2021-01-28T08:18:36.473Z] ---> 9f2bd8bebdd3 [2021-01-28T08:18:36.473Z] Step 6/22 : COPY go.mod . [2021-01-28T08:18:36.737Z] ---> f5b789f3192a [2021-01-28T08:18:36.738Z] Step 7/23 : RUN go mod download [2021-01-28T08:18:37.001Z] ---> Running in 4d326b3bc292 [2021-01-28T08:18:37.001Z] Removing intermediate container fb3653ac82d7 [2021-01-28T08:18:37.001Z] ---> a0ca9c154453 [2021-01-28T08:18:37.001Z] Step 6/26 : COPY go.mod . [2021-01-28T08:18:37.001Z] ---> 904277678725 [2021-01-28T08:18:37.001Z] Step 7/22 : RUN go mod download [2021-01-28T08:18:37.001Z] Removing intermediate container c970140293d1 [2021-01-28T08:18:37.001Z] ---> d8928aa73da7 [2021-01-28T08:18:37.001Z] Step 6/21 : COPY go.mod . [2021-01-28T08:18:37.264Z] ---> Running in ccefd7cf66ad [2021-01-28T08:18:37.528Z] Removing intermediate container 6d7f8a68c8eb [2021-01-28T08:18:37.528Z] ---> 366c7cd605b8 [2021-01-28T08:18:37.528Z] Step 6/24 : COPY go.mod . [2021-01-28T08:18:37.528Z] ---> 292ce05b5617 [2021-01-28T08:18:37.528Z] Step 7/21 : RUN go mod download [2021-01-28T08:18:37.528Z] ---> bf8552fa6546 [2021-01-28T08:18:37.528Z] Step 7/26 : RUN go mod download [2021-01-28T08:18:37.797Z] ---> Running in 733dfd83ac72 [2021-01-28T08:18:37.797Z] ---> Running in 397fda6037e9 [2021-01-28T08:18:37.884Z] $ docker top 97484dea265a17dd060f2fa8e4d7c59b1451be3770da84df4c130381d530afc9 -eo pid,comm [2021-01-28T08:18:38.062Z] ---> 7e8fbe9ae8f2 [2021-01-28T08:18:38.062Z] Step 7/24 : RUN go mod download [2021-01-28T08:18:38.062Z] ---> Running in ee9d6c472866 [Pipeline] { [Pipeline] echo [2021-01-28T08:18:38.238Z] ========================================================= [2021-01-28T08:18:38.238Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T08:18:38.238Z] ========================================================= [Pipeline] sh [2021-01-28T08:18:38.887Z] + make test [2021-01-28T08:18:38.887Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T08:18:39.032Z] Removing intermediate container ccefd7cf66ad [2021-01-28T08:18:39.032Z] ---> 844baf62e21a [2021-01-28T08:18:39.032Z] Step 8/22 : COPY . . [2021-01-28T08:18:39.301Z] Removing intermediate container 4d326b3bc292 [2021-01-28T08:18:39.301Z] ---> d11dc4fb34aa [2021-01-28T08:18:39.301Z] Step 8/23 : COPY . . [2021-01-28T08:18:44.644Z] Removing intermediate container 733dfd83ac72 [2021-01-28T08:18:44.644Z] ---> 5868676161ac [2021-01-28T08:18:44.644Z] Step 8/21 : COPY . . [2021-01-28T08:18:44.644Z] Removing intermediate container 397fda6037e9 [2021-01-28T08:18:44.644Z] ---> 5b21ff3d08e8 [2021-01-28T08:18:44.644Z] Step 8/26 : COPY . . [2021-01-28T08:18:44.644Z] Removing intermediate container ee9d6c472866 [2021-01-28T08:18:44.644Z] ---> a5f3d5e991dc [2021-01-28T08:18:44.644Z] Step 8/24 : COPY . . [2021-01-28T08:19:01.054Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T08:19:23.540Z] ---> 00a7a2c4cac3 [2021-01-28T08:19:23.540Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T08:19:23.540Z] ---> Running in 255dcfa2d173 [2021-01-28T08:19:23.540Z] ---> 59fbe03b92eb [2021-01-28T08:19:23.540Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T08:19:23.540Z] ---> c4ff52395f98 [2021-01-28T08:19:23.540Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T08:19:23.540Z] ---> c82e4fe8012d [2021-01-28T08:19:23.540Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T08:19:23.540Z] ---> c3fc292c51e5 [2021-01-28T08:19:23.540Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T08:19:23.540Z] ---> Running in 0e9c94ff9012 [2021-01-28T08:19:23.540Z] ---> Running in 33ebbff920a0 [2021-01-28T08:19:23.540Z] ---> Running in 71e0713edd59 [2021-01-28T08:19:23.540Z] ---> Running in 218d720bbc3f [2021-01-28T08:19:23.540Z] 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-28T08:19:23.540Z] 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-28T08:19:23.540Z] 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-28T08:19:23.540Z] 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-28T08:19:23.541Z] 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-28T08:19:40.098Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T08:19:45.650Z] 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-28T08:19:45.650Z] 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-28T08:19:53.858Z] Removing intermediate container 33ebbff920a0 [2021-01-28T08:19:53.858Z] ---> 3a93b4fd89e6 [2021-01-28T08:19:53.858Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T08:19:53.858Z] Removing intermediate container 255dcfa2d173 [2021-01-28T08:19:53.858Z] ---> 81022b5c559a [2021-01-28T08:19:53.858Z] [2021-01-28T08:19:53.858Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T08:19:53.858Z] Removing intermediate container 71e0713edd59 [2021-01-28T08:19:53.858Z] ---> 1597be3c09e3 [2021-01-28T08:19:53.858Z] [2021-01-28T08:19:53.858Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T08:19:53.858Z] Removing intermediate container 0e9c94ff9012 [2021-01-28T08:19:53.858Z] ---> b62c30fa9299 [2021-01-28T08:19:53.858Z] [2021-01-28T08:19:53.858Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T08:19:54.121Z] 3.12: Pulling from library/alpine [2021-01-28T08:19:54.121Z] 3.12: Pulling from library/alpine [2021-01-28T08:19:54.121Z] 3.12: Pulling from library/alpine [2021-01-28T08:19:55.516Z] ---> Running in 5c56374117df [2021-01-28T08:19:55.516Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T08:19:55.516Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T08:19:55.516Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T08:19:55.516Z] Status: Image is up to date for alpine:3.12 [2021-01-28T08:19:55.516Z] ---> 389fef711851 [2021-01-28T08:19:55.516Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T08:19:55.516Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T08:19:55.516Z] ---> 389fef711851 [2021-01-28T08:19:55.516Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T08:19:55.516Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T08:19:55.516Z] ---> 389fef711851 [2021-01-28T08:19:55.516Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T08:19:55.516Z] Removing intermediate container 218d720bbc3f [2021-01-28T08:19:55.516Z] ---> cf701178c35f [2021-01-28T08:19:55.516Z] [2021-01-28T08:19:55.516Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T08:19:55.516Z] ---> 389fef711851 [2021-01-28T08:19:55.516Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T08:19:55.516Z] ---> Running in 55df0fc7fa6b [2021-01-28T08:19:55.516Z] ---> Running in a93917f5402a [2021-01-28T08:19:55.516Z] ---> Running in 8a17219898a7 [2021-01-28T08:19:55.783Z] ---> Running in 09c458a56d18 [2021-01-28T08:19:56.371Z] 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-28T08:19:56.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:19:56.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:19:56.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:19:56.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:19:56.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:19:56.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:19:56.642Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T08:19:56.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:19:56.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:19:56.907Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T08:19:56.907Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T08:19:56.907Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T08:19:56.907Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T08:19:56.907Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:19:56.907Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T08:19:56.907Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T08:19:56.907Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:19:56.907Z] OK: 6 MiB in 15 packages [2021-01-28T08:19:56.907Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T08:19:56.907Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T08:19:56.907Z] OK: 7 MiB in 19 packages [2021-01-28T08:19:56.907Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T08:19:56.907Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T08:19:56.907Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T08:19:56.907Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T08:19:56.907Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:19:57.172Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:19:57.172Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T08:19:57.172Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T08:19:57.172Z] OK: 7 MiB in 18 packages [2021-01-28T08:19:57.172Z] OK: 6 MiB in 16 packages [2021-01-28T08:20:00.485Z] Removing intermediate container a93917f5402a [2021-01-28T08:20:00.485Z] ---> fc046473f0d6 [2021-01-28T08:20:00.485Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T08:20:00.485Z] Removing intermediate container 55df0fc7fa6b [2021-01-28T08:20:00.485Z] ---> ba9a804a7d10 [2021-01-28T08:20:00.485Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T08:20:00.485Z] ---> Running in 149a6f24e742 [2021-01-28T08:20:00.485Z] Removing intermediate container 09c458a56d18 [2021-01-28T08:20:00.485Z] ---> 2d3d3284001f [2021-01-28T08:20:00.485Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T08:20:00.751Z] ---> Running in 592804835f9a [2021-01-28T08:20:00.751Z] ---> Running in 6f307b7ca311 [2021-01-28T08:20:00.751Z] Removing intermediate container 5c56374117df [2021-01-28T08:20:00.751Z] ---> 2233f498ae16 [2021-01-28T08:20:00.751Z] [2021-01-28T08:20:00.751Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T08:20:01.014Z] 20.10.0: Pulling from library/docker [2021-01-28T08:20:01.014Z] Removing intermediate container 8a17219898a7 [2021-01-28T08:20:01.014Z] ---> 06bbf75ad794 [2021-01-28T08:20:01.014Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T08:20:01.014Z] Removing intermediate container 149a6f24e742 [2021-01-28T08:20:01.014Z] ---> bf4aa238aa04 [2021-01-28T08:20:01.014Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T08:20:01.277Z] ---> Running in 9e27edfddfa4 [2021-01-28T08:20:01.277Z] ---> Running in 81967693ab73 [2021-01-28T08:20:01.277Z] Removing intermediate container 592804835f9a [2021-01-28T08:20:01.277Z] ---> 2f7524179b3e [2021-01-28T08:20:01.277Z] Step 13/24 : WORKDIR / [2021-01-28T08:20:01.277Z] Removing intermediate container 6f307b7ca311 [2021-01-28T08:20:01.277Z] ---> 89f33d2f9df4 [2021-01-28T08:20:01.277Z] Step 13/21 : WORKDIR /edgex [2021-01-28T08:20:01.277Z] ---> Running in 65d4bf469854 [2021-01-28T08:20:01.858Z] ---> Running in b7a427dd09f8 [2021-01-28T08:20:01.858Z] Removing intermediate container 9e27edfddfa4 [2021-01-28T08:20:01.858Z] ---> 704080da4b11 [2021-01-28T08:20:01.858Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T08:20:02.130Z] Removing intermediate container 81967693ab73 [2021-01-28T08:20:02.130Z] ---> a5886f777e23 [2021-01-28T08:20:02.130Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T08:20:02.395Z] ---> Running in 1678f8b0f5f5 [2021-01-28T08:20:02.395Z] Removing intermediate container 65d4bf469854 [2021-01-28T08:20:02.395Z] ---> f66d000aab8a [2021-01-28T08:20:02.395Z] 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-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T08:20:02.458Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T08:20:02.663Z] ---> Running in 58f095e0c433 [2021-01-28T08:20:02.663Z] Removing intermediate container b7a427dd09f8 [2021-01-28T08:20:02.663Z] ---> 231ea7def064 [2021-01-28T08:20:02.663Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T08:20:02.663Z] Removing intermediate container 1678f8b0f5f5 [2021-01-28T08:20:02.663Z] ---> 3819d86daa81 [2021-01-28T08:20:02.663Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T08:20:03.615Z] ---> e9098df26e83 [2021-01-28T08:20:03.615Z] 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-28T08:20:03.615Z] Removing intermediate container 58f095e0c433 [2021-01-28T08:20:03.615Z] ---> 20f77ebfeae0 [2021-01-28T08:20:03.615Z] Step 15/23 : WORKDIR / [2021-01-28T08:20:03.615Z] ---> Running in 231c257002c0 [2021-01-28T08:20:03.615Z] ---> 9c57821c6402 [2021-01-28T08:20:03.615Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T08:20:03.615Z] ---> Running in 209dcadd4481 [2021-01-28T08:20:03.880Z] Removing intermediate container 231c257002c0 [2021-01-28T08:20:03.880Z] ---> 2b37ac4b51d5 [2021-01-28T08:20:03.880Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:20:03.880Z] ---> 9ce38f41c5be [2021-01-28T08:20:03.880Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T08:20:03.880Z] Removing intermediate container 209dcadd4481 [2021-01-28T08:20:03.880Z] ---> 4f1c3eaf39e6 [2021-01-28T08:20:03.880Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:20:04.150Z] ---> ce89d027462d [2021-01-28T08:20:04.150Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T08:20:04.423Z] ---> 6287ccd89dc1 [2021-01-28T08:20:04.423Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T08:20:04.453Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T08:20:04.696Z] ---> 9e8cb9bc2234 [2021-01-28T08:20:04.696Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T08:20:04.964Z] ---> 2f9fcae08486 [2021-01-28T08:20:04.964Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T08:20:04.964Z] ---> 62689fc01a0f [2021-01-28T08:20:04.964Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T08:20:04.964Z] ---> c1bbae3a5d35 [2021-01-28T08:20:04.964Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T08:20:05.230Z] ---> Running in 64fd4751aa8a [2021-01-28T08:20:05.496Z] ---> f741445c456e [2021-01-28T08:20:05.496Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T08:20:05.496Z] ---> 141a76bc0660 [2021-01-28T08:20:05.496Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T08:20:05.765Z] ---> 2d3fd023f1d6 [2021-01-28T08:20:05.765Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T08:20:05.765Z] Removing intermediate container 64fd4751aa8a [2021-01-28T08:20:05.765Z] ---> 44f30810fc8a [2021-01-28T08:20:05.765Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T08:20:05.765Z] ---> Running in 734e31320931 [2021-01-28T08:20:05.765Z] ---> Running in 99c92bece012 [2021-01-28T08:20:06.028Z] Removing intermediate container 734e31320931 [2021-01-28T08:20:06.028Z] ---> a662e7290b79 [2021-01-28T08:20:06.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:20:06.028Z] ---> 0b6b725283da [2021-01-28T08:20:06.028Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T08:20:06.028Z] Removing intermediate container 99c92bece012 [2021-01-28T08:20:06.028Z] ---> 44eac488ce53 [2021-01-28T08:20:06.028Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T08:20:06.301Z] ---> Running in 7b4e41c9c4e8 [2021-01-28T08:20:06.301Z] ---> e364f3f91c0c [2021-01-28T08:20:06.301Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T08:20:06.301Z] ---> Running in 99278f4b0d4a [2021-01-28T08:20:06.301Z] ---> Running in be190c2a8fa6 [2021-01-28T08:20:07.254Z] Removing intermediate container 7b4e41c9c4e8 [2021-01-28T08:20:07.254Z] ---> 7b7e4341818d [2021-01-28T08:20:07.254Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T08:20:07.832Z] Removing intermediate container 99278f4b0d4a [2021-01-28T08:20:07.832Z] ---> 84b9b5c4fe57 [2021-01-28T08:20:07.832Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:20:07.832Z] ---> Running in e701ee8187cb [2021-01-28T08:20:07.832Z] ---> 87db91145aee [2021-01-28T08:20:07.832Z] 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-28T08:20:07.832Z] Removing intermediate container be190c2a8fa6 [2021-01-28T08:20:07.832Z] ---> 6b5e2f48fa18 [2021-01-28T08:20:07.832Z] Step 20/21 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:20:07.832Z] ---> Running in 2cb6b99819f1 [2021-01-28T08:20:08.101Z] ---> Running in e58a80091dcb [2021-01-28T08:20:08.101Z] ---> Running in 7380825bee14 [2021-01-28T08:20:08.371Z] Removing intermediate container e701ee8187cb [2021-01-28T08:20:08.371Z] ---> 4e36ceb6ef48 [2021-01-28T08:20:08.371Z] Step 21/22 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:20:08.371Z] Removing intermediate container 2cb6b99819f1 [2021-01-28T08:20:08.371Z] ---> 059e80700fc3 [2021-01-28T08:20:08.371Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T08:20:08.371Z] Removing intermediate container 7380825bee14 [2021-01-28T08:20:08.371Z] ---> 07c85f09999f [2021-01-28T08:20:08.371Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T08:20:08.371Z] ---> Running in cccf2f5c8ff6 [2021-01-28T08:20:08.633Z] ---> Running in 00d575723f63 [2021-01-28T08:20:08.633Z] ---> Running in da842a7ae32e [2021-01-28T08:20:09.209Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T08:20:09.209Z] Removing intermediate container cccf2f5c8ff6 [2021-01-28T08:20:09.209Z] ---> 5e04422d4b73 [2021-01-28T08:20:09.209Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T08:20:09.209Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T08:20:09.209Z] ---> aefe523efa57 [2021-01-28T08:20:09.209Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T08:20:09.472Z] Removing intermediate container 00d575723f63 [2021-01-28T08:20:09.472Z] ---> 53463f2c2f00 [2021-01-28T08:20:09.472Z] Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:20:09.472Z] Removing intermediate container da842a7ae32e [2021-01-28T08:20:09.472Z] ---> 3d93a6fea6e9 [2021-01-28T08:20:09.472Z] [2021-01-28T08:20:09.739Z] ---> Running in bef517be6952 [2021-01-28T08:20:09.739Z] ---> Running in ced3d658e8bd [2021-01-28T08:20:09.739Z] ---> Running in 49022aca5d57 [2021-01-28T08:20:10.314Z] Successfully built 3d93a6fea6e9 [2021-01-28T08:20:10.314Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T08:20:10.314Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-28T08:20:10.585Z] Removing intermediate container bef517be6952 [2021-01-28T08:20:10.585Z] ---> 3f963667c8a8 [2021-01-28T08:20:10.585Z] [2021-01-28T08:20:10.585Z] Removing intermediate container 49022aca5d57 [2021-01-28T08:20:10.585Z] ---> 5531b942844d [2021-01-28T08:20:10.585Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T08:20:10.585Z] Removing intermediate container e58a80091dcb [2021-01-28T08:20:10.585Z] ---> 4c13d7ed3e20 [2021-01-28T08:20:10.585Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T08:20:10.585Z] ---> Running in 7c9ac3cb152f [2021-01-28T08:20:10.852Z] Successfully built 3f963667c8a8 [2021-01-28T08:20:10.852Z] ---> Running in 0175edb1482d [2021-01-28T08:20:10.852Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T08:20:10.852Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-01-28T08:20:10.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:20:10.852Z] Removing intermediate container 7c9ac3cb152f [2021-01-28T08:20:10.852Z] ---> 406b191a4f73 [2021-01-28T08:20:10.852Z] [2021-01-28T08:20:10.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:20:10.852Z] Removing intermediate container 0175edb1482d [2021-01-28T08:20:10.852Z] ---> 90ea163d4642 [2021-01-28T08:20:10.852Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T08:20:11.117Z] Successfully built 406b191a4f73 [2021-01-28T08:20:11.117Z] Successfully tagged docker-core-command-go:latest [2021-01-28T08:20:11.117Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-28T08:20:11.117Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T08:20:11.117Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T08:20:11.117Z] ---> Running in f769365e79b3 [2021-01-28T08:20:11.117Z] Executing bash-5.0.17-r0.post-install [2021-01-28T08:20:11.117Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:20:11.117Z] OK: 12 MiB in 22 packages [2021-01-28T08:20:11.178Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T08:20:11.178Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T08:20:11.178Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T08:20:11.712Z] Removing intermediate container f769365e79b3 [2021-01-28T08:20:11.712Z] ---> 7ef171cc8ab1 [2021-01-28T08:20:11.712Z] Step 23/24 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:20:16.601Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.6% of statements [2021-01-28T08:20:16.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T08:20:16.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T08:20:16.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T08:20:16.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T08:20:16.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T08:20:18.339Z] ---> Running in ed68e01e1879 [2021-01-28T08:20:21.661Z] Removing intermediate container ed68e01e1879 [2021-01-28T08:20:21.661Z] ---> b216bc100b08 [2021-01-28T08:20:21.661Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T08:20:21.661Z] Removing intermediate container ced3d658e8bd [2021-01-28T08:20:21.661Z] ---> fb72ae6a7158 [2021-01-28T08:20:21.661Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T08:20:21.661Z] ---> Running in ccb04f3d6e9f [2021-01-28T08:20:21.661Z] ---> Running in 35f9bdb273cb [2021-01-28T08:20:22.246Z] Removing intermediate container ccb04f3d6e9f [2021-01-28T08:20:22.246Z] ---> 599ac0176038 [2021-01-28T08:20:22.246Z] [2021-01-28T08:20:22.246Z] Removing intermediate container 35f9bdb273cb [2021-01-28T08:20:22.246Z] ---> 97f497e6de42 [2021-01-28T08:20:22.246Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T08:20:22.828Z] Successfully built 599ac0176038 [2021-01-28T08:20:22.828Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T08:20:22.828Z] Building docker-core-metadata-go [2021-01-28T08:20:24.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.1% of statements [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T08:20:24.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T08:20:24.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T08:20:24.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 65.8% of statements [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T08:20:24.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.414s coverage: 82.3% of statements [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T08:20:24.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T08:20:25.454Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 912033054d2d [2021-01-28T08:20:26.427Z] Removing intermediate container 912033054d2d [2021-01-28T08:20:26.427Z] ---> 54c7a0d2acb1 [2021-01-28T08:20:26.427Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T08:20:31.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements [2021-01-28T08:20:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T08:20:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T08:20:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T08:20:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T08:20:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T08:20:31.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements [2021-01-28T08:20:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T08:20:31.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2021-01-28T08:20:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T08:20:31.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements [2021-01-28T08:20:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T08:20:31.783Z] ---> Running in 0a328ccb17a4 [2021-01-28T08:20:32.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.408s coverage: 97.5% of statements [2021-01-28T08:20:32.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T08:20:32.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements [2021-01-28T08:20:32.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T08:20:32.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T08:20:32.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T08:20:32.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T08:20:34.374Z] Removing intermediate container 0a328ccb17a4 [2021-01-28T08:20:34.374Z] ---> a088478a78c0 [2021-01-28T08:20:34.374Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T08:20:35.799Z] ---> f3cd149f5529 [2021-01-28T08:20:35.799Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T08:20:35.799Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:20:35.799Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:20:35.799Z] ---> 233629041e02 [2021-01-28T08:20:35.799Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T08:20:35.799Z] ---> Using cache [2021-01-28T08:20:35.799Z] ---> 73920b579c00 [2021-01-28T08:20:35.799Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:20:35.799Z] ---> Using cache [2021-01-28T08:20:35.799Z] ---> 83dafe8a404e [2021-01-28T08:20:35.799Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T08:20:36.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:20:36.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:20:36.261Z] ---> 233629041e02 [2021-01-28T08:20:36.261Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T08:20:36.261Z] ---> Using cache [2021-01-28T08:20:36.261Z] ---> 73920b579c00 [2021-01-28T08:20:36.261Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:20:36.261Z] ---> Using cache [2021-01-28T08:20:36.261Z] ---> 83dafe8a404e [2021-01-28T08:20:36.261Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T08:20:36.261Z] ---> Using cache [2021-01-28T08:20:36.261Z] ---> d8928aa73da7 [2021-01-28T08:20:36.261Z] Step 6/22 : COPY go.mod . [2021-01-28T08:20:36.261Z] ---> Using cache [2021-01-28T08:20:36.261Z] ---> 292ce05b5617 [2021-01-28T08:20:36.261Z] Step 7/22 : RUN go mod download [2021-01-28T08:20:36.261Z] ---> Using cache [2021-01-28T08:20:36.261Z] ---> 5868676161ac [2021-01-28T08:20:36.261Z] Step 8/22 : COPY . . [2021-01-28T08:20:36.529Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:20:36.529Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:20:36.529Z] ---> 233629041e02 [2021-01-28T08:20:36.529Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T08:20:36.529Z] ---> Using cache [2021-01-28T08:20:36.529Z] ---> 73920b579c00 [2021-01-28T08:20:36.529Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:20:36.529Z] ---> Using cache [2021-01-28T08:20:36.529Z] ---> 83dafe8a404e [2021-01-28T08:20:36.529Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T08:20:36.529Z] ---> Using cache [2021-01-28T08:20:36.529Z] ---> d8928aa73da7 [2021-01-28T08:20:36.529Z] Step 6/34 : COPY go.mod . [2021-01-28T08:20:36.529Z] ---> Using cache [2021-01-28T08:20:36.529Z] ---> 292ce05b5617 [2021-01-28T08:20:36.529Z] Step 7/34 : RUN go mod download [2021-01-28T08:20:36.529Z] ---> Using cache [2021-01-28T08:20:36.529Z] ---> 5868676161ac [2021-01-28T08:20:36.529Z] Step 8/34 : COPY . . [2021-01-28T08:20:36.529Z] ---> Using cache [2021-01-28T08:20:36.529Z] ---> c82e4fe8012d [2021-01-28T08:20:36.529Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T08:20:36.529Z] ---> Using cache [2021-01-28T08:20:36.529Z] ---> c82e4fe8012d [2021-01-28T08:20:36.529Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T08:20:37.946Z] ---> Running in 0a786c188170 [2021-01-28T08:20:37.946Z] ---> Running in d0fb92932d59 [2021-01-28T08:20:37.946Z] ---> Running in 7104d589c538 [2021-01-28T08:20:37.946Z] ---> d6e2a999b6a1 [2021-01-28T08:20:37.946Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T08:20:38.542Z] Removing intermediate container d0fb92932d59 [2021-01-28T08:20:38.542Z] ---> 0abcb2e3ab7f [2021-01-28T08:20:38.542Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T08:20:38.542Z] ---> a45626de7768 [2021-01-28T08:20:38.542Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T08:20:38.810Z] ---> Running in 735ec3c008a2 [2021-01-28T08:20:39.789Z] ---> Running in 93d8ac6ca993 [2021-01-28T08:20:40.950Z] 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-28T08:20:40.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T08:20:40.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:20:40.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:20:41.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:20:41.281Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T08:20:41.281Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T08:20:41.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:20:41.281Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T08:20:41.281Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T08:20:42.022Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T08:20:42.022Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T08:20:42.022Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T08:20:42.430Z] OK: 233 MiB in 51 packages [2021-01-28T08:20:42.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 92.8% of statements [2021-01-28T08:20:42.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T08:20:42.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T08:20:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T08:20:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.153s coverage: 0.1% of statements [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T08:20:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T08:20:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 43.8% of statements [2021-01-28T08:20:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.140s coverage: 79.5% of statements [2021-01-28T08:20:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-01-28T08:20:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-01-28T08:20:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-01-28T08:20:42.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:20:42.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:20:42.806Z] ---> 233629041e02 [2021-01-28T08:20:42.806Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T08:20:42.806Z] ---> Using cache [2021-01-28T08:20:42.806Z] ---> 73920b579c00 [2021-01-28T08:20:42.806Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:20:42.806Z] ---> Using cache [2021-01-28T08:20:42.806Z] ---> 83dafe8a404e [2021-01-28T08:20:42.806Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T08:20:42.806Z] ---> Using cache [2021-01-28T08:20:42.806Z] ---> d8928aa73da7 [2021-01-28T08:20:42.806Z] Step 6/23 : COPY go.mod . [2021-01-28T08:20:42.806Z] ---> Using cache [2021-01-28T08:20:42.806Z] ---> 292ce05b5617 [2021-01-28T08:20:42.806Z] Step 7/23 : RUN go mod download [2021-01-28T08:20:42.806Z] ---> Using cache [2021-01-28T08:20:42.806Z] ---> 5868676161ac [2021-01-28T08:20:42.806Z] Step 8/23 : COPY . . [2021-01-28T08:20:42.806Z] ---> Using cache [2021-01-28T08:20:42.806Z] ---> c82e4fe8012d [2021-01-28T08:20:42.806Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T08:20:46.174Z] ---> Running in 4ce6d23fe8df [2021-01-28T08:20:46.174Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T08:20:46.174Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T08:20:46.174Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T08:20:46.174Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T08:20:46.174Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T08:20:46.174Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T08:20:46.174Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T08:20:46.174Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T08:20:46.174Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T08:20:46.174Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T08:20:46.174Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T08:20:46.174Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T08:20:46.750Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T08:20:46.750Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T08:20:47.018Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T08:20:47.018Z] Removing intermediate container 7104d589c538 [2021-01-28T08:20:47.018Z] ---> 6cc91963d0ee [2021-01-28T08:20:47.018Z] Step 6/23 : COPY go.mod . [2021-01-28T08:20:47.018Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T08:20:47.018Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T08:20:47.018Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T08:20:47.018Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T08:20:47.018Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T08:20:47.018Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T08:20:47.018Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T08:20:47.018Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T08:20:47.285Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T08:20:47.285Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T08:20:47.285Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T08:20:47.285Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:20:47.559Z] OK: 71 MiB in 55 packages [2021-01-28T08:20:47.559Z] 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-28T08:20:48.144Z] ---> 93a9df5799dd [2021-01-28T08:20:48.144Z] Step 7/23 : RUN go mod download [2021-01-28T08:20:48.417Z] ---> Running in aebbf8619b7f [2021-01-28T08:20:52.703Z] Removing intermediate container aebbf8619b7f [2021-01-28T08:20:52.703Z] ---> a1593ffd7a38 [2021-01-28T08:20:52.703Z] Step 8/23 : COPY . . [2021-01-28T08:20:52.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements [2021-01-28T08:20:52.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-01-28T08:20:52.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T08:20:52.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T08:20:52.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T08:20:52.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T08:20:54.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-01-28T08:20:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T08:20:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T08:20:54.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-01-28T08:20:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T08:20:54.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-01-28T08:20:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T08:20:54.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-01-28T08:20:54.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-01-28T08:20:54.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.2% of statements [2021-01-28T08:20:54.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.4% of statements [2021-01-28T08:20:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T08:20:54.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.500s coverage: 63.5% of statements [2021-01-28T08:20:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T08:20:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T08:20:54.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-01-28T08:20:54.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-01-28T08:20:56.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-01-28T08:20:56.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-01-28T08:20:57.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements [2021-01-28T08:21:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.883s coverage: 68.9% of statements [2021-01-28T08:21:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T08:21:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T08:21:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T08:21:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T08:21:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T08:21:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 37.0% of statements [2021-01-28T08:21:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T08:21:03.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T08:21:03.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.658s coverage: 84.0% of statements [2021-01-28T08:21:03.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2021-01-28T08:21:07.882Z] 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-28T08:21:09.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.1% of statements [2021-01-28T08:21:09.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T08:21:09.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T08:21:09.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T08:21:09.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T08:21:09.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T08:21:09.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-01-28T08:21:09.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T08:21:09.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-01-28T08:21:09.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T08:21:10.493Z] Removing intermediate container 93d8ac6ca993 [2021-01-28T08:21:10.493Z] ---> 4755b3f72d3a [2021-01-28T08:21:10.493Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T08:21:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.164s coverage: 29.1% of statements [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T08:21:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T08:21:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.108s coverage: 100.0% of statements [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T08:21:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T08:21:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T08:21:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T08:21:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T08:21:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-28T08:21:14.584Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-28T08:21:14.758Z] ---> Running in efeabf29f2d6 [2021-01-28T08:21:16.019Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-28T08:21:16.615Z] GO111MODULE=on go vet ./... [2021-01-28T08:21:18.107Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T08:21:18.107Z] + cd /tmp/build/dist/linux [2021-01-28T08:21:18.107Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T08:21:18.107Z]  ---> 70c5235b2995 [2021-01-28T08:21:18.107Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T08:21:18.107Z] Cloning into '.'... [2021-01-28T08:21:19.067Z] Removing intermediate container 0a786c188170 [2021-01-28T08:21:19.067Z] ---> 6280abd6a7b5 [2021-01-28T08:21:19.067Z] [2021-01-28T08:21:19.067Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T08:21:19.067Z] ---> 389fef711851 [2021-01-28T08:21:19.067Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T08:21:19.067Z] ---> Using cache [2021-01-28T08:21:19.067Z] ---> fc046473f0d6 [2021-01-28T08:21:19.067Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T08:21:19.344Z] ---> Running in 2f23941e1620 [2021-01-28T08:21:19.344Z] ---> Using cache [2021-01-28T08:21:19.344Z] ---> bf4aa238aa04 [2021-01-28T08:21:19.344Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T08:21:19.344Z] + go get github.com/robfig/glock [2021-01-28T08:21:19.611Z]  ---> Running in 17a23c563cca [2021-01-28T08:21:19.892Z] Removing intermediate container 17a23c563cca [2021-01-28T08:21:19.892Z] ---> 17e70a1bb687 [2021-01-28T08:21:19.892Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T08:21:20.165Z] ---> Running in fa84cb8b635f [2021-01-28T08:21:20.165Z] 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-28T08:21:20.437Z] Removing intermediate container fa84cb8b635f [2021-01-28T08:21:20.437Z] ---> 31869bb4cecf [2021-01-28T08:21:20.437Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:21:20.705Z] ---> ddf8fe5a3480 [2021-01-28T08:21:20.705Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T08:21:21.295Z] ---> 0d29ba17bd63 [2021-01-28T08:21:21.295Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T08:21:21.890Z] ---> 2dcd81df5670 [2021-01-28T08:21:21.890Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T08:21:22.157Z] ---> Running in 7df0459ae110 [2021-01-28T08:21:22.424Z] Removing intermediate container 7df0459ae110 [2021-01-28T08:21:22.424Z] ---> 6c937b1d51d5 [2021-01-28T08:21:22.424Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:21:22.693Z] ---> Running in ffa9f5ab694f [2021-01-28T08:21:22.964Z] Collecting docker-compose==1.23.2 [2021-01-28T08:21:22.964Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T08:21:23.229Z] Removing intermediate container ffa9f5ab694f [2021-01-28T08:21:23.229Z] ---> 9609e01a6bb9 [2021-01-28T08:21:23.229Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T08:21:23.229Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T08:21:23.229Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T08:21:23.833Z] ---> Running in 9a7fdbb11644 [2021-01-28T08:21:24.107Z] Collecting PyYAML<4,>=3.10 [2021-01-28T08:21:24.107Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T08:21:25.078Z] Removing intermediate container 9a7fdbb11644 [2021-01-28T08:21:25.078Z] ---> c47df9a1cb16 [2021-01-28T08:21:25.078Z] Step 21/22 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:21:27.059Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T08:21:27.059Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T08:21:28.044Z] ---> Running in ff210e689bcc [2021-01-28T08:21:28.044Z] Removing intermediate container 4ce6d23fe8df [2021-01-28T08:21:28.044Z] ---> 2ff5942cd75a [2021-01-28T08:21:28.044Z] [2021-01-28T08:21:28.044Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T08:21:28.044Z] ---> 389fef711851 [2021-01-28T08:21:28.044Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T08:21:28.044Z] ---> Using cache [2021-01-28T08:21:28.044Z] ---> fc046473f0d6 [2021-01-28T08:21:28.044Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T08:21:28.044Z] ---> Using cache [2021-01-28T08:21:28.044Z] ---> bf4aa238aa04 [2021-01-28T08:21:28.044Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T08:21:29.450Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T08:21:29.450Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T08:21:30.043Z] ---> Running in 3e841fd451ef [2021-01-28T08:21:30.043Z] Removing intermediate container ff210e689bcc [2021-01-28T08:21:30.043Z] ---> cc51032150cc [2021-01-28T08:21:30.043Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T08:21:30.043Z] ---> Running in 18853f3dd6ae [2021-01-28T08:21:30.043Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T08:21:30.043Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T08:21:30.316Z] Removing intermediate container 3e841fd451ef [2021-01-28T08:21:30.316Z] ---> 5b7429c0595f [2021-01-28T08:21:30.316Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T08:21:30.316Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T08:21:30.316Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T08:21:30.601Z] Removing intermediate container 18853f3dd6ae [2021-01-28T08:21:30.601Z] ---> 68186ab850ad [2021-01-28T08:21:30.601Z] [2021-01-28T08:21:30.601Z] ---> Running in f702a8ddf4b8 [2021-01-28T08:21:30.601Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T08:21:30.601Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T08:21:30.879Z] Successfully built 68186ab850ad [2021-01-28T08:21:30.879Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T08:21:30.879Z]  Building docker-support-scheduler-go ... done Removing intermediate container f702a8ddf4b8 [2021-01-28T08:21:30.879Z] ---> 11674eb6a718 [2021-01-28T08:21:30.879Z] Step 15/23 : WORKDIR / [2021-01-28T08:21:31.146Z] ---> Running in 723d53870f07 [2021-01-28T08:21:31.433Z] 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-28T08:21:31.433Z] Removing intermediate container 723d53870f07 [2021-01-28T08:21:31.433Z] ---> e6d859499ef7 [2021-01-28T08:21:31.433Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:21:31.711Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T08:21:31.711Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T08:21:32.665Z] + glock sync -n [2021-01-28T08:21:33.261Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T08:21:33.262Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T08:21:33.565Z] 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-28T08:21:33.565Z] 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-28T08:21:33.565Z] ---> e9297bb26c23 [2021-01-28T08:21:33.565Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T08:21:33.832Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T08:21:33.832Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T08:21:33.832Z] Collecting idna<2.8,>=2.5 [2021-01-28T08:21:33.832Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T08:21:33.832Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T08:21:34.096Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T08:21:34.096Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T08:21:34.096Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T08:21:34.096Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T08:21:34.096Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T08:21:34.360Z] Installing collected packages: jsonschema, PyYAML, dockerpty, docopt, cached-property, websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-28T08:21:35.308Z] Running setup.py install for PyYAML: started [2021-01-28T08:21:35.573Z] ---> 49c7e2f08ee3 [2021-01-28T08:21:35.573Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T08:21:36.162Z] ---> a713d7de8ccb [2021-01-28T08:21:36.162Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T08:21:36.162Z] ---> Running in 0f79316989e5 [2021-01-28T08:21:36.162Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T08:21:36.162Z] Running setup.py install for dockerpty: started [2021-01-28T08:21:36.741Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T08:21:36.741Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T08:21:36.741Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T08:21:36.741Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T08:21:36.741Z] Running setup.py install for docopt: started [2021-01-28T08:21:37.318Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T08:21:37.319Z] + git describe '--abbrev=0' --tags [2021-01-28T08:21:37.319Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T08:21:37.319Z] + TAG=v0.6.1 [2021-01-28T08:21:37.319Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T08:21:37.319Z] + apk --print-arch [2021-01-28T08:21:37.319Z] Removing intermediate container 0f79316989e5 [2021-01-28T08:21:37.319Z] ---> dd975ac63620 [2021-01-28T08:21:37.319Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:21:37.319Z] + arch=x86_64 [2021-01-28T08:21:37.319Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T08:21:37.319Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T08:21:37.319Z] building [dockerize] for amd64 ... [2021-01-28T08:21:38.273Z] Running setup.py install for texttable: started [2021-01-28T08:21:38.544Z] ---> Running in 0bd0ae082b09 [2021-01-28T08:21:38.544Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T08:21:38.544Z] Attempting uninstall: urllib3 [2021-01-28T08:21:38.544Z] Found existing installation: urllib3 1.25.9 [2021-01-28T08:21:38.544Z] Uninstalling urllib3-1.25.9: [2021-01-28T08:21:38.806Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T08:21:38.806Z] Removing intermediate container 0bd0ae082b09 [2021-01-28T08:21:38.806Z] ---> 39aaaaf13893 [2021-01-28T08:21:38.806Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T08:21:39.406Z] ---> Running in e1790fece581 [2021-01-28T08:21:39.406Z] Attempting uninstall: idna [2021-01-28T08:21:39.406Z] Found existing installation: idna 2.9 [2021-01-28T08:21:39.406Z] Uninstalling idna-2.9: [2021-01-28T08:21:39.688Z] Successfully uninstalled idna-2.9 [2021-01-28T08:21:41.091Z] Attempting uninstall: requests [2021-01-28T08:21:41.091Z] Found existing installation: requests 2.23.0 [2021-01-28T08:21:41.091Z] Uninstalling requests-2.23.0: [2021-01-28T08:21:41.354Z] Successfully uninstalled requests-2.23.0 [2021-01-28T08:21:41.949Z] Removing intermediate container e1790fece581 [2021-01-28T08:21:41.949Z] ---> 061f252dc193 [2021-01-28T08:21:41.949Z] Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:21:41.949Z] ---> Running in 8b7fd2d3c5bb [2021-01-28T08:21:44.522Z] Removing intermediate container 8b7fd2d3c5bb [2021-01-28T08:21:44.522Z] ---> 16aefac5364c [2021-01-28T08:21:44.522Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T08:21:44.522Z] 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-28T08:21:44.522Z] ---> Running in 14bf3461cb8b [2021-01-28T08:21:44.807Z] Removing intermediate container 14bf3461cb8b [2021-01-28T08:21:44.807Z] ---> e093dd338754 [2021-01-28T08:21:44.807Z] [2021-01-28T08:21:45.089Z] Successfully built e093dd338754 [2021-01-28T08:21:45.089Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T08:21:48.438Z]  Building docker-core-metadata-go ... done Removing intermediate container efeabf29f2d6 [2021-01-28T08:21:48.438Z] ---> a3c3d1af55e3 [2021-01-28T08:21:48.438Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T08:21:48.713Z] Removing intermediate container 2f23941e1620 [2021-01-28T08:21:48.713Z] ---> eedf4584254c [2021-01-28T08:21:48.713Z] [2021-01-28T08:21:48.713Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T08:21:48.713Z] ---> 389fef711851 [2021-01-28T08:21:48.713Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T08:21:48.713Z] ---> Running in e105a8432761 [2021-01-28T08:21:48.713Z] ---> Running in 3a3e577fa547 [2021-01-28T08:21:49.309Z] Removing intermediate container 3a3e577fa547 [2021-01-28T08:21:49.309Z] ---> 61e6fe01ae2a [2021-01-28T08:21:49.309Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T08:21:49.309Z] ---> Running in 436afb754a85 [2021-01-28T08:21:49.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:21:49.576Z] Removing intermediate container 436afb754a85 [2021-01-28T08:21:49.576Z] ---> 86ceef8300e5 [2021-01-28T08:21:49.576Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T08:21:49.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:21:49.850Z] ---> Running in 8262ab2f5b06 [2021-01-28T08:21:49.850Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T08:21:49.850Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T08:21:49.850Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T08:21:49.850Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:21:49.850Z] OK: 72 MiB in 58 packages [2021-01-28T08:21:50.126Z] Removing intermediate container 8262ab2f5b06 [2021-01-28T08:21:50.126Z] ---> 190d0e4ac579 [2021-01-28T08:21:50.126Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:21:50.397Z] ---> Running in 493696498cdf [2021-01-28T08:21:51.001Z] Removing intermediate container e105a8432761 [2021-01-28T08:21:51.001Z] ---> 5a9754ff948b [2021-01-28T08:21:51.001Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T08:21:51.984Z] ---> Running in dce12197f844 [2021-01-28T08:21:52.592Z] Removing intermediate container dce12197f844 [2021-01-28T08:21:52.592Z] ---> 82de8fbfc0b6 [2021-01-28T08:21:52.592Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:21:52.592Z] ---> Running in c3de57bd201b [2021-01-28T08:21:52.872Z] Removing intermediate container c3de57bd201b [2021-01-28T08:21:52.872Z] ---> f29f7db4ca87 [2021-01-28T08:21:52.872Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T08:21:52.872Z] Removing intermediate container 493696498cdf [2021-01-28T08:21:52.872Z] ---> a0129d4293ea [2021-01-28T08:21:52.872Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T08:21:52.872Z] ---> Running in 4b1aca2f7aba [2021-01-28T08:21:52.872Z] ---> Running in ee8951271e6a [2021-01-28T08:21:53.153Z] Removing intermediate container 4b1aca2f7aba [2021-01-28T08:21:53.153Z] ---> b99537ef2147 [2021-01-28T08:21:53.153Z] Step 25/26 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:21:53.463Z] ---> Running in 3e5ee5b6e3ea [2021-01-28T08:21:53.747Z] Removing intermediate container 3e5ee5b6e3ea [2021-01-28T08:21:53.747Z] ---> bf49fcc97211 [2021-01-28T08:21:53.747Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T08:21:53.747Z] ---> Running in bd94eaeece79 [2021-01-28T08:21:53.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:21:54.010Z] Removing intermediate container bd94eaeece79 [2021-01-28T08:21:54.010Z] ---> bcb27c90d8b0 [2021-01-28T08:21:54.010Z] [2021-01-28T08:21:54.010Z] Successfully built bcb27c90d8b0 [2021-01-28T08:21:54.010Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T08:21:54.586Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:21:55.162Z] + date [2021-01-28T08:21:55.162Z] + echo 'Thu Jan 28 08:21:54 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T08:21:55.162Z] Thu Jan 28 08:21:54 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T08:21:55.162Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T08:21:55.162Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T08:21:55.425Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T08:21:55.425Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T08:21:55.688Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T08:21:55.688Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T08:21:55.951Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:21:56.216Z] OK: 8 MiB in 20 packages [2021-01-28T08:22:02.838Z] Removing intermediate container ee8951271e6a [2021-01-28T08:22:02.839Z] ---> 5f2c14f199dd [2021-01-28T08:22:02.839Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:22:04.233Z] ---> 90ad689d5616 [2021-01-28T08:22:04.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T08:22:04.495Z] Removing intermediate container 735ec3c008a2 [2021-01-28T08:22:04.495Z] ---> bdb217bfb672 [2021-01-28T08:22:04.495Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T08:22:04.758Z] ---> Running in acb2ca830b05 [2021-01-28T08:22:05.023Z] ---> 55b9f5d50472 [2021-01-28T08:22:05.023Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T08:22:05.288Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T08:22:05.288Z] statically linked [2021-01-28T08:22:05.288Z] ---> ade809f03638 [2021-01-28T08:22:05.288Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T08:22:05.288Z] ---> Running in abf21a39063b [2021-01-28T08:22:05.550Z] Removing intermediate container abf21a39063b [2021-01-28T08:22:05.551Z] ---> 9184081102d3 [2021-01-28T08:22:05.551Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:22:05.551Z] ---> Running in 4f72fd62e352 [2021-01-28T08:22:05.813Z] Removing intermediate container 4f72fd62e352 [2021-01-28T08:22:05.813Z] ---> 1ec921c6e3c0 [2021-01-28T08:22:05.813Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T08:22:05.813Z] Removing intermediate container acb2ca830b05 [2021-01-28T08:22:05.813Z] ---> 43fb82daef20 [2021-01-28T08:22:05.813Z] [2021-01-28T08:22:05.813Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T08:22:05.813Z] ---> 389fef711851 [2021-01-28T08:22:05.813Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T08:22:05.813Z] ---> Running in 0372651c634d [2021-01-28T08:22:05.813Z] ---> Running in 139fb855e453 [2021-01-28T08:22:06.077Z] Removing intermediate container 0372651c634d [2021-01-28T08:22:06.078Z] ---> ff3f124d0960 [2021-01-28T08:22:06.078Z] Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:22:06.078Z] Removing intermediate container 139fb855e453 [2021-01-28T08:22:06.078Z] ---> 205151d597e1 [2021-01-28T08:22:06.078Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T08:22:06.078Z] ---> Running in 0d55bdf6223a [2021-01-28T08:22:06.078Z] ---> Running in 237c974f7873 [2021-01-28T08:22:06.344Z] Removing intermediate container 0d55bdf6223a [2021-01-28T08:22:06.344Z] ---> 783e5b450cd3 [2021-01-28T08:22:06.344Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T08:22:06.344Z] ---> Running in d5345330f8d8 [2021-01-28T08:22:06.606Z] Removing intermediate container d5345330f8d8 [2021-01-28T08:22:06.606Z] ---> fce0c4c7d36d [2021-01-28T08:22:06.606Z] [2021-01-28T08:22:06.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T08:22:06.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T08:22:06.868Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T08:22:06.868Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T08:22:06.868Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T08:22:06.868Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:22:07.450Z] OK: 6 MiB in 17 packages [2021-01-28T08:22:07.450Z] Successfully built fce0c4c7d36d [2021-01-28T08:22:07.450Z] Successfully tagged docker-core-data-go:latest [2021-01-28T08:22:07.749Z]  Building docker-core-data-go ... done Removing intermediate container 237c974f7873 [2021-01-28T08:22:07.749Z] ---> 23c35d715ef4 [2021-01-28T08:22:07.749Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T08:22:08.024Z] ---> Running in 6ce59ba89e22 [2021-01-28T08:22:08.024Z] Removing intermediate container 6ce59ba89e22 [2021-01-28T08:22:08.024Z] ---> 1e66b5bd73c2 [2021-01-28T08:22:08.024Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T08:22:08.307Z] ---> Running in 877482109c8d [2021-01-28T08:22:08.307Z] Removing intermediate container 877482109c8d [2021-01-28T08:22:08.307Z] ---> 23e40c82bae2 [2021-01-28T08:22:08.307Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T08:22:08.307Z] ---> Running in 9ce3f8b3f72d [2021-01-28T08:22:09.306Z] Removing intermediate container 9ce3f8b3f72d [2021-01-28T08:22:09.306Z] ---> 21f00e976b11 [2021-01-28T08:22:09.306Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T08:22:09.306Z] ---> Running in 18297d605f4f [2021-01-28T08:22:09.578Z] Removing intermediate container 18297d605f4f [2021-01-28T08:22:09.578Z] ---> 2b2d1058fd5d [2021-01-28T08:22:09.578Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T08:22:10.162Z] ---> e480c032445f [2021-01-28T08:22:10.162Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T08:22:11.553Z] ---> 61aace091548 [2021-01-28T08:22:11.553Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T08:22:11.553Z] ---> Running in 0d286e59f008 [2021-01-28T08:22:12.501Z] Removing intermediate container 0d286e59f008 [2021-01-28T08:22:12.501Z] ---> 4b4d2e708cca [2021-01-28T08:22:12.501Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:22:12.771Z] ---> d5ad16f2b29c [2021-01-28T08:22:12.771Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T08:22:13.347Z] ---> 617c9ffe3bc7 [2021-01-28T08:22:13.347Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T08:22:13.347Z] ---> ca56534f244b [2021-01-28T08:22:13.347Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T08:22:13.929Z] ---> 132e4e38dcb7 [2021-01-28T08:22:13.930Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T08:22:14.193Z] ---> 29db25922a14 [2021-01-28T08:22:14.193Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T08:22:14.454Z] ---> Running in 5fb6565899d9 [2021-01-28T08:22:14.716Z] Removing intermediate container 5fb6565899d9 [2021-01-28T08:22:14.716Z] ---> a6ac2285d521 [2021-01-28T08:22:14.716Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T08:22:14.981Z] ---> bc65f517bc33 [2021-01-28T08:22:14.981Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T08:22:14.981Z] ---> Running in 7de113ba503e [2021-01-28T08:22:16.388Z] Removing intermediate container 7de113ba503e [2021-01-28T08:22:16.388Z] ---> 9e2246840376 [2021-01-28T08:22:16.388Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T08:22:16.388Z] ---> Running in 8f8c8c780590 [2021-01-28T08:22:16.388Z] Removing intermediate container 8f8c8c780590 [2021-01-28T08:22:16.388Z] ---> f89ffe2b402b [2021-01-28T08:22:16.388Z] Step 31/34 : CMD ["gate"] [2021-01-28T08:22:16.654Z] ---> Running in fd8900503790 [2021-01-28T08:22:16.917Z] Removing intermediate container fd8900503790 [2021-01-28T08:22:16.917Z] ---> ec3e9f62e6f6 [2021-01-28T08:22:16.917Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T08:22:17.182Z] ---> Running in a0e214bf572a [2021-01-28T08:22:17.183Z] Removing intermediate container a0e214bf572a [2021-01-28T08:22:17.183Z] ---> d35bc6ed492e [2021-01-28T08:22:17.183Z] Step 33/34 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:22:17.446Z] ---> Running in 16af46196073 [2021-01-28T08:22:17.709Z] Removing intermediate container 16af46196073 [2021-01-28T08:22:17.709Z] ---> e9e35ebe2464 [2021-01-28T08:22:17.709Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T08:22:17.709Z] ---> Running in f12aae8b09aa [2021-01-28T08:22:17.971Z] Removing intermediate container f12aae8b09aa [2021-01-28T08:22:17.971Z] ---> 55f25a888204 [2021-01-28T08:22:17.971Z] [2021-01-28T08:22:18.234Z] Successfully built 55f25a888204 [2021-01-28T08:22:18.234Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T08:22:18.514Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-28T08:22:18.534Z] $ docker stop --time=1 cb0004275c06a8de4c920de897446dee631e548f0ac4e5779b9d9b3f6bdb4b33 [2021-01-28T08:22:20.082Z] $ docker rm -f cb0004275c06a8de4c920de897446dee631e548f0ac4e5779b9d9b3f6bdb4b33 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T08:22:20.621Z] + docker images [2021-01-28T08:22:20.621Z] + grep docker [2021-01-28T08:22:20.893Z] docker-security-bootstrapper-go latest 55f25a888204 3 seconds ago 33.5MB [2021-01-28T08:22:20.893Z] docker-core-data-go latest fce0c4c7d36d 14 seconds ago 22.3MB [2021-01-28T08:22:20.893Z] docker-sys-mgmt-agent-go latest bcb27c90d8b0 27 seconds ago 313MB [2021-01-28T08:22:20.893Z] docker-core-metadata-go latest e093dd338754 36 seconds ago 18.8MB [2021-01-28T08:22:20.893Z] docker-support-scheduler-go latest 68186ab850ad 50 seconds ago 16.4MB [2021-01-28T08:22:20.893Z] docker-security-secretstore-setup-go latest 599ac0176038 About a minute ago 24.6MB [2021-01-28T08:22:20.893Z] docker-support-notifications-go latest 3f963667c8a8 2 minutes ago 16.9MB [2021-01-28T08:22:20.893Z] docker-core-command-go latest 406b191a4f73 2 minutes ago 16.3MB [2021-01-28T08:22:20.893Z] docker-security-proxy-setup-go latest 3d93a6fea6e9 2 minutes ago 24.4MB [2021-01-28T08:22:20.893Z] docker 20.10.0 aefe523efa57 6 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-28T08:22:24.657Z] gofmt -l . [2021-01-28T08:22:26.629Z] [ "`gofmt -l .`" = "" ] [2021-01-28T08:22:28.604Z] ./bin/test-go-mod-tidy.sh [2021-01-28T08:22:29.585Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T08:22:31.225Z] + ls -al . [2021-01-28T08:22:31.225Z] total 696 [2021-01-28T08:22:31.225Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 08:22 . [2021-01-28T08:22:31.225Z] drwxr-xr-x 4 root root 4096 Jan 28 08:18 .. [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 08:17 .dockerignore [2021-01-28T08:22:31.225Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 08:17 .git [2021-01-28T08:22:31.225Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 08:17 .github [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 08:17 .gitignore [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 08:17 .sonarcloud.properties [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 08:17 Attribution.txt [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 08:17 CONTRIBUTING.md [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 08:17 Dockerfile.build [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 08:17 Jenkinsfile [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 08:17 LICENSE [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 08:17 Makefile [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 08:17 README.md [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 08:17 SECURITY.md [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 08:14 VERSION [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 08:17 ZMQWindows.md [2021-01-28T08:22:31.225Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 08:17 bin [2021-01-28T08:22:31.225Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 08:17 cmd [2021-01-28T08:22:31.225Z] -rw-r--r-- 1 root root 564700 Jan 28 08:21 coverage.out [2021-01-28T08:22:31.225Z] -rw-r--r-- 1 root root 1053 Jan 28 08:22 go.mod [2021-01-28T08:22:31.225Z] -rw-r--r-- 1 root root 19080 Jan 28 08:22 go.sum [2021-01-28T08:22:31.225Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 08:17 internal [2021-01-28T08:22:31.225Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 08:17 openapi [2021-01-28T08:22:31.225Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 08:17 snap [2021-01-28T08:22:31.225Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 08:17 version.go [Pipeline] sh [2021-01-28T08:22:31.878Z] + '[' -e coverage.out ] [2021-01-28T08:22:31.878Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T08:22:31.941Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T08:22:33.059Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T08:22:33.727Z] + make build [2021-01-28T08:22:33.727Z] 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-28T08:22:36.776Z] Still waiting to schedule task [2021-01-28T08:22:36.776Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-28T08:22:43.935Z] 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-28T08:23:06.107Z] 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-28T08:23:11.508Z] 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-28T08:23:14.892Z] 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-28T08:23:16.324Z] 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-28T08:23:20.631Z] 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-28T08:23:24.941Z] 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-28T08:23:28.334Z] Running on prd-ubuntu18.04-docker-8c-8g-23713 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [2021-01-28T08:23:28.359Z] 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 [2021-01-28T08:23:28.396Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-28T08:23:30.630Z] using credential edgex-jenkins-ssh [2021-01-28T08:23:30.730Z] Cloning the remote Git repository [2021-01-28T08:23:30.730Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T08:23:30.809Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-28T08:23:30.837Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T08:23:30.838Z] > git --version # timeout=10 [2021-01-28T08:23:30.844Z] > git --version # 'git version 2.17.1' [2021-01-28T08:23:30.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T08:23:30.868Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T08:23:32.686Z] 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-28T08:23:36.096Z] 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-28T08:23:36.820Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T08:23:36.826Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T08:23:36.836Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T08:23:36.846Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T08:23:36.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T08:23:36.850Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T08:23:37.501Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:23:37.638Z] Merge succeeded, producing 0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:23:37.638Z] Checking out Revision 0cc3e3219049fdf712ebbcbcf561b47189c8f295 (PR-3078) [2021-01-28T08:23:37.499Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T08:23:37.505Z] > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 [2021-01-28T08:23:37.593Z] > git remote # timeout=10 [2021-01-28T08:23:37.600Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T08:23:37.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T08:23:37.610Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T08:23:37.618Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T08:23:37.629Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T08:23:37.639Z] > git checkout -f 0cc3e3219049fdf712ebbcbcf561b47189c8f295 # timeout=10 [2021-01-28T08:23:40.405Z] 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-28T08:23:41.296Z] Commit message: "feat(meta): Invoke Device Service callback for DeviceProfile change" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:23:42.504Z] + echo snap-build.sh [2021-01-28T08:23:42.504Z] snap-build.sh [2021-01-28T08:23:42.504Z] + SNAP_BASE_DIR=. [2021-01-28T08:23:42.504Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-28T08:23:42.504Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-28T08:23:42.504Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-28T08:23:42.504Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-28T08:23:42.504Z] + cd /w/workspace/edgex-go/5 [2021-01-28T08:23:42.504Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T08:23:42.504Z] Reading package lists... [2021-01-28T08:23:42.504Z] Building dependency tree... [2021-01-28T08:23:42.504Z] Reading state information... [2021-01-28T08:23:42.768Z] The following packages were automatically installed and are no longer required: [2021-01-28T08:23:42.768Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T08:23:42.768Z] uidmap xdelta3 [2021-01-28T08:23:42.768Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T08:23:42.768Z] The following packages will be REMOVED: [2021-01-28T08:23:42.768Z] lxd* lxd-client* [2021-01-28T08:23:43.030Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T08:23:43.031Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T08:23:43.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T08:23:44.360Z] (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-28T08:23:44.360Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T08:23:45.308Z] Removing lxd dnsmasq configuration [2021-01-28T08:23:45.308Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T08:23:45.569Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T08:23:46.516Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T08:23:46.780Z] (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-28T08:23:46.780Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T08:23:48.181Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T08:23:48.181Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] } [2021-01-28T08:23:49.266Z] $ docker stop --time=1 97484dea265a17dd060f2fa8e4d7c59b1451be3770da84df4c130381d530afc9 [2021-01-28T08:23:49.572Z] + sudo snap remove --purge lxd [2021-01-28T08:23:49.835Z] snap "lxd" is not installed [2021-01-28T08:23:49.835Z] + sudo groupadd --force --system lxd [2021-01-28T08:23:49.835Z] ++ whoami [2021-01-28T08:23:49.835Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T08:23:49.835Z] + newgrp - lxd [2021-01-28T08:23:49.835Z] + sudo snap install lxd [2021-01-28T08:23:51.725Z] $ docker rm -f 97484dea265a17dd060f2fa8e4d7c59b1451be3770da84df4c130381d530afc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:23:53.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T08:23:53.658Z] [2021-01-28T08:23:53.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:23:54.043Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T08:23:54.043Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T08:23:54.043Z] 29e5d40040c1: Pulling fs layer [2021-01-28T08:23:54.043Z] 1ce36da41761: Pulling fs layer [2021-01-28T08:23:54.043Z] 25b303627fd3: Pulling fs layer [2021-01-28T08:23:55.020Z] 29e5d40040c1: Verifying Checksum [2021-01-28T08:23:55.020Z] 29e5d40040c1: Download complete [2021-01-28T08:23:55.294Z] 1ce36da41761: Verifying Checksum [2021-01-28T08:23:55.294Z] 1ce36da41761: Download complete [2021-01-28T08:23:55.567Z] 29e5d40040c1: Pull complete [2021-01-28T08:23:56.997Z] 1ce36da41761: Pull complete [2021-01-28T08:23:56.997Z] 25b303627fd3: Verifying Checksum [2021-01-28T08:23:56.997Z] 25b303627fd3: Download complete [2021-01-28T08:23:57.997Z] 2021-01-28T08:23:55Z INFO Waiting for automatic snapd restart... [2021-01-28T08:24:07.143Z] 25b303627fd3: Pull complete [2021-01-28T08:24:07.143Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T08:24:07.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T08:24:07.143Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T08:24:07.403Z] prd-ubuntu18.04-docker-arm64-4c-16g-23712 does not seem to be running inside a container [2021-01-28T08:24:07.502Z] $ 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-28T08:24:10.645Z] $ docker top 551f10b13f64eb4a4e1a801cf61866be52e42717ec35da70e56bb0ab23da91bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T08:24:11.704Z] + docker-compose build --help [2021-01-28T08:24:11.704Z] + grep parallel [2021-01-28T08:24:15.081Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T08:24:15.394Z] $ docker stop --time=1 551f10b13f64eb4a4e1a801cf61866be52e42717ec35da70e56bb0ab23da91bf [2021-01-28T08:24:16.192Z] lxd 4.10 from Canonical* installed [2021-01-28T08:24:16.192Z] + sudo lxd init --auto [2021-01-28T08:24:17.296Z] $ docker rm -f 551f10b13f64eb4a4e1a801cf61866be52e42717ec35da70e56bb0ab23da91bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:24:18.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T08:24:18.135Z] . [Pipeline] withDockerContainer [2021-01-28T08:24:18.452Z] prd-ubuntu18.04-docker-arm64-4c-16g-23712 does not seem to be running inside a container [2021-01-28T08:24:18.597Z] $ 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-28T08:24:20.103Z] $ docker top 3916af18e0487b69ae7aa93077f5a45b2de9c776e81beb265fe7cab7c5c8f5fc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T08:24:21.114Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T08:24:22.802Z] + sudo snap install --classic snapcraft [2021-01-28T08:24:25.390Z] Building docker-core-command-go ... [2021-01-28T08:24:25.390Z] Building docker-core-data-go ... [2021-01-28T08:24:25.390Z] Building docker-core-metadata-go ... [2021-01-28T08:24:25.390Z] Building docker-security-bootstrapper-go ... [2021-01-28T08:24:25.390Z] Building docker-security-proxy-setup-go ... [2021-01-28T08:24:25.390Z] Building docker-security-secretstore-setup-go ... [2021-01-28T08:24:25.390Z] Building docker-support-notifications-go ... [2021-01-28T08:24:25.390Z] Building docker-support-scheduler-go ... [2021-01-28T08:24:25.390Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T08:24:25.390Z] Building docker-support-notifications-go [2021-01-28T08:24:25.390Z] Building docker-security-secretstore-setup-go [2021-01-28T08:24:25.390Z] Building docker-core-metadata-go [2021-01-28T08:24:25.390Z] Building docker-support-scheduler-go [2021-01-28T08:24:25.390Z] Building docker-security-proxy-setup-go [2021-01-28T08:24:28.102Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T08:24:28.102Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T08:24:28.102Z] + patch --verbose -p1 [2021-01-28T08:24:28.102Z] Hmm... Looks like a unified diff to me... [2021-01-28T08:24:28.102Z] The text leading up to this was: [2021-01-28T08:24:28.102Z] -------------------------- [2021-01-28T08:24:28.102Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T08:24:28.102Z] |From: Tony Espy [2021-01-28T08:24:28.102Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T08:24:28.102Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T08:24:28.102Z] | [2021-01-28T08:24:28.102Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T08:24:28.102Z] |optimize the snap CI check run for pull requests. When [2021-01-28T08:24:28.102Z] |applied, it essentially strips out everything (apps and [2021-01-28T08:24:28.102Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T08:24:28.102Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T08:24:28.102Z] |catch changes to edgex-go that break the snap build. [2021-01-28T08:24:28.102Z] | [2021-01-28T08:24:28.102Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T08:24:28.102Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T08:24:28.102Z] |resulting in a failed snap build CI check in the associated [2021-01-28T08:24:28.102Z] |pull request. [2021-01-28T08:24:28.102Z] | [2021-01-28T08:24:28.103Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T08:24:28.103Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T08:24:28.103Z] |need to build the finally binary .snap file (and it won't [2021-01-28T08:24:28.103Z] |work with the patch applied). This further reduces the build [2021-01-28T08:24:28.103Z] |time. [2021-01-28T08:24:28.103Z] |--- [2021-01-28T08:24:28.103Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T08:24:28.103Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T08:24:28.103Z] | [2021-01-28T08:24:28.103Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T08:24:28.103Z] |index 1e537489..faf42425 100644 [2021-01-28T08:24:28.103Z] |--- a/snap/snapcraft.yaml [2021-01-28T08:24:28.103Z] |+++ b/snap/snapcraft.yaml [2021-01-28T08:24:28.103Z] -------------------------- [2021-01-28T08:24:28.103Z] patching file snap/snapcraft.yaml [2021-01-28T08:24:28.103Z] Using Plan A... [2021-01-28T08:24:28.103Z] Hunk #1 succeeded at 73. [2021-01-28T08:24:28.103Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T08:24:28.103Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T08:24:28.103Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T08:24:28.103Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T08:24:28.103Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T08:24:28.103Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T08:24:28.103Z] Hunk #8 succeeded at 342. [2021-01-28T08:24:28.103Z] Hmm... Ignoring the trailing garbage. [2021-01-28T08:24:28.103Z] done [2021-01-28T08:24:28.103Z] + sudo snapcraft prime --use-lxd [2021-01-28T08:24:29.489Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T08:24:29.489Z] 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-28T08:24:29.489Z] - README.md [2021-01-28T08:24:29.489Z] - snapcraft.yaml.orig [2021-01-28T08:24:29.489Z] [2021-01-28T08:24:29.489Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T08:24:30.061Z] Launching a container. [2021-01-28T08:24:42.304Z] Waiting for container to be ready [2021-01-28T08:24:42.304Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T08:24:42.304Z] [2021-01-28T08:24:45.611Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T08:24:45.611Z] Waiting for network to be ready... [2021-01-28T08:24:46.183Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T08:24:46.183Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T08:24:46.755Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T08:24:46.755Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T08:24:47.015Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T08:24:47.277Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T08:24:47.277Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T08:24:47.277Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T08:24:47.277Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T08:24:47.277Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T08:24:47.277Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T08:24:47.277Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T08:24:47.277Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T08:24:47.277Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T08:24:47.277Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T08:24:47.277Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T08:24:47.277Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T08:24:47.277Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T08:24:47.536Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T08:24:47.797Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T08:24:48.059Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T08:24:48.059Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T08:24:48.059Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T08:24:48.059Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T08:24:48.059Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T08:24:48.059Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T08:24:48.059Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T08:24:50.609Z] Fetched 23.8 MB in 4s (5434 kB/s) [2021-01-28T08:24:51.181Z] Reading package lists... [2021-01-28T08:24:51.443Z] Reading package lists... [2021-01-28T08:24:51.704Z] Building dependency tree... [2021-01-28T08:24:51.704Z] Reading state information... [2021-01-28T08:24:51.704Z] The following additional packages will be installed: [2021-01-28T08:24:51.704Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T08:24:51.704Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T08:24:51.704Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T08:24:51.704Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T08:24:51.704Z] Suggested packages: [2021-01-28T08:24:51.704Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T08:24:51.704Z] Recommended packages: [2021-01-28T08:24:51.704Z] gnupg libsasl2-modules [2021-01-28T08:24:51.704Z] The following NEW packages will be installed: [2021-01-28T08:24:51.704Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T08:24:51.704Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T08:24:51.704Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T08:24:51.704Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T08:24:51.704Z] The following packages will be upgraded: [2021-01-28T08:24:51.704Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T08:24:51.966Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T08:24:51.966Z] Need to get 3533 kB of archives. [2021-01-28T08:24:51.966Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T08:24:51.966Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T08:24:51.966Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T08:24:51.966Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T08:24:51.966Z] Get:4 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-28T08:24:51.966Z] Get:5 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-28T08:24:51.966Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T08:24:51.966Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T08:24:51.966Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T08:24:51.966Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T08:24:52.227Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T08:24:52.799Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T08:24:52.799Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T08:24:52.799Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T08:24:52.799Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T08:24:52.799Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T08:24:52.799Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T08:24:52.799Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T08:24:52.799Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T08:24:52.799Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T08:24:52.799Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T08:24:52.799Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T08:24:52.799Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T08:24:52.799Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T08:24:52.799Z] Fetched 3533 kB in 1s (3543 kB/s) [2021-01-28T08:24:53.061Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T08:24:53.061Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T08:24:53.061Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T08:24:53.061Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T08:24:53.323Z] Selecting previously unselected package udev. [2021-01-28T08:24:53.323Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T08:24:53.323Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T08:24:53.323Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T08:24:53.585Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T08:24:53.585Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T08:24:53.585Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T08:24:53.585Z] Selecting previously unselected package fuse. [2021-01-28T08:24:53.585Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T08:24:53.585Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T08:24:53.849Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T08:24:53.849Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T08:24:53.849Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T08:24:53.849Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T08:24:54.113Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T08:24:54.113Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T08:24:54.375Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T08:24:54.375Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T08:24:54.375Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T08:24:54.375Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T08:24:54.375Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:54.375Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:54.375Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T08:24:54.375Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:54.637Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:54.637Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T08:24:54.637Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:54.637Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:54.637Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T08:24:54.637Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:54.637Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:54.898Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T08:24:54.898Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:54.898Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:54.898Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T08:24:54.898Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:54.898Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:55.161Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T08:24:55.161Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:55.161Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:55.161Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T08:24:55.161Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:55.161Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:55.423Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T08:24:55.423Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T08:24:55.423Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:55.423Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T08:24:55.423Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T08:24:55.423Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T08:24:55.423Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T08:24:55.423Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T08:24:55.684Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T08:24:55.684Z] Selecting previously unselected package libldap-common. [2021-01-28T08:24:55.684Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T08:24:55.684Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T08:24:55.684Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T08:24:55.684Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T08:24:55.684Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T08:24:55.946Z] Selecting previously unselected package dirmngr. [2021-01-28T08:24:55.946Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T08:24:55.946Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T08:24:55.946Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T08:24:56.207Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T08:24:56.207Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T08:24:56.207Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T08:24:56.207Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T08:24:56.207Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T08:24:56.207Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:56.207Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T08:24:56.207Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T08:24:56.467Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T08:24:56.728Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T08:24:56.728Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:56.728Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T08:24:56.990Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T08:24:56.990Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T08:24:56.990Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:56.990Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:56.990Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:56.990Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:56.990Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:57.252Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:57.252Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T08:24:57.252Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T08:24:57.252Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T08:24:57.252Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T08:24:57.825Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T08:24:57.825Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T08:24:57.825Z] This means they are not meant to be enabled using systemctl. [2021-01-28T08:24:57.825Z] Possible reasons for having this kind of units are: [2021-01-28T08:24:57.825Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T08:24:57.825Z] .wants/ or .requires/ directory. [2021-01-28T08:24:57.825Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T08:24:57.825Z] a requirement dependency on it. [2021-01-28T08:24:57.825Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T08:24:57.825Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T08:24:57.825Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T08:24:57.825Z] instance name specified. [2021-01-28T08:24:58.087Z] Reading package lists... [2021-01-28T08:24:58.347Z] Building dependency tree... [2021-01-28T08:24:58.347Z] Reading state information... [2021-01-28T08:24:58.347Z] The following additional packages will be installed: [2021-01-28T08:24:58.347Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T08:24:58.347Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T08:24:58.347Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T08:24:58.347Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T08:24:58.348Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T08:24:58.348Z] Suggested packages: [2021-01-28T08:24:58.348Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T08:24:58.348Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T08:24:58.348Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T08:24:58.348Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T08:24:58.348Z] systemd-container policykit-1 [2021-01-28T08:24:58.348Z] Recommended packages: [2021-01-28T08:24:58.348Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T08:24:58.348Z] The following NEW packages will be installed: [2021-01-28T08:24:58.348Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T08:24:58.348Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T08:24:58.348Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T08:24:58.348Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T08:24:58.348Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T08:24:58.348Z] The following packages will be upgraded: [2021-01-28T08:24:58.348Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T08:24:58.608Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T08:24:58.608Z] Need to get 35.2 MB of archives. [2021-01-28T08:24:58.608Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T08:24:58.608Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T08:24:58.608Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T08:24:59.180Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T08:24:59.441Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T08:24:59.441Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T08:24:59.441Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T08:24:59.441Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T08:24:59.441Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T08:24:59.441Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T08:24:59.441Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T08:24:59.441Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T08:24:59.441Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T08:24:59.441Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T08:24:59.441Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T08:24:59.441Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T08:24:59.441Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T08:24:59.441Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T08:24:59.441Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T08:24:59.441Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T08:24:59.703Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T08:24:59.703Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T08:24:59.703Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T08:24:59.703Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T08:24:59.703Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T08:24:59.703Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T08:24:59.703Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T08:24:59.703Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T08:24:59.703Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T08:24:59.703Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T08:24:59.703Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T08:25:00.647Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T08:25:00.647Z] Fetched 35.2 MB in 2s (16.8 MB/s) [2021-01-28T08:25:00.647Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T08:25:00.647Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T08:25:00.906Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T08:25:01.475Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T08:25:01.740Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T08:25:01.740Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T08:25:01.740Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T08:25:01.740Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T08:25:02.002Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T08:25:02.003Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T08:25:02.262Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T08:25:02.262Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T08:25:02.262Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T08:25:02.522Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T08:25:02.522Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T08:25:03.094Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T08:25:03.094Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T08:25:03.094Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T08:25:03.094Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T08:25:03.353Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T08:25:03.353Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T08:25:03.353Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T08:25:03.615Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T08:25:03.615Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T08:25:03.615Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T08:25:03.615Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T08:25:03.615Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T08:25:03.615Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T08:25:04.203Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T08:25:04.203Z] Checking for services that may need to be restarted...done. [2021-01-28T08:25:04.203Z] Checking for services that may need to be restarted...done. [2021-01-28T08:25:04.203Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T08:25:04.203Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T08:25:04.203Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T08:25:04.789Z] Selecting previously unselected package python3-minimal. [2021-01-28T08:25:04.789Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T08:25:04.789Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T08:25:04.789Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T08:25:04.789Z] Selecting previously unselected package mime-support. [2021-01-28T08:25:04.789Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T08:25:05.058Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T08:25:05.058Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T08:25:05.058Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T08:25:05.058Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T08:25:05.058Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T08:25:05.058Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T08:25:05.325Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T08:25:05.325Z] Selecting previously unselected package python3.6. [2021-01-28T08:25:05.325Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T08:25:05.325Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T08:25:05.592Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T08:25:05.592Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T08:25:05.592Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T08:25:05.592Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T08:25:05.859Z] Selecting previously unselected package python3. [2021-01-28T08:25:05.859Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T08:25:05.859Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T08:25:05.859Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T08:25:05.859Z] Selecting previously unselected package multiarch-support. [2021-01-28T08:25:05.859Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T08:25:05.859Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T08:25:06.127Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T08:25:06.127Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T08:25:06.127Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T08:25:06.127Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T08:25:06.127Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T08:25:06.127Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T08:25:06.395Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T08:25:06.395Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T08:25:06.395Z] Selecting previously unselected package sudo. [2021-01-28T08:25:06.395Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T08:25:06.395Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T08:25:06.665Z] Selecting previously unselected package apparmor. [2021-01-28T08:25:06.665Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T08:25:06.665Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T08:25:06.665Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T08:25:06.665Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T08:25:06.665Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T08:25:06.936Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T08:25:06.936Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T08:25:06.936Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T08:25:06.936Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T08:25:06.936Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T08:25:06.936Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T08:25:06.936Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T08:25:06.936Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T08:25:06.936Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T08:25:07.210Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T08:25:07.210Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T08:25:07.210Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T08:25:07.210Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T08:25:07.210Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T08:25:07.210Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T08:25:07.478Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T08:25:07.478Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T08:25:07.478Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T08:25:07.746Z] Selecting previously unselected package openssh-client. [2021-01-28T08:25:07.746Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T08:25:07.746Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T08:25:07.746Z] Selecting previously unselected package squashfs-tools. [2021-01-28T08:25:07.746Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T08:25:07.746Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T08:25:08.013Z] Selecting previously unselected package snapd. [2021-01-28T08:25:08.013Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T08:25:08.013Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T08:25:09.945Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T08:25:09.946Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T08:25:09.946Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T08:25:10.207Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T08:25:10.207Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T08:25:10.207Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T08:25:10.207Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T08:25:10.207Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T08:25:10.207Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T08:25:11.153Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T08:25:11.153Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T08:25:11.414Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T08:25:11.414Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T08:25:11.414Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T08:25:11.414Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T08:25:12.357Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T08:25:12.618Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T08:25:12.618Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T08:25:12.618Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T08:25:12.618Z] running python rtupdate hooks for python3.6... [2021-01-28T08:25:12.618Z] running python post-rtupdate hooks for python3.6... [2021-01-28T08:25:12.618Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T08:25:15.170Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T08:25:15.432Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T08:25:15.432Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T08:25:15.693Z] Setting up snapd (2.48+18.04) ... [2021-01-28T08:25:15.954Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T08:25:16.214Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T08:25:16.475Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T08:25:16.475Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T08:25:16.742Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T08:25:16.742Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T08:25:17.003Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T08:25:17.003Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T08:25:17.264Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T08:25:17.526Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T08:25:17.526Z] /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-28T08:25:17.526Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T08:25:17.787Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T08:25:18.728Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T08:25:18.728Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T08:25:18.728Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T08:25:19.930Z] Reading package lists... [2021-01-28T08:25:20.191Z] Reading package lists... [2021-01-28T08:25:20.451Z] Building dependency tree... [2021-01-28T08:25:20.451Z] Reading state information... [2021-01-28T08:25:20.713Z] Calculating upgrade... [2021-01-28T08:25:20.713Z] The following packages will be upgraded: [2021-01-28T08:25:20.713Z] advancecomp base-files bash binutils binutils-common [2021-01-28T08:25:20.713Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T08:25:20.713Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T08:25:20.713Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T08:25:20.713Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T08:25:20.713Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T08:25:20.713Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T08:25:20.713Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T08:25:20.713Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T08:25:20.713Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T08:25:20.713Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T08:25:20.713Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T08:25:20.713Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T08:25:20.714Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T08:25:20.714Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T08:25:21.284Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T08:25:21.284Z] Need to get 63.8 MB of archives. [2021-01-28T08:25:21.284Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T08:25:21.284Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T08:25:21.546Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T08:25:21.546Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T08:25:21.546Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T08:25:21.546Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T08:25:21.546Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T08:25:21.546Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T08:25:21.546Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T08:25:21.546Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-28T08:25:21.546Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T08:25:21.546Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T08:25:21.546Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T08:25:21.546Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T08:25:21.546Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T08:25:21.546Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T08:25:21.546Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T08:25:21.546Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T08:25:21.546Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T08:25:21.546Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T08:25:21.546Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T08:25:21.546Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T08:25:21.807Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T08:25:21.807Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T08:25:21.807Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T08:25:21.807Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T08:25:21.807Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T08:25:21.807Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T08:25:21.807Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T08:25:21.807Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T08:25:21.807Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T08:25:21.807Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T08:25:21.807Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T08:25:21.807Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T08:25:21.807Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T08:25:21.807Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T08:25:21.807Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T08:25:21.807Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T08:25:21.807Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T08:25:21.807Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T08:25:21.807Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T08:25:21.807Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T08:25:21.807Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T08:25:21.807Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T08:25:21.807Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T08:25:21.807Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T08:25:21.807Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T08:25:21.807Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T08:25:21.807Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T08:25:21.807Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-28T08:25:21.807Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T08:25:21.807Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T08:25:21.807Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T08:25:21.807Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T08:25:21.807Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T08:25:21.807Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T08:25:21.807Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T08:25:22.067Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T08:25:22.327Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T08:25:22.327Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T08:25:22.327Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T08:25:22.327Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-28T08:25:22.327Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T08:25:22.327Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T08:25:22.327Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T08:25:22.327Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T08:25:22.588Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T08:25:22.588Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T08:25:22.849Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T08:25:22.849Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T08:25:22.849Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T08:25:22.849Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T08:25:22.849Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T08:25:22.849Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T08:25:22.849Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T08:25:22.849Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T08:25:22.849Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T08:25:22.849Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T08:25:22.849Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T08:25:23.110Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T08:25:23.110Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T08:25:23.110Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T08:25:23.110Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-28T08:25:23.110Z] Get:83 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-28T08:25:23.110Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-28T08:25:23.110Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T08:25:23.110Z] Get:86 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-28T08:25:23.110Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T08:25:23.110Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T08:25:23.110Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T08:25:23.110Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T08:25:23.110Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T08:25:23.110Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T08:25:23.110Z] Get:93 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-28T08:25:23.110Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T08:25:23.110Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T08:25:23.110Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T08:25:23.110Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T08:25:23.372Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T08:25:23.372Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T08:25:23.634Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T08:25:23.634Z] Fetched 63.8 MB in 3s (24.3 MB/s) [2021-01-28T08:25:23.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:23.634Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T08:25:23.634Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T08:25:24.207Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T08:25:24.469Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T08:25:24.469Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T08:25:24.469Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T08:25:25.433Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:25.433Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:25.433Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:25.433Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:25.694Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:25.694Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:25.955Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:25.955Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:25.955Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:25.955Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:26.226Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:26.226Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:26.226Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:26.226Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:26.488Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:26.488Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T08:25:26.488Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:26.488Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T08:25:26.749Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:26.749Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T08:25:26.749Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:26.749Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:27.015Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:27.015Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:27.282Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:27.282Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T08:25:27.282Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:27.545Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T08:25:27.545Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T08:25:27.811Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T08:25:28.389Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T08:25:28.653Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T08:25:28.653Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T08:25:28.653Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T08:25:28.653Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T08:25:28.653Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T08:25:28.913Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T08:25:28.913Z] Installing new version of config file /etc/issue ... [2021-01-28T08:25:28.913Z] Installing new version of config file /etc/issue.net ... [2021-01-28T08:25:28.913Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T08:25:28.913Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T08:25:29.182Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T08:25:29.455Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T08:25:29.455Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T08:25:29.455Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:29.455Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T08:25:29.455Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T08:25:29.726Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T08:25:29.726Z] 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-28T08:25:29.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:29.726Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:29.726Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:29.988Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:29.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:29.988Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T08:25:29.988Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T08:25:30.250Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T08:25:30.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:30.512Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T08:25:30.512Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T08:25:30.512Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T08:25:30.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:30.771Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T08:25:30.771Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T08:25:31.033Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T08:25:31.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:31.033Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T08:25:31.033Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T08:25:31.293Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T08:25:31.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:31.293Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T08:25:31.293Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T08:25:31.554Z] Setting up grep (3.1-2build1) ... [2021-01-28T08:25:31.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:31.554Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T08:25:31.554Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T08:25:31.823Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T08:25:31.823Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:31.823Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T08:25:31.823Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T08:25:32.085Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T08:25:32.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:32.085Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T08:25:32.085Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T08:25:32.658Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T08:25:32.658Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T08:25:32.921Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T08:25:32.921Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T08:25:33.494Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T08:25:33.494Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:33.494Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T08:25:33.494Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T08:25:34.436Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T08:25:34.697Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T08:25:34.697Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T08:25:34.697Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T08:25:34.697Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T08:25:34.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:34.961Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T08:25:34.961Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T08:25:35.236Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T08:25:35.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:35.236Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:35.236Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:35.236Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:35.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:35.509Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:35.509Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:35.509Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:35.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:35.778Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:35.778Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:36.040Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:36.040Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:36.040Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:36.040Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:36.040Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:36.302Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:36.303Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T08:25:36.303Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T08:25:36.564Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T08:25:36.564Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T08:25:36.825Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T08:25:36.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:36.825Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T08:25:36.825Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T08:25:37.087Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T08:25:37.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:37.349Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:37.349Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:37.610Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:37.871Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:37.871Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:37.871Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:37.871Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:38.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:38.483Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:38.483Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:39.069Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:39.069Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T08:25:39.640Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T08:25:39.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:39.640Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T08:25:39.640Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T08:25:39.902Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T08:25:39.902Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T08:25:39.902Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T08:25:39.902Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T08:25:40.164Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T08:25:40.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:40.426Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T08:25:40.426Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T08:25:40.689Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T08:25:40.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:40.954Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T08:25:40.954Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T08:25:40.954Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T08:25:41.216Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:41.216Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T08:25:41.216Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T08:25:41.216Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T08:25:41.476Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:41.476Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T08:25:41.748Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T08:25:41.748Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T08:25:42.012Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:42.012Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T08:25:42.012Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T08:25:42.012Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T08:25:42.273Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:42.273Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T08:25:42.273Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T08:25:42.536Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T08:25:42.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:42.797Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T08:25:42.797Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T08:25:43.059Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T08:25:43.059Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T08:25:43.059Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T08:25:43.323Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T08:25:43.323Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T08:25:43.590Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:43.590Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T08:25:43.590Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T08:25:43.859Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T08:25:43.859Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:43.859Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T08:25:44.126Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T08:25:44.126Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T08:25:44.396Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:44.396Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T08:25:44.396Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T08:25:44.664Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T08:25:44.664Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:44.664Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T08:25:44.664Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T08:25:44.925Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T08:25:44.925Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:44.925Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T08:25:45.187Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T08:25:45.448Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T08:25:45.713Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:45.713Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T08:25:45.713Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T08:25:45.713Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T08:25:45.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:45.995Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T08:25:45.995Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T08:25:45.995Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T08:25:46.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:46.257Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T08:25:46.257Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T08:25:46.257Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T08:25:46.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:46.257Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T08:25:46.518Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T08:25:46.518Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T08:25:46.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:46.518Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T08:25:46.779Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T08:25:46.779Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T08:25:47.042Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:47.042Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T08:25:47.042Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T08:25:47.042Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T08:25:47.145Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:25:47.145Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:25:47.145Z] ---> adde3ae0606b [2021-01-28T08:25:47.145Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T08:25:47.145Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:25:47.145Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:25:47.145Z] ---> adde3ae0606b [2021-01-28T08:25:47.145Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T08:25:47.145Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:25:47.145Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:25:47.145Z] ---> adde3ae0606b [2021-01-28T08:25:47.145Z] Step 3/23 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:25:47.145Z] [2021-01-28T08:25:47.145Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:25:47.145Z] ---> adde3ae0606b [2021-01-28T08:25:47.145Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T08:25:47.145Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:25:47.145Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:25:47.145Z] ---> adde3ae0606b [2021-01-28T08:25:47.145Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T08:25:47.145Z] ---> Running in bda56eaeeb15 [2021-01-28T08:25:47.145Z] ---> Running in d07de495ebe3 [2021-01-28T08:25:47.145Z] ---> Running in f9a097fca34c [2021-01-28T08:25:47.145Z] ---> Running in f4d9c4eb1040 [2021-01-28T08:25:47.145Z] ---> Running in 91a618e404f5 [2021-01-28T08:25:47.145Z] Removing intermediate container bda56eaeeb15 [2021-01-28T08:25:47.145Z] Removing intermediate container d07de495ebe3 [2021-01-28T08:25:47.145Z] ---> 7826b7d9790b [2021-01-28T08:25:47.145Z] ---> 7da949255d06 [2021-01-28T08:25:47.145Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:25:47.145Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:25:47.145Z] Removing intermediate container 91a618e404f5 [2021-01-28T08:25:47.145Z] ---> 144a8dd7860f [2021-01-28T08:25:47.145Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:25:47.145Z] Removing intermediate container f9a097fca34c [2021-01-28T08:25:47.145Z] ---> a4171f5d805f [2021-01-28T08:25:47.145Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:25:47.145Z] Removing intermediate container f4d9c4eb1040 [2021-01-28T08:25:47.145Z] ---> 6a458ed64614 [2021-01-28T08:25:47.145Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:25:47.145Z] ---> Running in de95424f0365 [2021-01-28T08:25:47.145Z] ---> Running in 3491d0ba8d4b [2021-01-28T08:25:47.145Z] ---> Running in e43c5c129dec [2021-01-28T08:25:47.145Z] ---> Running in 7cd35045b84d [2021-01-28T08:25:47.145Z] ---> Running in 760ceb86305c [2021-01-28T08:25:47.145Z] Removing intermediate container de95424f0365 [2021-01-28T08:25:47.145Z] ---> 11cfe8654b83 [2021-01-28T08:25:47.145Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T08:25:47.145Z] ---> Running in 266fda3d1c26 [2021-01-28T08:25:47.145Z] Removing intermediate container 3491d0ba8d4b [2021-01-28T08:25:47.145Z] ---> 7b16d3d38a54 [2021-01-28T08:25:47.145Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T08:25:47.145Z] Removing intermediate container e43c5c129dec [2021-01-28T08:25:47.145Z] ---> d62d27c99878 [2021-01-28T08:25:47.145Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T08:25:47.145Z] ---> Running in e6c015f22f14 [2021-01-28T08:25:47.145Z] Removing intermediate container 760ceb86305c [2021-01-28T08:25:47.145Z] ---> Running in aa8d649e4eca [2021-01-28T08:25:47.145Z] ---> 8e8c06f5a53c [2021-01-28T08:25:47.145Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T08:25:47.145Z] Removing intermediate container 7cd35045b84d [2021-01-28T08:25:47.145Z] ---> 4ee9f6dbf0e8 [2021-01-28T08:25:47.145Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T08:25:47.145Z] ---> Running in bb7c59124e03 [2021-01-28T08:25:47.145Z] ---> Running in 7eecd5a0d716 [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.145Z] OK: 217 MiB in 51 packages [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T08:25:47.316Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T08:25:47.316Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T08:25:47.316Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T08:25:47.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:25:47.602Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T08:25:47.602Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T08:25:47.602Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T08:25:47.602Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T08:25:47.602Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T08:25:47.903Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T08:25:47.903Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T08:25:48.029Z] OK: 217 MiB in 51 packages [2021-01-28T08:25:48.029Z] OK: 217 MiB in 51 packages [2021-01-28T08:25:48.029Z] OK: 217 MiB in 51 packages [2021-01-28T08:25:48.179Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T08:25:48.179Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T08:25:48.179Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T08:25:48.306Z] Removing intermediate container 266fda3d1c26 [2021-01-28T08:25:48.306Z] ---> 77ddc1e160ec [2021-01-28T08:25:48.306Z] Step 6/24 : COPY go.mod . [2021-01-28T08:25:48.306Z] OK: 217 MiB in 51 packages [2021-01-28T08:25:48.477Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T08:25:48.477Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T08:25:48.753Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T08:25:49.035Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T08:25:49.035Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T08:25:49.035Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T08:25:49.035Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T08:25:49.290Z] ---> 34b693ba59dc [2021-01-28T08:25:49.290Z] Step 7/24 : RUN go mod download [2021-01-28T08:25:49.349Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T08:25:49.349Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T08:25:49.349Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T08:25:49.349Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T08:25:49.577Z] ---> Running in 6da4b45796e3 [2021-01-28T08:25:49.609Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T08:25:49.609Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T08:25:49.870Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T08:25:49.870Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T08:25:49.874Z] Removing intermediate container aa8d649e4eca [2021-01-28T08:25:49.874Z] ---> 1dd94951cd8e [2021-01-28T08:25:49.874Z] Step 6/22 : COPY go.mod . [2021-01-28T08:25:49.874Z] Removing intermediate container bb7c59124e03 [2021-01-28T08:25:49.874Z] ---> 2228d8edc13e [2021-01-28T08:25:49.874Z] Step 6/23 : COPY go.mod . [2021-01-28T08:25:50.149Z] Removing intermediate container 7eecd5a0d716 [2021-01-28T08:25:50.149Z] ---> 5e0faa417983 [2021-01-28T08:25:50.149Z] Step 6/22 : COPY go.mod . [2021-01-28T08:25:50.149Z] Removing intermediate container e6c015f22f14 [2021-01-28T08:25:50.149Z] ---> eee6e04fa264 [2021-01-28T08:25:50.149Z] Step 6/21 : COPY go.mod . [2021-01-28T08:25:50.746Z] ---> 783d89b8126b [2021-01-28T08:25:50.746Z] Step 7/22 : RUN go mod download [2021-01-28T08:25:50.814Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T08:25:50.814Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T08:25:50.814Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T08:25:50.814Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T08:25:51.021Z] ---> Running in 0272107144b1 [2021-01-28T08:25:51.082Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T08:25:51.082Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T08:25:51.293Z] ---> 2291746f3148 [2021-01-28T08:25:51.293Z] Step 7/23 : RUN go mod download [2021-01-28T08:25:51.293Z] ---> 84f1e7cd3c40 [2021-01-28T08:25:51.293Z] Step 7/22 : RUN go mod download [2021-01-28T08:25:51.293Z] ---> 53e119210cae [2021-01-28T08:25:51.293Z] Step 7/21 : RUN go mod download [2021-01-28T08:25:51.344Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T08:25:51.344Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T08:25:51.566Z] ---> Running in f0cf80bbf2d0 [2021-01-28T08:25:51.566Z] ---> Running in d159b9f643c2 [2021-01-28T08:25:51.566Z] ---> Running in 0bf156734f0e [2021-01-28T08:25:51.604Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T08:25:51.604Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T08:25:51.604Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T08:25:51.604Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T08:25:51.864Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:51.864Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:51.864Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:52.126Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:52.126Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:52.126Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:52.387Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:52.387Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:53.329Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:53.329Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:53.569Z] Removing intermediate container 6da4b45796e3 [2021-01-28T08:25:53.570Z] ---> 1ea0ebc1bb9a [2021-01-28T08:25:53.570Z] Step 8/24 : COPY . . [2021-01-28T08:25:54.271Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:54.271Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:55.017Z] Removing intermediate container 0272107144b1 [2021-01-28T08:25:55.017Z] ---> ea581b98d281 [2021-01-28T08:25:55.017Z] Step 8/22 : COPY . . [2021-01-28T08:25:55.223Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:55.223Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:55.223Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:55.484Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:56.009Z] Removing intermediate container f0cf80bbf2d0 [2021-01-28T08:25:56.009Z] ---> f61c5d5e0678 [2021-01-28T08:25:56.009Z] Step 8/22 : COPY . . [2021-01-28T08:25:57.687Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T08:25:57.687Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T08:25:57.687Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T08:25:57.687Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T08:25:57.687Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T08:25:57.687Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T08:25:57.687Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T08:25:57.687Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T08:25:57.687Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T08:25:57.687Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T08:25:57.687Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T08:25:57.687Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T08:25:57.687Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T08:25:57.687Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T08:25:57.687Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T08:25:57.687Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T08:25:57.687Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:57.687Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T08:25:57.687Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:57.687Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:57.687Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:57.687Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T08:25:57.687Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T08:25:57.688Z] Removing intermediate container d159b9f643c2 [2021-01-28T08:25:57.688Z] ---> 1bf7b63ca6f9 [2021-01-28T08:25:57.688Z] Step 8/23 : COPY . . [2021-01-28T08:25:57.688Z] Removing intermediate container 0bf156734f0e [2021-01-28T08:25:57.688Z] ---> cfe4ab4c7560 [2021-01-28T08:25:57.688Z] Step 8/21 : COPY . . [2021-01-28T08:25:57.949Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T08:25:57.949Z] [2021-01-28T08:25:57.949Z] Current default time zone: 'Etc/UTC' [2021-01-28T08:25:57.949Z] Local time is now: Thu Jan 28 08:25:57 UTC 2021. [2021-01-28T08:25:57.949Z] Universal Time is now: Thu Jan 28 08:25:57 UTC 2021. [2021-01-28T08:25:57.949Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T08:25:57.949Z] [2021-01-28T08:25:57.949Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T08:25:57.949Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:57.949Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T08:25:57.949Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T08:25:58.210Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T08:25:58.210Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T08:25:58.210Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T08:25:58.210Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T08:25:58.210Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T08:25:58.210Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T08:25:58.210Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:58.210Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T08:25:58.782Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:25:58.782Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T08:25:58.782Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:25:58.782Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T08:25:58.782Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T08:25:58.782Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T08:25:58.782Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T08:25:59.041Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T08:25:59.041Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T08:25:59.041Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T08:25:59.041Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T08:26:00.959Z] Updating certificates in /etc/ssl/certs... [2021-01-28T08:26:01.904Z] 22 added, 17 removed; done. [2021-01-28T08:26:01.904Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T08:26:01.904Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T08:26:01.904Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T08:26:02.165Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T08:26:02.165Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T08:26:02.165Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:26:02.165Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T08:26:02.165Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:26:02.165Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:26:02.165Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:26:02.165Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:26:02.426Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:26:02.426Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T08:26:02.426Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T08:26:02.426Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T08:26:02.427Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T08:26:02.427Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T08:26:02.427Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:26:02.427Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T08:26:02.687Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T08:26:02.687Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T08:26:02.687Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T08:26:02.687Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T08:26:02.687Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T08:26:02.948Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T08:26:02.948Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T08:26:02.948Z] Updating certificates in /etc/ssl/certs... [2021-01-28T08:26:03.523Z] 0 added, 0 removed; done. [2021-01-28T08:26:03.523Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T08:26:03.523Z] done. [2021-01-28T08:26:04.096Z] Reading package lists... [2021-01-28T08:26:04.096Z] Building dependency tree... [2021-01-28T08:26:04.096Z] Reading state information... [2021-01-28T08:26:04.357Z] The following NEW packages will be installed: [2021-01-28T08:26:04.357Z] apt-transport-https [2021-01-28T08:26:04.619Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T08:26:04.619Z] Need to get 1696 B of archives. [2021-01-28T08:26:04.620Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T08:26:04.620Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T08:26:04.620Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T08:26:04.620Z] Fetched 1696 B in 0s (29.5 kB/s) [2021-01-28T08:26:04.620Z] Selecting previously unselected package apt-transport-https. [2021-01-28T08:26:04.620Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T08:26:04.620Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T08:26:04.620Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T08:26:04.882Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T08:26:05.144Z] Waiting for network to be ready... [2021-01-28T08:26:10.439Z] 2021-01-28T08:26:08Z INFO Waiting for automatic snapd restart... [2021-01-28T08:26:10.700Z] snapd 2.48.2 from Canonical* installed [2021-01-28T08:26:11.647Z] "snapd" switched to the "latest/stable" channel [2021-01-28T08:26:11.647Z] [2021-01-28T08:26:14.203Z] core18 20201210 from Canonical* installed [2021-01-28T08:26:14.465Z] "core18" switched to the "latest/stable" channel [2021-01-28T08:26:14.465Z] [2021-01-28T08:26:17.766Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T08:26:18.030Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T08:26:18.030Z] [2021-01-28T08:26:19.882Z] ---> e134534014f3 [2021-01-28T08:26:19.883Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T08:26:19.883Z] ---> a23ec6cdc6a7 [2021-01-28T08:26:19.883Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T08:26:19.883Z] ---> 7b3cf2c08f8f [2021-01-28T08:26:19.883Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T08:26:20.155Z] ---> def84fefbc6c [2021-01-28T08:26:20.155Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T08:26:20.427Z] ---> 0d46fc714a1b [2021-01-28T08:26:20.427Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T08:26:20.427Z] ---> Running in bbac7cd67378 [2021-01-28T08:26:20.427Z] ---> Running in fb40efe1f6ee [2021-01-28T08:26:20.427Z] ---> Running in ccaac5b5995d [2021-01-28T08:26:20.427Z] ---> Running in c16aaad2c05d [2021-01-28T08:26:20.700Z] ---> Running in 0788e7608fec [2021-01-28T08:26:22.252Z] 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-28T08:26:22.252Z] - README.md [2021-01-28T08:26:22.252Z] - snapcraft.yaml.orig [2021-01-28T08:26:22.252Z] [2021-01-28T08:26:22.252Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T08:26:22.724Z] 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-28T08:26:22.724Z] 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-28T08:26:22.724Z] 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-28T08:26:23.002Z] 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-28T08:26:23.002Z] 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-28T08:26:28.840Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T08:26:28.840Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T08:26:28.840Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T08:26:28.840Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T08:26:29.781Z] Reading package lists... [2021-01-28T08:26:30.042Z] 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-28T08:26:36.646Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T08:26:36.646Z] Reading package lists... [2021-01-28T08:26:36.646Z] Building dependency tree... [2021-01-28T08:26:36.646Z] Reading state information... [2021-01-28T08:26:36.646Z] Suggested packages: [2021-01-28T08:26:36.646Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T08:26:36.646Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T08:26:36.646Z] Recommended packages: [2021-01-28T08:26:36.646Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T08:26:36.646Z] The following NEW packages will be installed: [2021-01-28T08:26:36.646Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T08:26:36.646Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T08:26:36.646Z] pkg-config zip [2021-01-28T08:26:36.646Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T08:26:36.646Z] Need to get 7655 kB of archives. [2021-01-28T08:26:36.646Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T08:26:36.646Z] 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-28T08:26:36.646Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T08:26:36.646Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T08:26:36.646Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T08:26:36.646Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T08:26:36.910Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T08:26:36.910Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T08:26:36.910Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T08:26:36.910Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T08:26:37.171Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T08:26:37.171Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T08:26:37.171Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T08:26:37.171Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T08:26:37.171Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T08:26:37.171Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T08:26:37.434Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T08:26:37.434Z] Fetched 7655 kB in 1s (10.3 MB/s) [2021-01-28T08:26:37.434Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T08:26:37.434Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T08:26:37.434Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T08:26:37.434Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T08:26:37.695Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T08:26:37.695Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T08:26:37.695Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T08:26:37.956Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T08:26:37.956Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T08:26:37.956Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T08:26:37.956Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T08:26:37.956Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T08:26:37.956Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T08:26:38.233Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T08:26:38.233Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T08:26:38.233Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T08:26:38.233Z] Selecting previously unselected package liberror-perl. [2021-01-28T08:26:38.233Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T08:26:38.233Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T08:26:38.233Z] Selecting previously unselected package git-man. [2021-01-28T08:26:38.233Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T08:26:38.233Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T08:26:38.493Z] Selecting previously unselected package git. [2021-01-28T08:26:38.493Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T08:26:38.493Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T08:26:39.439Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T08:26:39.439Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T08:26:39.439Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T08:26:39.439Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T08:26:39.439Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T08:26:39.439Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T08:26:39.439Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T08:26:39.439Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T08:26:39.439Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T08:26:39.700Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T08:26:39.700Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T08:26:39.700Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T08:26:39.700Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T08:26:39.700Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T08:26:39.700Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T08:26:39.962Z] Selecting previously unselected package pkg-config. [2021-01-28T08:26:39.962Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T08:26:39.962Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T08:26:39.962Z] Selecting previously unselected package zip. [2021-01-28T08:26:39.962Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T08:26:39.962Z] Unpacking zip (3.0-11build1) ... [2021-01-28T08:26:40.223Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T08:26:40.223Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T08:26:40.223Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T08:26:40.223Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T08:26:40.223Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T08:26:40.223Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T08:26:40.223Z] No schema files found: doing nothing. [2021-01-28T08:26:40.223Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T08:26:40.223Z] Setting up zip (3.0-11build1) ... [2021-01-28T08:26:40.490Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T08:26:40.490Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T08:26:40.490Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T08:26:40.490Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T08:26:40.490Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T08:26:40.490Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T08:26:40.490Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T08:26:40.753Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T08:26:47.344Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T08:26:47.344Z] git set to automatically installed. [2021-01-28T08:26:47.344Z] git-man set to automatically installed. [2021-01-28T08:26:47.344Z] libcurl3-gnutls set to automatically installed. [2021-01-28T08:26:47.344Z] liberror-perl set to automatically installed. [2021-01-28T08:26:47.344Z] libglib2.0-0 set to automatically installed. [2021-01-28T08:26:47.344Z] libnghttp2-14 set to automatically installed. [2021-01-28T08:26:47.344Z] libnorm1 set to automatically installed. [2021-01-28T08:26:47.344Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T08:26:47.344Z] libpsl5 set to automatically installed. [2021-01-28T08:26:47.344Z] librtmp1 set to automatically installed. [2021-01-28T08:26:47.344Z] libsodium23 set to automatically installed. [2021-01-28T08:26:47.344Z] libzmq3-dev set to automatically installed. [2021-01-28T08:26:47.344Z] libzmq5 set to automatically installed. [2021-01-28T08:26:47.344Z] pkg-config set to automatically installed. [2021-01-28T08:26:47.344Z] zip set to automatically installed. [2021-01-28T08:26:48.729Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T08:26:55.314Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T08:26:56.257Z] snap "core18" has no updates available [2021-01-28T08:26:57.197Z] Pulling config-common [2021-01-28T08:26:58.138Z] Pulling go-build-helper [2021-01-28T08:27:20.334Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T08:27:20.334Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T08:27:20.334Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T08:27:20.334Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T08:27:20.334Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T08:27:20.334Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T08:27:20.334Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T08:27:20.334Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T08:27:20.334Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T08:27:20.334Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T08:27:20.335Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T08:27:20.335Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T08:27:20.335Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T08:27:20.335Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T08:27:20.335Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T08:27:20.335Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T08:27:20.335Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T08:27:20.335Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T08:27:20.335Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T08:27:20.335Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T08:27:20.335Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T08:27:20.335Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T08:27:20.335Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T08:27:20.335Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T08:27:20.335Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T08:27:20.335Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T08:27:20.335Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T08:27:20.335Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T08:27:20.335Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T08:27:20.335Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T08:27:20.335Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T08:27:20.335Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T08:27:20.335Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T08:27:20.335Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T08:27:20.335Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T08:27:20.335Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T08:27:20.335Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T08:27:20.335Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T08:27:20.335Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T08:27:20.335Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T08:27:20.335Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T08:27:20.335Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T08:27:20.335Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T08:27:20.335Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T08:27:20.335Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T08:27:20.335Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T08:27:20.335Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T08:27:20.335Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T08:27:20.335Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T08:27:20.335Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T08:27:20.335Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T08:27:20.335Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T08:27:20.335Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T08:27:20.335Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T08:27:20.335Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T08:27:20.335Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T08:27:20.335Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T08:27:20.335Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T08:27:20.335Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T08:27:20.335Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T08:27:20.335Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T08:27:20.335Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T08:27:20.335Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T08:27:20.335Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T08:27:23.666Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T08:27:23.666Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T08:27:23.666Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T08:27:23.666Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T08:27:23.666Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T08:27:23.666Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T08:27:23.666Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T08:27:23.666Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T08:27:23.666Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T08:27:23.666Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T08:27:23.666Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T08:27:23.666Z] Pulling static-packages [2021-01-28T08:27:24.607Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T08:27:24.607Z] Skipping pull go-build-helper (already ran) [2021-01-28T08:27:24.607Z] Skipping pull static-packages (already ran) [2021-01-28T08:27:24.607Z] Building go-build-helper [2021-01-28T08:27:28.809Z] Building static-packages [2021-01-28T08:27:30.190Z] Staging go-build-helper [2021-01-28T08:27:31.130Z] Staging static-packages [2021-01-28T08:27:32.072Z] Pulling go115 [2021-01-28T08:27:33.014Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T08:27:33.014Z] Skipping pull go115 (already ran) [2021-01-28T08:27:33.014Z] Building go115 [2021-01-28T08:27:33.014Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T08:27:33.014Z] Dload Upload Total Spent Left Speed [2021-01-28T08:27:36.455Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.1M 0 0 22.6M 0 0:00:05 --:--:-- 0:00:05 22.6M 46 115M 46 53.2M 0 0 28.9M 0 0:00:03 0:00:01 0:00:02 28.9M 78 115M 78 90.8M 0 0 31.9M 0 0:00:03 0:00:02 0:00:01 31.9M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M [2021-01-28T08:27:37.027Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T08:27:41.237Z] Staging go115 [2021-01-28T08:27:44.861Z] 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-28T08:27:44.861Z] 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-28T08:27:46.524Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T08:27:46.524Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T08:27:46.524Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T08:27:46.524Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T08:27:46.524Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T08:27:46.524Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T08:27:46.524Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T08:27:46.524Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T08:27:46.524Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T08:27:46.524Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T08:27:46.524Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T08:27:46.524Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T08:27:46.524Z] Pulling edgex-go [2021-01-28T08:27:47.464Z] Pulling version [2021-01-28T08:27:48.035Z] Building config-common [2021-01-28T08:27:50.584Z] Skipping build go-build-helper (already ran) [2021-01-28T08:27:50.584Z] Skipping build static-packages (already ran) [2021-01-28T08:27:50.584Z] Skipping build go115 (already ran) [2021-01-28T08:27:50.584Z] Building edgex-go [2021-01-28T08:27:50.584Z] 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-28T08:27:51.973Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-28T08:27:51.973Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T08:27:51.973Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T08:27:51.973Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T08:27:51.973Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T08:27:51.973Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T08:27:51.973Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T08:27:51.973Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T08:27:51.973Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T08:27:51.973Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T08:27:51.973Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T08:27:51.973Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T08:27:51.973Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T08:27:51.973Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T08:27:51.973Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T08:27:51.973Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T08:27:51.973Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T08:27:51.973Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T08:27:51.973Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T08:27:51.973Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T08:27:51.973Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T08:27:51.973Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T08:27:51.973Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T08:27:51.973Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T08:27:51.973Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T08:27:52.233Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T08:27:52.233Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T08:27:52.233Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T08:27:52.807Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T08:27:53.199Z] Removing intermediate container ccaac5b5995d [2021-01-28T08:27:53.199Z] ---> fbaf96f524c1 [2021-01-28T08:27:53.199Z] [2021-01-28T08:27:53.199Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T08:27:53.199Z] 3.12: Pulling from library/alpine [2021-01-28T08:27:55.191Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T08:27:55.191Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T08:27:55.191Z] ---> afeebe901d6b [2021-01-28T08:27:55.191Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T08:27:55.475Z] ---> Running in 0038073d8eb9 [2021-01-28T08:27:58.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:27:58.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:27:58.714Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T08:27:58.988Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T08:27:58.988Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T08:27:58.988Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T08:27:58.988Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T08:27:58.988Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:27:58.988Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T08:27:59.268Z] OK: 7 MiB in 19 packages [2021-01-28T08:27:59.268Z] Removing intermediate container bbac7cd67378 [2021-01-28T08:27:59.268Z] ---> e4727d0eb494 [2021-01-28T08:27:59.268Z] [2021-01-28T08:27:59.268Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T08:27:59.268Z] ---> afeebe901d6b [2021-01-28T08:27:59.268Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T08:27:59.890Z] ---> Running in e33156a49e87 [2021-01-28T08:27:59.890Z] Removing intermediate container c16aaad2c05d [2021-01-28T08:27:59.890Z] ---> 64240b1c6937 [2021-01-28T08:27:59.890Z] [2021-01-28T08:27:59.890Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T08:27:59.890Z] ---> afeebe901d6b [2021-01-28T08:27:59.890Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T08:28:00.175Z] Removing intermediate container fb40efe1f6ee [2021-01-28T08:28:00.175Z] ---> 549dfdabd8e8 [2021-01-28T08:28:00.175Z] [2021-01-28T08:28:00.175Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T08:28:00.175Z] ---> afeebe901d6b [2021-01-28T08:28:00.175Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T08:28:00.175Z] ---> Running in b867a61a6263 [2021-01-28T08:28:00.454Z] ---> Running in cd9eaea028e9 [2021-01-28T08:28:00.940Z] 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-28T08:28:02.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:28:02.463Z] Removing intermediate container 0038073d8eb9 [2021-01-28T08:28:02.463Z] ---> 9d2e8d775e7b [2021-01-28T08:28:02.463Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T08:28:02.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:28:02.740Z] ---> Running in dede439da7a7 [2021-01-28T08:28:02.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:28:02.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:28:03.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:28:03.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:28:03.012Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T08:28:03.012Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:28:03.289Z] OK: 5 MiB in 15 packages [2021-01-28T08:28:03.289Z] Removing intermediate container dede439da7a7 [2021-01-28T08:28:03.289Z] ---> 032b152f51dd [2021-01-28T08:28:03.289Z] Step 13/24 : WORKDIR / [2021-01-28T08:28:03.571Z] ---> Running in c531c54943f4 [2021-01-28T08:28:03.571Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T08:28:03.571Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T08:28:03.856Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T08:28:03.856Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T08:28:03.856Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T08:28:03.856Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:28:03.856Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T08:28:03.856Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T08:28:03.856Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:28:03.856Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T08:28:04.139Z] OK: 7 MiB in 18 packages [2021-01-28T08:28:04.139Z] OK: 6 MiB in 16 packages [2021-01-28T08:28:04.238Z] 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-28T08:28:04.754Z] Removing intermediate container c531c54943f4 [2021-01-28T08:28:04.754Z] ---> 44930eb9119c [2021-01-28T08:28:04.754Z] 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-28T08:28:05.504Z] Removing intermediate container e33156a49e87 [2021-01-28T08:28:05.504Z] ---> 6d651fdbcfcc [2021-01-28T08:28:05.504Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T08:28:05.623Z] 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-28T08:28:05.861Z] ---> Running in 17f5e8cea635 [2021-01-28T08:28:06.565Z] 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-28T08:28:06.640Z] ---> c97a024e4135 [2021-01-28T08:28:06.640Z] 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-28T08:28:06.826Z] 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-28T08:28:06.826Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-28T08:28:07.088Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T08:28:07.088Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T08:28:07.088Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T08:28:07.311Z] Removing intermediate container 17f5e8cea635 [2021-01-28T08:28:07.311Z] ---> 0149580c22ea [2021-01-28T08:28:07.311Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T08:28:07.311Z] Removing intermediate container b867a61a6263 [2021-01-28T08:28:07.311Z] ---> 4d3b25bdc5e3 [2021-01-28T08:28:07.311Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T08:28:07.588Z] Removing intermediate container cd9eaea028e9 [2021-01-28T08:28:07.588Z] ---> 6bb2233bfbdb [2021-01-28T08:28:07.588Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T08:28:07.588Z] ---> Running in 07c0ec54646b [2021-01-28T08:28:07.858Z] ---> Running in 21eb87900fbb [2021-01-28T08:28:07.858Z] ---> Running in 2e65fa9d9872 [2021-01-28T08:28:08.140Z] ---> 141fa34e115b [2021-01-28T08:28:08.140Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T08:28:08.140Z] Removing intermediate container 07c0ec54646b [2021-01-28T08:28:08.140Z] ---> 06d48752acfa [2021-01-28T08:28:08.140Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T08:28:08.416Z] Removing intermediate container 21eb87900fbb [2021-01-28T08:28:08.416Z] ---> d16bb71e3c5d [2021-01-28T08:28:08.416Z] Step 13/21 : WORKDIR /edgex [2021-01-28T08:28:08.690Z] ---> Running in 00fae3710733 [2021-01-28T08:28:08.690Z] Removing intermediate container 2e65fa9d9872 [2021-01-28T08:28:08.690Z] ---> c1d86f5c9fa4 [2021-01-28T08:28:08.690Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T08:28:08.969Z] ---> Running in c06f5e1a6c0e [2021-01-28T08:28:09.008Z] 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-28T08:28:09.008Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T08:28:09.008Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T08:28:09.246Z] ---> Running in 37e3d4e91584 [2021-01-28T08:28:09.246Z] ---> 3aec1aa0efd6 [2021-01-28T08:28:09.246Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T08:28:09.536Z] Removing intermediate container 00fae3710733 [2021-01-28T08:28:09.536Z] ---> 00a581addec6 [2021-01-28T08:28:09.536Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:28:09.816Z] Removing intermediate container c06f5e1a6c0e [2021-01-28T08:28:09.816Z] ---> c4950af4191a [2021-01-28T08:28:09.816Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T08:28:10.091Z] Removing intermediate container 37e3d4e91584 [2021-01-28T08:28:10.091Z] ---> a5d92dba1046 [2021-01-28T08:28:10.091Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T08:28:10.397Z] 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-28T08:28:10.689Z] ---> Running in 546fce6e8aea [2021-01-28T08:28:10.963Z] ---> 5a3b35d5a279 [2021-01-28T08:28:10.963Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T08:28:10.968Z] 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-28T08:28:10.968Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T08:28:11.236Z] ---> 7f4e0df1c139 [2021-01-28T08:28:11.236Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T08:28:11.236Z] Removing intermediate container 546fce6e8aea [2021-01-28T08:28:11.236Z] ---> aba9ee332385 [2021-01-28T08:28:11.236Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:28:11.236Z] ---> bd67dba70aa5 [2021-01-28T08:28:11.236Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T08:28:11.514Z] Removing intermediate container 0788e7608fec [2021-01-28T08:28:11.515Z] ---> 053782bc46dc [2021-01-28T08:28:11.515Z] [2021-01-28T08:28:11.515Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T08:28:11.515Z] ---> afeebe901d6b [2021-01-28T08:28:11.515Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T08:28:11.515Z] ---> Using cache [2021-01-28T08:28:11.515Z] ---> 6d651fdbcfcc [2021-01-28T08:28:11.515Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T08:28:11.515Z] ---> Using cache [2021-01-28T08:28:11.515Z] ---> 0149580c22ea [2021-01-28T08:28:11.515Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T08:28:12.357Z] 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-28T08:28:12.491Z] ---> Running in 88bc2df2d0c2 [2021-01-28T08:28:12.770Z] ---> ca6ffb7adb69 [2021-01-28T08:28:12.770Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T08:28:12.770Z] ---> 13379403235c [2021-01-28T08:28:12.770Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T08:28:13.050Z] Removing intermediate container 88bc2df2d0c2 [2021-01-28T08:28:13.050Z] ---> 2e16cbcc9593 [2021-01-28T08:28:13.050Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T08:28:13.050Z] ---> 9b87fe43a831 [2021-01-28T08:28:13.050Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T08:28:13.050Z] ---> 176ec77340c9 [2021-01-28T08:28:13.050Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T08:28:13.301Z] 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-28T08:28:13.330Z] ---> Running in a2b15900962b [2021-01-28T08:28:13.604Z] ---> d4612651ae83 [2021-01-28T08:28:13.604Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T08:28:14.201Z] ---> Running in ba9b293681e4 [2021-01-28T08:28:14.243Z] 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-28T08:28:14.243Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T08:28:14.472Z] Removing intermediate container a2b15900962b [2021-01-28T08:28:14.472Z] ---> b06320b4a48a [2021-01-28T08:28:14.472Z] Step 15/23 : WORKDIR / [2021-01-28T08:28:14.472Z] ---> 40d53d5637b9 [2021-01-28T08:28:14.472Z] 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-28T08:28:14.748Z] ---> a4bbc198ecb3 [2021-01-28T08:28:14.748Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T08:28:15.021Z] ---> Running in b67606e16676 [2021-01-28T08:28:15.021Z] ---> Running in 348b3f1d61b9 [2021-01-28T08:28:15.021Z] ---> 69e4fbe9c4ab [2021-01-28T08:28:15.021Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T08:28:15.021Z] Removing intermediate container ba9b293681e4 [2021-01-28T08:28:15.021Z] ---> 89a4df3030ea [2021-01-28T08:28:15.021Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:28:15.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T08:28:15.183Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T08:28:15.305Z] ---> Running in f9551d7dfd74 [2021-01-28T08:28:15.305Z] ---> Running in ff9c40559272 [2021-01-28T08:28:15.581Z] Removing intermediate container 348b3f1d61b9 [2021-01-28T08:28:15.581Z] ---> fb26790c2a30 [2021-01-28T08:28:15.581Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:28:15.854Z] ---> 44b416b30660 [2021-01-28T08:28:15.854Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T08:28:16.130Z] ---> Running in ee830d966a94 [2021-01-28T08:28:16.130Z] Removing intermediate container f9551d7dfd74 [2021-01-28T08:28:16.130Z] ---> 67ad983e0e55 [2021-01-28T08:28:16.130Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T08:28:16.130Z] Removing intermediate container ff9c40559272 [2021-01-28T08:28:16.130Z] ---> 57e3c04b8348 [2021-01-28T08:28:16.130Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T08:28:16.406Z] ---> Running in b468809a1eaf [2021-01-28T08:28:16.406Z] ---> Running in 4597a0b62095 [2021-01-28T08:28:16.686Z] ---> 3a164475dc86 [2021-01-28T08:28:16.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T08:28:16.687Z] Removing intermediate container ee830d966a94 [2021-01-28T08:28:16.687Z] ---> 3235613435c4 [2021-01-28T08:28:16.687Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:28:16.960Z] ---> Running in f68a2493205d [2021-01-28T08:28:16.960Z] Removing intermediate container b468809a1eaf [2021-01-28T08:28:16.960Z] ---> 661e0cfb6517 [2021-01-28T08:28:16.960Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T08:28:17.235Z] Removing intermediate container 4597a0b62095 [2021-01-28T08:28:17.235Z] ---> 280eb2b5cf45 [2021-01-28T08:28:17.235Z] Step 21/22 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:28:17.526Z] ---> Running in f7c5b8b4a363 [2021-01-28T08:28:17.526Z] ---> Running in e161cf0728b6 [2021-01-28T08:28:17.798Z] Removing intermediate container f68a2493205d [2021-01-28T08:28:17.798Z] ---> 24e3d9939c24 [2021-01-28T08:28:17.798Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T08:28:18.080Z] ---> Running in e776ad6d154e [2021-01-28T08:28:18.357Z] Removing intermediate container f7c5b8b4a363 [2021-01-28T08:28:18.357Z] ---> 943806d3ec54 [2021-01-28T08:28:18.357Z] Removing intermediate container e161cf0728b6 [2021-01-28T08:28:18.357Z] ---> 0f18d2818340 [2021-01-28T08:28:18.357Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T08:28:18.357Z] Step 20/21 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:28:18.357Z] Removing intermediate container b67606e16676 [2021-01-28T08:28:18.357Z] ---> 841348ffcd73 [2021-01-28T08:28:18.357Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T08:28:18.476Z] Building version [2021-01-28T08:28:18.632Z] ---> Running in a5ac3a5c4133 [2021-01-28T08:28:18.632Z] ---> Running in 739b161226d7 [2021-01-28T08:28:18.632Z] ---> dba397f52ddd [2021-01-28T08:28:18.632Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T08:28:18.632Z] Removing intermediate container e776ad6d154e [2021-01-28T08:28:18.632Z] ---> e23883487896 [2021-01-28T08:28:18.632Z] Step 21/22 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:28:18.632Z] ---> Running in e7985480f23b [2021-01-28T08:28:18.907Z] ---> Running in ecec8efb27cf [2021-01-28T08:28:19.181Z] Removing intermediate container 739b161226d7 [2021-01-28T08:28:19.181Z] ---> bee5af918cb6 [2021-01-28T08:28:19.181Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T08:28:19.181Z] Removing intermediate container a5ac3a5c4133 [2021-01-28T08:28:19.181Z] ---> 8f8b31ba3470 [2021-01-28T08:28:19.181Z] [2021-01-28T08:28:19.457Z] ---> Running in f4669318d335 [2021-01-28T08:28:19.457Z] Removing intermediate container e7985480f23b [2021-01-28T08:28:19.457Z] ---> e6a3ea3143bc [2021-01-28T08:28:19.457Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T08:28:19.740Z] Removing intermediate container ecec8efb27cf [2021-01-28T08:28:19.740Z] ---> 489d3437c36b [2021-01-28T08:28:19.740Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T08:28:19.740Z] Successfully built 8f8b31ba3470 [2021-01-28T08:28:19.740Z] ---> Running in 0a259c4630cc [2021-01-28T08:28:19.740Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T08:28:19.740Z] Building docker-core-command-go [2021-01-28T08:28:20.014Z]  Building docker-support-scheduler-go ... done  ---> ffd3da6fdcde [2021-01-28T08:28:20.014Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T08:28:20.014Z] ---> Running in 2a156189e317 [2021-01-28T08:28:20.014Z] Removing intermediate container f4669318d335 [2021-01-28T08:28:20.014Z] ---> 2ae5e7629c23 [2021-01-28T08:28:20.014Z] [2021-01-28T08:28:20.301Z] ---> Running in 78c51d7a62db [2021-01-28T08:28:20.387Z] Staging config-common [2021-01-28T08:28:20.575Z] Removing intermediate container 0a259c4630cc [2021-01-28T08:28:20.576Z] ---> 7467745f2efb [2021-01-28T08:28:20.576Z] Step 23/24 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:28:20.576Z] Successfully built 2ae5e7629c23 [2021-01-28T08:28:20.848Z] ---> Running in b0fcc78d82d3 [2021-01-28T08:28:20.848Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T08:28:20.848Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-28T08:28:20.848Z] Removing intermediate container 2a156189e317 [2021-01-28T08:28:20.848Z] ---> ce94699a7c55 [2021-01-28T08:28:20.848Z] [2021-01-28T08:28:20.848Z] Removing intermediate container 78c51d7a62db [2021-01-28T08:28:20.848Z] ---> a50d5acf2145 [2021-01-28T08:28:20.957Z] Skipping stage go-build-helper (already ran) [2021-01-28T08:28:20.958Z] Skipping stage static-packages (already ran) [2021-01-28T08:28:20.958Z] Skipping stage go115 (already ran) [2021-01-28T08:28:20.958Z] Staging edgex-go [2021-01-28T08:28:21.121Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:28:21.121Z] ---> Running in 83a5d9219681 [2021-01-28T08:28:21.396Z] Removing intermediate container b0fcc78d82d3 [2021-01-28T08:28:21.396Z] ---> 2091b06c4e94 [2021-01-28T08:28:21.396Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T08:28:21.396Z] Successfully built ce94699a7c55 [2021-01-28T08:28:21.669Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T08:28:21.669Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T08:28:21.669Z] ---> Running in d29f5cd02d6f [2021-01-28T08:28:21.669Z] Removing intermediate container 83a5d9219681 [2021-01-28T08:28:21.669Z] ---> 45be309d424e [2021-01-28T08:28:21.669Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T08:28:21.898Z] Staging version [2021-01-28T08:28:21.944Z] ---> Running in 9068fb62375e [2021-01-28T08:28:22.223Z] Removing intermediate container d29f5cd02d6f [2021-01-28T08:28:22.223Z] ---> 155814630c51 [2021-01-28T08:28:22.223Z] [2021-01-28T08:28:22.491Z] Successfully built 155814630c51 [2021-01-28T08:28:22.491Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T08:28:22.491Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-28T08:28:22.767Z] Removing intermediate container 9068fb62375e [2021-01-28T08:28:22.767Z] ---> 7fe058ea73c0 [2021-01-28T08:28:22.767Z] Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:28:22.841Z] Priming config-common [2021-01-28T08:28:23.040Z] ---> Running in 53a03db36b99 [2021-01-28T08:28:23.314Z] Removing intermediate container 53a03db36b99 [2021-01-28T08:28:23.314Z] ---> 8d76b41cfa7f [2021-01-28T08:28:23.314Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T08:28:23.585Z] ---> Running in 041880c03128 [2021-01-28T08:28:23.781Z] Priming go-build-helper [2021-01-28T08:28:24.176Z] Removing intermediate container 041880c03128 [2021-01-28T08:28:24.176Z] ---> 45cf0ff7272e [2021-01-28T08:28:24.176Z] [2021-01-28T08:28:24.448Z] Successfully built 45cf0ff7272e [2021-01-28T08:28:24.448Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T08:28:24.721Z] Priming static-packages [2021-01-28T08:28:27.263Z] Priming go115 [2021-01-28T08:28:28.208Z] Priming edgex-go [2021-01-28T08:28:29.154Z] Priming version [2021-01-28T08:28:30.095Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T08:29:20.985Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:29:20.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:29:20.985Z] ---> adde3ae0606b [2021-01-28T08:29:20.985Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 6a458ed64614 [2021-01-28T08:29:20.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 4ee9f6dbf0e8 [2021-01-28T08:29:20.985Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 5e0faa417983 [2021-01-28T08:29:20.985Z] Step 6/23 : COPY go.mod . [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 84f1e7cd3c40 [2021-01-28T08:29:20.985Z] Step 7/23 : RUN go mod download [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> f61c5d5e0678 [2021-01-28T08:29:20.985Z] Step 8/23 : COPY . . [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 7b3cf2c08f8f [2021-01-28T08:29:20.985Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T08:29:20.985Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:29:20.985Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:29:20.985Z] ---> adde3ae0606b [2021-01-28T08:29:20.985Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 6a458ed64614 [2021-01-28T08:29:20.985Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 4ee9f6dbf0e8 [2021-01-28T08:29:20.985Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 5e0faa417983 [2021-01-28T08:29:20.985Z] Step 6/34 : COPY go.mod . [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 84f1e7cd3c40 [2021-01-28T08:29:20.985Z] Step 7/34 : RUN go mod download [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> f61c5d5e0678 [2021-01-28T08:29:20.985Z] Step 8/34 : COPY . . [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 7b3cf2c08f8f [2021-01-28T08:29:20.985Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T08:29:20.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:29:20.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:29:20.985Z] ---> adde3ae0606b [2021-01-28T08:29:20.985Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 6a458ed64614 [2021-01-28T08:29:20.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 4ee9f6dbf0e8 [2021-01-28T08:29:20.985Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T08:29:20.985Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T08:29:20.985Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T08:29:20.985Z] ---> adde3ae0606b [2021-01-28T08:29:20.985Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 6a458ed64614 [2021-01-28T08:29:20.985Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:29:20.985Z] ---> Using cache [2021-01-28T08:29:20.985Z] ---> 4ee9f6dbf0e8 [2021-01-28T08:29:20.985Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T08:29:20.985Z] ---> Running in 8008b064bd33 [2021-01-28T08:29:20.985Z] ---> Running in bdd4f5120c3b [2021-01-28T08:29:20.985Z] ---> Running in 139674dc2211 [2021-01-28T08:29:20.985Z] ---> Running in ee2552f87696 [2021-01-28T08:29:20.985Z] Removing intermediate container 8008b064bd33 [2021-01-28T08:29:20.985Z] ---> 05b8e7cb7677 [2021-01-28T08:29:20.985Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T08:29:20.985Z] ---> Running in fa0e91a236ec [2021-01-28T08:29:20.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:29:20.985Z] 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-28T08:29:20.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:29:20.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T08:29:20.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:29:20.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:29:21.287Z] OK: 217 MiB in 51 packages [2021-01-28T08:29:21.886Z] OK: 217 MiB in 51 packages [2021-01-28T08:29:22.884Z] Removing intermediate container 139674dc2211 [2021-01-28T08:29:22.884Z] ---> f9a874a30829 [2021-01-28T08:29:22.884Z] Step 6/23 : COPY go.mod . [2021-01-28T08:29:23.490Z] Removing intermediate container bdd4f5120c3b [2021-01-28T08:29:23.490Z] ---> e76163ac7bfe [2021-01-28T08:29:23.490Z] Step 6/26 : COPY go.mod . [2021-01-28T08:29:24.095Z] ---> dcd8f6ed34bb [2021-01-28T08:29:24.095Z] Step 7/23 : RUN go mod download [2021-01-28T08:29:24.373Z] ---> Running in 2d19674295d2 [2021-01-28T08:29:24.648Z] ---> e655b8c3742c [2021-01-28T08:29:24.648Z] Step 7/26 : RUN go mod download [2021-01-28T08:29:24.929Z] ---> Running in d6ed837177d0 [2021-01-28T08:29:29.251Z] Removing intermediate container 2d19674295d2 [2021-01-28T08:29:29.251Z] ---> 741bb3a3e4a6 [2021-01-28T08:29:29.251Z] Step 8/23 : COPY . . [2021-01-28T08:29:29.524Z] Removing intermediate container d6ed837177d0 [2021-01-28T08:29:29.524Z] ---> 2ab6231fd03e [2021-01-28T08:29:29.524Z] Step 8/26 : COPY . . [2021-01-28T08:30:01.940Z] ---> 784d3d41d578 [2021-01-28T08:30:01.940Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T08:30:01.940Z] ---> 3784faeaa945 [2021-01-28T08:30:01.940Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T08:30:01.940Z] ---> Running in b639715f3d68 [2021-01-28T08:30:01.940Z] ---> Running in dec30cc27047 [2021-01-28T08:30:01.940Z] 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-28T08:30:01.940Z] 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-28T08:30:12.206Z] 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-28T08:30:22.465Z] Removing intermediate container ee2552f87696 [2021-01-28T08:30:22.465Z] ---> f91d396b28fd [2021-01-28T08:30:22.465Z] [2021-01-28T08:30:22.465Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T08:30:22.465Z] ---> afeebe901d6b [2021-01-28T08:30:22.465Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T08:30:22.465Z] ---> Using cache [2021-01-28T08:30:22.465Z] ---> 6d651fdbcfcc [2021-01-28T08:30:22.465Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T08:30:22.465Z] ---> Using cache [2021-01-28T08:30:22.465Z] ---> 0149580c22ea [2021-01-28T08:30:22.465Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T08:30:22.465Z] ---> Running in 0c68edb87e61 [2021-01-28T08:30:23.085Z] Removing intermediate container 0c68edb87e61 [2021-01-28T08:30:23.085Z] ---> 26035f54bab4 [2021-01-28T08:30:23.085Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T08:30:23.378Z] ---> Running in 10ed6e5140e6 [2021-01-28T08:30:24.404Z] Removing intermediate container 10ed6e5140e6 [2021-01-28T08:30:24.404Z] ---> 3c2d91e802da [2021-01-28T08:30:24.404Z] Step 15/23 : WORKDIR / [2021-01-28T08:30:24.404Z] ---> Running in 5b5e88ebd69e [2021-01-28T08:30:25.008Z] Removing intermediate container 5b5e88ebd69e [2021-01-28T08:30:25.008Z] ---> d8379ff00cd1 [2021-01-28T08:30:25.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:30:26.008Z] ---> 66371e4214cc [2021-01-28T08:30:26.008Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T08:30:28.040Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T08:30:28.040Z] + cd /tmp/build/dist/linux [2021-01-28T08:30:28.040Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T08:30:28.040Z] Cloning into '.'... [2021-01-28T08:30:28.319Z]  ---> 592a1bddfa5c [2021-01-28T08:30:28.319Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T08:30:28.319Z] + go get github.com/robfig/glock [2021-01-28T08:30:29.787Z]  ---> 35572577dde1 [2021-01-28T08:30:29.787Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T08:30:29.787Z] ---> Running in 5d09dd8dc43e [2021-01-28T08:30:30.801Z] Removing intermediate container 5d09dd8dc43e [2021-01-28T08:30:30.801Z] ---> 22a177e983be [2021-01-28T08:30:30.801Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:30:30.801Z] ---> Running in 12a54492a256 [2021-01-28T08:30:31.426Z] Removing intermediate container 12a54492a256 [2021-01-28T08:30:31.426Z] ---> 7ee73445ff75 [2021-01-28T08:30:31.426Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T08:30:31.707Z] ---> Running in b37b725216fb [2021-01-28T08:30:32.322Z] Removing intermediate container b37b725216fb [2021-01-28T08:30:32.322Z] ---> 6985be6a3b8b [2021-01-28T08:30:32.322Z] Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:30:32.609Z] ---> Running in f2da0ddc38e2 [2021-01-28T08:30:33.685Z] Removing intermediate container f2da0ddc38e2 [2021-01-28T08:30:33.685Z] ---> 3ad26cba7ade [2021-01-28T08:30:33.685Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T08:30:33.685Z] ---> Running in aa381da284fc [2021-01-28T08:30:34.339Z] Removing intermediate container aa381da284fc [2021-01-28T08:30:34.339Z] ---> c933ed694de0 [2021-01-28T08:30:34.339Z] [2021-01-28T08:30:34.645Z] Successfully built c933ed694de0 [2021-01-28T08:30:34.645Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T08:30:56.865Z]  Building docker-core-command-go ... done + glock sync -n [2021-01-28T08:31:01.194Z] failed to get: github.com/jwilder/gojq [2021-01-28T08:31:01.194Z] [2021-01-28T08:31:01.194Z] > go get -v -d github.com/jwilder/gojq [2021-01-28T08:31:01.194Z] github.com/elgs/gosplitargs (download) [2021-01-28T08:31:01.194Z] github.com/hpcloud/tail (download) [2021-01-28T08:31:01.194Z] github.com/jwilder/gojq (download) [2021-01-28T08:31:01.194Z] # cd .; git clone -- https://github.com/jwilder/gojq /go/src/github.com/jwilder/gojq [2021-01-28T08:31:01.194Z] Cloning into '/go/src/github.com/jwilder/gojq'... [2021-01-28T08:31:01.194Z] remote: Not Found [2021-01-28T08:31:01.194Z] fatal: repository 'https://github.com/jwilder/gojq/' not found [2021-01-28T08:31:01.194Z] package github.com/jwilder/gojq: exit status 128 [2021-01-28T08:31:01.194Z] get "golang.org/x/net": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net?go-get=1 [2021-01-28T08:31:01.194Z] golang.org/x/net (download) [2021-01-28T08:31:01.194Z] package golang.org/x/net: no Go files in /go/src/golang.org/x/net [2021-01-28T08:31:01.194Z] exit status 1 [2021-01-28T08:31:01.194Z] [2021-01-28T08:31:01.194Z] > import github.com/jwilder/gojq [2021-01-28T08:31:01.194Z] cannot find package "github.com/jwilder/gojq" in any of: [2021-01-28T08:31:01.194Z] /usr/local/go/src/github.com/jwilder/gojq (from $GOROOT) [2021-01-28T08:31:01.194Z] /go/src/github.com/jwilder/gojq (from $GOPATH) [2021-01-28T08:31:01.194Z] /bin/sh: arch: parameter not set [2021-01-28T08:31:06.614Z] Removing intermediate container dec30cc27047 [2021-01-28T08:31:06.614Z] ---> 8ba007ca81da [2021-01-28T08:31:06.614Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T08:31:06.887Z] ---> Running in 06f1405e4b53 [2021-01-28T08:31:08.329Z] 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-28T08:31:10.950Z] Removing intermediate container 06f1405e4b53 [2021-01-28T08:31:10.950Z] ---> b956c00e657e [2021-01-28T08:31:10.950Z] [2021-01-28T08:31:10.950Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T08:31:10.950Z] 20.10.0: Pulling from library/docker [2021-01-28T08:31:21.098Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T08:31:21.098Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T08:31:21.098Z] ---> eeaf43b92773 [2021-01-28T08:31:21.098Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T08:31:21.098Z] ---> Running in e05d64e616d9 [2021-01-28T08:31:21.098Z] Removing intermediate container b639715f3d68 [2021-01-28T08:31:21.098Z] ---> 450d408f6421 [2021-01-28T08:31:21.098Z] [2021-01-28T08:31:21.098Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T08:31:21.098Z] ---> afeebe901d6b [2021-01-28T08:31:21.098Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T08:31:21.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:31:21.369Z] ---> Running in 464ae90589f1 [2021-01-28T08:31:21.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:31:21.642Z] Removing intermediate container 464ae90589f1 [2021-01-28T08:31:21.642Z] ---> 24bff53173fa [2021-01-28T08:31:21.642Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T08:31:21.914Z] ---> Running in f0fcdb7a9674 [2021-01-28T08:31:22.191Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T08:31:22.191Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T08:31:22.191Z] Executing bash-5.0.17-r0.post-install [2021-01-28T08:31:22.191Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:31:22.191Z] OK: 12 MiB in 22 packages [2021-01-28T08:31:22.471Z] Removing intermediate container f0fcdb7a9674 [2021-01-28T08:31:22.471Z] ---> 97a111045e4e [2021-01-28T08:31:22.471Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T08:31:22.471Z] ---> Running in 85f2b13280d6 [2021-01-28T08:31:23.447Z] Removing intermediate container 85f2b13280d6 [2021-01-28T08:31:23.447Z] ---> 66888b0243ac [2021-01-28T08:31:23.447Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T08:31:23.447Z] ---> Running in 084be47fe571 [2021-01-28T08:31:23.447Z] Removing intermediate container e05d64e616d9 [2021-01-28T08:31:23.719Z] ---> e2573a4e7c3f [2021-01-28T08:31:23.719Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T08:31:23.719Z] ---> Running in efcc46b9f64d [2021-01-28T08:31:24.310Z] Removing intermediate container efcc46b9f64d [2021-01-28T08:31:24.310Z] ---> a5ee888bd80a [2021-01-28T08:31:24.310Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T08:31:24.310Z] ---> Running in 119de93ca2bb [2021-01-28T08:31:24.911Z] Removing intermediate container 119de93ca2bb [2021-01-28T08:31:24.911Z] ---> a87f133036b4 [2021-01-28T08:31:24.911Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T08:31:24.911Z] ---> Running in 5696433da7cd [2021-01-28T08:31:25.505Z] Removing intermediate container 5696433da7cd [2021-01-28T08:31:25.505Z] ---> 4a5fbca9d056 [2021-01-28T08:31:25.505Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T08:31:25.505Z] Removing intermediate container 084be47fe571 [2021-01-28T08:31:25.505Z] ---> 7448f925b56b [2021-01-28T08:31:25.506Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T08:31:25.776Z] ---> Running in 4b1a694dd3c2 [2021-01-28T08:31:26.752Z] ---> 4325b81f1be4 [2021-01-28T08:31:26.752Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T08:31:26.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:31:27.348Z] ---> c513e472ef77 [2021-01-28T08:31:27.348Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T08:31:27.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:31:28.224Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T08:31:28.224Z] ---> 4dbc5354f9aa [2021-01-28T08:31:28.224Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T08:31:28.224Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T08:31:28.224Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T08:31:28.497Z] ---> Running in 5c2b25de5075 [2021-01-28T08:31:28.497Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T08:31:28.784Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T08:31:28.784Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T08:31:28.784Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:31:28.784Z] OK: 8 MiB in 20 packages [2021-01-28T08:31:29.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:31:29.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:31:30.360Z] Removing intermediate container 4b1a694dd3c2 [2021-01-28T08:31:30.360Z] ---> 3cecb01b9410 [2021-01-28T08:31:30.360Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T08:31:30.360Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T08:31:30.360Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T08:31:30.360Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T08:31:30.360Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T08:31:30.360Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T08:31:30.360Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T08:31:30.360Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T08:31:31.332Z] ---> b63fd650754f [2021-01-28T08:31:31.332Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T08:31:32.754Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T08:31:32.754Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T08:31:32.754Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T08:31:32.754Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T08:31:32.754Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T08:31:32.754Z] ---> 333d66b8cf0b [2021-01-28T08:31:32.754Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T08:31:32.754Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T08:31:32.754Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T08:31:32.754Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T08:31:32.754Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T08:31:32.754Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T08:31:33.025Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T08:31:33.025Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T08:31:33.025Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T08:31:33.025Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T08:31:33.025Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T08:31:33.025Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T08:31:33.025Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T08:31:33.025Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T08:31:33.025Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T08:31:33.296Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T08:31:33.296Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T08:31:33.296Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T08:31:33.296Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T08:31:33.296Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T08:31:33.296Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T08:31:33.296Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T08:31:33.296Z] ---> 1008a5b4b036 [2021-01-28T08:31:33.296Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T08:31:33.569Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:31:33.569Z] OK: 71 MiB in 55 packages [2021-01-28T08:31:33.569Z] ---> Running in f798f992c11e [2021-01-28T08:31:34.157Z] Removing intermediate container f798f992c11e [2021-01-28T08:31:34.157Z] ---> 94dd7cca3887 [2021-01-28T08:31:34.157Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:31:34.157Z] ---> Running in a693bea47d85 [2021-01-28T08:31:34.745Z] Removing intermediate container a693bea47d85 [2021-01-28T08:31:34.745Z] ---> 4d0799b323c3 [2021-01-28T08:31:34.745Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T08:31:35.024Z] ---> Running in dd9df1384ac9 [2021-01-28T08:31:35.630Z] Removing intermediate container dd9df1384ac9 [2021-01-28T08:31:35.630Z] ---> 1f102701b974 [2021-01-28T08:31:35.630Z] Step 22/23 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:31:35.630Z] ---> Running in 635bee09f027 [2021-01-28T08:31:36.228Z] Removing intermediate container 635bee09f027 [2021-01-28T08:31:36.228Z] ---> 147f2c935d74 [2021-01-28T08:31:36.228Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T08:31:36.502Z] ---> Running in 9aafdf0267ed [2021-01-28T08:31:37.095Z] Removing intermediate container 9aafdf0267ed [2021-01-28T08:31:37.095Z] ---> 12a892b496b9 [2021-01-28T08:31:37.095Z] [2021-01-28T08:31:37.367Z] Successfully built 12a892b496b9 [2021-01-28T08:31:37.367Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T08:31:39.350Z]  Building docker-core-data-go ... done Removing intermediate container 5c2b25de5075 [2021-01-28T08:31:39.350Z] ---> cbdce8bb4a50 [2021-01-28T08:31:39.350Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T08:31:39.350Z] ---> Running in f69480b2ca7f [2021-01-28T08:31:43.637Z] Collecting docker-compose==1.23.2 [2021-01-28T08:31:43.907Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T08:31:44.499Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T08:31:44.499Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T08:31:45.087Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T08:31:45.087Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T08:31:45.357Z] 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-28T08:31:45.357Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T08:31:45.627Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T08:31:48.232Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T08:31:48.232Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T08:31:48.821Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T08:31:48.821Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T08:31:49.413Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T08:31:49.413Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T08:31:50.379Z] Collecting PyYAML<4,>=3.10 [2021-01-28T08:31:50.379Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T08:31:53.745Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T08:31:53.745Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T08:31:55.165Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T08:31:55.165Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T08:31:57.124Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T08:31:57.124Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T08:31:57.395Z] 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-28T08:31:57.664Z] Collecting idna<2.8,>=2.5 [2021-01-28T08:31:57.664Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T08:31:57.664Z] 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-28T08:31:57.934Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T08:31:57.934Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T08:31:57.934Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T08:31:57.934Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T08:31:57.934Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T08:31:57.934Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T08:31:58.917Z] Installing collected packages: jsonschema, websocket-client, dockerpty, urllib3, idna, requests, cached-property, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose [2021-01-28T08:31:59.521Z] Running setup.py install for dockerpty: started [2021-01-28T08:32:01.532Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T08:32:01.532Z] Attempting uninstall: urllib3 [2021-01-28T08:32:01.532Z] Found existing installation: urllib3 1.25.9 [2021-01-28T08:32:01.532Z] Uninstalling urllib3-1.25.9: [2021-01-28T08:32:01.802Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T08:32:02.397Z] Attempting uninstall: idna [2021-01-28T08:32:02.397Z] Found existing installation: idna 2.9 [2021-01-28T08:32:02.397Z] Uninstalling idna-2.9: [2021-01-28T08:32:02.397Z] Successfully uninstalled idna-2.9 [2021-01-28T08:32:02.987Z] Attempting uninstall: requests [2021-01-28T08:32:02.987Z] Found existing installation: requests 2.23.0 [2021-01-28T08:32:02.987Z] Uninstalling requests-2.23.0: [2021-01-28T08:32:02.987Z] Successfully uninstalled requests-2.23.0 [2021-01-28T08:32:04.408Z] Running setup.py install for PyYAML: started [2021-01-28T08:32:06.376Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T08:32:06.376Z] Running setup.py install for docopt: started [2021-01-28T08:32:07.792Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T08:32:07.793Z] Running setup.py install for texttable: started [2021-01-28T08:32:09.755Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T08:32:10.348Z] 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-28T08:32:14.635Z] Removing intermediate container f69480b2ca7f [2021-01-28T08:32:14.635Z] ---> 88ccb2d699a6 [2021-01-28T08:32:14.635Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T08:32:14.635Z] ---> Running in 32f501b49d66 [2021-01-28T08:32:15.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T08:32:15.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T08:32:16.088Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T08:32:16.088Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T08:32:16.088Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T08:32:16.088Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T08:32:16.088Z] OK: 71 MiB in 58 packages [2021-01-28T08:32:17.515Z] Removing intermediate container 32f501b49d66 [2021-01-28T08:32:17.515Z] ---> 4ff39b847aff [2021-01-28T08:32:17.515Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T08:32:17.515Z] ---> Running in 3cb238c5c89c [2021-01-28T08:32:18.108Z] Removing intermediate container 3cb238c5c89c [2021-01-28T08:32:18.108Z] ---> 26b689380e96 [2021-01-28T08:32:18.108Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T08:32:18.108Z] ---> Running in 1150bf591fea [2021-01-28T08:32:18.699Z] Removing intermediate container 1150bf591fea [2021-01-28T08:32:18.699Z] ---> 7598fba50e70 [2021-01-28T08:32:18.699Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T08:32:18.699Z] ---> Running in 5f04d234dc23 [2021-01-28T08:32:19.291Z] Removing intermediate container 5f04d234dc23 [2021-01-28T08:32:19.291Z] ---> fb4468b4926a [2021-01-28T08:32:19.291Z] Step 25/26 : LABEL git_sha=0cc3e3219049fdf712ebbcbcf561b47189c8f295 [2021-01-28T08:32:19.291Z] ---> Running in 651aa8571280 [2021-01-28T08:32:19.882Z] Removing intermediate container 651aa8571280 [2021-01-28T08:32:19.882Z] ---> 52c97eadd8ba [2021-01-28T08:32:19.882Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T08:32:19.882Z] ---> Running in 53b0341db0fd [2021-01-28T08:32:20.155Z] Removing intermediate container 53b0341db0fd [2021-01-28T08:32:20.155Z] ---> ae5cb7403517 [2021-01-28T08:32:20.155Z] [2021-01-28T08:32:20.748Z] Successfully built ae5cb7403517 [2021-01-28T08:32:20.748Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T08:32:20.748Z]  Building docker-sys-mgmt-agent-go ... done  [2021-01-28T08:32:20.748Z] ERROR: for docker-security-bootstrapper-go (, 'The command \'/bin/sh -c make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR"\' returned a non-zero code: 2') [2021-01-28T08:32:20.749Z] Service 'docker-security-bootstrapper-go' failed to build: The command '/bin/sh -c make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR"' returned a non-zero code: 2 [Pipeline] } [2021-01-28T08:32:21.087Z] $ docker stop --time=1 3916af18e0487b69ae7aa93077f5a45b2de9c776e81beb265fe7cab7c5c8f5fc [2021-01-28T08:32:23.022Z] $ docker rm -f 3916af18e0487b69ae7aa93077f5a45b2de9c776e81beb265fe7cab7c5c8f5fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T08:32:24.372Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-28T08:32:26.396Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:32:27.282Z] ---> package-listing.sh [2021-01-28T08:32:27.282Z] ++ facter osfamily [2021-01-28T08:32:27.282Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T08:32:27.282Z] + OS_FAMILY=redhat [2021-01-28T08:32:27.282Z] + workspace=/w/workspace/edgex-go/5 [2021-01-28T08:32:27.282Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T08:32:27.282Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T08:32:27.282Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T08:32:27.282Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T08:32:27.282Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-28T08:32:27.282Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T08:32:27.282Z] + case "${OS_FAMILY}" in [2021-01-28T08:32:27.282Z] + rpm -qa [2021-01-28T08:32:27.282Z] + sort [2021-01-28T08:32:32.592Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T08:32:32.592Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T08:32:32.592Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T08:32:32.592Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-28T08:32:32.592Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-28T08:32:32.592Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-28T08:32:32.608Z] 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-28T08:32:32.905Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:32:33.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T08:32:33.220Z] [2021-01-28T08:32:33.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T08:32:33.607Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T08:32:33.607Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T08:32:33.607Z] df20fa9351a1: Pulling fs layer [2021-01-28T08:32:33.607Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T08:32:33.607Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T08:32:33.607Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T08:32:33.607Z] 93b61091891f: Pulling fs layer [2021-01-28T08:32:33.607Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T08:32:33.607Z] 5e14af77c1be: Pulling fs layer [2021-01-28T08:32:33.607Z] 01666e4c0597: Pulling fs layer [2021-01-28T08:32:33.607Z] aa168da1d23b: Pulling fs layer [2021-01-28T08:32:33.607Z] 93b9cdb0e59b: Waiting [2021-01-28T08:32:33.607Z] 5e14af77c1be: Waiting [2021-01-28T08:32:33.607Z] aa168da1d23b: Waiting [2021-01-28T08:32:33.607Z] 01666e4c0597: Waiting [2021-01-28T08:32:33.607Z] 93b61091891f: Waiting [2021-01-28T08:32:33.607Z] 46f8f816bc3b: Waiting [2021-01-28T08:32:33.607Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T08:32:33.607Z] 36b3adc4ff6f: Download complete [2021-01-28T08:32:33.873Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T08:32:33.873Z] 46f8f816bc3b: Download complete [2021-01-28T08:32:33.873Z] df20fa9351a1: Verifying Checksum [2021-01-28T08:32:33.873Z] df20fa9351a1: Download complete [2021-01-28T08:32:33.873Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T08:32:33.873Z] 93b9cdb0e59b: Download complete [2021-01-28T08:32:33.873Z] 5e14af77c1be: Verifying Checksum [2021-01-28T08:32:33.873Z] 5e14af77c1be: Download complete [2021-01-28T08:32:33.873Z] 01666e4c0597: Verifying Checksum [2021-01-28T08:32:33.873Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T08:32:33.873Z] 8ad3a11d3b57: Download complete [2021-01-28T08:32:34.134Z] df20fa9351a1: Pull complete [2021-01-28T08:32:34.395Z] 36b3adc4ff6f: Pull complete [2021-01-28T08:32:34.665Z] 93b61091891f: Download complete [2021-01-28T08:32:35.247Z] 8ad3a11d3b57: Pull complete [2021-01-28T08:32:35.247Z] 46f8f816bc3b: Pull complete [2021-01-28T08:32:35.826Z] 93b61091891f: Pull complete [2021-01-28T08:32:36.402Z] aa168da1d23b: Download complete [2021-01-28T08:32:37.348Z] 93b9cdb0e59b: Pull complete [2021-01-28T08:32:37.612Z] 5e14af77c1be: Pull complete [2021-01-28T08:32:37.612Z] 01666e4c0597: Pull complete [2021-01-28T08:32:47.664Z] aa168da1d23b: Pull complete [2021-01-28T08:32:47.665Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T08:32:47.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T08:32:47.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T08:32:47.919Z] prd-centos7-docker-4c-2g-23711 does not seem to be running inside a container [2021-01-28T08:32:47.979Z] $ 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-28T08:32:52.527Z] $ docker top 815f62af1a5f1970b5743032774cb87b0f1be055d12de3039619bc74878545ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T08:32:53.100Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T08:32:53.400Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T08:32:53.700Z] + ls /var/log/sa-host [2021-01-28T08:32:53.700Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T08:32:53.700Z] file_magic: OK [2021-01-28T08:32:53.700Z] HZ: Using current value: 100 [2021-01-28T08:32:53.700Z] file_header: OK [2021-01-28T08:32:53.700Z] 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-28T08:32:53.700Z] Statistics: [2021-01-28T08:32:53.700Z] Hnuu...uuuununununu... [2021-01-28T08:32:53.700Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T08:32:53.700Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T08:32:53.700Z] file_magic: OK [2021-01-28T08:32:53.700Z] HZ: Using current value: 100 [2021-01-28T08:32:53.700Z] file_header: OK [2021-01-28T08:32:53.700Z] 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-28T08:32:53.700Z] Statistics: [2021-01-28T08:32:53.700Z] 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-28T08:32:53.700Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T08:32:53.929Z] provisioning config files... [2021-01-28T08:32:53.960Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1861236660519127531tmp [Pipeline] { [Pipeline] echo [2021-01-28T08:32:54.062Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:32:54.361Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T08:32:54.370Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T08:32:54.464Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:32:54.769Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T08:32:54.779Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:32:55.080Z] ---> sudo-logs.sh [2021-01-28T08:32:55.081Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T08:32:55.092Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:32:55.391Z] ---> job-cost.sh [2021-01-28T08:32:55.391Z] lf-activate-venv: SKIPPING [2021-01-28T08:32:55.391Z] INFO: No Stack... [2021-01-28T08:32:56.337Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T08:32:56.912Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T08:32:56.930Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T08:32:57.234Z] ---> logs-deploy.sh [2021-01-28T08:32:57.234Z] lf-activate-venv: SKIPPING [2021-01-28T08:32:57.234Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3078/5 [2021-01-28T08:32:57.234Z] INFO: archiving workspace using pattern(s): [2021-01-28T08:32:58.732Z] Archives upload complete. [2021-01-28T08:32:58.732Z] INFO: archiving logs to Nexus