Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24b7634453227e8df51ea6aa002a7fed098fab96+8905b2aeb998c2429dd3dac7113c428985f887cf (6a349ff8879b95055608e484c7e7e26500b815a7) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15977 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 Merge succeeded, producing ee536852e21e767ea5f8c26f76da8c31d7e315f4 Checking out Revision ee536852e21e767ea5f8c26f76da8c31d7e315f4 (PR-2944) > 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/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # 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 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee536852e21e767ea5f8c26f76da8c31d7e315f4 # timeout=10 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" > git rev-list --no-walk 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T00:30:20.409Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T00:30:20.742Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T00:30:20.865Z] ========================================================= [2020-12-15T00:30:20.865Z] EdgeX Global Pipelines Version Info [2020-12-15T00:30:20.865Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:30:22.532Z] ------------------- [2020-12-15T00:30:22.532Z] stable info: [2020-12-15T00:30:22.532Z] ------------------- [2020-12-15T00:30:22.532Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T00:30:22.532Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T00:30:22.532Z] Message: update stable to v1.0.172 [2020-12-15T00:30:23.482Z] ------------------- [2020-12-15T00:30:23.482Z] experimental info: [2020-12-15T00:30:23.482Z] ------------------- [2020-12-15T00:30:23.482Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T00:30:23.482Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T00:30:23.482Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T00:30:23.731Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-15T00:30:23.824Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-15T00:30:23.909Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T00:30:23.996Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T00:30:24.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T00:30:24.218Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T00:30:24.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T00:30:24.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-15T00:30:24.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-15T00:30:24.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-15T00:30:24.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T00:30:24.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T00:30:24.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T00:30:24.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T00:30:25.053Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T00:30:25.168Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T00:30:25.283Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T00:30:25.371Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T00:30:25.547Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T00:30:25.635Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T00:30:25.720Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-15T00:30:25.802Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T00:30:25.885Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2944 [Pipeline] echo [2020-12-15T00:30:25.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2944 [Pipeline] echo [2020-12-15T00:30:26.056Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2944 [Pipeline] echo [2020-12-15T00:30:26.161Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee536852e21e767ea5f8c26f76da8c31d7e315f4 [Pipeline] echo [2020-12-15T00:30:26.245Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee53685 [Pipeline] echo [2020-12-15T00:30:26.330Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T00:30:26.530Z] provisioning config files... [2020-12-15T00:30:26.575Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1707051658809323379tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:30:26.933Z] ---> docker-login.sh [2020-12-15T00:30:26.933Z] nexus3.edgexfoundry.org:10001 [2020-12-15T00:30:27.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:30:27.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:30:27.462Z] Configure a credential helper to remove this warning. See [2020-12-15T00:30:27.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:30:27.462Z] [2020-12-15T00:30:27.462Z] Login Succeeded [2020-12-15T00:30:27.462Z] nexus3.edgexfoundry.org:10002 [2020-12-15T00:30:27.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:30:27.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:30:27.727Z] Configure a credential helper to remove this warning. See [2020-12-15T00:30:27.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:30:27.727Z] [2020-12-15T00:30:27.727Z] Login Succeeded [2020-12-15T00:30:27.727Z] nexus3.edgexfoundry.org:10003 [2020-12-15T00:30:27.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:30:27.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:30:27.727Z] Configure a credential helper to remove this warning. See [2020-12-15T00:30:27.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:30:27.727Z] [2020-12-15T00:30:27.727Z] Login Succeeded [2020-12-15T00:30:27.727Z] nexus3.edgexfoundry.org:10004 [2020-12-15T00:30:27.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:30:27.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:30:27.991Z] Configure a credential helper to remove this warning. See [2020-12-15T00:30:27.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:30:27.991Z] [2020-12-15T00:30:27.991Z] Login Succeeded [2020-12-15T00:30:27.991Z] docker.io [2020-12-15T00:30:28.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:30:28.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:30:28.534Z] Configure a credential helper to remove this warning. See [2020-12-15T00:30:28.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:30:28.534Z] [2020-12-15T00:30:28.534Z] Login Succeeded [2020-12-15T00:30:28.534Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T00:30:28.546Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T00:30:29.197Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/core-command/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/core-data/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-15T00:30:29.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:30:29.197Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-15T00:30:29.197Z] ++ cut -d/ -f2 [2020-12-15T00:30:29.197Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T00:30:29.301Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:30:30.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T00:30:30.166Z] [2020-12-15T00:30:30.167Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:30:30.613Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T00:30:30.613Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T00:30:30.613Z] 31603596830f: Pulling fs layer [2020-12-15T00:30:30.613Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T00:30:30.613Z] 6ca5941a6612: Pulling fs layer [2020-12-15T00:30:30.613Z] ecc8261a40a4: Pulling fs layer [2020-12-15T00:30:30.613Z] ecc8261a40a4: Waiting [2020-12-15T00:30:30.613Z] 2a8b12db71e7: Verifying Checksum [2020-12-15T00:30:30.613Z] 2a8b12db71e7: Download complete [2020-12-15T00:30:30.887Z] 31603596830f: Verifying Checksum [2020-12-15T00:30:30.887Z] 31603596830f: Download complete [2020-12-15T00:30:30.887Z] ecc8261a40a4: Verifying Checksum [2020-12-15T00:30:30.887Z] ecc8261a40a4: Download complete [2020-12-15T00:30:30.887Z] 6ca5941a6612: Verifying Checksum [2020-12-15T00:30:30.887Z] 6ca5941a6612: Download complete [2020-12-15T00:30:31.162Z] 31603596830f: Pull complete [2020-12-15T00:30:31.435Z] 2a8b12db71e7: Pull complete [2020-12-15T00:30:32.013Z] 6ca5941a6612: Pull complete [2020-12-15T00:30:32.274Z] ecc8261a40a4: Pull complete [2020-12-15T00:30:32.538Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T00:30:32.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T00:30:32.538Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T00:30:32.648Z] prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container [2020-12-15T00:30:32.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T00:30:35.304Z] $ docker top 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T00:30:35.846Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T00:30:35.846Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T00:30:36.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T00:30:36.071Z] $ docker exec 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 ssh-agent [2020-12-15T00:30:36.250Z] SSH_AUTH_SOCK=/tmp/ssh-cH6PZVfiVDwu/agent.11 [2020-12-15T00:30:36.250Z] SSH_AGENT_PID=16 [2020-12-15T00:30:36.260Z] Running ssh-add (command line suppressed) [2020-12-15T00:30:36.386Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6057142142392577609.key (/w/workspace/edgex-go/2@tmp/private_key_6057142142392577609.key) [2020-12-15T00:30:36.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T00:30:36.776Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T00:30:36.800Z] $ docker exec --env ******** --env ******** 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 ssh-agent -k [2020-12-15T00:30:36.926Z] unset SSH_AUTH_SOCK; [2020-12-15T00:30:36.926Z] unset SSH_AGENT_PID; [2020-12-15T00:30:36.926Z] echo Agent pid 16 killed; [2020-12-15T00:30:36.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T00:30:37.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T00:30:37.188Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T00:30:37.356Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T00:30:37.361Z] $ docker exec 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 ssh-agent [2020-12-15T00:30:37.537Z] SSH_AUTH_SOCK=/tmp/ssh-lQNM117nIhTw/agent.45 [2020-12-15T00:30:37.537Z] SSH_AGENT_PID=50 [2020-12-15T00:30:37.544Z] Running ssh-add (command line suppressed) [2020-12-15T00:30:37.667Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6146800298665947074.key (/w/workspace/edgex-go/2@tmp/private_key_6146800298665947074.key) [2020-12-15T00:30:37.722Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T00:30:38.058Z] + git semver init [2020-12-15T00:30:38.058Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T00:30:38.058Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-15T00:30:38.058Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-15T00:30:38.058Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T00:30:38.058Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T00:30:38.058Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T00:30:38.058Z] # $SEMVER_BRANCH = PR-2944 [2020-12-15T00:30:38.058Z] # $SEMVER_TEMP = /tmp/semver-051961814 [2020-12-15T00:30:38.058Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-15T00:30:56.301Z] # '/tmp/semver-051961814' -> '/w/workspace/edgex-go/2/.semver' [2020-12-15T00:30:56.301Z] # -> Force: false [2020-12-15T00:30:56.301Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-15T00:30:56.318Z] $ docker exec --env ******** --env ******** 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 ssh-agent -k [2020-12-15T00:30:56.599Z] unset SSH_AUTH_SOCK; [2020-12-15T00:30:56.599Z] unset SSH_AGENT_PID; [2020-12-15T00:30:56.599Z] echo Agent pid 50 killed; [2020-12-15T00:30:56.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T00:30:57.176Z] + git semver [Pipeline] } [2020-12-15T00:30:57.196Z] $ docker stop --time=1 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 [2020-12-15T00:30:59.025Z] $ docker rm -f 47c8205e1c3d016b57da622576844126abd6530d322db483850842f883b386b1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T00:30:59.789Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T00:31:00.311Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T00:31:00.314Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T00:31:01.397Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T00:31:01.704Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T00:31:02.016Z] + sudo service docker restart [2020-12-15T00:31:02.016Z] + true [2020-12-15T00:31:02.016Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-15T00:31:02.608Z] ========================================================= [2020-12-15T00:31:02.608Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T00:31:02.608Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:31:02.970Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-15T00:31:06.306Z] Sending build context to Docker daemon 326.4MB [2020-12-15T00:31:06.306Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T00:31:06.306Z] Step 2/7 : FROM ${BASE} [2020-12-15T00:31:06.306Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T00:31:06.306Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T00:31:06.306Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T00:31:06.306Z] de9db76c5a1d: Pulling fs layer [2020-12-15T00:31:06.306Z] bca2f99d35d6: Pulling fs layer [2020-12-15T00:31:06.306Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T00:31:06.306Z] 7c6f9722023f: Pulling fs layer [2020-12-15T00:31:06.306Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T00:31:06.306Z] bca2f99d35d6: Waiting [2020-12-15T00:31:06.306Z] 93359f2a8cfa: Waiting [2020-12-15T00:31:06.306Z] 7c6f9722023f: Waiting [2020-12-15T00:31:06.306Z] a35cf1a2eb13: Waiting [2020-12-15T00:31:06.306Z] de9db76c5a1d: Verifying Checksum [2020-12-15T00:31:06.306Z] de9db76c5a1d: Download complete [2020-12-15T00:31:06.306Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T00:31:06.306Z] 0ef7d3d256c8: Download complete [2020-12-15T00:31:06.306Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T00:31:06.306Z] 93359f2a8cfa: Download complete [2020-12-15T00:31:06.574Z] 7c6f9722023f: Verifying Checksum [2020-12-15T00:31:06.574Z] 7c6f9722023f: Download complete [2020-12-15T00:31:06.574Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T00:31:06.574Z] 188c0c94c7c5: Download complete [2020-12-15T00:31:07.156Z] 188c0c94c7c5: Pull complete [2020-12-15T00:31:07.429Z] 0ef7d3d256c8: Pull complete [2020-12-15T00:31:08.038Z] de9db76c5a1d: Pull complete [2020-12-15T00:31:08.639Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T00:31:08.639Z] a35cf1a2eb13: Download complete [2020-12-15T00:31:09.226Z] bca2f99d35d6: Verifying Checksum [2020-12-15T00:31:09.226Z] bca2f99d35d6: Download complete [2020-12-15T00:31:15.895Z] Still waiting to schedule task [2020-12-15T00:31:15.896Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15973’ [2020-12-15T00:31:15.900Z] bca2f99d35d6: Pull complete [2020-12-15T00:31:15.900Z] 93359f2a8cfa: Pull complete [2020-12-15T00:31:15.900Z] 7c6f9722023f: Pull complete [2020-12-15T00:31:19.240Z] a35cf1a2eb13: Pull complete [2020-12-15T00:31:19.240Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T00:31:19.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T00:31:19.240Z] ---> a62c8e92a672 [2020-12-15T00:31:19.240Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-15T00:31:19.514Z] ---> Running in 5923b40aab14 [2020-12-15T00:31:20.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:31:21.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:31:21.625Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T00:31:21.625Z] (2/12) Installing file (5.38-r0) [2020-12-15T00:31:21.896Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T00:31:21.896Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T00:31:36.862Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T00:31:36.862Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T00:31:36.862Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T00:31:36.862Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T00:31:36.862Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T00:31:36.862Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T00:31:36.862Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T00:31:36.862Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T00:31:36.862Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:31:36.862Z] OK: 233 MiB in 51 packages [2020-12-15T00:31:41.183Z] Removing intermediate container 5923b40aab14 [2020-12-15T00:31:41.183Z] ---> 11ddc629eaba [2020-12-15T00:31:41.183Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T00:31:41.183Z] ---> Running in 32663ecc19de [2020-12-15T00:31:41.183Z] Removing intermediate container 32663ecc19de [2020-12-15T00:31:41.183Z] ---> 022190930e7f [2020-12-15T00:31:41.183Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T00:31:41.456Z] latest: Pulling from library/docker [2020-12-15T00:31:41.456Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T00:31:41.456Z] 6db28d0fdbf6: Pulling fs layer [2020-12-15T00:31:41.456Z] 292df0bc6bf3: Pulling fs layer [2020-12-15T00:31:41.456Z] 2e060f4bd70b: Pulling fs layer [2020-12-15T00:31:41.456Z] 80e8d568a223: Pulling fs layer [2020-12-15T00:31:41.456Z] 8dc6ef1a942a: Pulling fs layer [2020-12-15T00:31:41.456Z] 2312dd95470a: Pulling fs layer [2020-12-15T00:31:41.456Z] 8dc6ef1a942a: Waiting [2020-12-15T00:31:41.456Z] 2312dd95470a: Waiting [2020-12-15T00:31:41.456Z] 2e060f4bd70b: Waiting [2020-12-15T00:31:41.456Z] 80e8d568a223: Waiting [2020-12-15T00:31:41.720Z] 292df0bc6bf3: Download complete [2020-12-15T00:31:41.720Z] 05e7bc50f07f: Download complete [2020-12-15T00:31:41.720Z] 6db28d0fdbf6: Verifying Checksum [2020-12-15T00:31:41.720Z] 6db28d0fdbf6: Download complete [2020-12-15T00:31:41.720Z] 80e8d568a223: Verifying Checksum [2020-12-15T00:31:41.720Z] 80e8d568a223: Download complete [2020-12-15T00:31:41.720Z] 8dc6ef1a942a: Verifying Checksum [2020-12-15T00:31:41.720Z] 8dc6ef1a942a: Download complete [2020-12-15T00:31:41.997Z] 05e7bc50f07f: Pull complete [2020-12-15T00:31:41.997Z] 2312dd95470a: Verifying Checksum [2020-12-15T00:31:41.997Z] 2312dd95470a: Download complete [2020-12-15T00:31:41.997Z] 6db28d0fdbf6: Pull complete [2020-12-15T00:31:42.272Z] 292df0bc6bf3: Pull complete [2020-12-15T00:31:43.230Z] 2e060f4bd70b: Verifying Checksum [2020-12-15T00:31:43.230Z] 2e060f4bd70b: Download complete [2020-12-15T00:31:46.591Z] 2e060f4bd70b: Pull complete [2020-12-15T00:31:46.591Z] 80e8d568a223: Pull complete [2020-12-15T00:31:46.591Z] 8dc6ef1a942a: Pull complete [2020-12-15T00:31:46.591Z] 2312dd95470a: Pull complete [2020-12-15T00:31:46.591Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T00:31:46.591Z] Status: Downloaded newer image for docker:latest [2020-12-15T00:31:48.539Z] ---> 652e6010b7be [2020-12-15T00:31:48.539Z] Step 6/7 : COPY go.mod . [2020-12-15T00:31:48.539Z] ---> c78d40234619 [2020-12-15T00:31:48.539Z] Step 7/7 : RUN go mod download [2020-12-15T00:31:48.539Z] ---> Running in 48ac1f74549a [2020-12-15T00:32:10.593Z] Removing intermediate container 48ac1f74549a [2020-12-15T00:32:10.593Z] ---> 47043bab2144 [2020-12-15T00:32:10.593Z] Successfully built 47043bab2144 [2020-12-15T00:32:10.593Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:32:10.922Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T00:32:10.922Z] . [Pipeline] withDockerContainer [2020-12-15T00:32:11.035Z] prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container [2020-12-15T00:32:11.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-15T00:32:11.964Z] $ docker top ba50204e42e5d7d58241346c34658bd4b18ed08a9e5039166ddf5fce6c85c5f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:32:12.463Z] + go version [2020-12-15T00:32:12.463Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T00:32:12.481Z] $ docker stop --time=1 ba50204e42e5d7d58241346c34658bd4b18ed08a9e5039166ddf5fce6c85c5f7 [2020-12-15T00:32:13.825Z] $ docker rm -f ba50204e42e5d7d58241346c34658bd4b18ed08a9e5039166ddf5fce6c85c5f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:32:14.626Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T00:32:14.626Z] . [Pipeline] withDockerContainer [2020-12-15T00:32:14.735Z] prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container [2020-12-15T00:32:14.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-15T00:32:15.587Z] $ docker top ad699fa2c44e89376fcb9a164644693a16a3d7ea9306381da19ed7295e53d5de -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T00:32:15.838Z] ========================================================= [2020-12-15T00:32:15.838Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T00:32:15.838Z] ========================================================= [Pipeline] sh [2020-12-15T00:32:16.195Z] + make test [2020-12-15T00:32:16.195Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T00:32:26.293Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T00:32:41.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T00:32:49.609Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T00:32:49.609Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T00:32:49.609Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T00:32:49.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T00:32:49.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T00:32:49.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T00:32:52.238Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s [2020-12-15T00:32:52.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T00:32:52.238Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T00:32:52.836Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T00:32:52.836Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T00:32:52.836Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T00:32:52.836Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T00:32:55.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.6% of statements [2020-12-15T00:32:55.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T00:32:55.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T00:32:55.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T00:32:55.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T00:32:55.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T00:32:59.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T00:32:59.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T00:32:59.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T00:32:59.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 68.2% of statements [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T00:32:59.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 82.6% of statements [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T00:32:59.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.341s coverage: 28.6% of statements [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T00:32:59.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2020-12-15T00:32:59.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T00:33:00.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2020-12-15T00:33:00.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T00:33:01.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2020-12-15T00:33:01.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T00:33:01.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2020-12-15T00:33:01.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T00:33:01.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2020-12-15T00:33:01.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T00:33:01.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T00:33:01.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T00:33:01.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T00:33:03.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.362s coverage: 93.8% of statements [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T00:33:03.398Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T00:33:03.398Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T00:33:03.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T00:33:03.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 75.5% of statements [2020-12-15T00:33:03.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T00:33:03.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2020-12-15T00:33:03.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2020-12-15T00:33:03.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2020-12-15T00:33:04.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.4% of statements [2020-12-15T00:33:04.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T00:33:04.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements [2020-12-15T00:33:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T00:33:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T00:33:04.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2020-12-15T00:33:04.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2020-12-15T00:33:05.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-12-15T00:33:05.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2020-12-15T00:33:05.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2020-12-15T00:33:06.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 55.9% of statements [2020-12-15T00:33:06.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T00:33:06.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T00:33:06.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T00:33:06.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T00:33:06.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T00:33:06.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.050s coverage: 86.3% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.108s coverage: 72.2% of statements [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.444s coverage: 72.1% of statements [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.039s coverage: 48.4% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 37.0% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.331s coverage: 84.0% of statements [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T00:33:15.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2020-12-15T00:33:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T00:33:15.028Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2020-12-15T00:33:15.028Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T00:33:15.028Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2020-12-15T00:33:15.028Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T00:33:15.028Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T00:33:15.028Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T00:33:15.028Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T00:33:15.028Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2020-12-15T00:33:15.028Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T00:33:15.028Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T00:33:15.028Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2020-12-15T00:33:15.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements [2020-12-15T00:33:15.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2020-12-15T00:33:15.837Z] GO111MODULE=on go vet ./... [2020-12-15T00:33:42.810Z] gofmt -l . [2020-12-15T00:33:42.810Z] [ "`gofmt -l .`" = "" ] [2020-12-15T00:33:42.810Z] ./bin/test-go-mod-tidy.sh [2020-12-15T00:33:42.810Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T00:33:44.627Z] + ls -al . [2020-12-15T00:33:44.627Z] total 668 [2020-12-15T00:33:44.627Z] drwxrwxr-x 10 1001 1001 4096 Dec 15 00:33 . [2020-12-15T00:33:44.627Z] drwxr-xr-x 4 root root 28 Dec 15 00:32 .. [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 00:30 .dockerignore [2020-12-15T00:33:44.627Z] drwxrwxr-x 8 1001 1001 179 Dec 15 00:30 .git [2020-12-15T00:33:44.627Z] drwxrwxr-x 3 1001 1001 125 Dec 15 00:30 .github [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 00:30 .gitignore [2020-12-15T00:33:44.627Z] drwx------ 3 1001 1001 47 Dec 15 00:30 .semver [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 00:30 .sonarcloud.properties [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:30 CONTRIBUTING.md [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:30 Dockerfile.build [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 00:30 Jenkinsfile [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:30 LICENSE [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:30 Makefile [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:30 README.md [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:30 SECURITY.md [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 00:30 VERSION [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:30 ZMQWindows.md [2020-12-15T00:33:44.627Z] drwxrwxr-x 2 1001 1001 117 Dec 15 00:30 bin [2020-12-15T00:33:44.627Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 00:30 cmd [2020-12-15T00:33:44.627Z] -rw-r--r-- 1 root root 572038 Dec 15 00:33 coverage.out [2020-12-15T00:33:44.627Z] -rw-r--r-- 1 root root 1041 Dec 15 00:33 go.mod [2020-12-15T00:33:44.627Z] -rw-r--r-- 1 root root 18959 Dec 15 00:33 go.sum [2020-12-15T00:33:44.627Z] drwxrwxr-x 8 1001 1001 127 Dec 15 00:30 internal [2020-12-15T00:33:44.627Z] drwxrwxr-x 4 1001 1001 26 Dec 15 00:30 openapi [2020-12-15T00:33:44.627Z] drwxrwxr-x 4 1001 1001 71 Dec 15 00:30 snap [2020-12-15T00:33:44.627Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 00:30 version.go [Pipeline] sh [2020-12-15T00:33:45.005Z] + '[' -e coverage.out ] [2020-12-15T00:33:45.005Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T00:33:45.230Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T00:33:45.532Z] + make build [2020-12-15T00:33:45.532Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T00:33:49.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:33:58.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T00:33:59.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T00:34:01.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T00:34:01.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T00:34:03.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:34:05.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T00:34:06.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:34:07.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:34:09.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:34:10.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:34:12.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-15T00:34:13.089Z] $ docker stop --time=1 ad699fa2c44e89376fcb9a164644693a16a3d7ea9306381da19ed7295e53d5de [2020-12-15T00:34:14.968Z] $ docker rm -f ad699fa2c44e89376fcb9a164644693a16a3d7ea9306381da19ed7295e53d5de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-15T00:34:17.514Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15986 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws [2020-12-15T00:34:19.136Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:34:19.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:34:19.532Z] [2020-12-15T00:34:19.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:34:19.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:34:19.923Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T00:34:19.923Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T00:34:19.923Z] ca9280d653b3: Pulling fs layer [2020-12-15T00:34:19.923Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T00:34:20.197Z] cbdbe7a5bc2a: Download complete [2020-12-15T00:34:20.469Z] cbdbe7a5bc2a: Pull complete [2020-12-15T00:34:20.734Z] ca9280d653b3: Verifying Checksum [2020-12-15T00:34:20.734Z] ca9280d653b3: Download complete [2020-12-15T00:34:23.507Z] ca9280d653b3: Pull complete [2020-12-15T00:34:23.507Z] 7e9c9ca2126c: Verifying Checksum [2020-12-15T00:34:23.507Z] 7e9c9ca2126c: Download complete [2020-12-15T00:34:25.749Z] using credential edgex-jenkins-ssh [2020-12-15T00:34:25.812Z] Cloning the remote Git repository [2020-12-15T00:34:25.892Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:34:26.008Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-15T00:34:26.082Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:34:26.083Z] > git --version # timeout=10 [2020-12-15T00:34:26.108Z] > git --version # 'git version 2.17.1' [2020-12-15T00:34:26.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:34:26.208Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:34:28.836Z] 7e9c9ca2126c: Pull complete [2020-12-15T00:34:28.836Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T00:34:28.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:34:28.836Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T00:34:28.980Z] prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container [2020-12-15T00:34:29.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T00:34:31.750Z] $ docker top 453116dd2ce1ed926d370c2e7b1c7eb5cdf90a4cf71622bff7b62894a2705ba3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:34:32.468Z] + docker-compose build --help [2020-12-15T00:34:32.468Z] + grep parallel [2020-12-15T00:34:33.470Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T00:34:33.487Z] $ docker stop --time=1 453116dd2ce1ed926d370c2e7b1c7eb5cdf90a4cf71622bff7b62894a2705ba3 [2020-12-15T00:34:34.943Z] $ docker rm -f 453116dd2ce1ed926d370c2e7b1c7eb5cdf90a4cf71622bff7b62894a2705ba3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:34:35.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:34:35.645Z] . [Pipeline] withDockerContainer [2020-12-15T00:34:35.770Z] prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container [2020-12-15T00:34:35.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T00:34:36.559Z] $ docker top 23d8e32e3cc283d6e892864d81111b8e8e82ef6d3bc7db61508f79310f08d15c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:34:37.067Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T00:34:38.019Z] Building docker-core-command-go ... [2020-12-15T00:34:38.019Z] Building docker-core-data-go ... [2020-12-15T00:34:38.019Z] Building docker-core-metadata-go ... [2020-12-15T00:34:38.019Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T00:34:38.019Z] Building docker-security-proxy-setup-go ... [2020-12-15T00:34:38.019Z] Building docker-security-secrets-setup-go ... [2020-12-15T00:34:38.019Z] Building docker-security-secretstore-setup-go ... [2020-12-15T00:34:38.019Z] Building docker-support-notifications-go ... [2020-12-15T00:34:38.019Z] Building docker-support-scheduler-go ... [2020-12-15T00:34:38.019Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T00:34:38.019Z] Building docker-core-data-go [2020-12-15T00:34:38.019Z] Building docker-security-secrets-setup-go [2020-12-15T00:34:38.019Z] Building docker-support-scheduler-go [2020-12-15T00:34:38.019Z] Building docker-support-notifications-go [2020-12-15T00:34:38.019Z] Building docker-security-proxy-setup-go [2020-12-15T00:34:47.325Z] Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 [2020-12-15T00:34:46.516Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:34:46.533Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:34:46.562Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:34:46.675Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:34:46.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:34:46.700Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T00:34:47.352Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:34:47.388Z] > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [2020-12-15T00:34:47.710Z] > git remote # timeout=10 [2020-12-15T00:34:47.730Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T00:34:47.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:34:47.755Z] > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 [2020-12-15T00:34:48.124Z] Merge succeeded, producing c3c85ab652bdd22dec6b30722aaf9264926335be [2020-12-15T00:34:48.124Z] Checking out Revision c3c85ab652bdd22dec6b30722aaf9264926335be (PR-2944) [2020-12-15T00:34:48.109Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T00:34:48.135Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:34:48.148Z] > git checkout -f c3c85ab652bdd22dec6b30722aaf9264926335be # timeout=10 [2020-12-15T00:34:52.473Z] Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" [2020-12-15T00:34:52.484Z] > git rev-list --no-walk 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T00:34:54.193Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T00:34:54.615Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T00:34:54.966Z] + true [2020-12-15T00:34:54.966Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T00:34:57.689Z] provisioning config files... [2020-12-15T00:34:57.735Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4287590010447626074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:34:58.152Z] ---> docker-login.sh [2020-12-15T00:34:58.152Z] nexus3.edgexfoundry.org:10001 [2020-12-15T00:34:59.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:34:59.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:34:59.414Z] Configure a credential helper to remove this warning. See [2020-12-15T00:34:59.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:34:59.414Z] [2020-12-15T00:34:59.414Z] Login Succeeded [2020-12-15T00:34:59.414Z] nexus3.edgexfoundry.org:10002 [2020-12-15T00:34:59.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:34:59.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:34:59.960Z] Configure a credential helper to remove this warning. See [2020-12-15T00:34:59.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:34:59.960Z] [2020-12-15T00:34:59.960Z] Login Succeeded [2020-12-15T00:34:59.960Z] nexus3.edgexfoundry.org:10003 [2020-12-15T00:35:00.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:35:00.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:35:00.232Z] Configure a credential helper to remove this warning. See [2020-12-15T00:35:00.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:35:00.232Z] [2020-12-15T00:35:00.232Z] Login Succeeded [2020-12-15T00:35:00.232Z] nexus3.edgexfoundry.org:10004 [2020-12-15T00:35:00.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:35:00.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:35:00.829Z] Configure a credential helper to remove this warning. See [2020-12-15T00:35:00.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:35:00.829Z] [2020-12-15T00:35:00.829Z] Login Succeeded [2020-12-15T00:35:00.829Z] docker.io [2020-12-15T00:35:01.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:35:01.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:35:01.706Z] Configure a credential helper to remove this warning. See [2020-12-15T00:35:01.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:35:01.706Z] [2020-12-15T00:35:01.706Z] Login Succeeded [2020-12-15T00:35:01.706Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T00:35:01.724Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T00:35:02.194Z] ========================================================= [2020-12-15T00:35:02.194Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T00:35:02.194Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:35:02.581Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-15T00:35:05.228Z] Sending build context to Docker daemon 165.7MB [2020-12-15T00:35:05.228Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T00:35:05.228Z] Step 2/7 : FROM ${BASE} [2020-12-15T00:35:05.228Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T00:35:05.228Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T00:35:05.228Z] a4357932f1b6: Pulling fs layer [2020-12-15T00:35:05.228Z] 18c013af1878: Pulling fs layer [2020-12-15T00:35:05.228Z] 00ac8860ef70: Pulling fs layer [2020-12-15T00:35:05.228Z] 63d7cb157983: Pulling fs layer [2020-12-15T00:35:05.228Z] b116817d02f9: Pulling fs layer [2020-12-15T00:35:05.228Z] 745a02a5169b: Pulling fs layer [2020-12-15T00:35:05.228Z] b116817d02f9: Waiting [2020-12-15T00:35:05.228Z] 00ac8860ef70: Waiting [2020-12-15T00:35:05.228Z] 745a02a5169b: Waiting [2020-12-15T00:35:05.228Z] 18c013af1878: Verifying Checksum [2020-12-15T00:35:05.228Z] 18c013af1878: Download complete [2020-12-15T00:35:05.228Z] a4357932f1b6: Download complete [2020-12-15T00:35:05.228Z] 63d7cb157983: Download complete [2020-12-15T00:35:05.501Z] b116817d02f9: Verifying Checksum [2020-12-15T00:35:05.501Z] b116817d02f9: Download complete [2020-12-15T00:35:05.501Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T00:35:05.501Z] 5f621e34cdf4: Download complete [2020-12-15T00:35:06.099Z] 5f621e34cdf4: Pull complete [2020-12-15T00:35:06.703Z] a4357932f1b6: Pull complete [2020-12-15T00:35:06.977Z] 18c013af1878: Pull complete [2020-12-15T00:35:07.574Z] 745a02a5169b: Verifying Checksum [2020-12-15T00:35:07.574Z] 745a02a5169b: Download complete [2020-12-15T00:35:09.559Z] 00ac8860ef70: Verifying Checksum [2020-12-15T00:35:09.559Z] 00ac8860ef70: Download complete [2020-12-15T00:35:17.151Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:35:17.151Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:35:17.151Z] ---> 47043bab2144 [2020-12-15T00:35:17.151Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:35:17.151Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:35:17.151Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:35:17.151Z] ---> 47043bab2144 [2020-12-15T00:35:17.151Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T00:35:17.151Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:35:17.151Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:35:17.151Z] ---> 47043bab2144 [2020-12-15T00:35:17.151Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:35:17.151Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:35:17.151Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T00:35:17.151Z] ---> 47043bab2144 [2020-12-15T00:35:17.151Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T00:35:17.151Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:35:17.151Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:35:17.151Z] ---> 47043bab2144 [2020-12-15T00:35:17.151Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:35:17.151Z] ---> Running in 379b34f09ffa [2020-12-15T00:35:17.151Z] ---> Running in 3ffc38b5b6e8 [2020-12-15T00:35:17.151Z] ---> Running in 4ba2884cdd19 [2020-12-15T00:35:17.151Z] ---> Running in 7eecff9cfebd [2020-12-15T00:35:17.151Z] ---> Running in ced8da5f324f [2020-12-15T00:35:17.151Z] Removing intermediate container 7eecff9cfebd [2020-12-15T00:35:17.151Z] ---> ba7432a33045 [2020-12-15T00:35:17.151Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:35:17.151Z] Removing intermediate container 3ffc38b5b6e8 [2020-12-15T00:35:17.151Z] ---> 27ae51f658b2 [2020-12-15T00:35:17.151Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:35:17.151Z] Removing intermediate container 379b34f09ffa [2020-12-15T00:35:17.151Z] ---> d6844b0aa0d2 [2020-12-15T00:35:17.151Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:35:17.151Z] Removing intermediate container 4ba2884cdd19 [2020-12-15T00:35:17.151Z] ---> b548e7a243e9 [2020-12-15T00:35:17.151Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T00:35:17.151Z] Removing intermediate container ced8da5f324f [2020-12-15T00:35:17.151Z] ---> 2f8d877f3e69 [2020-12-15T00:35:17.151Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:35:17.151Z] ---> Running in be8615010c2d [2020-12-15T00:35:17.151Z] ---> Running in 5dd52d2bbdc5 [2020-12-15T00:35:17.151Z] ---> Running in c0808874f088 [2020-12-15T00:35:17.151Z] ---> Running in 5d1c75003dfa [2020-12-15T00:35:17.151Z] ---> Running in f08489bcc3e4 [2020-12-15T00:35:17.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:18.002Z] Removing intermediate container 5dd52d2bbdc5 [2020-12-15T00:35:18.002Z] ---> 1c8914cdebde [2020-12-15T00:35:18.002Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:35:18.002Z] Removing intermediate container be8615010c2d [2020-12-15T00:35:18.002Z] ---> cd59c9dc7746 [2020-12-15T00:35:18.002Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:35:18.002Z] Removing intermediate container c0808874f088 [2020-12-15T00:35:18.002Z] ---> 3e590a6d7c99 [2020-12-15T00:35:18.002Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T00:35:18.002Z] ---> Running in 75074ab3b74b [2020-12-15T00:35:18.266Z] ---> Running in 4207a9d7d135 [2020-12-15T00:35:18.266Z] ---> Running in 270cda9218d6 [2020-12-15T00:35:18.537Z] Removing intermediate container f08489bcc3e4 [2020-12-15T00:35:18.537Z] ---> c58d2558a363 [2020-12-15T00:35:18.537Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T00:35:18.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:18.537Z] ---> Running in 4c16a9b2a467 [2020-12-15T00:35:19.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:19.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:19.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:19.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:19.733Z] 00ac8860ef70: Pull complete [2020-12-15T00:35:19.733Z] 63d7cb157983: Pull complete [2020-12-15T00:35:19.733Z] b116817d02f9: Pull complete [2020-12-15T00:35:19.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:19.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:19.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:19.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:35:20.236Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:35:20.236Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:35:20.236Z] OK: 12750 distinct packages available [2020-12-15T00:35:20.513Z] OK: 233 MiB in 51 packages [2020-12-15T00:35:20.513Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:35:20.513Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:35:20.513Z] OK: 12750 distinct packages available [2020-12-15T00:35:20.824Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:35:20.824Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:35:20.824Z] OK: 12750 distinct packages available [2020-12-15T00:35:20.824Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:35:20.824Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:35:20.824Z] OK: 12750 distinct packages available [2020-12-15T00:35:21.113Z] OK: 233 MiB in 51 packages [2020-12-15T00:35:21.113Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:35:21.113Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:35:21.113Z] OK: 12750 distinct packages available [2020-12-15T00:35:21.113Z] OK: 233 MiB in 51 packages [2020-12-15T00:35:21.382Z] OK: 233 MiB in 51 packages [2020-12-15T00:35:21.382Z] OK: 233 MiB in 51 packages [2020-12-15T00:35:21.650Z] Removing intermediate container 5d1c75003dfa [2020-12-15T00:35:21.650Z] ---> a4729b2538c5 [2020-12-15T00:35:21.650Z] Step 5/29 : COPY go.mod . [2020-12-15T00:35:21.915Z] Removing intermediate container 4207a9d7d135 [2020-12-15T00:35:21.915Z] ---> bf02a8d5960f [2020-12-15T00:35:21.915Z] Step 6/21 : COPY go.mod . [2020-12-15T00:35:22.180Z] ---> 0e938701eeda [2020-12-15T00:35:22.180Z] Step 6/29 : RUN go mod download [2020-12-15T00:35:22.180Z] Removing intermediate container 270cda9218d6 [2020-12-15T00:35:22.180Z] ---> 9f9508694219 [2020-12-15T00:35:22.180Z] Step 6/23 : COPY go.mod . [2020-12-15T00:35:22.180Z] ---> efa1dbedc837 [2020-12-15T00:35:22.180Z] Step 7/21 : RUN go mod download [2020-12-15T00:35:22.443Z] ---> Running in 1a7ac3738c2e [2020-12-15T00:35:22.443Z] ---> Running in 613823a0840a [2020-12-15T00:35:22.705Z] Removing intermediate container 75074ab3b74b [2020-12-15T00:35:22.705Z] ---> 37a26aee553c [2020-12-15T00:35:22.705Z] Step 6/21 : COPY go.mod . [2020-12-15T00:35:22.705Z] ---> d9c2f1943410 [2020-12-15T00:35:22.705Z] Step 7/23 : RUN go mod download [2020-12-15T00:35:22.705Z] Removing intermediate container 4c16a9b2a467 [2020-12-15T00:35:22.705Z] ---> ebc020634120 [2020-12-15T00:35:22.705Z] Step 6/24 : COPY go.mod . [2020-12-15T00:35:22.975Z] ---> Running in 03fb97f7485e [2020-12-15T00:35:22.975Z] ---> c4818d02544b [2020-12-15T00:35:22.975Z] Step 7/21 : RUN go mod download [2020-12-15T00:35:23.139Z] 745a02a5169b: Pull complete [2020-12-15T00:35:23.139Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T00:35:23.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T00:35:23.139Z] ---> b7e6874047d6 [2020-12-15T00:35:23.139Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-15T00:35:23.247Z] ---> ad15ae2bfb22 [2020-12-15T00:35:23.247Z] Step 7/24 : RUN go mod download [2020-12-15T00:35:23.247Z] ---> Running in 1145cc2b41c4 [2020-12-15T00:35:23.247Z] ---> Running in 5881d915b1a0 [2020-12-15T00:35:25.199Z] Removing intermediate container 613823a0840a [2020-12-15T00:35:25.199Z] ---> d15ca196395e [2020-12-15T00:35:25.199Z] Step 8/21 : COPY . . [2020-12-15T00:35:25.199Z] Removing intermediate container 03fb97f7485e [2020-12-15T00:35:25.199Z] ---> 19f73bb1e3ca [2020-12-15T00:35:25.199Z] Step 8/23 : COPY . . [2020-12-15T00:35:25.199Z] Removing intermediate container 1a7ac3738c2e [2020-12-15T00:35:25.199Z] ---> 60e48f7a5852 [2020-12-15T00:35:25.199Z] Step 7/29 : COPY . . [2020-12-15T00:35:27.455Z] ---> Running in 16433e4c3491 [2020-12-15T00:35:28.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:35:28.552Z] Removing intermediate container 5881d915b1a0 [2020-12-15T00:35:28.552Z] ---> 5eaf872a1cb6 [2020-12-15T00:35:28.552Z] Step 8/24 : COPY . . [2020-12-15T00:35:29.145Z] Removing intermediate container 1145cc2b41c4 [2020-12-15T00:35:29.145Z] ---> ff96e0e9ec43 [2020-12-15T00:35:29.145Z] Step 8/21 : COPY . . [2020-12-15T00:35:29.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:35:30.884Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T00:35:31.492Z] (2/12) Installing file (5.38-r0) [2020-12-15T00:35:31.492Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T00:35:31.492Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T00:35:49.784Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T00:35:49.784Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T00:35:49.784Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T00:35:49.784Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T00:35:49.784Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T00:35:49.784Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T00:35:49.784Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T00:35:49.784Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T00:35:49.784Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:35:49.784Z] OK: 217 MiB in 51 packages [2020-12-15T00:35:54.119Z] Removing intermediate container 16433e4c3491 [2020-12-15T00:35:54.119Z] ---> a8293ddf4eaa [2020-12-15T00:35:54.119Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T00:35:54.119Z] ---> Running in d850d934e13d [2020-12-15T00:35:54.394Z] Removing intermediate container d850d934e13d [2020-12-15T00:35:54.394Z] ---> 5e4dd8990c53 [2020-12-15T00:35:54.394Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T00:35:54.998Z] latest: Pulling from library/docker [2020-12-15T00:35:54.998Z] a3cc7d3b244e: Pulling fs layer [2020-12-15T00:35:54.998Z] 02a3295e0d61: Pulling fs layer [2020-12-15T00:35:54.998Z] 0f4f2e6d8100: Pulling fs layer [2020-12-15T00:35:54.998Z] 330b718f631f: Pulling fs layer [2020-12-15T00:35:54.998Z] a93816041522: Pulling fs layer [2020-12-15T00:35:54.998Z] bdb6da89ff94: Pulling fs layer [2020-12-15T00:35:54.998Z] 2a70c0c122f4: Pulling fs layer [2020-12-15T00:35:54.998Z] a93816041522: Waiting [2020-12-15T00:35:54.998Z] bdb6da89ff94: Waiting [2020-12-15T00:35:54.998Z] 2a70c0c122f4: Waiting [2020-12-15T00:35:54.998Z] 330b718f631f: Waiting [2020-12-15T00:35:55.283Z] 0f4f2e6d8100: Verifying Checksum [2020-12-15T00:35:55.283Z] 0f4f2e6d8100: Download complete [2020-12-15T00:35:55.283Z] 02a3295e0d61: Verifying Checksum [2020-12-15T00:35:55.283Z] 02a3295e0d61: Download complete [2020-12-15T00:35:55.283Z] a3cc7d3b244e: Verifying Checksum [2020-12-15T00:35:55.283Z] a93816041522: Verifying Checksum [2020-12-15T00:35:55.283Z] a93816041522: Download complete [2020-12-15T00:35:55.283Z] bdb6da89ff94: Verifying Checksum [2020-12-15T00:35:55.283Z] bdb6da89ff94: Download complete [2020-12-15T00:35:55.558Z] 2a70c0c122f4: Verifying Checksum [2020-12-15T00:35:55.558Z] 2a70c0c122f4: Download complete [2020-12-15T00:35:56.157Z] a3cc7d3b244e: Pull complete [2020-12-15T00:35:56.755Z] 02a3295e0d61: Pull complete [2020-12-15T00:35:57.028Z] 330b718f631f: Verifying Checksum [2020-12-15T00:35:57.028Z] 330b718f631f: Download complete [2020-12-15T00:35:57.028Z] 0f4f2e6d8100: Pull complete [2020-12-15T00:36:00.415Z] 330b718f631f: Pull complete [2020-12-15T00:36:00.692Z] a93816041522: Pull complete [2020-12-15T00:36:00.969Z] bdb6da89ff94: Pull complete [2020-12-15T00:36:01.564Z] 2a70c0c122f4: Pull complete [2020-12-15T00:36:01.564Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T00:36:01.564Z] Status: Downloaded newer image for docker:latest [2020-12-15T00:36:04.981Z] ---> ae309fbe7a12 [2020-12-15T00:36:04.981Z] Step 6/7 : COPY go.mod . [2020-12-15T00:36:05.580Z] ---> a768d1aeab80 [2020-12-15T00:36:05.580Z] Step 7/7 : RUN go mod download [2020-12-15T00:36:05.854Z] ---> Running in 32cbcaa0f2c5 [2020-12-15T00:36:08.157Z] ---> 4a2d438c846a [2020-12-15T00:36:08.157Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T00:36:08.157Z] ---> 455ecc7efad9 [2020-12-15T00:36:08.157Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T00:36:08.157Z] ---> 4744cab9b039 [2020-12-15T00:36:08.157Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T00:36:08.157Z] ---> Running in 03fa87697920 [2020-12-15T00:36:08.157Z] ---> abb7ba8a9cdb [2020-12-15T00:36:08.157Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T00:36:08.157Z] ---> Running in 75db9577b262 [2020-12-15T00:36:08.157Z] ---> c265bd469f27 [2020-12-15T00:36:08.157Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T00:36:08.157Z] ---> Running in 583a426de5b1 [2020-12-15T00:36:08.157Z] ---> Running in c004ea2b4436 [2020-12-15T00:36:08.157Z] ---> Running in 4c81579d134f [2020-12-15T00:36:08.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:36:08.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T00:36:08.157Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T00:36:08.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T00:36:08.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:36:32.677Z] Removing intermediate container 32cbcaa0f2c5 [2020-12-15T00:36:32.677Z] ---> 52b81dd3fdb8 [2020-12-15T00:36:32.677Z] Successfully built 52b81dd3fdb8 [2020-12-15T00:36:32.677Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:36:33.028Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T00:36:33.028Z] . [Pipeline] withDockerContainer [2020-12-15T00:36:33.270Z] prd-ubuntu18.04-docker-arm64-4c-16g-15986 does not seem to be running inside a container [2020-12-15T00:36:33.397Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T00:36:34.852Z] $ docker top 6956ca8b176be6a92a47ed47de701d2546d185e4f1854c8d70b820bad89b9e7f -eo pid,comm [2020-12-15T00:36:34.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] { [Pipeline] sh [2020-12-15T00:36:35.843Z] + go version [2020-12-15T00:36:35.843Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T00:36:35.872Z] $ docker stop --time=1 6956ca8b176be6a92a47ed47de701d2546d185e4f1854c8d70b820bad89b9e7f [2020-12-15T00:36:37.794Z] $ docker rm -f 6956ca8b176be6a92a47ed47de701d2546d185e4f1854c8d70b820bad89b9e7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:36:38.872Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T00:36:38.872Z] . [Pipeline] withDockerContainer [2020-12-15T00:36:39.107Z] prd-ubuntu18.04-docker-arm64-4c-16g-15986 does not seem to be running inside a container [2020-12-15T00:36:39.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T00:36:40.479Z] $ docker top 2906e2dcc94df47e7f0a2a9da61a497d014b44617124b11beed65c2ff7647f9b -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T00:36:40.817Z] ========================================================= [2020-12-15T00:36:40.817Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T00:36:40.817Z] ========================================================= [Pipeline] sh [2020-12-15T00:36:41.529Z] + make test [2020-12-15T00:36:41.529Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T00:36:41.585Z] Removing intermediate container 583a426de5b1 [2020-12-15T00:36:41.586Z] ---> 5592f6b233a2 [2020-12-15T00:36:41.586Z] [2020-12-15T00:36:41.586Z] Step 9/29 : FROM alpine:latest [2020-12-15T00:36:41.586Z] latest: Pulling from library/alpine [2020-12-15T00:36:41.586Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T00:36:41.586Z] Status: Downloaded newer image for alpine:latest [2020-12-15T00:36:41.586Z] ---> b14afc6dfb98 [2020-12-15T00:36:41.586Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-15T00:36:41.586Z] ---> Running in 9e143a78d7ff [2020-12-15T00:36:41.586Z] Removing intermediate container 9e143a78d7ff [2020-12-15T00:36:41.586Z] ---> 31f62fb3fccb [2020-12-15T00:36:41.586Z] Step 11/29 : USER root [2020-12-15T00:36:41.860Z] ---> Running in ad74740d984c [2020-12-15T00:36:42.140Z] Removing intermediate container ad74740d984c [2020-12-15T00:36:42.140Z] ---> 8d1e7981062d [2020-12-15T00:36:42.140Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T00:36:42.423Z] ---> Running in 00b2b205fe1d [2020-12-15T00:36:43.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:43.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:43.974Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:36:43.974Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:36:43.974Z] OK: 12747 distinct packages available [2020-12-15T00:36:44.247Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T00:36:44.247Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T00:36:44.247Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:36:44.247Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:36:44.512Z] OK: 6 MiB in 16 packages [2020-12-15T00:36:45.930Z] Removing intermediate container 4c81579d134f [2020-12-15T00:36:45.930Z] ---> c0ada5e3ca03 [2020-12-15T00:36:45.930Z] [2020-12-15T00:36:45.930Z] Step 10/21 : FROM alpine [2020-12-15T00:36:45.930Z] ---> b14afc6dfb98 [2020-12-15T00:36:45.930Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T00:36:46.206Z] ---> Running in ed85d68eb5dd [2020-12-15T00:36:47.221Z] Removing intermediate container 00b2b205fe1d [2020-12-15T00:36:47.222Z] ---> baf7f6c16565 [2020-12-15T00:36:47.222Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T00:36:50.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:50.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:50.561Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:36:50.561Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:36:50.561Z] OK: 12747 distinct packages available [2020-12-15T00:36:50.844Z] ---> Running in 2d092f8ccdb2 [2020-12-15T00:36:50.844Z] Removing intermediate container c004ea2b4436 [2020-12-15T00:36:50.844Z] ---> 342958f5435c [2020-12-15T00:36:50.844Z] [2020-12-15T00:36:50.844Z] Step 10/24 : FROM scratch [2020-12-15T00:36:50.844Z] ---> [2020-12-15T00:36:50.844Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T00:36:50.844Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T00:36:51.107Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:36:51.107Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T00:36:51.107Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T00:36:51.107Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:36:51.107Z] Removing intermediate container 03fa87697920 [2020-12-15T00:36:51.107Z] ---> 38f6ae6e69b0 [2020-12-15T00:36:51.107Z] [2020-12-15T00:36:51.107Z] Step 10/21 : FROM scratch [2020-12-15T00:36:51.107Z] ---> [2020-12-15T00:36:51.107Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:36:51.107Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:36:51.107Z] OK: 7 MiB in 18 packages [2020-12-15T00:36:51.684Z] Removing intermediate container 2d092f8ccdb2 [2020-12-15T00:36:51.684Z] ---> 9191985ca3c0 [2020-12-15T00:36:51.684Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T00:36:51.684Z] ---> Running in c28e5737c504 [2020-12-15T00:36:51.684Z] ---> Running in 48998d51452d [2020-12-15T00:36:51.684Z] ---> Running in 80d580643fb4 [2020-12-15T00:36:51.951Z] Removing intermediate container c28e5737c504 [2020-12-15T00:36:51.951Z] ---> f6bd9f0bfc34 [2020-12-15T00:36:51.951Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T00:36:51.951Z] Removing intermediate container 48998d51452d [2020-12-15T00:36:51.951Z] ---> 8fe644d8ddbe [2020-12-15T00:36:51.951Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T00:36:52.215Z] ---> Running in 23106a6d0e58 [2020-12-15T00:36:52.794Z] ---> Running in 0c4ad00fce92 [2020-12-15T00:36:52.794Z] Removing intermediate container 80d580643fb4 [2020-12-15T00:36:52.794Z] ---> 4afd341096d8 [2020-12-15T00:36:52.794Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T00:36:54.728Z] Removing intermediate container ed85d68eb5dd [2020-12-15T00:36:54.728Z] ---> 6c6a972bfd48 [2020-12-15T00:36:54.728Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:36:54.728Z] Removing intermediate container 23106a6d0e58 [2020-12-15T00:36:54.728Z] ---> 7a78dea1a187 [2020-12-15T00:36:54.728Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T00:36:54.728Z] ---> Running in a24f7186f967 [2020-12-15T00:36:54.728Z] Removing intermediate container 0c4ad00fce92 [2020-12-15T00:36:54.728Z] ---> 52d3b63e96f4 [2020-12-15T00:36:54.728Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T00:36:54.728Z] ---> Running in a43ec35dc7cf [2020-12-15T00:36:54.729Z] Removing intermediate container 75db9577b262 [2020-12-15T00:36:54.729Z] ---> 7704a2c6d126 [2020-12-15T00:36:54.729Z] [2020-12-15T00:36:54.729Z] Step 10/23 : FROM alpine [2020-12-15T00:36:54.729Z] ---> b14afc6dfb98 [2020-12-15T00:36:54.729Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:36:54.729Z] ---> Running in 35898dcf8942 [2020-12-15T00:36:54.991Z] ---> Running in 11a158d5ee8d [2020-12-15T00:36:55.576Z] ---> Running in c0dbc20739cd [2020-12-15T00:36:55.576Z] Removing intermediate container a43ec35dc7cf [2020-12-15T00:36:55.576Z] ---> 2c0dcef88ad8 [2020-12-15T00:36:55.576Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T00:36:55.576Z] Removing intermediate container 11a158d5ee8d [2020-12-15T00:36:55.576Z] ---> 420a05889934 [2020-12-15T00:36:55.576Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T00:36:55.855Z] Removing intermediate container 35898dcf8942 [2020-12-15T00:36:55.855Z] ---> bf865111f3de [2020-12-15T00:36:55.855Z] Step 13/21 : WORKDIR /edgex [2020-12-15T00:36:55.855Z] ---> Running in 7a3f8e4678de [2020-12-15T00:36:55.855Z] Removing intermediate container c0dbc20739cd [2020-12-15T00:36:55.855Z] ---> e50bb20b0c79 [2020-12-15T00:36:55.855Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T00:36:56.119Z] ---> Running in 9b9d16689b2f [2020-12-15T00:36:56.119Z] ---> c24f34546689 [2020-12-15T00:36:56.119Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T00:36:56.119Z] ---> dc5913c55163 [2020-12-15T00:36:56.119Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T00:36:56.119Z] Removing intermediate container 7a3f8e4678de [2020-12-15T00:36:56.119Z] ---> 20ab9ca2beab [2020-12-15T00:36:56.119Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T00:36:56.386Z] Removing intermediate container 9b9d16689b2f [2020-12-15T00:36:56.386Z] ---> b7e00c2ad24e [2020-12-15T00:36:56.386Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T00:36:56.655Z] ---> Running in 1d06b2d6159a [2020-12-15T00:36:57.256Z] ---> f26aa685f467 [2020-12-15T00:36:57.256Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T00:36:57.256Z] ---> 52988ee8428d [2020-12-15T00:36:57.256Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T00:36:57.256Z] ---> b8f55152a833 [2020-12-15T00:36:57.256Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T00:36:57.256Z] Removing intermediate container a24f7186f967 [2020-12-15T00:36:57.256Z] ---> 214a8c4eb53c [2020-12-15T00:36:57.256Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T00:36:57.256Z] Removing intermediate container 1d06b2d6159a [2020-12-15T00:36:57.256Z] ---> e8dda0d12ccb [2020-12-15T00:36:57.256Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:36:57.537Z] ---> Running in 4c99b6a2878c [2020-12-15T00:36:57.801Z] ---> ccad3ea72465 [2020-12-15T00:36:57.801Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T00:36:58.379Z] ---> Running in 6f2f233b2276 [2020-12-15T00:36:58.379Z] ---> 841aa38323f2 [2020-12-15T00:36:58.379Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T00:36:58.379Z] ---> bdc042417087 [2020-12-15T00:36:58.379Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T00:36:58.379Z] ---> bb476097779b [2020-12-15T00:36:58.379Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T00:36:58.642Z] Removing intermediate container 6f2f233b2276 [2020-12-15T00:36:58.642Z] ---> ee620e52b8b2 [2020-12-15T00:36:58.642Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:36:59.228Z] ---> Running in 2ae6ec6df823 [2020-12-15T00:36:59.228Z] ---> 9be10cc6bfcf [2020-12-15T00:36:59.228Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T00:36:59.228Z] ---> 15162963f498 [2020-12-15T00:36:59.228Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T00:36:59.228Z] ---> fd5608e3660e [2020-12-15T00:36:59.228Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T00:36:59.495Z] Removing intermediate container 2ae6ec6df823 [2020-12-15T00:36:59.495Z] ---> 45f2e699e005 [2020-12-15T00:36:59.495Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T00:36:59.495Z] ---> Running in 54d27a4a6992 [2020-12-15T00:36:59.760Z] ---> Running in cfa5762a728e [2020-12-15T00:36:59.760Z] Removing intermediate container 4c99b6a2878c [2020-12-15T00:36:59.760Z] ---> 76b987b6b9a3 [2020-12-15T00:36:59.760Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T00:36:59.760Z] ---> 0a282015b70e [2020-12-15T00:36:59.760Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T00:37:00.023Z] ---> Running in 7bf7592d60c7 [2020-12-15T00:37:00.023Z] Removing intermediate container 54d27a4a6992 [2020-12-15T00:37:00.023Z] ---> 58a3e68e397a [2020-12-15T00:37:00.023Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T00:37:00.023Z] ---> c75db05659e8 [2020-12-15T00:37:00.023Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T00:37:00.023Z] Removing intermediate container cfa5762a728e [2020-12-15T00:37:00.023Z] ---> 6920f3b2bbea [2020-12-15T00:37:00.023Z] Step 20/21 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:37:00.979Z] ---> Running in 311b6549dc19 [2020-12-15T00:37:00.979Z] ---> Running in e62d3d821772 [2020-12-15T00:37:00.979Z] ---> 3c2d0bfdaf91 [2020-12-15T00:37:00.979Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T00:37:00.979Z] ---> dfcf101b63a1 [2020-12-15T00:37:00.979Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T00:37:01.248Z] ---> Running in 56bf73533b78 [2020-12-15T00:37:01.248Z] Removing intermediate container 311b6549dc19 [2020-12-15T00:37:01.248Z] ---> 17f77fb5d48c [2020-12-15T00:37:01.248Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T00:37:01.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:01.248Z] Removing intermediate container e62d3d821772 [2020-12-15T00:37:01.248Z] ---> b181d8e9e560 [2020-12-15T00:37:01.248Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:37:01.248Z] ---> 9dab5200726a [2020-12-15T00:37:01.248Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T00:37:01.517Z] ---> Running in 3fcc9d8674b7 [2020-12-15T00:37:01.517Z] ---> Running in ca368f603954 [2020-12-15T00:37:01.517Z] ---> Running in 81fee1e49751 [2020-12-15T00:37:01.517Z] Removing intermediate container 56bf73533b78 [2020-12-15T00:37:01.517Z] ---> 9781142450fc [2020-12-15T00:37:01.517Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:37:01.779Z] ---> Running in 89d239d15cbe [2020-12-15T00:37:01.779Z] Removing intermediate container 3fcc9d8674b7 [2020-12-15T00:37:01.779Z] ---> 67babc3a31ac [2020-12-15T00:37:01.779Z] Step 20/21 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:37:01.779Z] Removing intermediate container ca368f603954 [2020-12-15T00:37:01.779Z] ---> de5c8eb81fc6 [2020-12-15T00:37:01.779Z] [2020-12-15T00:37:02.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:02.620Z] Successfully built de5c8eb81fc6 [2020-12-15T00:37:02.620Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T00:37:02.620Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2020-12-15T00:37:02.620Z] ---> Running in 89f9fb306751 [2020-12-15T00:37:02.620Z] Removing intermediate container 89d239d15cbe [2020-12-15T00:37:02.620Z] ---> a82b8bd6d16f [2020-12-15T00:37:02.620Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T00:37:02.905Z] ---> Running in 31854eb5072f [2020-12-15T00:37:02.905Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T00:37:02.905Z] Removing intermediate container 89f9fb306751 [2020-12-15T00:37:02.905Z] ---> 2e7754e4ff01 [2020-12-15T00:37:02.905Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:37:03.178Z] ---> Running in 0415bcab712b [2020-12-15T00:37:03.178Z] Removing intermediate container 31854eb5072f [2020-12-15T00:37:03.178Z] ---> 485fa28737f7 [2020-12-15T00:37:03.178Z] Step 23/24 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:37:03.178Z] ---> Running in ad0e8bbd489b [2020-12-15T00:37:03.178Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T00:37:03.449Z] Removing intermediate container 0415bcab712b [2020-12-15T00:37:03.449Z] ---> 439eb77da5d3 [2020-12-15T00:37:03.449Z] [2020-12-15T00:37:03.449Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T00:37:03.714Z] Removing intermediate container ad0e8bbd489b [2020-12-15T00:37:03.714Z] ---> 1573726fe30d [2020-12-15T00:37:03.714Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:37:03.714Z] Successfully built 439eb77da5d3 [2020-12-15T00:37:03.714Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T00:37:03.714Z] Building docker-core-command-go [2020-12-15T00:37:04.022Z]  Building docker-security-proxy-setup-go ... done  ---> Running in ec9925b90d86 [2020-12-15T00:37:04.022Z] Removing intermediate container 81fee1e49751 [2020-12-15T00:37:04.022Z] ---> 4306922e8d4b [2020-12-15T00:37:04.022Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:37:04.349Z] Removing intermediate container ec9925b90d86 [2020-12-15T00:37:04.349Z] ---> f2cd9b96b9ce [2020-12-15T00:37:04.349Z] [2020-12-15T00:37:04.349Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T00:37:06.167Z] Successfully built f2cd9b96b9ce [2020-12-15T00:37:06.167Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T00:37:06.167Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:37:07.148Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T00:37:07.148Z] Building docker-sys-mgmt-agent-go [2020-12-15T00:37:07.728Z]  Building docker-support-notifications-go ... done OK: 8 MiB in 19 packages [2020-12-15T00:37:08.438Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T00:37:12.007Z] ---> e6aeb2d3aea6 [2020-12-15T00:37:12.007Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:37:12.273Z] ---> Running in 43771d97b84a [2020-12-15T00:37:12.855Z] Removing intermediate container 7bf7592d60c7 [2020-12-15T00:37:12.855Z] ---> 11403dd41a47 [2020-12-15T00:37:12.855Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T00:37:13.437Z] ---> a0ff92c25df5 [2020-12-15T00:37:13.437Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T00:37:16.076Z] Removing intermediate container 43771d97b84a [2020-12-15T00:37:16.076Z] ---> 43d1fb9699dc [2020-12-15T00:37:16.076Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T00:37:18.073Z] ---> 538ae241854d [2020-12-15T00:37:18.073Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T00:37:18.073Z] ---> Running in aa19e7e29161 [2020-12-15T00:37:21.736Z] ---> adc125da0011 [2020-12-15T00:37:21.736Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T00:37:22.798Z] ---> Running in 1e558ad8cf46 [2020-12-15T00:37:23.431Z] Removing intermediate container aa19e7e29161 [2020-12-15T00:37:23.431Z] ---> 6aba151f5b95 [2020-12-15T00:37:23.431Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:37:23.431Z] Removing intermediate container 1e558ad8cf46 [2020-12-15T00:37:23.431Z] ---> 3a3777ca75fe [2020-12-15T00:37:23.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:37:23.739Z] ---> Running in a5624ea2f4eb [2020-12-15T00:37:24.042Z] ---> Running in a70d35f67a4b [2020-12-15T00:37:24.342Z] Removing intermediate container a5624ea2f4eb [2020-12-15T00:37:24.342Z] ---> d13e8f01fbf0 [2020-12-15T00:37:24.342Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T00:37:24.649Z] Removing intermediate container a70d35f67a4b [2020-12-15T00:37:24.649Z] ---> 6c5026347ad8 [2020-12-15T00:37:24.649Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T00:37:24.942Z] ---> Running in 56c8edc576bb [2020-12-15T00:37:25.216Z] ---> Running in ad363bae3492 [2020-12-15T00:37:26.224Z] Removing intermediate container 56c8edc576bb [2020-12-15T00:37:26.224Z] ---> 724cb7aad9bc [2020-12-15T00:37:26.224Z] Step 27/29 : LABEL arch=x86_64 [2020-12-15T00:37:26.505Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:37:26.505Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:37:26.505Z] ---> 47043bab2144 [2020-12-15T00:37:26.505Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:37:26.505Z] ---> Using cache [2020-12-15T00:37:26.505Z] ---> 2f8d877f3e69 [2020-12-15T00:37:26.505Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:37:26.505Z] ---> Using cache [2020-12-15T00:37:26.505Z] ---> c58d2558a363 [2020-12-15T00:37:26.505Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:37:27.110Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:37:27.110Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:37:27.110Z] ---> 47043bab2144 [2020-12-15T00:37:27.110Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:37:27.110Z] ---> Using cache [2020-12-15T00:37:27.110Z] ---> 2f8d877f3e69 [2020-12-15T00:37:27.110Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:37:27.110Z] ---> Using cache [2020-12-15T00:37:27.110Z] ---> c58d2558a363 [2020-12-15T00:37:27.110Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:37:28.144Z] Removing intermediate container ad363bae3492 [2020-12-15T00:37:28.144Z] ---> eeff99d8395f [2020-12-15T00:37:28.144Z] Step 22/23 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:37:28.144Z] ---> Running in f41eee6bd6cd [2020-12-15T00:37:28.144Z] ---> Running in cdf204f48598 [2020-12-15T00:37:28.144Z] ---> Running in 844da76ac97f [2020-12-15T00:37:28.144Z] ---> Running in 2121bfae6488 [2020-12-15T00:37:28.518Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:37:28.518Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:37:28.518Z] ---> 47043bab2144 [2020-12-15T00:37:28.518Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T00:37:28.518Z] ---> Using cache [2020-12-15T00:37:28.518Z] ---> 2f8d877f3e69 [2020-12-15T00:37:28.518Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:37:28.518Z] ---> Using cache [2020-12-15T00:37:28.518Z] ---> c58d2558a363 [2020-12-15T00:37:28.518Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T00:37:29.223Z] Removing intermediate container f41eee6bd6cd [2020-12-15T00:37:29.223Z] ---> 8bd8a89a5bfd [2020-12-15T00:37:29.223Z] Step 28/29 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:37:29.534Z] ---> Running in 76c9d3de5708 [2020-12-15T00:37:29.534Z] ---> Running in c73f0463c562 [2020-12-15T00:37:29.534Z] Removing intermediate container 2121bfae6488 [2020-12-15T00:37:29.534Z] ---> f3012efa245e [2020-12-15T00:37:29.534Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T00:37:30.057Z] ---> Running in 2802a555f719 [2020-12-15T00:37:30.057Z] Removing intermediate container c73f0463c562 [2020-12-15T00:37:30.057Z] ---> 54711db42b33 [2020-12-15T00:37:30.057Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T00:37:30.057Z] ---> Running in 453977d176cc [2020-12-15T00:37:30.057Z] Removing intermediate container 2802a555f719 [2020-12-15T00:37:30.057Z] ---> 07da8be1f773 [2020-12-15T00:37:30.057Z] [2020-12-15T00:37:30.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:30.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:30.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:30.057Z] Removing intermediate container 453977d176cc [2020-12-15T00:37:30.057Z] ---> a1db237c9efd [2020-12-15T00:37:30.057Z] [2020-12-15T00:37:30.057Z] Successfully built 07da8be1f773 [2020-12-15T00:37:30.343Z] Successfully tagged docker-core-data-go:latest [2020-12-15T00:37:30.343Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2020-12-15T00:37:30.343Z] Successfully built a1db237c9efd [2020-12-15T00:37:30.343Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-15T00:37:30.343Z] Building docker-core-metadata-go [2020-12-15T00:37:30.988Z]  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:31.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:31.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:32.791Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:37:32.791Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:37:32.791Z] OK: 12750 distinct packages available [2020-12-15T00:37:33.090Z] OK: 233 MiB in 51 packages [2020-12-15T00:37:33.395Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:37:33.395Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:37:33.395Z] OK: 12750 distinct packages available [2020-12-15T00:37:33.395Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:37:33.395Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:37:33.395Z] OK: 12750 distinct packages available [2020-12-15T00:37:33.718Z] OK: 233 MiB in 51 packages [2020-12-15T00:37:33.718Z] OK: 233 MiB in 51 packages [2020-12-15T00:37:35.855Z] Removing intermediate container 844da76ac97f [2020-12-15T00:37:35.855Z] ---> 3891583774d6 [2020-12-15T00:37:35.855Z] Step 6/22 : COPY go.mod . [2020-12-15T00:37:36.185Z] Removing intermediate container cdf204f48598 [2020-12-15T00:37:36.185Z] ---> 20bae9051868 [2020-12-15T00:37:36.185Z] Step 6/22 : COPY go.mod . [2020-12-15T00:37:36.185Z] Removing intermediate container 76c9d3de5708 [2020-12-15T00:37:36.185Z] ---> e831013f42fc [2020-12-15T00:37:36.185Z] Step 6/27 : COPY go.mod . [2020-12-15T00:37:36.540Z] ---> e9de4145db46 [2020-12-15T00:37:36.540Z] Step 7/22 : RUN go mod download [2020-12-15T00:37:36.540Z] ---> f3b6eafc2713 [2020-12-15T00:37:36.540Z] Step 7/22 : RUN go mod download [2020-12-15T00:37:36.540Z] ---> fe79790d0f33 [2020-12-15T00:37:36.540Z] Step 7/27 : RUN go mod download [2020-12-15T00:37:36.840Z] ---> Running in 8a49bb0cbc3a [2020-12-15T00:37:36.841Z] ---> Running in f2e34e860356 [2020-12-15T00:37:36.841Z] ---> Running in f4c02788e1aa [2020-12-15T00:37:42.675Z] Removing intermediate container f2e34e860356 [2020-12-15T00:37:42.675Z] ---> 69cfa36edfba [2020-12-15T00:37:42.675Z] Step 8/22 : COPY . . [2020-12-15T00:37:42.675Z] Removing intermediate container f4c02788e1aa [2020-12-15T00:37:42.675Z] ---> 0ae1d1afcef8 [2020-12-15T00:37:42.675Z] Step 8/27 : COPY . . [2020-12-15T00:37:42.675Z] Removing intermediate container 8a49bb0cbc3a [2020-12-15T00:37:42.675Z] ---> a350c4e948e2 [2020-12-15T00:37:42.675Z] Step 8/22 : COPY . . [2020-12-15T00:37:51.897Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:37:51.897Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:37:51.897Z] ---> 47043bab2144 [2020-12-15T00:37:51.897Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:37:51.897Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:37:51.897Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:37:51.897Z] ---> 47043bab2144 [2020-12-15T00:37:51.897Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:37:51.897Z] ---> Using cache [2020-12-15T00:37:51.897Z] ---> 2f8d877f3e69 [2020-12-15T00:37:51.897Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:37:51.897Z] ---> Using cache [2020-12-15T00:37:51.897Z] ---> 2f8d877f3e69 [2020-12-15T00:37:51.897Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:37:51.897Z] ---> Using cache [2020-12-15T00:37:51.897Z] ---> c58d2558a363 [2020-12-15T00:37:51.897Z] ---> Using cache [2020-12-15T00:37:51.897Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:37:51.897Z] ---> c58d2558a363 [2020-12-15T00:37:51.897Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T00:37:51.897Z] ---> Using cache [2020-12-15T00:37:51.897Z] ---> 20bae9051868 [2020-12-15T00:37:51.897Z] Step 6/24 : COPY go.mod . [2020-12-15T00:37:51.897Z] ---> Using cache [2020-12-15T00:37:51.897Z] ---> 20bae9051868 [2020-12-15T00:37:51.898Z] Step 6/22 : COPY go.mod . [2020-12-15T00:37:51.898Z] ---> Using cache [2020-12-15T00:37:51.898Z] ---> Using cache [2020-12-15T00:37:51.898Z] ---> f3b6eafc2713 [2020-12-15T00:37:51.898Z] ---> f3b6eafc2713 [2020-12-15T00:37:51.898Z] Step 7/22 : RUN go mod downloadStep 7/24 : RUN go mod download [2020-12-15T00:37:51.898Z] [2020-12-15T00:37:51.898Z] ---> Using cache [2020-12-15T00:37:51.898Z] ---> 69cfa36edfba [2020-12-15T00:37:51.898Z] Step 8/22 : COPY . . [2020-12-15T00:37:51.898Z] ---> Using cache [2020-12-15T00:37:51.898Z] ---> 69cfa36edfba [2020-12-15T00:37:51.898Z] Step 8/24 : COPY . . [2020-12-15T00:37:55.740Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T00:38:18.599Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T00:38:18.599Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T00:38:18.599Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T00:38:18.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T00:38:18.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T00:38:18.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T00:38:22.282Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.079s [2020-12-15T00:38:22.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T00:38:22.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T00:38:24.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T00:38:24.452Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T00:38:24.452Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T00:38:24.452Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T00:38:31.565Z] ---> 3af9bfc64430 [2020-12-15T00:38:31.565Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T00:38:31.565Z] ---> 7074d918d396 [2020-12-15T00:38:31.565Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T00:38:31.565Z] ---> d729d7d9ec2a [2020-12-15T00:38:31.565Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T00:38:31.565Z] ---> Running in 109dbe5eff41 [2020-12-15T00:38:31.565Z] ---> cb024396b282 [2020-12-15T00:38:31.565Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T00:38:31.565Z] ---> 1273557e6886 [2020-12-15T00:38:31.565Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T00:38:31.565Z] ---> Running in cf17eb2c4666 [2020-12-15T00:38:31.565Z] ---> Running in 17c67e4835f1 [2020-12-15T00:38:31.565Z] ---> Running in 0d5c51fdc4cd [2020-12-15T00:38:31.565Z] ---> Running in 36d9291179e6 [2020-12-15T00:38:31.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T00:38:31.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:38:31.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T00:38:31.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:38:31.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:38:34.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements [2020-12-15T00:38:34.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T00:38:34.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T00:38:34.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T00:38:34.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T00:38:34.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T00:38:43.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.720s coverage: 27.1% of statements [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T00:38:43.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T00:38:43.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T00:38:43.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.545s coverage: 68.9% of statements [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T00:38:43.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.765s coverage: 82.6% of statements [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T00:38:43.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T00:38:54.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.292s coverage: 28.6% of statements [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T00:38:54.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T00:38:54.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T00:38:54.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T00:38:54.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.384s coverage: 97.5% of statements [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T00:38:54.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T00:38:58.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:39:04.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.084s coverage: 93.8% of statements [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T00:39:04.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.096s coverage: 58.8% of statements [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T00:39:04.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.185s coverage: 0.1% of statements [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T00:39:04.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.093s coverage: 100.0% of statements [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T00:39:04.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.107s coverage: 75.5% of statements [2020-12-15T00:39:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T00:39:04.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements [2020-12-15T00:39:04.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2020-12-15T00:39:04.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements [2020-12-15T00:39:05.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.254s coverage: 91.4% of statements [2020-12-15T00:39:05.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T00:39:05.826Z] Removing intermediate container 17c67e4835f1 [2020-12-15T00:39:05.826Z] ---> 66607b362027 [2020-12-15T00:39:05.826Z] [2020-12-15T00:39:05.826Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T00:39:05.826Z] Removing intermediate container 109dbe5eff41 [2020-12-15T00:39:05.826Z] ---> d399ad13b2ac [2020-12-15T00:39:05.826Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T00:39:05.826Z] 3.10: Pulling from library/alpine [2020-12-15T00:39:05.826Z] ---> Running in 33935ed63bcb [2020-12-15T00:39:06.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T00:39:06.906Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T00:39:06.906Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T00:39:06.906Z] ---> be4e4bea2c2e [2020-12-15T00:39:06.907Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:39:09.663Z] ---> Running in 15f2119e0eca [2020-12-15T00:39:09.663Z] Removing intermediate container cf17eb2c4666 [2020-12-15T00:39:09.663Z] ---> 71471bbf1859 [2020-12-15T00:39:09.663Z] [2020-12-15T00:39:09.663Z] Step 10/22 : FROM scratch [2020-12-15T00:39:09.663Z] ---> [2020-12-15T00:39:09.663Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:39:09.663Z] Removing intermediate container 0d5c51fdc4cd [2020-12-15T00:39:09.663Z] ---> da389a6ac823 [2020-12-15T00:39:09.663Z] [2020-12-15T00:39:09.663Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T00:39:09.663Z] ---> be4e4bea2c2e [2020-12-15T00:39:09.663Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:39:09.663Z] ---> Running in 463e3fab2fdd [2020-12-15T00:39:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.831s coverage: 63.5% of statements [2020-12-15T00:39:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T00:39:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T00:39:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements [2020-12-15T00:39:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2020-12-15T00:39:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2020-12-15T00:39:09.946Z] ---> Using cache [2020-12-15T00:39:09.946Z] ---> 8fe644d8ddbe [2020-12-15T00:39:09.946Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T00:39:09.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:10.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.120s coverage: 73.7% of statements [2020-12-15T00:39:10.233Z] ---> Running in 82d0a5bfe873 [2020-12-15T00:39:10.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:10.557Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:39:10.557Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:39:10.557Z] OK: 10348 distinct packages available [2020-12-15T00:39:10.557Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:39:10.891Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:39:10.891Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:39:10.891Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:39:10.891Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:39:10.891Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:39:10.891Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:39:10.891Z] OK: 7 MiB in 19 packages [2020-12-15T00:39:11.235Z] Removing intermediate container 33935ed63bcb [2020-12-15T00:39:11.235Z] ---> 359884a39454 [2020-12-15T00:39:11.235Z] [2020-12-15T00:39:11.235Z] Step 11/27 : FROM docker:latest [2020-12-15T00:39:11.235Z] ---> aefe523efa57 [2020-12-15T00:39:11.235Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T00:39:11.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:11.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2020-12-15T00:39:11.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:11.864Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:39:11.864Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:39:11.864Z] OK: 10348 distinct packages available [2020-12-15T00:39:11.864Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:39:12.429Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:39:12.429Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:39:12.741Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:39:12.741Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:39:12.741Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:39:12.741Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:39:12.741Z] OK: 7 MiB in 19 packages [2020-12-15T00:39:13.424Z] Removing intermediate container 82d0a5bfe873 [2020-12-15T00:39:13.424Z] ---> e3c0ae83cbe3 [2020-12-15T00:39:13.424Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:39:13.424Z] ---> Running in 4ddde6e2aba8 [2020-12-15T00:39:13.424Z] ---> Running in e585e699e773 [2020-12-15T00:39:13.735Z] Removing intermediate container 36d9291179e6 [2020-12-15T00:39:13.735Z] ---> 788a24570c0a [2020-12-15T00:39:13.735Z] [2020-12-15T00:39:13.735Z] Step 10/22 : FROM scratch [2020-12-15T00:39:13.735Z] ---> [2020-12-15T00:39:13.735Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:39:13.735Z] ---> Using cache [2020-12-15T00:39:13.735Z] ---> 8fe644d8ddbe [2020-12-15T00:39:13.735Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T00:39:14.825Z] ---> Running in 7fd353189c3c [2020-12-15T00:39:15.184Z] Removing intermediate container e585e699e773 [2020-12-15T00:39:15.184Z] ---> 86e63c3549a2 [2020-12-15T00:39:15.184Z] Step 14/22 : WORKDIR / [2020-12-15T00:39:15.184Z] Removing intermediate container 463e3fab2fdd [2020-12-15T00:39:15.184Z] ---> 93d2eb009ddd [2020-12-15T00:39:15.184Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:39:15.184Z] Removing intermediate container 15f2119e0eca [2020-12-15T00:39:15.184Z] ---> 72de672011cc [2020-12-15T00:39:15.184Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T00:39:15.184Z] ---> Running in f2e101038f3d [2020-12-15T00:39:15.184Z] ---> Running in 50183098e1c2 [2020-12-15T00:39:15.184Z] ---> Running in 4bcf769f7dc9 [2020-12-15T00:39:15.184Z] Removing intermediate container 7fd353189c3c [2020-12-15T00:39:15.184Z] ---> 0a743f0b60b6 [2020-12-15T00:39:15.184Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:39:15.597Z] ---> Running in 599060739a7b [2020-12-15T00:39:15.597Z] Removing intermediate container f2e101038f3d [2020-12-15T00:39:15.597Z] ---> adcc15d92dad [2020-12-15T00:39:15.597Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T00:39:15.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:15.597Z] Removing intermediate container 50183098e1c2 [2020-12-15T00:39:15.597Z] ---> b6da10c8f408 [2020-12-15T00:39:15.597Z] Step 13/24 : WORKDIR / [2020-12-15T00:39:15.597Z] Removing intermediate container 4bcf769f7dc9 [2020-12-15T00:39:15.597Z] ---> 8b2c1a4319bb [2020-12-15T00:39:15.597Z] Step 13/22 : WORKDIR / [2020-12-15T00:39:16.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:16.245Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T00:39:16.245Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T00:39:16.245Z] Executing bash-5.0.17-r0.post-install [2020-12-15T00:39:16.245Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:39:16.245Z] OK: 12 MiB in 22 packages [2020-12-15T00:39:16.245Z] ---> Running in 985112f84a2c [2020-12-15T00:39:16.245Z] Removing intermediate container 599060739a7b [2020-12-15T00:39:16.245Z] ---> fd6d559eb088 [2020-12-15T00:39:16.245Z] Step 14/22 : WORKDIR / [2020-12-15T00:39:16.245Z] ---> Running in 4baf0dfa4679 [2020-12-15T00:39:16.245Z] ---> b6d202af48f4 [2020-12-15T00:39:16.245Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T00:39:16.245Z] ---> Running in 0d24006f40b1 [2020-12-15T00:39:16.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.920s coverage: 55.9% of statements [2020-12-15T00:39:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T00:39:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T00:39:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T00:39:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T00:39:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T00:39:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T00:39:16.577Z] Removing intermediate container 985112f84a2c [2020-12-15T00:39:16.577Z] ---> 1cddec7b35a0 [2020-12-15T00:39:16.577Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-15T00:39:16.910Z] Removing intermediate container 4baf0dfa4679 [2020-12-15T00:39:16.910Z] ---> f0d62da4496d [2020-12-15T00:39:16.910Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T00:39:16.910Z] Removing intermediate container 0d24006f40b1 [2020-12-15T00:39:16.910Z] ---> 12dbb709bd8f [2020-12-15T00:39:16.910Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T00:39:16.910Z] ---> c4fefc5d6c4d [2020-12-15T00:39:16.910Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-15T00:39:17.219Z] Removing intermediate container 4ddde6e2aba8 [2020-12-15T00:39:17.219Z] ---> db4a07c50a07 [2020-12-15T00:39:17.219Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T00:39:17.219Z] ---> 39625cd6a2d5 [2020-12-15T00:39:17.219Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T00:39:17.219Z] ---> 3b5ac9937416 [2020-12-15T00:39:17.219Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T00:39:17.219Z] ---> 348ed666df89 [2020-12-15T00:39:17.219Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T00:39:17.506Z] ---> Running in 884f5a0ec449 [2020-12-15T00:39:17.506Z] ---> 6d3df8e5a0db [2020-12-15T00:39:17.506Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T00:39:17.804Z] ---> dbb2e7105d52 [2020-12-15T00:39:17.804Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T00:39:18.088Z] ---> Running in 6c54efeca6af [2020-12-15T00:39:18.088Z] ---> 0ad33b0737df [2020-12-15T00:39:18.088Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T00:39:18.088Z] ---> 071d62e50ad9 [2020-12-15T00:39:18.088Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T00:39:18.392Z] ---> 381914de7b38 [2020-12-15T00:39:18.392Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T00:39:18.392Z] Removing intermediate container 6c54efeca6af [2020-12-15T00:39:18.392Z] ---> 0aed6d8b5431 [2020-12-15T00:39:18.392Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:39:19.407Z] ---> Running in dabee0487cce [2020-12-15T00:39:19.407Z] ---> 23c833c33b99 [2020-12-15T00:39:19.407Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T00:39:19.407Z] ---> 0a1aef263c3b [2020-12-15T00:39:19.407Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T00:39:19.407Z] ---> c67b02b3e3cb [2020-12-15T00:39:19.407Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T00:39:19.712Z] ---> Running in 88de783c7caf [2020-12-15T00:39:19.712Z] Removing intermediate container dabee0487cce [2020-12-15T00:39:19.712Z] ---> fa4df651638d [2020-12-15T00:39:19.712Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:39:19.712Z] Removing intermediate container 884f5a0ec449 [2020-12-15T00:39:19.712Z] ---> c0347ac205e2 [2020-12-15T00:39:19.712Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T00:39:20.025Z] ---> Running in 2052d243c452 [2020-12-15T00:39:20.025Z] ---> 3c1ff113b077 [2020-12-15T00:39:20.025Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T00:39:20.025Z] Removing intermediate container 88de783c7caf [2020-12-15T00:39:20.025Z] ---> 1b69308d1517 [2020-12-15T00:39:20.025Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:39:20.025Z] ---> Running in 313a14726c35 [2020-12-15T00:39:20.025Z] ---> Running in 59619b06fdcc [2020-12-15T00:39:20.025Z] ---> eb5c36024c28 [2020-12-15T00:39:20.025Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:39:20.319Z] ---> Running in 5c090a25510d [2020-12-15T00:39:20.319Z] Removing intermediate container 2052d243c452 [2020-12-15T00:39:20.319Z] ---> 105754fcba57 [2020-12-15T00:39:20.319Z] Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:39:20.618Z] Removing intermediate container 313a14726c35 [2020-12-15T00:39:20.618Z] ---> 47147049e80c [2020-12-15T00:39:20.618Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T00:39:20.618Z] ---> Running in 75cf9ccb0658 [2020-12-15T00:39:20.936Z] Removing intermediate container 5c090a25510d [2020-12-15T00:39:20.936Z] ---> 95884a18ebe5 [2020-12-15T00:39:20.936Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:39:20.936Z] ---> 94c8aeee6776 [2020-12-15T00:39:20.936Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:39:20.936Z] ---> Running in dbeefdb0594c [2020-12-15T00:39:20.936Z] ---> Running in 88ab1982a41f [2020-12-15T00:39:20.936Z] ---> Running in ef65598c76ad [2020-12-15T00:39:20.936Z] Removing intermediate container 75cf9ccb0658 [2020-12-15T00:39:20.936Z] ---> 2053416546be [2020-12-15T00:39:20.936Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:39:21.223Z] ---> Running in 8cf977e54000 [2020-12-15T00:39:21.512Z] Removing intermediate container dbeefdb0594c [2020-12-15T00:39:21.512Z] ---> 894d583b1092 [2020-12-15T00:39:21.512Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T00:39:21.512Z] Removing intermediate container 88ab1982a41f [2020-12-15T00:39:21.512Z] ---> 2ed8393285fc [2020-12-15T00:39:21.512Z] Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:39:21.785Z] ---> Running in 4b855c7250f9 [2020-12-15T00:39:21.785Z] ---> Running in acc4b2eb2b76 [2020-12-15T00:39:21.785Z] Removing intermediate container 8cf977e54000 [2020-12-15T00:39:21.785Z] ---> 2c54559a3a31 [2020-12-15T00:39:21.785Z] [2020-12-15T00:39:22.055Z] Successfully built 2c54559a3a31 [2020-12-15T00:39:22.055Z] Removing intermediate container acc4b2eb2b76 [2020-12-15T00:39:22.055Z] ---> a7e44006e0a6 [2020-12-15T00:39:22.055Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:39:22.055Z] Successfully tagged docker-core-command-go:latest [2020-12-15T00:39:22.055Z]  Building docker-core-command-go ... done Removing intermediate container 4b855c7250f9 [2020-12-15T00:39:22.055Z] ---> 582dcc0f2af0 [2020-12-15T00:39:22.055Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T00:39:22.337Z] Removing intermediate container 59619b06fdcc [2020-12-15T00:39:22.337Z] ---> 0d12259c83bc [2020-12-15T00:39:22.337Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T00:39:22.640Z] ---> Running in c9f86ae277d0 [2020-12-15T00:39:22.640Z] ---> Running in f73e8cb82730 [2020-12-15T00:39:22.640Z] Removing intermediate container ef65598c76ad [2020-12-15T00:39:22.640Z] ---> d260b6437393 [2020-12-15T00:39:22.640Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:39:22.957Z] ---> 247e6360c46d [2020-12-15T00:39:22.957Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T00:39:22.957Z] Removing intermediate container f73e8cb82730 [2020-12-15T00:39:22.957Z] ---> c1307f4d2ccc [2020-12-15T00:39:22.957Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:39:22.957Z] Removing intermediate container c9f86ae277d0 [2020-12-15T00:39:22.957Z] ---> 92d03b273ee4 [2020-12-15T00:39:22.957Z] [2020-12-15T00:39:22.957Z] ---> Running in ac89dfea8764 [2020-12-15T00:39:22.957Z] ---> Running in b0ff219d6381 [2020-12-15T00:39:23.251Z] Successfully built 92d03b273ee4 [2020-12-15T00:39:23.251Z] Removing intermediate container ac89dfea8764 [2020-12-15T00:39:23.251Z] ---> fe8c74b1a77d [2020-12-15T00:39:23.251Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T00:39:23.251Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T00:39:23.251Z]  Building docker-core-metadata-go ... done  ---> 16bb52b4c38b [2020-12-15T00:39:23.251Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T00:39:23.251Z] Removing intermediate container b0ff219d6381 [2020-12-15T00:39:23.251Z] ---> 1f48c9c8453a [2020-12-15T00:39:23.251Z] Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:39:23.251Z] ---> Running in cf37b85acca0 [2020-12-15T00:39:23.251Z] ---> Running in aab80ac86bed [2020-12-15T00:39:23.545Z] Removing intermediate container cf37b85acca0 [2020-12-15T00:39:23.545Z] ---> acbcf36f6982 [2020-12-15T00:39:23.545Z] Step 23/24 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:39:23.545Z] Removing intermediate container aab80ac86bed [2020-12-15T00:39:23.545Z] ---> 9095053f3976 [2020-12-15T00:39:23.545Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:39:23.864Z] ---> Running in dd8819c67b56 [2020-12-15T00:39:23.864Z] ---> e9cc7c8f8047 [2020-12-15T00:39:23.864Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T00:39:23.864Z] ---> Running in 06fc2f09f7b6 [2020-12-15T00:39:23.864Z] ---> Running in 0e8e494593af [2020-12-15T00:39:24.165Z] Removing intermediate container dd8819c67b56 [2020-12-15T00:39:24.165Z] ---> ff647b8b429c [2020-12-15T00:39:24.165Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:39:24.165Z] ---> Running in d3e689969a57 [2020-12-15T00:39:24.165Z] Removing intermediate container 06fc2f09f7b6 [2020-12-15T00:39:24.165Z] ---> eeb97d07ffd3 [2020-12-15T00:39:24.165Z] [2020-12-15T00:39:24.489Z] Successfully built eeb97d07ffd3 [2020-12-15T00:39:24.489Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-15T00:39:24.489Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d3e689969a57 [2020-12-15T00:39:24.489Z] ---> 43406894baa3 [2020-12-15T00:39:24.489Z] [2020-12-15T00:39:24.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:24.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:24.833Z] Successfully built 43406894baa3 [2020-12-15T00:39:24.833Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T00:39:24.833Z]  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T00:39:24.833Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T00:39:24.833Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T00:39:24.833Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T00:39:24.833Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T00:39:24.833Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T00:39:24.833Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T00:39:27.761Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T00:39:27.761Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T00:39:27.761Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T00:39:27.761Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T00:39:27.762Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T00:39:27.762Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T00:39:27.762Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T00:39:27.762Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T00:39:27.762Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T00:39:27.762Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T00:39:27.762Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T00:39:27.762Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T00:39:27.762Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T00:39:27.762Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T00:39:27.762Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T00:39:28.040Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T00:39:28.040Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T00:39:28.040Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T00:39:28.040Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T00:39:28.690Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T00:39:28.690Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T00:39:28.690Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T00:39:28.690Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T00:39:28.690Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T00:39:28.690Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T00:39:28.690Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T00:39:29.002Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:39:29.002Z] OK: 71 MiB in 55 packages [2020-12-15T00:39:37.452Z] Removing intermediate container 0e8e494593af [2020-12-15T00:39:37.452Z] ---> eb5083f26968 [2020-12-15T00:39:37.452Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T00:39:37.787Z] ---> Running in 73c5a4cc5050 [2020-12-15T00:39:39.424Z] Collecting docker-compose==1.23.2 [2020-12-15T00:39:39.424Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T00:39:39.424Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T00:39:39.424Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T00:39:39.727Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-15T00:39:39.727Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T00:39:39.727Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T00:39:40.467Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T00:39:40.467Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T00:39:40.467Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T00:39:40.467Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T00:39:40.804Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T00:39:40.804Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T00:39:41.588Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T00:39:41.588Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T00:39:41.588Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T00:39:41.588Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T00:39:41.945Z] Collecting PyYAML<4,>=3.10 [2020-12-15T00:39:41.946Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T00:39:42.628Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T00:39:42.628Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T00:39:43.455Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T00:39:43.455Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T00:39:43.455Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-15T00:39:43.455Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T00:39:43.455Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T00:39:43.455Z] Collecting idna<2.8,>=2.5 [2020-12-15T00:39:43.455Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T00:39:43.455Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-15T00:39:43.455Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T00:39:43.455Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T00:39:43.455Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T00:39:43.455Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T00:39:43.773Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, cached-property, dockerpty, jsonschema, PyYAML, docopt, docker-compose [2020-12-15T00:39:43.773Z] Attempting uninstall: urllib3 [2020-12-15T00:39:43.773Z] Found existing installation: urllib3 1.25.9 [2020-12-15T00:39:43.773Z] Uninstalling urllib3-1.25.9: [2020-12-15T00:39:44.070Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T00:39:44.070Z] Attempting uninstall: idna [2020-12-15T00:39:44.070Z] Found existing installation: idna 2.9 [2020-12-15T00:39:44.070Z] Uninstalling idna-2.9: [2020-12-15T00:39:44.070Z] Successfully uninstalled idna-2.9 [2020-12-15T00:39:44.352Z] Attempting uninstall: requests [2020-12-15T00:39:44.352Z] Found existing installation: requests 2.23.0 [2020-12-15T00:39:44.352Z] Uninstalling requests-2.23.0: [2020-12-15T00:39:44.352Z] Successfully uninstalled requests-2.23.0 [2020-12-15T00:39:44.952Z] Running setup.py install for texttable: started [2020-12-15T00:39:45.597Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T00:39:45.597Z] Running setup.py install for dockerpty: started [2020-12-15T00:39:45.888Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T00:39:46.177Z] Running setup.py install for PyYAML: started [2020-12-15T00:39:46.818Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T00:39:46.818Z] Running setup.py install for docopt: started [2020-12-15T00:39:47.436Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T00:39:47.728Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-15T00:39:51.300Z] Removing intermediate container 73c5a4cc5050 [2020-12-15T00:39:51.300Z] ---> 68161fe11855 [2020-12-15T00:39:51.300Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T00:39:51.300Z] ---> Running in 21b52a5233bd [2020-12-15T00:39:51.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:51.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:39:51.603Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:39:51.603Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T00:39:51.603Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T00:39:51.890Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:39:51.890Z] OK: 72 MiB in 58 packages [2020-12-15T00:39:52.167Z] Removing intermediate container 21b52a5233bd [2020-12-15T00:39:52.167Z] ---> bc6dfe9a3fd5 [2020-12-15T00:39:52.167Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T00:39:52.441Z] ---> Running in c07f20c00661 [2020-12-15T00:39:52.441Z] Removing intermediate container c07f20c00661 [2020-12-15T00:39:52.441Z] ---> 9596280530fe [2020-12-15T00:39:52.441Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:39:52.723Z] ---> Running in ddd655dd7333 [2020-12-15T00:39:52.723Z] Removing intermediate container ddd655dd7333 [2020-12-15T00:39:52.723Z] ---> 2887cb62aaee [2020-12-15T00:39:52.723Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T00:39:52.723Z] ---> Running in 3b418d69682d [2020-12-15T00:39:53.012Z] Removing intermediate container 3b418d69682d [2020-12-15T00:39:53.012Z] ---> 80f4edaf92f4 [2020-12-15T00:39:53.012Z] Step 26/27 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:39:53.012Z] ---> Running in b25e5d9d31f0 [2020-12-15T00:39:53.309Z] Removing intermediate container b25e5d9d31f0 [2020-12-15T00:39:53.309Z] ---> 9053ff8abdce [2020-12-15T00:39:53.309Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T00:39:53.309Z] ---> Running in 6025dd029ea4 [2020-12-15T00:39:53.590Z] Removing intermediate container 6025dd029ea4 [2020-12-15T00:39:53.590Z] ---> f68198dfc27a [2020-12-15T00:39:53.590Z] [2020-12-15T00:39:53.867Z] Successfully built f68198dfc27a [2020-12-15T00:39:53.867Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T00:39:54.227Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-15T00:39:54.241Z] $ docker stop --time=1 23d8e32e3cc283d6e892864d81111b8e8e82ef6d3bc7db61508f79310f08d15c [2020-12-15T00:39:55.908Z] $ docker rm -f 23d8e32e3cc283d6e892864d81111b8e8e82ef6d3bc7db61508f79310f08d15c [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 37.158s coverage: 86.3% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.155s coverage: 72.2% of statements [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.947s coverage: 72.1% of statements [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.106s coverage: 82.4% of statements [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.096s coverage: 28.8% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.109s coverage: 96.8% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.404s coverage: 37.0% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.805s coverage: 84.0% of statements [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.485s coverage: 47.1% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.153s coverage: 100.0% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.794s coverage: 29.1% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T00:39:56.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-12-15T00:39:56.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2020-12-15T00:39:56.058Z] GO111MODULE=on go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T00:39:56.794Z] + docker images [2020-12-15T00:39:56.794Z] + grep docker [2020-12-15T00:39:56.794Z] docker-sys-mgmt-agent-go latest f68198dfc27a 3 seconds ago 313MB [2020-12-15T00:39:56.794Z] docker-security-secretstore-setup-go latest 43406894baa3 32 seconds ago 24.7MB [2020-12-15T00:39:56.794Z] docker-security-bootstrap-redis-go latest eeb97d07ffd3 33 seconds ago 15.9MB [2020-12-15T00:39:56.794Z] docker-core-metadata-go latest 92d03b273ee4 34 seconds ago 14.5MB [2020-12-15T00:39:56.794Z] docker-core-command-go latest 2c54559a3a31 35 seconds ago 12.2MB [2020-12-15T00:39:56.794Z] docker-security-secrets-setup-go latest a1db237c9efd 2 minutes ago 23.9MB [2020-12-15T00:39:56.794Z] docker-core-data-go latest 07da8be1f773 2 minutes ago 23.8MB [2020-12-15T00:39:56.794Z] docker-support-notifications-go latest f2cd9b96b9ce 2 minutes ago 13.6MB [2020-12-15T00:39:56.794Z] docker-security-proxy-setup-go latest 439eb77da5d3 2 minutes ago 24.6MB [2020-12-15T00:39:56.794Z] docker-support-scheduler-go latest de5c8eb81fc6 2 minutes ago 12.3MB [2020-12-15T00:39:56.794Z] docker latest aefe523efa57 3 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-15T00:40:13.134Z] Still waiting to schedule task [2020-12-15T00:40:13.134Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-15T00:41:11.137Z] Running on prd-ubuntu18.04-docker-8c-8g-15995 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws [2020-12-15T00:41:11.201Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-15T00:41:13.766Z] using credential edgex-jenkins-ssh [2020-12-15T00:41:13.827Z] Cloning the remote Git repository [2020-12-15T00:41:13.860Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:41:13.955Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-15T00:41:14.009Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:41:14.010Z] > git --version # timeout=10 [2020-12-15T00:41:14.019Z] > git --version # 'git version 2.17.1' [2020-12-15T00:41:14.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:41:14.048Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:41:18.529Z] gofmt -l . [2020-12-15T00:41:20.005Z] [ "`gofmt -l .`" = "" ] [2020-12-15T00:41:23.481Z] ./bin/test-go-mod-tidy.sh [2020-12-15T00:41:24.470Z] ./bin/test-attribution-txt.sh [2020-12-15T00:41:27.245Z] Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 [2020-12-15T00:41:26.677Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:41:26.684Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:41:26.695Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:41:26.711Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:41:26.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:41:26.718Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T00:41:27.261Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:41:27.273Z] > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [2020-12-15T00:41:27.450Z] > git remote # timeout=10 [2020-12-15T00:41:27.459Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T00:41:27.465Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:41:27.471Z] > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 [2020-12-15T00:41:27.596Z] Merge succeeded, producing 4f6d3622ab3f79991744036c69e9aa9759c4cead [2020-12-15T00:41:27.596Z] Checking out Revision 4f6d3622ab3f79991744036c69e9aa9759c4cead (PR-2944) [Pipeline] sh [2020-12-15T00:41:27.594Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T00:41:27.605Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:41:27.609Z] > git checkout -f 4f6d3622ab3f79991744036c69e9aa9759c4cead # timeout=10 [2020-12-15T00:41:29.476Z] + ls -al . [2020-12-15T00:41:29.477Z] total 696 [2020-12-15T00:41:29.477Z] drwxrwxr-x 9 1001 1001 4096 Dec 15 00:41 . [2020-12-15T00:41:29.477Z] drwxr-xr-x 4 root root 4096 Dec 15 00:36 .. [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 00:34 .dockerignore [2020-12-15T00:41:29.477Z] drwxrwxr-x 8 1001 1001 4096 Dec 15 00:34 .git [2020-12-15T00:41:29.477Z] drwxrwxr-x 3 1001 1001 4096 Dec 15 00:34 .github [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 00:34 .gitignore [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 00:34 .sonarcloud.properties [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:34 CONTRIBUTING.md [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:34 Dockerfile.build [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 00:34 Jenkinsfile [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:34 LICENSE [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:34 Makefile [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:34 README.md [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:34 SECURITY.md [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 00:30 VERSION [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:34 ZMQWindows.md [2020-12-15T00:41:29.477Z] drwxrwxr-x 2 1001 1001 4096 Dec 15 00:34 bin [2020-12-15T00:41:29.477Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 00:34 cmd [2020-12-15T00:41:29.477Z] -rw-r--r-- 1 root root 572038 Dec 15 00:39 coverage.out [2020-12-15T00:41:29.477Z] -rw-r--r-- 1 root root 1041 Dec 15 00:41 go.mod [2020-12-15T00:41:29.477Z] -rw-r--r-- 1 root root 18959 Dec 15 00:41 go.sum [2020-12-15T00:41:29.477Z] drwxrwxr-x 8 1001 1001 4096 Dec 15 00:34 internal [2020-12-15T00:41:29.477Z] drwxrwxr-x 4 1001 1001 4096 Dec 15 00:34 openapi [2020-12-15T00:41:29.477Z] drwxrwxr-x 4 1001 1001 4096 Dec 15 00:34 snap [2020-12-15T00:41:29.477Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 00:34 version.go [Pipeline] sh [2020-12-15T00:41:30.142Z] + '[' -e coverage.out ] [2020-12-15T00:41:30.142Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T00:41:30.203Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T00:41:31.400Z] Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" [2020-12-15T00:41:31.408Z] > git rev-list --no-walk 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [2020-12-15T00:41:31.478Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [2020-12-15T00:41:32.134Z] + make build [2020-12-15T00:41:32.134Z] 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 [Pipeline] sh [2020-12-15T00:41:32.658Z] + echo snap-build.sh [2020-12-15T00:41:32.658Z] snap-build.sh [2020-12-15T00:41:32.658Z] + SNAP_BASE_DIR=. [2020-12-15T00:41:32.658Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2020-12-15T00:41:32.658Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2020-12-15T00:41:32.658Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2020-12-15T00:41:32.658Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2020-12-15T00:41:32.658Z] + cd /w/workspace/edgex-go/2 [2020-12-15T00:41:32.658Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-15T00:41:32.658Z] Reading package lists... [2020-12-15T00:41:32.922Z] Building dependency tree... [2020-12-15T00:41:32.922Z] Reading state information... [2020-12-15T00:41:33.185Z] The following packages were automatically installed and are no longer required: [2020-12-15T00:41:33.185Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-15T00:41:33.185Z] uidmap xdelta3 [2020-12-15T00:41:33.185Z] Use 'sudo apt autoremove' to remove them. [2020-12-15T00:41:33.185Z] The following packages will be REMOVED: [2020-12-15T00:41:33.185Z] lxd* lxd-client* [2020-12-15T00:41:34.135Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-15T00:41:34.136Z] After this operation, 31.7 MB disk space will be freed. [2020-12-15T00:41:35.194Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-15T00:41:35.194Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:41:36.601Z] Removing lxd dnsmasq configuration [2020-12-15T00:41:36.601Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:41:36.601Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-15T00:41:37.555Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:41:37.821Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-15T00:41:37.821Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:41:39.755Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-15T00:41:39.755Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-15T00:41:41.681Z] + sudo snap remove --purge lxd [2020-12-15T00:41:41.681Z] snap "lxd" is not installed [2020-12-15T00:41:41.681Z] + sudo groupadd --force --system lxd [2020-12-15T00:41:41.681Z] ++ whoami [2020-12-15T00:41:41.681Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-15T00:41:41.950Z] + newgrp - lxd [2020-12-15T00:41:41.950Z] + sudo snap install lxd [2020-12-15T00:41:44.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:42:04.098Z] 2020-12-15T00:42:01Z INFO Waiting for automatic snapd restart... [2020-12-15T00:42:16.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T00:42:20.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T00:42:27.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T00:42:28.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T00:42:33.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:42:36.308Z] lxd 4.8 from Canonical* installed [2020-12-15T00:42:36.308Z] + sudo lxd init --auto [2020-12-15T00:42:39.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T00:42:43.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:42:46.353Z] + sudo snap install --classic snapcraft [2020-12-15T00:42:47.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:42:54.549Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T00:42:54.549Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-15T00:42:54.549Z] + patch --verbose -p1 [2020-12-15T00:42:54.549Z] Hmm... Looks like a unified diff to me... [2020-12-15T00:42:54.549Z] The text leading up to this was: [2020-12-15T00:42:54.549Z] -------------------------- [2020-12-15T00:42:54.549Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-15T00:42:54.549Z] |From: Tony Espy [2020-12-15T00:42:54.549Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-15T00:42:54.549Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-15T00:42:54.549Z] | [2020-12-15T00:42:54.549Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-15T00:42:54.549Z] |optimize the snap CI check run for pull requests. When [2020-12-15T00:42:54.549Z] |applied, it essentially strips out everything (apps and [2020-12-15T00:42:54.549Z] |parts) from the snapcraft.yaml file except those required [2020-12-15T00:42:54.549Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-15T00:42:54.549Z] |catch changes to edgex-go that break the snap build. [2020-12-15T00:42:54.549Z] | [2020-12-15T00:42:54.549Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-15T00:42:54.549Z] |to update this patch file, otherwise it may fail to apply, [2020-12-15T00:42:54.549Z] |resulting in a failed snap build CI check in the associated [2020-12-15T00:42:54.549Z] |pull request. [2020-12-15T00:42:54.549Z] | [2020-12-15T00:42:54.549Z] |Note - in addition to applying this patch, the pipeline also [2020-12-15T00:42:54.549Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-15T00:42:54.549Z] |need to build the finally binary .snap file (and it won't [2020-12-15T00:42:54.549Z] |work with the patch applied). This further reduces the build [2020-12-15T00:42:54.549Z] |time. [2020-12-15T00:42:54.549Z] |--- [2020-12-15T00:42:54.549Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-15T00:42:54.549Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-15T00:42:54.549Z] | [2020-12-15T00:42:54.549Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-15T00:42:54.549Z] |index b265277c..d7e1de37 100644 [2020-12-15T00:42:54.549Z] |--- a/snap/snapcraft.yaml [2020-12-15T00:42:54.549Z] |+++ b/snap/snapcraft.yaml [2020-12-15T00:42:54.549Z] -------------------------- [2020-12-15T00:42:54.549Z] patching file snap/snapcraft.yaml [2020-12-15T00:42:54.549Z] Using Plan A... [2020-12-15T00:42:54.549Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-15T00:42:54.549Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-15T00:42:54.549Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-15T00:42:54.549Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-15T00:42:54.549Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-15T00:42:54.549Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-15T00:42:54.549Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-15T00:42:54.549Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-15T00:42:54.549Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-15T00:42:54.549Z] Hmm... Ignoring the trailing garbage. [2020-12-15T00:42:54.549Z] done [2020-12-15T00:42:54.549Z] + sudo snapcraft prime --use-lxd [2020-12-15T00:42:56.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:42:56.478Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-15T00:42:56.478Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-15T00:42:56.478Z] - README.md [2020-12-15T00:42:56.478Z] - snapcraft.yaml.orig [2020-12-15T00:42:56.478Z] [2020-12-15T00:42:56.478Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-15T00:42:57.875Z] Launching a container. [2020-12-15T00:42:59.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:43:05.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-15T00:43:10.526Z] $ docker stop --time=1 2906e2dcc94df47e7f0a2a9da61a497d014b44617124b11beed65c2ff7647f9b [2020-12-15T00:43:12.845Z] Waiting for container to be ready [2020-12-15T00:43:12.845Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-15T00:43:12.845Z] [2020-12-15T00:43:13.151Z] $ docker rm -f 2906e2dcc94df47e7f0a2a9da61a497d014b44617124b11beed65c2ff7647f9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:43:15.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:43:15.543Z] [2020-12-15T00:43:15.543Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:43:15.943Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:43:16.178Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-15T00:43:16.218Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-15T00:43:16.218Z] 29e5d40040c1: Pulling fs layer [2020-12-15T00:43:16.218Z] 1ce36da41761: Pulling fs layer [2020-12-15T00:43:16.218Z] 25b303627fd3: Pulling fs layer [2020-12-15T00:43:16.440Z] Waiting for network to be ready... [2020-12-15T00:43:16.495Z] 29e5d40040c1: Verifying Checksum [2020-12-15T00:43:16.495Z] 29e5d40040c1: Download complete [2020-12-15T00:43:17.029Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-15T00:43:17.029Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-15T00:43:17.107Z] 1ce36da41761: Verifying Checksum [2020-12-15T00:43:17.107Z] 1ce36da41761: Download complete [2020-12-15T00:43:17.384Z] 29e5d40040c1: Pull complete [2020-12-15T00:43:17.604Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-15T00:43:17.604Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] [2020-12-15T00:43:17.604Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-15T00:43:17.867Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-15T00:43:17.867Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-15T00:43:17.867Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-15T00:43:17.867Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-15T00:43:17.867Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-15T00:43:17.867Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-15T00:43:17.867Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-15T00:43:17.867Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-15T00:43:17.867Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-15T00:43:17.867Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-15T00:43:18.132Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-15T00:43:18.132Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-15T00:43:18.132Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-15T00:43:18.364Z] 1ce36da41761: Pull complete [2020-12-15T00:43:18.709Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-15T00:43:18.975Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-15T00:43:19.238Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-15T00:43:19.238Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-15T00:43:19.238Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-15T00:43:19.238Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-15T00:43:19.238Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-15T00:43:19.238Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-15T00:43:19.502Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-15T00:43:19.795Z] 25b303627fd3: Verifying Checksum [2020-12-15T00:43:19.795Z] 25b303627fd3: Download complete [2020-12-15T00:43:23.732Z] Fetched 23.5 MB in 6s (3650 kB/s) [2020-12-15T00:43:24.681Z] Reading package lists... [2020-12-15T00:43:24.944Z] Reading package lists... [2020-12-15T00:43:25.207Z] Building dependency tree... [2020-12-15T00:43:25.207Z] Reading state information... [2020-12-15T00:43:25.207Z] The following additional packages will be installed: [2020-12-15T00:43:25.207Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-15T00:43:25.207Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-15T00:43:25.207Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-15T00:43:25.207Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-15T00:43:25.207Z] Suggested packages: [2020-12-15T00:43:25.207Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-15T00:43:25.207Z] Recommended packages: [2020-12-15T00:43:25.207Z] gnupg libsasl2-modules [2020-12-15T00:43:25.207Z] The following NEW packages will be installed: [2020-12-15T00:43:25.207Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-15T00:43:25.207Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-15T00:43:25.207Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-15T00:43:25.207Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-15T00:43:25.207Z] The following packages will be upgraded: [2020-12-15T00:43:25.207Z] gpg gpg-agent gpgconf libudev1 [2020-12-15T00:43:25.471Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-15T00:43:25.471Z] Need to get 3531 kB of archives. [2020-12-15T00:43:25.471Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-15T00:43:25.471Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-15T00:43:25.471Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-15T00:43:25.471Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-15T00:43:25.471Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-15T00:43:25.471Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-15T00:43:25.471Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-15T00:43:25.471Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-15T00:43:25.471Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-15T00:43:25.471Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-15T00:43:25.735Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-15T00:43:26.312Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-15T00:43:26.312Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-15T00:43:26.312Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-15T00:43:26.312Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-15T00:43:26.312Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-15T00:43:26.312Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-15T00:43:26.312Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-15T00:43:26.312Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-15T00:43:26.312Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-15T00:43:26.312Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-15T00:43:26.312Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-15T00:43:26.313Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-15T00:43:26.575Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:43:26.575Z] Fetched 3531 kB in 1s (3490 kB/s) [2020-12-15T00:43:26.575Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-15T00:43:26.575Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:43:26.575Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T00:43:26.838Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-15T00:43:26.838Z] Selecting previously unselected package udev. [2020-12-15T00:43:26.838Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-15T00:43:26.838Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:43:26.838Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-15T00:43:27.415Z] Selecting previously unselected package libfuse2:amd64. [2020-12-15T00:43:27.415Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-15T00:43:27.415Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-15T00:43:27.415Z] Selecting previously unselected package fuse. [2020-12-15T00:43:27.415Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-15T00:43:27.415Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-15T00:43:27.415Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:43:27.678Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T00:43:27.678Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:43:27.678Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T00:43:27.678Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:43:27.940Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T00:43:27.941Z] Selecting previously unselected package libksba8:amd64. [2020-12-15T00:43:27.941Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-15T00:43:27.941Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-15T00:43:27.941Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-15T00:43:28.204Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:28.204Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:28.204Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-15T00:43:28.204Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:28.204Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:28.204Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-15T00:43:28.204Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:28.468Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:28.468Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-15T00:43:28.468Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:28.468Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:28.468Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-15T00:43:28.468Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:28.468Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:28.732Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-15T00:43:28.732Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:28.732Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:28.732Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-15T00:43:28.732Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:28.732Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:29.000Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-15T00:43:29.000Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:29.000Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:29.000Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-15T00:43:29.000Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:43:29.000Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:29.000Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-15T00:43:29.265Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-15T00:43:29.265Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T00:43:29.265Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-15T00:43:29.265Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-15T00:43:29.265Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T00:43:29.265Z] Selecting previously unselected package libldap-common. [2020-12-15T00:43:29.265Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-15T00:43:29.265Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T00:43:29.528Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-15T00:43:29.528Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-15T00:43:29.528Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T00:43:29.528Z] Selecting previously unselected package dirmngr. [2020-12-15T00:43:29.528Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:43:29.528Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-15T00:43:29.792Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T00:43:29.792Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-15T00:43:29.792Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-15T00:43:29.792Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T00:43:29.792Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T00:43:29.792Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-15T00:43:29.792Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:29.792Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-15T00:43:30.056Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T00:43:30.056Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-15T00:43:30.117Z] 25b303627fd3: Pull complete [2020-12-15T00:43:30.118Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-15T00:43:30.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:43:30.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-15T00:43:30.400Z] prd-ubuntu18.04-docker-arm64-4c-16g-15986 does not seem to be running inside a container [2020-12-15T00:43:30.502Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-15T00:43:30.632Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T00:43:30.632Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:30.632Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-15T00:43:30.894Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-15T00:43:30.894Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-15T00:43:30.894Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:30.894Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:30.894Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:30.894Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:30.894Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:31.158Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:31.158Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:43:31.158Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T00:43:31.158Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-15T00:43:31.158Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T00:43:32.107Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-15T00:43:32.107Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-15T00:43:32.107Z] This means they are not meant to be enabled using systemctl. [2020-12-15T00:43:32.107Z] Possible reasons for having this kind of units are: [2020-12-15T00:43:32.107Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-15T00:43:32.107Z] .wants/ or .requires/ directory. [2020-12-15T00:43:32.107Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-15T00:43:32.107Z] a requirement dependency on it. [2020-12-15T00:43:32.107Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-15T00:43:32.107Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-15T00:43:32.107Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-15T00:43:32.107Z] instance name specified. [2020-12-15T00:43:32.370Z] Reading package lists... [2020-12-15T00:43:32.633Z] Building dependency tree... [2020-12-15T00:43:32.633Z] Reading state information... [2020-12-15T00:43:32.896Z] The following additional packages will be installed: [2020-12-15T00:43:32.896Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-15T00:43:32.896Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-15T00:43:32.896Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-15T00:43:32.896Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-15T00:43:32.896Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-15T00:43:32.896Z] Suggested packages: [2020-12-15T00:43:32.896Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-15T00:43:32.896Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-15T00:43:32.897Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-15T00:43:32.897Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-15T00:43:32.897Z] systemd-container policykit-1 [2020-12-15T00:43:32.897Z] Recommended packages: [2020-12-15T00:43:32.897Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-15T00:43:32.897Z] The following NEW packages will be installed: [2020-12-15T00:43:32.897Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-15T00:43:32.897Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-15T00:43:32.897Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-15T00:43:32.897Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-15T00:43:32.897Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-15T00:43:32.897Z] The following packages will be upgraded: [2020-12-15T00:43:32.897Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-15T00:43:33.159Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-15T00:43:33.159Z] Need to get 35.2 MB of archives. [2020-12-15T00:43:33.159Z] After this operation, 141 MB of additional disk space will be used. [2020-12-15T00:43:33.159Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-15T00:43:33.159Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-15T00:43:33.737Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-15T00:43:34.001Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-15T00:43:34.001Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-15T00:43:34.001Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-15T00:43:34.001Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-15T00:43:34.001Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-15T00:43:34.001Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-15T00:43:34.001Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-15T00:43:34.001Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-15T00:43:34.264Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-15T00:43:34.264Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-15T00:43:34.264Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-15T00:43:34.264Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-15T00:43:34.264Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-15T00:43:34.264Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-15T00:43:34.264Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-15T00:43:34.264Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-15T00:43:34.264Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-15T00:43:34.264Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-15T00:43:34.264Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-15T00:43:34.264Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-15T00:43:34.264Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-15T00:43:34.264Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-15T00:43:34.264Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-15T00:43:34.264Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-15T00:43:34.264Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-15T00:43:34.351Z] $ docker top e6deba3f04d980d1ca7f3420a22ae6a52832f0f59fdf64ef5741b4daaae187ec -eo pid,comm [2020-12-15T00:43:34.527Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-15T00:43:34.527Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [Pipeline] { [Pipeline] sh [2020-12-15T00:43:35.477Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:43:35.477Z] Fetched 35.2 MB in 2s (14.8 MB/s) [2020-12-15T00:43:35.482Z] + docker-compose build --help [2020-12-15T00:43:35.482Z] + grep parallel [2020-12-15T00:43:35.740Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T00:43:35.740Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:43:35.740Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T00:43:36.698Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:43:36.698Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T00:43:36.698Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-15T00:43:37.648Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T00:43:37.648Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-15T00:43:37.648Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-15T00:43:37.912Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-15T00:43:37.912Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T00:43:37.912Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-15T00:43:38.175Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-15T00:43:38.445Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-15T00:43:38.445Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-15T00:43:39.023Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-15T00:43:39.286Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-15T00:43:39.286Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-15T00:43:39.286Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-15T00:43:39.555Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-15T00:43:39.555Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T00:43:39.555Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:43:39.821Z] Selecting previously unselected package libexpat1:amd64. [2020-12-15T00:43:39.821Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-15T00:43:39.821Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-15T00:43:39.821Z] Selecting previously unselected package python3.6-minimal. [2020-12-15T00:43:39.821Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T00:43:39.821Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:43:40.084Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-15T00:43:40.346Z] Checking for services that may need to be restarted...done. [2020-12-15T00:43:40.346Z] Checking for services that may need to be restarted...done. [2020-12-15T00:43:40.346Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:43:40.346Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-15T00:43:40.346Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:43:40.872Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T00:43:40.907Z] $ docker stop --time=1 e6deba3f04d980d1ca7f3420a22ae6a52832f0f59fdf64ef5741b4daaae187ec [2020-12-15T00:43:41.296Z] Selecting previously unselected package python3-minimal. [2020-12-15T00:43:41.296Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-15T00:43:41.296Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-15T00:43:41.296Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-15T00:43:41.296Z] Selecting previously unselected package mime-support. [2020-12-15T00:43:41.296Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-15T00:43:41.296Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-15T00:43:41.296Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-15T00:43:41.296Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-15T00:43:41.296Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-15T00:43:41.563Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-15T00:43:41.563Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T00:43:41.563Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:43:41.826Z] Selecting previously unselected package python3.6. [2020-12-15T00:43:41.826Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T00:43:41.826Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:43:41.826Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-15T00:43:41.826Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-15T00:43:41.826Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-15T00:43:42.090Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-15T00:43:42.353Z] Selecting previously unselected package python3. [2020-12-15T00:43:42.353Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-15T00:43:42.353Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-15T00:43:42.353Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-15T00:43:42.353Z] Selecting previously unselected package multiarch-support. [2020-12-15T00:43:42.353Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:43:42.353Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-15T00:43:42.797Z] $ docker rm -f e6deba3f04d980d1ca7f3420a22ae6a52832f0f59fdf64ef5741b4daaae187ec [2020-12-15T00:43:42.929Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2020-12-15T00:43:43.193Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-15T00:43:43.193Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-15T00:43:43.193Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-15T00:43:43.193Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-15T00:43:43.193Z] Selecting previously unselected package libbsd0:amd64. [2020-12-15T00:43:43.193Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-15T00:43:43.193Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:43:43.467Z] Selecting previously unselected package sudo. [2020-12-15T00:43:43.467Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-15T00:43:43.467Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-15T00:43:43.467Z] Selecting previously unselected package apparmor. [2020-12-15T00:43:43.467Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-15T00:43:43.467Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-15T00:43:43.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:43:43.627Z] . [Pipeline] withDockerContainer [2020-12-15T00:43:43.732Z] Selecting previously unselected package libedit2:amd64. [2020-12-15T00:43:43.732Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-15T00:43:43.732Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-15T00:43:43.732Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-15T00:43:43.732Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T00:43:43.732Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:43:43.947Z] prd-ubuntu18.04-docker-arm64-4c-16g-15986 does not seem to be running inside a container [2020-12-15T00:43:43.995Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-15T00:43:43.995Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T00:43:43.995Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:43:43.995Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-15T00:43:43.995Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-15T00:43:43.995Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-15T00:43:43.995Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-15T00:43:43.995Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T00:43:43.995Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:43:44.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-15T00:43:44.260Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-15T00:43:44.260Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T00:43:44.260Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:43:44.260Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-15T00:43:44.260Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-15T00:43:44.260Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-15T00:43:44.522Z] Selecting previously unselected package openssh-client. [2020-12-15T00:43:44.522Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-15T00:43:44.522Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-15T00:43:44.785Z] Selecting previously unselected package squashfs-tools. [2020-12-15T00:43:44.785Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-15T00:43:44.785Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-15T00:43:44.785Z] Selecting previously unselected package snapd. [2020-12-15T00:43:44.785Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-15T00:43:45.049Z] Unpacking snapd (2.48+18.04) ... [2020-12-15T00:43:45.603Z] $ docker top 9369c2bb02b231e38f9f4d1159430beba0b960840fdfdd98878e9eaefaa31d0a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:43:46.709Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T00:43:47.609Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-15T00:43:47.609Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-15T00:43:47.871Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-15T00:43:47.871Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-15T00:43:47.871Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-15T00:43:47.871Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:43:47.871Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T00:43:48.136Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-15T00:43:48.136Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-15T00:43:49.084Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-15T00:43:49.084Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-15T00:43:49.084Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-15T00:43:49.084Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:43:49.084Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:43:49.084Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:43:50.038Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-15T00:43:50.038Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:43:50.038Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-15T00:43:50.301Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-15T00:43:50.301Z] running python rtupdate hooks for python3.6... [2020-12-15T00:43:50.301Z] running python post-rtupdate hooks for python3.6... [2020-12-15T00:43:50.301Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-15T00:43:52.102Z] Building docker-core-command-go ... [2020-12-15T00:43:52.102Z] Building docker-core-data-go ... [2020-12-15T00:43:52.102Z] Building docker-core-metadata-go ... [2020-12-15T00:43:52.102Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T00:43:52.102Z] Building docker-security-proxy-setup-go ... [2020-12-15T00:43:52.102Z] Building docker-security-secrets-setup-go ... [2020-12-15T00:43:52.102Z] Building docker-security-secretstore-setup-go ... [2020-12-15T00:43:52.102Z] Building docker-support-notifications-go ... [2020-12-15T00:43:52.102Z] Building docker-support-scheduler-go ... [2020-12-15T00:43:52.102Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T00:43:52.102Z] Building docker-core-data-go [2020-12-15T00:43:52.102Z] Building docker-support-scheduler-go [2020-12-15T00:43:52.102Z] Building docker-core-metadata-go [2020-12-15T00:43:52.102Z] Building docker-security-bootstrap-redis-go [2020-12-15T00:43:52.102Z] Building docker-security-secretstore-setup-go [2020-12-15T00:43:52.229Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-15T00:43:52.229Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:43:52.229Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-15T00:43:52.229Z] Setting up snapd (2.48+18.04) ... [2020-12-15T00:43:52.806Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-15T00:43:53.071Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-15T00:43:53.338Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-15T00:43:53.606Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-15T00:43:53.870Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-15T00:43:53.870Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-15T00:43:54.134Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-15T00:43:54.398Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-15T00:43:54.660Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-15T00:43:55.236Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-15T00:43:55.236Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-15T00:43:55.236Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T00:43:55.236Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-15T00:43:56.629Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T00:43:56.629Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T00:43:56.629Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T00:43:59.129Z] Reading package lists... [2020-12-15T00:43:59.394Z] Reading package lists... [2020-12-15T00:43:59.655Z] Building dependency tree... [2020-12-15T00:43:59.655Z] Reading state information... [2020-12-15T00:43:59.655Z] Calculating upgrade... [2020-12-15T00:43:59.917Z] The following packages will be upgraded: [2020-12-15T00:43:59.917Z] advancecomp base-files bash binutils binutils-common [2020-12-15T00:43:59.917Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-15T00:43:59.917Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-15T00:43:59.917Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-15T00:43:59.917Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-15T00:43:59.918Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-15T00:43:59.918Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-15T00:43:59.918Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-15T00:43:59.918Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-15T00:43:59.918Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-15T00:43:59.918Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-15T00:43:59.918Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-15T00:43:59.918Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-15T00:43:59.918Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-15T00:44:00.189Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T00:44:00.189Z] Need to get 63.5 MB of archives. [2020-12-15T00:44:00.189Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-15T00:44:00.189Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-15T00:44:00.189Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-15T00:44:00.189Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-15T00:44:00.189Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-15T00:44:00.189Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-15T00:44:00.189Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-15T00:44:00.189Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-15T00:44:00.189Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-15T00:44:00.189Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-15T00:44:00.189Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-15T00:44:00.189Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-15T00:44:00.189Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-15T00:44:00.189Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-15T00:44:00.189Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-15T00:44:00.189Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-15T00:44:00.189Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-15T00:44:00.189Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-15T00:44:00.452Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-15T00:44:00.452Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-15T00:44:00.452Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-15T00:44:00.452Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-15T00:44:00.452Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-15T00:44:00.452Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-15T00:44:00.452Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-15T00:44:00.452Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-15T00:44:00.452Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-15T00:44:00.452Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-15T00:44:00.452Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-15T00:44:00.452Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-15T00:44:00.452Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-15T00:44:00.452Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-15T00:44:00.452Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-15T00:44:00.452Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-15T00:44:00.452Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-15T00:44:00.452Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-15T00:44:00.452Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-15T00:44:00.452Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-15T00:44:00.452Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-15T00:44:00.452Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-15T00:44:00.452Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-15T00:44:00.452Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-15T00:44:00.452Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-15T00:44:00.452Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-15T00:44:00.452Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-15T00:44:00.452Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-15T00:44:00.452Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-15T00:44:00.452Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-15T00:44:00.452Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-15T00:44:00.452Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-15T00:44:00.452Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-15T00:44:00.716Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-15T00:44:00.716Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-15T00:44:00.716Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-15T00:44:00.716Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-15T00:44:00.716Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-15T00:44:00.980Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-15T00:44:00.980Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-15T00:44:00.980Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-15T00:44:01.244Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-15T00:44:01.244Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-15T00:44:01.244Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-15T00:44:01.244Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-15T00:44:01.244Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-15T00:44:01.244Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-15T00:44:01.244Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-15T00:44:01.244Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-15T00:44:01.244Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-15T00:44:01.244Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-15T00:44:01.244Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-15T00:44:01.244Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-15T00:44:01.244Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-15T00:44:01.244Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-15T00:44:01.244Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-15T00:44:01.244Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-15T00:44:01.509Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-15T00:44:01.509Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-15T00:44:01.509Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-15T00:44:01.509Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-15T00:44:01.509Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-15T00:44:01.509Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-15T00:44:01.509Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-15T00:44:01.509Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-15T00:44:01.509Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-15T00:44:01.509Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-15T00:44:01.509Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-15T00:44:01.509Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-15T00:44:01.509Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-15T00:44:01.772Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-15T00:44:01.772Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-15T00:44:01.772Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-15T00:44:01.772Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-15T00:44:01.772Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-15T00:44:01.772Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-15T00:44:01.772Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-15T00:44:01.772Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-15T00:44:01.772Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-15T00:44:02.037Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:44:02.037Z] Fetched 63.5 MB in 2s (36.3 MB/s) [2020-12-15T00:44:02.037Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:02.037Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:44:02.037Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T00:44:02.989Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:44:02.989Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T00:44:02.989Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-15T00:44:02.989Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-15T00:44:03.938Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:03.938Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:03.938Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:03.938Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:04.200Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:04.200Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:04.200Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:04.200Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:04.464Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:04.464Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:04.464Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:04.464Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:04.726Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:04.726Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:04.726Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:04.990Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T00:44:04.990Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:04.990Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-15T00:44:04.990Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:04.990Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T00:44:04.990Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:04.990Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:05.252Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:05.252Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:05.252Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:05.514Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:44:05.514Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:05.777Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T00:44:05.777Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:44:06.040Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T00:44:06.614Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-15T00:44:06.880Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T00:44:06.880Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-15T00:44:06.880Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-15T00:44:06.880Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-15T00:44:06.880Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-15T00:44:07.143Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-15T00:44:07.143Z] Installing new version of config file /etc/issue ... [2020-12-15T00:44:07.143Z] Installing new version of config file /etc/issue.net ... [2020-12-15T00:44:07.143Z] Installing new version of config file /etc/lsb-release ... [2020-12-15T00:44:07.143Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-15T00:44:07.719Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-15T00:44:07.719Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-15T00:44:07.719Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-15T00:44:07.719Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:07.719Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-15T00:44:07.982Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-15T00:44:07.982Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-15T00:44:07.982Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-15T00:44:08.246Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:08.246Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:08.246Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:08.246Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:08.509Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:08.509Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-15T00:44:08.509Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-15T00:44:08.509Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-15T00:44:08.773Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:08.773Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-15T00:44:08.773Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T00:44:09.035Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-15T00:44:09.297Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:09.297Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:09.297Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T00:44:09.297Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T00:44:09.297Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:09.297Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:09.561Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T00:44:09.561Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-15T00:44:09.561Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:09.561Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-15T00:44:09.824Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-15T00:44:09.824Z] Setting up grep (3.1-2build1) ... [2020-12-15T00:44:09.824Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:09.824Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-15T00:44:10.088Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-15T00:44:10.088Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-15T00:44:10.351Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:10.351Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T00:44:10.351Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:44:10.351Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-15T00:44:10.623Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:10.623Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T00:44:10.623Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T00:44:11.200Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T00:44:11.200Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T00:44:11.464Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T00:44:11.464Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T00:44:12.045Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-15T00:44:12.315Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:12.315Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-15T00:44:12.315Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T00:44:13.269Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-15T00:44:13.269Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-15T00:44:13.533Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-15T00:44:13.533Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-15T00:44:13.533Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-15T00:44:13.802Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:13.802Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-15T00:44:13.802Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-15T00:44:14.068Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-15T00:44:14.068Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:14.068Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:14.068Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:14.068Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:14.333Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:14.333Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:14.333Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:14.333Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:14.636Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:14.636Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:14.636Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:14.636Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:14.903Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:14.903Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:14.903Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:14.903Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:15.171Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:15.171Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T00:44:15.171Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:44:15.171Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T00:44:15.171Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:44:15.441Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T00:44:15.441Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:15.441Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T00:44:15.441Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:44:15.713Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T00:44:15.713Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:15.713Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:15.713Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:15.995Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:15.995Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:15.995Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:15.995Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:16.261Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:16.261Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:16.261Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:16.532Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:16.804Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:17.384Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-15T00:44:17.648Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-15T00:44:17.910Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:17.910Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:44:17.910Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T00:44:18.173Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:44:18.173Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:44:18.173Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-15T00:44:18.173Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:44:18.437Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-15T00:44:18.437Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:18.437Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-15T00:44:18.700Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-15T00:44:18.700Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-15T00:44:19.274Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:19.274Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T00:44:19.274Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T00:44:19.274Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T00:44:19.849Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:19.849Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T00:44:19.849Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T00:44:20.111Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T00:44:20.111Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:20.111Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T00:44:20.374Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T00:44:20.637Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T00:44:20.637Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:20.637Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:44:20.637Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:44:20.903Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:44:20.903Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T00:44:20.903Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:20.903Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T00:44:21.178Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T00:44:21.178Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:21.178Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-15T00:44:21.178Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-15T00:44:21.443Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-15T00:44:21.443Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:21.443Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-15T00:44:21.443Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T00:44:21.443Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T00:44:22.028Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:22.028Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:22.028Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T00:44:22.028Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T00:44:22.028Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:22.028Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-15T00:44:22.028Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-15T00:44:22.293Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-15T00:44:22.293Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:22.293Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-15T00:44:22.556Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-15T00:44:22.819Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-15T00:44:22.819Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:22.819Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:22.819Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T00:44:23.081Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-15T00:44:23.081Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:23.081Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-15T00:44:23.081Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-15T00:44:23.343Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-15T00:44:23.343Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:23.343Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-15T00:44:23.343Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-15T00:44:23.606Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-15T00:44:23.606Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:23.606Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-15T00:44:23.606Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-15T00:44:23.877Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-15T00:44:23.877Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:23.877Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-15T00:44:23.877Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-15T00:44:24.146Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-15T00:44:24.146Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:44:24.146Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-15T00:44:24.146Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-15T00:44:24.408Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-15T00:44:24.408Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-15T00:44:24.408Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-15T00:44:24.408Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-15T00:44:24.408Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-15T00:44:24.672Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-15T00:44:24.672Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-15T00:44:24.672Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-15T00:44:24.935Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-15T00:44:25.197Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-15T00:44:25.197Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-15T00:44:25.460Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-15T00:44:25.460Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-15T00:44:25.460Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-15T00:44:25.460Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-15T00:44:25.723Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-15T00:44:25.723Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-15T00:44:25.723Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-15T00:44:25.723Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-15T00:44:25.986Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-15T00:44:25.986Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-15T00:44:25.986Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-15T00:44:25.986Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-15T00:44:25.986Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-15T00:44:26.248Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-15T00:44:26.248Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-15T00:44:27.196Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-15T00:44:27.196Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-15T00:44:27.458Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-15T00:44:27.458Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-15T00:44:27.458Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T00:44:27.458Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T00:44:28.039Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T00:44:28.039Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T00:44:28.301Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T00:44:28.301Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T00:44:28.301Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T00:44:28.301Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T00:44:28.564Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:28.564Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:28.564Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:28.564Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:28.825Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:28.825Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:28.825Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:28.825Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:30.222Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:30.222Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:31.168Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:31.168Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:32.116Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:32.116Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:32.691Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:32.691Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:33.638Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:44:33.638Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:44:33.901Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T00:44:33.902Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T00:44:33.902Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-15T00:44:33.902Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T00:44:34.174Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-15T00:44:34.174Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T00:44:34.436Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-15T00:44:34.436Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-15T00:44:34.436Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T00:44:34.436Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T00:44:34.702Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T00:44:34.702Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T00:44:34.702Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-15T00:44:34.702Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-15T00:44:34.965Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:34.965Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T00:44:34.965Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:34.965Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:34.965Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:34.965Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-15T00:44:35.233Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-15T00:44:35.233Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-15T00:44:35.233Z] [2020-12-15T00:44:35.233Z] Current default time zone: 'Etc/UTC' [2020-12-15T00:44:35.233Z] Local time is now: Tue Dec 15 00:44:35 UTC 2020. [2020-12-15T00:44:35.233Z] Universal Time is now: Tue Dec 15 00:44:35 UTC 2020. [2020-12-15T00:44:35.233Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-15T00:44:35.233Z] [2020-12-15T00:44:35.496Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-15T00:44:35.496Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:35.496Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-15T00:44:35.496Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:44:35.496Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-15T00:44:35.496Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-15T00:44:35.496Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-15T00:44:35.496Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-15T00:44:35.496Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-15T00:44:35.758Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-15T00:44:35.758Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:35.758Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-15T00:44:36.021Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:36.021Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-15T00:44:36.021Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:36.021Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-15T00:44:36.021Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-15T00:44:36.301Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-15T00:44:36.301Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-15T00:44:36.301Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-15T00:44:36.301Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-15T00:44:36.301Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:44:36.301Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-15T00:44:38.866Z] Updating certificates in /etc/ssl/certs... [2020-12-15T00:44:39.440Z] 22 added, 17 removed; done. [2020-12-15T00:44:39.703Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-15T00:44:39.703Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:44:39.703Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-15T00:44:39.703Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-15T00:44:39.703Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-15T00:44:39.966Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:39.966Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-15T00:44:39.966Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:39.966Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:39.966Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:40.229Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:40.229Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:40.229Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-15T00:44:40.229Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-15T00:44:40.229Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-15T00:44:40.229Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-15T00:44:40.229Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-15T00:44:40.492Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:40.492Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:44:40.492Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-15T00:44:40.492Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-15T00:44:40.492Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-15T00:44:40.755Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:44:40.755Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-15T00:44:40.755Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-15T00:44:40.755Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-15T00:44:40.755Z] Updating certificates in /etc/ssl/certs... [2020-12-15T00:44:41.703Z] 0 added, 0 removed; done. [2020-12-15T00:44:41.703Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-15T00:44:41.703Z] done. [2020-12-15T00:44:42.540Z] Reading package lists... [2020-12-15T00:44:42.540Z] Building dependency tree... [2020-12-15T00:44:42.540Z] Reading state information... [2020-12-15T00:44:42.812Z] The following NEW packages will be installed: [2020-12-15T00:44:42.812Z] apt-transport-https [2020-12-15T00:44:42.812Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T00:44:42.812Z] Need to get 1696 B of archives. [2020-12-15T00:44:42.812Z] After this operation, 153 kB of additional disk space will be used. [2020-12-15T00:44:42.812Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-15T00:44:43.074Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:44:43.074Z] Fetched 1696 B in 0s (36.7 kB/s) [2020-12-15T00:44:43.074Z] Selecting previously unselected package apt-transport-https. [2020-12-15T00:44:43.074Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-15T00:44:43.074Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-15T00:44:43.074Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-15T00:44:43.337Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-15T00:44:43.600Z] Waiting for network to be ready... [2020-12-15T00:45:05.603Z] 2020-12-15T00:44:58Z INFO Waiting for automatic snapd restart... [2020-12-15T00:45:13.833Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:45:13.833Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:45:13.833Z] ---> 52b81dd3fdb8 [2020-12-15T00:45:13.833Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:45:13.833Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:45:13.833Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:45:13.833Z] ---> 52b81dd3fdb8 [2020-12-15T00:45:13.833Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T00:45:13.833Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:45:13.833Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:45:13.833Z] ---> 52b81dd3fdb8 [2020-12-15T00:45:13.833Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:45:13.833Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:45:13.833Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:45:13.833Z] ---> 52b81dd3fdb8 [2020-12-15T00:45:13.833Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:45:13.833Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:45:13.833Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:45:13.833Z] ---> 52b81dd3fdb8 [2020-12-15T00:45:13.833Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:45:13.833Z] ---> Running in 4db10e604ecf [2020-12-15T00:45:13.833Z] ---> Running in 8acb402917a3 [2020-12-15T00:45:13.833Z] ---> Running in 4ede267408e2 [2020-12-15T00:45:13.833Z] ---> Running in adb8947924ad [2020-12-15T00:45:13.833Z] ---> Running in 316bd10dbc00 [2020-12-15T00:45:13.833Z] Removing intermediate container 8acb402917a3 [2020-12-15T00:45:13.833Z] ---> 80645aee1098 [2020-12-15T00:45:13.833Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:45:13.833Z] Removing intermediate container 316bd10dbc00 [2020-12-15T00:45:13.833Z] ---> f7dffee52084 [2020-12-15T00:45:13.833Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:45:13.833Z] Removing intermediate container adb8947924ad [2020-12-15T00:45:13.833Z] ---> 053dce4a7e89 [2020-12-15T00:45:13.833Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:45:13.833Z] Removing intermediate container 4ede267408e2 [2020-12-15T00:45:13.833Z] ---> 621596454c13 [2020-12-15T00:45:13.833Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:45:13.833Z] Removing intermediate container 4db10e604ecf [2020-12-15T00:45:13.833Z] ---> 8c8f3a03e33e [2020-12-15T00:45:13.833Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:45:13.833Z] ---> Running in 67f6351df67d [2020-12-15T00:45:13.833Z] ---> Running in 0f958627fc12 [2020-12-15T00:45:13.833Z] ---> Running in 50a7b55f9a87 [2020-12-15T00:45:13.833Z] ---> Running in 85ada1f2af55 [2020-12-15T00:45:13.833Z] ---> Running in 24e3ce3456df [2020-12-15T00:45:13.833Z] Removing intermediate container 0f958627fc12 [2020-12-15T00:45:13.833Z] ---> bfa53f85daf6 [2020-12-15T00:45:13.833Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T00:45:13.833Z] ---> Running in 7f41359730ae [2020-12-15T00:45:13.833Z] Removing intermediate container 67f6351df67d [2020-12-15T00:45:13.833Z] ---> 7ca18eed4794 [2020-12-15T00:45:13.833Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:45:13.833Z] ---> Running in ecadd351db2c [2020-12-15T00:45:13.833Z] Removing intermediate container 85ada1f2af55 [2020-12-15T00:45:13.833Z] ---> b353f6958e64 [2020-12-15T00:45:13.833Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T00:45:13.833Z] Removing intermediate container 24e3ce3456df [2020-12-15T00:45:13.833Z] ---> b70f6af98540 [2020-12-15T00:45:13.833Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:45:13.833Z] Removing intermediate container 50a7b55f9a87 [2020-12-15T00:45:13.833Z] ---> 83dd66d660bb [2020-12-15T00:45:13.833Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:45:13.833Z] ---> Running in 983de0c9948c [2020-12-15T00:45:13.833Z] ---> Running in 5a19de144451 [2020-12-15T00:45:13.833Z] ---> Running in 8f11a8852ae6 [2020-12-15T00:45:13.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:14.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:14.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:14.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:14.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:14.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:14.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:15.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:15.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:15.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:45:15.640Z] snapd 2.48.1 from Canonical* installed [2020-12-15T00:45:15.909Z] "snapd" switched to the "latest/stable" channel [2020-12-15T00:45:15.909Z] [2020-12-15T00:45:16.243Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:45:16.243Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:45:16.243Z] OK: 12620 distinct packages available [2020-12-15T00:45:16.520Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:45:16.520Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:45:16.520Z] OK: 12620 distinct packages available [2020-12-15T00:45:16.797Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:45:16.797Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:45:16.797Z] OK: 12620 distinct packages available [2020-12-15T00:45:16.797Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:45:16.797Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:45:16.797Z] OK: 12620 distinct packages available [2020-12-15T00:45:17.072Z] OK: 217 MiB in 51 packages [2020-12-15T00:45:17.353Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:45:17.353Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:45:17.353Z] OK: 12620 distinct packages available [2020-12-15T00:45:17.629Z] OK: 217 MiB in 51 packages [2020-12-15T00:45:17.911Z] OK: 217 MiB in 51 packages [2020-12-15T00:45:17.911Z] OK: 217 MiB in 51 packages [2020-12-15T00:45:18.546Z] OK: 217 MiB in 51 packages [2020-12-15T00:45:19.548Z] Removing intermediate container 7f41359730ae [2020-12-15T00:45:19.548Z] ---> 7a4aad82d796 [2020-12-15T00:45:19.548Z] Step 6/24 : COPY go.mod . [2020-12-15T00:45:19.548Z] Removing intermediate container ecadd351db2c [2020-12-15T00:45:19.548Z] ---> 2ffc270a87f1 [2020-12-15T00:45:19.548Z] Step 6/22 : COPY go.mod . [2020-12-15T00:45:20.149Z] Removing intermediate container 983de0c9948c [2020-12-15T00:45:20.149Z] ---> e63a803e2d86 [2020-12-15T00:45:20.149Z] Step 6/23 : COPY go.mod . [2020-12-15T00:45:20.149Z] Removing intermediate container 8f11a8852ae6 [2020-12-15T00:45:20.149Z] ---> 5817a5b72d48 [2020-12-15T00:45:20.149Z] Step 6/22 : COPY go.mod . [2020-12-15T00:45:20.421Z] Removing intermediate container 5a19de144451 [2020-12-15T00:45:20.421Z] ---> 8fca66fdbae4 [2020-12-15T00:45:20.421Z] Step 6/21 : COPY go.mod . [2020-12-15T00:45:20.421Z] ---> 62fa70871250 [2020-12-15T00:45:20.421Z] Step 7/24 : RUN go mod download [2020-12-15T00:45:20.421Z] ---> 93e3b063293e [2020-12-15T00:45:20.421Z] Step 7/22 : RUN go mod download [2020-12-15T00:45:20.695Z] ---> Running in 49fedeb2c18d [2020-12-15T00:45:20.695Z] ---> Running in 0aa069e95673 [2020-12-15T00:45:20.965Z] ---> 99e4317da242 [2020-12-15T00:45:20.965Z] Step 7/23 : RUN go mod download [2020-12-15T00:45:21.239Z] ---> 555f75ea4cf9 [2020-12-15T00:45:21.239Z] Step 7/22 : RUN go mod download [2020-12-15T00:45:21.239Z] ---> Running in 4e366bcd6f75 [2020-12-15T00:45:21.510Z] ---> 4d152a485529 [2020-12-15T00:45:21.510Z] Step 7/21 : RUN go mod download [2020-12-15T00:45:21.510Z] ---> Running in 5a0ac3c29272 [2020-12-15T00:45:21.782Z] ---> Running in 4363766ef592 [2020-12-15T00:45:22.525Z] core18 20200929 from Canonical* installed [2020-12-15T00:45:22.525Z] "core18" switched to the "latest/stable" channel [2020-12-15T00:45:22.525Z] [2020-12-15T00:45:25.211Z] Removing intermediate container 49fedeb2c18d [2020-12-15T00:45:25.211Z] ---> 3c962f79e863 [2020-12-15T00:45:25.211Z] Step 8/22 : COPY . . [2020-12-15T00:45:25.814Z] Removing intermediate container 0aa069e95673 [2020-12-15T00:45:25.814Z] ---> 24f82185543c [2020-12-15T00:45:25.814Z] Step 8/24 : COPY . . [2020-12-15T00:45:25.814Z] Removing intermediate container 4e366bcd6f75 [2020-12-15T00:45:25.814Z] ---> 666c0b780704 [2020-12-15T00:45:25.814Z] Step 8/23 : COPY . . [2020-12-15T00:45:26.099Z] Removing intermediate container 5a0ac3c29272 [2020-12-15T00:45:26.099Z] ---> cf29b9f4b70a [2020-12-15T00:45:26.099Z] Step 8/22 : COPY . . [2020-12-15T00:45:26.375Z] Removing intermediate container 4363766ef592 [2020-12-15T00:45:26.375Z] ---> 7ec26596a0b6 [2020-12-15T00:45:26.375Z] Step 8/21 : COPY . . [2020-12-15T00:45:29.128Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T00:45:29.703Z] "snapcraft" switched to the "latest/stable" channel [2020-12-15T00:45:29.703Z] [2020-12-15T00:45:33.923Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-15T00:45:33.923Z] - README.md [2020-12-15T00:45:33.923Z] - snapcraft.yaml.orig [2020-12-15T00:45:33.923Z] [2020-12-15T00:45:33.923Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-15T00:45:40.643Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T00:45:40.643Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T00:45:40.643Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T00:45:40.915Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T00:45:42.876Z] Reading package lists... [2020-12-15T00:45:43.452Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-15T00:45:50.053Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T00:45:50.053Z] Reading package lists... [2020-12-15T00:45:50.053Z] Building dependency tree... [2020-12-15T00:45:50.053Z] Reading state information... [2020-12-15T00:45:50.053Z] Suggested packages: [2020-12-15T00:45:50.053Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-15T00:45:50.053Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-15T00:45:50.053Z] Recommended packages: [2020-12-15T00:45:50.053Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-15T00:45:50.053Z] The following NEW packages will be installed: [2020-12-15T00:45:50.053Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-15T00:45:50.053Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-15T00:45:50.053Z] pkg-config zip [2020-12-15T00:45:50.315Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T00:45:50.315Z] Need to get 7655 kB of archives. [2020-12-15T00:45:50.315Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-15T00:45:50.315Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-15T00:45:50.315Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-15T00:45:50.315Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-15T00:45:50.579Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-15T00:45:50.579Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-15T00:45:50.579Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-15T00:45:50.579Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-15T00:45:50.842Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-15T00:45:50.843Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-15T00:45:50.843Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-15T00:45:50.843Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-15T00:45:50.843Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-15T00:45:51.105Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-15T00:45:51.105Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-15T00:45:51.105Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-15T00:45:51.368Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:45:51.368Z] Fetched 7655 kB in 1s (6908 kB/s) [2020-12-15T00:45:51.368Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-15T00:45:51.632Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-15T00:45:51.632Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-15T00:45:51.632Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-15T00:45:51.632Z] Selecting previously unselected package libpsl5:amd64. [2020-12-15T00:45:51.632Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-15T00:45:51.893Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-15T00:45:51.893Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-15T00:45:51.893Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-15T00:45:51.893Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-15T00:45:51.893Z] Selecting previously unselected package librtmp1:amd64. [2020-12-15T00:45:51.893Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-15T00:45:51.893Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-15T00:45:52.155Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-15T00:45:52.155Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-15T00:45:52.155Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-15T00:45:52.155Z] Selecting previously unselected package liberror-perl. [2020-12-15T00:45:52.155Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-15T00:45:52.155Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-15T00:45:52.418Z] Selecting previously unselected package git-man. [2020-12-15T00:45:52.418Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-15T00:45:52.418Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-15T00:45:52.418Z] Selecting previously unselected package git. [2020-12-15T00:45:52.418Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-15T00:45:52.418Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-15T00:45:53.184Z] ---> 6b004f5d476c [2020-12-15T00:45:53.184Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T00:45:53.184Z] ---> a5e6bed17dc3 [2020-12-15T00:45:53.184Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T00:45:53.185Z] ---> 8fcf3c0bcc19 [2020-12-15T00:45:53.185Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T00:45:53.185Z] ---> Running in 31327f197774 [2020-12-15T00:45:53.185Z] ---> 3bac2bcb7fa2 [2020-12-15T00:45:53.185Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T00:45:53.185Z] ---> Running in 46757512e2fa [2020-12-15T00:45:53.185Z] ---> 0257046862ab [2020-12-15T00:45:53.185Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T00:45:53.185Z] ---> Running in e6aed6b0620c [2020-12-15T00:45:53.185Z] ---> Running in f6256fe86473 [2020-12-15T00:45:53.185Z] ---> Running in b12e189a95b4 [2020-12-15T00:45:53.366Z] Selecting previously unselected package libnorm1:amd64. [2020-12-15T00:45:53.366Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-15T00:45:53.366Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-15T00:45:53.631Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-15T00:45:53.631Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-15T00:45:53.631Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-15T00:45:53.631Z] Selecting previously unselected package libsodium23:amd64. [2020-12-15T00:45:53.631Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-15T00:45:53.631Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-15T00:45:53.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:45:53.896Z] Selecting previously unselected package libzmq5:amd64. [2020-12-15T00:45:53.896Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-15T00:45:53.896Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T00:45:53.896Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-15T00:45:53.896Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-15T00:45:53.896Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T00:45:54.071Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T00:45:54.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:45:54.158Z] Selecting previously unselected package pkg-config. [2020-12-15T00:45:54.159Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-15T00:45:54.159Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-15T00:45:54.159Z] Selecting previously unselected package zip. [2020-12-15T00:45:54.159Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-15T00:45:54.159Z] Unpacking zip (3.0-11build1) ... [2020-12-15T00:45:54.159Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-15T00:45:54.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:45:54.422Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-15T00:45:54.422Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-15T00:45:54.422Z] Setting up liberror-perl (0.17025-1) ... [2020-12-15T00:45:54.422Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-15T00:45:54.422Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-15T00:45:54.422Z] No schema files found: doing nothing. [2020-12-15T00:45:54.422Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-15T00:45:54.422Z] Setting up zip (3.0-11build1) ... [2020-12-15T00:45:54.422Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-15T00:45:54.422Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-15T00:45:54.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:45:54.685Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-15T00:45:54.685Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T00:45:54.685Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-15T00:45:54.685Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T00:45:54.685Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-15T00:45:54.685Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:46:01.298Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T00:46:01.874Z] git set to automatically installed. [2020-12-15T00:46:01.874Z] git-man set to automatically installed. [2020-12-15T00:46:01.874Z] libcurl3-gnutls set to automatically installed. [2020-12-15T00:46:01.874Z] liberror-perl set to automatically installed. [2020-12-15T00:46:01.874Z] libglib2.0-0 set to automatically installed. [2020-12-15T00:46:01.874Z] libnghttp2-14 set to automatically installed. [2020-12-15T00:46:01.874Z] libnorm1 set to automatically installed. [2020-12-15T00:46:01.874Z] libpgm-5.2-0 set to automatically installed. [2020-12-15T00:46:01.874Z] libpsl5 set to automatically installed. [2020-12-15T00:46:01.874Z] librtmp1 set to automatically installed. [2020-12-15T00:46:01.874Z] libsodium23 set to automatically installed. [2020-12-15T00:46:01.874Z] libzmq3-dev set to automatically installed. [2020-12-15T00:46:01.874Z] libzmq5 set to automatically installed. [2020-12-15T00:46:01.874Z] pkg-config set to automatically installed. [2020-12-15T00:46:01.874Z] zip set to automatically installed. [2020-12-15T00:46:03.796Z] snapd is not logged in, snap install commands will use sudo [2020-12-15T00:46:10.395Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T00:46:11.786Z] snap "core18" has no updates available [2020-12-15T00:46:12.756Z] Pulling config-common [2020-12-15T00:46:14.149Z] Pulling go-build-helper [2020-12-15T00:46:40.763Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-15T00:46:40.763Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-15T00:46:40.763Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] [2020-12-15T00:46:40.763Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-15T00:46:40.763Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-15T00:46:40.763Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-15T00:46:40.763Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-15T00:46:40.763Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-15T00:46:40.763Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-15T00:46:40.763Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-15T00:46:40.763Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-15T00:46:40.763Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-15T00:46:40.763Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-15T00:46:40.763Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-15T00:46:40.763Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-15T00:46:40.763Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-15T00:46:40.763Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-15T00:46:40.763Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-15T00:46:40.763Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-15T00:46:40.763Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-15T00:46:40.763Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-15T00:46:40.763Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-15T00:46:40.763Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-15T00:46:40.763Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-15T00:46:40.763Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-15T00:46:40.763Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-15T00:46:40.763Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-15T00:46:40.763Z] Fetched 23.5 MB in 6s (3876 kB/s) [2020-12-15T00:46:40.763Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-15T00:46:40.763Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-15T00:46:40.763Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-15T00:46:40.763Z] Fetched 279 kB in 0s (0 B/s) [2020-12-15T00:46:40.763Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-15T00:46:40.763Z] Fetched 122 kB in 0s (0 B/s) [2020-12-15T00:46:40.763Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-15T00:46:40.763Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-15T00:46:40.763Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-15T00:46:40.763Z] Fetched 8848 B in 0s (0 B/s) [2020-12-15T00:46:40.763Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-15T00:46:40.763Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-15T00:46:40.763Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-15T00:46:40.763Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-15T00:46:40.764Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-15T00:46:40.764Z] Fetched 214 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-15T00:46:40.764Z] Fetched 155 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-15T00:46:40.764Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-15T00:46:40.764Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-15T00:46:40.764Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-15T00:46:40.764Z] Fetched 499 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-15T00:46:40.764Z] Fetched 111 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-15T00:46:40.764Z] Fetched 240 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-15T00:46:40.764Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-15T00:46:40.764Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-15T00:46:40.764Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-15T00:46:40.764Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-15T00:46:40.764Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-15T00:46:40.764Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-15T00:46:40.764Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-15T00:46:40.764Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-15T00:46:40.764Z] Fetched 8720 B in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-15T00:46:40.764Z] Fetched 137 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-15T00:46:40.764Z] Fetched 119 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-15T00:46:40.764Z] Fetched 109 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-15T00:46:40.764Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-15T00:46:40.764Z] Fetched 645 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-15T00:46:40.764Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-15T00:46:40.764Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-15T00:46:40.764Z] Fetched 368 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-15T00:46:40.764Z] Fetched 187 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-15T00:46:40.764Z] Fetched 175 kB in 0s (0 B/s) [2020-12-15T00:46:40.764Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-15T00:46:44.078Z] Fetched 206 kB in 0s (0 B/s) [2020-12-15T00:46:44.078Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-15T00:46:44.078Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-15T00:46:44.078Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-15T00:46:44.078Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-15T00:46:44.078Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-15T00:46:44.078Z] Fetched 159 kB in 0s (0 B/s) [2020-12-15T00:46:44.078Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-15T00:46:44.078Z] Fetched 107 kB in 0s (0 B/s) [2020-12-15T00:46:44.078Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-15T00:46:44.078Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-15T00:46:44.078Z] Pulling static-packages [2020-12-15T00:46:45.025Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-15T00:46:45.025Z] Skipping pull go-build-helper (already ran) [2020-12-15T00:46:45.025Z] Skipping pull static-packages (already ran) [2020-12-15T00:46:45.025Z] Building go-build-helper [2020-12-15T00:46:50.334Z] Building static-packages [2020-12-15T00:46:52.906Z] Staging go-build-helper [2020-12-15T00:46:54.312Z] Staging static-packages [2020-12-15T00:46:55.710Z] Pulling go115 [2020-12-15T00:46:57.113Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-15T00:46:57.113Z] Skipping pull go115 (already ran) [2020-12-15T00:46:57.113Z] Building go115 [2020-12-15T00:46:57.113Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T00:46:57.113Z] Dload Upload Total Spent Left Speed [2020-12-15T00:47:00.277Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 151k 0 0 1239k 0 0:01:35 --:--:-- 0:01:35 1229k 33 115M 33 38.6M 0 0 34.4M 0 0:00:03 0:00:01 0:00:02 34.4M 71 115M 71 82.0M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M [2020-12-15T00:47:00.855Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-15T00:47:07.463Z] Staging go115 [2020-12-15T00:47:14.068Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T00:47:14.068Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T00:47:14.068Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T00:47:14.068Z] Fetched 0 B in 0s (0 B/s) [2020-12-15T00:47:14.068Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-15T00:47:14.068Z] Fetched 224 kB in 0s (0 B/s) [2020-12-15T00:47:14.068Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-15T00:47:14.068Z] Fetched 157 kB in 0s (0 B/s) [2020-12-15T00:47:14.068Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-15T00:47:14.068Z] Fetched 221 kB in 0s (0 B/s) [2020-12-15T00:47:14.068Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-15T00:47:14.068Z] Fetched 143 kB in 0s (0 B/s) [2020-12-15T00:47:14.068Z] Pulling edgex-go [2020-12-15T00:47:16.668Z] Pulling version [2020-12-15T00:47:17.613Z] Building config-common [2020-12-15T00:47:20.946Z] Skipping build go-build-helper (already ran) [2020-12-15T00:47:20.946Z] Skipping build static-packages (already ran) [2020-12-15T00:47:20.946Z] Skipping build go115 (already ran) [2020-12-15T00:47:20.946Z] Building edgex-go [2020-12-15T00:47:22.343Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T00:47:23.299Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-15T00:47:23.299Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-15T00:47:23.299Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-15T00:47:23.299Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-15T00:47:23.299Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-15T00:47:23.563Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-15T00:47:23.563Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-15T00:47:23.563Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-15T00:47:23.563Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-15T00:47:23.563Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T00:47:23.563Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-15T00:47:23.563Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-15T00:47:23.563Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-15T00:47:23.563Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-15T00:47:23.563Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-15T00:47:23.563Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-15T00:47:23.563Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-15T00:47:23.563Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T00:47:23.563Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-15T00:47:23.563Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-15T00:47:23.563Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-15T00:47:23.563Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-15T00:47:23.563Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T00:47:23.563Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-15T00:47:23.563Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-15T00:47:23.563Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-15T00:47:23.843Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-15T00:47:23.844Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-15T00:47:23.844Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-15T00:47:23.844Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-15T00:47:23.844Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-15T00:47:23.844Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-15T00:47:23.844Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T00:47:23.844Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-15T00:47:23.844Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-15T00:47:23.844Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-15T00:47:23.844Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-15T00:47:23.844Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-15T00:47:24.112Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-15T00:47:24.112Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-15T00:47:24.112Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-15T00:47:31.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:47:36.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:47:41.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T00:47:42.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T00:47:44.162Z] Removing intermediate container 31327f197774 [2020-12-15T00:47:44.162Z] ---> 95660760a404 [2020-12-15T00:47:44.162Z] [2020-12-15T00:47:44.162Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T00:47:44.162Z] 3.10: Pulling from library/alpine [2020-12-15T00:47:44.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T00:47:44.439Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T00:47:44.439Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T00:47:44.439Z] ---> 536a684cf733 [2020-12-15T00:47:44.439Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:47:44.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T00:47:44.798Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-15T00:47:45.062Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T00:47:45.062Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T00:47:45.426Z] ---> Running in a21263e8b85e [2020-12-15T00:47:45.703Z] Removing intermediate container e6aed6b0620c [2020-12-15T00:47:45.703Z] ---> bcdc227e418d [2020-12-15T00:47:45.704Z] [2020-12-15T00:47:45.704Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T00:47:45.704Z] ---> 536a684cf733 [2020-12-15T00:47:45.704Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:47:45.997Z] ---> Running in b3ccd8ca4cd6 [2020-12-15T00:47:46.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:47:46.465Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-15T00:47:46.465Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-15T00:47:47.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:47:48.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:47:48.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:47:48.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:47:48.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T00:47:48.655Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:47:48.655Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:47:48.655Z] OK: 10169 distinct packages available [2020-12-15T00:47:48.933Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:47:48.933Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:47:48.933Z] OK: 10169 distinct packages available [2020-12-15T00:47:49.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:47:49.358Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-15T00:47:49.538Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:47:49.538Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:47:49.538Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:47:49.538Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:47:49.538Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:47:49.538Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:47:49.538Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:47:49.816Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:47:49.816Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:47:49.816Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:47:50.095Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:47:50.096Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:47:50.096Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:47:50.096Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:47:50.096Z] OK: 7 MiB in 19 packages [2020-12-15T00:47:50.374Z] OK: 7 MiB in 19 packages [2020-12-15T00:47:50.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:47:50.761Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T00:47:52.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:47:53.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:47:54.045Z] Removing intermediate container a21263e8b85e [2020-12-15T00:47:54.045Z] ---> 8622950641d0 [2020-12-15T00:47:54.045Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T00:47:54.045Z] Removing intermediate container b3ccd8ca4cd6 [2020-12-15T00:47:54.045Z] ---> c6bb61d48370 [2020-12-15T00:47:54.045Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:47:54.045Z] ---> Running in 1b7d13da3760 [2020-12-15T00:47:54.045Z] ---> Running in 1ae4a8a88569 [2020-12-15T00:47:54.349Z] Removing intermediate container 1b7d13da3760 [2020-12-15T00:47:54.349Z] ---> c38bff9c1abe [2020-12-15T00:47:54.349Z] Step 13/22 : WORKDIR / [2020-12-15T00:47:54.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T00:47:54.742Z] ---> Running in 48362ab5a0bb [2020-12-15T00:47:54.742Z] Removing intermediate container 1ae4a8a88569 [2020-12-15T00:47:54.742Z] ---> f756b8744693 [2020-12-15T00:47:54.742Z] Step 13/24 : WORKDIR / [2020-12-15T00:47:55.030Z] ---> Running in 954864b21d9e [2020-12-15T00:47:55.648Z] Removing intermediate container 48362ab5a0bb [2020-12-15T00:47:55.648Z] ---> 9107e7e941eb [2020-12-15T00:47:55.648Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T00:47:55.926Z] Removing intermediate container 954864b21d9e [2020-12-15T00:47:55.926Z] ---> 888a095861fe [2020-12-15T00:47:55.926Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-15T00:47:56.916Z] ---> a022bebbf237 [2020-12-15T00:47:56.916Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T00:47:57.192Z] ---> b6ba3dbfd87a [2020-12-15T00:47:57.192Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-15T00:47:58.642Z] ---> dec71bfc5bba [2020-12-15T00:47:58.642Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T00:47:58.849Z] Building version [2020-12-15T00:47:58.920Z] ---> 67fe4631c7e5 [2020-12-15T00:47:58.920Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T00:47:59.909Z] ---> bb1897dd6fb2 [2020-12-15T00:47:59.909Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T00:48:00.184Z] ---> ceb7fcfd6b5d [2020-12-15T00:48:00.185Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T00:48:01.421Z] Staging config-common [2020-12-15T00:48:02.255Z] ---> 250dc44b5394 [2020-12-15T00:48:02.255Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T00:48:02.558Z] ---> 5698ef75f19f [2020-12-15T00:48:02.558Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T00:48:02.558Z] ---> Running in f2fcca719f9b [2020-12-15T00:48:02.866Z] Skipping stage go-build-helper (already ran) [2020-12-15T00:48:02.866Z] Skipping stage static-packages (already ran) [2020-12-15T00:48:02.866Z] Skipping stage go115 (already ran) [2020-12-15T00:48:02.866Z] Staging edgex-go [2020-12-15T00:48:04.270Z] Staging version [2020-12-15T00:48:05.230Z] Priming config-common [2020-12-15T00:48:05.286Z] ---> 0f986ebfdf0a [2020-12-15T00:48:05.286Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:48:06.629Z] Priming go-build-helper [2020-12-15T00:48:06.738Z] ---> 0370bfe5ba7c [2020-12-15T00:48:06.738Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:48:06.738Z] Removing intermediate container f2fcca719f9b [2020-12-15T00:48:06.738Z] ---> 919e9c7ebf5c [2020-12-15T00:48:06.738Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T00:48:06.738Z] ---> Running in 5cf1a7b375f3 [2020-12-15T00:48:07.015Z] ---> Running in 4ea9d2b6e008 [2020-12-15T00:48:08.026Z] Priming static-packages [2020-12-15T00:48:08.468Z] Removing intermediate container 4ea9d2b6e008 [2020-12-15T00:48:08.468Z] ---> c04b66827170 [2020-12-15T00:48:08.468Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:48:08.468Z] ---> Running in f3f227654a72 [2020-12-15T00:48:09.922Z] Removing intermediate container f3f227654a72 [2020-12-15T00:48:09.922Z] ---> d1e1462378be [2020-12-15T00:48:09.922Z] Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:48:10.525Z] ---> Running in 8d9182b768e1 [2020-12-15T00:48:11.356Z] Priming go115 [2020-12-15T00:48:11.974Z] Removing intermediate container 8d9182b768e1 [2020-12-15T00:48:11.974Z] ---> 1486008d6db2 [2020-12-15T00:48:11.974Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:48:12.252Z] Removing intermediate container 5cf1a7b375f3 [2020-12-15T00:48:12.252Z] ---> 504c7644ef05 [2020-12-15T00:48:12.252Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:48:12.310Z] Priming edgex-go [2020-12-15T00:48:12.531Z] ---> Running in 430744ebb85f [2020-12-15T00:48:12.815Z] Removing intermediate container f6256fe86473 [2020-12-15T00:48:12.815Z] ---> ec14a0d0d73c [2020-12-15T00:48:12.815Z] [2020-12-15T00:48:12.815Z] Step 10/21 : FROM scratch [2020-12-15T00:48:12.815Z] ---> [2020-12-15T00:48:12.815Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:48:12.815Z] ---> Running in 24b049b8b828 [2020-12-15T00:48:13.095Z] ---> Running in e020cdef52c3 [2020-12-15T00:48:13.383Z] Removing intermediate container 430744ebb85f [2020-12-15T00:48:13.383Z] ---> 3c287fb7998f [2020-12-15T00:48:13.383Z] [2020-12-15T00:48:13.663Z] Removing intermediate container 24b049b8b828 [2020-12-15T00:48:13.663Z] ---> 9718d1be000a [2020-12-15T00:48:13.663Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T00:48:13.952Z] Removing intermediate container e020cdef52c3 [2020-12-15T00:48:13.952Z] ---> 4f11716a07e1 [2020-12-15T00:48:13.952Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T00:48:13.952Z] ---> Running in 9999b502cb41 [2020-12-15T00:48:14.234Z] ---> Running in 4e5982c39177 [2020-12-15T00:48:14.246Z] Priming version [2020-12-15T00:48:14.515Z] Successfully built 3c287fb7998f [2020-12-15T00:48:14.515Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-15T00:48:14.515Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2020-12-15T00:48:15.120Z] Removing intermediate container 4e5982c39177 [2020-12-15T00:48:15.120Z] Removing intermediate container 9999b502cb41 [2020-12-15T00:48:15.120Z] ---> a9a141074466 [2020-12-15T00:48:15.120Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T00:48:15.120Z] ---> a3f7436eb7f8 [2020-12-15T00:48:15.120Z] Step 23/24 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:48:15.204Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-15T00:48:15.397Z] ---> Running in f80992d359c5 [2020-12-15T00:48:15.397Z] ---> Running in 76a44c9a6084 [2020-12-15T00:48:16.000Z] Removing intermediate container f80992d359c5 [2020-12-15T00:48:16.000Z] ---> 7d4556ed9521 [2020-12-15T00:48:16.000Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T00:48:16.615Z] Removing intermediate container 76a44c9a6084 [2020-12-15T00:48:16.615Z] ---> c6186ee7b16a [2020-12-15T00:48:16.615Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:48:17.258Z] ---> Running in e1192026fd91 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-12-15T00:48:17.540Z] ---> 08a60f4e840b [2020-12-15T00:48:17.540Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T00:48:18.147Z] Removing intermediate container e1192026fd91 [2020-12-15T00:48:18.147Z] ---> 3b2bc1906b4d [2020-12-15T00:48:18.147Z] [2020-12-15T00:48:18.750Z] Successfully built 3b2bc1906b4d [2020-12-15T00:48:18.750Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-15T00:48:18.750Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-12-15T00:48:19.756Z] ---> f1d2adab3284 [2020-12-15T00:48:19.757Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T00:48:21.273Z] ---> 289c4f6d23c9 [2020-12-15T00:48:21.273Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T00:48:22.266Z] ---> Running in 9347d0312587 [2020-12-15T00:48:23.707Z] Removing intermediate container 9347d0312587 [2020-12-15T00:48:23.707Z] ---> 3976be3003f4 [2020-12-15T00:48:23.707Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:48:24.689Z] ---> Running in 3cb78edb5895 [2020-12-15T00:48:25.292Z] Removing intermediate container 3cb78edb5895 [2020-12-15T00:48:25.292Z] ---> 00cfcda21318 [2020-12-15T00:48:25.292Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T00:48:26.276Z] ---> Running in 046309b92b59 [2020-12-15T00:48:27.717Z] Removing intermediate container 046309b92b59 [2020-12-15T00:48:27.717Z] ---> de60849c16e0 [2020-12-15T00:48:27.717Z] Step 20/21 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:48:28.699Z] ---> Running in b5b5568ab4e6 [2020-12-15T00:48:29.695Z] Removing intermediate container b12e189a95b4 [2020-12-15T00:48:29.695Z] ---> 7cfa525710ff [2020-12-15T00:48:29.695Z] [2020-12-15T00:48:29.695Z] Step 10/22 : FROM scratch [2020-12-15T00:48:29.695Z] ---> [2020-12-15T00:48:29.695Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:48:29.695Z] ---> Using cache [2020-12-15T00:48:29.695Z] ---> 4f11716a07e1 [2020-12-15T00:48:29.695Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T00:48:29.969Z] Removing intermediate container b5b5568ab4e6 [2020-12-15T00:48:29.969Z] ---> 7b548e687b9e [2020-12-15T00:48:29.969Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:48:30.245Z] ---> Running in 06a892177a92 [2020-12-15T00:48:30.524Z] ---> Running in 845a5297d2dc [2020-12-15T00:48:31.124Z] Removing intermediate container 06a892177a92 [2020-12-15T00:48:31.124Z] ---> 205ad1f3d371 [2020-12-15T00:48:31.124Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:48:31.403Z] ---> Running in b9e23155b150 [2020-12-15T00:48:31.403Z] Removing intermediate container 845a5297d2dc [2020-12-15T00:48:31.403Z] ---> 8690b5df6ff0 [2020-12-15T00:48:31.403Z] [2020-12-15T00:48:32.005Z] Successfully built 8690b5df6ff0 [2020-12-15T00:48:32.283Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-15T00:48:32.283Z] Building docker-sys-mgmt-agent-go [2020-12-15T00:48:32.283Z]  Building docker-support-scheduler-go ... done Removing intermediate container b9e23155b150 [2020-12-15T00:48:32.283Z] ---> 721f61e2b775 [2020-12-15T00:48:32.283Z] Step 14/22 : WORKDIR / [2020-12-15T00:48:32.560Z] ---> Running in 3eef4c8c3541 [2020-12-15T00:48:33.156Z] Removing intermediate container 3eef4c8c3541 [2020-12-15T00:48:33.157Z] ---> 6bf652ff7145 [2020-12-15T00:48:33.157Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T00:48:34.605Z] ---> e197d06d2ec5 [2020-12-15T00:48:34.605Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T00:48:38.920Z] ---> c1d0375f5d9b [2020-12-15T00:48:38.920Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T00:48:39.937Z] Removing intermediate container 46757512e2fa [2020-12-15T00:48:39.937Z] ---> 8ad83f1222ca [2020-12-15T00:48:39.937Z] [2020-12-15T00:48:39.937Z] Step 10/23 : FROM alpine [2020-12-15T00:48:39.937Z] latest: Pulling from library/alpine [2020-12-15T00:48:40.913Z] ---> 30ade34acdd1 [2020-12-15T00:48:40.913Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T00:48:40.913Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T00:48:40.913Z] Status: Downloaded newer image for alpine:latest [2020-12-15T00:48:40.913Z] ---> dd36a01c3f31 [2020-12-15T00:48:40.913Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:48:41.187Z] ---> Running in 2a1030cb3af2 [2020-12-15T00:48:41.187Z] ---> Running in 00aefafc9e42 [2020-12-15T00:48:42.164Z] Removing intermediate container 2a1030cb3af2 [2020-12-15T00:48:42.164Z] ---> 134a8c6b8cdf [2020-12-15T00:48:42.164Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T00:48:42.164Z] Removing intermediate container 00aefafc9e42 [2020-12-15T00:48:42.164Z] ---> 644c90a76e88 [2020-12-15T00:48:42.164Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:48:42.440Z] ---> Running in 05b350827850 [2020-12-15T00:48:42.440Z] ---> Running in 6aa9cdc7df2b [2020-12-15T00:48:43.898Z] Removing intermediate container 6aa9cdc7df2b [2020-12-15T00:48:43.898Z] ---> 8efc954852d2 [2020-12-15T00:48:43.898Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:48:43.898Z] Removing intermediate container 05b350827850 [2020-12-15T00:48:43.898Z] ---> ecfd269ba744 [2020-12-15T00:48:43.898Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T00:48:44.173Z] ---> Running in af233d1a12bf [2020-12-15T00:48:44.173Z] ---> Running in 74f8e54f13ca [2020-12-15T00:48:45.158Z] Removing intermediate container af233d1a12bf [2020-12-15T00:48:45.158Z] Removing intermediate container 74f8e54f13ca [2020-12-15T00:48:45.158Z] ---> 7f1a02bec961 [2020-12-15T00:48:45.158Z] Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:48:45.158Z] ---> 74d0ea1ccc82 [2020-12-15T00:48:45.158Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:48:45.764Z] ---> Running in d944fd197396 [2020-12-15T00:48:45.764Z] ---> Running in 968b2f21f1d4 [2020-12-15T00:48:46.798Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:48:46.798Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:48:46.798Z] ---> 52b81dd3fdb8 [2020-12-15T00:48:46.798Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:48:46.798Z] ---> Using cache [2020-12-15T00:48:46.798Z] ---> 8c8f3a03e33e [2020-12-15T00:48:46.798Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:48:46.798Z] ---> Using cache [2020-12-15T00:48:46.798Z] ---> b70f6af98540 [2020-12-15T00:48:46.798Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T00:48:47.397Z] ---> Running in ca8fc870471b [2020-12-15T00:48:47.397Z] Removing intermediate container d944fd197396 [2020-12-15T00:48:47.397Z] ---> 45fdae6c5d97 [2020-12-15T00:48:47.397Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:48:47.681Z] ---> Running in 4821dca13b0b [2020-12-15T00:48:48.681Z] Removing intermediate container 4821dca13b0b [2020-12-15T00:48:48.681Z] ---> edb453963719 [2020-12-15T00:48:48.681Z] [2020-12-15T00:48:48.960Z] Successfully built edb453963719 [2020-12-15T00:48:48.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:48:49.240Z] Removing intermediate container 968b2f21f1d4 [2020-12-15T00:48:49.240Z] ---> f70a662bc939 [2020-12-15T00:48:49.240Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T00:48:49.240Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-15T00:48:49.240Z] Building docker-core-command-go [2020-12-15T00:48:49.240Z]  Building docker-core-metadata-go ... done  ---> Running in 3341e260de44 [2020-12-15T00:48:50.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:48:50.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:48:51.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:48:51.768Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:48:51.768Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:48:51.768Z] OK: 12620 distinct packages available [2020-12-15T00:48:52.371Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T00:48:52.371Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T00:48:52.371Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T00:48:52.371Z] OK: 217 MiB in 51 packages [2020-12-15T00:48:52.656Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T00:48:52.931Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T00:48:52.931Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:48:52.931Z] OK: 8 MiB in 19 packages [2020-12-15T00:48:56.367Z] Removing intermediate container ca8fc870471b [2020-12-15T00:48:56.367Z] ---> 739a74016627 [2020-12-15T00:48:56.367Z] Step 6/24 : COPY go.mod . [2020-12-15T00:48:56.846Z] Removing intermediate container 3341e260de44 [2020-12-15T00:48:56.846Z] ---> 74d6655449ca [2020-12-15T00:48:56.846Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T00:48:57.155Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:48:57.155Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:48:57.155Z] ---> 52b81dd3fdb8 [2020-12-15T00:48:57.155Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:48:57.155Z] ---> Using cache [2020-12-15T00:48:57.155Z] ---> 8c8f3a03e33e [2020-12-15T00:48:57.155Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:48:57.155Z] ---> Using cache [2020-12-15T00:48:57.155Z] ---> b70f6af98540 [2020-12-15T00:48:57.155Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:48:57.155Z] ---> Using cache [2020-12-15T00:48:57.155Z] ---> 5817a5b72d48 [2020-12-15T00:48:57.155Z] Step 6/21 : COPY go.mod . [2020-12-15T00:48:57.155Z] ---> Using cache [2020-12-15T00:48:57.155Z] ---> 555f75ea4cf9 [2020-12-15T00:48:57.155Z] Step 7/21 : RUN go mod download [2020-12-15T00:48:57.155Z] ---> Using cache [2020-12-15T00:48:57.155Z] ---> cf29b9f4b70a [2020-12-15T00:48:57.155Z] Step 8/21 : COPY . . [2020-12-15T00:48:57.449Z] ---> 0e0a1b825af7 [2020-12-15T00:48:57.449Z] Step 7/24 : RUN go mod download [2020-12-15T00:48:57.449Z] ---> Using cache [2020-12-15T00:48:57.449Z] ---> 0257046862ab [2020-12-15T00:48:57.449Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T00:48:58.101Z] ---> Running in 5742005b323f [2020-12-15T00:48:58.101Z] ---> Running in 2b8c81476102 [2020-12-15T00:48:58.413Z] ---> 07770e6a1202 [2020-12-15T00:48:58.413Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T00:49:00.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:49:03.876Z] ---> 13881dbf9470 [2020-12-15T00:49:03.876Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T00:49:04.517Z] Removing intermediate container 5742005b323f [2020-12-15T00:49:04.517Z] ---> fc636a3d04cf [2020-12-15T00:49:04.517Z] Step 8/24 : COPY . . [2020-12-15T00:49:05.156Z] ---> 81e7e365100f [2020-12-15T00:49:05.156Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T00:49:05.461Z] ---> Running in 418731b2e324 [2020-12-15T00:49:06.461Z] Removing intermediate container 418731b2e324 [2020-12-15T00:49:06.736Z] ---> b143021134e9 [2020-12-15T00:49:06.736Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:49:07.336Z] ---> Running in 94d7336227a1 [2020-12-15T00:49:09.334Z] Removing intermediate container 94d7336227a1 [2020-12-15T00:49:09.334Z] ---> 8faa27f077ec [2020-12-15T00:49:09.334Z] Step 21/23 : LABEL arch=arm64 [2020-12-15T00:49:09.943Z] ---> Running in 58826e83d7b5 [2020-12-15T00:49:11.970Z] Removing intermediate container 58826e83d7b5 [2020-12-15T00:49:11.970Z] ---> 98128b789924 [2020-12-15T00:49:11.970Z] Step 22/23 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:49:11.970Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:49:11.970Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:49:11.970Z] ---> 52b81dd3fdb8 [2020-12-15T00:49:11.970Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T00:49:11.970Z] ---> Using cache [2020-12-15T00:49:11.970Z] ---> 8c8f3a03e33e [2020-12-15T00:49:11.970Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:49:11.970Z] ---> Using cache [2020-12-15T00:49:11.970Z] ---> b70f6af98540 [2020-12-15T00:49:11.970Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T00:49:12.567Z] ---> Running in a3564b90d8d8 [2020-12-15T00:49:12.567Z] ---> Running in 47e1c0db5efe [2020-12-15T00:49:14.005Z] Removing intermediate container a3564b90d8d8 [2020-12-15T00:49:14.005Z] ---> efd1cfe0bc9c [2020-12-15T00:49:14.005Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T00:49:14.998Z] ---> Running in a3cb645b8c34 [2020-12-15T00:49:15.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:49:16.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:49:16.748Z] Removing intermediate container a3cb645b8c34 [2020-12-15T00:49:16.748Z] ---> b4ca1b3b393f [2020-12-15T00:49:16.748Z] [2020-12-15T00:49:17.748Z] Successfully built b4ca1b3b393f [2020-12-15T00:49:17.748Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:49:17.748Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:49:17.748Z] OK: 12620 distinct packages available [2020-12-15T00:49:17.748Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-15T00:49:17.748Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-12-15T00:49:18.779Z] OK: 217 MiB in 51 packages [2020-12-15T00:49:23.209Z] Removing intermediate container 47e1c0db5efe [2020-12-15T00:49:23.209Z] ---> 7efa8e014d0d [2020-12-15T00:49:23.209Z] Step 6/27 : COPY go.mod . [2020-12-15T00:49:25.854Z] ---> 3e49808c9ba4 [2020-12-15T00:49:25.854Z] Step 7/27 : RUN go mod download [2020-12-15T00:49:25.854Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:49:25.854Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:49:25.854Z] ---> 52b81dd3fdb8 [2020-12-15T00:49:25.854Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:49:25.854Z] ---> Using cache [2020-12-15T00:49:25.854Z] ---> 8c8f3a03e33e [2020-12-15T00:49:25.854Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:49:25.854Z] ---> Using cache [2020-12-15T00:49:25.854Z] ---> b70f6af98540 [2020-12-15T00:49:25.854Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:49:25.854Z] ---> Using cache [2020-12-15T00:49:25.854Z] ---> 5817a5b72d48 [2020-12-15T00:49:25.854Z] Step 6/22 : COPY go.mod . [2020-12-15T00:49:25.854Z] ---> Using cache [2020-12-15T00:49:25.854Z] ---> 555f75ea4cf9 [2020-12-15T00:49:25.854Z] Step 7/22 : RUN go mod download [2020-12-15T00:49:25.854Z] ---> Using cache [2020-12-15T00:49:25.854Z] ---> cf29b9f4b70a [2020-12-15T00:49:25.854Z] Step 8/22 : COPY . . [2020-12-15T00:49:25.854Z] ---> Using cache [2020-12-15T00:49:25.854Z] ---> 0257046862ab [2020-12-15T00:49:25.854Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T00:49:27.843Z] ---> Running in 8008893e0eb9 [2020-12-15T00:49:27.843Z] ---> Running in dea87cd3aef6 [2020-12-15T00:49:30.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T00:49:35.933Z] Removing intermediate container dea87cd3aef6 [2020-12-15T00:49:35.933Z] ---> 02d00093102c [2020-12-15T00:49:35.933Z] Step 8/27 : COPY . . [2020-12-15T00:49:36.537Z] ---> d47c7e85bf6b [2020-12-15T00:49:36.537Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T00:49:37.992Z] ---> Running in 777c165e6d9c [2020-12-15T00:49:40.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T00:49:48.951Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:49:48.951Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T00:49:48.951Z] ---> 52b81dd3fdb8 [2020-12-15T00:49:48.951Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T00:49:48.951Z] ---> Using cache [2020-12-15T00:49:48.951Z] ---> 8c8f3a03e33e [2020-12-15T00:49:48.951Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T00:49:50.408Z] ---> Running in 9e1ee382a381 [2020-12-15T00:49:53.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:49:54.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:49:56.409Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:49:56.409Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:49:56.409Z] OK: 12620 distinct packages available [2020-12-15T00:49:57.863Z] OK: 217 MiB in 51 packages [2020-12-15T00:50:01.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T00:50:01.892Z] ---> 9795a59d6d1b [2020-12-15T00:50:01.892Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T00:50:01.892Z] Removing intermediate container 9e1ee382a381 [2020-12-15T00:50:01.892Z] ---> 16e09167c9cc [2020-12-15T00:50:01.892Z] Step 5/29 : COPY go.mod . [2020-12-15T00:50:01.892Z] ---> Running in 0b0a0d624195 [2020-12-15T00:50:03.372Z] ---> c3a8f35e0d1c [2020-12-15T00:50:03.372Z] Step 6/29 : RUN go mod download [2020-12-15T00:50:03.653Z] ---> Running in a58bb7239685 [2020-12-15T00:50:04.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T00:50:09.013Z] Removing intermediate container a58bb7239685 [2020-12-15T00:50:09.013Z] ---> 0b96c9211915 [2020-12-15T00:50:09.013Z] Step 7/29 : COPY . . [2020-12-15T00:50:27.592Z] Removing intermediate container 2b8c81476102 [2020-12-15T00:50:27.592Z] ---> a0fcfbfbb0d6 [2020-12-15T00:50:27.592Z] [2020-12-15T00:50:27.592Z] Step 10/21 : FROM alpine [2020-12-15T00:50:27.592Z] ---> dd36a01c3f31 [2020-12-15T00:50:27.592Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T00:50:27.868Z] ---> Running in abb1842a9d7c [2020-12-15T00:50:31.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:50:31.293Z] ---> 2ed9e4c7aff8 [2020-12-15T00:50:31.293Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T00:50:31.293Z] ---> Running in 235c5f5684df [2020-12-15T00:50:31.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:50:32.280Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:50:32.280Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:50:32.280Z] OK: 12617 distinct packages available [2020-12-15T00:50:33.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T00:50:33.549Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T00:50:33.549Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:50:33.828Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T00:50:33.828Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T00:50:33.828Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:50:33.828Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:50:34.432Z] OK: 7 MiB in 18 packages [2020-12-15T00:50:37.093Z] Removing intermediate container abb1842a9d7c [2020-12-15T00:50:37.093Z] ---> 18dbb2b55f67 [2020-12-15T00:50:37.093Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:50:37.093Z] ---> Running in a68a78f2cd82 [2020-12-15T00:50:37.722Z] Removing intermediate container a68a78f2cd82 [2020-12-15T00:50:37.722Z] ---> fbc44fdf855c [2020-12-15T00:50:37.722Z] Step 13/21 : WORKDIR /edgex [2020-12-15T00:50:38.001Z] ---> Running in 2f2dbf8ee7a2 [2020-12-15T00:50:38.608Z] Removing intermediate container 2f2dbf8ee7a2 [2020-12-15T00:50:38.884Z] ---> f9c7bd878b98 [2020-12-15T00:50:38.884Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T00:50:39.888Z] ---> c1cec7832028 [2020-12-15T00:50:39.888Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T00:50:41.891Z] ---> fae5ea42347b [2020-12-15T00:50:41.891Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T00:50:43.355Z] ---> e74ec747caa4 [2020-12-15T00:50:43.355Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T00:50:43.647Z] ---> Running in a2c9fd78faad [2020-12-15T00:50:44.675Z] Removing intermediate container a2c9fd78faad [2020-12-15T00:50:44.675Z] ---> bb7ae8d98148 [2020-12-15T00:50:44.675Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T00:50:44.675Z] ---> Running in c15935719775 [2020-12-15T00:50:45.668Z] Removing intermediate container c15935719775 [2020-12-15T00:50:45.668Z] ---> 4f196ccd5684 [2020-12-15T00:50:45.668Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T00:50:45.668Z] ---> Running in 8530b2a51173 [2020-12-15T00:50:46.272Z] Removing intermediate container 8530b2a51173 [2020-12-15T00:50:46.272Z] ---> cae3d5870b25 [2020-12-15T00:50:46.272Z] Step 20/21 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:50:46.550Z] ---> Running in 2938872fccdf [2020-12-15T00:50:47.156Z] Removing intermediate container 2938872fccdf [2020-12-15T00:50:47.156Z] ---> a2d01e0ea673 [2020-12-15T00:50:47.156Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:50:47.156Z] ---> Running in 18f61c6abb2f [2020-12-15T00:50:48.157Z] Removing intermediate container 18f61c6abb2f [2020-12-15T00:50:48.157Z] ---> 6c5f1d127105 [2020-12-15T00:50:48.157Z] [2020-12-15T00:50:48.769Z] Successfully built 6c5f1d127105 [2020-12-15T00:50:48.769Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-15T00:51:45.555Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8008893e0eb9 [2020-12-15T00:51:45.555Z] ---> 5d2fc55f0e6f [2020-12-15T00:51:45.555Z] [2020-12-15T00:51:45.555Z] Step 10/22 : FROM scratch [2020-12-15T00:51:45.555Z] ---> [2020-12-15T00:51:45.555Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:51:45.555Z] ---> Using cache [2020-12-15T00:51:45.555Z] ---> 4f11716a07e1 [2020-12-15T00:51:45.555Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T00:51:45.555Z] ---> Running in 0d086fbaa425 [2020-12-15T00:51:45.555Z] Removing intermediate container 0d086fbaa425 [2020-12-15T00:51:45.555Z] ---> 7e6aab66a5d6 [2020-12-15T00:51:45.555Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:51:45.555Z] ---> Running in 30da8aba8baa [2020-12-15T00:51:45.555Z] Removing intermediate container 30da8aba8baa [2020-12-15T00:51:45.555Z] ---> cf631548de62 [2020-12-15T00:51:45.555Z] Step 14/22 : WORKDIR / [2020-12-15T00:51:45.555Z] ---> Running in e0962aa3a9ea [2020-12-15T00:51:45.555Z] Removing intermediate container e0962aa3a9ea [2020-12-15T00:51:45.555Z] ---> 58d1e38e375b [2020-12-15T00:51:45.555Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T00:51:45.555Z] ---> 19d9b244d955 [2020-12-15T00:51:45.555Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T00:51:45.555Z] ---> 703c1e4227ff [2020-12-15T00:51:45.555Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T00:51:45.555Z] ---> 02ddf95a9007 [2020-12-15T00:51:45.555Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T00:51:45.555Z] ---> Running in 91d200592554 [2020-12-15T00:51:45.555Z] Removing intermediate container 0b0a0d624195 [2020-12-15T00:51:45.555Z] ---> e57f1fe12530 [2020-12-15T00:51:45.555Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T00:51:45.555Z] ---> Running in 99ea3f32cf4e [2020-12-15T00:51:45.555Z] Removing intermediate container 91d200592554 [2020-12-15T00:51:45.555Z] ---> 28f96b5d2c83 [2020-12-15T00:51:45.555Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:51:45.555Z] ---> Running in 9f31ceadb441 [2020-12-15T00:51:46.168Z] Removing intermediate container 777c165e6d9c [2020-12-15T00:51:46.168Z] ---> e64a87682e46 [2020-12-15T00:51:46.168Z] [2020-12-15T00:51:46.168Z] Step 10/24 : FROM scratch [2020-12-15T00:51:46.168Z] ---> [2020-12-15T00:51:46.168Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T00:51:46.168Z] Removing intermediate container 9f31ceadb441 [2020-12-15T00:51:46.168Z] ---> d09ab0dc2c7e [2020-12-15T00:51:46.168Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:51:46.446Z] ---> Running in 45b767657c35 [2020-12-15T00:51:46.446Z] ---> Running in a3d5314d06f8 [2020-12-15T00:51:46.730Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T00:51:47.345Z] Removing intermediate container 45b767657c35 [2020-12-15T00:51:47.345Z] ---> 955e2db3e870 [2020-12-15T00:51:47.345Z] Step 21/22 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:51:47.345Z] Removing intermediate container a3d5314d06f8 [2020-12-15T00:51:47.345Z] ---> 0d35a1b54c9a [2020-12-15T00:51:47.345Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T00:51:47.629Z] ---> Running in 140de39e9dbd [2020-12-15T00:51:47.629Z] ---> Running in 6dcccaaa2160 [2020-12-15T00:51:48.265Z] Removing intermediate container 140de39e9dbd [2020-12-15T00:51:48.265Z] ---> 59d47a6d5195 [2020-12-15T00:51:48.265Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T00:51:48.265Z] Removing intermediate container 6dcccaaa2160 [2020-12-15T00:51:48.265Z] ---> 048016e9ad6f [2020-12-15T00:51:48.265Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:51:48.550Z] ---> Running in 2a62473b121d [2020-12-15T00:51:48.828Z] ---> Running in 6bae2ff02804 [2020-12-15T00:51:49.438Z] Removing intermediate container 2a62473b121d [2020-12-15T00:51:49.438Z] ---> 3f968e2cd1ef [2020-12-15T00:51:49.438Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T00:51:49.438Z] Removing intermediate container 6bae2ff02804 [2020-12-15T00:51:49.438Z] ---> 4da2fcd6354f [2020-12-15T00:51:49.438Z] [2020-12-15T00:51:49.716Z] Removing intermediate container 235c5f5684df [2020-12-15T00:51:49.996Z] ---> 635c92800e41 [2020-12-15T00:51:49.996Z] [2020-12-15T00:51:49.996Z] Step 9/29 : FROM alpine:latest [2020-12-15T00:51:49.996Z] ---> dd36a01c3f31 [2020-12-15T00:51:49.996Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-15T00:51:49.996Z] ---> Running in 46a7f7d64283 [2020-12-15T00:51:50.273Z] Successfully built 4da2fcd6354f [2020-12-15T00:51:50.273Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-15T00:51:50.549Z]  Building docker-core-command-go ... done Removing intermediate container 99ea3f32cf4e [2020-12-15T00:51:50.549Z] ---> 751904b4bf91 [2020-12-15T00:51:50.549Z] [2020-12-15T00:51:50.549Z] Step 11/27 : FROM docker:latest [2020-12-15T00:51:50.549Z] ---> eeaf43b92773 [2020-12-15T00:51:50.549Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T00:51:50.549Z] ---> 25355b5968e2 [2020-12-15T00:51:50.549Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T00:51:50.825Z] ---> Running in f7ad261319ed [2020-12-15T00:51:50.825Z] Removing intermediate container 46a7f7d64283 [2020-12-15T00:51:50.825Z] ---> c995be51d162 [2020-12-15T00:51:50.825Z] Step 11/29 : USER root [2020-12-15T00:51:51.107Z] ---> Running in 872a89872b77 [2020-12-15T00:51:51.716Z] Removing intermediate container 872a89872b77 [2020-12-15T00:51:51.716Z] ---> 7040eb72ad74 [2020-12-15T00:51:51.716Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T00:51:52.006Z] ---> Running in 446e457fb773 [2020-12-15T00:51:52.006Z] ---> 65172f57c7e2 [2020-12-15T00:51:52.006Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T00:51:52.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:51:52.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:51:53.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:51:53.434Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T00:51:53.434Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T00:51:53.434Z] Executing bash-5.0.17-r0.post-install [2020-12-15T00:51:53.434Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:51:53.434Z] OK: 12 MiB in 22 packages [2020-12-15T00:51:53.434Z] ---> 7e9251086baa [2020-12-15T00:51:53.434Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T00:51:53.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:51:54.313Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:51:54.313Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:51:54.313Z] OK: 12617 distinct packages available [2020-12-15T00:51:54.313Z] ---> 3846e18e7df4 [2020-12-15T00:51:54.313Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T00:51:54.916Z] Removing intermediate container f7ad261319ed [2020-12-15T00:51:54.916Z] ---> b384459c9c10 [2020-12-15T00:51:54.916Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T00:51:55.188Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T00:51:55.188Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T00:51:55.188Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:51:55.188Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:51:55.188Z] ---> Running in 54d0a2ad1c37 [2020-12-15T00:51:55.480Z] OK: 6 MiB in 16 packages [2020-12-15T00:51:55.752Z] ---> 9d5d62b9c741 [2020-12-15T00:51:55.752Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T00:51:56.727Z] ---> dcee7845cfa5 [2020-12-15T00:51:56.727Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T00:51:56.727Z] ---> Running in d7466b2b0aa3 [2020-12-15T00:51:57.331Z] Removing intermediate container d7466b2b0aa3 [2020-12-15T00:51:57.331Z] ---> 257cdf1d0454 [2020-12-15T00:51:57.331Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:51:57.331Z] Removing intermediate container 446e457fb773 [2020-12-15T00:51:57.331Z] ---> b9e172c4a3f8 [2020-12-15T00:51:57.331Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T00:51:57.609Z] ---> Running in 5c603b15e121 [2020-12-15T00:51:57.609Z] ---> Running in 1b049dee3d5f [2020-12-15T00:51:58.215Z] Removing intermediate container 54d0a2ad1c37 [2020-12-15T00:51:58.215Z] ---> e8605e0e05a1 [2020-12-15T00:51:58.215Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T00:51:58.215Z] Removing intermediate container 5c603b15e121 [2020-12-15T00:51:58.215Z] ---> 6627d1ad453d [2020-12-15T00:51:58.215Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T00:51:58.215Z] Removing intermediate container 1b049dee3d5f [2020-12-15T00:51:58.215Z] ---> 669a461b0e71 [2020-12-15T00:51:58.215Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T00:51:58.486Z] ---> Running in dab64db493a6 [2020-12-15T00:51:58.486Z] ---> Running in f7f587dc63a5 [2020-12-15T00:51:58.486Z] ---> Running in b173df6087c0 [2020-12-15T00:51:59.089Z] Removing intermediate container dab64db493a6 [2020-12-15T00:51:59.089Z] ---> dd67759ed627 [2020-12-15T00:51:59.089Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T00:51:59.089Z] Removing intermediate container f7f587dc63a5 [2020-12-15T00:51:59.089Z] ---> a2ecd6f8c0e4 [2020-12-15T00:51:59.089Z] Step 23/24 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:51:59.089Z] Removing intermediate container b173df6087c0 [2020-12-15T00:51:59.089Z] ---> a8400cbb32e7 [2020-12-15T00:51:59.089Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T00:51:59.089Z] ---> Running in f2abc0532651 [2020-12-15T00:51:59.371Z] ---> Running in ae1b3a98eea9 [2020-12-15T00:51:59.371Z] ---> Running in 3f368d6ad035 [2020-12-15T00:51:59.967Z] Removing intermediate container f2abc0532651 [2020-12-15T00:51:59.967Z] ---> 13ada3b004da [2020-12-15T00:51:59.967Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T00:51:59.967Z] Removing intermediate container ae1b3a98eea9 [2020-12-15T00:51:59.967Z] ---> 63a3cb6278f7 [2020-12-15T00:51:59.967Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:51:59.967Z] ---> Running in 80e6f1b3728f [2020-12-15T00:52:00.241Z] ---> Running in ccb03dc03d8b [2020-12-15T00:52:00.844Z] Removing intermediate container 80e6f1b3728f [2020-12-15T00:52:00.844Z] ---> a289b72de6f7 [2020-12-15T00:52:00.844Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T00:52:00.844Z] Removing intermediate container ccb03dc03d8b [2020-12-15T00:52:00.844Z] ---> e20092b0b1b4 [2020-12-15T00:52:00.844Z] [2020-12-15T00:52:01.444Z] Successfully built e20092b0b1b4 [2020-12-15T00:52:01.444Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-15T00:52:02.040Z]  Building docker-support-notifications-go ... done  ---> f55643f6a9a6 [2020-12-15T00:52:02.040Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T00:52:02.040Z] Removing intermediate container 3f368d6ad035 [2020-12-15T00:52:02.040Z] ---> 5a2a4260e042 [2020-12-15T00:52:02.040Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T00:52:03.025Z] ---> c5fdf8d19c35 [2020-12-15T00:52:03.025Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T00:52:03.302Z] ---> be9993dc85b7 [2020-12-15T00:52:03.302Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T00:52:03.899Z] ---> d0e179b9afb7 [2020-12-15T00:52:03.899Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T00:52:04.171Z] ---> Running in f48b1b9275f0 [2020-12-15T00:52:04.171Z] ---> 20445364383a [2020-12-15T00:52:04.171Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T00:52:05.149Z] ---> 95dd0e7a1b4b [2020-12-15T00:52:05.149Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T00:52:05.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:52:06.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:52:06.067Z] ---> 8655ce99561d [2020-12-15T00:52:06.067Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T00:52:06.731Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T00:52:06.731Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T00:52:06.731Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T00:52:06.731Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T00:52:06.731Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T00:52:06.731Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T00:52:06.731Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T00:52:07.377Z] ---> af5f054b1b07 [2020-12-15T00:52:07.377Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T00:52:07.377Z] ---> Running in 4cf8cb043cb8 [2020-12-15T00:52:08.842Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T00:52:08.842Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T00:52:08.842Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T00:52:08.842Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T00:52:09.119Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T00:52:09.120Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T00:52:09.120Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T00:52:09.120Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T00:52:09.120Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T00:52:09.120Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T00:52:09.399Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T00:52:09.399Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T00:52:09.399Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T00:52:09.399Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T00:52:09.399Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T00:52:09.399Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T00:52:09.399Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T00:52:09.671Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T00:52:09.671Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T00:52:09.671Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T00:52:09.671Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T00:52:09.671Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T00:52:09.671Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T00:52:09.671Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T00:52:09.671Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T00:52:09.671Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T00:52:09.947Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:52:09.947Z] OK: 71 MiB in 55 packages [2020-12-15T00:52:10.568Z] Removing intermediate container 4cf8cb043cb8 [2020-12-15T00:52:10.568Z] ---> a36f3ad44de5 [2020-12-15T00:52:10.568Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:52:12.057Z] ---> 5931b4a7c8f7 [2020-12-15T00:52:12.057Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:52:12.057Z] ---> Running in 5d98d91488b9 [2020-12-15T00:52:15.469Z] Removing intermediate container 5d98d91488b9 [2020-12-15T00:52:15.469Z] ---> e15c9111d2d0 [2020-12-15T00:52:15.469Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T00:52:15.469Z] ---> Running in 4ce052f5a4fd [2020-12-15T00:52:16.461Z] Removing intermediate container f48b1b9275f0 [2020-12-15T00:52:16.461Z] ---> 85fab72bf4ac [2020-12-15T00:52:16.461Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T00:52:16.461Z] ---> Running in 3765bb684557 [2020-12-15T00:52:17.916Z] Removing intermediate container 4ce052f5a4fd [2020-12-15T00:52:17.916Z] ---> 25b65a004285 [2020-12-15T00:52:17.916Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:52:18.193Z] ---> Running in 3cf1537e4642 [2020-12-15T00:52:18.799Z] Removing intermediate container 3cf1537e4642 [2020-12-15T00:52:18.799Z] ---> 88c74de63bcf [2020-12-15T00:52:18.799Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T00:52:18.799Z] ---> Running in e01b7bc52f5f [2020-12-15T00:52:19.398Z] Removing intermediate container e01b7bc52f5f [2020-12-15T00:52:19.398Z] ---> 71cfcdac4c48 [2020-12-15T00:52:19.398Z] Step 27/29 : LABEL arch=arm64 [2020-12-15T00:52:19.682Z] ---> Running in 5090cb24c4f1 [2020-12-15T00:52:19.958Z] Removing intermediate container 5090cb24c4f1 [2020-12-15T00:52:19.958Z] ---> d741bb2f679a [2020-12-15T00:52:19.958Z] Step 28/29 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:52:20.230Z] ---> Running in d33dea74b02b [2020-12-15T00:52:20.827Z] Removing intermediate container d33dea74b02b [2020-12-15T00:52:20.827Z] ---> aebbee757c46 [2020-12-15T00:52:20.827Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T00:52:20.827Z] ---> Running in e807096337ba [2020-12-15T00:52:21.427Z] Removing intermediate container e807096337ba [2020-12-15T00:52:21.427Z] ---> 20c3604aec2c [2020-12-15T00:52:21.427Z] [2020-12-15T00:52:22.027Z] Successfully built 20c3604aec2c [2020-12-15T00:52:22.027Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-15T00:52:24.014Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-12-15T00:52:24.014Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T00:52:25.008Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T00:52:25.008Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T00:52:29.384Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T00:52:29.384Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T00:52:29.384Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-15T00:52:29.988Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T00:52:29.988Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T00:52:32.636Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T00:52:32.636Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T00:52:33.232Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T00:52:33.232Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T00:52:34.670Z] Collecting PyYAML<4,>=3.10 [2020-12-15T00:52:34.670Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T00:52:40.079Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T00:52:40.079Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T00:52:42.699Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T00:52:42.699Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T00:52:43.291Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T00:52:43.291Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T00:52:46.667Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T00:52:46.667Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T00:52:46.667Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-15T00:52:46.667Z] Collecting idna<2.8,>=2.5 [2020-12-15T00:52:46.667Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T00:52:46.667Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-15T00:52:47.648Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T00:52:47.649Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T00:52:47.920Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T00:52:47.920Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T00:52:47.920Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T00:52:47.920Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T00:52:49.349Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, PyYAML, docopt, cached-property, texttable, docker-compose [2020-12-15T00:52:49.349Z] Running setup.py install for dockerpty: started [2020-12-15T00:52:52.730Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T00:52:53.001Z] Attempting uninstall: idna [2020-12-15T00:52:53.001Z] Found existing installation: idna 2.9 [2020-12-15T00:52:53.001Z] Uninstalling idna-2.9: [2020-12-15T00:52:53.001Z] Successfully uninstalled idna-2.9 [2020-12-15T00:52:54.034Z] Attempting uninstall: urllib3 [2020-12-15T00:52:54.034Z] Found existing installation: urllib3 1.25.9 [2020-12-15T00:52:54.034Z] Uninstalling urllib3-1.25.9: [2020-12-15T00:52:54.305Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T00:52:54.900Z] Attempting uninstall: requests [2020-12-15T00:52:54.900Z] Found existing installation: requests 2.23.0 [2020-12-15T00:52:54.900Z] Uninstalling requests-2.23.0: [2020-12-15T00:52:55.172Z] Successfully uninstalled requests-2.23.0 [2020-12-15T00:52:57.145Z] Running setup.py install for PyYAML: started [2020-12-15T00:52:59.774Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T00:52:59.774Z] Running setup.py install for docopt: started [2020-12-15T00:53:02.410Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T00:53:02.683Z] Running setup.py install for texttable: started [2020-12-15T00:53:05.305Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T00:53:06.744Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-15T00:53:12.175Z] Removing intermediate container 3765bb684557 [2020-12-15T00:53:12.175Z] ---> 4db736a35073 [2020-12-15T00:53:12.175Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T00:53:12.175Z] ---> Running in 73f669744884 [2020-12-15T00:53:12.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:53:12.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:53:13.444Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:53:13.444Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T00:53:13.444Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T00:53:13.444Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:53:13.724Z] OK: 71 MiB in 58 packages [2020-12-15T00:53:15.190Z] Removing intermediate container 73f669744884 [2020-12-15T00:53:15.190Z] ---> 6ba0bb66f7e4 [2020-12-15T00:53:15.190Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T00:53:15.190Z] ---> Running in 61e6e29ce993 [2020-12-15T00:53:15.474Z] Removing intermediate container 61e6e29ce993 [2020-12-15T00:53:15.475Z] ---> 57f0600b3c55 [2020-12-15T00:53:15.475Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:53:15.762Z] ---> Running in 28a91c29c23d [2020-12-15T00:53:16.376Z] Removing intermediate container 28a91c29c23d [2020-12-15T00:53:16.376Z] ---> 9b235690fcf6 [2020-12-15T00:53:16.376Z] Step 25/27 : LABEL arch=arm64 [2020-12-15T00:53:16.376Z] ---> Running in 56d45be77bc1 [2020-12-15T00:53:16.975Z] Removing intermediate container 56d45be77bc1 [2020-12-15T00:53:16.975Z] ---> dea9d889b3b8 [2020-12-15T00:53:16.975Z] Step 26/27 : LABEL git_sha=ee536852e21e767ea5f8c26f76da8c31d7e315f4 [2020-12-15T00:53:16.975Z] ---> Running in d8144feec2cd [2020-12-15T00:53:17.572Z] Removing intermediate container d8144feec2cd [2020-12-15T00:53:17.572Z] ---> 374fe9dfc278 [2020-12-15T00:53:17.572Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T00:53:17.572Z] ---> Running in 6ed3f5a508e0 [2020-12-15T00:53:18.167Z] Removing intermediate container 6ed3f5a508e0 [2020-12-15T00:53:18.167Z] ---> acbdab430eb8 [2020-12-15T00:53:18.167Z] [2020-12-15T00:53:18.760Z] Successfully built acbdab430eb8 [2020-12-15T00:53:18.760Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-15T00:53:19.369Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-15T00:53:19.396Z] $ docker stop --time=1 9369c2bb02b231e38f9f4d1159430beba0b960840fdfdd98878e9eaefaa31d0a [2020-12-15T00:53:21.419Z] $ docker rm -f 9369c2bb02b231e38f9f4d1159430beba0b960840fdfdd98878e9eaefaa31d0a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T00:53:22.119Z] + + dockergrep images docker [2020-12-15T00:53:22.119Z] [2020-12-15T00:53:22.396Z] docker-sys-mgmt-agent-go-arm64 latest acbdab430eb8 5 seconds ago 300MB [2020-12-15T00:53:22.396Z] docker-security-secrets-setup-go-arm64 latest 20c3604aec2c About a minute ago 22.7MB [2020-12-15T00:53:22.396Z] docker-support-notifications-go-arm64 latest e20092b0b1b4 About a minute ago 12.9MB [2020-12-15T00:53:22.396Z] docker-core-command-go-arm64 latest 4da2fcd6354f About a minute ago 11.4MB [2020-12-15T00:53:22.396Z] docker-security-proxy-setup-go-arm64 latest 6c5f1d127105 2 minutes ago 23.4MB [2020-12-15T00:53:22.396Z] docker-core-data-go-arm64 latest b4ca1b3b393f 4 minutes ago 22.4MB [2020-12-15T00:53:22.396Z] docker-core-metadata-go-arm64 latest edb453963719 4 minutes ago 13.6MB [2020-12-15T00:53:22.396Z] docker-support-scheduler-go-arm64 latest 8690b5df6ff0 4 minutes ago 11.5MB [2020-12-15T00:53:22.396Z] docker-security-secretstore-setup-go-arm64 latest 3b2bc1906b4d 5 minutes ago 23.5MB [2020-12-15T00:53:22.396Z] docker-security-bootstrap-redis-go-arm64 latest 3c287fb7998f 5 minutes ago 15.2MB [2020-12-15T00:53:22.396Z] docker latest eeaf43b92773 3 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-15T00:53:24.058Z] provisioning config files... [2020-12-15T00:53:24.075Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7232890884468614886tmp [Pipeline] { [Pipeline] sh [2020-12-15T00:53:24.480Z] + set +x [2020-12-15T00:53:24.480Z] + curl -s https://codecov.io/bash [2020-12-15T00:53:24.480Z] + bash -s -- [2020-12-15T00:53:24.751Z] [2020-12-15T00:53:24.751Z] _____ _ [2020-12-15T00:53:24.751Z] / ____| | | [2020-12-15T00:53:24.751Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T00:53:24.751Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T00:53:24.751Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T00:53:24.751Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T00:53:24.751Z] Bash-20201130-cc6d3fe [2020-12-15T00:53:24.751Z] [2020-12-15T00:53:24.751Z] [2020-12-15T00:53:24.751Z] ==> Jenkins CI detected. [2020-12-15T00:53:24.751Z] project root: . [2020-12-15T00:53:24.751Z] --> token set from env [2020-12-15T00:53:25.029Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T00:53:25.029Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T00:53:25.029Z] ==> Python coveragepy not found [2020-12-15T00:53:25.029Z] ==> Searching for coverage reports in: [2020-12-15T00:53:25.029Z] + . [2020-12-15T00:53:25.029Z] -> Found 1 reports [2020-12-15T00:53:25.029Z] ==> Detecting git/mercurial file structure [2020-12-15T00:53:25.029Z] ==> Reading reports [2020-12-15T00:53:25.029Z] + ./coverage.out bytes=572038 [2020-12-15T00:53:25.029Z] ==> Appending adjustments [2020-12-15T00:53:25.029Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T00:53:28.376Z] + Found adjustments [2020-12-15T00:53:28.376Z] ==> Gzipping contents [2020-12-15T00:53:28.376Z] 88K /tmp/codecov.RAwQwA.gz [2020-12-15T00:53:28.376Z] ==> Uploading reports [2020-12-15T00:53:28.376Z] url: https://codecov.io [2020-12-15T00:53:28.376Z] query: branch=PR-2944&commit=ee536852e21e767ea5f8c26f76da8c31d7e315f4&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2944%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2944&job=&cmd_args= [2020-12-15T00:53:28.376Z] -> Pinging Codecov [2020-12-15T00:53:28.376Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2944&commit=ee536852e21e767ea5f8c26f76da8c31d7e315f4&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2944%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2944&job=&cmd_args= [2020-12-15T00:53:28.950Z] -> Uploading to [2020-12-15T00:53:28.950Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/ee536852e21e767ea5f8c26f76da8c31d7e315f4/1022adef-4f01-40c2-b8bd-ded35d4e94a5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T005328Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=62f5aee5f827e3eae7bbe15fc2b6109272d742f5f6d6762c265551134e9d68c8 [2020-12-15T00:53:28.950Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T00:53:28.950Z] Dload Upload Total Spent Left Speed [2020-12-15T00:53:29.525Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88319 0 0 100 88319 0 142k --:--:-- --:--:-- --:--:-- 142k [2020-12-15T00:53:29.525Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ee536852e21e767ea5f8c26f76da8c31d7e315f4 [Pipeline] } [2020-12-15T00:53:29.536Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:53:31.668Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:53:32.557Z] ---> package-listing.sh [2020-12-15T00:53:32.557Z] ++ facter osfamily [2020-12-15T00:53:32.557Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T00:53:32.557Z] + OS_FAMILY=redhat [2020-12-15T00:53:32.557Z] + workspace=/w/workspace/edgex-go/2 [2020-12-15T00:53:32.557Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T00:53:32.557Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T00:53:32.557Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T00:53:32.557Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T00:53:32.557Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-15T00:53:32.557Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T00:53:32.557Z] + case "${OS_FAMILY}" in [2020-12-15T00:53:32.557Z] + rpm -qa [2020-12-15T00:53:32.557Z] + sort [2020-12-15T00:53:37.866Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T00:53:37.866Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T00:53:37.866Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T00:53:37.866Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-15T00:53:37.866Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-15T00:53:37.866Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-15T00:53:37.880Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T00:53:38.185Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:53:38.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:53:38.500Z] [2020-12-15T00:53:38.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:53:39.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:53:39.013Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T00:53:39.013Z] df20fa9351a1: Pulling fs layer [2020-12-15T00:53:39.013Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T00:53:39.013Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T00:53:39.013Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T00:53:39.013Z] 93b61091891f: Pulling fs layer [2020-12-15T00:53:39.013Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T00:53:39.013Z] 5e14af77c1be: Pulling fs layer [2020-12-15T00:53:39.013Z] 01666e4c0597: Pulling fs layer [2020-12-15T00:53:39.013Z] aa168da1d23b: Pulling fs layer [2020-12-15T00:53:39.013Z] 46f8f816bc3b: Waiting [2020-12-15T00:53:39.013Z] 93b61091891f: Waiting [2020-12-15T00:53:39.013Z] 93b9cdb0e59b: Waiting [2020-12-15T00:53:39.013Z] 5e14af77c1be: Waiting [2020-12-15T00:53:39.013Z] 01666e4c0597: Waiting [2020-12-15T00:53:39.013Z] aa168da1d23b: Waiting [2020-12-15T00:53:39.013Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T00:53:39.013Z] 36b3adc4ff6f: Download complete [2020-12-15T00:53:39.013Z] 46f8f816bc3b: Download complete [2020-12-15T00:53:39.013Z] df20fa9351a1: Verifying Checksum [2020-12-15T00:53:39.013Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T00:53:39.013Z] 93b9cdb0e59b: Download complete [2020-12-15T00:53:39.013Z] 5e14af77c1be: Verifying Checksum [2020-12-15T00:53:39.013Z] 5e14af77c1be: Download complete [2020-12-15T00:53:39.013Z] 93b61091891f: Verifying Checksum [2020-12-15T00:53:39.013Z] 93b61091891f: Download complete [2020-12-15T00:53:39.013Z] 01666e4c0597: Verifying Checksum [2020-12-15T00:53:39.013Z] 01666e4c0597: Download complete [2020-12-15T00:53:39.277Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T00:53:39.277Z] 8ad3a11d3b57: Download complete [2020-12-15T00:53:39.277Z] df20fa9351a1: Pull complete [2020-12-15T00:53:39.551Z] 36b3adc4ff6f: Pull complete [2020-12-15T00:53:41.479Z] aa168da1d23b: Verifying Checksum [2020-12-15T00:53:41.479Z] aa168da1d23b: Download complete [2020-12-15T00:53:41.747Z] 8ad3a11d3b57: Pull complete [2020-12-15T00:53:42.025Z] 46f8f816bc3b: Pull complete [2020-12-15T00:53:42.295Z] 93b61091891f: Pull complete [2020-12-15T00:53:42.557Z] 93b9cdb0e59b: Pull complete [2020-12-15T00:53:42.557Z] 5e14af77c1be: Pull complete [2020-12-15T00:53:42.827Z] 01666e4c0597: Pull complete [2020-12-15T00:53:53.186Z] aa168da1d23b: Pull complete [2020-12-15T00:53:53.186Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T00:53:53.186Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:53:53.186Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T00:53:53.424Z] prd-centos7-docker-4c-2g-15977 does not seem to be running inside a container [2020-12-15T00:53:53.486Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T00:53:57.814Z] $ docker top 8743b5e3169fb63047f6540108daad46f4236654c916a6ca9df7cf0664937669 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:53:58.425Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T00:53:58.774Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T00:53:59.142Z] + ls /var/log/sa-host [2020-12-15T00:53:59.142Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T00:53:59.142Z] file_magic: OK [2020-12-15T00:53:59.142Z] HZ: Using current value: 100 [2020-12-15T00:53:59.142Z] file_header: OK [2020-12-15T00:53:59.142Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T00:53:59.142Z] Statistics: [2020-12-15T00:53:59.142Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T00:53:59.142Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T00:53:59.142Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T00:53:59.142Z] file_magic: OK [2020-12-15T00:53:59.142Z] HZ: Using current value: 100 [2020-12-15T00:53:59.142Z] file_header: OK [2020-12-15T00:53:59.142Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T00:53:59.142Z] Statistics: [2020-12-15T00:53:59.142Z] Hnuu...uuuununununu... [2020-12-15T00:53:59.142Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T00:53:59.367Z] provisioning config files... [2020-12-15T00:53:59.392Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2179842740596875267tmp [Pipeline] { [Pipeline] echo [2020-12-15T00:53:59.481Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:53:59.843Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T00:53:59.867Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T00:53:59.969Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:00.337Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T00:54:00.352Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:00.720Z] ---> sudo-logs.sh [2020-12-15T00:54:00.721Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T00:54:00.732Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:01.033Z] ---> job-cost.sh [2020-12-15T00:54:01.033Z] lf-activate-venv: SKIPPING [2020-12-15T00:54:01.033Z] INFO: No Stack... [2020-12-15T00:54:02.424Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T00:54:02.999Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T00:54:03.014Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:03.313Z] ---> logs-deploy.sh [2020-12-15T00:54:03.313Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2944/2 [2020-12-15T00:54:03.313Z] INFO: archiving workspace using pattern(s): [2020-12-15T00:54:04.711Z] Archives upload complete. [2020-12-15T00:54:04.711Z] INFO: archiving logs to Nexus