Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 2037975b14bcccb26699bfe63d53181688204e32+c2d5dc167efdba7037e3dd944aa45209cd29109f (a7acf65c3fd7a9e9ccc07be41836c5a0cca2115b) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20786 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/29 [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/29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 Merge succeeded, producing 2037975b14bcccb26699bfe63d53181688204e32 Checking out Revision 2037975b14bcccb26699bfe63d53181688204e32 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 Commit message: "feat(security): Add more tests to increase coverage" > git rev-list --no-walk 2446ae070c94bfb7a7192148f0019dace426896f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-16T18:21:28.627Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-16T18:21:28.884Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-16T18:21:28.978Z] ========================================================= [2021-01-16T18:21:28.978Z] EdgeX Global Pipelines Version Info [2021-01-16T18:21:28.978Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:21:30.529Z] ------------------- [2021-01-16T18:21:30.529Z] stable info: [2021-01-16T18:21:30.529Z] ------------------- [2021-01-16T18:21:30.529Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-16T18:21:30.529Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-16T18:21:30.529Z] Message: update stable to v1.0.177 [2021-01-16T18:21:31.482Z] ------------------- [2021-01-16T18:21:31.482Z] experimental info: [2021-01-16T18:21:31.482Z] ------------------- [2021-01-16T18:21:31.482Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-16T18:21:31.482Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-16T18:21:31.482Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-16T18:21:31.862Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-16T18:21:32.003Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-16T18:21:32.092Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-16T18:21:32.177Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-16T18:21:32.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-16T18:21:32.390Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-16T18:21:32.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-16T18:21:32.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-16T18:21:32.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-16T18:21:32.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-16T18:21:32.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-16T18:21:32.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-16T18:21:33.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-16T18:21:33.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-16T18:21:33.283Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-16T18:21:33.384Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-16T18:21:33.474Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-16T18:21:33.560Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-16T18:21:33.669Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-16T18:21:33.754Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-16T18:21:33.843Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-16T18:21:33.947Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-16T18:21:34.033Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-16T18:21:34.119Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-16T18:21:34.228Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-16T18:21:34.336Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-16T18:21:34.431Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2037975b14bcccb26699bfe63d53181688204e32 [Pipeline] echo [2021-01-16T18:21:34.519Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2037975 [Pipeline] echo [2021-01-16T18:21:34.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-16T18:21:34.795Z] provisioning config files... [2021-01-16T18:21:34.827Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config8321143752257059503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:21:35.200Z] ---> docker-login.sh [2021-01-16T18:21:35.200Z] nexus3.edgexfoundry.org:10001 [2021-01-16T18:21:35.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:21:35.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:21:35.731Z] Configure a credential helper to remove this warning. See [2021-01-16T18:21:35.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:21:35.731Z] [2021-01-16T18:21:35.731Z] Login Succeeded [2021-01-16T18:21:35.731Z] nexus3.edgexfoundry.org:10002 [2021-01-16T18:21:35.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:21:35.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:21:35.995Z] Configure a credential helper to remove this warning. See [2021-01-16T18:21:35.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:21:35.995Z] [2021-01-16T18:21:35.995Z] Login Succeeded [2021-01-16T18:21:35.995Z] nexus3.edgexfoundry.org:10003 [2021-01-16T18:21:35.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:21:36.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:21:36.260Z] Configure a credential helper to remove this warning. See [2021-01-16T18:21:36.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:21:36.260Z] [2021-01-16T18:21:36.260Z] Login Succeeded [2021-01-16T18:21:36.260Z] nexus3.edgexfoundry.org:10004 [2021-01-16T18:21:36.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:21:36.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:21:36.260Z] Configure a credential helper to remove this warning. See [2021-01-16T18:21:36.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:21:36.260Z] [2021-01-16T18:21:36.260Z] Login Succeeded [2021-01-16T18:21:36.260Z] docker.io [2021-01-16T18:21:36.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:21:36.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:21:36.790Z] Configure a credential helper to remove this warning. See [2021-01-16T18:21:36.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:21:36.790Z] [2021-01-16T18:21:36.790Z] Login Succeeded [2021-01-16T18:21:36.790Z] ---> docker-login.sh ends [Pipeline] } [2021-01-16T18:21:36.801Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-16T18:21:37.256Z] ++ 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-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/core-command/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/core-data/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-16T18:21:37.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T18:21:37.256Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-16T18:21:37.256Z] ++ cut -d/ -f2 [2021-01-16T18:21:37.256Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-16T18:21:37.342Z] 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-16T18:21:39.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T18:21:39.206Z] [2021-01-16T18:21:39.206Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:21:39.574Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T18:21:39.574Z] latest: Pulling from edgex-devops/git-semver [2021-01-16T18:21:39.574Z] 31603596830f: Pulling fs layer [2021-01-16T18:21:39.574Z] 2a8b12db71e7: Pulling fs layer [2021-01-16T18:21:39.574Z] 6ca5941a6612: Pulling fs layer [2021-01-16T18:21:39.574Z] ecc8261a40a4: Pulling fs layer [2021-01-16T18:21:39.574Z] ecc8261a40a4: Waiting [2021-01-16T18:21:39.574Z] 2a8b12db71e7: Verifying Checksum [2021-01-16T18:21:39.574Z] 2a8b12db71e7: Download complete [2021-01-16T18:21:39.840Z] 31603596830f: Verifying Checksum [2021-01-16T18:21:39.840Z] 31603596830f: Download complete [2021-01-16T18:21:39.840Z] ecc8261a40a4: Verifying Checksum [2021-01-16T18:21:39.840Z] ecc8261a40a4: Download complete [2021-01-16T18:21:39.840Z] 6ca5941a6612: Verifying Checksum [2021-01-16T18:21:39.840Z] 6ca5941a6612: Download complete [2021-01-16T18:21:40.107Z] 31603596830f: Pull complete [2021-01-16T18:21:40.374Z] 2a8b12db71e7: Pull complete [2021-01-16T18:21:41.331Z] 6ca5941a6612: Pull complete [2021-01-16T18:21:41.594Z] ecc8261a40a4: Pull complete [2021-01-16T18:21:41.594Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-16T18:21:41.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T18:21:41.594Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-16T18:21:41.716Z] prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container [2021-01-16T18:21:41.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-16T18:21:44.677Z] $ docker top 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-16T18:21:44.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-16T18:21:44.973Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-16T18:21:45.222Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-16T18:21:45.224Z] $ docker exec 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af ssh-agent [2021-01-16T18:21:45.409Z] SSH_AUTH_SOCK=/tmp/ssh-KjZyj8lChatX/agent.12 [2021-01-16T18:21:45.409Z] SSH_AGENT_PID=17 [2021-01-16T18:21:45.423Z] Running ssh-add (command line suppressed) [2021-01-16T18:21:45.555Z] Identity added: /w/workspace/edgex-go/29@tmp/private_key_4954709950296463208.key (/w/workspace/edgex-go/29@tmp/private_key_4954709950296463208.key) [2021-01-16T18:21:45.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-16T18:21:45.950Z] + git tag --points-at HEAD [Pipeline] } [2021-01-16T18:21:45.971Z] $ docker exec --env ******** --env ******** 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af ssh-agent -k [2021-01-16T18:21:46.094Z] unset SSH_AUTH_SOCK; [2021-01-16T18:21:46.095Z] unset SSH_AGENT_PID; [2021-01-16T18:21:46.095Z] echo Agent pid 17 killed; [2021-01-16T18:21:46.157Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-16T18:21:46.303Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-16T18:21:46.303Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-16T18:21:46.484Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-16T18:21:46.486Z] $ docker exec 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af ssh-agent [2021-01-16T18:21:46.664Z] SSH_AUTH_SOCK=/tmp/ssh-LCQ6HGrpwoqQ/agent.47 [2021-01-16T18:21:46.664Z] SSH_AGENT_PID=52 [2021-01-16T18:21:46.671Z] Running ssh-add (command line suppressed) [2021-01-16T18:21:46.796Z] Identity added: /w/workspace/edgex-go/29@tmp/private_key_3055829644626580518.key (/w/workspace/edgex-go/29@tmp/private_key_3055829644626580518.key) [2021-01-16T18:21:46.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-16T18:21:47.200Z] + git semver init [2021-01-16T18:21:47.200Z] # -> Open(): unable to determine branch for HEAD [2021-01-16T18:21:47.200Z] # $GIT_DIR = /w/workspace/edgex-go/29/.git [2021-01-16T18:21:47.200Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/29 [2021-01-16T18:21:47.200Z] # $SEMVER_REMOTE_NAME = origin [2021-01-16T18:21:47.200Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-16T18:21:47.200Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-16T18:21:47.200Z] # $SEMVER_BRANCH = PR-2970 [2021-01-16T18:21:47.200Z] # $SEMVER_TEMP = /tmp/semver-912519914 [2021-01-16T18:21:47.200Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-16T18:22:13.865Z] # '/tmp/semver-912519914' -> '/w/workspace/edgex-go/29/.semver' [2021-01-16T18:22:13.865Z] # -> Force: false [2021-01-16T18:22:13.865Z] # $SEMVER_DIR = /w/workspace/edgex-go/29/.semver [Pipeline] } [2021-01-16T18:22:13.881Z] $ docker exec --env ******** --env ******** 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af ssh-agent -k [2021-01-16T18:22:14.161Z] unset SSH_AUTH_SOCK; [2021-01-16T18:22:14.161Z] unset SSH_AGENT_PID; [2021-01-16T18:22:14.161Z] echo Agent pid 52 killed; [2021-01-16T18:22:14.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-16T18:22:14.815Z] + git semver [Pipeline] } [2021-01-16T18:22:14.833Z] $ docker stop --time=1 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af [2021-01-16T18:22:16.499Z] $ docker rm -f 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T18:22:17.043Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-16T18:22:17.567Z] Stashed 1 file(s) [Pipeline] echo [2021-01-16T18:22:17.570Z] [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-16T18:22:18.471Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-16T18:22:18.773Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-16T18:22:19.075Z] + sudo service docker restart [2021-01-16T18:22:19.075Z] + true [2021-01-16T18:22:19.075Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-16T18:22:20.044Z] ========================================================= [2021-01-16T18:22:20.044Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-16T18:22:20.044Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:22:20.388Z] + 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-16T18:22:25.730Z] Sending build context to Docker daemon 326.7MB [2021-01-16T18:22:25.730Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-16T18:22:25.730Z] Step 2/6 : FROM ${BASE} [2021-01-16T18:22:25.730Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-16T18:22:25.730Z] 188c0c94c7c5: Pulling fs layer [2021-01-16T18:22:25.730Z] 0ef7d3d256c8: Pulling fs layer [2021-01-16T18:22:25.730Z] de9db76c5a1d: Pulling fs layer [2021-01-16T18:22:25.730Z] bca2f99d35d6: Pulling fs layer [2021-01-16T18:22:25.730Z] 93359f2a8cfa: Pulling fs layer [2021-01-16T18:22:25.730Z] 7c6f9722023f: Pulling fs layer [2021-01-16T18:22:25.730Z] a35cf1a2eb13: Pulling fs layer [2021-01-16T18:22:25.730Z] 93359f2a8cfa: Waiting [2021-01-16T18:22:25.730Z] 7c6f9722023f: Waiting [2021-01-16T18:22:25.730Z] bca2f99d35d6: Waiting [2021-01-16T18:22:25.730Z] a35cf1a2eb13: Waiting [2021-01-16T18:22:25.730Z] de9db76c5a1d: Download complete [2021-01-16T18:22:25.730Z] 0ef7d3d256c8: Verifying Checksum [2021-01-16T18:22:25.730Z] 0ef7d3d256c8: Download complete [2021-01-16T18:22:25.730Z] 93359f2a8cfa: Verifying Checksum [2021-01-16T18:22:25.730Z] 93359f2a8cfa: Download complete [2021-01-16T18:22:25.730Z] 188c0c94c7c5: Verifying Checksum [2021-01-16T18:22:25.730Z] 188c0c94c7c5: Download complete [2021-01-16T18:22:25.730Z] 7c6f9722023f: Verifying Checksum [2021-01-16T18:22:25.730Z] 7c6f9722023f: Download complete [2021-01-16T18:22:25.730Z] 188c0c94c7c5: Pull complete [2021-01-16T18:22:25.995Z] 0ef7d3d256c8: Pull complete [2021-01-16T18:22:25.995Z] de9db76c5a1d: Pull complete [2021-01-16T18:22:27.408Z] a35cf1a2eb13: Verifying Checksum [2021-01-16T18:22:27.408Z] a35cf1a2eb13: Download complete [2021-01-16T18:22:28.368Z] bca2f99d35d6: Verifying Checksum [2021-01-16T18:22:28.368Z] bca2f99d35d6: Download complete [2021-01-16T18:22:32.955Z] Still waiting to schedule task [2021-01-16T18:22:32.955Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-16T18:22:33.693Z] bca2f99d35d6: Pull complete [2021-01-16T18:22:33.693Z] 93359f2a8cfa: Pull complete [2021-01-16T18:22:33.694Z] 7c6f9722023f: Pull complete [2021-01-16T18:22:40.326Z] a35cf1a2eb13: Pull complete [2021-01-16T18:22:40.327Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-16T18:22:40.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-16T18:22:40.327Z] ---> a62c8e92a672 [2021-01-16T18:22:40.327Z] 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-16T18:22:40.327Z] ---> Running in 06138fd91144 [2021-01-16T18:22:41.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:22:41.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:22:42.121Z] (1/12) Installing libmagic (5.38-r0) [2021-01-16T18:22:42.696Z] (2/12) Installing file (5.38-r0) [2021-01-16T18:22:42.959Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-16T18:22:42.959Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-16T18:22:48.273Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-16T18:22:48.273Z] (6/12) Installing patch (2.7.6-r6) [2021-01-16T18:22:48.273Z] (7/12) Installing build-base (0.5-r2) [2021-01-16T18:22:48.273Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-16T18:22:48.273Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-16T18:22:48.273Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-16T18:22:48.273Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-16T18:22:48.273Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-16T18:22:48.273Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:22:48.273Z] OK: 233 MiB in 51 packages [2021-01-16T18:22:51.608Z] Removing intermediate container 06138fd91144 [2021-01-16T18:22:51.608Z] ---> b7fe6ba6efda [2021-01-16T18:22:51.608Z] Step 4/6 : WORKDIR /edgex-go [2021-01-16T18:22:51.608Z] ---> Running in 8a7bcf5de481 [2021-01-16T18:22:51.872Z] Removing intermediate container 8a7bcf5de481 [2021-01-16T18:22:51.872Z] ---> a81e9c6b9955 [2021-01-16T18:22:51.872Z] Step 5/6 : COPY go.mod . [2021-01-16T18:22:52.151Z] ---> 1a4846dbcf1d [2021-01-16T18:22:52.151Z] Step 6/6 : RUN go mod download [2021-01-16T18:22:52.151Z] ---> Running in 11ca4d5b4797 [2021-01-16T18:23:14.184Z] Removing intermediate container 11ca4d5b4797 [2021-01-16T18:23:14.184Z] ---> e3c284469592 [2021-01-16T18:23:14.184Z] Successfully built e3c284469592 [2021-01-16T18:23:14.184Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:23:14.505Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-16T18:23:14.505Z] . [Pipeline] withDockerContainer [2021-01-16T18:23:14.617Z] prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container [2021-01-16T18:23:14.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-16T18:23:15.550Z] $ docker top 5b671a38a1cb92fa10a9926a24930b125d3f7ffcd83a45ea5e67b640628ee232 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T18:23:16.089Z] + go version [2021-01-16T18:23:16.089Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-16T18:23:16.106Z] $ docker stop --time=1 5b671a38a1cb92fa10a9926a24930b125d3f7ffcd83a45ea5e67b640628ee232 [2021-01-16T18:23:17.484Z] $ docker rm -f 5b671a38a1cb92fa10a9926a24930b125d3f7ffcd83a45ea5e67b640628ee232 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:23:18.364Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-16T18:23:18.364Z] . [Pipeline] withDockerContainer [2021-01-16T18:23:18.476Z] prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container [2021-01-16T18:23:18.527Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-16T18:23:19.370Z] $ docker top 9016f98a2ecad77ea9a1bac8ebbc53fd1d21fa8e8691d7ed450f1546849fccf8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-16T18:23:19.563Z] ========================================================= [2021-01-16T18:23:19.563Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-16T18:23:19.563Z] ========================================================= [Pipeline] sh [2021-01-16T18:23:19.861Z] + make test [2021-01-16T18:23:19.861Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-16T18:23:29.934Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-16T18:23:44.957Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-16T18:23:50.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-16T18:23:50.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-16T18:23:51.132Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-16T18:23:51.132Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-16T18:23:54.595Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-16T18:23:54.595Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-16T18:23:54.595Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-16T18:23:54.595Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-16T18:23:54.595Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-16T18:23:54.595Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-16T18:23:56.575Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-16T18:23:56.575Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-16T18:23:56.575Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-16T18:23:58.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2021-01-16T18:23:58.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-16T18:23:58.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-16T18:23:58.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-16T18:23:58.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-16T18:23:58.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-16T18:24:03.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.212s coverage: 27.0% of statements [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-16T18:24:03.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-16T18:24:03.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-16T18:24:03.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 67.9% of statements [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-16T18:24:03.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.3% of statements [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-16T18:24:03.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-16T18:24:05.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.350s coverage: 28.6% of statements [2021-01-16T18:24:05.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-16T18:24:05.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-16T18:24:05.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-16T18:24:05.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-16T18:24:05.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-16T18:24:05.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-01-16T18:24:05.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-16T18:24:05.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-01-16T18:24:05.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-16T18:24:05.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.145s coverage: 86.7% of statements [2021-01-16T18:24:05.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-16T18:24:06.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements [2021-01-16T18:24:06.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-16T18:24:06.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-01-16T18:24:06.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-16T18:24:06.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-16T18:24:06.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-16T18:24:06.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-16T18:24:08.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements [2021-01-16T18:24:08.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-16T18:24:08.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-16T18:24:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-16T18:24:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-16T18:24:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-16T18:24:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 43.8% of statements [2021-01-16T18:24:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 20.5% of statements [2021-01-16T18:24:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-01-16T18:24:09.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.204s coverage: 96.3% of statements [2021-01-16T18:24:09.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-01-16T18:24:14.335Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20787 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-16T18:24:14.388Z] Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout [2021-01-16T18:24:19.279Z] using credential edgex-jenkins-ssh [2021-01-16T18:24:19.336Z] Cloning the remote Git repository [2021-01-16T18:24:19.406Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-16T18:24:19.526Z] > git init /w/workspace/edgex-go/29 # timeout=10 [2021-01-16T18:24:19.607Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T18:24:19.608Z] > git --version # timeout=10 [2021-01-16T18:24:19.626Z] > git --version # 'git version 2.17.1' [2021-01-16T18:24:19.628Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T18:24:19.717Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 88.6% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.070s coverage: 91.4% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 68.9% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.0% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.1% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-16T18:24:21.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-16T18:24:21.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-16T18:24:22.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.757s coverage: 29.1% of statements [2021-01-16T18:24:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-16T18:24:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-16T18:24:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-16T18:24:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-16T18:24:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-16T18:24:22.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-01-16T18:24:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-16T18:24:22.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-01-16T18:24:22.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-16T18:24:22.622Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-16T18:24:22.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-16T18:24:22.622Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-01-16T18:24:22.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-16T18:24:22.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-16T18:24:22.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-16T18:24:22.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-16T18:24:22.622Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-01-16T18:24:22.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-16T18:24:22.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-16T18:24:23.203Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-16T18:24:23.465Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-16T18:24:23.465Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-16T18:24:24.044Z] GO111MODULE=on go vet ./... [2021-01-16T18:24:35.862Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T18:24:35.878Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T18:24:35.907Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T18:24:35.953Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T18:24:35.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T18:24:35.972Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-16T18:24:36.837Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:24:37.267Z] Merge succeeded, producing 2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:24:37.267Z] Checking out Revision 2037975b14bcccb26699bfe63d53181688204e32 (PR-2970) [2021-01-16T18:24:36.858Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T18:24:36.876Z] > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [2021-01-16T18:24:37.181Z] > git remote # timeout=10 [2021-01-16T18:24:37.202Z] > git config --get remote.origin.url # timeout=10 [2021-01-16T18:24:37.218Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T18:24:37.230Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-16T18:24:37.254Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-16T18:24:37.277Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T18:24:37.288Z] > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [2021-01-16T18:24:41.785Z] Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-16T18:24:43.413Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-16T18:24:43.816Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-16T18:24:44.251Z] + + truesudo [2021-01-16T18:24:44.252Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-16T18:24:46.306Z] provisioning config files... [2021-01-16T18:24:46.346Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config1864489481562573659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:24:46.746Z] ---> docker-login.sh [2021-01-16T18:24:46.746Z] nexus3.edgexfoundry.org:10001 [2021-01-16T18:24:47.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:24:48.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:24:48.328Z] Configure a credential helper to remove this warning. See [2021-01-16T18:24:48.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:24:48.328Z] [2021-01-16T18:24:48.328Z] Login Succeeded [2021-01-16T18:24:48.328Z] nexus3.edgexfoundry.org:10002 [2021-01-16T18:24:48.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:24:48.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:24:48.600Z] Configure a credential helper to remove this warning. See [2021-01-16T18:24:48.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:24:48.600Z] [2021-01-16T18:24:48.600Z] Login Succeeded [2021-01-16T18:24:48.600Z] nexus3.edgexfoundry.org:10003 [2021-01-16T18:24:49.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:24:49.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:24:49.198Z] Configure a credential helper to remove this warning. See [2021-01-16T18:24:49.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:24:49.198Z] [2021-01-16T18:24:49.198Z] Login Succeeded [2021-01-16T18:24:49.198Z] nexus3.edgexfoundry.org:10004 [2021-01-16T18:24:49.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:24:49.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:24:49.796Z] Configure a credential helper to remove this warning. See [2021-01-16T18:24:49.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:24:49.796Z] [2021-01-16T18:24:49.796Z] Login Succeeded [2021-01-16T18:24:49.796Z] docker.io [2021-01-16T18:24:50.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T18:24:50.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T18:24:50.663Z] Configure a credential helper to remove this warning. See [2021-01-16T18:24:50.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T18:24:50.663Z] [2021-01-16T18:24:50.663Z] Login Succeeded [2021-01-16T18:24:50.663Z] ---> docker-login.sh ends [Pipeline] } [2021-01-16T18:24:50.681Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-16T18:24:50.779Z] gofmt -l . [2021-01-16T18:24:50.779Z] [ "`gofmt -l .`" = "" ] [2021-01-16T18:24:50.779Z] ./bin/test-go-mod-tidy.sh [2021-01-16T18:24:50.779Z] ./bin/test-attribution-txt.sh [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2021-01-16T18:24:51.188Z] ========================================================= [2021-01-16T18:24:51.189Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-16T18:24:51.189Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:24:51.362Z] + ls -al . [2021-01-16T18:24:51.362Z] total 668 [2021-01-16T18:24:51.362Z] drwxrwxr-x 10 1001 1001 4096 Jan 16 18:24 . [2021-01-16T18:24:51.362Z] drwxr-xr-x 4 root root 30 Jan 16 18:23 .. [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 11 Jan 16 18:21 .dockerignore [2021-01-16T18:24:51.362Z] drwxrwxr-x 8 1001 1001 179 Jan 16 18:21 .git [2021-01-16T18:24:51.362Z] drwxrwxr-x 3 1001 1001 125 Jan 16 18:21 .github [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 872 Jan 16 18:21 .gitignore [2021-01-16T18:24:51.362Z] drwx------ 3 1001 1001 47 Jan 16 18:22 .semver [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 18:21 .sonarcloud.properties [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 7844 Jan 16 18:21 Attribution.txt [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 18:21 CONTRIBUTING.md [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 931 Jan 16 18:21 Dockerfile.build [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 863 Jan 16 18:21 Jenkinsfile [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 18:21 LICENSE [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 6001 Jan 16 18:21 Makefile [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 6524 Jan 16 18:21 README.md [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 6744 Jan 16 18:21 SECURITY.md [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 18:22 VERSION [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 4131 Jan 16 18:21 ZMQWindows.md [2021-01-16T18:24:51.362Z] drwxrwxr-x 2 1001 1001 117 Jan 16 18:21 bin [2021-01-16T18:24:51.362Z] drwxrwxr-x 15 1001 1001 4096 Jan 16 18:21 cmd [2021-01-16T18:24:51.362Z] -rw-r--r-- 1 root root 561484 Jan 16 18:24 coverage.out [2021-01-16T18:24:51.362Z] -rw-r--r-- 1 root root 1007 Jan 16 18:24 go.mod [2021-01-16T18:24:51.362Z] -rw-r--r-- 1 root root 19394 Jan 16 18:24 go.sum [2021-01-16T18:24:51.362Z] drwxrwxr-x 8 1001 1001 127 Jan 16 18:21 internal [2021-01-16T18:24:51.362Z] drwxrwxr-x 4 1001 1001 26 Jan 16 18:21 openapi [2021-01-16T18:24:51.362Z] drwxrwxr-x 4 1001 1001 71 Jan 16 18:21 snap [2021-01-16T18:24:51.362Z] -rw-rw-r-- 1 1001 1001 168 Jan 16 18:21 version.go [Pipeline] sh [2021-01-16T18:24:51.565Z] + 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-16T18:24:51.666Z] + '[' -e coverage.out ] [2021-01-16T18:24:51.666Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-16T18:24:51.875Z] Stashed 1 file(s) [Pipeline] sh [2021-01-16T18:24:52.169Z] + make build [2021-01-16T18:24:52.169Z] 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-16T18:24:54.201Z] Sending build context to Docker daemon 165.7MB [2021-01-16T18:24:54.201Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-16T18:24:54.201Z] Step 2/6 : FROM ${BASE} [2021-01-16T18:24:54.201Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-16T18:24:54.201Z] 5f621e34cdf4: Pulling fs layer [2021-01-16T18:24:54.201Z] a4357932f1b6: Pulling fs layer [2021-01-16T18:24:54.201Z] 18c013af1878: Pulling fs layer [2021-01-16T18:24:54.201Z] 00ac8860ef70: Pulling fs layer [2021-01-16T18:24:54.201Z] 63d7cb157983: Pulling fs layer [2021-01-16T18:24:54.201Z] b116817d02f9: Pulling fs layer [2021-01-16T18:24:54.201Z] 745a02a5169b: Pulling fs layer [2021-01-16T18:24:54.201Z] 00ac8860ef70: Waiting [2021-01-16T18:24:54.201Z] 63d7cb157983: Waiting [2021-01-16T18:24:54.201Z] b116817d02f9: Waiting [2021-01-16T18:24:54.201Z] 745a02a5169b: Waiting [2021-01-16T18:24:54.201Z] 18c013af1878: Verifying Checksum [2021-01-16T18:24:54.201Z] 18c013af1878: Download complete [2021-01-16T18:24:54.201Z] a4357932f1b6: Download complete [2021-01-16T18:24:54.201Z] 63d7cb157983: Verifying Checksum [2021-01-16T18:24:54.796Z] b116817d02f9: Verifying Checksum [2021-01-16T18:24:54.796Z] b116817d02f9: Download complete [2021-01-16T18:24:54.796Z] 5f621e34cdf4: Verifying Checksum [2021-01-16T18:24:54.796Z] 5f621e34cdf4: Download complete [2021-01-16T18:24:55.411Z] 5f621e34cdf4: Pull complete [2021-01-16T18:24:56.007Z] a4357932f1b6: Pull complete [2021-01-16T18:24:56.280Z] 18c013af1878: Pull complete [2021-01-16T18:24:56.401Z] 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-16T18:24:56.870Z] 745a02a5169b: Verifying Checksum [2021-01-16T18:24:56.870Z] 745a02a5169b: Download complete [2021-01-16T18:24:58.305Z] 00ac8860ef70: Verifying Checksum [2021-01-16T18:24:58.305Z] 00ac8860ef70: Download complete [2021-01-16T18:25:04.656Z] 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-16T18:25:05.610Z] 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-16T18:25:07.537Z] 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-16T18:25:07.537Z] 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-16T18:25:08.470Z] 00ac8860ef70: Pull complete [2021-01-16T18:25:09.067Z] 63d7cb157983: Pull complete [2021-01-16T18:25:09.342Z] b116817d02f9: Pull complete [2021-01-16T18:25:09.500Z] 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-16T18:25:10.899Z] 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-16T18:25:11.847Z] 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-16T18:25:12.757Z] 745a02a5169b: Pull complete [2021-01-16T18:25:12.757Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-16T18:25:12.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-16T18:25:12.757Z] ---> b7e6874047d6 [2021-01-16T18:25:12.757Z] 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-16T18:25:13.254Z] 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-16T18:25:14.215Z] 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-16T18:25:15.173Z] 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-16T18:25:16.195Z] ---> Running in a23f7d79fec8 [2021-01-16T18:25:16.585Z] 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-16T18:25:17.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:25:18.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-01-16T18:25:18.529Z] $ docker stop --time=1 9016f98a2ecad77ea9a1bac8ebbc53fd1d21fa8e8691d7ed450f1546849fccf8 [2021-01-16T18:25:18.838Z] (1/12) Installing libmagic (5.38-r0) [2021-01-16T18:25:19.110Z] (2/12) Installing file (5.38-r0) [2021-01-16T18:25:19.110Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-16T18:25:19.383Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-16T18:25:20.354Z] $ docker rm -f 9016f98a2ecad77ea9a1bac8ebbc53fd1d21fa8e8691d7ed450f1546849fccf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:25:23.685Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-16T18:25:23.685Z] (6/12) Installing patch (2.7.6-r6) [2021-01-16T18:25:23.685Z] (7/12) Installing build-base (0.5-r2) [2021-01-16T18:25:23.685Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-16T18:25:23.685Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-16T18:25:23.685Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-16T18:25:23.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T18:25:23.871Z] [2021-01-16T18:25:23.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:25:23.958Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-16T18:25:23.958Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-16T18:25:23.958Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:25:23.958Z] OK: 217 MiB in 51 packages [2021-01-16T18:25:24.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T18:25:24.238Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-16T18:25:24.238Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-16T18:25:24.238Z] ca9280d653b3: Pulling fs layer [2021-01-16T18:25:24.238Z] 7e9c9ca2126c: Pulling fs layer [2021-01-16T18:25:24.238Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-16T18:25:24.238Z] cbdbe7a5bc2a: Download complete [2021-01-16T18:25:24.830Z] cbdbe7a5bc2a: Pull complete [2021-01-16T18:25:24.830Z] ca9280d653b3: Verifying Checksum [2021-01-16T18:25:24.830Z] ca9280d653b3: Download complete [2021-01-16T18:25:25.800Z] ca9280d653b3: Pull complete [2021-01-16T18:25:26.065Z] 7e9c9ca2126c: Download complete [2021-01-16T18:25:28.259Z] Removing intermediate container a23f7d79fec8 [2021-01-16T18:25:28.259Z] ---> 39f036ce0096 [2021-01-16T18:25:28.259Z] Step 4/6 : WORKDIR /edgex-go [2021-01-16T18:25:28.259Z] ---> Running in 593f43d87d76 [2021-01-16T18:25:28.851Z] Removing intermediate container 593f43d87d76 [2021-01-16T18:25:28.851Z] ---> 61507bf16b38 [2021-01-16T18:25:28.851Z] Step 5/6 : COPY go.mod . [2021-01-16T18:25:29.448Z] ---> 6956380db43b [2021-01-16T18:25:29.448Z] Step 6/6 : RUN go mod download [2021-01-16T18:25:29.719Z] ---> Running in 1e4400539302 [2021-01-16T18:25:34.298Z] 7e9c9ca2126c: Pull complete [2021-01-16T18:25:34.298Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-16T18:25:34.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T18:25:34.298Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-16T18:25:34.515Z] prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container [2021-01-16T18:25:34.565Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-16T18:25:36.666Z] $ docker top 4bd3ffa16bd396d6ef1b33addea8a1847ca9c64835737611e1d24e05ce0638ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T18:25:37.178Z] + docker-compose build --help [2021-01-16T18:25:37.178Z] + grep parallel [2021-01-16T18:25:38.128Z] --parallel Build images in parallel. [Pipeline] } [2021-01-16T18:25:38.406Z] $ docker stop --time=1 4bd3ffa16bd396d6ef1b33addea8a1847ca9c64835737611e1d24e05ce0638ef [2021-01-16T18:25:39.764Z] $ docker rm -f 4bd3ffa16bd396d6ef1b33addea8a1847ca9c64835737611e1d24e05ce0638ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:25:40.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T18:25:40.380Z] . [Pipeline] withDockerContainer [2021-01-16T18:25:40.570Z] prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container [2021-01-16T18:25:40.655Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-16T18:25:41.380Z] $ docker top 857a239752735d244ee712c6457ae0f304a86702c19ee6279eabfb250269d964 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T18:25:41.979Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-16T18:25:42.925Z] Building docker-core-command-go ... [2021-01-16T18:25:42.925Z] Building docker-core-data-go ... [2021-01-16T18:25:42.925Z] Building docker-core-metadata-go ... [2021-01-16T18:25:42.925Z] Building docker-security-bootstrapper-go ... [2021-01-16T18:25:42.925Z] Building docker-security-proxy-setup-go ... [2021-01-16T18:25:42.925Z] Building docker-security-secretstore-setup-go ... [2021-01-16T18:25:42.925Z] Building docker-support-notifications-go ... [2021-01-16T18:25:42.925Z] Building docker-support-scheduler-go ... [2021-01-16T18:25:42.925Z] Building docker-sys-mgmt-agent-go ... [2021-01-16T18:25:42.925Z] Building docker-support-notifications-go [2021-01-16T18:25:42.925Z] Building docker-core-command-go [2021-01-16T18:25:42.925Z] Building docker-security-secretstore-setup-go [2021-01-16T18:25:42.925Z] Building docker-security-bootstrapper-go [2021-01-16T18:25:42.925Z] Building docker-core-data-go [2021-01-16T18:25:56.528Z] Removing intermediate container 1e4400539302 [2021-01-16T18:25:56.529Z] ---> 5b37328b184f [2021-01-16T18:25:56.529Z] Successfully built 5b37328b184f [2021-01-16T18:25:56.529Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:25:56.867Z] + docker inspect -f . ci-base-image-arm64 [2021-01-16T18:25:56.867Z] . [Pipeline] withDockerContainer [2021-01-16T18:25:57.109Z] prd-ubuntu18.04-docker-arm64-4c-16g-20787 does not seem to be running inside a container [2021-01-16T18:25:57.206Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-16T18:25:58.856Z] $ docker top 948094e55364d282ace2970300529b80088eb62d50a308396693bb5ec86c3b0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T18:25:59.873Z] + go version [2021-01-16T18:25:59.873Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-16T18:25:59.897Z] $ docker stop --time=1 948094e55364d282ace2970300529b80088eb62d50a308396693bb5ec86c3b0d [2021-01-16T18:26:01.815Z] $ docker rm -f 948094e55364d282ace2970300529b80088eb62d50a308396693bb5ec86c3b0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:26:02.849Z] + docker inspect -f . ci-base-image-arm64 [2021-01-16T18:26:02.849Z] . [Pipeline] withDockerContainer [2021-01-16T18:26:03.113Z] prd-ubuntu18.04-docker-arm64-4c-16g-20787 does not seem to be running inside a container [2021-01-16T18:26:03.195Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-16T18:26:04.637Z] $ docker top c49070158cbc55d4e662098cd8d8b220a42f1979ad7bad95d2d85a539d26da31 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-16T18:26:05.032Z] ========================================================= [2021-01-16T18:26:05.032Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-16T18:26:05.032Z] ========================================================= [Pipeline] sh [2021-01-16T18:26:05.674Z] + make test [2021-01-16T18:26:05.675Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-16T18:26:15.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:26:15.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:26:15.228Z] ---> e3c284469592 [2021-01-16T18:26:15.228Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T18:26:15.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:26:15.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:26:15.624Z] ---> e3c284469592 [2021-01-16T18:26:15.624Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T18:26:16.217Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:26:16.217Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:26:16.217Z] ---> e3c284469592 [2021-01-16T18:26:16.217Z] Step 3/33 : WORKDIR /edgex-go [2021-01-16T18:26:16.217Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:26:16.217Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:26:16.217Z] ---> e3c284469592 [2021-01-16T18:26:16.217Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T18:26:16.217Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:26:16.217Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:26:16.217Z] ---> e3c284469592 [2021-01-16T18:26:16.217Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T18:26:16.794Z] ---> Running in f06246f620fc [2021-01-16T18:26:16.794Z] ---> Running in 290a7cbeae8d [2021-01-16T18:26:17.066Z] ---> Running in 41dc258bd95a [2021-01-16T18:26:17.066Z] ---> Running in de73e5210276 [2021-01-16T18:26:17.066Z] ---> Running in d9ab76005f1a [2021-01-16T18:26:17.338Z] Removing intermediate container 41dc258bd95a [2021-01-16T18:26:17.338Z] ---> 3a9b0b7740b6 [2021-01-16T18:26:17.338Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:26:17.338Z] Removing intermediate container 290a7cbeae8d [2021-01-16T18:26:17.338Z] ---> d3f2f7d350db [2021-01-16T18:26:17.338Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:26:17.338Z] Removing intermediate container f06246f620fc [2021-01-16T18:26:17.338Z] ---> b7b7ddac2a52 [2021-01-16T18:26:17.338Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:26:17.338Z] Removing intermediate container d9ab76005f1a [2021-01-16T18:26:17.338Z] ---> 111f1b9d5445 [2021-01-16T18:26:17.338Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:26:17.605Z] Removing intermediate container de73e5210276 [2021-01-16T18:26:17.605Z] ---> dd125a8711fd [2021-01-16T18:26:17.605Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:26:17.605Z] ---> Running in 127b1c8eb85a [2021-01-16T18:26:17.605Z] ---> Running in 50fa58aaa376 [2021-01-16T18:26:17.605Z] ---> Running in 5ebf257baee5 [2021-01-16T18:26:17.605Z] ---> Running in 52f95577f85b [2021-01-16T18:26:17.605Z] ---> Running in e0952a9ce440 [2021-01-16T18:26:20.210Z] Removing intermediate container 50fa58aaa376 [2021-01-16T18:26:20.210Z] ---> 0a74d15b6462 [2021-01-16T18:26:20.210Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-16T18:26:20.210Z] Removing intermediate container 127b1c8eb85a [2021-01-16T18:26:20.210Z] ---> b4df2369c135 [2021-01-16T18:26:20.210Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-16T18:26:20.210Z] ---> Running in b74e79efa10f [2021-01-16T18:26:20.210Z] Removing intermediate container 52f95577f85b [2021-01-16T18:26:20.210Z] ---> 3b862a265721 [2021-01-16T18:26:20.210Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-16T18:26:20.477Z] ---> Running in 5cfbdca70dd0 [2021-01-16T18:26:20.745Z] Removing intermediate container 5ebf257baee5 [2021-01-16T18:26:20.745Z] ---> b1d16b258738 [2021-01-16T18:26:20.745Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-16T18:26:20.745Z] ---> Running in e008811de8c1 [2021-01-16T18:26:20.745Z] Removing intermediate container e0952a9ce440 [2021-01-16T18:26:20.745Z] ---> e4b903122e64 [2021-01-16T18:26:20.745Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-16T18:26:20.745Z] ---> Running in 4749f91b8a01 [2021-01-16T18:26:21.021Z] ---> Running in 6e4b388c7c8d [2021-01-16T18:26:21.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:21.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:21.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:21.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:21.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:21.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:22.468Z] OK: 233 MiB in 51 packages [2021-01-16T18:26:22.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:22.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:22.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:22.993Z] Removing intermediate container b74e79efa10f [2021-01-16T18:26:22.993Z] ---> 260b7b4470b3 [2021-01-16T18:26:22.993Z] Step 6/33 : COPY go.mod . [2021-01-16T18:26:23.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:26:23.258Z] ---> 99931058fe91 [2021-01-16T18:26:23.258Z] Step 7/33 : RUN go mod download [2021-01-16T18:26:23.258Z] ---> Running in fa9df4581902 [2021-01-16T18:26:23.527Z] OK: 233 MiB in 51 packages [2021-01-16T18:26:23.527Z] OK: 233 MiB in 51 packages [2021-01-16T18:26:24.130Z] Removing intermediate container 4749f91b8a01 [2021-01-16T18:26:24.130Z] ---> 5fee5d689699 [2021-01-16T18:26:24.130Z] Step 6/23 : COPY go.mod . [2021-01-16T18:26:24.130Z] Removing intermediate container 6e4b388c7c8d [2021-01-16T18:26:24.130Z] ---> e66d2c848932 [2021-01-16T18:26:24.130Z] Step 6/23 : COPY go.mod . [2021-01-16T18:26:24.401Z] OK: 233 MiB in 51 packages [2021-01-16T18:26:24.401Z] ---> 56effc33a13c [2021-01-16T18:26:24.401Z] Step 7/23 : RUN go mod download [2021-01-16T18:26:24.667Z] ---> 3af4f86d46a4 [2021-01-16T18:26:24.667Z] Step 7/23 : RUN go mod download [2021-01-16T18:26:24.667Z] ---> Running in 71e6bc51438c [2021-01-16T18:26:24.667Z] ---> Running in eb79f41333c4 [2021-01-16T18:26:25.252Z] Removing intermediate container e008811de8c1 [2021-01-16T18:26:25.252Z] ---> 8cfe48dd22d4 [2021-01-16T18:26:25.252Z] Step 6/24 : COPY go.mod . [2021-01-16T18:26:25.531Z] OK: 233 MiB in 51 packages [2021-01-16T18:26:25.531Z] Removing intermediate container fa9df4581902 [2021-01-16T18:26:25.531Z] ---> c6bdfb6d474e [2021-01-16T18:26:25.531Z] Step 8/33 : COPY . . [2021-01-16T18:26:25.531Z] ---> d553763eba51 [2021-01-16T18:26:25.531Z] Step 7/24 : RUN go mod download [2021-01-16T18:26:25.799Z] ---> Running in 4d877c2c0f98 [2021-01-16T18:26:27.845Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-16T18:26:30.085Z] Removing intermediate container 5cfbdca70dd0 [2021-01-16T18:26:30.086Z] ---> 65a3966e57bd [2021-01-16T18:26:30.086Z] Step 6/22 : COPY go.mod . [2021-01-16T18:26:30.672Z] Removing intermediate container 71e6bc51438c [2021-01-16T18:26:30.672Z] ---> ded3ccd9c678 [2021-01-16T18:26:30.672Z] Step 8/23 : COPY . . [2021-01-16T18:26:30.940Z] Removing intermediate container eb79f41333c4 [2021-01-16T18:26:30.940Z] ---> 1348f9905490 [2021-01-16T18:26:30.940Z] Step 8/23 : COPY . . [2021-01-16T18:26:30.940Z] ---> 4e2998c43281 [2021-01-16T18:26:30.940Z] Step 7/22 : RUN go mod download [2021-01-16T18:26:32.338Z] ---> Running in 60f84af69eae [2021-01-16T18:26:37.661Z] Removing intermediate container 4d877c2c0f98 [2021-01-16T18:26:37.661Z] ---> a23dbcd2cc9f [2021-01-16T18:26:37.661Z] Step 8/24 : COPY . . [2021-01-16T18:26:50.016Z] Removing intermediate container 60f84af69eae [2021-01-16T18:26:50.016Z] ---> a128909a9318 [2021-01-16T18:26:50.016Z] Step 8/22 : COPY . . [2021-01-16T18:27:05.441Z] ---> fbd2debf1044 [2021-01-16T18:27:05.441Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-16T18:27:06.517Z] ---> Running in 5b349022ce78 [2021-01-16T18:27:06.908Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-16T18:27:09.876Z] ---> 9096152318c9 [2021-01-16T18:27:09.876Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-16T18:27:10.470Z] ---> 198260a6aefa [2021-01-16T18:27:10.470Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-16T18:27:10.736Z] ---> Running in d24c1b2819c5 [2021-01-16T18:27:11.705Z] ---> 65d85e65a293 [2021-01-16T18:27:11.705Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-16T18:27:11.972Z] 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-16T18:27:11.972Z] ---> Running in 32cf04b5b117 [2021-01-16T18:27:12.237Z] ---> Running in 6d944b83b92e [2021-01-16T18:27:13.200Z] 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-16T18:27:13.800Z] 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-16T18:27:14.419Z] 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-16T18:27:18.710Z] ---> f03c5b3c3b5f [2021-01-16T18:27:18.710Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-16T18:27:18.710Z] ---> Running in 37c38673c677 [2021-01-16T18:27:20.154Z] 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-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-16T18:27:29.309Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-16T18:27:30.331Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-16T18:27:37.049Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-16T18:27:37.049Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-16T18:27:37.049Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-16T18:27:42.284Z] 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-16T18:27:42.285Z] 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-16T18:27:42.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.238s coverage: 46.6% of statements [2021-01-16T18:27:42.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-16T18:27:42.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-16T18:27:42.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-16T18:27:42.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-16T18:27:42.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-16T18:27:46.544Z] Removing intermediate container 32cf04b5b117 [2021-01-16T18:27:46.544Z] ---> e662e7616eca [2021-01-16T18:27:46.544Z] [2021-01-16T18:27:46.544Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T18:27:46.812Z] 3.12: Pulling from library/alpine [2021-01-16T18:27:48.274Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T18:27:48.274Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T18:27:48.274Z] ---> 389fef711851 [2021-01-16T18:27:48.274Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-16T18:27:49.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.469s coverage: 27.0% of statements [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-16T18:27:49.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-16T18:27:49.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-16T18:27:49.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 67.9% of statements [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-16T18:27:49.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.331s coverage: 82.3% of statements [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-16T18:27:49.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-16T18:27:49.672Z] ---> Running in 8f2f433e7aa1 [2021-01-16T18:27:49.672Z] Removing intermediate container 6d944b83b92e [2021-01-16T18:27:49.672Z] ---> 51a0a07d384c [2021-01-16T18:27:49.672Z] [2021-01-16T18:27:49.672Z] Step 10/24 : FROM alpine:3.12 [2021-01-16T18:27:49.672Z] ---> 389fef711851 [2021-01-16T18:27:49.672Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T18:27:49.939Z] ---> Running in a32ad4dc5054 [2021-01-16T18:27:51.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:27:51.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:27:52.161Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-16T18:27:52.161Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:27:52.161Z] OK: 6 MiB in 15 packages [2021-01-16T18:27:52.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:27:52.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:27:52.699Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T18:27:52.699Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T18:27:52.699Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T18:27:52.699Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T18:27:52.699Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T18:27:52.699Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:27:52.962Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T18:27:52.962Z] OK: 7 MiB in 19 packages [2021-01-16T18:27:54.888Z] Removing intermediate container 5b349022ce78 [2021-01-16T18:27:54.888Z] ---> 6ba165526732 [2021-01-16T18:27:54.888Z] [2021-01-16T18:27:54.888Z] Step 10/33 : FROM alpine:3.12 [2021-01-16T18:27:54.888Z] ---> 389fef711851 [2021-01-16T18:27:54.888Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-16T18:27:54.888Z] Removing intermediate container 37c38673c677 [2021-01-16T18:27:54.888Z] ---> 0f19cc1ad513 [2021-01-16T18:27:54.888Z] [2021-01-16T18:27:54.888Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T18:27:54.888Z] ---> 389fef711851 [2021-01-16T18:27:54.888Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-16T18:27:56.818Z] ---> Running in 77208f2bf9b4 [2021-01-16T18:27:56.818Z] ---> Running in 056ace8fe19f [2021-01-16T18:27:56.818Z] Removing intermediate container 8f2f433e7aa1 [2021-01-16T18:27:56.818Z] ---> e47213889bad [2021-01-16T18:27:56.818Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-16T18:27:57.392Z] Removing intermediate container d24c1b2819c5 [2021-01-16T18:27:57.392Z] ---> 5f9333df822d [2021-01-16T18:27:57.392Z] [2021-01-16T18:27:57.392Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T18:27:57.392Z] ---> 389fef711851 [2021-01-16T18:27:57.392Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T18:27:57.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.068s coverage: 28.6% of statements [2021-01-16T18:27:57.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-16T18:27:57.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-16T18:27:57.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-16T18:27:57.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-16T18:27:57.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-16T18:27:57.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements [2021-01-16T18:27:57.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-16T18:27:57.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2021-01-16T18:27:57.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-16T18:27:57.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.363s coverage: 86.7% of statements [2021-01-16T18:27:57.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-16T18:27:57.657Z] ---> Running in e95c5eb871c7 [2021-01-16T18:27:57.657Z] ---> Running in 30880163794e [2021-01-16T18:27:57.657Z] Removing intermediate container a32ad4dc5054 [2021-01-16T18:27:57.657Z] ---> e86a682d3afe [2021-01-16T18:27:57.657Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T18:27:57.927Z] ---> Running in bbcf29feab2d [2021-01-16T18:27:58.215Z] Removing intermediate container e95c5eb871c7 [2021-01-16T18:27:58.215Z] ---> 0703c6bd2322 [2021-01-16T18:27:58.215Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-16T18:27:58.215Z] Removing intermediate container 30880163794e [2021-01-16T18:27:58.215Z] ---> 231d782da801 [2021-01-16T18:27:58.215Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-16T18:27:58.215Z] ---> Running in 907647315fbd [2021-01-16T18:27:58.215Z] ---> Running in f2193127a538 [2021-01-16T18:27:58.498Z] Removing intermediate container bbcf29feab2d [2021-01-16T18:27:58.498Z] ---> 514403293471 [2021-01-16T18:27:58.498Z] Step 13/24 : WORKDIR / [2021-01-16T18:27:58.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:27:58.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:27:58.498Z] ---> Running in f07273f5f7ba [2021-01-16T18:27:58.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:27:58.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:27:58.498Z] Removing intermediate container 907647315fbd [2021-01-16T18:27:58.498Z] ---> c7c3e99c83b7 [2021-01-16T18:27:58.498Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-16T18:27:58.498Z] Removing intermediate container f2193127a538 [2021-01-16T18:27:58.498Z] ---> 33fb855d3f82 [2021-01-16T18:27:58.498Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-16T18:27:58.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.347s coverage: 97.5% of statements [2021-01-16T18:27:58.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-16T18:27:58.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements [2021-01-16T18:27:58.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-16T18:27:58.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-16T18:27:58.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-16T18:27:58.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-16T18:27:58.770Z] ---> Running in c4a777ae16a4 [2021-01-16T18:27:58.770Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-16T18:27:58.770Z] ---> Running in 40f42245af8c [2021-01-16T18:27:58.770Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-16T18:27:58.770Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-16T18:27:58.770Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-16T18:27:58.770Z] (3/3) Installing su-exec (0.2-r1) [2021-01-16T18:27:58.770Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:27:58.770Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:27:58.770Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T18:27:58.770Z] OK: 6 MiB in 17 packages [2021-01-16T18:27:58.770Z] OK: 6 MiB in 16 packages [2021-01-16T18:28:00.176Z] Removing intermediate container f07273f5f7ba [2021-01-16T18:28:00.176Z] ---> c14e44777886 [2021-01-16T18:28:00.176Z] 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-16T18:28:00.440Z] Removing intermediate container c4a777ae16a4 [2021-01-16T18:28:00.440Z] ---> e88faa732331 [2021-01-16T18:28:00.440Z] Step 15/23 : WORKDIR / [2021-01-16T18:28:00.440Z] Removing intermediate container 40f42245af8c [2021-01-16T18:28:00.440Z] ---> 4a8ced2e2f95 [2021-01-16T18:28:00.440Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:28:00.703Z] ---> Running in 595701387c55 [2021-01-16T18:28:00.703Z] ---> f3f1f7f09b24 [2021-01-16T18:28:00.703Z] 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-16T18:28:00.703Z] ---> Running in acee24aad3be [2021-01-16T18:28:00.966Z] Removing intermediate container 595701387c55 [2021-01-16T18:28:00.966Z] ---> 6a446cd6c29f [2021-01-16T18:28:00.966Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:28:01.546Z] Removing intermediate container 77208f2bf9b4 [2021-01-16T18:28:01.546Z] ---> 811f248dbc1d [2021-01-16T18:28:01.546Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-16T18:28:01.546Z] ---> 0e0164d97352 [2021-01-16T18:28:01.546Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-16T18:28:01.546Z] Removing intermediate container 056ace8fe19f [2021-01-16T18:28:01.546Z] ---> 534a4b22dd09 [2021-01-16T18:28:01.546Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-16T18:28:01.823Z] ---> ba43db26f61b [2021-01-16T18:28:01.823Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-16T18:28:01.823Z] ---> Running in 3733ab28c742 [2021-01-16T18:28:01.823Z] ---> Running in 661c6b529c4b [2021-01-16T18:28:02.095Z] ---> 8463a4b07023 [2021-01-16T18:28:02.095Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-16T18:28:02.095Z] Removing intermediate container 3733ab28c742 [2021-01-16T18:28:02.095Z] ---> d298546bbf8a [2021-01-16T18:28:02.095Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-16T18:28:02.367Z] Removing intermediate container 661c6b529c4b [2021-01-16T18:28:02.367Z] ---> 9df068f3836f [2021-01-16T18:28:02.367Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-16T18:28:02.946Z] ---> Running in 0982f51dea26 [2021-01-16T18:28:02.946Z] ---> Running in 3e940c94d778 [2021-01-16T18:28:02.946Z] ---> 3b75bef7a776 [2021-01-16T18:28:02.946Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-16T18:28:02.946Z] Removing intermediate container acee24aad3be [2021-01-16T18:28:02.946Z] ---> 971666dfef8d [2021-01-16T18:28:02.946Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-16T18:28:02.946Z] ---> 0b79c1dfe792 [2021-01-16T18:28:02.946Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-16T18:28:03.900Z] ---> Running in 991f9147800e [2021-01-16T18:28:04.169Z] Removing intermediate container 3e940c94d778 [2021-01-16T18:28:04.169Z] ---> fafa1c589ffd [2021-01-16T18:28:04.169Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-16T18:28:04.169Z] Removing intermediate container 0982f51dea26 [2021-01-16T18:28:04.169Z] ---> b7373b9b64dc [2021-01-16T18:28:04.169Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-16T18:28:04.169Z] ---> ca602e8f6ae5 [2021-01-16T18:28:04.169Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-16T18:28:04.169Z] ---> f539cf8f4101 [2021-01-16T18:28:04.169Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-16T18:28:04.435Z] ---> Running in fc43c78f8e39 [2021-01-16T18:28:04.435Z] ---> Running in f774a593471b [2021-01-16T18:28:04.435Z] ---> Running in e89d5670cc0d [2021-01-16T18:28:04.702Z] Removing intermediate container fc43c78f8e39 [2021-01-16T18:28:04.702Z] ---> db76db760f96 [2021-01-16T18:28:04.702Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:28:04.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:28:04.971Z] ---> 31f50d0f9348 [2021-01-16T18:28:04.971Z] 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-16T18:28:04.971Z] Removing intermediate container e89d5670cc0d [2021-01-16T18:28:04.971Z] ---> 56a2cb2c2ca6 [2021-01-16T18:28:04.971Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:28:04.971Z] ---> Running in 223498d283fd [2021-01-16T18:28:05.245Z] ---> Running in 89f0f66e765f [2021-01-16T18:28:05.245Z] Connecting to github.com (140.82.112.3:443) [2021-01-16T18:28:05.245Z]  ---> 4f01e8422202 [2021-01-16T18:28:05.245Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-16T18:28:05.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.124s coverage: 92.8% of statements [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-16T18:28:05.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-16T18:28:05.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.196s coverage: 0.1% of statements [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-16T18:28:05.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-16T18:28:05.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 43.8% of statements [2021-01-16T18:28:05.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 20.5% of statements [2021-01-16T18:28:05.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements [2021-01-16T18:28:05.520Z] Removing intermediate container 89f0f66e765f [2021-01-16T18:28:05.520Z] ---> 944524187cff [2021-01-16T18:28:05.520Z] Step 21/23 : LABEL arch=x86_64 [2021-01-16T18:28:05.520Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.85.36:443) [2021-01-16T18:28:05.520Z]  ---> Running in 22ce1a1e31cf [2021-01-16T18:28:05.520Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-16T18:28:05.791Z] dockerize-alpine-lin 1% | | 51744 0:00:57 ETA [2021-01-16T18:28:05.791Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-16T18:28:05.791Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-16T18:28:05.791Z] dockerize [2021-01-16T18:28:05.791Z] Removing intermediate container 22ce1a1e31cf [2021-01-16T18:28:05.791Z] ---> de1f83f343c3 [2021-01-16T18:28:05.791Z] Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:28:05.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-01-16T18:28:06.063Z] ---> Running in bc2a12443874 [2021-01-16T18:28:06.064Z] ---> a6c09f634abe [2021-01-16T18:28:06.064Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-16T18:28:06.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:28:06.330Z] Removing intermediate container bc2a12443874 [2021-01-16T18:28:06.330Z] ---> 75d682d2235e [2021-01-16T18:28:06.330Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T18:28:06.330Z] ---> Running in d139902c96e9 [2021-01-16T18:28:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.091s coverage: 87.5% of statements [2021-01-16T18:28:06.662Z] ---> e357329bf8f8 [2021-01-16T18:28:06.662Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-16T18:28:06.662Z] ---> Running in ff0cde8e9550 [2021-01-16T18:28:06.662Z] Removing intermediate container d139902c96e9 [2021-01-16T18:28:06.662Z] ---> a2b2cc5ee05d [2021-01-16T18:28:06.662Z] [2021-01-16T18:28:06.965Z] Removing intermediate container 223498d283fd [2021-01-16T18:28:06.965Z] ---> d9be06445dab [2021-01-16T18:28:06.965Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-16T18:28:06.965Z] Removing intermediate container ff0cde8e9550 [2021-01-16T18:28:06.965Z] ---> 0103abfdaee0 [2021-01-16T18:28:06.965Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:28:06.965Z] ---> Running in 48b6136b241e [2021-01-16T18:28:06.965Z] Removing intermediate container f774a593471b [2021-01-16T18:28:06.965Z] ---> 081064bf7f6c [2021-01-16T18:28:06.965Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-16T18:28:07.243Z] Successfully built a2b2cc5ee05d [2021-01-16T18:28:07.243Z] ---> Running in a6f58df16b79 [2021-01-16T18:28:07.243Z] Successfully tagged docker-core-command-go:latest [2021-01-16T18:28:07.243Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-16T18:28:07.243Z] ---> Running in 6696e26b72c4 [2021-01-16T18:28:07.243Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-16T18:28:07.243Z] Removing intermediate container 48b6136b241e [2021-01-16T18:28:07.243Z] ---> 53c1121403c7 [2021-01-16T18:28:07.243Z] Step 22/24 : LABEL arch=x86_64 [2021-01-16T18:28:07.547Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-16T18:28:07.547Z] Removing intermediate container a6f58df16b79 [2021-01-16T18:28:07.547Z] ---> 504d647a0610 [2021-01-16T18:28:07.547Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T18:28:07.547Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-16T18:28:07.547Z] ---> Running in 11e22bebf5a4 [2021-01-16T18:28:07.547Z] Removing intermediate container 6696e26b72c4 [2021-01-16T18:28:07.547Z] ---> fbde55866473 [2021-01-16T18:28:07.547Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-16T18:28:07.547Z] ---> Running in 974730a483ef [2021-01-16T18:28:07.548Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-16T18:28:07.847Z] ---> Running in b1173d9d1b56 [2021-01-16T18:28:07.847Z] Removing intermediate container 11e22bebf5a4 [2021-01-16T18:28:07.847Z] ---> 33f03ed8eac1 [2021-01-16T18:28:07.847Z] Step 23/24 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:28:07.847Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-16T18:28:08.145Z] Removing intermediate container 974730a483ef [2021-01-16T18:28:08.145Z] ---> ac441c0447d8 [2021-01-16T18:28:08.145Z] Step 21/22 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:28:08.145Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-16T18:28:08.145Z] Removing intermediate container b1173d9d1b56 [2021-01-16T18:28:08.145Z] ---> dee7c2cff1a0 [2021-01-16T18:28:08.145Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-16T18:28:08.145Z] ---> Running in 9d340fc29525 [2021-01-16T18:28:08.494Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:28:08.495Z] OK: 8 MiB in 20 packages [2021-01-16T18:28:08.495Z] ---> Running in 659cfb044aed [2021-01-16T18:28:08.495Z] ---> Running in 7813ff7a4de3 [2021-01-16T18:28:10.495Z] Removing intermediate container 659cfb044aed [2021-01-16T18:28:10.495Z] ---> bf7e0d2c295f [2021-01-16T18:28:10.495Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T18:28:10.495Z] Removing intermediate container 9d340fc29525 [2021-01-16T18:28:10.495Z] ---> 7f4004ceff6c [2021-01-16T18:28:10.495Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T18:28:11.078Z] ---> Running in a1e6ee517bd2 [2021-01-16T18:28:11.078Z] ---> Running in adc813f17064 [2021-01-16T18:28:11.654Z] Move dockerize executable [2021-01-16T18:28:11.923Z] Removing intermediate container a1e6ee517bd2 [2021-01-16T18:28:11.923Z] ---> b91bc48dd260 [2021-01-16T18:28:11.923Z] [2021-01-16T18:28:11.923Z] Removing intermediate container 991f9147800e [2021-01-16T18:28:11.923Z] ---> 12a7719059bf [2021-01-16T18:28:11.923Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:28:12.503Z] Removing intermediate container adc813f17064 [2021-01-16T18:28:12.503Z] ---> 94617c2ee2f4 [2021-01-16T18:28:12.503Z] [2021-01-16T18:28:12.503Z] Successfully built b91bc48dd260 [2021-01-16T18:28:12.503Z] Successfully tagged docker-support-notifications-go:latest [2021-01-16T18:28:12.503Z] Building docker-core-metadata-go [2021-01-16T18:28:12.503Z]  Building docker-support-notifications-go ... done Successfully built 94617c2ee2f4 [2021-01-16T18:28:12.775Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-16T18:28:12.775Z] Building docker-security-proxy-setup-go [2021-01-16T18:28:12.775Z]  Building docker-security-secretstore-setup-go ... done  ---> 2e65b146db15 [2021-01-16T18:28:12.775Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-16T18:28:17.070Z] Removing intermediate container 7813ff7a4de3 [2021-01-16T18:28:17.070Z] ---> a717f74bf349 [2021-01-16T18:28:17.070Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-16T18:28:17.070Z] ---> f6570ea0bf97 [2021-01-16T18:28:17.070Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-16T18:28:17.339Z] ---> Running in b5dd61a5c2d7 [2021-01-16T18:28:18.771Z] ---> c1ce049762c1 [2021-01-16T18:28:18.771Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-16T18:28:18.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.171s coverage: 94.4% of statements [2021-01-16T18:28:18.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-01-16T18:28:18.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-16T18:28:18.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-16T18:28:18.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-16T18:28:18.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-16T18:28:19.359Z] ---> Running in 4178a17c91ab [2021-01-16T18:28:19.359Z] Removing intermediate container b5dd61a5c2d7 [2021-01-16T18:28:19.359Z] ---> 10a45354c902 [2021-01-16T18:28:19.359Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-16T18:28:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 88.6% of statements [2021-01-16T18:28:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-16T18:28:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-16T18:28:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-16T18:28:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-16T18:28:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-01-16T18:28:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-16T18:28:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-01-16T18:28:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-01-16T18:28:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements [2021-01-16T18:28:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements [2021-01-16T18:28:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-16T18:28:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.550s coverage: 63.5% of statements [2021-01-16T18:28:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-16T18:28:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-16T18:28:20.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-01-16T18:28:21.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements [2021-01-16T18:28:21.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-01-16T18:28:22.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-01-16T18:28:23.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-01-16T18:28:23.615Z] Removing intermediate container 4178a17c91ab [2021-01-16T18:28:23.615Z] ---> 19a3de5eff1c [2021-01-16T18:28:23.615Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:28:23.615Z] ---> f678b3eb0292 [2021-01-16T18:28:23.615Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-16T18:28:23.615Z] ---> Running in 8613f40b67dd [2021-01-16T18:28:24.209Z] ---> Running in d23111f8c188 [2021-01-16T18:28:25.176Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:28:25.176Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:28:25.176Z] ---> e3c284469592 [2021-01-16T18:28:25.176Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T18:28:25.176Z] ---> Using cache [2021-01-16T18:28:25.176Z] ---> dd125a8711fd [2021-01-16T18:28:25.177Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:28:25.177Z] ---> Using cache [2021-01-16T18:28:25.177Z] ---> e4b903122e64 [2021-01-16T18:28:25.177Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T18:28:25.177Z] ---> Using cache [2021-01-16T18:28:25.177Z] ---> e66d2c848932 [2021-01-16T18:28:25.177Z] Step 6/22 : COPY go.mod . [2021-01-16T18:28:25.177Z] ---> Using cache [2021-01-16T18:28:25.177Z] ---> 3af4f86d46a4 [2021-01-16T18:28:25.177Z] Step 7/22 : RUN go mod download [2021-01-16T18:28:25.177Z] ---> Using cache [2021-01-16T18:28:25.177Z] ---> 1348f9905490 [2021-01-16T18:28:25.177Z] Step 8/22 : COPY . . [2021-01-16T18:28:25.177Z] ---> Using cache [2021-01-16T18:28:25.177Z] ---> 198260a6aefa [2021-01-16T18:28:25.177Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-16T18:28:26.588Z] Removing intermediate container 8613f40b67dd [2021-01-16T18:28:26.588Z] ---> 156f23de26e6 [2021-01-16T18:28:26.588Z] Step 21/23 : LABEL arch=x86_64 [2021-01-16T18:28:27.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.976s coverage: 68.9% of statements [2021-01-16T18:28:27.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-16T18:28:27.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-16T18:28:27.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-16T18:28:27.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-16T18:28:27.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-16T18:28:28.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.357s coverage: 37.0% of statements [2021-01-16T18:28:28.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-16T18:28:28.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-16T18:28:28.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.692s coverage: 84.0% of statements [2021-01-16T18:28:28.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements [2021-01-16T18:28:30.868Z] ---> Running in cc8777208f65 [2021-01-16T18:28:30.868Z] ---> Running in ce0c062bd9d0 [2021-01-16T18:28:31.831Z] Removing intermediate container ce0c062bd9d0 [2021-01-16T18:28:31.831Z] ---> 1c9fe6bfd938 [2021-01-16T18:28:31.831Z] Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:28:32.412Z] ---> Running in 0f786ce6f1e4 [2021-01-16T18:28:33.015Z] 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-16T18:28:34.437Z] Removing intermediate container d23111f8c188 [2021-01-16T18:28:34.437Z] ---> 3749c2929ac7 [2021-01-16T18:28:34.437Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:28:34.437Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:28:34.437Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:28:34.437Z] ---> e3c284469592 [2021-01-16T18:28:34.437Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T18:28:34.437Z] ---> Using cache [2021-01-16T18:28:34.437Z] ---> dd125a8711fd [2021-01-16T18:28:34.437Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:28:34.437Z] ---> Using cache [2021-01-16T18:28:34.437Z] ---> e4b903122e64 [2021-01-16T18:28:34.437Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-16T18:28:34.437Z] ---> Using cache [2021-01-16T18:28:34.437Z] ---> e66d2c848932 [2021-01-16T18:28:34.437Z] Step 6/23 : COPY go.mod . [2021-01-16T18:28:34.437Z] ---> Using cache [2021-01-16T18:28:34.437Z] ---> 3af4f86d46a4 [2021-01-16T18:28:34.437Z] Step 7/23 : RUN go mod download [2021-01-16T18:28:34.437Z] ---> Using cache [2021-01-16T18:28:34.437Z] ---> 1348f9905490 [2021-01-16T18:28:34.437Z] Step 8/23 : COPY . . [2021-01-16T18:28:34.437Z] ---> Using cache [2021-01-16T18:28:34.437Z] ---> 198260a6aefa [2021-01-16T18:28:34.437Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-16T18:28:34.707Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:28:34.707Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:28:34.707Z] ---> e3c284469592 [2021-01-16T18:28:34.707Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T18:28:34.707Z] ---> Using cache [2021-01-16T18:28:34.707Z] ---> dd125a8711fd [2021-01-16T18:28:34.707Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:28:34.707Z] ---> Using cache [2021-01-16T18:28:34.707Z] ---> e4b903122e64 [2021-01-16T18:28:34.707Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T18:28:34.707Z] ---> Using cache [2021-01-16T18:28:34.707Z] ---> e66d2c848932 [2021-01-16T18:28:34.707Z] Step 6/21 : COPY go.mod . [2021-01-16T18:28:34.707Z] ---> Using cache [2021-01-16T18:28:34.707Z] ---> 3af4f86d46a4 [2021-01-16T18:28:34.707Z] Step 7/21 : RUN go mod download [2021-01-16T18:28:34.707Z] ---> Using cache [2021-01-16T18:28:34.707Z] ---> 1348f9905490 [2021-01-16T18:28:34.707Z] Step 8/21 : COPY . . [2021-01-16T18:28:34.707Z] ---> Using cache [2021-01-16T18:28:34.707Z] ---> 198260a6aefa [2021-01-16T18:28:34.707Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-16T18:28:35.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.346s coverage: 47.1% of statements [2021-01-16T18:28:35.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-16T18:28:35.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-16T18:28:35.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-16T18:28:35.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-16T18:28:35.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-16T18:28:35.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-01-16T18:28:35.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-16T18:28:35.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements [2021-01-16T18:28:35.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-16T18:28:35.682Z] Removing intermediate container 0f786ce6f1e4 [2021-01-16T18:28:35.682Z] ---> 39c73c1520bc [2021-01-16T18:28:35.683Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T18:28:35.683Z] ---> Running in 7119d8c65e8d [2021-01-16T18:28:35.683Z] ---> Running in 3d8291e498ef [2021-01-16T18:28:35.683Z] ---> Running in 65290e136091 [2021-01-16T18:28:35.954Z] ---> 092f4ae44026 [2021-01-16T18:28:35.954Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-16T18:28:36.230Z] Removing intermediate container 65290e136091 [2021-01-16T18:28:36.230Z] ---> fae6e880e67a [2021-01-16T18:28:36.230Z] [2021-01-16T18:28:36.528Z] Successfully built fae6e880e67a [2021-01-16T18:28:36.528Z] Successfully tagged docker-core-data-go:latest [2021-01-16T18:28:36.528Z] Building docker-sys-mgmt-agent-go [2021-01-16T18:28:37.189Z]  Building docker-core-data-go ... done  ---> 8b81acc39bda [2021-01-16T18:28:37.189Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-16T18:28:37.487Z] 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-16T18:28:37.756Z] 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-16T18:28:39.188Z] ---> a2afb580b73b [2021-01-16T18:28:39.188Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-16T18:28:40.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.158s coverage: 29.1% of statements [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-16T18:28:40.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-16T18:28:40.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-16T18:28:40.603Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-16T18:28:40.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-16T18:28:40.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-16T18:28:40.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-16T18:28:40.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-01-16T18:28:40.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-16T18:28:41.157Z] ---> 82121cff7092 [2021-01-16T18:28:41.157Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-16T18:28:41.580Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-16T18:28:41.740Z] ---> f179565948d6 [2021-01-16T18:28:41.740Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-16T18:28:42.178Z] GO111MODULE=on go vet ./... [2021-01-16T18:28:42.737Z] ---> Running in eec233a0b120 [2021-01-16T18:28:43.334Z] Removing intermediate container eec233a0b120 [2021-01-16T18:28:43.334Z] ---> 0b694f5d9ec7 [2021-01-16T18:28:43.334Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-16T18:28:44.341Z] ---> e3dbfcc54495 [2021-01-16T18:28:44.341Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-16T18:28:44.620Z] ---> Running in 920f24f915e2 [2021-01-16T18:28:48.005Z] Removing intermediate container 920f24f915e2 [2021-01-16T18:28:48.005Z] ---> 3eb773e68ddd [2021-01-16T18:28:48.005Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-16T18:28:49.434Z] ---> Running in 98eaab363068 [2021-01-16T18:28:49.700Z] Removing intermediate container 98eaab363068 [2021-01-16T18:28:49.700Z] ---> 03a84f25b760 [2021-01-16T18:28:49.700Z] Step 30/33 : CMD ["gate"] [2021-01-16T18:28:50.293Z] ---> Running in f4819667f4bb [2021-01-16T18:28:50.885Z] Removing intermediate container f4819667f4bb [2021-01-16T18:28:50.885Z] ---> 9a5e76ef2995 [2021-01-16T18:28:50.885Z] Step 31/33 : LABEL arch=x86_64 [2021-01-16T18:28:52.856Z] ---> Running in 12dc3ec567d3 [2021-01-16T18:28:53.843Z] Removing intermediate container 12dc3ec567d3 [2021-01-16T18:28:53.843Z] ---> d27ff23e5c28 [2021-01-16T18:28:53.843Z] Step 32/33 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:28:54.118Z] ---> Running in 3a115f5ffe57 [2021-01-16T18:28:54.714Z] Removing intermediate container 3a115f5ffe57 [2021-01-16T18:28:54.714Z] ---> 1c0fd5584129 [2021-01-16T18:28:54.714Z] Step 33/33 : LABEL version=0.0.0 [2021-01-16T18:28:56.160Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:28:56.160Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:28:56.160Z] ---> e3c284469592 [2021-01-16T18:28:56.160Z] Step 3/26 : WORKDIR /edgex-go [2021-01-16T18:28:56.160Z] ---> Using cache [2021-01-16T18:28:56.160Z] ---> dd125a8711fd [2021-01-16T18:28:56.160Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:28:56.160Z] ---> Using cache [2021-01-16T18:28:56.160Z] ---> e4b903122e64 [2021-01-16T18:28:56.160Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-16T18:28:56.770Z] ---> Running in a1a976c040cc [2021-01-16T18:28:57.062Z] ---> Running in c12f28902429 [2021-01-16T18:28:57.338Z] Removing intermediate container a1a976c040cc [2021-01-16T18:28:57.338Z] ---> 606b8ca2d953 [2021-01-16T18:28:57.338Z] [2021-01-16T18:28:57.612Z] Successfully built 606b8ca2d953 [2021-01-16T18:28:57.892Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-16T18:28:58.483Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:28:59.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:29:00.882Z] OK: 233 MiB in 51 packages [2021-01-16T18:29:01.855Z] 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-16T18:29:02.840Z] Removing intermediate container c12f28902429 [2021-01-16T18:29:02.840Z] ---> 636a2c88d414 [2021-01-16T18:29:02.840Z] Step 6/26 : COPY go.mod . [2021-01-16T18:29:04.795Z] ---> 59000851c562 [2021-01-16T18:29:04.795Z] Step 7/26 : RUN go mod download [2021-01-16T18:29:06.243Z] ---> Running in 715d626fe497 [2021-01-16T18:29:06.243Z] Removing intermediate container cc8777208f65 [2021-01-16T18:29:06.243Z] ---> 1e07bc4c1aba [2021-01-16T18:29:06.243Z] [2021-01-16T18:29:06.243Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T18:29:06.243Z] ---> 389fef711851 [2021-01-16T18:29:06.243Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-16T18:29:06.243Z] ---> Using cache [2021-01-16T18:29:06.243Z] ---> e47213889bad [2021-01-16T18:29:06.243Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-16T18:29:06.243Z] ---> Using cache [2021-01-16T18:29:06.243Z] ---> 0703c6bd2322 [2021-01-16T18:29:06.243Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-16T18:29:06.519Z] ---> Running in 8d4ae4072fc1 [2021-01-16T18:29:06.797Z] Removing intermediate container 8d4ae4072fc1 [2021-01-16T18:29:06.797Z] ---> dd2baa72c19e [2021-01-16T18:29:06.797Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-16T18:29:06.797Z] ---> Running in 474e418eb4f1 [2021-01-16T18:29:07.066Z] Removing intermediate container 474e418eb4f1 [2021-01-16T18:29:07.066Z] ---> 0b4f21f706a0 [2021-01-16T18:29:07.066Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:29:07.653Z] ---> 69239ceedc11 [2021-01-16T18:29:07.653Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-16T18:29:08.619Z] ---> a5a378c25681 [2021-01-16T18:29:08.619Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-16T18:29:08.619Z] Removing intermediate container 715d626fe497 [2021-01-16T18:29:08.619Z] ---> 67b522feb807 [2021-01-16T18:29:08.619Z] Step 8/26 : COPY . . [2021-01-16T18:29:16.805Z] ---> 3e86fa2aa953 [2021-01-16T18:29:16.805Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-16T18:29:16.805Z] Removing intermediate container 3d8291e498ef [2021-01-16T18:29:16.805Z] ---> 5a5c02f28240 [2021-01-16T18:29:16.805Z] [2021-01-16T18:29:16.805Z] Step 10/21 : FROM alpine:3.12 [2021-01-16T18:29:16.805Z] ---> 389fef711851 [2021-01-16T18:29:16.805Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-16T18:29:16.805Z] Removing intermediate container 7119d8c65e8d [2021-01-16T18:29:16.805Z] ---> 7c400a78e2ed [2021-01-16T18:29:16.805Z] [2021-01-16T18:29:16.805Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T18:29:16.805Z] ---> 389fef711851 [2021-01-16T18:29:16.805Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-16T18:29:16.805Z] ---> Using cache [2021-01-16T18:29:16.805Z] ---> e47213889bad [2021-01-16T18:29:16.805Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-16T18:29:16.805Z] ---> Using cache [2021-01-16T18:29:16.805Z] ---> 0703c6bd2322 [2021-01-16T18:29:16.805Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-16T18:29:17.387Z] ---> Running in 01ef0885da76 [2021-01-16T18:29:17.388Z] ---> Running in 942a2b0847bc [2021-01-16T18:29:18.341Z] ---> Running in 5529dd937fc8 [2021-01-16T18:29:20.292Z] Removing intermediate container 01ef0885da76 [2021-01-16T18:29:20.292Z] ---> 0c6ad90af24e [2021-01-16T18:29:20.292Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:29:20.878Z] Removing intermediate container 5529dd937fc8 [2021-01-16T18:29:20.878Z] ---> f5c1df361246 [2021-01-16T18:29:20.878Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-16T18:29:20.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:29:20.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:29:21.154Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-16T18:29:21.417Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T18:29:21.417Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-16T18:29:21.417Z] (4/4) Installing curl (7.69.1-r3) [2021-01-16T18:29:21.417Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:29:21.680Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T18:29:21.680Z] OK: 7 MiB in 18 packages [2021-01-16T18:29:22.642Z] ---> Running in b5113fa3a89b [2021-01-16T18:29:22.642Z] ---> Running in 2b5ef3179909 [2021-01-16T18:29:23.228Z] Removing intermediate container 2b5ef3179909 [2021-01-16T18:29:23.228Z] ---> 685b17b8a7ab [2021-01-16T18:29:23.228Z] Step 15/23 : WORKDIR / [2021-01-16T18:29:23.228Z] Removing intermediate container b5113fa3a89b [2021-01-16T18:29:23.228Z] ---> f5252ada37c9 [2021-01-16T18:29:23.228Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T18:29:23.495Z] ---> Running in a3e0ed1b26d2 [2021-01-16T18:29:23.495Z] ---> Running in 8a5bb2b0f468 [2021-01-16T18:29:24.902Z] Removing intermediate container a3e0ed1b26d2 [2021-01-16T18:29:24.902Z] ---> 074f97dffebb [2021-01-16T18:29:24.902Z] Step 21/22 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:29:24.902Z] Removing intermediate container 942a2b0847bc [2021-01-16T18:29:24.902Z] ---> d3a8ec8247b1 [2021-01-16T18:29:24.902Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T18:29:26.300Z] Removing intermediate container 8a5bb2b0f468 [2021-01-16T18:29:26.300Z] ---> aa34adde34cd [2021-01-16T18:29:26.300Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:29:26.300Z] ---> Running in 1643a8d28587 [2021-01-16T18:29:26.300Z] ---> Running in 7dbfd6868637 [2021-01-16T18:29:26.907Z] Removing intermediate container 7dbfd6868637 [2021-01-16T18:29:26.907Z] ---> fb85e81e861d [2021-01-16T18:29:26.907Z] Step 13/21 : WORKDIR /edgex [2021-01-16T18:29:27.498Z] Removing intermediate container 1643a8d28587 [2021-01-16T18:29:27.498Z] ---> a8ee3495a9db [2021-01-16T18:29:27.498Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T18:29:28.083Z] ---> Running in dfc32c2eedc5 [2021-01-16T18:29:28.083Z] ---> 58f0c6aeee3e [2021-01-16T18:29:28.083Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-16T18:29:28.083Z] ---> Running in bcbea398437f [2021-01-16T18:29:28.351Z] ---> 0743689422d9 [2021-01-16T18:29:28.351Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-16T18:29:28.621Z] ---> Running in f7a8988deed0 [2021-01-16T18:29:28.621Z] Removing intermediate container bcbea398437f [2021-01-16T18:29:28.621Z] ---> 02ba5e107df0 [2021-01-16T18:29:28.621Z] [2021-01-16T18:29:28.621Z] Removing intermediate container dfc32c2eedc5 [2021-01-16T18:29:28.621Z] ---> bbd217f37120 [2021-01-16T18:29:28.621Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-16T18:29:28.889Z] Successfully built 02ba5e107df0 [2021-01-16T18:29:28.889Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-16T18:29:29.170Z]  Building docker-support-scheduler-go ... done  ---> d5ad15740191 [2021-01-16T18:29:29.170Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-16T18:29:29.170Z] ---> de98f4e95c88 [2021-01-16T18:29:29.170Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-16T18:29:29.441Z] 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-16T18:29:29.441Z] ---> cfb8fa54f63d [2021-01-16T18:29:29.441Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-16T18:29:29.713Z] ---> Running in e64f447ade19 [2021-01-16T18:29:29.713Z] ---> c9abbdb9c5ea [2021-01-16T18:29:29.713Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-16T18:29:30.076Z] Removing intermediate container e64f447ade19 [2021-01-16T18:29:30.076Z] ---> d18e871b126f [2021-01-16T18:29:30.076Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:29:30.076Z] ---> Running in aee44a211714 [2021-01-16T18:29:30.756Z] Removing intermediate container aee44a211714 [2021-01-16T18:29:30.756Z] ---> ad05532af910 [2021-01-16T18:29:30.756Z] Step 21/23 : LABEL arch=x86_64 [2021-01-16T18:29:30.756Z] ---> b591cca00bfa [2021-01-16T18:29:30.756Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-16T18:29:30.756Z] ---> Running in bb184183ddef [2021-01-16T18:29:30.756Z] ---> Running in f0d7b421b85d [2021-01-16T18:29:31.152Z] Removing intermediate container bb184183ddef [2021-01-16T18:29:31.152Z] ---> 01bfb92f8238 [2021-01-16T18:29:31.152Z] Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:29:31.152Z] Removing intermediate container f0d7b421b85d [2021-01-16T18:29:31.152Z] ---> 788b290cf76e [2021-01-16T18:29:31.152Z] Step 18/21 : CMD ["--init=true"] [2021-01-16T18:29:31.152Z] ---> Running in 9a552acf2459 [2021-01-16T18:29:31.152Z] ---> Running in e53796de7203 [2021-01-16T18:29:31.527Z] Removing intermediate container e53796de7203 [2021-01-16T18:29:31.527Z] ---> c5bc41afbc86 [2021-01-16T18:29:31.527Z] Step 19/21 : LABEL arch=x86_64 [2021-01-16T18:29:31.527Z] Removing intermediate container 9a552acf2459 [2021-01-16T18:29:31.527Z] ---> 9a5aec9765be [2021-01-16T18:29:31.527Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T18:29:31.527Z] ---> Running in 9f12f0e2a723 [2021-01-16T18:29:31.901Z] ---> Running in f8b11688d931 [2021-01-16T18:29:31.901Z] Removing intermediate container 9f12f0e2a723 [2021-01-16T18:29:31.901Z] ---> 5d071f7d37db [2021-01-16T18:29:31.901Z] Step 20/21 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:29:31.901Z] ---> Running in 93f5d35bf843 [2021-01-16T18:29:31.901Z] Removing intermediate container f8b11688d931 [2021-01-16T18:29:31.901Z] ---> 35da079f2b9c [2021-01-16T18:29:31.901Z] [2021-01-16T18:29:32.184Z] Successfully built 35da079f2b9c [2021-01-16T18:29:32.184Z] Successfully tagged docker-core-metadata-go:latest [2021-01-16T18:29:32.184Z]  Building docker-core-metadata-go ... done Removing intermediate container 93f5d35bf843 [2021-01-16T18:29:32.184Z] ---> 462ea64cf9f1 [2021-01-16T18:29:32.184Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T18:29:32.471Z] ---> Running in b1e19c38a49e [2021-01-16T18:29:32.471Z] Removing intermediate container b1e19c38a49e [2021-01-16T18:29:32.471Z] ---> 5b5e0af38535 [2021-01-16T18:29:32.471Z] [2021-01-16T18:29:33.439Z] Successfully built 5b5e0af38535 [2021-01-16T18:29:33.706Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-16T18:29:42.204Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f7a8988deed0 [2021-01-16T18:29:42.204Z] ---> b634366bfd0d [2021-01-16T18:29:42.204Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-16T18:29:42.204Z] ---> Running in 86632b78d0f1 [2021-01-16T18:29:42.204Z] 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-16T18:29:42.786Z] Removing intermediate container 86632b78d0f1 [2021-01-16T18:29:42.786Z] ---> 4d782f44badd [2021-01-16T18:29:42.786Z] [2021-01-16T18:29:42.786Z] Step 11/26 : FROM docker:20.10.0 [2021-01-16T18:29:43.055Z] 20.10.0: Pulling from library/docker [2021-01-16T18:29:48.393Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-16T18:29:48.393Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-16T18:29:48.393Z] ---> aefe523efa57 [2021-01-16T18:29:48.393Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-16T18:29:48.393Z] ---> Running in 386cc5f4bb14 [2021-01-16T18:29:48.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:29:48.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:29:48.657Z] (1/2) Installing readline (8.0.4-r0) [2021-01-16T18:29:48.657Z] (2/2) Installing bash (5.0.17-r0) [2021-01-16T18:29:48.657Z] Executing bash-5.0.17-r0.post-install [2021-01-16T18:29:48.657Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:29:48.657Z] OK: 12 MiB in 22 packages [2021-01-16T18:29:49.239Z] Removing intermediate container 386cc5f4bb14 [2021-01-16T18:29:49.239Z] ---> 18e9ee978571 [2021-01-16T18:29:49.239Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-16T18:29:49.239Z] ---> Running in 278d10485a7a [2021-01-16T18:29:49.504Z] Removing intermediate container 278d10485a7a [2021-01-16T18:29:49.504Z] ---> 5acf7db3988b [2021-01-16T18:29:49.504Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-16T18:29:49.504Z] ---> Running in 8ca1423152a4 [2021-01-16T18:29:49.504Z] Removing intermediate container 8ca1423152a4 [2021-01-16T18:29:49.504Z] ---> e120bcce6a57 [2021-01-16T18:29:49.504Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-16T18:29:49.768Z] ---> Running in c6e76012e989 [2021-01-16T18:29:49.768Z] Removing intermediate container c6e76012e989 [2021-01-16T18:29:49.768Z] ---> 307208e41870 [2021-01-16T18:29:49.768Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-16T18:29:50.246Z] gofmt -l . [2021-01-16T18:29:50.346Z] ---> 35be805abff7 [2021-01-16T18:29:50.346Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-16T18:29:50.609Z] ---> bd276a7d13b2 [2021-01-16T18:29:50.609Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-16T18:29:50.849Z] [ "`gofmt -l .`" = "" ] [2021-01-16T18:29:51.194Z] ---> 5da6250ae703 [2021-01-16T18:29:51.195Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-16T18:29:51.195Z] ---> Running in 8c1275aeee65 [2021-01-16T18:29:51.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:29:51.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:29:52.045Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-16T18:29:52.045Z] (2/33) Installing expat (2.2.9-r1) [2021-01-16T18:29:52.045Z] (3/33) Installing libffi (3.3-r2) [2021-01-16T18:29:52.045Z] (4/33) Installing gdbm (1.13-r1) [2021-01-16T18:29:52.045Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-16T18:29:52.045Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-16T18:29:52.045Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-16T18:29:52.994Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-16T18:29:52.994Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-16T18:29:52.994Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-16T18:29:52.994Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-16T18:29:52.994Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-16T18:29:52.994Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-16T18:29:53.259Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-16T18:29:53.259Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-16T18:29:53.259Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-16T18:29:53.259Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-16T18:29:53.259Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-16T18:29:53.259Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-16T18:29:53.460Z] ./bin/test-go-mod-tidy.sh [2021-01-16T18:29:53.836Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-16T18:29:53.836Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-16T18:29:53.836Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-16T18:29:53.836Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-16T18:29:53.836Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-16T18:29:53.836Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-16T18:29:53.836Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-16T18:29:53.836Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-16T18:29:53.836Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-16T18:29:53.836Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-16T18:29:53.836Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-16T18:29:53.836Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-16T18:29:53.836Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-16T18:29:54.059Z] ./bin/test-attribution-txt.sh [2021-01-16T18:29:54.100Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-16T18:29:54.100Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:29:54.100Z] OK: 71 MiB in 55 packages [Pipeline] sh [2021-01-16T18:29:56.156Z] + ls -al . [2021-01-16T18:29:56.156Z] total 696 [2021-01-16T18:29:56.156Z] drwxrwxr-x 9 1001 1001 4096 Jan 16 18:29 . [2021-01-16T18:29:56.156Z] drwxr-xr-x 4 root root 4096 Jan 16 18:26 .. [2021-01-16T18:29:56.156Z] -rw-rw-r-- 1 1001 1001 11 Jan 16 18:24 .dockerignore [2021-01-16T18:29:56.156Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 18:24 .git [2021-01-16T18:29:56.156Z] drwxrwxr-x 3 1001 1001 4096 Jan 16 18:24 .github [2021-01-16T18:29:56.156Z] -rw-rw-r-- 1 1001 1001 872 Jan 16 18:24 .gitignore [2021-01-16T18:29:56.156Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 18:24 .sonarcloud.properties [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 7844 Jan 16 18:24 Attribution.txt [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 18:24 CONTRIBUTING.md [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 931 Jan 16 18:24 Dockerfile.build [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 863 Jan 16 18:24 Jenkinsfile [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 18:24 LICENSE [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 6001 Jan 16 18:24 Makefile [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 6524 Jan 16 18:24 README.md [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 6744 Jan 16 18:24 SECURITY.md [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 18:22 VERSION [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 4131 Jan 16 18:24 ZMQWindows.md [2021-01-16T18:29:56.157Z] drwxrwxr-x 2 1001 1001 4096 Jan 16 18:24 bin [2021-01-16T18:29:56.157Z] drwxrwxr-x 15 1001 1001 4096 Jan 16 18:24 cmd [2021-01-16T18:29:56.157Z] -rw-r--r-- 1 root root 561484 Jan 16 18:28 coverage.out [2021-01-16T18:29:56.157Z] -rw-r--r-- 1 root root 1007 Jan 16 18:29 go.mod [2021-01-16T18:29:56.157Z] -rw-r--r-- 1 root root 19394 Jan 16 18:29 go.sum [2021-01-16T18:29:56.157Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 18:24 internal [2021-01-16T18:29:56.157Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 18:24 openapi [2021-01-16T18:29:56.157Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 18:24 snap [2021-01-16T18:29:56.157Z] -rw-rw-r-- 1 1001 1001 168 Jan 16 18:24 version.go [Pipeline] sh [2021-01-16T18:29:56.821Z] + '[' -e coverage.out ] [2021-01-16T18:29:56.821Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-16T18:29:56.900Z] Warning: overwriting stash ‘coverage-report’ [2021-01-16T18:29:58.061Z] Stashed 1 file(s) [Pipeline] sh [2021-01-16T18:29:58.794Z] + make build [2021-01-16T18:29:58.795Z] 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-16T18:30:02.290Z] Removing intermediate container 8c1275aeee65 [2021-01-16T18:30:02.290Z] ---> 9a833ec77802 [2021-01-16T18:30:02.290Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-16T18:30:02.290Z] ---> Running in f21f6c83ee5e [2021-01-16T18:30:03.717Z] Collecting docker-compose==1.23.2 [2021-01-16T18:30:03.981Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-16T18:30:04.572Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-16T18:30:04.572Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-16T18:30:05.523Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-16T18:30:05.524Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-16T18:30:05.524Z] Collecting cached-property<2,>=1.2.0 [2021-01-16T18:30:05.524Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-16T18:30:05.792Z] Collecting docopt<0.7,>=0.6.1 [2021-01-16T18:30:05.792Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-16T18:30:06.368Z] Collecting PyYAML<4,>=3.10 [2021-01-16T18:30:06.368Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-16T18:30:07.316Z] 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-16T18:30:07.316Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-16T18:30:07.316Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-16T18:30:07.316Z] Collecting docker<4.0,>=3.6.0 [2021-01-16T18:30:07.578Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-16T18:30:07.840Z] Collecting jsonschema<3,>=2.5.1 [2021-01-16T18:30:07.840Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-16T18:30:07.840Z] Collecting texttable<0.10,>=0.9.0 [2021-01-16T18:30:07.840Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-16T18:30:08.419Z] 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-16T18:30:08.419Z] Collecting idna<2.8,>=2.5 [2021-01-16T18:30:08.419Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-16T18:30:08.682Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-16T18:30:08.682Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-16T18:30:08.682Z] 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-16T18:30:08.682Z] Collecting docker-pycreds>=0.4.0 [2021-01-16T18:30:08.682Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-16T18:30:08.682Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-16T18:30:08.682Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-16T18:30:08.682Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-16T18:30:08.682Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-16T18:30:08.944Z] Installing collected packages: dockerpty, idna, urllib3, requests, cached-property, docopt, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, texttable, docker-compose [2021-01-16T18:30:08.944Z] Running setup.py install for dockerpty: started [2021-01-16T18:30:09.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-16T18:30:09.519Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-16T18:30:09.519Z] Attempting uninstall: idna [2021-01-16T18:30:09.519Z] Found existing installation: idna 2.9 [2021-01-16T18:30:09.519Z] Uninstalling idna-2.9: [2021-01-16T18:30:09.519Z] Successfully uninstalled idna-2.9 [2021-01-16T18:30:09.519Z] Attempting uninstall: urllib3 [2021-01-16T18:30:09.519Z] Found existing installation: urllib3 1.25.9 [2021-01-16T18:30:09.519Z] Uninstalling urllib3-1.25.9: [2021-01-16T18:30:09.782Z] Successfully uninstalled urllib3-1.25.9 [2021-01-16T18:30:09.782Z] Attempting uninstall: requests [2021-01-16T18:30:09.782Z] Found existing installation: requests 2.23.0 [2021-01-16T18:30:09.782Z] Uninstalling requests-2.23.0: [2021-01-16T18:30:10.047Z] Successfully uninstalled requests-2.23.0 [2021-01-16T18:30:10.047Z] Running setup.py install for docopt: started [2021-01-16T18:30:10.624Z] Running setup.py install for docopt: finished with status 'done' [2021-01-16T18:30:10.624Z] Running setup.py install for PyYAML: started [2021-01-16T18:30:11.202Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-16T18:30:11.779Z] Running setup.py install for texttable: started [2021-01-16T18:30:12.055Z] Running setup.py install for texttable: finished with status 'done' [2021-01-16T18:30:12.316Z] 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-16T18:30:15.640Z] Removing intermediate container f21f6c83ee5e [2021-01-16T18:30:15.640Z] ---> 6c3c9b919f26 [2021-01-16T18:30:15.640Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-16T18:30:15.640Z] ---> Running in 15f4c0b14dcc [2021-01-16T18:30:15.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T18:30:15.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T18:30:16.180Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T18:30:16.180Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-16T18:30:16.180Z] (3/3) Installing curl (7.69.1-r3) [2021-01-16T18:30:16.180Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:30:16.180Z] OK: 72 MiB in 58 packages [2021-01-16T18:30:16.761Z] Removing intermediate container 15f4c0b14dcc [2021-01-16T18:30:16.761Z] ---> 29c5bafa7e98 [2021-01-16T18:30:16.761Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-16T18:30:16.761Z] ---> Running in e8370328e450 [2021-01-16T18:30:17.025Z] Removing intermediate container e8370328e450 [2021-01-16T18:30:17.025Z] ---> e266dda185f1 [2021-01-16T18:30:17.025Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:30:17.025Z] ---> Running in 801c6e9fffca [2021-01-16T18:30:17.025Z] Removing intermediate container 801c6e9fffca [2021-01-16T18:30:17.025Z] ---> 08c87466fc70 [2021-01-16T18:30:17.025Z] Step 24/26 : LABEL arch=x86_64 [2021-01-16T18:30:17.289Z] ---> Running in 8e52c6b8ead7 [2021-01-16T18:30:17.289Z] Removing intermediate container 8e52c6b8ead7 [2021-01-16T18:30:17.289Z] ---> 97fcbabf093b [2021-01-16T18:30:17.289Z] Step 25/26 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:30:17.551Z] ---> Running in 80fcb397dabc [2021-01-16T18:30:17.551Z] Removing intermediate container 80fcb397dabc [2021-01-16T18:30:17.551Z] ---> a1a75a177389 [2021-01-16T18:30:17.551Z] Step 26/26 : LABEL version=0.0.0 [2021-01-16T18:30:17.551Z] ---> Running in f01d13d96241 [2021-01-16T18:30:17.813Z] Removing intermediate container f01d13d96241 [2021-01-16T18:30:17.813Z] ---> 528a5d750f2e [2021-01-16T18:30:17.813Z] [2021-01-16T18:30:18.076Z] Successfully built 528a5d750f2e [2021-01-16T18:30:18.076Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-16T18:30:18.352Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-16T18:30:18.370Z] $ docker stop --time=1 857a239752735d244ee712c6457ae0f304a86702c19ee6279eabfb250269d964 [2021-01-16T18:30:20.056Z] $ docker rm -f 857a239752735d244ee712c6457ae0f304a86702c19ee6279eabfb250269d964 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T18:30:20.657Z] + docker images [2021-01-16T18:30:20.657Z] + grep docker [2021-01-16T18:30:21.241Z] docker-sys-mgmt-agent-go latest 528a5d750f2e 4 seconds ago 313MB [2021-01-16T18:30:21.241Z] docker-security-proxy-setup-go latest 5b5e0af38535 49 seconds ago 24.4MB [2021-01-16T18:30:21.241Z] docker-core-metadata-go latest 35da079f2b9c 50 seconds ago 18.7MB [2021-01-16T18:30:21.241Z] docker-support-scheduler-go latest 02ba5e107df0 53 seconds ago 16.4MB [2021-01-16T18:30:21.241Z] docker-security-bootstrapper-go latest 606b8ca2d953 About a minute ago 41.5MB [2021-01-16T18:30:21.241Z] docker-core-data-go latest fae6e880e67a About a minute ago 22.3MB [2021-01-16T18:30:21.241Z] docker-security-secretstore-setup-go latest 94617c2ee2f4 2 minutes ago 24.6MB [2021-01-16T18:30:21.241Z] docker-support-notifications-go latest b91bc48dd260 2 minutes ago 16.9MB [2021-01-16T18:30:21.241Z] docker-core-command-go latest a2b2cc5ee05d 2 minutes ago 16.2MB [2021-01-16T18:30:21.241Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-16T18:30:31.267Z] 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-16T18:30:33.904Z] 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-16T18:30:36.945Z] Still waiting to schedule task [2021-01-16T18:30:36.945Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-16T18:30:39.308Z] 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-16T18:30:40.283Z] 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-16T18:30:44.604Z] 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-16T18:30:48.914Z] 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-16T18:30:52.315Z] 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-16T18:30:56.653Z] 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-16T18:31:00.042Z] 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-16T18:31:04.348Z] 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-16T18:31:07.741Z] 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-16T18:31:13.154Z] $ docker stop --time=1 c49070158cbc55d4e662098cd8d8b220a42f1979ad7bad95d2d85a539d26da31 [2021-01-16T18:31:15.812Z] $ docker rm -f c49070158cbc55d4e662098cd8d8b220a42f1979ad7bad95d2d85a539d26da31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:31:17.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T18:31:17.836Z] [2021-01-16T18:31:17.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:31:18.486Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T18:31:18.756Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-16T18:31:18.756Z] 29e5d40040c1: Pulling fs layer [2021-01-16T18:31:18.756Z] 1ce36da41761: Pulling fs layer [2021-01-16T18:31:18.756Z] 25b303627fd3: Pulling fs layer [2021-01-16T18:31:19.030Z] 29e5d40040c1: Verifying Checksum [2021-01-16T18:31:19.030Z] 29e5d40040c1: Download complete [2021-01-16T18:31:19.303Z] 1ce36da41761: Verifying Checksum [2021-01-16T18:31:19.303Z] 1ce36da41761: Download complete [2021-01-16T18:31:19.581Z] 29e5d40040c1: Pull complete [2021-01-16T18:31:21.011Z] 1ce36da41761: Pull complete [2021-01-16T18:31:21.011Z] 25b303627fd3: Verifying Checksum [2021-01-16T18:31:21.011Z] 25b303627fd3: Download complete [2021-01-16T18:31:31.164Z] 25b303627fd3: Pull complete [2021-01-16T18:31:31.164Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-16T18:31:31.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T18:31:31.164Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-16T18:31:31.449Z] prd-ubuntu18.04-docker-arm64-4c-16g-20787 does not seem to be running inside a container [2021-01-16T18:31:31.535Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-16T18:31:33.173Z] Running on prd-ubuntu18.04-docker-8c-8g-20788 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [2021-01-16T18:31:34.448Z] $ docker top ef38e8add0823e1f896661a72517beae81d10f2578e6cb3675ec85fa27a28684 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-16T18:31:34.948Z] Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout [2021-01-16T18:31:35.540Z] + docker-compose build --help [2021-01-16T18:31:35.540Z] + grep parallel [2021-01-16T18:31:37.093Z] using credential edgex-jenkins-ssh [2021-01-16T18:31:37.177Z] Cloning the remote Git repository [2021-01-16T18:31:37.233Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-16T18:31:37.302Z] > git init /w/workspace/edgex-go/29 # timeout=10 [2021-01-16T18:31:37.333Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T18:31:37.333Z] > git --version # timeout=10 [2021-01-16T18:31:37.340Z] > git --version # 'git version 2.17.1' [2021-01-16T18:31:37.341Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T18:31:37.365Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T18:31:38.942Z] --parallel Build images in parallel. [Pipeline] } [2021-01-16T18:31:39.239Z] $ docker stop --time=1 ef38e8add0823e1f896661a72517beae81d10f2578e6cb3675ec85fa27a28684 [2021-01-16T18:31:41.151Z] $ docker rm -f ef38e8add0823e1f896661a72517beae81d10f2578e6cb3675ec85fa27a28684 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:31:41.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T18:31:41.972Z] . [Pipeline] withDockerContainer [2021-01-16T18:31:42.234Z] prd-ubuntu18.04-docker-arm64-4c-16g-20787 does not seem to be running inside a container [2021-01-16T18:31:42.304Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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-16T18:31:43.714Z] $ docker top da2cf34aaeef5835aec494f1919b1f1379dd3e1a61125052564bc73a54ee6248 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T18:31:44.763Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-16T18:31:44.932Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T18:31:44.942Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T18:31:45.715Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:31:45.846Z] Merge succeeded, producing 2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:31:45.847Z] Checking out Revision 2037975b14bcccb26699bfe63d53181688204e32 (PR-2970) [2021-01-16T18:31:44.952Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T18:31:44.965Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T18:31:44.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T18:31:44.970Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-16T18:31:45.727Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T18:31:45.733Z] > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [2021-01-16T18:31:45.810Z] > git remote # timeout=10 [2021-01-16T18:31:45.818Z] > git config --get remote.origin.url # timeout=10 [2021-01-16T18:31:45.830Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T18:31:45.834Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-16T18:31:45.844Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-16T18:31:45.852Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T18:31:45.859Z] > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [2021-01-16T18:31:48.132Z] Building docker-core-command-go ... [2021-01-16T18:31:48.132Z] Building docker-core-data-go ... [2021-01-16T18:31:48.132Z] Building docker-core-metadata-go ... [2021-01-16T18:31:48.132Z] Building docker-security-bootstrapper-go ... [2021-01-16T18:31:48.132Z] Building docker-security-proxy-setup-go ... [2021-01-16T18:31:48.132Z] Building docker-security-secretstore-setup-go ... [2021-01-16T18:31:48.132Z] Building docker-support-notifications-go ... [2021-01-16T18:31:48.132Z] Building docker-support-scheduler-go ... [2021-01-16T18:31:48.132Z] Building docker-sys-mgmt-agent-go ... [2021-01-16T18:31:48.132Z] Building docker-support-scheduler-go [2021-01-16T18:31:48.132Z] Building docker-core-metadata-go [2021-01-16T18:31:48.132Z] Building docker-security-bootstrapper-go [2021-01-16T18:31:48.132Z] Building docker-core-command-go [2021-01-16T18:31:48.132Z] Building docker-support-notifications-go [2021-01-16T18:31:49.535Z] Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:31:50.812Z] + echo snap-build.sh [2021-01-16T18:31:50.812Z] snap-build.sh [2021-01-16T18:31:50.812Z] + SNAP_BASE_DIR=. [2021-01-16T18:31:50.812Z] + '[' '!' -z /w/workspace/edgex-go/29 ']' [2021-01-16T18:31:50.812Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/29 [2021-01-16T18:31:50.812Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/29]' [2021-01-16T18:31:50.812Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/29] [2021-01-16T18:31:50.812Z] + cd /w/workspace/edgex-go/29 [2021-01-16T18:31:50.812Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-16T18:31:50.812Z] Reading package lists... [2021-01-16T18:31:50.812Z] Building dependency tree... [2021-01-16T18:31:50.812Z] Reading state information... [2021-01-16T18:31:51.075Z] The following packages were automatically installed and are no longer required: [2021-01-16T18:31:51.075Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-16T18:31:51.075Z] uidmap xdelta3 [2021-01-16T18:31:51.075Z] Use 'sudo apt autoremove' to remove them. [2021-01-16T18:31:51.075Z] The following packages will be REMOVED: [2021-01-16T18:31:51.075Z] lxd* lxd-client* [2021-01-16T18:31:51.339Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-16T18:31:51.339Z] After this operation, 31.7 MB disk space will be freed. [2021-01-16T18:31:52.655Z] (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-16T18:31:52.655Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T18:31:53.605Z] Removing lxd dnsmasq configuration [2021-01-16T18:31:53.605Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T18:31:53.867Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-16T18:31:54.811Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-16T18:31:55.072Z] (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-16T18:31:55.073Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T18:31:56.461Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-16T18:31:56.461Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-16T18:31:57.849Z] + sudo snap remove --purge lxd [2021-01-16T18:31:58.112Z] snap "lxd" is not installed [2021-01-16T18:31:58.112Z] + sudo groupadd --force --system lxd [2021-01-16T18:31:58.112Z] ++ whoami [2021-01-16T18:31:58.112Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-16T18:31:58.112Z] + newgrp - lxd [2021-01-16T18:31:58.112Z] + sudo snap install lxd [2021-01-16T18:32:08.132Z] 2021-01-16T18:32:05Z INFO Waiting for automatic snapd restart... [2021-01-16T18:32:23.172Z] lxd 4.10 from Canonical* installed [2021-01-16T18:32:23.172Z] + sudo lxd init --auto [2021-01-16T18:32:33.204Z] + sudo snap install --classic snapcraft [2021-01-16T18:32:39.819Z] snapcraft 4.4.4 from Canonical* installed [2021-01-16T18:32:39.819Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-16T18:32:39.819Z] + patch --verbose -p1 [2021-01-16T18:32:39.819Z] Hmm... Looks like a unified diff to me... [2021-01-16T18:32:39.819Z] The text leading up to this was: [2021-01-16T18:32:39.819Z] -------------------------- [2021-01-16T18:32:39.819Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-16T18:32:39.819Z] |From: Tony Espy [2021-01-16T18:32:39.819Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-16T18:32:39.819Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-16T18:32:39.819Z] | [2021-01-16T18:32:39.819Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-16T18:32:39.819Z] |optimize the snap CI check run for pull requests. When [2021-01-16T18:32:39.819Z] |applied, it essentially strips out everything (apps and [2021-01-16T18:32:39.819Z] |parts) from the snapcraft.yaml file except those required [2021-01-16T18:32:39.819Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-16T18:32:39.819Z] |catch changes to edgex-go that break the snap build. [2021-01-16T18:32:39.819Z] | [2021-01-16T18:32:39.820Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-16T18:32:39.820Z] |to update this patch file, otherwise it may fail to apply, [2021-01-16T18:32:39.820Z] |resulting in a failed snap build CI check in the associated [2021-01-16T18:32:39.820Z] |pull request. [2021-01-16T18:32:39.820Z] | [2021-01-16T18:32:39.820Z] |Note - in addition to applying this patch, the pipeline also [2021-01-16T18:32:39.820Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-16T18:32:39.820Z] |need to build the finally binary .snap file (and it won't [2021-01-16T18:32:39.820Z] |work with the patch applied). This further reduces the build [2021-01-16T18:32:39.820Z] |time. [2021-01-16T18:32:39.820Z] |--- [2021-01-16T18:32:39.820Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-16T18:32:39.820Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-16T18:32:39.820Z] | [2021-01-16T18:32:39.820Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-16T18:32:39.820Z] |index 1e537489..faf42425 100644 [2021-01-16T18:32:39.820Z] |--- a/snap/snapcraft.yaml [2021-01-16T18:32:39.820Z] |+++ b/snap/snapcraft.yaml [2021-01-16T18:32:39.820Z] -------------------------- [2021-01-16T18:32:39.820Z] patching file snap/snapcraft.yaml [2021-01-16T18:32:39.820Z] Using Plan A... [2021-01-16T18:32:39.820Z] Hunk #1 succeeded at 73. [2021-01-16T18:32:39.820Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-16T18:32:39.820Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-16T18:32:39.820Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-16T18:32:39.820Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-16T18:32:39.820Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-16T18:32:39.820Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-16T18:32:39.820Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-16T18:32:39.820Z] Hmm... Ignoring the trailing garbage. [2021-01-16T18:32:39.820Z] done [2021-01-16T18:32:39.820Z] + sudo snapcraft prime --use-lxd [2021-01-16T18:32:40.765Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-16T18:32:40.765Z] 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-16T18:32:40.765Z] - README.md [2021-01-16T18:32:40.765Z] - snapcraft.yaml.orig [2021-01-16T18:32:40.765Z] [2021-01-16T18:32:40.765Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-16T18:32:41.336Z] Launching a container. [2021-01-16T18:32:53.582Z] Waiting for container to be ready [2021-01-16T18:32:53.582Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-16T18:32:53.582Z] [2021-01-16T18:32:56.131Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-16T18:32:56.705Z] Waiting for network to be ready... [2021-01-16T18:32:56.968Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-16T18:32:57.228Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-16T18:32:57.228Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-16T18:32:57.228Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-16T18:32:57.228Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-16T18:32:57.228Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-16T18:32:57.228Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-16T18:32:57.228Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-16T18:32:57.228Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-16T18:32:57.228Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-16T18:32:57.799Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-16T18:32:57.799Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-16T18:32:58.060Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-16T18:32:58.060Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-16T18:32:58.060Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-16T18:32:58.060Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-16T18:32:58.060Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-16T18:32:58.060Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-16T18:32:58.636Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-16T18:32:58.897Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-16T18:32:58.897Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-16T18:32:59.159Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-16T18:32:59.159Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-16T18:32:59.159Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-16T18:32:59.159Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-16T18:32:59.159Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-16T18:32:59.159Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-16T18:33:01.083Z] Fetched 23.7 MB in 4s (5838 kB/s) [2021-01-16T18:33:02.027Z] Reading package lists... [2021-01-16T18:33:02.027Z] Reading package lists... [2021-01-16T18:33:02.289Z] Building dependency tree... [2021-01-16T18:33:02.289Z] Reading state information... [2021-01-16T18:33:02.550Z] The following additional packages will be installed: [2021-01-16T18:33:02.550Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-16T18:33:02.550Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-16T18:33:02.550Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-16T18:33:02.550Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-16T18:33:02.550Z] Suggested packages: [2021-01-16T18:33:02.550Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-16T18:33:02.550Z] Recommended packages: [2021-01-16T18:33:02.550Z] gnupg libsasl2-modules [2021-01-16T18:33:02.550Z] The following NEW packages will be installed: [2021-01-16T18:33:02.550Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-16T18:33:02.550Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-16T18:33:02.550Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-16T18:33:02.550Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-16T18:33:02.550Z] The following packages will be upgraded: [2021-01-16T18:33:02.550Z] gpg gpg-agent gpgconf libudev1 [2021-01-16T18:33:02.811Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-16T18:33:02.811Z] Need to get 3532 kB of archives. [2021-01-16T18:33:02.811Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-16T18:33:02.811Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-16T18:33:02.811Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-16T18:33:03.072Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-16T18:33:03.334Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-16T18:33:03.334Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-16T18:33:03.334Z] 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-16T18:33:03.334Z] 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-16T18:33:03.594Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-16T18:33:03.594Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-16T18:33:03.594Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-16T18:33:03.594Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-16T18:33:03.594Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-16T18:33:03.594Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-16T18:33:03.594Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-16T18:33:03.594Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-16T18:33:03.594Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-16T18:33:03.594Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-16T18:33:03.594Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-16T18:33:03.594Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-16T18:33:03.594Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-16T18:33:03.594Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-16T18:33:03.594Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-16T18:33:03.855Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T18:33:03.855Z] Fetched 3532 kB in 1s (3224 kB/s) [2021-01-16T18:33:03.855Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-16T18:33:03.855Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-16T18:33:03.855Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T18:33:04.119Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-16T18:33:04.119Z] Selecting previously unselected package udev. [2021-01-16T18:33:04.119Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-16T18:33:04.119Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-16T18:33:04.119Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-16T18:33:04.380Z] Selecting previously unselected package libfuse2:amd64. [2021-01-16T18:33:04.380Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-16T18:33:04.380Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-16T18:33:04.641Z] Selecting previously unselected package fuse. [2021-01-16T18:33:04.641Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-16T18:33:04.641Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-16T18:33:04.641Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:04.641Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T18:33:04.902Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:04.902Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T18:33:04.902Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:04.902Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T18:33:05.162Z] Selecting previously unselected package libksba8:amd64. [2021-01-16T18:33:05.162Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-16T18:33:05.162Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-16T18:33:05.162Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-16T18:33:05.163Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.163Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:05.425Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-16T18:33:05.425Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.425Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:05.425Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-16T18:33:05.425Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.425Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:05.425Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-16T18:33:05.425Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.425Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:05.685Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-16T18:33:05.685Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.685Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:05.685Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-16T18:33:05.685Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.685Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:05.685Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-16T18:33:05.947Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.947Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:05.947Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-16T18:33:05.947Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.947Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:05.947Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-16T18:33:05.947Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T18:33:05.947Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:06.208Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-16T18:33:06.208Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-16T18:33:06.208Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T18:33:06.208Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-16T18:33:06.208Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-16T18:33:06.208Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T18:33:06.208Z] Selecting previously unselected package libldap-common. [2021-01-16T18:33:06.208Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-16T18:33:06.208Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T18:33:06.208Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-16T18:33:06.208Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-16T18:33:06.472Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T18:33:06.472Z] Selecting previously unselected package dirmngr. [2021-01-16T18:33:06.472Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:06.472Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-16T18:33:06.472Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T18:33:06.472Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-16T18:33:06.472Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-16T18:33:06.732Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T18:33:06.732Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T18:33:06.732Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-16T18:33:06.732Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:06.732Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-16T18:33:06.732Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T18:33:06.994Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-16T18:33:07.256Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-16T18:33:07.256Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:07.518Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-16T18:33:07.518Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-16T18:33:07.518Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-16T18:33:07.518Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:07.518Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:07.518Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:07.518Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:07.778Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:07.778Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:07.778Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T18:33:07.778Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T18:33:07.778Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-16T18:33:07.778Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T18:33:08.352Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-16T18:33:08.352Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-16T18:33:08.353Z] This means they are not meant to be enabled using systemctl. [2021-01-16T18:33:08.353Z] Possible reasons for having this kind of units are: [2021-01-16T18:33:08.353Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-16T18:33:08.353Z] .wants/ or .requires/ directory. [2021-01-16T18:33:08.353Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-16T18:33:08.353Z] a requirement dependency on it. [2021-01-16T18:33:08.353Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-16T18:33:08.353Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-16T18:33:08.353Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-16T18:33:08.353Z] instance name specified. [2021-01-16T18:33:08.613Z] Reading package lists... [2021-01-16T18:33:08.613Z] Building dependency tree... [2021-01-16T18:33:08.613Z] Reading state information... [2021-01-16T18:33:08.875Z] The following additional packages will be installed: [2021-01-16T18:33:08.875Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-16T18:33:08.875Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-16T18:33:08.875Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-16T18:33:08.875Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-16T18:33:08.875Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-16T18:33:08.875Z] Suggested packages: [2021-01-16T18:33:08.875Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-16T18:33:08.875Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-16T18:33:08.875Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-16T18:33:08.875Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-16T18:33:08.875Z] systemd-container policykit-1 [2021-01-16T18:33:08.875Z] Recommended packages: [2021-01-16T18:33:08.875Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-16T18:33:08.875Z] The following NEW packages will be installed: [2021-01-16T18:33:08.875Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-16T18:33:08.875Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-16T18:33:08.875Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-16T18:33:08.875Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-16T18:33:08.875Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-16T18:33:08.875Z] The following packages will be upgraded: [2021-01-16T18:33:08.875Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-16T18:33:08.875Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-16T18:33:08.875Z] Need to get 35.2 MB of archives. [2021-01-16T18:33:08.875Z] After this operation, 141 MB of additional disk space will be used. [2021-01-16T18:33:08.875Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-16T18:33:09.135Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-16T18:33:09.135Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-16T18:33:09.135Z] 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-16T18:33:09.135Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-16T18:33:09.135Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-16T18:33:09.135Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-16T18:33:09.135Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-16T18:33:09.135Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-16T18:33:09.135Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-16T18:33:09.135Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-16T18:33:09.135Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-16T18:33:09.135Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-16T18:33:09.135Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-16T18:33:09.135Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-16T18:33:09.135Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-16T18:33:09.135Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-16T18:33:09.871Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:33:09.871Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:33:09.871Z] ---> 5b37328b184f [2021-01-16T18:33:09.871Z] Step 3/33 : WORKDIR /edgex-go [2021-01-16T18:33:09.871Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:33:09.871Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:33:09.871Z] ---> 5b37328b184f [2021-01-16T18:33:09.871Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T18:33:09.871Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:33:09.871Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:33:09.871Z] ---> 5b37328b184f [2021-01-16T18:33:09.871Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T18:33:09.871Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:33:09.871Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:33:09.871Z] ---> 5b37328b184f [2021-01-16T18:33:09.871Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T18:33:09.871Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:33:09.871Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:33:09.871Z] ---> 5b37328b184f [2021-01-16T18:33:09.871Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T18:33:09.871Z] ---> Running in a0101bd4c956 [2021-01-16T18:33:09.871Z] ---> Running in 12dcee595bed [2021-01-16T18:33:09.871Z] ---> Running in 48344fa55fbc [2021-01-16T18:33:09.871Z] ---> Running in 830a424989b7 [2021-01-16T18:33:09.871Z] ---> Running in 5357a3644ec2 [2021-01-16T18:33:09.871Z] Removing intermediate container 48344fa55fbc [2021-01-16T18:33:09.871Z] ---> 585189fcb408 [2021-01-16T18:33:09.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:33:09.871Z] Removing intermediate container a0101bd4c956 [2021-01-16T18:33:09.871Z] ---> ed898666e08f [2021-01-16T18:33:09.871Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:33:09.871Z] ---> Running in df8535c4e9ac [2021-01-16T18:33:09.871Z] Removing intermediate container 12dcee595bed [2021-01-16T18:33:09.871Z] ---> 1c01a824404b [2021-01-16T18:33:09.871Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:33:09.871Z] Removing intermediate container 830a424989b7 [2021-01-16T18:33:09.871Z] ---> 5d17cdd499fa [2021-01-16T18:33:09.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:33:09.871Z] Removing intermediate container 5357a3644ec2 [2021-01-16T18:33:09.871Z] ---> e44e3c94dbf3 [2021-01-16T18:33:09.871Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:33:09.871Z] ---> Running in c96a8677359c [2021-01-16T18:33:09.871Z] ---> Running in 6d35d45c9c0d [2021-01-16T18:33:09.871Z] ---> Running in 8f7f236e6689 [2021-01-16T18:33:09.871Z] ---> Running in 6d299f7555be [2021-01-16T18:33:09.871Z] Removing intermediate container df8535c4e9ac [2021-01-16T18:33:09.871Z] ---> 7529b5ab79f3 [2021-01-16T18:33:09.871Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-16T18:33:09.871Z] ---> Running in 91e7ae471979 [2021-01-16T18:33:09.871Z] Removing intermediate container 6d35d45c9c0d [2021-01-16T18:33:09.871Z] ---> aaec4fe7ede8 [2021-01-16T18:33:09.871Z] Removing intermediate container c96a8677359c [2021-01-16T18:33:09.871Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T18:33:09.871Z] ---> 0481226deb62 [2021-01-16T18:33:09.871Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-16T18:33:09.871Z] ---> Running in e8aa17fbd5ff [2021-01-16T18:33:09.871Z] ---> Running in 5d086045c974 [2021-01-16T18:33:09.871Z] Removing intermediate container 8f7f236e6689 [2021-01-16T18:33:09.871Z] ---> 2d319c280aa7 [2021-01-16T18:33:09.871Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-16T18:33:09.871Z] Removing intermediate container 6d299f7555be [2021-01-16T18:33:09.871Z] ---> 068147be233d [2021-01-16T18:33:09.871Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-16T18:33:09.871Z] ---> Running in c6ec564e4c8c [2021-01-16T18:33:09.871Z] ---> Running in 2ea37e72a7d5 [2021-01-16T18:33:09.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:09.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:09.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:09.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:09.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:09.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:10.076Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-16T18:33:10.076Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-16T18:33:10.076Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-16T18:33:10.076Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-16T18:33:10.076Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-16T18:33:10.076Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-16T18:33:10.076Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-16T18:33:10.076Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-16T18:33:10.076Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-16T18:33:10.076Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-16T18:33:10.076Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-16T18:33:10.076Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-16T18:33:10.076Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-16T18:33:10.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:10.462Z] OK: 217 MiB in 51 packages [2021-01-16T18:33:10.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:10.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:10.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:33:11.020Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T18:33:11.282Z] Fetched 35.2 MB in 2s (16.6 MB/s) [2021-01-16T18:33:11.282Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T18:33:11.282Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-16T18:33:11.282Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T18:33:11.339Z] OK: 217 MiB in 51 packages [2021-01-16T18:33:11.857Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-16T18:33:11.948Z] OK: 217 MiB in 51 packages [2021-01-16T18:33:11.948Z] Removing intermediate container 91e7ae471979 [2021-01-16T18:33:11.948Z] ---> e278aaeb0198 [2021-01-16T18:33:11.948Z] Step 6/22 : COPY go.mod . [2021-01-16T18:33:12.118Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T18:33:12.118Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-16T18:33:12.118Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T18:33:12.118Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-16T18:33:12.239Z] OK: 217 MiB in 51 packages [2021-01-16T18:33:12.399Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-16T18:33:12.661Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-16T18:33:12.661Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T18:33:12.661Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-16T18:33:12.922Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-16T18:33:13.183Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-16T18:33:13.183Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-16T18:33:13.243Z] OK: 217 MiB in 51 packages [2021-01-16T18:33:13.243Z] ---> 1ac6c44f3d82 [2021-01-16T18:33:13.243Z] Step 7/22 : RUN go mod download [2021-01-16T18:33:13.243Z] Removing intermediate container 5d086045c974 [2021-01-16T18:33:13.243Z] ---> 419b700379d9 [2021-01-16T18:33:13.243Z] Step 6/23 : COPY go.mod . [2021-01-16T18:33:13.444Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-16T18:33:13.517Z] ---> Running in 1bf5a7d05d97 [2021-01-16T18:33:13.705Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-16T18:33:13.705Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-16T18:33:13.705Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-16T18:33:13.791Z] Removing intermediate container 2ea37e72a7d5 [2021-01-16T18:33:13.791Z] ---> 90721b170dd9 [2021-01-16T18:33:13.791Z] Step 6/33 : COPY go.mod . [2021-01-16T18:33:13.966Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-16T18:33:13.966Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T18:33:13.966Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T18:33:14.066Z] Removing intermediate container c6ec564e4c8c [2021-01-16T18:33:14.066Z] ---> c7231d04cafc [2021-01-16T18:33:14.066Z] Step 6/23 : COPY go.mod . [2021-01-16T18:33:14.227Z] Selecting previously unselected package libexpat1:amd64. [2021-01-16T18:33:14.227Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-16T18:33:14.227Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-16T18:33:14.227Z] Selecting previously unselected package python3.6-minimal. [2021-01-16T18:33:14.227Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T18:33:14.227Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T18:33:14.341Z] ---> 1980f94eef42 [2021-01-16T18:33:14.341Z] Step 7/23 : RUN go mod download [2021-01-16T18:33:14.488Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-16T18:33:14.488Z] Checking for services that may need to be restarted...done. [2021-01-16T18:33:14.488Z] Checking for services that may need to be restarted...done. [2021-01-16T18:33:14.618Z] ---> Running in a5d4b0dc4f43 [2021-01-16T18:33:14.750Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T18:33:14.750Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-16T18:33:14.750Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T18:33:14.900Z] ---> 5ae3933fbe26 [2021-01-16T18:33:14.900Z] Step 7/33 : RUN go mod download [2021-01-16T18:33:15.177Z] Removing intermediate container e8aa17fbd5ff [2021-01-16T18:33:15.177Z] ---> 08029a129fe7 [2021-01-16T18:33:15.177Z] Step 6/22 : COPY go.mod . [2021-01-16T18:33:15.177Z] ---> Running in 3052f6493339 [2021-01-16T18:33:15.177Z] ---> 13be04becc3b [2021-01-16T18:33:15.177Z] Step 7/23 : RUN go mod download [2021-01-16T18:33:15.323Z] Selecting previously unselected package python3-minimal. [2021-01-16T18:33:15.323Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-16T18:33:15.323Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-16T18:33:15.323Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-16T18:33:15.323Z] Selecting previously unselected package mime-support. [2021-01-16T18:33:15.323Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-16T18:33:15.323Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-16T18:33:15.323Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-16T18:33:15.323Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-16T18:33:15.323Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-16T18:33:15.323Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-16T18:33:15.323Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T18:33:15.323Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T18:33:15.451Z] ---> Running in e3083dfb6ede [2021-01-16T18:33:15.584Z] Selecting previously unselected package python3.6. [2021-01-16T18:33:15.584Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T18:33:15.584Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T18:33:15.847Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-16T18:33:15.847Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-16T18:33:15.847Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-16T18:33:15.847Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-16T18:33:16.109Z] Selecting previously unselected package python3. [2021-01-16T18:33:16.109Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-16T18:33:16.109Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-16T18:33:16.109Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-16T18:33:16.109Z] Selecting previously unselected package multiarch-support. [2021-01-16T18:33:16.109Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T18:33:16.109Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-16T18:33:16.371Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-16T18:33:16.371Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-16T18:33:16.371Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-16T18:33:16.371Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-16T18:33:16.371Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-16T18:33:16.371Z] Selecting previously unselected package libbsd0:amd64. [2021-01-16T18:33:16.371Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-16T18:33:16.371Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-16T18:33:16.449Z] ---> 6e38bb87820c [2021-01-16T18:33:16.449Z] Step 7/22 : RUN go mod download [2021-01-16T18:33:16.632Z] Selecting previously unselected package sudo. [2021-01-16T18:33:16.632Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-16T18:33:16.632Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-16T18:33:16.632Z] Selecting previously unselected package apparmor. [2021-01-16T18:33:16.632Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-16T18:33:16.724Z] ---> Running in 576a5fc1bd86 [2021-01-16T18:33:16.896Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-16T18:33:16.896Z] Selecting previously unselected package libedit2:amd64. [2021-01-16T18:33:16.896Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-16T18:33:16.896Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-16T18:33:16.896Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-16T18:33:16.896Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T18:33:16.896Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T18:33:17.158Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-16T18:33:17.158Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T18:33:17.158Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T18:33:17.158Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-16T18:33:17.158Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-16T18:33:17.158Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-16T18:33:17.158Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-16T18:33:17.158Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T18:33:17.158Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T18:33:17.418Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-16T18:33:17.418Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T18:33:17.418Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T18:33:17.418Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-16T18:33:17.418Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-16T18:33:17.418Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-16T18:33:17.679Z] Selecting previously unselected package openssh-client. [2021-01-16T18:33:17.679Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-16T18:33:17.679Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-16T18:33:17.709Z] Removing intermediate container 1bf5a7d05d97 [2021-01-16T18:33:17.709Z] ---> 3a609cc88600 [2021-01-16T18:33:17.709Z] Step 8/22 : COPY . . [2021-01-16T18:33:17.942Z] Selecting previously unselected package squashfs-tools. [2021-01-16T18:33:17.942Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-16T18:33:17.942Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-16T18:33:17.942Z] Selecting previously unselected package snapd. [2021-01-16T18:33:17.942Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-16T18:33:17.942Z] Unpacking snapd (2.48+18.04) ... [2021-01-16T18:33:19.146Z] Removing intermediate container a5d4b0dc4f43 [2021-01-16T18:33:19.146Z] ---> 1b265a2dae14 [2021-01-16T18:33:19.146Z] Step 8/23 : COPY . . [2021-01-16T18:33:19.745Z] Removing intermediate container 3052f6493339 [2021-01-16T18:33:19.745Z] ---> 952fa4c66ad4 [2021-01-16T18:33:19.745Z] Step 8/33 : COPY . . [2021-01-16T18:33:19.860Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-16T18:33:19.860Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-16T18:33:20.122Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-16T18:33:20.122Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-16T18:33:20.122Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-16T18:33:20.122Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T18:33:20.122Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T18:33:20.345Z] Removing intermediate container e3083dfb6ede [2021-01-16T18:33:20.345Z] ---> be7ae7d55b83 [2021-01-16T18:33:20.345Z] Step 8/23 : COPY . . [2021-01-16T18:33:20.395Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-16T18:33:20.395Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-16T18:33:20.968Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-16T18:33:20.968Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-16T18:33:20.968Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-16T18:33:20.968Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T18:33:21.230Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T18:33:21.230Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T18:33:21.802Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-16T18:33:21.802Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T18:33:21.802Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-16T18:33:21.802Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-16T18:33:21.802Z] running python rtupdate hooks for python3.6... [2021-01-16T18:33:21.802Z] running python post-rtupdate hooks for python3.6... [2021-01-16T18:33:22.063Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-16T18:33:22.329Z] Removing intermediate container 576a5fc1bd86 [2021-01-16T18:33:22.329Z] ---> 20379c622ecf [2021-01-16T18:33:22.329Z] Step 8/22 : COPY . . [2021-01-16T18:33:24.612Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-16T18:33:24.612Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T18:33:24.612Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-16T18:33:24.612Z] Setting up snapd (2.48+18.04) ... [2021-01-16T18:33:25.185Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-16T18:33:25.185Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-16T18:33:25.448Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-16T18:33:25.709Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-16T18:33:25.710Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-16T18:33:25.710Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-16T18:33:25.971Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-16T18:33:26.232Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-16T18:33:26.493Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-16T18:33:26.493Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-16T18:33:26.755Z] /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-16T18:33:26.755Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T18:33:26.755Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-16T18:33:27.703Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T18:33:27.703Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T18:33:27.703Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T18:33:28.914Z] Reading package lists... [2021-01-16T18:33:29.177Z] Reading package lists... [2021-01-16T18:33:29.177Z] Building dependency tree... [2021-01-16T18:33:29.177Z] Reading state information... [2021-01-16T18:33:29.438Z] Calculating upgrade... [2021-01-16T18:33:29.438Z] The following packages will be upgraded: [2021-01-16T18:33:29.438Z] advancecomp base-files bash binutils binutils-common [2021-01-16T18:33:29.438Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-16T18:33:29.438Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-16T18:33:29.438Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-16T18:33:29.438Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-16T18:33:29.438Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-16T18:33:29.438Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-16T18:33:29.438Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-16T18:33:29.438Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-16T18:33:29.438Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-16T18:33:29.438Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-16T18:33:29.438Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-16T18:33:29.438Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-16T18:33:29.438Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-16T18:33:29.438Z] ubuntu-keyring util-linux [2021-01-16T18:33:29.699Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T18:33:29.699Z] Need to get 63.7 MB of archives. [2021-01-16T18:33:29.699Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-16T18:33:29.699Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-16T18:33:29.699Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-16T18:33:30.269Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-16T18:33:30.269Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-16T18:33:30.269Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-16T18:33:30.269Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-16T18:33:30.269Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-16T18:33:30.269Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-16T18:33:30.269Z] 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-16T18:33:30.269Z] 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-16T18:33:30.269Z] 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-16T18:33:30.529Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-16T18:33:30.530Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-16T18:33:30.530Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-16T18:33:30.530Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-16T18:33:30.530Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-16T18:33:30.530Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-16T18:33:30.530Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-16T18:33:30.530Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-16T18:33:30.530Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-16T18:33:30.530Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-16T18:33:30.530Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-16T18:33:30.530Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-16T18:33:30.530Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-16T18:33:30.530Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-16T18:33:30.530Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-16T18:33:30.530Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-16T18:33:30.530Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-16T18:33:30.530Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-16T18:33:30.790Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-16T18:33:30.790Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-16T18:33:30.790Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-16T18:33:30.790Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-16T18:33:30.790Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-16T18:33:30.790Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-16T18:33:30.790Z] Get:36 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-16T18:33:30.790Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-16T18:33:30.790Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-16T18:33:30.790Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-16T18:33:30.790Z] Get:40 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-16T18:33:30.790Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-16T18:33:30.790Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-16T18:33:30.790Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-16T18:33:30.790Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-16T18:33:30.790Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-16T18:33:30.790Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-16T18:33:31.053Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-16T18:33:31.053Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-16T18:33:31.053Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-16T18:33:31.053Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-16T18:33:31.053Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-16T18:33:31.053Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-16T18:33:31.053Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-16T18:33:31.053Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-16T18:33:31.053Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-16T18:33:31.053Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-16T18:33:31.053Z] Get:57 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-16T18:33:31.053Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-16T18:33:31.053Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-16T18:33:31.053Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-16T18:33:31.053Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-16T18:33:31.053Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-16T18:33:31.053Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-16T18:33:31.053Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-16T18:33:31.053Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-16T18:33:31.053Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-16T18:33:31.053Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-16T18:33:31.053Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-16T18:33:31.314Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-16T18:33:31.314Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-16T18:33:31.314Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-16T18:33:31.314Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-16T18:33:31.314Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-16T18:33:31.314Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-16T18:33:31.314Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-16T18:33:31.314Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-16T18:33:31.314Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-16T18:33:31.314Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-16T18:33:31.314Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-16T18:33:31.314Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-16T18:33:31.314Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-16T18:33:31.574Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-16T18:33:31.574Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-16T18:33:31.574Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-16T18:33:31.575Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-16T18:33:31.575Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-16T18:33:31.575Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-16T18:33:31.575Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-16T18:33:32.145Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-16T18:33:32.409Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-16T18:33:32.671Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-16T18:33:32.671Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-16T18:33:32.932Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-16T18:33:32.932Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-16T18:33:32.932Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-16T18:33:32.932Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-16T18:33:32.932Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-16T18:33:33.193Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T18:33:33.193Z] Fetched 63.7 MB in 3s (18.7 MB/s) [2021-01-16T18:33:33.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:33.193Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T18:33:33.193Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T18:33:33.765Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T18:33:33.765Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T18:33:34.026Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-16T18:33:34.026Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-16T18:33:34.968Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:34.969Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:34.969Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:34.969Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:34.969Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:35.228Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:35.229Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:35.229Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:35.229Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:35.229Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:35.489Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:35.489Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:35.489Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:35.489Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:35.489Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:33:35.751Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T18:33:35.751Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:35.751Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-16T18:33:35.751Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:33:36.012Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T18:33:36.012Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:36.012Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:36.012Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:36.012Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:36.328Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:36.329Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T18:33:36.329Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:33:36.590Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T18:33:36.590Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T18:33:36.590Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T18:33:37.162Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-16T18:33:37.423Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T18:33:37.423Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-16T18:33:37.423Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-16T18:33:37.423Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-16T18:33:37.423Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-16T18:33:37.684Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-16T18:33:37.684Z] Installing new version of config file /etc/issue ... [2021-01-16T18:33:37.684Z] Installing new version of config file /etc/issue.net ... [2021-01-16T18:33:37.684Z] Installing new version of config file /etc/lsb-release ... [2021-01-16T18:33:37.684Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-16T18:33:37.945Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-16T18:33:38.207Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-16T18:33:38.207Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-16T18:33:38.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:38.207Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-16T18:33:38.207Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-16T18:33:38.469Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-16T18:33:38.469Z] 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-16T18:33:38.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:38.469Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:38.469Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:38.731Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:33:38.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:38.731Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-16T18:33:38.731Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-16T18:33:38.993Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-16T18:33:38.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:38.993Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-16T18:33:38.993Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T18:33:39.255Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-16T18:33:39.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:39.516Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:39.516Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T18:33:39.516Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T18:33:39.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:39.516Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:39.516Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T18:33:39.777Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-16T18:33:39.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:39.777Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-16T18:33:39.777Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-16T18:33:40.037Z] Setting up grep (3.1-2build1) ... [2021-01-16T18:33:40.037Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:40.037Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-16T18:33:40.037Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-16T18:33:40.297Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-16T18:33:40.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:40.558Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T18:33:40.558Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T18:33:40.558Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-16T18:33:40.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:40.558Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T18:33:40.558Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T18:33:41.132Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T18:33:41.132Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T18:33:41.392Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T18:33:41.392Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T18:33:41.966Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-16T18:33:41.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:41.966Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-16T18:33:41.966Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T18:33:42.910Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-16T18:33:42.910Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-16T18:33:43.173Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-16T18:33:43.173Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-16T18:33:43.173Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-16T18:33:43.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:43.173Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-16T18:33:43.173Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-16T18:33:43.436Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-16T18:33:43.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:43.697Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:43.697Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:43.697Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:33:43.959Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:43.959Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:43.959Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:43.959Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:33:44.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:44.220Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:44.220Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:44.220Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:33:44.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:44.483Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:44.483Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:44.483Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:33:44.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:44.483Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T18:33:44.483Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T18:33:44.749Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T18:33:44.749Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T18:33:44.749Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T18:33:45.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:45.010Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T18:33:45.010Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T18:33:45.010Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T18:33:45.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:45.010Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:45.271Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:45.271Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:33:45.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:45.271Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:45.271Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:45.532Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:33:45.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:45.532Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:45.793Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:46.053Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:33:46.314Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-16T18:33:46.574Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-16T18:33:46.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:46.841Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T18:33:46.841Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T18:33:46.841Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T18:33:47.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T18:33:47.109Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-16T18:33:47.109Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T18:33:47.369Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-16T18:33:47.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:47.369Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-16T18:33:47.369Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-16T18:33:47.631Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-16T18:33:47.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:47.893Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T18:33:47.893Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T18:33:48.154Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T18:33:48.154Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:48.154Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T18:33:48.415Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T18:33:48.415Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T18:33:48.415Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:48.415Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T18:33:48.676Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T18:33:48.676Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T18:33:48.937Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:48.937Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T18:33:48.938Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T18:33:48.938Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-16T18:33:48.938Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T18:33:49.140Z] ---> ce6431997a3f [2021-01-16T18:33:49.140Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-16T18:33:49.140Z] ---> b4a674d3fcaa [2021-01-16T18:33:49.140Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-16T18:33:49.140Z] ---> e21f8df246a3 [2021-01-16T18:33:49.140Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-16T18:33:49.140Z] ---> 9a3b2823f0b7 [2021-01-16T18:33:49.140Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-16T18:33:49.140Z] ---> 314d58c4121e [2021-01-16T18:33:49.140Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-16T18:33:49.140Z] ---> Running in 02285246adbd [2021-01-16T18:33:49.140Z] ---> Running in f518f2f109ed [2021-01-16T18:33:49.140Z] ---> Running in 6e1eec31c01f [2021-01-16T18:33:49.140Z] ---> Running in 19e61c81c1d0 [2021-01-16T18:33:49.140Z] ---> Running in 41fb84133244 [2021-01-16T18:33:49.140Z] 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-16T18:33:49.140Z] 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-16T18:33:49.140Z] 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-16T18:33:49.140Z] 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-16T18:33:49.140Z] 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-16T18:33:49.202Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:49.202Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T18:33:49.202Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T18:33:49.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:49.473Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-16T18:33:49.473Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-16T18:33:49.734Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-16T18:33:49.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:49.734Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-16T18:33:49.734Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T18:33:49.994Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T18:33:50.256Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:50.256Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:50.256Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T18:33:50.517Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T18:33:50.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:50.517Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-16T18:33:50.517Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-16T18:33:50.778Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-16T18:33:50.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:50.778Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-16T18:33:50.778Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-16T18:33:51.039Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-16T18:33:51.307Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:51.307Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T18:33:51.307Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T18:33:51.568Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-16T18:33:51.829Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:51.829Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-16T18:33:51.829Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-16T18:33:51.829Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-16T18:33:52.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:52.091Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-16T18:33:52.091Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-16T18:33:52.091Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-16T18:33:52.352Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:52.352Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-16T18:33:52.352Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-16T18:33:52.352Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-16T18:33:52.613Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:52.613Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-16T18:33:52.613Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-16T18:33:52.874Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-16T18:33:52.874Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:52.874Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-16T18:33:52.874Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-16T18:33:52.874Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-16T18:33:53.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T18:33:53.136Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-16T18:33:53.136Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-16T18:33:53.136Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-16T18:33:53.136Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-16T18:33:53.136Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-16T18:33:53.397Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-16T18:33:53.397Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-16T18:33:53.397Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-16T18:33:53.657Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-16T18:33:53.657Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-16T18:33:53.926Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-16T18:33:53.926Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-16T18:33:53.926Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-16T18:33:54.193Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-16T18:33:54.193Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-16T18:33:54.193Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-16T18:33:54.454Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-16T18:33:54.454Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-16T18:33:54.454Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-16T18:33:54.454Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-16T18:33:54.454Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-16T18:33:54.454Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-16T18:33:54.736Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-16T18:33:54.737Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-16T18:33:54.737Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-16T18:33:54.737Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-16T18:33:55.308Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-16T18:33:55.308Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-16T18:33:56.254Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-16T18:33:56.254Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-16T18:33:56.254Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-16T18:33:56.254Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-16T18:33:56.515Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T18:33:56.515Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T18:33:56.777Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T18:33:56.777Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T18:33:57.038Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T18:33:57.038Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T18:33:57.038Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T18:33:57.038Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T18:33:57.299Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:57.299Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:33:57.299Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:57.559Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:33:57.559Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:57.559Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:33:57.820Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:57.820Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:33:58.760Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:58.760Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:33:59.472Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:33:59.472Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:34:00.125Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:34:00.125Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:34:00.865Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:34:00.865Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:34:01.435Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T18:34:01.435Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T18:34:01.435Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T18:34:01.696Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T18:34:01.696Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-16T18:34:01.696Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T18:34:01.957Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-16T18:34:01.957Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T18:34:01.957Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-16T18:34:01.957Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-16T18:34:02.220Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T18:34:02.220Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T18:34:02.220Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T18:34:02.220Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T18:34:02.482Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-16T18:34:02.482Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-16T18:34:02.482Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:34:02.482Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T18:34:02.482Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:34:02.743Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:34:02.743Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:34:02.743Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-16T18:34:02.743Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-16T18:34:02.743Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-16T18:34:03.004Z] [2021-01-16T18:34:03.004Z] Current default time zone: 'Etc/UTC' [2021-01-16T18:34:03.004Z] Local time is now: Sat Jan 16 18:34:02 UTC 2021. [2021-01-16T18:34:03.004Z] Universal Time is now: Sat Jan 16 18:34:02 UTC 2021. [2021-01-16T18:34:03.004Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-16T18:34:03.004Z] [2021-01-16T18:34:03.004Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-16T18:34:03.004Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:34:03.004Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-16T18:34:03.004Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-16T18:34:03.004Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-16T18:34:03.004Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-16T18:34:03.004Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-16T18:34:03.265Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-16T18:34:03.265Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-16T18:34:03.265Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-16T18:34:03.265Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:34:03.265Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-16T18:34:03.526Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:03.526Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-16T18:34:03.526Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:34:03.526Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-16T18:34:03.526Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-16T18:34:03.526Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-16T18:34:03.787Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-16T18:34:03.787Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-16T18:34:03.787Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-16T18:34:03.787Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-16T18:34:03.787Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-16T18:34:05.699Z] Updating certificates in /etc/ssl/certs... [2021-01-16T18:34:06.641Z] 22 added, 17 removed; done. [2021-01-16T18:34:06.641Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-16T18:34:06.641Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T18:34:06.641Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-16T18:34:06.641Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-16T18:34:06.641Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-16T18:34:06.901Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:06.901Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-16T18:34:06.901Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:06.901Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:06.901Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:06.901Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:06.901Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:06.901Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-16T18:34:06.901Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-16T18:34:07.162Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-16T18:34:07.162Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-16T18:34:07.162Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-16T18:34:07.162Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:07.162Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T18:34:07.162Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-16T18:34:07.162Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-16T18:34:07.162Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-16T18:34:07.422Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T18:34:07.422Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-16T18:34:07.422Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-16T18:34:07.422Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-16T18:34:07.422Z] Updating certificates in /etc/ssl/certs... [2021-01-16T18:34:08.365Z] 0 added, 0 removed; done. [2021-01-16T18:34:08.365Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-16T18:34:08.365Z] done. [2021-01-16T18:34:08.627Z] Reading package lists... [2021-01-16T18:34:08.627Z] Building dependency tree... [2021-01-16T18:34:08.627Z] Reading state information... [2021-01-16T18:34:08.889Z] The following NEW packages will be installed: [2021-01-16T18:34:08.889Z] apt-transport-https [2021-01-16T18:34:08.889Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T18:34:08.889Z] Need to get 1696 B of archives. [2021-01-16T18:34:08.889Z] After this operation, 153 kB of additional disk space will be used. [2021-01-16T18:34:08.889Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-16T18:34:09.150Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T18:34:09.150Z] Fetched 1696 B in 0s (22.6 kB/s) [2021-01-16T18:34:09.150Z] Selecting previously unselected package apt-transport-https. [2021-01-16T18:34:09.150Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-16T18:34:09.150Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-16T18:34:09.150Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-16T18:34:09.150Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-16T18:34:09.412Z] Waiting for network to be ready... [2021-01-16T18:34:14.714Z] 2021-01-16T18:34:12Z INFO Waiting for automatic snapd restart... [2021-01-16T18:34:14.975Z] snapd 2.48.2 from Canonical* installed [2021-01-16T18:34:15.922Z] "snapd" switched to the "latest/stable" channel [2021-01-16T18:34:15.922Z] [2021-01-16T18:34:18.467Z] core18 20201210 from Canonical* installed [2021-01-16T18:34:18.728Z] "core18" switched to the "latest/stable" channel [2021-01-16T18:34:18.728Z] [2021-01-16T18:34:22.026Z] snapcraft 4.4.4 from Canonical* installed [2021-01-16T18:34:22.026Z] "snapcraft" switched to the "latest/stable" channel [2021-01-16T18:34:22.026Z] [2021-01-16T18:34:25.347Z] 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-16T18:34:25.347Z] - README.md [2021-01-16T18:34:25.347Z] - snapcraft.yaml.orig [2021-01-16T18:34:25.347Z] [2021-01-16T18:34:25.347Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-16T18:34:31.932Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T18:34:31.932Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T18:34:31.932Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T18:34:31.932Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T18:34:33.134Z] Reading package lists... [2021-01-16T18:34:33.395Z] 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-16T18:34:39.979Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T18:34:39.979Z] Reading package lists... [2021-01-16T18:34:39.979Z] Building dependency tree... [2021-01-16T18:34:39.979Z] Reading state information... [2021-01-16T18:34:39.979Z] Suggested packages: [2021-01-16T18:34:39.979Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-16T18:34:39.979Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-16T18:34:39.979Z] Recommended packages: [2021-01-16T18:34:39.979Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-16T18:34:39.979Z] The following NEW packages will be installed: [2021-01-16T18:34:39.979Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-16T18:34:39.979Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-16T18:34:39.979Z] pkg-config zip [2021-01-16T18:34:39.979Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T18:34:39.979Z] Need to get 7655 kB of archives. [2021-01-16T18:34:39.979Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-16T18:34:39.979Z] 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-16T18:34:39.979Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-16T18:34:39.979Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-16T18:34:39.979Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-16T18:34:39.979Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-16T18:34:40.241Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-16T18:34:40.241Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-16T18:34:40.241Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-16T18:34:40.501Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-16T18:34:40.501Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-16T18:34:40.501Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-16T18:34:40.761Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-16T18:34:40.761Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-16T18:34:40.761Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-16T18:34:40.761Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-16T18:34:40.761Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T18:34:41.022Z] Fetched 7655 kB in 1s (8576 kB/s) [2021-01-16T18:34:41.022Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-16T18:34:41.022Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-16T18:34:41.022Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-16T18:34:41.022Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-16T18:34:41.283Z] Selecting previously unselected package libpsl5:amd64. [2021-01-16T18:34:41.283Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-16T18:34:41.283Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-16T18:34:41.283Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-16T18:34:41.283Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-16T18:34:41.283Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-16T18:34:41.283Z] Selecting previously unselected package librtmp1:amd64. [2021-01-16T18:34:41.283Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-16T18:34:41.283Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-16T18:34:41.544Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-16T18:34:41.544Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-16T18:34:41.544Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-16T18:34:41.544Z] Selecting previously unselected package liberror-perl. [2021-01-16T18:34:41.544Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-16T18:34:41.544Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-16T18:34:41.544Z] Selecting previously unselected package git-man. [2021-01-16T18:34:41.544Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-16T18:34:41.544Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-16T18:34:41.804Z] Selecting previously unselected package git. [2021-01-16T18:34:41.804Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-16T18:34:41.804Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-16T18:34:42.746Z] Selecting previously unselected package libnorm1:amd64. [2021-01-16T18:34:42.746Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-16T18:34:42.746Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-16T18:34:42.746Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-16T18:34:42.746Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-16T18:34:42.746Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-16T18:34:42.746Z] Selecting previously unselected package libsodium23:amd64. [2021-01-16T18:34:42.746Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-16T18:34:42.746Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-16T18:34:43.005Z] Selecting previously unselected package libzmq5:amd64. [2021-01-16T18:34:43.005Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-16T18:34:43.005Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T18:34:43.005Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-16T18:34:43.005Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-16T18:34:43.005Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T18:34:43.269Z] Selecting previously unselected package pkg-config. [2021-01-16T18:34:43.269Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-16T18:34:43.269Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-16T18:34:43.269Z] Selecting previously unselected package zip. [2021-01-16T18:34:43.269Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-16T18:34:43.269Z] Unpacking zip (3.0-11build1) ... [2021-01-16T18:34:43.269Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-16T18:34:43.269Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-16T18:34:43.542Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-16T18:34:43.542Z] Setting up liberror-perl (0.17025-1) ... [2021-01-16T18:34:43.542Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-16T18:34:43.542Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-16T18:34:43.542Z] No schema files found: doing nothing. [2021-01-16T18:34:43.542Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-16T18:34:43.542Z] Setting up zip (3.0-11build1) ... [2021-01-16T18:34:43.542Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-16T18:34:43.542Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-16T18:34:43.542Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-16T18:34:43.542Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T18:34:43.804Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-16T18:34:43.804Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T18:34:43.804Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-16T18:34:43.804Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T18:34:50.394Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T18:34:50.394Z] git set to automatically installed. [2021-01-16T18:34:50.394Z] git-man set to automatically installed. [2021-01-16T18:34:50.394Z] libcurl3-gnutls set to automatically installed. [2021-01-16T18:34:50.394Z] liberror-perl set to automatically installed. [2021-01-16T18:34:50.394Z] libglib2.0-0 set to automatically installed. [2021-01-16T18:34:50.394Z] libnghttp2-14 set to automatically installed. [2021-01-16T18:34:50.394Z] libnorm1 set to automatically installed. [2021-01-16T18:34:50.394Z] libpgm-5.2-0 set to automatically installed. [2021-01-16T18:34:50.394Z] libpsl5 set to automatically installed. [2021-01-16T18:34:50.394Z] librtmp1 set to automatically installed. [2021-01-16T18:34:50.394Z] libsodium23 set to automatically installed. [2021-01-16T18:34:50.394Z] libzmq3-dev set to automatically installed. [2021-01-16T18:34:50.394Z] libzmq5 set to automatically installed. [2021-01-16T18:34:50.394Z] pkg-config set to automatically installed. [2021-01-16T18:34:50.394Z] zip set to automatically installed. [2021-01-16T18:34:52.308Z] snapd is not logged in, snap install commands will use sudo [2021-01-16T18:34:58.890Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T18:34:59.463Z] snap "core18" has no updates available [2021-01-16T18:35:00.405Z] Pulling config-common [2021-01-16T18:35:01.348Z] Pulling go-build-helper [2021-01-16T18:35:10.973Z] 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-16T18:35:21.173Z] Removing intermediate container 02285246adbd [2021-01-16T18:35:21.173Z] ---> 528badab7330 [2021-01-16T18:35:21.173Z] [2021-01-16T18:35:21.173Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T18:35:21.173Z] 3.12: Pulling from library/alpine [2021-01-16T18:35:23.323Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-16T18:35:23.324Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-16T18:35:23.324Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-16T18:35:23.324Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-16T18:35:23.324Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-16T18:35:23.324Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-16T18:35:23.324Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-16T18:35:23.324Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-16T18:35:23.324Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-16T18:35:23.324Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-16T18:35:23.324Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-16T18:35:23.324Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-16T18:35:23.324Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-16T18:35:23.324Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-16T18:35:23.324Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-16T18:35:23.324Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-16T18:35:23.324Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-16T18:35:23.324Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-16T18:35:23.324Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-16T18:35:23.324Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-16T18:35:23.324Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-16T18:35:23.324Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-16T18:35:23.324Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-16T18:35:23.324Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-16T18:35:23.324Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-16T18:35:23.324Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-16T18:35:23.324Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-16T18:35:23.324Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-16T18:35:23.324Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-16T18:35:23.324Z] Fetched 279 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-16T18:35:23.324Z] Fetched 122 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-16T18:35:23.324Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-16T18:35:23.324Z] Fetched 8848 B in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-16T18:35:23.324Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-16T18:35:23.324Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-16T18:35:23.324Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-16T18:35:23.324Z] Fetched 214 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-16T18:35:23.324Z] Fetched 155 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-16T18:35:23.324Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-16T18:35:23.324Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-16T18:35:23.324Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-16T18:35:23.324Z] Fetched 499 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-16T18:35:23.324Z] Fetched 111 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-16T18:35:23.324Z] Fetched 240 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-16T18:35:23.324Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-16T18:35:23.324Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-16T18:35:23.324Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-16T18:35:23.324Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-16T18:35:23.324Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-16T18:35:23.324Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-16T18:35:23.324Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-16T18:35:23.324Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-16T18:35:23.324Z] Fetched 8720 B in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-16T18:35:23.324Z] Fetched 137 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-16T18:35:23.324Z] Fetched 119 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-16T18:35:23.324Z] Fetched 109 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-16T18:35:23.324Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-16T18:35:23.324Z] Fetched 645 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-16T18:35:23.324Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-16T18:35:23.324Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-16T18:35:23.324Z] Fetched 368 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-16T18:35:23.324Z] Fetched 187 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-16T18:35:23.324Z] Fetched 175 kB in 0s (0 B/s) [2021-01-16T18:35:23.324Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-16T18:35:23.825Z] Removing intermediate container 19e61c81c1d0 [2021-01-16T18:35:23.825Z] ---> c9bcb51dd3ae [2021-01-16T18:35:23.825Z] [2021-01-16T18:35:23.825Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T18:35:23.825Z] 3.12: Pulling from library/alpine [2021-01-16T18:35:24.138Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T18:35:24.138Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T18:35:24.138Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T18:35:24.138Z] ---> afeebe901d6b [2021-01-16T18:35:24.138Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-16T18:35:24.138Z] Status: Image is up to date for alpine:3.12 [2021-01-16T18:35:24.138Z] ---> afeebe901d6b [2021-01-16T18:35:24.138Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-16T18:35:24.782Z] ---> Running in f22eb1c0ae14 [2021-01-16T18:35:24.782Z] ---> Running in d6c604df9798 [2021-01-16T18:35:25.378Z] Removing intermediate container f518f2f109ed [2021-01-16T18:35:25.378Z] ---> 04c4865ba4c6 [2021-01-16T18:35:25.378Z] [2021-01-16T18:35:25.378Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T18:35:25.378Z] ---> afeebe901d6b [2021-01-16T18:35:25.378Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-16T18:35:25.665Z] ---> Running in 4c52399b3c9a [2021-01-16T18:35:26.628Z] Fetched 206 kB in 0s (0 B/s) [2021-01-16T18:35:26.629Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-16T18:35:26.629Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-16T18:35:26.629Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-16T18:35:26.629Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-16T18:35:26.629Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-16T18:35:26.629Z] Fetched 159 kB in 0s (0 B/s) [2021-01-16T18:35:26.629Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-16T18:35:26.629Z] Fetched 107 kB in 0s (0 B/s) [2021-01-16T18:35:26.629Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-16T18:35:26.629Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-16T18:35:26.629Z] Pulling static-packages [2021-01-16T18:35:27.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:35:27.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:35:27.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:35:27.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:35:27.571Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-16T18:35:27.571Z] Skipping pull go-build-helper (already ran) [2021-01-16T18:35:27.571Z] Skipping pull static-packages (already ran) [2021-01-16T18:35:27.571Z] Building go-build-helper [2021-01-16T18:35:27.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:35:27.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:35:27.936Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-16T18:35:27.936Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-16T18:35:27.936Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:35:27.936Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T18:35:28.212Z] OK: 6 MiB in 16 packages [2021-01-16T18:35:28.489Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-16T18:35:28.489Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-16T18:35:28.489Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:35:28.489Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:35:28.489Z] OK: 5 MiB in 15 packages [2021-01-16T18:35:28.489Z] OK: 5 MiB in 15 packages [2021-01-16T18:35:31.160Z] Removing intermediate container f22eb1c0ae14 [2021-01-16T18:35:31.160Z] ---> 5f8cce0c8eea [2021-01-16T18:35:31.160Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-16T18:35:31.160Z] Removing intermediate container d6c604df9798 [2021-01-16T18:35:31.160Z] ---> 5f620a8e7a92 [2021-01-16T18:35:31.160Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-16T18:35:31.160Z] ---> Running in efbc2f4d0ad3 [2021-01-16T18:35:31.435Z] ---> Running in a0a19972399f [2021-01-16T18:35:31.435Z] Removing intermediate container 4c52399b3c9a [2021-01-16T18:35:31.435Z] ---> 38f87652d932 [2021-01-16T18:35:31.435Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-16T18:35:31.715Z] ---> Running in 8eed2240fb8c [2021-01-16T18:35:31.908Z] Building static-packages [2021-01-16T18:35:32.049Z] Removing intermediate container efbc2f4d0ad3 [2021-01-16T18:35:32.049Z] ---> bf1846d8d168 [2021-01-16T18:35:32.049Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-16T18:35:32.406Z] Removing intermediate container a0a19972399f [2021-01-16T18:35:32.406Z] ---> a371e584744f [2021-01-16T18:35:32.406Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-16T18:35:32.406Z] ---> Running in dd74cfad5409 [2021-01-16T18:35:32.778Z] Removing intermediate container 6e1eec31c01f [2021-01-16T18:35:32.778Z] ---> cd6d67a9212b [2021-01-16T18:35:32.778Z] [2021-01-16T18:35:32.778Z] Step 10/33 : FROM alpine:3.12 [2021-01-16T18:35:32.778Z] ---> afeebe901d6b [2021-01-16T18:35:32.778Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-16T18:35:32.778Z] Removing intermediate container 8eed2240fb8c [2021-01-16T18:35:32.778Z] ---> 54647ec165c5 [2021-01-16T18:35:32.778Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-16T18:35:32.778Z] ---> Running in b98addb9749e [2021-01-16T18:35:32.778Z] ---> Running in 171b2088adf4 [2021-01-16T18:35:32.778Z] ---> Running in d7001dd936f1 [2021-01-16T18:35:33.290Z] Staging go-build-helper [2021-01-16T18:35:33.857Z] Removing intermediate container dd74cfad5409 [2021-01-16T18:35:33.857Z] ---> 5ea952324504 [2021-01-16T18:35:33.857Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-16T18:35:33.857Z] Removing intermediate container b98addb9749e [2021-01-16T18:35:33.857Z] ---> 0bf7e65dfa94 [2021-01-16T18:35:33.857Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-16T18:35:33.860Z] Staging static-packages [2021-01-16T18:35:34.150Z] ---> Running in 02f121075691 [2021-01-16T18:35:34.150Z] Removing intermediate container d7001dd936f1 [2021-01-16T18:35:34.150Z] ---> fa55a3d2eee5 [2021-01-16T18:35:34.150Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-16T18:35:34.150Z] ---> Running in f063f95e2aa9 [2021-01-16T18:35:34.752Z] ---> Running in 23bb3c1e15cf [2021-01-16T18:35:35.028Z] Removing intermediate container 02f121075691 [2021-01-16T18:35:35.028Z] ---> d79ef73721bc [2021-01-16T18:35:35.028Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:35:35.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:35:35.028Z] Removing intermediate container f063f95e2aa9 [2021-01-16T18:35:35.028Z] ---> 616f13a1f84a [2021-01-16T18:35:35.028Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:35:35.244Z] Pulling go115 [2021-01-16T18:35:35.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:35:35.309Z] Removing intermediate container 23bb3c1e15cf [2021-01-16T18:35:35.309Z] ---> cd69cd8d6eb9 [2021-01-16T18:35:35.309Z] Step 15/23 : WORKDIR / [2021-01-16T18:35:35.588Z] ---> Running in 977b348bf3f3 [2021-01-16T18:35:35.816Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-16T18:35:35.816Z] Skipping pull go115 (already ran) [2021-01-16T18:35:35.816Z] Building go115 [2021-01-16T18:35:35.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-16T18:35:35.816Z] Dload Upload Total Spent Left Speed [2021-01-16T18:35:35.863Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-16T18:35:35.863Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-16T18:35:35.863Z] (3/3) Installing su-exec (0.2-r1) [2021-01-16T18:35:35.863Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:35:35.863Z] OK: 6 MiB in 17 packages [2021-01-16T18:35:36.142Z] ---> 2508072f294e [2021-01-16T18:35:36.142Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-16T18:35:36.418Z] ---> bd567e64de90 [2021-01-16T18:35:36.418Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-16T18:35:36.694Z] Removing intermediate container 977b348bf3f3 [2021-01-16T18:35:36.694Z] ---> 0466624fd44a [2021-01-16T18:35:36.694Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:35:38.141Z] Removing intermediate container 171b2088adf4 [2021-01-16T18:35:38.141Z] ---> dc784d521e90 [2021-01-16T18:35:38.141Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-16T18:35:38.420Z] ---> 6b230cb90699 [2021-01-16T18:35:38.420Z] ---> 28d6c6e4d1ad [2021-01-16T18:35:38.420Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command /Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-16T18:35:38.420Z] [2021-01-16T18:35:38.420Z] ---> Running in 75010e16a451 [2021-01-16T18:35:38.704Z] ---> 2597849df1db [2021-01-16T18:35:38.705Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-16T18:35:39.234Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 471k 0 0 1369k 0 0:01:26 --:--:-- 0:01:26 1366k 35 115M 35 41.0M 0 0 30.5M 0 0:00:03 0:00:01 0:00:02 30.5M 65 115M 65 75.9M 0 0 32.4M 0 0:00:03 0:00:02 0:00:01 32.3M 96 115M 96 110M 0 0 33.1M 0 0:00:03 0:00:03 --:--:-- 33.1M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M [2021-01-16T18:35:39.305Z] Removing intermediate container 41fb84133244 [2021-01-16T18:35:39.305Z] ---> 82289402d160 [2021-01-16T18:35:39.305Z] [2021-01-16T18:35:39.305Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T18:35:39.305Z] ---> afeebe901d6b [2021-01-16T18:35:39.305Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-16T18:35:39.305Z] ---> Using cache [2021-01-16T18:35:39.305Z] ---> 38f87652d932 [2021-01-16T18:35:39.305Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-16T18:35:39.305Z] ---> Using cache [2021-01-16T18:35:39.305Z] ---> 54647ec165c5 [2021-01-16T18:35:39.305Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-16T18:35:39.305Z] Removing intermediate container 75010e16a451 [2021-01-16T18:35:39.305Z] ---> 068629f82794 [2021-01-16T18:35:39.305Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-16T18:35:39.581Z] ---> Running in 8bf191a2d952 [2021-01-16T18:35:39.581Z] ---> Running in 49fa2d8ed088 [2021-01-16T18:35:39.581Z] ---> 09eb0acc62d0 [2021-01-16T18:35:39.581Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-16T18:35:39.807Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-16T18:35:39.855Z] ---> Running in 83f8aad505b9 [2021-01-16T18:35:40.131Z] ---> c47f8a63575e [2021-01-16T18:35:40.131Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-16T18:35:40.131Z] ---> accbfcac4340 [2021-01-16T18:35:40.131Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-16T18:35:40.131Z] Removing intermediate container 8bf191a2d952 [2021-01-16T18:35:40.131Z] ---> 2f3c1c4ac71f [2021-01-16T18:35:40.131Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-16T18:35:40.407Z] ---> Running in 5399c32f6c8a [2021-01-16T18:35:40.407Z] Removing intermediate container 49fa2d8ed088 [2021-01-16T18:35:40.407Z] ---> ea43183cbd25 [2021-01-16T18:35:40.407Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-16T18:35:40.680Z] ---> Running in c5cfcfe7be54 [2021-01-16T18:35:40.680Z] Removing intermediate container 83f8aad505b9 [2021-01-16T18:35:40.680Z] ---> 9defd51ba089 [2021-01-16T18:35:40.680Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:35:40.680Z] ---> Running in 15ef10cf2b75 [2021-01-16T18:35:40.958Z] ---> Running in 4c3c49ed0750 [2021-01-16T18:35:40.958Z] Removing intermediate container 5399c32f6c8a [2021-01-16T18:35:40.958Z] ---> 5f550e5120ba [2021-01-16T18:35:40.958Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:35:41.228Z] ---> cf094d4c11c0 [2021-01-16T18:35:41.228Z] ---> Running in 290281f49f04 [2021-01-16T18:35:41.228Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-16T18:35:41.228Z] Removing intermediate container c5cfcfe7be54 [2021-01-16T18:35:41.228Z] ---> e9f76286a3a6 [2021-01-16T18:35:41.228Z] Step 15/23 : WORKDIR / [2021-01-16T18:35:41.503Z] ---> Running in 7b2e23903a53 [2021-01-16T18:35:41.503Z] ---> Running in e7ecce26e537 [2021-01-16T18:35:41.775Z] Removing intermediate container 4c3c49ed0750 [2021-01-16T18:35:41.775Z] ---> 5cddc26c97b9 [2021-01-16T18:35:41.775Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T18:35:41.775Z] Removing intermediate container 290281f49f04 [2021-01-16T18:35:41.775Z] ---> ad3d7c141d17 [2021-01-16T18:35:41.775Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T18:35:42.053Z] ---> Running in d7bc5b216512 [2021-01-16T18:35:42.053Z] ---> Running in 18ad34ab60ff [2021-01-16T18:35:42.323Z] Connecting to github.com (140.82.113.3:443) [2021-01-16T18:35:42.323Z] Removing intermediate container 7b2e23903a53 [2021-01-16T18:35:42.323Z] ---> 13a3f182feab [2021-01-16T18:35:42.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:35:42.323Z] Removing intermediate container e7ecce26e537 [2021-01-16T18:35:42.323Z] ---> 9e4faeade36e [2021-01-16T18:35:42.323Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:35:42.598Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.243.180:443) [2021-01-16T18:35:42.598Z]  ---> Running in 71aa010bfcbd [2021-01-16T18:35:42.598Z] Removing intermediate container d7bc5b216512 [2021-01-16T18:35:42.598Z] ---> d78bb0fbacb5 [2021-01-16T18:35:42.598Z] Step 21/22 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:35:42.598Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-16T18:35:42.873Z]  ---> Running in 1d7e07becbb2 [2021-01-16T18:35:42.873Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-16T18:35:42.873Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-16T18:35:42.873Z] dockerize [2021-01-16T18:35:42.873Z] Removing intermediate container 18ad34ab60ff [2021-01-16T18:35:42.873Z] ---> 9ebf90557647 [2021-01-16T18:35:42.874Z] Step 21/22 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:35:43.148Z] ---> Running in fda9ccf07d62 [2021-01-16T18:35:43.421Z] Removing intermediate container 71aa010bfcbd [2021-01-16T18:35:43.421Z] ---> b7f38fbaa14a [2021-01-16T18:35:43.421Z] Step 21/23 : LABEL arch=arm64 [2021-01-16T18:35:43.421Z] Removing intermediate container 1d7e07becbb2 [2021-01-16T18:35:43.421Z] ---> 344f5f9a7b1e [2021-01-16T18:35:43.421Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T18:35:43.421Z] ---> 7efdfefecbd1 [2021-01-16T18:35:43.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-16T18:35:43.701Z] ---> Running in f5ab5d312142 [2021-01-16T18:35:43.701Z] ---> Running in 11db1a87b1e5 [2021-01-16T18:35:43.974Z] Removing intermediate container fda9ccf07d62 [2021-01-16T18:35:43.975Z] ---> 4eef44586f8d [2021-01-16T18:35:43.975Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T18:35:44.017Z] Staging go115 [2021-01-16T18:35:44.247Z] ---> Running in 2741a9bd5af6 [2021-01-16T18:35:44.519Z] Removing intermediate container f5ab5d312142 [2021-01-16T18:35:44.519Z] ---> 1d4524b39d51 [2021-01-16T18:35:44.519Z] Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:35:44.519Z] Removing intermediate container 11db1a87b1e5 [2021-01-16T18:35:44.519Z] ---> 29dfb5284dcf [2021-01-16T18:35:44.519Z] [2021-01-16T18:35:44.791Z] Removing intermediate container 15ef10cf2b75 [2021-01-16T18:35:44.791Z] ---> 509c5d000644 [2021-01-16T18:35:44.791Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-16T18:35:45.063Z] Successfully built 29dfb5284dcf [2021-01-16T18:35:45.063Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-16T18:35:45.063Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-16T18:35:45.063Z] ---> Running in b1ead55311d8 [2021-01-16T18:35:45.063Z] Removing intermediate container 2741a9bd5af6 [2021-01-16T18:35:45.063Z] ---> fc8c55eaa64c [2021-01-16T18:35:45.063Z] [2021-01-16T18:35:45.335Z] ---> Running in c930772c969b [2021-01-16T18:35:45.335Z] ---> 311196237fcb [2021-01-16T18:35:45.335Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-16T18:35:45.932Z] Removing intermediate container b1ead55311d8 [2021-01-16T18:35:45.932Z] ---> 150507cdf9b8 [2021-01-16T18:35:45.932Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T18:35:45.932Z] Successfully built fc8c55eaa64c [2021-01-16T18:35:45.932Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-16T18:35:45.932Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-16T18:35:45.932Z] Removing intermediate container c930772c969b [2021-01-16T18:35:45.932Z] ---> 4ebded987560 [2021-01-16T18:35:45.932Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-16T18:35:46.207Z] ---> Running in da0f94a7bb35 [2021-01-16T18:35:46.207Z] ---> Running in c8385d64efa5 [2021-01-16T18:35:46.481Z] ---> fccdb6f9716d [2021-01-16T18:35:46.481Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-16T18:35:46.764Z] ---> Running in 9805f15f9adb [2021-01-16T18:35:46.764Z] Removing intermediate container da0f94a7bb35 [2021-01-16T18:35:46.764Z] ---> 11d2734c8a9a [2021-01-16T18:35:46.764Z] [2021-01-16T18:35:46.764Z] Removing intermediate container c8385d64efa5 [2021-01-16T18:35:46.764Z] ---> 0ca241fa1ca2 [2021-01-16T18:35:46.764Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-16T18:35:47.037Z] ---> Running in b4e12c93a7de [2021-01-16T18:35:47.312Z] Successfully built 11d2734c8a9a [2021-01-16T18:35:47.312Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-16T18:35:47.312Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-16T18:35:47.312Z] Removing intermediate container 9805f15f9adb [2021-01-16T18:35:47.312Z] ---> 1f459c9ab1c9 [2021-01-16T18:35:47.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:35:47.588Z] ---> Running in ba6945c89c04 [2021-01-16T18:35:48.568Z] Removing intermediate container ba6945c89c04 [2021-01-16T18:35:48.568Z] ---> bad625540731 [2021-01-16T18:35:48.568Z] Step 21/23 : LABEL arch=arm64 [2021-01-16T18:35:48.568Z] ---> Running in f8ae0ac386bd [2021-01-16T18:35:48.568Z] Move dockerize executable [2021-01-16T18:35:49.160Z] Removing intermediate container f8ae0ac386bd [2021-01-16T18:35:49.160Z] ---> 23d70c2801ac [2021-01-16T18:35:49.160Z] Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:35:49.300Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T18:35:49.300Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T18:35:49.300Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T18:35:49.300Z] Fetched 0 B in 0s (0 B/s) [2021-01-16T18:35:49.300Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-16T18:35:49.300Z] Fetched 224 kB in 0s (0 B/s) [2021-01-16T18:35:49.300Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-16T18:35:49.300Z] Fetched 157 kB in 0s (0 B/s) [2021-01-16T18:35:49.300Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-16T18:35:49.300Z] Fetched 221 kB in 0s (0 B/s) [2021-01-16T18:35:49.300Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-16T18:35:49.300Z] Fetched 143 kB in 0s (0 B/s) [2021-01-16T18:35:49.300Z] Pulling edgex-go [2021-01-16T18:35:49.872Z] Pulling version [2021-01-16T18:35:50.134Z] ---> Running in 3bf987ef3bf8 [2021-01-16T18:35:51.256Z] Building config-common [2021-01-16T18:35:51.568Z] Removing intermediate container 3bf987ef3bf8 [2021-01-16T18:35:51.569Z] ---> 85d32b3e98df [2021-01-16T18:35:51.569Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T18:35:51.569Z] Removing intermediate container b4e12c93a7de [2021-01-16T18:35:51.569Z] ---> 13717d550cdc [2021-01-16T18:35:51.569Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-16T18:35:51.880Z] ---> Running in d2ffbe3f689c [2021-01-16T18:35:51.880Z] ---> Running in ce0e052d181e [2021-01-16T18:35:52.864Z] Removing intermediate container d2ffbe3f689c [2021-01-16T18:35:52.864Z] ---> 73d3e915db06 [2021-01-16T18:35:52.864Z] [2021-01-16T18:35:53.170Z] Skipping build go-build-helper (already ran) [2021-01-16T18:35:53.170Z] Skipping build static-packages (already ran) [2021-01-16T18:35:53.170Z] Skipping build go115 (already ran) [2021-01-16T18:35:53.170Z] Building edgex-go [2021-01-16T18:35:53.170Z] 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-16T18:35:53.464Z] Removing intermediate container ce0e052d181e [2021-01-16T18:35:53.464Z] ---> ff962d586700 [2021-01-16T18:35:53.464Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-16T18:35:53.464Z] Successfully built 73d3e915db06 [2021-01-16T18:35:53.464Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-16T18:35:53.464Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-16T18:35:54.446Z] ---> 9b928e0a2a24 [2021-01-16T18:35:54.446Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-16T18:35:54.446Z] ---> Running in d3a122295d51 [2021-01-16T18:35:54.551Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-16T18:35:54.813Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-16T18:35:54.813Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-16T18:35:54.813Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-16T18:35:54.813Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-16T18:35:54.813Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-16T18:35:54.813Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-16T18:35:54.813Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-16T18:35:54.813Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-16T18:35:54.813Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-16T18:35:54.813Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-16T18:35:54.813Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-16T18:35:54.813Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-16T18:35:54.813Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-16T18:35:54.813Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-16T18:35:54.813Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-16T18:35:54.813Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-16T18:35:54.813Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-16T18:35:54.813Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-16T18:35:54.813Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-16T18:35:54.813Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-16T18:35:55.072Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-16T18:35:55.072Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-16T18:35:55.072Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-16T18:35:55.072Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-16T18:35:55.072Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-16T18:35:55.072Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-16T18:35:55.072Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-16T18:35:55.072Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-16T18:35:55.072Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-16T18:35:55.072Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-16T18:35:55.072Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-16T18:35:55.072Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-16T18:35:55.072Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-16T18:35:55.073Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-16T18:35:55.073Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-16T18:35:55.073Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-16T18:35:55.073Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-16T18:35:55.073Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-16T18:35:55.338Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-16T18:35:55.338Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-16T18:35:57.848Z] Removing intermediate container d3a122295d51 [2021-01-16T18:35:57.848Z] ---> 69b8d08a370d [2021-01-16T18:35:57.848Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:35:58.831Z] ---> 4c6fe6d99338 [2021-01-16T18:35:58.831Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-16T18:36:00.269Z] ---> 4f67c5b2c1b4 [2021-01-16T18:36:00.269Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-16T18:36:01.705Z] ---> 6a6c19bb3123 [2021-01-16T18:36:01.705Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-16T18:36:03.151Z] ---> bc709a617c6f [2021-01-16T18:36:03.151Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-16T18:36:03.473Z] 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-16T18:36:03.747Z] ---> 33593e528d21 [2021-01-16T18:36:03.747Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-16T18:36:04.343Z] ---> Running in 076aebddfab5 [2021-01-16T18:36:04.623Z] Removing intermediate container 076aebddfab5 [2021-01-16T18:36:04.623Z] ---> b81bbde71445 [2021-01-16T18:36:04.623Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-16T18:36:05.600Z] ---> 7f798b00b588 [2021-01-16T18:36:05.600Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-16T18:36:06.199Z] ---> Running in 016d816555db [2021-01-16T18:36:07.682Z] 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-16T18:36:08.253Z] 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-16T18:36:08.835Z] Removing intermediate container 016d816555db [2021-01-16T18:36:08.835Z] ---> ba19ecd0c3f7 [2021-01-16T18:36:08.835Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-16T18:36:09.118Z] ---> Running in 8271d3b8322a [2021-01-16T18:36:09.191Z] 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-16T18:36:09.762Z] 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-16T18:36:09.762Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-16T18:36:10.023Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-16T18:36:10.023Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-16T18:36:10.023Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-16T18:36:10.098Z] Removing intermediate container 8271d3b8322a [2021-01-16T18:36:10.098Z] ---> 1f127c053ebc [2021-01-16T18:36:10.098Z] Step 30/33 : CMD ["gate"] [2021-01-16T18:36:10.694Z] ---> Running in 28c9746fd3a3 [2021-01-16T18:36:11.292Z] Removing intermediate container 28c9746fd3a3 [2021-01-16T18:36:11.292Z] ---> 7d3d358300e0 [2021-01-16T18:36:11.292Z] Step 31/33 : LABEL arch=arm64 [2021-01-16T18:36:11.885Z] ---> Running in 00a3434d34db [2021-01-16T18:36:11.938Z] 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-16T18:36:11.938Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-16T18:36:11.938Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-16T18:36:12.868Z] Removing intermediate container 00a3434d34db [2021-01-16T18:36:12.868Z] ---> f8d280747396 [2021-01-16T18:36:12.868Z] Step 32/33 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:36:13.319Z] 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-16T18:36:13.465Z] ---> Running in 2872c5ed9f31 [2021-01-16T18:36:13.889Z] 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-16T18:36:14.063Z] Removing intermediate container 2872c5ed9f31 [2021-01-16T18:36:14.063Z] ---> 3f6704920233 [2021-01-16T18:36:14.063Z] Step 33/33 : LABEL version=0.0.0 [2021-01-16T18:36:14.150Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-16T18:36:14.662Z] ---> Running in 35ca3e0fc062 [2021-01-16T18:36:15.261Z] Removing intermediate container 35ca3e0fc062 [2021-01-16T18:36:15.261Z] ---> 3fafd51b8e78 [2021-01-16T18:36:15.261Z] [2021-01-16T18:36:15.533Z] 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-16T18:36:15.534Z] Successfully built 3fafd51b8e78 [2021-01-16T18:36:15.534Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-16T18:36:16.474Z] 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-16T18:36:17.045Z] 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-16T18:36:17.045Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-16T18:36:17.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-16T18:36:17.985Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-16T18:36:20.530Z] Building version [2021-01-16T18:36:22.444Z] Staging config-common [2021-01-16T18:36:23.388Z] Skipping stage go-build-helper (already ran) [2021-01-16T18:36:23.388Z] Skipping stage static-packages (already ran) [2021-01-16T18:36:23.388Z] Skipping stage go115 (already ran) [2021-01-16T18:36:23.388Z] Staging edgex-go [2021-01-16T18:36:24.333Z] Staging version [2021-01-16T18:36:25.289Z] Priming config-common [2021-01-16T18:36:26.232Z] Priming go-build-helper [2021-01-16T18:36:27.178Z] Priming static-packages [2021-01-16T18:36:29.729Z] Priming go115 [2021-01-16T18:36:30.303Z] Priming edgex-go [2021-01-16T18:36:31.692Z] Priming version [2021-01-16T18:36:32.262Z] 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-16T18:36:42.330Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:36:42.330Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:36:42.330Z] ---> 5b37328b184f [2021-01-16T18:36:42.330Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> e44e3c94dbf3 [2021-01-16T18:36:42.330Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 068147be233d [2021-01-16T18:36:42.330Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 90721b170dd9 [2021-01-16T18:36:42.330Z] Step 6/21 : COPY go.mod . [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 5ae3933fbe26 [2021-01-16T18:36:42.330Z] Step 7/21 : RUN go mod download [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 952fa4c66ad4 [2021-01-16T18:36:42.330Z] Step 8/21 : COPY . . [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> ce6431997a3f [2021-01-16T18:36:42.330Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-16T18:36:42.330Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:36:42.330Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:36:42.330Z] ---> 5b37328b184f [2021-01-16T18:36:42.330Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> e44e3c94dbf3 [2021-01-16T18:36:42.330Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 068147be233d [2021-01-16T18:36:42.330Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 90721b170dd9 [2021-01-16T18:36:42.330Z] Step 6/24 : COPY go.mod . [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 5ae3933fbe26 [2021-01-16T18:36:42.330Z] Step 7/24 : RUN go mod download [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 952fa4c66ad4 [2021-01-16T18:36:42.330Z] Step 8/24 : COPY . . [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> ce6431997a3f [2021-01-16T18:36:42.330Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-16T18:36:42.330Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:36:42.330Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:36:42.330Z] ---> 5b37328b184f [2021-01-16T18:36:42.330Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> e44e3c94dbf3 [2021-01-16T18:36:42.330Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:36:42.330Z] ---> Using cache [2021-01-16T18:36:42.330Z] ---> 068147be233d [2021-01-16T18:36:42.330Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-16T18:36:42.605Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T18:36:42.605Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-16T18:36:42.605Z] ---> 5b37328b184f [2021-01-16T18:36:42.605Z] Step 3/26 : WORKDIR /edgex-go [2021-01-16T18:36:42.605Z] ---> Using cache [2021-01-16T18:36:42.605Z] ---> e44e3c94dbf3 [2021-01-16T18:36:42.605Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:36:42.605Z] ---> Using cache [2021-01-16T18:36:42.605Z] ---> 068147be233d [2021-01-16T18:36:42.605Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-16T18:36:44.044Z] ---> Running in 4f88cc10af14 [2021-01-16T18:36:44.044Z] ---> Running in 859fb116370f [2021-01-16T18:36:44.044Z] ---> Running in 60caab128b72 [2021-01-16T18:36:44.044Z] ---> Running in c4a13dacd75d [2021-01-16T18:36:46.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:36:46.039Z] 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-16T18:36:46.039Z] 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-16T18:36:46.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:36:46.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:36:47.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:36:48.485Z] OK: 217 MiB in 51 packages [2021-01-16T18:36:49.084Z] OK: 217 MiB in 51 packages [2021-01-16T18:36:50.524Z] Removing intermediate container 4f88cc10af14 [2021-01-16T18:36:50.524Z] ---> a444d4530a61 [2021-01-16T18:36:50.524Z] Step 6/26 : COPY go.mod . [2021-01-16T18:36:51.128Z] Removing intermediate container 60caab128b72 [2021-01-16T18:36:51.128Z] ---> dea87b5d0a97 [2021-01-16T18:36:51.128Z] Step 6/23 : COPY go.mod . [2021-01-16T18:36:51.733Z] ---> 43f15533c07e [2021-01-16T18:36:51.733Z] Step 7/26 : RUN go mod download [2021-01-16T18:36:52.009Z] ---> Running in 743d017c2b32 [2021-01-16T18:36:52.646Z] ---> 85b1c8855ccc [2021-01-16T18:36:52.646Z] Step 7/23 : RUN go mod download [2021-01-16T18:36:52.646Z] ---> Running in febf70144ac9 [2021-01-16T18:36:58.220Z] Removing intermediate container 743d017c2b32 [2021-01-16T18:36:58.220Z] ---> a8180213a0a4 [2021-01-16T18:36:58.220Z] Step 8/26 : COPY . . [2021-01-16T18:36:58.220Z] Removing intermediate container febf70144ac9 [2021-01-16T18:36:58.220Z] ---> 2abd9a5e5b9a [2021-01-16T18:36:58.220Z] Step 8/23 : COPY . . [2021-01-16T18:37:30.618Z] ---> 20b2e73bf115 [2021-01-16T18:37:30.618Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-16T18:37:30.618Z] ---> ddabe23ffca7 [2021-01-16T18:37:30.618Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-16T18:37:30.618Z] ---> Running in 11f6018e32a3 [2021-01-16T18:37:30.618Z] ---> Running in 1651a7b4ae35 [2021-01-16T18:37:30.618Z] 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-16T18:37:30.618Z] 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-16T18:37:30.618Z] 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-16T18:37:30.618Z] 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-16T18:37:48.959Z] Removing intermediate container c4a13dacd75d [2021-01-16T18:37:48.959Z] ---> 406d542e5acf [2021-01-16T18:37:48.959Z] [2021-01-16T18:37:48.959Z] Step 10/24 : FROM alpine:3.12 [2021-01-16T18:37:48.959Z] ---> afeebe901d6b [2021-01-16T18:37:48.959Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T18:37:48.959Z] Removing intermediate container 859fb116370f [2021-01-16T18:37:48.959Z] ---> 7001eca5a1bf [2021-01-16T18:37:48.959Z] [2021-01-16T18:37:48.959Z] Step 10/21 : FROM alpine:3.12 [2021-01-16T18:37:48.959Z] ---> afeebe901d6b [2021-01-16T18:37:48.959Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-16T18:37:48.959Z] ---> Running in 2b2a3948cd12 [2021-01-16T18:37:48.959Z] ---> Running in 606ad7131455 [2021-01-16T18:37:48.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:37:48.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:37:49.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:37:49.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:37:49.842Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T18:37:49.842Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-16T18:37:49.842Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T18:37:49.842Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T18:37:49.842Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T18:37:49.842Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T18:37:49.842Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T18:37:49.842Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-16T18:37:49.842Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:37:49.842Z] (4/4) Installing curl (7.69.1-r3) [2021-01-16T18:37:50.126Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:37:50.126Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T18:37:50.126Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T18:37:50.126Z] OK: 7 MiB in 18 packages [2021-01-16T18:37:50.404Z] OK: 7 MiB in 19 packages [2021-01-16T18:37:53.820Z] Removing intermediate container 606ad7131455 [2021-01-16T18:37:53.820Z] ---> 9c5e002fc2a1 [2021-01-16T18:37:53.820Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T18:37:53.820Z] Removing intermediate container 2b2a3948cd12 [2021-01-16T18:37:53.820Z] ---> deba4e559d9b [2021-01-16T18:37:53.820Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T18:37:53.820Z] ---> Running in 8cc856cb16c4 [2021-01-16T18:37:53.820Z] ---> Running in a4bb4d2a1a16 [2021-01-16T18:37:54.433Z] Removing intermediate container 8cc856cb16c4 [2021-01-16T18:37:54.433Z] ---> 3995693633b3 [2021-01-16T18:37:54.433Z] Step 13/21 : WORKDIR /edgex [2021-01-16T18:37:54.711Z] ---> Running in 4dac6ee7f66b [2021-01-16T18:37:54.711Z] Removing intermediate container a4bb4d2a1a16 [2021-01-16T18:37:54.711Z] ---> 2f3ddcaf4bdb [2021-01-16T18:37:54.711Z] Step 13/24 : WORKDIR / [2021-01-16T18:37:54.992Z] ---> Running in d6fcb2f385d8 [2021-01-16T18:37:55.595Z] Removing intermediate container 4dac6ee7f66b [2021-01-16T18:37:55.595Z] ---> d594c2314057 [2021-01-16T18:37:55.595Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-16T18:37:56.202Z] Removing intermediate container d6fcb2f385d8 [2021-01-16T18:37:56.202Z] ---> f68854a360e0 [2021-01-16T18:37:56.202Z] 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-16T18:37:56.817Z] ---> 996179364ba3 [2021-01-16T18:37:56.817Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-16T18:37:57.426Z] ---> f22f3df23555 [2021-01-16T18:37:57.426Z] 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-16T18:37:58.874Z] ---> 6843cc2f9555 [2021-01-16T18:37:58.874Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-16T18:37:58.874Z] ---> 7729223a086c [2021-01-16T18:37:58.874Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-16T18:38:00.333Z] ---> 063a27e6073f [2021-01-16T18:38:00.333Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-16T18:38:00.607Z] ---> 89c34963deb8 [2021-01-16T18:38:00.607Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-16T18:38:00.882Z] ---> Running in 41299510fdda [2021-01-16T18:38:01.873Z] Removing intermediate container 41299510fdda [2021-01-16T18:38:01.873Z] ---> b7b50a5f795a [2021-01-16T18:38:01.873Z] Step 18/21 : CMD ["--init=true"] [2021-01-16T18:38:02.157Z] ---> Running in b76741eaf192 [2021-01-16T18:38:02.436Z] ---> f1be22c4549e [2021-01-16T18:38:02.436Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-16T18:38:03.047Z] Removing intermediate container b76741eaf192 [2021-01-16T18:38:03.047Z] ---> 6dbebc9caa91 [2021-01-16T18:38:03.047Z] Step 19/21 : LABEL arch=arm64 [2021-01-16T18:38:03.332Z] ---> Running in 1bd1b06f7eee [2021-01-16T18:38:04.328Z] Removing intermediate container 1bd1b06f7eee [2021-01-16T18:38:04.328Z] ---> 8aea8a92b12e [2021-01-16T18:38:04.328Z] Step 20/21 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:38:04.328Z] ---> a6c02a096575 [2021-01-16T18:38:04.328Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-16T18:38:04.612Z] ---> Running in 4c031a3b0dda [2021-01-16T18:38:05.607Z] Removing intermediate container 4c031a3b0dda [2021-01-16T18:38:05.607Z] ---> 4cf0e900ca87 [2021-01-16T18:38:05.607Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T18:38:05.607Z] ---> Running in 506468c0d32e [2021-01-16T18:38:05.607Z] ---> 2d086c57dd4b [2021-01-16T18:38:05.607Z] 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-16T18:38:05.887Z] ---> Running in 9f9fa17533bc [2021-01-16T18:38:06.491Z] Removing intermediate container 506468c0d32e [2021-01-16T18:38:06.491Z] ---> 47c65e68b540 [2021-01-16T18:38:06.491Z] [2021-01-16T18:38:07.093Z] Successfully built 47c65e68b540 [2021-01-16T18:38:07.093Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-16T18:38:09.733Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9f9fa17533bc [2021-01-16T18:38:09.733Z] ---> efd58f8bfe88 [2021-01-16T18:38:09.733Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-16T18:38:09.733Z] ---> Running in 51fa3704999c [2021-01-16T18:38:10.338Z] Removing intermediate container 51fa3704999c [2021-01-16T18:38:10.338Z] ---> 4afa36400e25 [2021-01-16T18:38:10.338Z] Step 22/24 : LABEL arch=arm64 [2021-01-16T18:38:10.615Z] ---> Running in c5a7402affeb [2021-01-16T18:38:11.215Z] Removing intermediate container c5a7402affeb [2021-01-16T18:38:11.215Z] ---> 15d66118b1f1 [2021-01-16T18:38:11.215Z] Step 23/24 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:38:11.492Z] ---> Running in e309928ff2f7 [2021-01-16T18:38:12.097Z] Removing intermediate container e309928ff2f7 [2021-01-16T18:38:12.097Z] ---> 01be236b01aa [2021-01-16T18:38:12.097Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T18:38:12.373Z] ---> Running in 7f273e4ca3f7 [2021-01-16T18:38:12.981Z] Removing intermediate container 7f273e4ca3f7 [2021-01-16T18:38:12.981Z] ---> e8c5416e4dd0 [2021-01-16T18:38:12.981Z] [2021-01-16T18:38:13.585Z] Successfully built e8c5416e4dd0 [2021-01-16T18:38:13.585Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-16T18:38:28.711Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1651a7b4ae35 [2021-01-16T18:38:28.711Z] ---> 9b4a01bb4783 [2021-01-16T18:38:28.711Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-16T18:38:28.711Z] ---> Running in 51da4a48c29d [2021-01-16T18:38:29.684Z] 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-16T18:38:33.068Z] Removing intermediate container 51da4a48c29d [2021-01-16T18:38:33.068Z] ---> 23c3e378c0d9 [2021-01-16T18:38:33.068Z] [2021-01-16T18:38:33.068Z] Step 11/26 : FROM docker:20.10.0 [2021-01-16T18:38:33.068Z] 20.10.0: Pulling from library/docker [2021-01-16T18:38:43.217Z] Removing intermediate container 11f6018e32a3 [2021-01-16T18:38:43.217Z] ---> 8e0b28c8bd12 [2021-01-16T18:38:43.217Z] [2021-01-16T18:38:43.217Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T18:38:43.217Z] ---> afeebe901d6b [2021-01-16T18:38:43.217Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T18:38:43.217Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-16T18:38:43.217Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-16T18:38:43.217Z] ---> eeaf43b92773 [2021-01-16T18:38:43.217Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-16T18:38:43.217Z] ---> Running in 6b6ff9360d00 [2021-01-16T18:38:43.217Z] ---> Running in 44b4be29d8c9 [2021-01-16T18:38:43.217Z] Removing intermediate container 6b6ff9360d00 [2021-01-16T18:38:43.217Z] ---> 1fca922209ec [2021-01-16T18:38:43.217Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-16T18:38:43.217Z] ---> Running in e7802ce055cc [2021-01-16T18:38:43.813Z] Removing intermediate container e7802ce055cc [2021-01-16T18:38:43.813Z] ---> a7119b4cf68c [2021-01-16T18:38:43.813Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-16T18:38:43.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:38:43.813Z] ---> Running in 723ed43e9dd3 [2021-01-16T18:38:44.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:38:44.364Z] Removing intermediate container 723ed43e9dd3 [2021-01-16T18:38:44.364Z] ---> 76c6737bd05a [2021-01-16T18:38:44.364Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T18:38:44.364Z] ---> Running in 379649f328dd [2021-01-16T18:38:44.644Z] (1/2) Installing readline (8.0.4-r0) [2021-01-16T18:38:44.920Z] (2/2) Installing bash (5.0.17-r0) [2021-01-16T18:38:44.920Z] Executing bash-5.0.17-r0.post-install [2021-01-16T18:38:44.920Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:38:44.920Z] OK: 12 MiB in 22 packages [2021-01-16T18:38:46.364Z] Removing intermediate container 44b4be29d8c9 [2021-01-16T18:38:46.364Z] ---> d91996acdd53 [2021-01-16T18:38:46.364Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-16T18:38:46.640Z] ---> Running in 47232455b909 [2021-01-16T18:38:46.914Z] Removing intermediate container 379649f328dd [2021-01-16T18:38:46.914Z] ---> 2220110a67d3 [2021-01-16T18:38:46.914Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-16T18:38:47.188Z] ---> Running in e0e6b2c7f2f2 [2021-01-16T18:38:47.188Z] Removing intermediate container 47232455b909 [2021-01-16T18:38:47.188Z] ---> a6f7c12dd71c [2021-01-16T18:38:47.188Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-16T18:38:47.463Z] ---> Running in e4dfdc24cc32 [2021-01-16T18:38:47.744Z] Removing intermediate container e4dfdc24cc32 [2021-01-16T18:38:47.744Z] ---> 65996fbea98b [2021-01-16T18:38:47.744Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-16T18:38:48.023Z] ---> Running in 116d326f688f [2021-01-16T18:38:48.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:38:48.565Z] Removing intermediate container 116d326f688f [2021-01-16T18:38:48.565Z] ---> 766304ff5bd7 [2021-01-16T18:38:48.565Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-16T18:38:49.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:38:49.434Z] ---> 3e5e16a5eda6 [2021-01-16T18:38:49.434Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-16T18:38:50.072Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-16T18:38:50.357Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-16T18:38:50.357Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-16T18:38:50.357Z] ---> e1a800b9cc06 [2021-01-16T18:38:50.357Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-16T18:38:50.640Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-16T18:38:50.919Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-16T18:38:51.200Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-16T18:38:51.200Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:38:51.200Z] OK: 8 MiB in 20 packages [2021-01-16T18:38:51.490Z] ---> eabba48e392c [2021-01-16T18:38:51.490Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-16T18:38:51.490Z] ---> Running in c3f602646c49 [2021-01-16T18:38:52.476Z] Removing intermediate container e0e6b2c7f2f2 [2021-01-16T18:38:52.476Z] ---> e3759e2b38bd [2021-01-16T18:38:52.476Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T18:38:53.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:38:53.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:38:53.351Z] ---> 5b25ee932bf7 [2021-01-16T18:38:53.351Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-16T18:38:53.624Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-16T18:38:53.624Z] (2/33) Installing expat (2.2.9-r1) [2021-01-16T18:38:53.624Z] (3/33) Installing libffi (3.3-r2) [2021-01-16T18:38:53.624Z] (4/33) Installing gdbm (1.13-r1) [2021-01-16T18:38:53.624Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-16T18:38:53.624Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-16T18:38:53.624Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-16T18:38:55.075Z] ---> 3e827775cf44 [2021-01-16T18:38:55.075Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-16T18:38:55.348Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-16T18:38:55.348Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-16T18:38:55.348Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-16T18:38:55.624Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-16T18:38:55.624Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-16T18:38:55.624Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-16T18:38:55.624Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-16T18:38:55.624Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-16T18:38:55.624Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-16T18:38:55.624Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-16T18:38:55.898Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-16T18:38:55.898Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-16T18:38:55.898Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-16T18:38:55.898Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-16T18:38:55.898Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-16T18:38:55.898Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-16T18:38:55.898Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-16T18:38:55.898Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-16T18:38:55.898Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-16T18:38:55.898Z] ---> 384a1f9d988e [2021-01-16T18:38:55.898Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-16T18:38:56.181Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-16T18:38:56.181Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-16T18:38:56.181Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-16T18:38:56.181Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-16T18:38:56.181Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-16T18:38:56.181Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-16T18:38:56.181Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-16T18:38:56.181Z] ---> Running in e528898acd8e [2021-01-16T18:38:56.455Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:38:56.455Z] OK: 71 MiB in 55 packages [2021-01-16T18:38:56.727Z] Removing intermediate container e528898acd8e [2021-01-16T18:38:56.727Z] ---> abfbfec6a30f [2021-01-16T18:38:56.727Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:38:57.004Z] ---> Running in 012beab920d1 [2021-01-16T18:38:57.277Z] Removing intermediate container 012beab920d1 [2021-01-16T18:38:57.277Z] ---> 39733c529e79 [2021-01-16T18:38:57.277Z] Step 21/23 : LABEL arch=arm64 [2021-01-16T18:38:57.550Z] ---> Running in 2a5d67e49632 [2021-01-16T18:38:58.144Z] Removing intermediate container 2a5d67e49632 [2021-01-16T18:38:58.144Z] ---> ac31cb5a6f7e [2021-01-16T18:38:58.144Z] Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:38:58.417Z] ---> Running in 843cd90d8b2f [2021-01-16T18:38:59.013Z] Removing intermediate container 843cd90d8b2f [2021-01-16T18:38:59.013Z] ---> 66c1d97cebce [2021-01-16T18:38:59.013Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T18:38:59.013Z] ---> Running in 3bcbd650c6da [2021-01-16T18:38:59.613Z] Removing intermediate container 3bcbd650c6da [2021-01-16T18:38:59.613Z] ---> eba3dc2f5683 [2021-01-16T18:38:59.613Z] [2021-01-16T18:39:00.219Z] Successfully built eba3dc2f5683 [2021-01-16T18:39:00.219Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-16T18:39:02.195Z]  Building docker-core-data-go ... done Removing intermediate container c3f602646c49 [2021-01-16T18:39:02.195Z] ---> 5773072d5626 [2021-01-16T18:39:02.195Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-16T18:39:02.195Z] ---> Running in f5e7fa551a9f [2021-01-16T18:39:07.605Z] Collecting docker-compose==1.23.2 [2021-01-16T18:39:07.605Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-16T18:39:07.605Z] Collecting docker<4.0,>=3.6.0 [2021-01-16T18:39:07.875Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-16T18:39:09.301Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-16T18:39:09.301Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-16T18:39:09.890Z] Collecting PyYAML<4,>=3.10 [2021-01-16T18:39:09.890Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-16T18:39:12.491Z] 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-16T18:39:13.082Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-16T18:39:13.082Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-16T18:39:13.353Z] Collecting cached-property<2,>=1.2.0 [2021-01-16T18:39:13.353Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-16T18:39:13.944Z] Collecting jsonschema<3,>=2.5.1 [2021-01-16T18:39:13.944Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-16T18:39:14.215Z] Collecting texttable<0.10,>=0.9.0 [2021-01-16T18:39:14.215Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-16T18:39:16.178Z] Collecting docopt<0.7,>=0.6.1 [2021-01-16T18:39:16.178Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-16T18:39:18.141Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-16T18:39:18.141Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-16T18:39:19.560Z] Collecting docker-pycreds>=0.4.0 [2021-01-16T18:39:19.560Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-16T18:39:19.560Z] 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-16T18:39:19.832Z] 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-16T18:39:19.832Z] Collecting idna<2.8,>=2.5 [2021-01-16T18:39:19.832Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-16T18:39:20.419Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-16T18:39:20.419Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-16T18:39:20.690Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-16T18:39:20.690Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-16T18:39:20.690Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-16T18:39:20.690Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-16T18:39:21.280Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, PyYAML, cached-property, jsonschema, texttable, docopt, dockerpty, docker-compose [2021-01-16T18:39:21.552Z] Attempting uninstall: idna [2021-01-16T18:39:21.552Z] Found existing installation: idna 2.9 [2021-01-16T18:39:21.552Z] Uninstalling idna-2.9: [2021-01-16T18:39:21.552Z] Successfully uninstalled idna-2.9 [2021-01-16T18:39:22.145Z] Attempting uninstall: urllib3 [2021-01-16T18:39:22.145Z] Found existing installation: urllib3 1.25.9 [2021-01-16T18:39:22.145Z] Uninstalling urllib3-1.25.9: [2021-01-16T18:39:22.416Z] Successfully uninstalled urllib3-1.25.9 [2021-01-16T18:39:23.005Z] Attempting uninstall: requests [2021-01-16T18:39:23.005Z] Found existing installation: requests 2.23.0 [2021-01-16T18:39:23.005Z] Uninstalling requests-2.23.0: [2021-01-16T18:39:23.005Z] Successfully uninstalled requests-2.23.0 [2021-01-16T18:39:24.427Z] Running setup.py install for PyYAML: started [2021-01-16T18:39:26.386Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-16T18:39:26.386Z] Running setup.py install for texttable: started [2021-01-16T18:39:28.345Z] Running setup.py install for texttable: finished with status 'done' [2021-01-16T18:39:28.345Z] Running setup.py install for docopt: started [2021-01-16T18:39:29.768Z] Running setup.py install for docopt: finished with status 'done' [2021-01-16T18:39:29.768Z] Running setup.py install for dockerpty: started [2021-01-16T18:39:31.727Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-16T18:39:32.318Z] 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-16T18:39:35.687Z] Removing intermediate container f5e7fa551a9f [2021-01-16T18:39:35.687Z] ---> 3a7b66c0706e [2021-01-16T18:39:35.687Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-16T18:39:35.959Z] ---> Running in d08dbb36a03e [2021-01-16T18:39:36.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T18:39:37.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T18:39:37.792Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T18:39:37.792Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-16T18:39:37.792Z] (3/3) Installing curl (7.69.1-r3) [2021-01-16T18:39:37.792Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T18:39:37.792Z] OK: 71 MiB in 58 packages [2021-01-16T18:39:39.219Z] Removing intermediate container d08dbb36a03e [2021-01-16T18:39:39.220Z] ---> c79603a8d8f6 [2021-01-16T18:39:39.220Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-16T18:39:39.220Z] ---> Running in 706f6bddbdbb [2021-01-16T18:39:39.812Z] Removing intermediate container 706f6bddbdbb [2021-01-16T18:39:39.812Z] ---> d10962be6b51 [2021-01-16T18:39:39.812Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T18:39:39.812Z] ---> Running in 1a573ad06134 [2021-01-16T18:39:40.404Z] Removing intermediate container 1a573ad06134 [2021-01-16T18:39:40.404Z] ---> e190c0e919fa [2021-01-16T18:39:40.404Z] Step 24/26 : LABEL arch=arm64 [2021-01-16T18:39:40.404Z] ---> Running in df0ec33ec65b [2021-01-16T18:39:40.685Z] Removing intermediate container df0ec33ec65b [2021-01-16T18:39:40.685Z] ---> 1a23c7af6097 [2021-01-16T18:39:40.685Z] Step 25/26 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 [2021-01-16T18:39:40.957Z] ---> Running in e009ebb04d1a [2021-01-16T18:39:41.548Z] Removing intermediate container e009ebb04d1a [2021-01-16T18:39:41.548Z] ---> c3ba98c94714 [2021-01-16T18:39:41.548Z] Step 26/26 : LABEL version=0.0.0 [2021-01-16T18:39:41.548Z] ---> Running in ce229ce696c4 [2021-01-16T18:39:42.139Z] Removing intermediate container ce229ce696c4 [2021-01-16T18:39:42.139Z] ---> 13fcc76bc5a7 [2021-01-16T18:39:42.139Z] [2021-01-16T18:39:42.412Z] Successfully built 13fcc76bc5a7 [2021-01-16T18:39:42.412Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-16T18:39:42.700Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-16T18:39:42.685Z] $ docker stop --time=1 da2cf34aaeef5835aec494f1919b1f1379dd3e1a61125052564bc73a54ee6248 [2021-01-16T18:39:44.567Z] $ docker rm -f da2cf34aaeef5835aec494f1919b1f1379dd3e1a61125052564bc73a54ee6248 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T18:39:45.234Z] + grep docker [2021-01-16T18:39:45.235Z] + docker images [2021-01-16T18:39:45.506Z] docker-sys-mgmt-agent-go-arm64 latest 13fcc76bc5a7 4 seconds ago 300MB [2021-01-16T18:39:45.506Z] docker-core-data-go-arm64 latest eba3dc2f5683 46 seconds ago 21MB [2021-01-16T18:39:45.506Z] docker-security-secretstore-setup-go-arm64 latest e8c5416e4dd0 About a minute ago 23.4MB [2021-01-16T18:39:45.506Z] docker-security-proxy-setup-go-arm64 latest 47c65e68b540 About a minute ago 23.2MB [2021-01-16T18:39:45.506Z] docker-security-bootstrapper-go-arm64 latest 3fafd51b8e78 3 minutes ago 40.3MB [2021-01-16T18:39:45.506Z] docker-core-metadata-go-arm64 latest 73d3e915db06 3 minutes ago 17.7MB [2021-01-16T18:39:45.506Z] docker-core-command-go-arm64 latest 11d2734c8a9a 3 minutes ago 15.4MB [2021-01-16T18:39:45.506Z] docker-support-scheduler-go-arm64 latest fc8c55eaa64c 4 minutes ago 15.5MB [2021-01-16T18:39:45.506Z] docker-support-notifications-go-arm64 latest 29dfb5284dcf 4 minutes ago 15.9MB [2021-01-16T18:39:45.506Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-16T18:39:48.014Z] provisioning config files... [2021-01-16T18:39:48.031Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/29@tmp/config6222089177288914785tmp [Pipeline] { [Pipeline] sh [2021-01-16T18:39:48.412Z] + set +x [2021-01-16T18:39:48.412Z] + curl -s https://codecov.io/bash [2021-01-16T18:39:48.412Z] + bash -s -- [2021-01-16T18:39:48.988Z] [2021-01-16T18:39:48.988Z] _____ _ [2021-01-16T18:39:48.988Z] / ____| | | [2021-01-16T18:39:48.988Z] | | ___ __| | ___ ___ _____ __ [2021-01-16T18:39:48.988Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-16T18:39:48.988Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-16T18:39:48.988Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-16T18:39:48.988Z] Bash-20210115-cec3c92 [2021-01-16T18:39:48.988Z] [2021-01-16T18:39:48.988Z] [2021-01-16T18:39:48.988Z] ==> git version 2.24.3 found [2021-01-16T18:39:48.988Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-16T18:39:48.988Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-16T18:39:48.988Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-16T18:39:48.988Z] ==> Jenkins CI detected. [2021-01-16T18:39:48.988Z] project root: . [2021-01-16T18:39:48.988Z] --> token set from env [2021-01-16T18:39:48.988Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-16T18:39:48.988Z] ==> Running gcov in . (disable via -X gcov) [2021-01-16T18:39:48.988Z] ==> Python coveragepy not found [2021-01-16T18:39:48.988Z] ==> Searching for coverage reports in: [2021-01-16T18:39:48.988Z] + . [2021-01-16T18:39:48.988Z] -> Found 1 reports [2021-01-16T18:39:48.988Z] ==> Detecting git/mercurial file structure [2021-01-16T18:39:48.988Z] ==> Reading reports [2021-01-16T18:39:48.988Z] + ./coverage.out bytes=561484 [2021-01-16T18:39:48.988Z] ==> Appending adjustments [2021-01-16T18:39:48.988Z] https://docs.codecov.io/docs/fixing-reports [2021-01-16T18:39:52.302Z] + Found adjustments [2021-01-16T18:39:52.302Z] ==> Gzipping contents [2021-01-16T18:39:52.302Z] 84K /tmp/codecov.YiPGDZ.gz [2021-01-16T18:39:52.302Z] ==> Uploading reports [2021-01-16T18:39:52.302Z] url: https://codecov.io [2021-01-16T18:39:52.302Z] query: branch=PR-2970&commit=2037975b14bcccb26699bfe63d53181688204e32&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F29%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-16T18:39:52.302Z] -> Pinging Codecov [2021-01-16T18:39:52.302Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=2037975b14bcccb26699bfe63d53181688204e32&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F29%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-16T18:39:52.564Z] -> Uploading to [2021-01-16T18:39:52.564Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-16/00271124DB129430A58F1EEE437C3FCB/2037975b14bcccb26699bfe63d53181688204e32/0c5359d0-ccfc-452e-9fa5-62a1b56548a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210116%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210116T183952Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=72ea870b1ee4e8ff086ab731f310595854634674b5d994440ebed8317553147e [2021-01-16T18:39:52.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-16T18:39:52.564Z] Dload Upload Total Spent Left Speed [2021-01-16T18:39:53.137Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85268 0 0 100 85268 0 163k --:--:-- --:--:-- --:--:-- 162k [2021-01-16T18:39:53.137Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2037975b14bcccb26699bfe63d53181688204e32 [Pipeline] } [2021-01-16T18:39:53.147Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:39:55.318Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:39:56.205Z] ---> package-listing.sh [2021-01-16T18:39:56.205Z] ++ facter osfamily [2021-01-16T18:39:56.205Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-16T18:39:56.205Z] + OS_FAMILY=redhat [2021-01-16T18:39:56.205Z] + workspace=/w/workspace/edgex-go/29 [2021-01-16T18:39:56.205Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-16T18:39:56.205Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-16T18:39:56.205Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-16T18:39:56.205Z] + PACKAGES=/tmp/packages_start.txt [2021-01-16T18:39:56.205Z] + '[' /w/workspace/edgex-go/29 ']' [2021-01-16T18:39:56.205Z] + PACKAGES=/tmp/packages_end.txt [2021-01-16T18:39:56.205Z] + case "${OS_FAMILY}" in [2021-01-16T18:39:56.205Z] + sort [2021-01-16T18:39:56.205Z] + rpm -qa [2021-01-16T18:40:01.516Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-16T18:40:01.516Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-16T18:40:01.516Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-16T18:40:01.516Z] + '[' /w/workspace/edgex-go/29 ']' [2021-01-16T18:40:01.516Z] + mkdir -p /w/workspace/edgex-go/29/archives/ [2021-01-16T18:40:01.516Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/29/archives/ [Pipeline] echo [2021-01-16T18:40:01.530Z] 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/29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-16T18:40:01.835Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:40:02.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T18:40:02.167Z] [2021-01-16T18:40:02.167Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-16T18:40:02.537Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T18:40:02.537Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-16T18:40:02.537Z] df20fa9351a1: Pulling fs layer [2021-01-16T18:40:02.537Z] 36b3adc4ff6f: Pulling fs layer [2021-01-16T18:40:02.537Z] 8ad3a11d3b57: Pulling fs layer [2021-01-16T18:40:02.537Z] 46f8f816bc3b: Pulling fs layer [2021-01-16T18:40:02.537Z] 93b61091891f: Pulling fs layer [2021-01-16T18:40:02.537Z] 93b9cdb0e59b: Pulling fs layer [2021-01-16T18:40:02.537Z] 5e14af77c1be: Pulling fs layer [2021-01-16T18:40:02.537Z] 01666e4c0597: Pulling fs layer [2021-01-16T18:40:02.537Z] aa168da1d23b: Pulling fs layer [2021-01-16T18:40:02.537Z] 46f8f816bc3b: Waiting [2021-01-16T18:40:02.537Z] 93b61091891f: Waiting [2021-01-16T18:40:02.537Z] 93b9cdb0e59b: Waiting [2021-01-16T18:40:02.537Z] 5e14af77c1be: Waiting [2021-01-16T18:40:02.537Z] 01666e4c0597: Waiting [2021-01-16T18:40:02.537Z] aa168da1d23b: Waiting [2021-01-16T18:40:02.537Z] 36b3adc4ff6f: Verifying Checksum [2021-01-16T18:40:02.537Z] 36b3adc4ff6f: Download complete [2021-01-16T18:40:02.537Z] 46f8f816bc3b: Verifying Checksum [2021-01-16T18:40:02.537Z] 46f8f816bc3b: Download complete [2021-01-16T18:40:02.802Z] df20fa9351a1: Verifying Checksum [2021-01-16T18:40:02.802Z] 93b9cdb0e59b: Verifying Checksum [2021-01-16T18:40:02.802Z] 93b9cdb0e59b: Download complete [2021-01-16T18:40:02.802Z] 5e14af77c1be: Verifying Checksum [2021-01-16T18:40:02.802Z] 5e14af77c1be: Download complete [2021-01-16T18:40:02.802Z] 8ad3a11d3b57: Verifying Checksum [2021-01-16T18:40:02.802Z] 8ad3a11d3b57: Download complete [2021-01-16T18:40:02.802Z] 01666e4c0597: Verifying Checksum [2021-01-16T18:40:02.802Z] 01666e4c0597: Download complete [2021-01-16T18:40:02.802Z] 93b61091891f: Download complete [2021-01-16T18:40:03.064Z] df20fa9351a1: Pull complete [2021-01-16T18:40:03.327Z] 36b3adc4ff6f: Pull complete [2021-01-16T18:40:04.284Z] 8ad3a11d3b57: Pull complete [2021-01-16T18:40:04.568Z] 46f8f816bc3b: Pull complete [2021-01-16T18:40:05.622Z] aa168da1d23b: Verifying Checksum [2021-01-16T18:40:05.622Z] aa168da1d23b: Download complete [2021-01-16T18:40:06.622Z] 93b61091891f: Pull complete [2021-01-16T18:40:06.622Z] 93b9cdb0e59b: Pull complete [2021-01-16T18:40:06.927Z] 5e14af77c1be: Pull complete [2021-01-16T18:40:06.927Z] 01666e4c0597: Pull complete [2021-01-16T18:40:17.005Z] aa168da1d23b: Pull complete [2021-01-16T18:40:17.005Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-16T18:40:17.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T18:40:17.005Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-16T18:40:17.205Z] prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container [2021-01-16T18:40:17.259Z] $ 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/29/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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-16T18:40:21.218Z] $ docker top a8d0df830c4d04b99ebb735b263e060cf0a9f8f68b4f12959ccbc5d0cab75894 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T18:40:21.878Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-16T18:40:22.186Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-16T18:40:22.486Z] + ls /var/log/sa-host [2021-01-16T18:40:22.486Z] + sadf -c /var/log/sa-host/sa16 [2021-01-16T18:40:22.486Z] file_magic: OK [2021-01-16T18:40:22.486Z] HZ: Using current value: 100 [2021-01-16T18:40:22.486Z] file_header: OK [2021-01-16T18:40:22.486Z] 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-16T18:40:22.486Z] Statistics: [2021-01-16T18:40:22.486Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-16T18:40:22.486Z] File successfully converted to sysstat format version 12.2.1 [2021-01-16T18:40:22.486Z] + sadf -c /var/log/sa-host/sa23 [2021-01-16T18:40:22.486Z] file_magic: OK [2021-01-16T18:40:22.486Z] HZ: Using current value: 100 [2021-01-16T18:40:22.486Z] file_header: OK [2021-01-16T18:40:22.486Z] 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-16T18:40:22.486Z] Statistics: [2021-01-16T18:40:22.486Z] Hnuu...uuuununununu... [2021-01-16T18:40:22.486Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-16T18:40:23.110Z] provisioning config files... [2021-01-16T18:40:23.137Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/29@tmp/config1204935051448692471tmp [Pipeline] { [Pipeline] echo [2021-01-16T18:40:23.201Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:40:23.500Z] ---> create-netrc.sh [Pipeline] } [2021-01-16T18:40:23.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-16T18:40:23.599Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:40:23.898Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-16T18:40:23.910Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:40:24.208Z] ---> sudo-logs.sh [2021-01-16T18:40:24.208Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-16T18:40:24.219Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:40:24.518Z] ---> job-cost.sh [2021-01-16T18:40:24.518Z] lf-activate-venv: SKIPPING [2021-01-16T18:40:24.518Z] INFO: No Stack... [2021-01-16T18:40:25.463Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-16T18:40:25.725Z] INFO: Archiving Costs [Pipeline] echo [2021-01-16T18:40:25.740Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T18:40:26.035Z] ---> logs-deploy.sh [2021-01-16T18:40:26.035Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/29 [2021-01-16T18:40:26.035Z] INFO: archiving workspace using pattern(s): [2021-01-16T18:40:27.429Z] Archives upload complete. [2021-01-16T18:40:27.691Z] INFO: archiving logs to Nexus