Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60+a296f24e360d73b4e20a007fd564889f5e431139 (8f18d2e6a988181dada86978339f8dbce6d015a4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25098’ is offline; ‘prd-centos7-docker-4c-2g-25103’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25102’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25109 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 > 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/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # 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 a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 Merge succeeded, producing 72c520d5237e2a56801af3395c6b2ce77445860e Checking out Revision 72c520d5237e2a56801af3395c6b2ce77445860e (PR-3111) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72c520d5237e2a56801af3395c6b2ce77445860e # timeout=10 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" > git rev-list --no-walk b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T00:30:46.723Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T00:30:47.056Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T00:30:47.355Z] ========================================================= [2021-02-05T00:30:47.355Z] EdgeX Global Pipelines Version Info [2021-02-05T00:30:47.355Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:30:49.062Z] ------------------- [2021-02-05T00:30:49.062Z] stable info: [2021-02-05T00:30:49.062Z] ------------------- [2021-02-05T00:30:49.063Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:30:49.063Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:30:49.063Z] Message: update stable to v1.0.179 [2021-02-05T00:30:50.067Z] ------------------- [2021-02-05T00:30:50.067Z] experimental info: [2021-02-05T00:30:50.067Z] ------------------- [2021-02-05T00:30:50.067Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:30:50.067Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:30:50.067Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T00:30:50.332Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T00:30:50.447Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T00:30:50.562Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T00:30:50.684Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T00:30:50.775Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T00:30:50.860Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T00:30:50.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T00:30:51.071Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T00:30:51.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T00:30:51.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T00:30:51.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T00:30:51.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T00:30:51.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T00:30:51.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T00:30:51.852Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:30:51.949Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:30:52.106Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T00:30:52.210Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T00:30:52.343Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T00:30:52.447Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T00:30:52.554Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T00:30:52.647Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T00:30:52.744Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T00:30:52.836Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3111 [Pipeline] echo [2021-02-05T00:30:52.940Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3111 [Pipeline] echo [2021-02-05T00:30:53.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3111 [Pipeline] echo [2021-02-05T00:30:53.121Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72c520d5237e2a56801af3395c6b2ce77445860e [Pipeline] echo [2021-02-05T00:30:53.211Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72c520d [Pipeline] echo [2021-02-05T00:30:53.325Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T00:30:53.505Z] provisioning config files... [2021-02-05T00:30:53.560Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config4253421436171894233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:30:53.933Z] ---> docker-login.sh [2021-02-05T00:30:53.933Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:30:54.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:54.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:54.464Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:54.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:54.464Z] [2021-02-05T00:30:54.464Z] Login Succeeded [2021-02-05T00:30:54.464Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:30:54.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:54.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:54.730Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:54.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:54.730Z] [2021-02-05T00:30:54.730Z] Login Succeeded [2021-02-05T00:30:54.730Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:30:54.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:54.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:54.996Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:54.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:54.996Z] [2021-02-05T00:30:54.996Z] Login Succeeded [2021-02-05T00:30:54.996Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:30:54.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:54.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:54.996Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:54.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:54.996Z] [2021-02-05T00:30:54.996Z] Login Succeeded [2021-02-05T00:30:54.996Z] docker.io [2021-02-05T00:30:55.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:55.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:55.534Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:55.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:55.534Z] [2021-02-05T00:30:55.534Z] Login Succeeded [2021-02-05T00:30:55.534Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:30:55.547Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:30:56.024Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T00:30:56.024Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:56.024Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T00:30:56.024Z] ++ cut -d/ -f2 [2021-02-05T00:30:56.024Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T00:30:56.093Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:30:56.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:56.953Z] [2021-02-05T00:30:56.953Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:30:57.341Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:57.341Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T00:30:57.341Z] 31603596830f: Pulling fs layer [2021-02-05T00:30:57.341Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T00:30:57.341Z] 6ca5941a6612: Pulling fs layer [2021-02-05T00:30:57.341Z] ecc8261a40a4: Pulling fs layer [2021-02-05T00:30:57.341Z] ecc8261a40a4: Waiting [2021-02-05T00:30:57.341Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T00:30:57.341Z] 2a8b12db71e7: Download complete [2021-02-05T00:30:57.341Z] 31603596830f: Verifying Checksum [2021-02-05T00:30:57.341Z] 31603596830f: Download complete [2021-02-05T00:30:57.605Z] 6ca5941a6612: Verifying Checksum [2021-02-05T00:30:57.605Z] 6ca5941a6612: Download complete [2021-02-05T00:30:57.605Z] ecc8261a40a4: Verifying Checksum [2021-02-05T00:30:57.605Z] ecc8261a40a4: Download complete [2021-02-05T00:30:57.871Z] 31603596830f: Pull complete [2021-02-05T00:30:57.871Z] 2a8b12db71e7: Pull complete [2021-02-05T00:30:58.844Z] 6ca5941a6612: Pull complete [2021-02-05T00:30:59.108Z] ecc8261a40a4: Pull complete [2021-02-05T00:30:59.108Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T00:30:59.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:59.371Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T00:30:59.515Z] prd-centos7-docker-4c-2g-25109 does not seem to be running inside a container [2021-02-05T00:30:59.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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:10004/edgex-devops/git-semver:latest cat [2021-02-05T00:31:02.365Z] $ docker top ecf622f6efff4501fe47025b733ac2e473370cc8d9da9ed3ea7cc62f11929dd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T00:31:02.895Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:31:02.895Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:31:03.143Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:31:03.148Z] $ docker exec ecf622f6efff4501fe47025b733ac2e473370cc8d9da9ed3ea7cc62f11929dd2 ssh-agent [2021-02-05T00:31:03.321Z] SSH_AUTH_SOCK=/tmp/ssh-EzVPeQGdCA3V/agent.12 [2021-02-05T00:31:03.321Z] SSH_AGENT_PID=17 [2021-02-05T00:31:03.342Z] Running ssh-add (command line suppressed) [2021-02-05T00:31:03.473Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_744146865850692806.key (/w/workspace/edgex-go/8@tmp/private_key_744146865850692806.key) [2021-02-05T00:31:03.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:31:03.880Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T00:31:03.908Z] $ docker exec --env ******** --env ******** ecf622f6efff4501fe47025b733ac2e473370cc8d9da9ed3ea7cc62f11929dd2 ssh-agent -k [2021-02-05T00:31:04.045Z] unset SSH_AUTH_SOCK; [2021-02-05T00:31:04.045Z] unset SSH_AGENT_PID; [2021-02-05T00:31:04.045Z] echo Agent pid 17 killed; [2021-02-05T00:31:04.117Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T00:31:04.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:31:04.279Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:31:04.479Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:31:04.484Z] $ docker exec ecf622f6efff4501fe47025b733ac2e473370cc8d9da9ed3ea7cc62f11929dd2 ssh-agent [2021-02-05T00:31:04.693Z] SSH_AUTH_SOCK=/tmp/ssh-eDdOYWXT2Tmt/agent.46 [2021-02-05T00:31:04.693Z] SSH_AGENT_PID=51 [2021-02-05T00:31:04.701Z] Running ssh-add (command line suppressed) [2021-02-05T00:31:04.848Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_9169934191564410382.key (/w/workspace/edgex-go/8@tmp/private_key_9169934191564410382.key) [2021-02-05T00:31:04.923Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:31:05.281Z] + git semver init [2021-02-05T00:31:05.281Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T00:31:05.281Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-02-05T00:31:05.281Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-02-05T00:31:05.281Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T00:31:05.281Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T00:31:05.281Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T00:31:05.281Z] # $SEMVER_BRANCH = PR-3111 [2021-02-05T00:31:05.281Z] # $SEMVER_TEMP = /tmp/semver-460561952 [2021-02-05T00:31:05.281Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T00:31:37.561Z] # '/tmp/semver-460561952' -> '/w/workspace/edgex-go/8/.semver' [2021-02-05T00:31:37.561Z] # -> Force: false [2021-02-05T00:31:37.561Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-02-05T00:31:37.578Z] $ docker exec --env ******** --env ******** ecf622f6efff4501fe47025b733ac2e473370cc8d9da9ed3ea7cc62f11929dd2 ssh-agent -k [2021-02-05T00:31:37.890Z] unset SSH_AUTH_SOCK; [2021-02-05T00:31:37.891Z] unset SSH_AGENT_PID; [2021-02-05T00:31:37.891Z] echo Agent pid 51 killed; [2021-02-05T00:31:38.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:31:38.488Z] + git semver [Pipeline] } [2021-02-05T00:31:38.509Z] $ docker stop --time=1 ecf622f6efff4501fe47025b733ac2e473370cc8d9da9ed3ea7cc62f11929dd2 [2021-02-05T00:31:40.237Z] $ docker rm -f ecf622f6efff4501fe47025b733ac2e473370cc8d9da9ed3ea7cc62f11929dd2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:31:40.904Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T00:31:41.544Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T00:31:41.548Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T00:31:42.455Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:31:42.772Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:31:43.076Z] + sudo service docker restart [2021-02-05T00:31:43.076Z] + true [2021-02-05T00:31:43.076Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T00:31:43.667Z] ========================================================= [2021-02-05T00:31:43.667Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T00:31:43.667Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:31:44.015Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-05T00:31:48.278Z] Sending build context to Docker daemon 327.5MB [2021-02-05T00:31:48.278Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:31:48.278Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:31:48.278Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T00:31:48.278Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T00:31:48.278Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T00:31:48.278Z] de9db76c5a1d: Pulling fs layer [2021-02-05T00:31:48.278Z] bca2f99d35d6: Pulling fs layer [2021-02-05T00:31:48.278Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T00:31:48.278Z] 7c6f9722023f: Pulling fs layer [2021-02-05T00:31:48.278Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T00:31:48.278Z] bca2f99d35d6: Waiting [2021-02-05T00:31:48.278Z] 93359f2a8cfa: Waiting [2021-02-05T00:31:48.278Z] 7c6f9722023f: Waiting [2021-02-05T00:31:48.278Z] a35cf1a2eb13: Waiting [2021-02-05T00:31:48.278Z] de9db76c5a1d: Verifying Checksum [2021-02-05T00:31:48.278Z] de9db76c5a1d: Download complete [2021-02-05T00:31:48.278Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T00:31:48.278Z] 0ef7d3d256c8: Download complete [2021-02-05T00:31:48.278Z] 93359f2a8cfa: Download complete [2021-02-05T00:31:48.278Z] 7c6f9722023f: Verifying Checksum [2021-02-05T00:31:48.278Z] 7c6f9722023f: Download complete [2021-02-05T00:31:48.278Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T00:31:48.278Z] 188c0c94c7c5: Download complete [2021-02-05T00:31:48.556Z] 188c0c94c7c5: Pull complete [2021-02-05T00:31:48.837Z] 0ef7d3d256c8: Pull complete [2021-02-05T00:31:48.837Z] de9db76c5a1d: Pull complete [2021-02-05T00:31:52.175Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T00:31:52.175Z] a35cf1a2eb13: Download complete [2021-02-05T00:31:53.573Z] bca2f99d35d6: Verifying Checksum [2021-02-05T00:31:53.573Z] bca2f99d35d6: Download complete [2021-02-05T00:31:56.932Z] Still waiting to schedule task [2021-02-05T00:31:56.932Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-05T00:32:00.220Z] bca2f99d35d6: Pull complete [2021-02-05T00:32:00.220Z] 93359f2a8cfa: Pull complete [2021-02-05T00:32:00.220Z] 7c6f9722023f: Pull complete [2021-02-05T00:32:06.870Z] a35cf1a2eb13: Pull complete [2021-02-05T00:32:06.870Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T00:32:06.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T00:32:06.870Z] ---> a62c8e92a672 [2021-02-05T00:32:06.870Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T00:32:06.870Z] ---> Running in 98c225764ecf [2021-02-05T00:32:07.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:32:08.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:32:09.355Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:32:09.617Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:32:09.617Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:32:09.880Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:32:15.188Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:32:15.188Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:32:15.188Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:32:15.188Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:32:15.188Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:32:15.188Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:32:15.188Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:32:15.188Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:32:15.188Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:32:15.188Z] OK: 233 MiB in 51 packages [2021-02-05T00:32:19.429Z] Removing intermediate container 98c225764ecf [2021-02-05T00:32:19.429Z] ---> 04ba2aa2e79d [2021-02-05T00:32:19.429Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:32:19.429Z] ---> Running in 8236bb81d253 [2021-02-05T00:32:19.429Z] Removing intermediate container 8236bb81d253 [2021-02-05T00:32:19.429Z] ---> 0661ccba00c4 [2021-02-05T00:32:19.429Z] Step 5/6 : COPY go.mod . [2021-02-05T00:32:19.429Z] ---> e0092a6a687e [2021-02-05T00:32:19.429Z] Step 6/6 : RUN go mod download [2021-02-05T00:32:19.692Z] ---> Running in 2d8972991fb8 [2021-02-05T00:32:41.709Z] Removing intermediate container 2d8972991fb8 [2021-02-05T00:32:41.709Z] ---> f66ac21279df [2021-02-05T00:32:41.709Z] Successfully built f66ac21279df [2021-02-05T00:32:41.709Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:32:42.054Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:32:42.054Z] . [Pipeline] withDockerContainer [2021-02-05T00:32:42.161Z] prd-centos7-docker-4c-2g-25109 does not seem to be running inside a container [2021-02-05T00:32:42.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat [2021-02-05T00:32:44.490Z] $ docker top bac6406fd61d4d9ff6139d131573d2a4001bafc061bd33043b54188f0f07bf84 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:32:45.058Z] + go version [2021-02-05T00:32:45.058Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T00:32:45.079Z] $ docker stop --time=1 bac6406fd61d4d9ff6139d131573d2a4001bafc061bd33043b54188f0f07bf84 [2021-02-05T00:32:46.451Z] $ docker rm -f bac6406fd61d4d9ff6139d131573d2a4001bafc061bd33043b54188f0f07bf84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:32:47.377Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:32:47.377Z] . [Pipeline] withDockerContainer [2021-02-05T00:32:47.515Z] prd-centos7-docker-4c-2g-25109 does not seem to be running inside a container [2021-02-05T00:32:47.560Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat [2021-02-05T00:32:48.404Z] $ docker top 511c456eaba25a24e33cc4404cf3dae00a86f08653e3b3eaf6d8d7d15ea86fed -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:32:48.597Z] ========================================================= [2021-02-05T00:32:48.597Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:32:48.597Z] ========================================================= [Pipeline] sh [2021-02-05T00:32:48.892Z] + make test [2021-02-05T00:32:48.892Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:32:58.979Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:33:17.646Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T00:33:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:33:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:33:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:33:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:33:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:33:25.208Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:33:27.806Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:33:27.806Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:33:27.806Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:33:30.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.0% of statements [2021-02-05T00:33:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:33:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:33:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:33:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:33:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:33:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:33:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:33:30.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-05T00:33:33.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.215s coverage: 27.1% of statements [2021-02-05T00:33:33.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:33:33.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:33:33.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:33:33.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:33:33.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:33:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:33:33.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-02-05T00:33:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:33:33.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-02-05T00:33:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:33:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:33:33.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 65.8% of statements [2021-02-05T00:33:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:33:33.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:33:34.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.512s coverage: 82.3% of statements [2021-02-05T00:33:34.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:34.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:34.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:33:34.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:33:35.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.360s coverage: 28.6% of statements [2021-02-05T00:33:35.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:33:35.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:33:35.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:33:35.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:33:35.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:33:35.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-02-05T00:33:35.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:33:35.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-02-05T00:33:35.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:33:35.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.138s coverage: 86.7% of statements [2021-02-05T00:33:35.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:33:36.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements [2021-02-05T00:33:36.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:33:36.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-02-05T00:33:36.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:33:36.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:33:36.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:33:36.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:33:39.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.563s coverage: 92.8% of statements [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:33:39.824Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:33:39.824Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:33:39.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:33:39.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 45.5% of statements [2021-02-05T00:33:39.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements [2021-02-05T00:33:39.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-02-05T00:33:39.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements [2021-02-05T00:33:39.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements [2021-02-05T00:33:52.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements [2021-02-05T00:33:52.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.4% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 68.9% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.266s coverage: 84.0% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.074s coverage: 87.0% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:34:04.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.714s coverage: 29.1% of statements [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:34:04.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:34:04.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-05T00:34:04.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-05T00:34:04.436Z] GO111MODULE=on go vet ./... [2021-02-05T00:34:31.204Z] gofmt -l . [2021-02-05T00:34:31.204Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:34:31.204Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:34:31.204Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:34:31.849Z] + ls -al . [2021-02-05T00:34:31.849Z] total 688 [2021-02-05T00:34:31.849Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 00:34 . [2021-02-05T00:34:31.849Z] drwxr-xr-x 4 root root 28 Feb 5 00:32 .. [2021-02-05T00:34:31.849Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:30 .dockerignore [2021-02-05T00:34:31.849Z] drwxrwxr-x 8 1001 1001 179 Feb 5 00:30 .git [2021-02-05T00:34:31.849Z] drwxrwxr-x 3 1001 1001 125 Feb 5 00:30 .github [2021-02-05T00:34:31.849Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 00:30 .gitignore [2021-02-05T00:34:31.849Z] drwx------ 3 1001 1001 60 Feb 5 00:31 .semver [2021-02-05T00:34:31.849Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:30 .sonarcloud.properties [2021-02-05T00:34:31.849Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:30 Attribution.txt [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:30 CONTRIBUTING.md [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:30 Dockerfile.build [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:30 Jenkinsfile [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:30 LICENSE [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:30 Makefile [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:30 README.md [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:30 SECURITY.md [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:31 VERSION [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:30 ZMQWindows.md [2021-02-05T00:34:31.850Z] drwxrwxr-x 2 1001 1001 117 Feb 5 00:30 bin [2021-02-05T00:34:31.850Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 00:30 cmd [2021-02-05T00:34:31.850Z] -rw-r--r-- 1 root root 583066 Feb 5 00:34 coverage.out [2021-02-05T00:34:31.850Z] -rw-r--r-- 1 root root 1054 Feb 5 00:34 go.mod [2021-02-05T00:34:31.850Z] -rw-r--r-- 1 root root 19406 Feb 5 00:34 go.sum [2021-02-05T00:34:31.850Z] drwxrwxr-x 8 1001 1001 127 Feb 5 00:30 internal [2021-02-05T00:34:31.850Z] drwxrwxr-x 4 1001 1001 26 Feb 5 00:30 openapi [2021-02-05T00:34:31.850Z] drwxrwxr-x 4 1001 1001 71 Feb 5 00:30 snap [2021-02-05T00:34:31.850Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:30 version.go [Pipeline] sh [2021-02-05T00:34:32.159Z] + '[' -e coverage.out ] [2021-02-05T00:34:32.159Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:34:32.369Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:34:32.672Z] + make build [2021-02-05T00:34:32.672Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T00:34:36.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T00:34:45.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T00:34:45.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T00:34:47.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T00:34:47.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T00:34:49.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T00:34:51.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T00:34:52.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T00:34:53.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T00:34:55.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:34:56.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T00:34:57.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-05T00:34:59.474Z] $ docker stop --time=1 511c456eaba25a24e33cc4404cf3dae00a86f08653e3b3eaf6d8d7d15ea86fed [2021-02-05T00:35:01.302Z] $ docker rm -f 511c456eaba25a24e33cc4404cf3dae00a86f08653e3b3eaf6d8d7d15ea86fed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:03.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:03.257Z] [2021-02-05T00:35:03.257Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:03.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:03.608Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T00:35:03.608Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T00:35:03.608Z] ca9280d653b3: Pulling fs layer [2021-02-05T00:35:03.608Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T00:35:03.874Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-05T00:35:03.874Z] cbdbe7a5bc2a: Download complete [2021-02-05T00:35:04.137Z] ca9280d653b3: Verifying Checksum [2021-02-05T00:35:04.137Z] ca9280d653b3: Download complete [2021-02-05T00:35:04.137Z] cbdbe7a5bc2a: Pull complete [2021-02-05T00:35:05.593Z] ca9280d653b3: Pull complete [2021-02-05T00:35:05.593Z] 7e9c9ca2126c: Verifying Checksum [2021-02-05T00:35:05.593Z] 7e9c9ca2126c: Download complete [2021-02-05T00:35:12.239Z] 7e9c9ca2126c: Pull complete [2021-02-05T00:35:12.239Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T00:35:12.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:12.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T00:35:12.484Z] prd-centos7-docker-4c-2g-25109 does not seem to be running inside a container [2021-02-05T00:35:12.637Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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:latest cat [2021-02-05T00:35:15.197Z] $ docker top 530c3049d22bd27d3c363887ba7e71b6df79bd2d0df2993cf7e8e6c94d396834 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:35:15.794Z] + docker-compose build --help [2021-02-05T00:35:15.794Z] + grep parallel [2021-02-05T00:35:16.751Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T00:35:16.766Z] $ docker stop --time=1 530c3049d22bd27d3c363887ba7e71b6df79bd2d0df2993cf7e8e6c94d396834 [2021-02-05T00:35:18.172Z] $ docker rm -f 530c3049d22bd27d3c363887ba7e71b6df79bd2d0df2993cf7e8e6c94d396834 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:18.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:18.777Z] . [Pipeline] withDockerContainer [2021-02-05T00:35:18.882Z] prd-centos7-docker-4c-2g-25109 does not seem to be running inside a container [2021-02-05T00:35:18.937Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T00:35:19.655Z] $ docker top 37a86bd3394bda96cae005bf60aa7236eabfa597ac0aa9d9c5d58d27a0977f44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:35:20.168Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:35:21.131Z] Building docker-core-command-go ... [2021-02-05T00:35:21.131Z] Building docker-core-data-go ... [2021-02-05T00:35:21.131Z] Building docker-core-metadata-go ... [2021-02-05T00:35:21.132Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:35:21.132Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:35:21.132Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:35:21.132Z] Building docker-support-notifications-go ... [2021-02-05T00:35:21.132Z] Building docker-support-scheduler-go ... [2021-02-05T00:35:21.132Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:35:21.132Z] Building docker-core-data-go [2021-02-05T00:35:21.132Z] Building docker-support-scheduler-go [2021-02-05T00:35:21.132Z] Building docker-security-secretstore-setup-go [2021-02-05T00:35:21.132Z] Building docker-core-metadata-go [2021-02-05T00:35:21.132Z] Building docker-support-notifications-go [2021-02-05T00:35:25.523Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25117 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws [2021-02-05T00:35:25.623Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-05T00:35:31.181Z] using credential edgex-jenkins-ssh [2021-02-05T00:35:31.265Z] Cloning the remote Git repository [2021-02-05T00:35:31.335Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:35:31.456Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-05T00:35:31.543Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:35:31.544Z] > git --version # timeout=10 [2021-02-05T00:35:31.560Z] > git --version # 'git version 2.17.1' [2021-02-05T00:35:31.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:35:31.638Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:35:51.724Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:35:51.751Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:35:51.789Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:35:51.839Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:35:51.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:35:51.857Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:35:52.480Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-05T00:35:53.243Z] Merge succeeded, producing 0bb26be52e06d0e54f1e42b3ac89ac04c290a127 [2021-02-05T00:35:53.244Z] Checking out Revision 0bb26be52e06d0e54f1e42b3ac89ac04c290a127 (PR-3111) [2021-02-05T00:35:52.552Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:35:52.579Z] > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [2021-02-05T00:35:52.914Z] > git remote # timeout=10 [2021-02-05T00:35:52.936Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:35:52.951Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:35:52.961Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:35:53.232Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:35:53.253Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:35:53.268Z] > git checkout -f 0bb26be52e06d0e54f1e42b3ac89ac04c290a127 # timeout=10 [2021-02-05T00:35:57.584Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:35:57.594Z] > git rev-list --no-walk b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T00:35:59.282Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:35:59.678Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:36:00.026Z] + + sudotrue service [2021-02-05T00:36:00.026Z] docker restart [2021-02-05T00:36:00.090Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:00.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:00.090Z] ---> f66ac21279df [2021-02-05T00:36:00.090Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:36:00.090Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:00.090Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:00.090Z] ---> f66ac21279df [2021-02-05T00:36:00.090Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:36:00.090Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:00.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:00.090Z] ---> f66ac21279df [2021-02-05T00:36:00.090Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:36:00.090Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:00.090Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:00.090Z] ---> f66ac21279df [2021-02-05T00:36:00.090Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:36:00.090Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:00.090Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:36:00.090Z] ---> f66ac21279df [2021-02-05T00:36:00.090Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:36:00.090Z] ---> Running in 4ab85b08eb6a [2021-02-05T00:36:00.090Z] ---> Running in 99f3fd318a33 [2021-02-05T00:36:00.090Z] ---> Running in 21556d1553e5 [2021-02-05T00:36:00.090Z] ---> Running in ef973ccd40fb [2021-02-05T00:36:00.090Z] ---> Running in 6a42eba0ba60 [2021-02-05T00:36:00.090Z] Removing intermediate container 99f3fd318a33 [2021-02-05T00:36:00.090Z] ---> 92a11bf9e187 [2021-02-05T00:36:00.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:00.090Z] Removing intermediate container 4ab85b08eb6a [2021-02-05T00:36:00.090Z] ---> 84b2b757a8d5 [2021-02-05T00:36:00.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:00.090Z] Removing intermediate container 21556d1553e5 [2021-02-05T00:36:00.090Z] ---> 3d21147103ef [2021-02-05T00:36:00.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:00.090Z] Removing intermediate container ef973ccd40fb [2021-02-05T00:36:00.090Z] ---> 7947573e661a [2021-02-05T00:36:00.090Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:00.090Z] Removing intermediate container 6a42eba0ba60 [2021-02-05T00:36:00.090Z] ---> a4f220b5bf20 [2021-02-05T00:36:00.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:36:00.090Z] ---> Running in 1c62002a8ee1 [2021-02-05T00:36:00.090Z] ---> Running in 1269ac607fbc [2021-02-05T00:36:00.090Z] ---> Running in e3ad79e92d00 [2021-02-05T00:36:00.090Z] ---> Running in 7996f7af1f63 [2021-02-05T00:36:00.090Z] ---> Running in 82d8ef63e01a [Pipeline] withEnv [Pipeline] { [2021-02-05T00:36:02.076Z] Removing intermediate container 1c62002a8ee1 [2021-02-05T00:36:02.076Z] ---> 8cfd8d027232 [2021-02-05T00:36:02.076Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:36:02.076Z] ---> Running in b4c3ccb0558b [2021-02-05T00:36:02.076Z] Removing intermediate container 1269ac607fbc [2021-02-05T00:36:02.076Z] ---> c36768a7fbd0 [2021-02-05T00:36:02.076Z] Step 5/22 : RUN apk add --update --no-cache make git [Pipeline] wrap [2021-02-05T00:36:02.101Z] provisioning config files... [2021-02-05T00:36:02.142Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config8939555904991397852tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:36:02.364Z] ---> Running in 9b9f6d9fcc30 [2021-02-05T00:36:02.364Z] Removing intermediate container e3ad79e92d00 [2021-02-05T00:36:02.364Z] ---> 2ffcaaf5ba1f [2021-02-05T00:36:02.364Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:36:02.617Z] ---> docker-login.sh [2021-02-05T00:36:02.617Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:36:02.647Z] Removing intermediate container 7996f7af1f63 [2021-02-05T00:36:02.647Z] ---> c13a059c96a6 [2021-02-05T00:36:02.647Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:36:02.647Z] ---> Running in e066a7d9c102 [2021-02-05T00:36:02.647Z] Removing intermediate container 82d8ef63e01a [2021-02-05T00:36:02.647Z] ---> 12dfad48edde [2021-02-05T00:36:02.647Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:36:02.918Z] ---> Running in 03505ead254a [2021-02-05T00:36:02.918Z] ---> Running in 03292ca78835 [2021-02-05T00:36:03.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:03.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:03.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:03.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:03.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:03.808Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:03.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:03.808Z] [2021-02-05T00:36:03.808Z] Login Succeeded [2021-02-05T00:36:03.808Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:36:04.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:04.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:04.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:04.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:04.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:04.080Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:04.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:04.080Z] [2021-02-05T00:36:04.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:04.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:04.351Z] Login Succeeded [2021-02-05T00:36:04.351Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:36:04.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:04.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:04.624Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:04.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:04.624Z] [2021-02-05T00:36:04.624Z] Login Succeeded [2021-02-05T00:36:04.624Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:36:04.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:04.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:36:04.913Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:05.189Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:05.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:05.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:05.219Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:05.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:05.219Z] [2021-02-05T00:36:05.219Z] Login Succeeded [2021-02-05T00:36:05.219Z] docker.io [2021-02-05T00:36:05.457Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:05.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:36:05.732Z] Removing intermediate container b4c3ccb0558b [2021-02-05T00:36:05.733Z] ---> ebb2bd2d80ee [2021-02-05T00:36:05.733Z] Step 6/23 : COPY go.mod . [2021-02-05T00:36:05.733Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:05.733Z] OK: 233 MiB in 51 packages [2021-02-05T00:36:05.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:36:05.768Z] Configure a credential helper to remove this warning. See [2021-02-05T00:36:05.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:36:05.768Z] [2021-02-05T00:36:05.768Z] Login Succeeded [2021-02-05T00:36:05.768Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:36:05.786Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-05T00:36:06.008Z] Removing intermediate container 9b9f6d9fcc30 [2021-02-05T00:36:06.008Z] ---> f5d6778fabc6 [2021-02-05T00:36:06.008Z] Step 6/22 : COPY go.mod . [2021-02-05T00:36:06.008Z] ---> 6ff3add3795d [2021-02-05T00:36:06.008Z] Step 7/23 : RUN go mod download [2021-02-05T00:36:06.288Z] Removing intermediate container e066a7d9c102 [2021-02-05T00:36:06.288Z] ---> 370e5ce166b2 [2021-02-05T00:36:06.288Z] Step 6/22 : COPY go.mod . [2021-02-05T00:36:06.288Z] ---> Running in 04565b1eb042 [Pipeline] echo [2021-02-05T00:36:06.290Z] ========================================================= [2021-02-05T00:36:06.290Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T00:36:06.290Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:36:06.557Z] ---> e1980c909546 [2021-02-05T00:36:06.557Z] Step 7/22 : RUN go mod download [2021-02-05T00:36:06.698Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-05T00:36:06.826Z] ---> Running in 06b8cfd4356d [2021-02-05T00:36:06.826Z] ---> 28e6c1c05e20 [2021-02-05T00:36:06.826Z] Step 7/22 : RUN go mod download [2021-02-05T00:36:06.826Z] Removing intermediate container 03505ead254a [2021-02-05T00:36:06.826Z] ---> 604fad953789 [2021-02-05T00:36:06.826Z] Step 6/24 : COPY go.mod . [2021-02-05T00:36:06.826Z] Removing intermediate container 03292ca78835 [2021-02-05T00:36:06.826Z] ---> ca72c619a72f [2021-02-05T00:36:06.826Z] Step 6/23 : COPY go.mod . [2021-02-05T00:36:07.094Z] ---> Running in 227cd15384a7 [2021-02-05T00:36:07.358Z] ---> dbc941bb3668 [2021-02-05T00:36:07.358Z] Step 7/23 : RUN go mod download [2021-02-05T00:36:07.626Z] ---> cbfcbdecdb57 [2021-02-05T00:36:07.626Z] Step 7/24 : RUN go mod download [2021-02-05T00:36:07.626Z] ---> Running in 71bfe3528dee [2021-02-05T00:36:07.626Z] ---> Running in bf287a2b6d74 [2021-02-05T00:36:09.347Z] Sending build context to Docker daemon 166.1MB [2021-02-05T00:36:09.347Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:36:09.347Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:36:09.347Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T00:36:09.347Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T00:36:09.347Z] a4357932f1b6: Pulling fs layer [2021-02-05T00:36:09.347Z] 18c013af1878: Pulling fs layer [2021-02-05T00:36:09.347Z] 00ac8860ef70: Pulling fs layer [2021-02-05T00:36:09.347Z] 63d7cb157983: Pulling fs layer [2021-02-05T00:36:09.347Z] b116817d02f9: Pulling fs layer [2021-02-05T00:36:09.347Z] 745a02a5169b: Pulling fs layer [2021-02-05T00:36:09.347Z] 00ac8860ef70: Waiting [2021-02-05T00:36:09.347Z] 63d7cb157983: Waiting [2021-02-05T00:36:09.347Z] b116817d02f9: Waiting [2021-02-05T00:36:09.347Z] 745a02a5169b: Waiting [2021-02-05T00:36:09.347Z] 18c013af1878: Download complete [2021-02-05T00:36:09.347Z] a4357932f1b6: Verifying Checksum [2021-02-05T00:36:09.347Z] a4357932f1b6: Download complete [2021-02-05T00:36:09.347Z] 63d7cb157983: Verifying Checksum [2021-02-05T00:36:09.347Z] 63d7cb157983: Download complete [2021-02-05T00:36:09.347Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T00:36:09.347Z] 5f621e34cdf4: Download complete [2021-02-05T00:36:09.347Z] b116817d02f9: Verifying Checksum [2021-02-05T00:36:09.945Z] 5f621e34cdf4: Pull complete [2021-02-05T00:36:10.237Z] a4357932f1b6: Pull complete [2021-02-05T00:36:10.237Z] Removing intermediate container 04565b1eb042 [2021-02-05T00:36:10.237Z] ---> 527a44f84d26 [2021-02-05T00:36:10.237Z] Step 8/23 : COPY . . [2021-02-05T00:36:10.237Z] Removing intermediate container 06b8cfd4356d [2021-02-05T00:36:10.237Z] ---> 158e459d04e5 [2021-02-05T00:36:10.237Z] Step 8/22 : COPY . . [2021-02-05T00:36:10.237Z] Removing intermediate container 227cd15384a7 [2021-02-05T00:36:10.237Z] ---> 059dd7def1a0 [2021-02-05T00:36:10.237Z] Step 8/22 : COPY . . [2021-02-05T00:36:10.237Z] Removing intermediate container 71bfe3528dee [2021-02-05T00:36:10.237Z] ---> ef21d24bc905 [2021-02-05T00:36:10.237Z] Step 8/23 : COPY . . [2021-02-05T00:36:10.237Z] Removing intermediate container bf287a2b6d74 [2021-02-05T00:36:10.237Z] ---> 63a7897313d6 [2021-02-05T00:36:10.237Z] Step 8/24 : COPY . . [2021-02-05T00:36:10.829Z] 18c013af1878: Pull complete [2021-02-05T00:36:11.420Z] 745a02a5169b: Verifying Checksum [2021-02-05T00:36:11.420Z] 745a02a5169b: Download complete [2021-02-05T00:36:12.859Z] 00ac8860ef70: Verifying Checksum [2021-02-05T00:36:12.860Z] 00ac8860ef70: Download complete [2021-02-05T00:36:23.009Z] 00ac8860ef70: Pull complete [2021-02-05T00:36:23.009Z] 63d7cb157983: Pull complete [2021-02-05T00:36:23.009Z] b116817d02f9: Pull complete [2021-02-05T00:36:26.392Z] 745a02a5169b: Pull complete [2021-02-05T00:36:26.392Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T00:36:26.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T00:36:26.392Z] ---> b7e6874047d6 [2021-02-05T00:36:26.392Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T00:36:30.736Z] ---> Running in 3204cc1c1772 [2021-02-05T00:36:31.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:36:32.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:36:35.338Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:36:36.318Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:36:36.318Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:36:36.594Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:36:54.914Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:36:54.914Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:36:54.914Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:36:54.914Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:36:54.914Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:36:54.914Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:36:54.914Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:36:55.189Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:36:55.189Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:36:55.189Z] OK: 217 MiB in 51 packages [2021-02-05T00:36:57.299Z] ---> ef7c97d6cb74 [2021-02-05T00:36:57.299Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:36:57.299Z] ---> 5533930d53d5 [2021-02-05T00:36:57.299Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:36:57.299Z] ---> db909af29aa5 [2021-02-05T00:36:57.299Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:36:57.299Z] ---> c5f5414fc039 [2021-02-05T00:36:57.299Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:36:57.299Z] ---> 30eb4cb21dde [2021-02-05T00:36:57.299Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:36:57.299Z] ---> Running in 51c34a4e3e72 [2021-02-05T00:36:57.299Z] ---> Running in acd4d977dbe6 [2021-02-05T00:36:57.299Z] ---> Running in 2ceed7495b2a [2021-02-05T00:36:57.299Z] ---> Running in 2f80a1a5db56 [2021-02-05T00:36:57.299Z] ---> Running in ac238ad04d06 [2021-02-05T00:36:57.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T00:36:57.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T00:36:57.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T00:36:57.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T00:36:57.299Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T00:36:59.515Z] Removing intermediate container 3204cc1c1772 [2021-02-05T00:36:59.515Z] ---> fd662a46f39e [2021-02-05T00:36:59.515Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:36:59.515Z] ---> Running in e8a48fed8261 [2021-02-05T00:37:00.116Z] Removing intermediate container e8a48fed8261 [2021-02-05T00:37:00.116Z] ---> 65155c53780e [2021-02-05T00:37:00.116Z] Step 5/6 : COPY go.mod . [2021-02-05T00:37:00.716Z] ---> 6444cb4869be [2021-02-05T00:37:00.716Z] Step 6/6 : RUN go mod download [2021-02-05T00:37:00.994Z] ---> Running in fb0126a5c006 [2021-02-05T00:37:24.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T00:37:33.333Z] Removing intermediate container fb0126a5c006 [2021-02-05T00:37:33.333Z] ---> a15d268fb53b [2021-02-05T00:37:33.333Z] Successfully built a15d268fb53b [2021-02-05T00:37:33.333Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:37:33.676Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:37:33.676Z] . [Pipeline] withDockerContainer [2021-02-05T00:37:33.934Z] prd-ubuntu18.04-docker-arm64-4c-16g-25117 does not seem to be running inside a container [2021-02-05T00:37:34.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:37:35.445Z] Removing intermediate container 51c34a4e3e72 [2021-02-05T00:37:35.445Z] ---> 2f4b7f6ec3b7 [2021-02-05T00:37:35.445Z] [2021-02-05T00:37:35.445Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:37:35.445Z] 3.12: Pulling from library/alpine [2021-02-05T00:37:35.445Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:37:35.445Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:37:35.445Z] ---> 389fef711851 [2021-02-05T00:37:35.445Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:37:35.546Z] $ docker top d8d74aa15178a04190316f9a4a5c7324dc40f686f5f03581c9f9204189793262 -eo pid,comm [2021-02-05T00:37:35.752Z] ---> Running in 7dcc2c2b947c [Pipeline] { [Pipeline] sh [2021-02-05T00:37:36.557Z] + go version [2021-02-05T00:37:36.557Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T00:37:36.584Z] $ docker stop --time=1 d8d74aa15178a04190316f9a4a5c7324dc40f686f5f03581c9f9204189793262 [2021-02-05T00:37:36.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:37.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:37.213Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:37:37.925Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:37:37.925Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:37:37.925Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:37:37.925Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:37.925Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:37.925Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:37:37.925Z] OK: 7 MiB in 19 packages [2021-02-05T00:37:38.580Z] $ docker rm -f d8d74aa15178a04190316f9a4a5c7324dc40f686f5f03581c9f9204189793262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:37:39.556Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:37:39.556Z] . [Pipeline] withDockerContainer [2021-02-05T00:37:39.799Z] prd-ubuntu18.04-docker-arm64-4c-16g-25117 does not seem to be running inside a container [2021-02-05T00:37:39.881Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:37:41.503Z] $ docker top 4e43140c09863e5e2196a918593c991dba507e01ed646d3bf43506522b22cd4c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:37:41.868Z] ========================================================= [2021-02-05T00:37:41.868Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:37:41.868Z] ========================================================= [Pipeline] sh [2021-02-05T00:37:42.511Z] + make test [2021-02-05T00:37:42.511Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:37:43.011Z] Removing intermediate container 2f80a1a5db56 [2021-02-05T00:37:43.011Z] ---> aa0b55a898a3 [2021-02-05T00:37:43.011Z] [2021-02-05T00:37:43.011Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:37:43.011Z] ---> 389fef711851 [2021-02-05T00:37:43.011Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:37:43.011Z] Removing intermediate container 2ceed7495b2a [2021-02-05T00:37:43.011Z] ---> e328c542d71e [2021-02-05T00:37:43.011Z] [2021-02-05T00:37:43.011Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:37:43.011Z] ---> 389fef711851 [2021-02-05T00:37:43.011Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:37:43.011Z] ---> Running in 415b209852ec [2021-02-05T00:37:43.865Z] ---> Running in f59ad3fbb975 [2021-02-05T00:37:44.968Z] Removing intermediate container 7dcc2c2b947c [2021-02-05T00:37:44.968Z] ---> b9b528c95bca [2021-02-05T00:37:44.968Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:37:46.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:46.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:46.645Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:46.645Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:46.645Z] OK: 6 MiB in 15 packages [2021-02-05T00:37:46.913Z] ---> Running in 8c125eaad92c [2021-02-05T00:37:47.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:47.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:47.446Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:37:47.720Z] Removing intermediate container acd4d977dbe6 [2021-02-05T00:37:47.720Z] ---> 37465d77c8e2 [2021-02-05T00:37:47.720Z] [2021-02-05T00:37:47.720Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:37:47.720Z] ---> 389fef711851 [2021-02-05T00:37:47.720Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:37:47.720Z] Removing intermediate container ac238ad04d06 [2021-02-05T00:37:47.720Z] ---> f7fe23104496 [2021-02-05T00:37:47.720Z] [2021-02-05T00:37:47.720Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:37:47.720Z] ---> 389fef711851 [2021-02-05T00:37:47.720Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:37:47.720Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:47.720Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:47.720Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:37:47.720Z] OK: 6 MiB in 16 packages [2021-02-05T00:37:48.305Z] ---> Running in ec2969e8f688 [2021-02-05T00:37:48.305Z] ---> Running in 3a115721c343 [2021-02-05T00:37:48.305Z] Removing intermediate container 8c125eaad92c [2021-02-05T00:37:48.305Z] ---> 66b43e1d54fe [2021-02-05T00:37:48.305Z] Step 13/24 : WORKDIR / [2021-02-05T00:37:48.570Z] ---> Running in aa9db2c79fd8 [2021-02-05T00:37:48.832Z] Removing intermediate container ec2969e8f688 [2021-02-05T00:37:48.832Z] ---> 69772b74104c [2021-02-05T00:37:48.832Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:37:48.832Z] Removing intermediate container 415b209852ec [2021-02-05T00:37:48.832Z] ---> f7e4fc1aea59 [2021-02-05T00:37:48.832Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:49.412Z] ---> Running in c41d689d3325 [2021-02-05T00:37:49.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:49.412Z] ---> Running in 4886b4136d08 [2021-02-05T00:37:49.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:49.412Z] Removing intermediate container aa9db2c79fd8 [2021-02-05T00:37:49.412Z] ---> 1e8d08ec51d9 [2021-02-05T00:37:49.412Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T00:37:49.412Z] Removing intermediate container f59ad3fbb975 [2021-02-05T00:37:49.412Z] ---> 46864991fa25 [2021-02-05T00:37:49.412Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:49.680Z] ---> Running in 31a8c24ac20b [2021-02-05T00:37:49.680Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:49.680Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:49.680Z] OK: 6 MiB in 15 packages [2021-02-05T00:37:49.680Z] Removing intermediate container c41d689d3325 [2021-02-05T00:37:49.680Z] ---> cadd9d981447 [2021-02-05T00:37:49.680Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:37:49.680Z] Removing intermediate container 4886b4136d08 [2021-02-05T00:37:49.680Z] ---> 3705dae79ad9 [2021-02-05T00:37:49.680Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:37:49.946Z] ---> Running in d6d449f0eb8f [2021-02-05T00:37:49.946Z] ---> Running in fbb8e4159769 [2021-02-05T00:37:50.535Z] ---> 9c450af47bc9 [2021-02-05T00:37:50.535Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T00:37:50.535Z] Removing intermediate container 31a8c24ac20b [2021-02-05T00:37:50.535Z] ---> 96bf55dcd0b3 [2021-02-05T00:37:50.535Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:37:50.799Z] ---> Running in fa300b7af06c [2021-02-05T00:37:50.799Z] Removing intermediate container d6d449f0eb8f [2021-02-05T00:37:50.799Z] ---> 5c8f014bf501 [2021-02-05T00:37:50.799Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:37:50.799Z] Removing intermediate container fbb8e4159769 [2021-02-05T00:37:50.799Z] ---> e4f4129a6cc7 [2021-02-05T00:37:50.799Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:37:51.064Z] ---> Running in 6ef5f7419f81 [2021-02-05T00:37:51.064Z] ---> Running in 9684c59610dc [2021-02-05T00:37:51.064Z] ---> fd29ed49d774 [2021-02-05T00:37:51.064Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:51.064Z] Removing intermediate container 3a115721c343 [2021-02-05T00:37:51.064Z] ---> ce576549a95f [2021-02-05T00:37:51.064Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:51.328Z] Removing intermediate container fa300b7af06c [2021-02-05T00:37:51.328Z] ---> 690c2fd93ac1 [2021-02-05T00:37:51.328Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:37:51.603Z] ---> Running in 3f0956bf9760 [2021-02-05T00:37:51.603Z] ---> Running in bcaa29daefc3 [2021-02-05T00:37:51.603Z] Removing intermediate container 6ef5f7419f81 [2021-02-05T00:37:51.603Z] ---> 89e9c2e9c39e [2021-02-05T00:37:51.604Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:51.604Z] ---> 275846e2ce73 [2021-02-05T00:37:51.604Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:37:51.881Z] Removing intermediate container 3f0956bf9760 [2021-02-05T00:37:51.881Z] ---> 009b7efa9a22 [2021-02-05T00:37:51.881Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:51.881Z] Removing intermediate container bcaa29daefc3 [2021-02-05T00:37:51.881Z] ---> 0e9e44af4044 [2021-02-05T00:37:51.881Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:37:52.146Z] ---> Running in 2d76b9a1db17 [2021-02-05T00:37:52.146Z] ---> 5381480d6487 [2021-02-05T00:37:52.147Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:37:52.413Z] ---> 8481ae80c5bd [2021-02-05T00:37:52.413Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:37:52.413Z] Removing intermediate container 2d76b9a1db17 [2021-02-05T00:37:52.413Z] ---> ea193a44a76b [2021-02-05T00:37:52.413Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:37:52.700Z] ---> fb410851c1cb [2021-02-05T00:37:52.700Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:37:52.700Z] ---> Running in 5a760e205697 [2021-02-05T00:37:52.966Z] ---> 87dde11a09b6 [2021-02-05T00:37:52.966Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:53.234Z] Removing intermediate container 9684c59610dc [2021-02-05T00:37:53.234Z] ---> 3175d7573cd2 [2021-02-05T00:37:53.234Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:37:53.498Z] ---> 627ebcfc656e [2021-02-05T00:37:53.498Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:53.498Z] Removing intermediate container 5a760e205697 [2021-02-05T00:37:53.498Z] ---> 121b39e9e2dd [2021-02-05T00:37:53.498Z] Step 15/23 : WORKDIR / [2021-02-05T00:37:53.498Z] ---> Running in 238439d74629 [2021-02-05T00:37:53.787Z] ---> b9df9bcd5fd8 [2021-02-05T00:37:53.787Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:37:53.787Z] ---> Running in 790eaa4e05b5 [2021-02-05T00:37:53.787Z] ---> a3626010b264 [2021-02-05T00:37:53.787Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:37:54.056Z] ---> Running in a325128d24dd [2021-02-05T00:37:54.056Z] ---> e15e35478318 [2021-02-05T00:37:54.056Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:37:55.043Z] ---> Running in 04989a27bf2e [2021-02-05T00:37:55.043Z] ---> cf5d2f6cece0 [2021-02-05T00:37:55.043Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T00:37:55.043Z] Removing intermediate container 790eaa4e05b5 [2021-02-05T00:37:55.043Z] ---> 92e281c46f13 [2021-02-05T00:37:55.043Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:55.043Z] Removing intermediate container a325128d24dd [2021-02-05T00:37:55.043Z] ---> d78f034b5d7e [2021-02-05T00:37:55.043Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:55.043Z] ---> Running in 7f505e30f1fa [2021-02-05T00:37:55.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:55.043Z] ---> Running in a431d244f404 [2021-02-05T00:37:55.043Z] Removing intermediate container 04989a27bf2e [2021-02-05T00:37:55.043Z] ---> 29748485155b [2021-02-05T00:37:55.043Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:55.043Z] ---> 22f0713e6bb1 [2021-02-05T00:37:55.043Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:37:55.043Z] ---> Running in 3d3c092f4911 [2021-02-05T00:37:55.043Z] Removing intermediate container a431d244f404 [2021-02-05T00:37:55.043Z] ---> ab83d6db16d3 [2021-02-05T00:37:55.043Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:37:55.043Z] ---> Running in 568172eb5311 [2021-02-05T00:37:55.386Z] Removing intermediate container 3d3c092f4911 [2021-02-05T00:37:55.386Z] ---> 8ba420779cb3 [2021-02-05T00:37:55.386Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:37:55.386Z] Removing intermediate container 568172eb5311 [2021-02-05T00:37:55.386Z] ---> 5b0321a3359a [2021-02-05T00:37:55.386Z] Step 21/22 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:37:55.687Z] ---> Running in 3775bb166d86 [2021-02-05T00:37:55.687Z] ---> Running in b9b385c0ab75 [2021-02-05T00:37:55.969Z] ---> 6bc0ed147f63 [2021-02-05T00:37:55.969Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:55.969Z] Removing intermediate container 3775bb166d86 [2021-02-05T00:37:55.969Z] ---> 696ea4b94daf [2021-02-05T00:37:55.969Z] Step 21/22 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:37:56.312Z] ---> Running in 517a52b58de0 [2021-02-05T00:37:56.312Z] Removing intermediate container b9b385c0ab75 [2021-02-05T00:37:56.312Z] ---> 5555cd758a7a [2021-02-05T00:37:56.312Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:37:56.312Z] Removing intermediate container 7f505e30f1fa [2021-02-05T00:37:56.312Z] ---> d049b6a3f075 [2021-02-05T00:37:56.312Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:37:56.312Z] ---> Running in 60d862d0347e [2021-02-05T00:37:56.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:56.312Z] ---> e8c2f276eff9 [2021-02-05T00:37:56.312Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:37:56.580Z] Removing intermediate container 517a52b58de0 [2021-02-05T00:37:56.580Z] ---> d6536a7ea828 [2021-02-05T00:37:56.580Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:37:56.580Z] ---> Running in bb811c3eaa98 [2021-02-05T00:37:56.580Z] ---> Running in 3a9d14ef5572 [2021-02-05T00:37:56.580Z] ---> Running in de3fe41ddd58 [2021-02-05T00:37:56.580Z] Removing intermediate container 60d862d0347e [2021-02-05T00:37:56.580Z] ---> dfaee8f04fac [2021-02-05T00:37:56.580Z] [2021-02-05T00:37:56.842Z] Removing intermediate container bb811c3eaa98 [2021-02-05T00:37:56.842Z] ---> d18c4892c610 [2021-02-05T00:37:56.842Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T00:37:56.842Z] ---> Running in 2918aa365e37 [2021-02-05T00:37:57.104Z] Removing intermediate container 3a9d14ef5572 [2021-02-05T00:37:57.104Z] ---> cba3a00992f0 [2021-02-05T00:37:57.104Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:57.104Z] Successfully built dfaee8f04fac [2021-02-05T00:37:57.104Z] Removing intermediate container de3fe41ddd58 [2021-02-05T00:37:57.104Z] ---> 939ce194fd20 [2021-02-05T00:37:57.104Z] [2021-02-05T00:37:57.104Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T00:37:57.369Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-05T00:37:57.369Z] ---> Running in 0c0a36e82d7e [2021-02-05T00:37:57.369Z] Removing intermediate container 2918aa365e37 [2021-02-05T00:37:57.369Z] ---> 73773e4755c1 [2021-02-05T00:37:57.369Z] Step 23/24 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:37:57.369Z] Successfully built 939ce194fd20 [2021-02-05T00:37:57.369Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T00:37:57.369Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-05T00:37:57.369Z] ---> Running in de203c7cfb09 [2021-02-05T00:37:57.636Z] Removing intermediate container 0c0a36e82d7e [2021-02-05T00:37:57.636Z] ---> 8bcbae378435 [2021-02-05T00:37:57.636Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:37:57.636Z] ---> Running in 8b3ca8426dc5 [2021-02-05T00:37:57.636Z] Removing intermediate container de203c7cfb09 [2021-02-05T00:37:57.636Z] ---> b0f274716aab [2021-02-05T00:37:57.636Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:37:57.636Z] ---> Running in b6512dc99339 [2021-02-05T00:37:57.899Z] Removing intermediate container 8b3ca8426dc5 [2021-02-05T00:37:57.899Z] ---> b5ccae7cb7ce [2021-02-05T00:37:57.899Z] Step 22/23 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:37:57.899Z] ---> Running in 0322e7364496 [2021-02-05T00:37:57.899Z] Removing intermediate container b6512dc99339 [2021-02-05T00:37:57.899Z] ---> 9648596657c9 [2021-02-05T00:37:57.899Z] [2021-02-05T00:37:58.173Z] Successfully built 9648596657c9 [2021-02-05T00:37:58.439Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T00:37:58.439Z] Building docker-sys-mgmt-agent-go [2021-02-05T00:37:58.439Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0322e7364496 [2021-02-05T00:37:58.439Z] ---> 0e8f7495860f [2021-02-05T00:37:58.439Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:37:58.706Z] ---> Running in 25c1e493efd7 [2021-02-05T00:37:58.706Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:58.706Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:37:58.970Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:37:58.970Z] Removing intermediate container 25c1e493efd7 [2021-02-05T00:37:58.970Z] ---> 21626606222b [2021-02-05T00:37:58.970Z] [2021-02-05T00:37:59.237Z] Successfully built 21626606222b [2021-02-05T00:37:59.237Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:38:00.186Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:38:00.186Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T00:38:00.186Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-02-05T00:38:00.453Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:38:00.453Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:00.453Z] OK: 8 MiB in 20 packages [2021-02-05T00:38:01.865Z] Removing intermediate container 238439d74629 [2021-02-05T00:38:01.865Z] ---> 3f6bd179a580 [2021-02-05T00:38:01.865Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:03.323Z] ---> 1816b65f31a6 [2021-02-05T00:38:03.323Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:38:05.934Z] ---> f8fa785f15e1 [2021-02-05T00:38:05.934Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:06.209Z] ---> a76e9bbaa10a [2021-02-05T00:38:06.209Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:38:09.383Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:38:10.533Z] ---> Running in 1d7fa39750a1 [2021-02-05T00:38:10.815Z] Removing intermediate container 1d7fa39750a1 [2021-02-05T00:38:10.815Z] ---> 23a490a2cfd9 [2021-02-05T00:38:10.815Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:38:10.815Z] ---> Running in afb93d006247 [2021-02-05T00:38:11.395Z] Removing intermediate container afb93d006247 [2021-02-05T00:38:11.395Z] ---> 85294b901ffc [2021-02-05T00:38:11.395Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:38:11.395Z] ---> Running in 87e71852a185 [2021-02-05T00:38:11.659Z] Removing intermediate container 87e71852a185 [2021-02-05T00:38:11.659Z] ---> 4b0ebd56e205 [2021-02-05T00:38:11.659Z] Step 22/23 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:38:11.659Z] ---> Running in ae326a4b4b6e [2021-02-05T00:38:11.933Z] Removing intermediate container ae326a4b4b6e [2021-02-05T00:38:11.933Z] ---> b8fa6134c866 [2021-02-05T00:38:11.933Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:38:11.933Z] ---> Running in 45d5bc4ee78d [2021-02-05T00:38:16.551Z] Removing intermediate container 45d5bc4ee78d [2021-02-05T00:38:16.551Z] ---> 538d80f2764f [2021-02-05T00:38:16.551Z] [2021-02-05T00:38:16.551Z] Successfully built 538d80f2764f [2021-02-05T00:38:16.551Z] Successfully tagged docker-core-data-go:latest [2021-02-05T00:38:30.276Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:30.276Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:30.276Z] ---> f66ac21279df [2021-02-05T00:38:30.276Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:38:30.276Z] ---> Using cache [2021-02-05T00:38:30.276Z] ---> a4f220b5bf20 [2021-02-05T00:38:30.276Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:30.276Z] ---> Using cache [2021-02-05T00:38:30.276Z] ---> 12dfad48edde [2021-02-05T00:38:30.276Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:38:30.276Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:30.276Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:30.276Z] ---> f66ac21279df [2021-02-05T00:38:30.276Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:38:30.276Z] ---> Using cache [2021-02-05T00:38:30.276Z] ---> a4f220b5bf20 [2021-02-05T00:38:30.276Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:30.276Z] ---> Using cache [2021-02-05T00:38:30.276Z] ---> 12dfad48edde [2021-02-05T00:38:30.276Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:38:30.276Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:30.276Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:30.276Z] ---> f66ac21279df [2021-02-05T00:38:30.276Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T00:38:30.276Z] ---> Using cache [2021-02-05T00:38:30.276Z] ---> a4f220b5bf20 [2021-02-05T00:38:30.276Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:30.276Z] ---> Using cache [2021-02-05T00:38:30.276Z] ---> 12dfad48edde [2021-02-05T00:38:30.276Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T00:38:30.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:30.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:30.276Z] ---> f66ac21279df [2021-02-05T00:38:30.276Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:38:30.276Z] ---> Using cache [2021-02-05T00:38:30.276Z] ---> a4f220b5bf20 [2021-02-05T00:38:30.276Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:30.276Z] ---> Using cache [2021-02-05T00:38:30.276Z] ---> 12dfad48edde [2021-02-05T00:38:30.276Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:38:30.276Z] ---> Running in 33a54dc3493a [2021-02-05T00:38:30.276Z] ---> Running in fc427f56b5f6 [2021-02-05T00:38:30.276Z] ---> Running in 0bce14b698d8 [2021-02-05T00:38:30.596Z] ---> Running in db8b9491ee57 [2021-02-05T00:38:32.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:32.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:32.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:32.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:32.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:32.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:32.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:32.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:33.836Z] OK: 233 MiB in 51 packages [2021-02-05T00:38:33.836Z] OK: 233 MiB in 51 packages [2021-02-05T00:38:33.836Z] OK: 233 MiB in 51 packages [2021-02-05T00:38:33.836Z] OK: 233 MiB in 51 packages [2021-02-05T00:38:34.463Z] Removing intermediate container 0bce14b698d8 [2021-02-05T00:38:34.463Z] ---> 75a8bd75be1c [2021-02-05T00:38:34.463Z] Step 6/26 : COPY go.mod . [2021-02-05T00:38:34.760Z] Removing intermediate container 33a54dc3493a [2021-02-05T00:38:34.760Z] ---> 8aac4f6b9b25 [2021-02-05T00:38:34.760Z] Step 6/31 : COPY go.mod . [2021-02-05T00:38:34.760Z] Removing intermediate container db8b9491ee57 [2021-02-05T00:38:34.760Z] ---> 9ab77f4b1d27 [2021-02-05T00:38:34.760Z] Step 6/23 : COPY go.mod . [2021-02-05T00:38:34.760Z] Removing intermediate container fc427f56b5f6 [2021-02-05T00:38:34.760Z] ---> b0a57c7eb32a [2021-02-05T00:38:34.760Z] Step 6/21 : COPY go.mod . [2021-02-05T00:38:34.760Z] ---> 5e3970980830 [2021-02-05T00:38:34.760Z] Step 7/26 : RUN go mod download [2021-02-05T00:38:35.052Z] ---> 3a0db85f382d [2021-02-05T00:38:35.052Z] Step 7/31 : RUN go mod download [2021-02-05T00:38:35.052Z] ---> Running in 8a8200804cde [2021-02-05T00:38:35.052Z] ---> e3e54ed61ce7 [2021-02-05T00:38:35.052Z] Step 7/23 : RUN go mod download [2021-02-05T00:38:35.361Z] ---> Running in be6be1356a17 [2021-02-05T00:38:35.361Z] ---> 812ecdd74d15 [2021-02-05T00:38:35.361Z] Step 7/21 : RUN go mod download [2021-02-05T00:38:35.361Z] ---> Running in 930aab6bc1b3 [2021-02-05T00:38:35.641Z] ---> Running in 2187e7992785 [2021-02-05T00:38:37.655Z] Removing intermediate container 930aab6bc1b3 [2021-02-05T00:38:37.655Z] ---> 90ff0127e79f [2021-02-05T00:38:37.655Z] Step 8/23 : COPY . . [2021-02-05T00:38:37.655Z] Removing intermediate container be6be1356a17 [2021-02-05T00:38:37.655Z] ---> 4688f0c02088 [2021-02-05T00:38:37.655Z] Step 8/31 : COPY . . [2021-02-05T00:38:37.655Z] Removing intermediate container 8a8200804cde [2021-02-05T00:38:37.655Z] ---> baa3b09e0eb3 [2021-02-05T00:38:37.655Z] Step 8/26 : COPY . . [2021-02-05T00:38:37.655Z] Removing intermediate container 2187e7992785 [2021-02-05T00:38:37.655Z] ---> cb89b44cf242 [2021-02-05T00:38:37.655Z] Step 8/21 : COPY . . [2021-02-05T00:39:06.692Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:39:11.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:39:12.098Z] ---> df57ea76c147 [2021-02-05T00:39:12.099Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:39:12.099Z] ---> 908c8435cd2a [2021-02-05T00:39:12.099Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:39:12.363Z] ---> Running in 9b278925a83d [2021-02-05T00:39:12.363Z] ---> Running in 2465f9528ba1 [2021-02-05T00:39:12.363Z] ---> e779a13b4784 [2021-02-05T00:39:12.363Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:39:12.363Z] ---> Running in c7921da1ecce [2021-02-05T00:39:12.363Z] ---> f76c412fd7c7 [2021-02-05T00:39:12.363Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T00:39:12.635Z] ---> Running in 906044705e38 [2021-02-05T00:39:14.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T00:39:14.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T00:39:14.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T00:39:14.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T00:39:16.500Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:39:16.500Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:39:16.500Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T00:39:24.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:39:24.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:39:24.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:39:24.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:39:24.847Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:39:24.847Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:39:35.049Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:39:35.049Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:39:35.049Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:39:40.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.333s coverage: 46.0% of statements [2021-02-05T00:39:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:39:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:39:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:39:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:39:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:39:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:39:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:39:40.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.170s coverage: 100.0% of statements [2021-02-05T00:39:41.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T00:39:41.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:39:42.499Z] Removing intermediate container 9b278925a83d [2021-02-05T00:39:42.499Z] ---> 5a8ffff98d13 [2021-02-05T00:39:42.499Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:39:42.798Z] ---> Running in f32e090cfc00 [2021-02-05T00:39:43.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T00:39:46.075Z] Removing intermediate container c7921da1ecce [2021-02-05T00:39:46.075Z] ---> cc51746e49e7 [2021-02-05T00:39:46.075Z] [2021-02-05T00:39:46.075Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:39:46.075Z] ---> 389fef711851 [2021-02-05T00:39:46.075Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:39:46.075Z] Removing intermediate container 2465f9528ba1 [2021-02-05T00:39:46.075Z] ---> ce26825e520e [2021-02-05T00:39:46.075Z] [2021-02-05T00:39:46.075Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:39:46.075Z] ---> 389fef711851 [2021-02-05T00:39:46.075Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:39:46.075Z] ---> Using cache [2021-02-05T00:39:46.075Z] ---> ce576549a95f [2021-02-05T00:39:46.075Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:39:46.075Z] ---> Using cache [2021-02-05T00:39:46.075Z] ---> 0e9e44af4044 [2021-02-05T00:39:46.075Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:39:47.132Z] ---> Running in a321b1fe9a60 [2021-02-05T00:39:47.132Z] ---> Running in d545155df475 [2021-02-05T00:39:47.412Z] Removing intermediate container 906044705e38 [2021-02-05T00:39:47.412Z] ---> 9250797b2097 [2021-02-05T00:39:47.412Z] [2021-02-05T00:39:47.412Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T00:39:47.412Z] ---> 389fef711851 [2021-02-05T00:39:47.412Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:39:47.712Z] ---> Running in 5a0ba010f6c8 [2021-02-05T00:39:47.712Z] Removing intermediate container a321b1fe9a60 [2021-02-05T00:39:47.712Z] ---> 414b0d16488f [2021-02-05T00:39:47.712Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:39:47.712Z] Removing intermediate container f32e090cfc00 [2021-02-05T00:39:47.712Z] ---> 1f3b96424854 [2021-02-05T00:39:47.712Z] [2021-02-05T00:39:47.712Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:39:47.712Z] ---> Running in cf0109125ef4 [2021-02-05T00:39:47.712Z] 20.10.0: Pulling from library/docker [2021-02-05T00:39:47.712Z] Removing intermediate container 5a0ba010f6c8 [2021-02-05T00:39:47.712Z] ---> f85b95e9f25b [2021-02-05T00:39:47.712Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:39:48.002Z] ---> Running in a2d0ec1e88e8 [2021-02-05T00:39:48.002Z] Removing intermediate container cf0109125ef4 [2021-02-05T00:39:48.002Z] ---> c1efd073afe5 [2021-02-05T00:39:48.002Z] Step 15/23 : WORKDIR / [2021-02-05T00:39:48.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:48.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:48.550Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:39:48.550Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:39:48.550Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:39:48.550Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:39:48.550Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:48.550Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:39:48.550Z] OK: 7 MiB in 18 packages [2021-02-05T00:39:48.550Z] ---> Running in 52ba751c7d98 [2021-02-05T00:39:48.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.703s coverage: 27.1% of statements [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:39:48.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:39:48.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:39:48.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.293s coverage: 65.8% of statements [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:39:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:39:49.974Z] Removing intermediate container 52ba751c7d98 [2021-02-05T00:39:49.974Z] ---> f634ec74f907 [2021-02-05T00:39:49.974Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:39:49.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:50.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:50.238Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:39:50.238Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:39:50.238Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:50.509Z] OK: 6 MiB in 16 packages [2021-02-05T00:39:50.509Z] ---> 6f4dec699f57 [2021-02-05T00:39:50.509Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:39:50.509Z] Removing intermediate container d545155df475 [2021-02-05T00:39:50.509Z] ---> ab85a6649f8f [2021-02-05T00:39:50.509Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:39:50.775Z] ---> Running in e199a6886cd2 [2021-02-05T00:39:50.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.684s coverage: 82.3% of statements [2021-02-05T00:39:50.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:39:50.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:39:50.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:39:50.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:39:51.049Z] Removing intermediate container a2d0ec1e88e8 [2021-02-05T00:39:51.049Z] ---> aa68a40545f5 [2021-02-05T00:39:51.049Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:39:51.049Z] Removing intermediate container e199a6886cd2 [2021-02-05T00:39:51.049Z] ---> 8aa1f77f2fcd [2021-02-05T00:39:51.049Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:39:51.315Z] ---> Running in 47d1804b57c7 [2021-02-05T00:39:51.315Z] ---> Running in f728bad6569e [2021-02-05T00:39:51.315Z] ---> 60f5f40bca6c [2021-02-05T00:39:51.315Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:39:51.589Z] Removing intermediate container 47d1804b57c7 [2021-02-05T00:39:51.589Z] ---> 32ac0ac72a57 [2021-02-05T00:39:51.589Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:39:51.589Z] Removing intermediate container f728bad6569e [2021-02-05T00:39:51.589Z] ---> 090ccad240fe [2021-02-05T00:39:51.589Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:39:51.589Z] ---> Running in 39a05d11b615 [2021-02-05T00:39:51.852Z] ---> 627d2d95c725 [2021-02-05T00:39:51.852Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:39:51.852Z] Removing intermediate container 39a05d11b615 [2021-02-05T00:39:51.852Z] ---> efb9daa544ca [2021-02-05T00:39:51.852Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:39:51.852Z] ---> Running in fb4b2123fbb2 [2021-02-05T00:39:52.122Z] ---> 35996fc5c3e5 [2021-02-05T00:39:52.122Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:39:52.122Z] ---> Running in d4b03d3ce0eb [2021-02-05T00:39:52.710Z] Removing intermediate container fb4b2123fbb2 [2021-02-05T00:39:52.710Z] ---> 0da2ba067dbe [2021-02-05T00:39:52.710Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:39:52.997Z] ---> Running in ca8954dc7689 [2021-02-05T00:39:52.997Z] ---> f11fadbf3a6d [2021-02-05T00:39:52.997Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:39:53.271Z] Removing intermediate container ca8954dc7689 [2021-02-05T00:39:53.271Z] ---> db7c47d26a33 [2021-02-05T00:39:53.271Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:39:53.535Z] ---> Running in 03b48cf1eab3 [2021-02-05T00:39:53.804Z] ---> 867f40b8b2e0 [2021-02-05T00:39:53.804Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:39:53.804Z] Removing intermediate container 03b48cf1eab3 [2021-02-05T00:39:53.804Z] ---> b71f5c35d27c [2021-02-05T00:39:53.804Z] Step 22/23 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:39:54.067Z] ---> Running in 4311d8e124e9 [2021-02-05T00:39:54.067Z] ---> Running in b1caf33b440c [2021-02-05T00:39:54.343Z] Removing intermediate container 4311d8e124e9 [2021-02-05T00:39:54.343Z] ---> 7976c4532b3f [2021-02-05T00:39:54.343Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:39:54.343Z] Removing intermediate container b1caf33b440c [2021-02-05T00:39:54.343Z] ---> df5eb17ade7b [2021-02-05T00:39:54.343Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:39:54.343Z] Removing intermediate container d4b03d3ce0eb [2021-02-05T00:39:54.343Z] ---> cf1c30ecec1c [2021-02-05T00:39:54.343Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:39:54.343Z] ---> Running in a9b6a2f73ee4 [2021-02-05T00:39:54.343Z] ---> Running in 7759bf2e5450 [2021-02-05T00:39:54.636Z] ---> Running in 8fd8ac9f27cc [2021-02-05T00:39:54.636Z] Removing intermediate container a9b6a2f73ee4 [2021-02-05T00:39:54.636Z] ---> 962fc7967745 [2021-02-05T00:39:54.636Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T00:39:54.905Z] ---> Running in 491732119cac [2021-02-05T00:39:54.905Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:39:54.905Z] Removing intermediate container 7759bf2e5450 [2021-02-05T00:39:54.905Z] ---> e2efaa6c70b3 [2021-02-05T00:39:54.905Z] [2021-02-05T00:39:54.905Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:39:54.905Z] ---> aefe523efa57 [2021-02-05T00:39:54.905Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:39:54.905Z] Removing intermediate container 8fd8ac9f27cc [2021-02-05T00:39:54.905Z] ---> bf8f45541da9 [2021-02-05T00:39:54.905Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:39:55.167Z] Successfully built e2efaa6c70b3 [2021-02-05T00:39:55.429Z] ---> Running in 4e782d0a4236 [2021-02-05T00:39:55.429Z] Successfully tagged docker-core-command-go:latest [2021-02-05T00:39:55.429Z]  Building docker-core-command-go ... done Removing intermediate container 491732119cac [2021-02-05T00:39:55.429Z] ---> 8f96189f1d0b [2021-02-05T00:39:55.429Z] Step 20/21 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:39:55.701Z] ---> 80bdd99b6ad9 [2021-02-05T00:39:55.702Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:39:55.702Z] ---> Running in fe241d11df10 [2021-02-05T00:39:55.702Z] ---> Running in af253c72f9d6 [2021-02-05T00:39:55.963Z] Removing intermediate container fe241d11df10 [2021-02-05T00:39:55.963Z] ---> 15dd9f857d43 [2021-02-05T00:39:55.963Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:39:56.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:56.232Z] ---> Running in 2d17dcec0377 [2021-02-05T00:39:56.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:56.232Z] Removing intermediate container 2d17dcec0377 [2021-02-05T00:39:56.232Z] ---> fe79700bb09b [2021-02-05T00:39:56.232Z] [2021-02-05T00:39:56.495Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:39:56.495Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:39:56.495Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:39:56.495Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:56.495Z] OK: 12 MiB in 22 packages [2021-02-05T00:39:56.495Z] Successfully built fe79700bb09b [2021-02-05T00:39:56.495Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T00:39:56.758Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container af253c72f9d6 [2021-02-05T00:39:56.758Z] ---> e8ce48a45d08 [2021-02-05T00:39:56.758Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:39:57.022Z] Removing intermediate container 4e782d0a4236 [2021-02-05T00:39:57.022Z] ---> 64aebd294643 [2021-02-05T00:39:57.022Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:39:57.022Z] ---> Running in 323e4e50808e [2021-02-05T00:39:57.283Z] ---> 6e0ce69ab011 [2021-02-05T00:39:57.283Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:39:57.283Z] Removing intermediate container 323e4e50808e [2021-02-05T00:39:57.283Z] ---> 8850421ba1f2 [2021-02-05T00:39:57.283Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:39:57.546Z] ---> Running in e15d900e8855 [2021-02-05T00:39:57.546Z] ---> e709c15e5a2e [2021-02-05T00:39:57.546Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:39:57.808Z] Removing intermediate container e15d900e8855 [2021-02-05T00:39:57.808Z] ---> 4bfde1031549 [2021-02-05T00:39:57.808Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:39:57.808Z] ---> Running in 28653cb7467d [2021-02-05T00:39:57.808Z] ---> 8c6588114a1f [2021-02-05T00:39:57.808Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T00:39:57.808Z] Removing intermediate container 28653cb7467d [2021-02-05T00:39:57.808Z] ---> c176301756a2 [2021-02-05T00:39:57.808Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:39:58.385Z] ---> ba1e44afbb84 [2021-02-05T00:39:58.385Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:39:58.385Z] ---> 5377f9c1e249 [2021-02-05T00:39:58.385Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:39:58.648Z] ---> 53f5ef255cc4 [2021-02-05T00:39:58.648Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:39:58.911Z] ---> 1ed034b3a801 [2021-02-05T00:39:58.911Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:39:58.911Z] ---> Running in d96b86452e54 [2021-02-05T00:39:59.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.477s coverage: 28.6% of statements [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:39:59.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:39:59.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:39:59.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.428s coverage: 86.7% of statements [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:39:59.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.415s coverage: 97.5% of statements [2021-02-05T00:39:59.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:39:59.181Z] Removing intermediate container d96b86452e54 [2021-02-05T00:39:59.181Z] ---> 567dbfd60819 [2021-02-05T00:39:59.181Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:39:59.181Z] ---> caf0832c62b4 [2021-02-05T00:39:59.181Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:39:59.181Z] ---> Running in d54e958dd6ce [2021-02-05T00:39:59.445Z] ---> 902854514ad1 [2021-02-05T00:39:59.445Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T00:39:59.709Z] ---> Running in 03a06dceda81 [2021-02-05T00:39:59.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:59.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:59.973Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:39:59.973Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:39:59.973Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:39:59.973Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:39:59.973Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:39:59.973Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:39:59.973Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:40:00.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-02-05T00:40:00.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:40:00.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:40:00.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:40:00.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:40:03.706Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:40:03.973Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:40:03.973Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:40:03.973Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:40:03.973Z] Removing intermediate container 03a06dceda81 [2021-02-05T00:40:03.973Z] ---> 521203759a1e [2021-02-05T00:40:03.973Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:40:03.973Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:40:03.973Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:40:03.973Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:40:03.973Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:40:04.553Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:40:04.817Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:40:04.817Z] ---> Running in e865b2fe5e5e [2021-02-05T00:40:04.817Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:40:04.817Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:40:04.817Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:40:04.817Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:40:04.817Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:40:04.817Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:40:04.817Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:40:04.817Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:40:04.817Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:40:05.085Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:40:05.085Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:40:05.085Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:40:05.085Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:40:05.783Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:40:05.783Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:40:05.783Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:40:05.783Z] Removing intermediate container e865b2fe5e5e [2021-02-05T00:40:05.783Z] ---> 766bd7546d2b [2021-02-05T00:40:05.783Z] Step 28/31 : CMD ["gate"] [2021-02-05T00:40:06.419Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:40:06.419Z] OK: 71 MiB in 55 packages [2021-02-05T00:40:06.716Z] ---> Running in 7b82e3998323 [2021-02-05T00:40:07.017Z] Removing intermediate container 7b82e3998323 [2021-02-05T00:40:07.017Z] ---> fe396ad90baa [2021-02-05T00:40:07.017Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T00:40:07.670Z] ---> Running in e8484316e982 [2021-02-05T00:40:10.350Z] Removing intermediate container e8484316e982 [2021-02-05T00:40:10.350Z] ---> ef6127edd00a [2021-02-05T00:40:10.350Z] Step 30/31 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:40:10.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.512s coverage: 92.8% of statements [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:40:10.818Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:40:10.818Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:40:10.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:40:10.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 45.5% of statements [2021-02-05T00:40:10.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-02-05T00:40:10.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-02-05T00:40:10.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-02-05T00:40:10.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-02-05T00:40:12.668Z] ---> Running in e606eadc4e10 [2021-02-05T00:40:12.669Z] Removing intermediate container d54e958dd6ce [2021-02-05T00:40:12.669Z] ---> edcd129d649f [2021-02-05T00:40:12.669Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:40:12.669Z] ---> Running in 9141b3577eed [2021-02-05T00:40:12.956Z] Removing intermediate container e606eadc4e10 [2021-02-05T00:40:12.956Z] ---> 102e60e351c8 [2021-02-05T00:40:12.956Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T00:40:12.956Z] ---> Running in a442b4b14271 [2021-02-05T00:40:13.250Z] Removing intermediate container a442b4b14271 [2021-02-05T00:40:13.250Z] ---> 367207ce511c [2021-02-05T00:40:13.250Z] [2021-02-05T00:40:13.571Z] Successfully built 367207ce511c [2021-02-05T00:40:13.571Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T00:40:14.179Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-02-05T00:40:14.179Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:40:14.465Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:40:14.465Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:40:15.060Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:40:15.060Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:40:15.648Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:40:15.648Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:40:16.597Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:40:16.597Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:40:16.597Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:40:16.597Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:40:16.864Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:40:16.864Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:40:17.439Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:40:17.439Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:40:17.710Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:40:17.710Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:40:17.972Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:40:17.972Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:40:17.972Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T00:40:18.235Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:40:18.235Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:40:18.235Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:40:18.235Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:40:18.235Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T00:40:18.235Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T00:40:18.496Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:40:18.496Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:40:18.496Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:40:18.496Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:40:18.496Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:40:18.496Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:40:18.760Z] Installing collected packages: dockerpty, docopt, PyYAML, cached-property, jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-02-05T00:40:18.760Z] Running setup.py install for dockerpty: started [2021-02-05T00:40:19.335Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:40:19.335Z] Running setup.py install for docopt: started [2021-02-05T00:40:19.596Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:40:19.596Z] Running setup.py install for PyYAML: started [2021-02-05T00:40:20.170Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:40:20.170Z] Running setup.py install for texttable: started [2021-02-05T00:40:20.847Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:40:20.847Z] Attempting uninstall: idna [2021-02-05T00:40:20.847Z] Found existing installation: idna 2.9 [2021-02-05T00:40:20.847Z] Uninstalling idna-2.9: [2021-02-05T00:40:20.847Z] Successfully uninstalled idna-2.9 [2021-02-05T00:40:21.109Z] Attempting uninstall: urllib3 [2021-02-05T00:40:21.109Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:40:21.109Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:40:21.109Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:40:21.371Z] Attempting uninstall: requests [2021-02-05T00:40:21.371Z] Found existing installation: requests 2.23.0 [2021-02-05T00:40:21.371Z] Uninstalling requests-2.23.0: [2021-02-05T00:40:21.371Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:40:21.945Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T00:40:23.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-02-05T00:40:23.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.090s coverage: 44.8% of statements [2021-02-05T00:40:25.260Z] Removing intermediate container 9141b3577eed [2021-02-05T00:40:25.260Z] ---> cec2591bfc7e [2021-02-05T00:40:25.260Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:40:25.260Z] ---> Running in 66fd8ca8e828 [2021-02-05T00:40:25.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:26.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:40:26.096Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:40:26.096Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:40:26.096Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:40:26.096Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:40:26.096Z] OK: 72 MiB in 58 packages [2021-02-05T00:40:26.673Z] Removing intermediate container 66fd8ca8e828 [2021-02-05T00:40:26.673Z] ---> f0b1c50b4c94 [2021-02-05T00:40:26.673Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:40:26.673Z] ---> Running in 7f7e42440f7c [2021-02-05T00:40:26.934Z] Removing intermediate container 7f7e42440f7c [2021-02-05T00:40:26.934Z] ---> e7235c824abd [2021-02-05T00:40:26.934Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:40:26.934Z] ---> Running in 2962afc0df2a [2021-02-05T00:40:27.196Z] Removing intermediate container 2962afc0df2a [2021-02-05T00:40:27.196Z] ---> 2d957f57c7b6 [2021-02-05T00:40:27.196Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T00:40:27.458Z] ---> Running in 0c9ca4063497 [2021-02-05T00:40:27.458Z] Removing intermediate container 0c9ca4063497 [2021-02-05T00:40:27.458Z] ---> 9d8e6eb1912e [2021-02-05T00:40:27.458Z] Step 25/26 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:40:27.458Z] ---> Running in 9673d0a8ddbc [2021-02-05T00:40:27.719Z] Removing intermediate container 9673d0a8ddbc [2021-02-05T00:40:27.719Z] ---> 8dfc3852df88 [2021-02-05T00:40:27.719Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:40:27.719Z] ---> Running in a1f37f905d1d [2021-02-05T00:40:27.981Z] Removing intermediate container a1f37f905d1d [2021-02-05T00:40:27.981Z] ---> 01654a68ad1b [2021-02-05T00:40:27.981Z] [2021-02-05T00:40:27.981Z] Successfully built 01654a68ad1b [2021-02-05T00:40:28.242Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T00:40:28.851Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T00:40:28.892Z] $ docker stop --time=1 37a86bd3394bda96cae005bf60aa7236eabfa597ac0aa9d9c5d58d27a0977f44 [2021-02-05T00:40:30.570Z] $ docker rm -f 37a86bd3394bda96cae005bf60aa7236eabfa597ac0aa9d9c5d58d27a0977f44 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:40:31.158Z] + docker images [2021-02-05T00:40:31.158Z] + grep docker [2021-02-05T00:40:31.423Z] docker-sys-mgmt-agent-go latest 01654a68ad1b 4 seconds ago 313MB [2021-02-05T00:40:31.423Z] docker-security-bootstrapper-go latest 367207ce511c 18 seconds ago 23.8MB [2021-02-05T00:40:31.423Z] docker-security-proxy-setup-go latest fe79700bb09b 35 seconds ago 24.4MB [2021-02-05T00:40:31.423Z] docker-core-command-go latest e2efaa6c70b3 37 seconds ago 16.9MB [2021-02-05T00:40:31.423Z] docker-core-data-go latest 538d80f2764f 2 minutes ago 22.3MB [2021-02-05T00:40:31.423Z] docker-core-metadata-go latest 21626606222b 2 minutes ago 18.8MB [2021-02-05T00:40:31.423Z] docker-security-secretstore-setup-go latest 9648596657c9 2 minutes ago 24.6MB [2021-02-05T00:40:31.423Z] docker-support-notifications-go latest 939ce194fd20 2 minutes ago 17.6MB [2021-02-05T00:40:31.423Z] docker-support-scheduler-go latest dfaee8f04fac 2 minutes ago 17MB [2021-02-05T00:40:31.423Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-05T00:40:38.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.145s coverage: 92.9% of statements [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.571s coverage: 63.5% of statements [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-02-05T00:40:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.727s coverage: 68.9% of statements [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T00:40:38.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T00:40:39.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 37.0% of statements [2021-02-05T00:40:39.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:40:39.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:40:40.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.788s coverage: 84.0% of statements [2021-02-05T00:40:41.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements [2021-02-05T00:40:47.329Z] Still waiting to schedule task [2021-02-05T00:40:47.329Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25124’ [2021-02-05T00:40:48.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.488s coverage: 47.0% of statements [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:40:48.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:40:48.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:40:48.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.234s coverage: 87.0% of statements [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:40:48.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:40:58.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.949s coverage: 29.1% of statements [2021-02-05T00:40:58.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:40:58.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:40:58.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:40:58.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:40:58.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:40:58.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.235s coverage: 99.0% of statements [2021-02-05T00:40:58.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:40:58.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.108s coverage: 100.0% of statements [2021-02-05T00:40:58.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:40:58.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:40:58.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.194s coverage: 100.0% of statements [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:40:58.363Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:40:58.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:40:58.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:40:58.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:40:58.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.092s coverage: 100.0% of statements [2021-02-05T00:40:58.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-05T00:40:58.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-02-05T00:40:58.961Z] GO111MODULE=on go vet ./... [2021-02-05T00:42:29.272Z] Running on prd-ubuntu18.04-docker-8c-8g-25128 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws [2021-02-05T00:42:29.354Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-05T00:42:31.611Z] using credential edgex-jenkins-ssh [2021-02-05T00:42:31.683Z] Cloning the remote Git repository [2021-02-05T00:42:31.711Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:31.789Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-05T00:42:31.818Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:31.818Z] > git --version # timeout=10 [2021-02-05T00:42:31.826Z] > git --version # 'git version 2.17.1' [2021-02-05T00:42:31.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:31.869Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:42:35.840Z] gofmt -l . [2021-02-05T00:42:35.840Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:42:35.840Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:42:35.840Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:42:36.790Z] + ls -al . [2021-02-05T00:42:36.790Z] total 716 [2021-02-05T00:42:36.790Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 00:42 . [2021-02-05T00:42:36.790Z] drwxr-xr-x 4 root root 4096 Feb 5 00:37 .. [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:35 .dockerignore [2021-02-05T00:42:36.790Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:35 .git [2021-02-05T00:42:36.790Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 00:35 .github [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 00:35 .gitignore [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:35 .sonarcloud.properties [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:35 Attribution.txt [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:35 CONTRIBUTING.md [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:35 Dockerfile.build [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:35 Jenkinsfile [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:35 LICENSE [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:35 Makefile [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:35 README.md [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:35 SECURITY.md [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:31 VERSION [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:35 ZMQWindows.md [2021-02-05T00:42:36.790Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 00:35 bin [2021-02-05T00:42:36.790Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 00:35 cmd [2021-02-05T00:42:36.790Z] -rw-r--r-- 1 root root 583066 Feb 5 00:40 coverage.out [2021-02-05T00:42:36.790Z] -rw-r--r-- 1 root root 1054 Feb 5 00:42 go.mod [2021-02-05T00:42:36.790Z] -rw-r--r-- 1 root root 19406 Feb 5 00:42 go.sum [2021-02-05T00:42:36.790Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:35 internal [2021-02-05T00:42:36.790Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:35 openapi [2021-02-05T00:42:36.790Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:35 snap [2021-02-05T00:42:36.790Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:35 version.go [Pipeline] sh [2021-02-05T00:42:37.456Z] + '[' -e coverage.out ] [2021-02-05T00:42:37.456Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:42:37.517Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T00:42:38.710Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:42:39.392Z] + make build [2021-02-05T00:42:39.392Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T00:42:49.328Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [2021-02-05T00:42:48.814Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:42:48.829Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:42:48.841Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:42:48.853Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:48.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:48.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:42:49.340Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:42:49.345Z] > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [2021-02-05T00:42:49.512Z] Merge succeeded, producing 30b0aa6c0abb309456e07c024857b650e2497b7a [2021-02-05T00:42:49.512Z] Checking out Revision 30b0aa6c0abb309456e07c024857b650e2497b7a (PR-3111) [2021-02-05T00:42:49.420Z] > git remote # timeout=10 [2021-02-05T00:42:49.426Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:42:49.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:49.434Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:42:49.502Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:42:49.519Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:42:49.524Z] > git checkout -f 30b0aa6c0abb309456e07c024857b650e2497b7a # timeout=10 [2021-02-05T00:42:53.188Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:42:53.197Z] > git rev-list --no-walk b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:42:54.371Z] + echo snap-build.sh [2021-02-05T00:42:54.371Z] snap-build.sh [2021-02-05T00:42:54.371Z] + SNAP_BASE_DIR=. [2021-02-05T00:42:54.371Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-02-05T00:42:54.371Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-02-05T00:42:54.371Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-02-05T00:42:54.371Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-02-05T00:42:54.371Z] + cd /w/workspace/edgex-go/8 [2021-02-05T00:42:54.371Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T00:42:54.371Z] Reading package lists... [2021-02-05T00:42:54.371Z] Building dependency tree... [2021-02-05T00:42:54.371Z] Reading state information... [2021-02-05T00:42:54.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T00:42:54.633Z] The following packages were automatically installed and are no longer required: [2021-02-05T00:42:54.633Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T00:42:54.633Z] uidmap xdelta3 [2021-02-05T00:42:54.633Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T00:42:54.633Z] The following packages will be REMOVED: [2021-02-05T00:42:54.633Z] lxd* lxd-client* [2021-02-05T00:42:55.206Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T00:42:55.206Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T00:42:55.998Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-05T00:42:55.998Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:56.941Z] Removing lxd dnsmasq configuration [2021-02-05T00:42:56.941Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:57.203Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T00:42:58.156Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T00:42:58.422Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-05T00:42:58.422Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:59.817Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T00:42:59.817Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T00:43:01.202Z] + sudo snap remove --purge lxd [2021-02-05T00:43:01.468Z] snap "lxd" is not installed [2021-02-05T00:43:01.468Z] + sudo groupadd --force --system lxd [2021-02-05T00:43:01.468Z] ++ whoami [2021-02-05T00:43:01.468Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T00:43:01.468Z] + newgrp - lxd [2021-02-05T00:43:01.468Z] + sudo snap install lxd [2021-02-05T00:43:11.495Z] 2021-02-05T00:43:08Z INFO Waiting for automatic snapd restart... [2021-02-05T00:43:21.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T00:43:23.764Z] lxd 4.10 from Canonical* installed [2021-02-05T00:43:23.764Z] + sudo lxd init --auto [2021-02-05T00:43:23.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T00:43:30.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T00:43:31.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T00:43:32.280Z] + sudo snap install --classic snapcraft [2021-02-05T00:43:36.485Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:43:36.485Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T00:43:36.485Z] + patch --verbose -p1 [2021-02-05T00:43:36.485Z] Hmm... Looks like a unified diff to me... [2021-02-05T00:43:36.485Z] The text leading up to this was: [2021-02-05T00:43:36.485Z] -------------------------- [2021-02-05T00:43:36.485Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T00:43:36.485Z] |From: Tony Espy [2021-02-05T00:43:36.485Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T00:43:36.485Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T00:43:36.485Z] | [2021-02-05T00:43:36.485Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T00:43:36.485Z] |optimize the snap CI check run for pull requests. When [2021-02-05T00:43:36.485Z] |applied, it essentially strips out everything (apps and [2021-02-05T00:43:36.485Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T00:43:36.485Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T00:43:36.485Z] |catch changes to edgex-go that break the snap build. [2021-02-05T00:43:36.485Z] | [2021-02-05T00:43:36.485Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T00:43:36.485Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T00:43:36.485Z] |resulting in a failed snap build CI check in the associated [2021-02-05T00:43:36.485Z] |pull request. [2021-02-05T00:43:36.485Z] | [2021-02-05T00:43:36.485Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T00:43:36.485Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T00:43:36.485Z] |need to build the finally binary .snap file (and it won't [2021-02-05T00:43:36.485Z] |work with the patch applied). This further reduces the build [2021-02-05T00:43:36.485Z] |time. [2021-02-05T00:43:36.485Z] |--- [2021-02-05T00:43:36.485Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T00:43:36.485Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T00:43:36.485Z] | [2021-02-05T00:43:36.485Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T00:43:36.485Z] |index 1e537489..faf42425 100644 [2021-02-05T00:43:36.485Z] |--- a/snap/snapcraft.yaml [2021-02-05T00:43:36.485Z] |+++ b/snap/snapcraft.yaml [2021-02-05T00:43:36.485Z] -------------------------- [2021-02-05T00:43:36.485Z] patching file snap/snapcraft.yaml [2021-02-05T00:43:36.485Z] Using Plan A... [2021-02-05T00:43:36.485Z] Hunk #1 succeeded at 73. [2021-02-05T00:43:36.485Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T00:43:36.485Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T00:43:36.485Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T00:43:36.485Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T00:43:36.485Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T00:43:36.485Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T00:43:36.485Z] Hunk #8 succeeded at 342. [2021-02-05T00:43:36.485Z] Hmm... Ignoring the trailing garbage. [2021-02-05T00:43:36.485Z] done [2021-02-05T00:43:36.485Z] + sudo snapcraft prime --use-lxd [2021-02-05T00:43:37.873Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T00:43:37.873Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-05T00:43:37.873Z] - README.md [2021-02-05T00:43:37.873Z] - snapcraft.yaml.orig [2021-02-05T00:43:37.873Z] [2021-02-05T00:43:37.873Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T00:43:37.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T00:43:38.445Z] Launching a container. [2021-02-05T00:43:42.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T00:43:46.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T00:43:50.689Z] Waiting for container to be ready [2021-02-05T00:43:50.689Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T00:43:50.689Z] [2021-02-05T00:43:52.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T00:43:54.901Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T00:43:54.901Z] Waiting for network to be ready... [2021-02-05T00:43:55.162Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T00:43:55.162Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T00:43:55.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:43:55.423Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T00:43:55.423Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T00:43:55.684Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T00:43:55.946Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T00:43:55.946Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T00:43:56.207Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T00:43:56.207Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T00:43:56.207Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T00:43:56.207Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T00:43:56.207Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T00:43:56.207Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T00:43:56.207Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T00:43:56.207Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T00:43:56.207Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T00:43:56.207Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T00:43:56.468Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T00:43:56.468Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T00:43:56.729Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T00:43:56.729Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T00:43:56.729Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T00:43:56.729Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T00:43:56.729Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T00:43:56.729Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T00:43:56.729Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T00:43:56.729Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T00:43:59.274Z] Fetched 23.9 MB in 4s (5467 kB/s) [2021-02-05T00:43:59.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T00:44:00.218Z] Reading package lists... [2021-02-05T00:44:00.479Z] Reading package lists... [2021-02-05T00:44:00.739Z] Building dependency tree... [2021-02-05T00:44:00.739Z] Reading state information... [2021-02-05T00:44:00.998Z] The following additional packages will be installed: [2021-02-05T00:44:00.998Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T00:44:00.998Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T00:44:00.998Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T00:44:00.998Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T00:44:00.998Z] Suggested packages: [2021-02-05T00:44:00.998Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T00:44:00.998Z] Recommended packages: [2021-02-05T00:44:00.998Z] gnupg libsasl2-modules [2021-02-05T00:44:00.998Z] The following NEW packages will be installed: [2021-02-05T00:44:00.998Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T00:44:00.998Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T00:44:00.998Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T00:44:00.998Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T00:44:00.998Z] The following packages will be upgraded: [2021-02-05T00:44:00.998Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T00:44:00.998Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T00:44:00.998Z] Need to get 3533 kB of archives. [2021-02-05T00:44:00.998Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T00:44:00.998Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T00:44:00.998Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T00:44:00.998Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T00:44:00.998Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T00:44:00.998Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-05T00:44:00.998Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-05T00:44:00.998Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-05T00:44:00.998Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-05T00:44:00.998Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T00:44:01.261Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T00:44:01.840Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T00:44:01.840Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T00:44:01.840Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T00:44:01.840Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T00:44:01.840Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T00:44:01.840Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T00:44:01.841Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T00:44:01.841Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T00:44:01.841Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T00:44:01.841Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T00:44:02.101Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T00:44:02.101Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-05T00:44:02.101Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:44:02.101Z] Fetched 3533 kB in 1s (3259 kB/s) [2021-02-05T00:44:02.101Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T00:44:02.101Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:02.101Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:44:02.362Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T00:44:02.362Z] Selecting previously unselected package udev. [2021-02-05T00:44:02.362Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T00:44:02.362Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:02.363Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T00:44:02.624Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T00:44:02.624Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T00:44:02.624Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T00:44:02.884Z] Selecting previously unselected package fuse. [2021-02-05T00:44:02.884Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T00:44:02.884Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T00:44:02.884Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:02.884Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:44:03.145Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:03.145Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:44:03.145Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:03.407Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:44:03.407Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T00:44:03.407Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T00:44:03.407Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T00:44:03.407Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T00:44:03.407Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:03.407Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:03.669Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T00:44:03.669Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:03.669Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:03.669Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T00:44:03.669Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:03.669Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:03.931Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T00:44:03.931Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:03.931Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:03.931Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T00:44:03.931Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:03.931Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:03.931Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T00:44:03.931Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:03.931Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:04.012Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T00:44:04.192Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T00:44:04.192Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:04.192Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:04.192Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T00:44:04.192Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:04.192Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:04.456Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T00:44:04.456Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:44:04.456Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:04.456Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T00:44:04.456Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T00:44:04.456Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:44:04.456Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T00:44:04.456Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T00:44:04.456Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:44:04.717Z] Selecting previously unselected package libldap-common. [2021-02-05T00:44:04.717Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T00:44:04.717Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:44:04.717Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T00:44:04.717Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T00:44:04.717Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:44:04.978Z] Selecting previously unselected package dirmngr. [2021-02-05T00:44:04.978Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:04.978Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:04.978Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:44:04.978Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:04.978Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T00:44:04.978Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:44:05.241Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:44:05.241Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:05.241Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:05.241Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T00:44:05.241Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:44:05.241Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T00:44:05.814Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T00:44:05.814Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:05.814Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T00:44:05.814Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T00:44:06.076Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:06.076Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:06.076Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:06.076Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:06.076Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:06.076Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:06.076Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:06.076Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:44:06.338Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:44:06.338Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:06.338Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:44:06.600Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T00:44:06.600Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T00:44:06.600Z] This means they are not meant to be enabled using systemctl. [2021-02-05T00:44:06.600Z] Possible reasons for having this kind of units are: [2021-02-05T00:44:06.600Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T00:44:06.600Z] .wants/ or .requires/ directory. [2021-02-05T00:44:06.600Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T00:44:06.600Z] a requirement dependency on it. [2021-02-05T00:44:06.600Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T00:44:06.600Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T00:44:06.600Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T00:44:06.600Z] instance name specified. [2021-02-05T00:44:07.175Z] Reading package lists... [2021-02-05T00:44:07.175Z] Building dependency tree... [2021-02-05T00:44:07.175Z] Reading state information... [2021-02-05T00:44:07.436Z] The following additional packages will be installed: [2021-02-05T00:44:07.436Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T00:44:07.436Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T00:44:07.436Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T00:44:07.436Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T00:44:07.436Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T00:44:07.436Z] Suggested packages: [2021-02-05T00:44:07.436Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T00:44:07.436Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T00:44:07.436Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T00:44:07.436Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T00:44:07.436Z] systemd-container policykit-1 [2021-02-05T00:44:07.436Z] Recommended packages: [2021-02-05T00:44:07.436Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T00:44:07.436Z] The following NEW packages will be installed: [2021-02-05T00:44:07.436Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T00:44:07.436Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T00:44:07.436Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T00:44:07.436Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T00:44:07.436Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T00:44:07.436Z] The following packages will be upgraded: [2021-02-05T00:44:07.436Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T00:44:07.698Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T00:44:07.698Z] Need to get 35.2 MB of archives. [2021-02-05T00:44:07.698Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T00:44:07.698Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T00:44:07.698Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T00:44:08.269Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T00:44:08.532Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-05T00:44:08.532Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T00:44:08.532Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-05T00:44:08.532Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T00:44:08.532Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T00:44:08.532Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T00:44:08.532Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T00:44:08.532Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T00:44:08.532Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T00:44:08.532Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T00:44:08.532Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-05T00:44:08.532Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T00:44:08.532Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-05T00:44:08.532Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T00:44:08.532Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-05T00:44:08.532Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-05T00:44:08.532Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T00:44:08.532Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-05T00:44:08.532Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-05T00:44:08.532Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T00:44:08.793Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T00:44:08.793Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T00:44:08.793Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T00:44:08.793Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T00:44:08.793Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T00:44:08.793Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T00:44:08.793Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [Pipeline] } [2021-02-05T00:44:09.428Z] $ docker stop --time=1 4e43140c09863e5e2196a918593c991dba507e01ed646d3bf43506522b22cd4c [2021-02-05T00:44:09.742Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:44:09.742Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-02-05T00:44:10.002Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:44:10.002Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:10.002Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:44:10.576Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:10.576Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:44:10.836Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T00:44:10.836Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:44:10.836Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T00:44:10.836Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T00:44:11.097Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T00:44:11.097Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:44:11.097Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T00:44:11.358Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T00:44:11.618Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T00:44:11.618Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T00:44:11.880Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T00:44:12.083Z] $ docker rm -f 4e43140c09863e5e2196a918593c991dba507e01ed646d3bf43506522b22cd4c [2021-02-05T00:44:12.141Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T00:44:12.142Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T00:44:12.142Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T00:44:12.404Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-05T00:44:12.404Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:44:12.405Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:12.405Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T00:44:12.405Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T00:44:12.405Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T00:44:12.681Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T00:44:12.681Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:44:12.681Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:12.947Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T00:44:12.947Z] Checking for services that may need to be restarted...done. [2021-02-05T00:44:12.947Z] Checking for services that may need to be restarted...done. [2021-02-05T00:44:12.947Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:12.947Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T00:44:13.214Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] // withDockerContainer [2021-02-05T00:44:13.487Z] Selecting previously unselected package python3-minimal. [2021-02-05T00:44:13.487Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T00:44:13.487Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:44:13.487Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-02-05T00:44:13.754Z] Selecting previously unselected package mime-support. [2021-02-05T00:44:13.754Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T00:44:13.754Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T00:44:13.754Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T00:44:13.754Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T00:44:13.754Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T00:44:13.754Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T00:44:13.754Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:44:13.754Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:44:14.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:14.326Z] Selecting previously unselected package python3.6. [2021-02-05T00:44:14.326Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:44:14.326Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:14.326Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T00:44:14.326Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:44:14.326Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T00:44:14.460Z] [2021-02-05T00:44:14.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:44:14.587Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T00:44:14.587Z] Selecting previously unselected package python3. [2021-02-05T00:44:14.848Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:14.849Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T00:44:14.849Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:44:14.849Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T00:44:14.849Z] Selecting previously unselected package multiarch-support. [2021-02-05T00:44:14.849Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:14.849Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T00:44:14.849Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T00:44:15.115Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T00:44:15.115Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T00:44:15.115Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T00:44:15.115Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T00:44:15.115Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T00:44:15.115Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T00:44:15.115Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T00:44:15.115Z] Selecting previously unselected package sudo. [2021-02-05T00:44:15.115Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:15.119Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T00:44:15.119Z] 29e5d40040c1: Pulling fs layer [2021-02-05T00:44:15.119Z] 1ce36da41761: Pulling fs layer [2021-02-05T00:44:15.119Z] 25b303627fd3: Pulling fs layer [2021-02-05T00:44:15.376Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T00:44:15.376Z] Selecting previously unselected package apparmor. [2021-02-05T00:44:15.376Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T00:44:15.376Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T00:44:15.394Z] 29e5d40040c1: Verifying Checksum [2021-02-05T00:44:15.394Z] 29e5d40040c1: Download complete [2021-02-05T00:44:15.637Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T00:44:15.637Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T00:44:15.637Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T00:44:15.637Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T00:44:15.637Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:15.637Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:15.897Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T00:44:15.897Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:15.897Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:15.897Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T00:44:15.897Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T00:44:15.897Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T00:44:15.992Z] 1ce36da41761: Verifying Checksum [2021-02-05T00:44:15.992Z] 1ce36da41761: Download complete [2021-02-05T00:44:15.992Z] 29e5d40040c1: Pull complete [2021-02-05T00:44:16.157Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T00:44:16.157Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:16.157Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:16.157Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T00:44:16.157Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:16.157Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:16.417Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T00:44:16.417Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T00:44:16.417Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T00:44:16.417Z] Selecting previously unselected package openssh-client. [2021-02-05T00:44:16.417Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T00:44:16.417Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T00:44:16.678Z] Selecting previously unselected package squashfs-tools. [2021-02-05T00:44:16.678Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T00:44:16.678Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T00:44:16.678Z] Selecting previously unselected package snapd. [2021-02-05T00:44:16.678Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T00:44:16.678Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T00:44:17.428Z] 1ce36da41761: Pull complete [2021-02-05T00:44:17.428Z] 25b303627fd3: Verifying Checksum [2021-02-05T00:44:17.428Z] 25b303627fd3: Download complete [2021-02-05T00:44:18.592Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T00:44:18.853Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T00:44:18.853Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T00:44:18.853Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T00:44:18.853Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T00:44:19.115Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:19.115Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:44:19.115Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T00:44:19.115Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T00:44:20.514Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T00:44:20.514Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T00:44:20.514Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T00:44:20.514Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:20.514Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:20.775Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:44:21.351Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T00:44:21.351Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:21.351Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T00:44:21.351Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T00:44:21.351Z] running python rtupdate hooks for python3.6... [2021-02-05T00:44:21.351Z] running python post-rtupdate hooks for python3.6... [2021-02-05T00:44:21.351Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-05T00:44:22.741Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T00:44:23.003Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:44:23.003Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T00:44:23.265Z] Setting up snapd (2.48+18.04) ... [2021-02-05T00:44:23.529Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T00:44:23.789Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T00:44:24.051Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T00:44:24.051Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T00:44:24.311Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T00:44:24.311Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T00:44:24.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T00:44:24.570Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T00:44:24.831Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T00:44:25.100Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T00:44:25.100Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-05T00:44:25.100Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:44:25.100Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T00:44:26.050Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:44:26.316Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:44:26.581Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:44:27.416Z] Reading package lists... [2021-02-05T00:44:27.575Z] 25b303627fd3: Pull complete [2021-02-05T00:44:27.575Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T00:44:27.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:27.575Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T00:44:27.677Z] Reading package lists... [2021-02-05T00:44:27.871Z] prd-ubuntu18.04-docker-arm64-4c-16g-25117 does not seem to be running inside a container [2021-02-05T00:44:27.939Z] Building dependency tree... [2021-02-05T00:44:27.939Z] Reading state information... [2021-02-05T00:44:27.961Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:44:28.199Z] Calculating upgrade... [2021-02-05T00:44:28.199Z] The following packages will be upgraded: [2021-02-05T00:44:28.199Z] advancecomp base-files bash binutils binutils-common [2021-02-05T00:44:28.199Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T00:44:28.199Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T00:44:28.199Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T00:44:28.199Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T00:44:28.199Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T00:44:28.199Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T00:44:28.199Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T00:44:28.199Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T00:44:28.199Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T00:44:28.199Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T00:44:28.199Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T00:44:28.199Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T00:44:28.199Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T00:44:28.199Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T00:44:28.199Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:44:28.199Z] Need to get 63.8 MB of archives. [2021-02-05T00:44:28.199Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T00:44:28.199Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T00:44:28.461Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T00:44:28.461Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T00:44:28.461Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T00:44:28.461Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T00:44:28.461Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T00:44:28.461Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T00:44:28.461Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T00:44:28.461Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-05T00:44:28.461Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-05T00:44:28.461Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-05T00:44:28.461Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T00:44:28.461Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T00:44:28.461Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-05T00:44:28.461Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T00:44:28.461Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T00:44:28.461Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T00:44:28.461Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T00:44:28.722Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T00:44:28.722Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T00:44:28.722Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-05T00:44:28.722Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T00:44:28.722Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-05T00:44:28.722Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T00:44:28.722Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T00:44:28.722Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T00:44:28.722Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T00:44:28.722Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T00:44:28.722Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T00:44:28.722Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T00:44:28.722Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T00:44:28.722Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T00:44:28.722Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T00:44:28.722Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T00:44:28.722Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T00:44:28.722Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T00:44:28.722Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T00:44:28.722Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-05T00:44:28.722Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T00:44:28.722Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-05T00:44:28.722Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-05T00:44:28.722Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T00:44:28.722Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T00:44:28.722Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-05T00:44:28.722Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-05T00:44:28.722Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T00:44:28.722Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-05T00:44:28.722Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T00:44:28.722Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-05T00:44:28.722Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T00:44:28.722Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T00:44:28.722Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T00:44:28.983Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T00:44:28.983Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T00:44:28.983Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T00:44:28.983Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T00:44:28.983Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T00:44:29.244Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-05T00:44:29.244Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-05T00:44:29.244Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T00:44:29.505Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-05T00:44:29.505Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T00:44:29.505Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T00:44:29.505Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T00:44:29.505Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T00:44:29.766Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T00:44:29.766Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T00:44:30.027Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T00:44:30.027Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T00:44:30.027Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T00:44:30.027Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T00:44:30.027Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T00:44:30.027Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T00:44:30.027Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T00:44:30.027Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T00:44:30.027Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T00:44:30.027Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T00:44:30.027Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T00:44:30.027Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T00:44:30.288Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T00:44:30.288Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T00:44:30.288Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-05T00:44:30.288Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-05T00:44:30.288Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-05T00:44:30.288Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T00:44:30.288Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-05T00:44:30.288Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T00:44:30.288Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T00:44:30.550Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T00:44:30.550Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-05T00:44:30.550Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T00:44:30.550Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T00:44:30.550Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-05T00:44:30.550Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T00:44:30.550Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T00:44:30.550Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T00:44:30.550Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T00:44:30.550Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T00:44:30.550Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T00:44:30.811Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:44:30.811Z] Fetched 63.8 MB in 2s (26.6 MB/s) [2021-02-05T00:44:31.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:31.073Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:31.073Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:31.612Z] $ docker top e1953cbc6457581a68f0000891aba014763556b60456beb9a5ca4676eefdcfd0 -eo pid,comm [2021-02-05T00:44:31.646Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:31.646Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:31.646Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T00:44:31.646Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [Pipeline] { [Pipeline] sh [2021-02-05T00:44:32.589Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:32.589Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:32.589Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:32.589Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:32.667Z] + docker-compose build --help [2021-02-05T00:44:32.667Z] + grep parallel [2021-02-05T00:44:32.852Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:32.852Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:32.852Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:32.852Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:33.112Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:33.112Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:33.112Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:33.112Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:33.112Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:33.375Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:33.375Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:33.375Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:33.375Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:33.375Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T00:44:33.637Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:33.637Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:33.637Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:33.637Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:33.898Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:33.898Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:33.898Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:34.160Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:34.160Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:34.421Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:34.421Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:34.421Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:34.993Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T00:44:34.993Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:34.993Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T00:44:34.993Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T00:44:34.993Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T00:44:35.254Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T00:44:35.514Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T00:44:35.514Z] Installing new version of config file /etc/issue ... [2021-02-05T00:44:35.514Z] Installing new version of config file /etc/issue.net ... [2021-02-05T00:44:35.514Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T00:44:35.514Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T00:44:35.776Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T00:44:35.776Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T00:44:35.776Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T00:44:36.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:36.038Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T00:44:36.038Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T00:44:36.038Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T00:44:36.298Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-05T00:44:36.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:36.298Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:36.298Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:36.559Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:36.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:36.559Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:36.559Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T00:44:36.819Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T00:44:36.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:36.820Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T00:44:36.820Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:44:37.081Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-05T00:44:37.342Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:37.342Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:37.342Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:37.605Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:37.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:37.605Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:37.605Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:37.866Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:37.866Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:37.866Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T00:44:37.866Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T00:44:38.071Z] --parallel Build images in parallel. [2021-02-05T00:44:38.128Z] Setting up grep (3.1-2build1) ... [2021-02-05T00:44:38.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:38.128Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T00:44:38.128Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] } [2021-02-05T00:44:38.369Z] $ docker stop --time=1 e1953cbc6457581a68f0000891aba014763556b60456beb9a5ca4676eefdcfd0 [2021-02-05T00:44:38.389Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T00:44:38.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:38.389Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:38.650Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:38.650Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:38.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:38.650Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:38.911Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:39.171Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:39.171Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:39.436Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:39.436Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:40.008Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T00:44:40.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:40.008Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T00:44:40.008Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:40.370Z] $ docker rm -f e1953cbc6457581a68f0000891aba014763556b60456beb9a5ca4676eefdcfd0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:44:40.964Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T00:44:40.964Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T00:44:41.225Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T00:44:41.225Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T00:44:41.225Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T00:44:41.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:44:41.262Z] . [Pipeline] withDockerContainer [2021-02-05T00:44:41.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:41.486Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T00:44:41.486Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T00:44:41.486Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-05T00:44:41.546Z] prd-ubuntu18.04-docker-arm64-4c-16g-25117 does not seem to be running inside a container [2021-02-05T00:44:41.630Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:44:41.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:41.749Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:41.749Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:41.749Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:42.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:42.013Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:42.013Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:42.013Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:42.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:42.275Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:42.275Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:42.275Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:42.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:42.537Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:42.537Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:42.537Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:42.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:42.537Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:42.799Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:42.799Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:42.799Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:43.063Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:43.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:43.063Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:43.063Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:43.133Z] $ docker top bab164f2d018b58c31712da7c89a4c3486698370d9fb19932122120dc07e02b4 -eo pid,comm [2021-02-05T00:44:43.338Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:43.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:43.338Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:43.338Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] { [Pipeline] sh [2021-02-05T00:44:43.599Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:43.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:43.600Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:43.600Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:43.860Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:43.860Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:43.860Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:43.860Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:44.269Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:44:44.432Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:44.694Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T00:44:44.961Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T00:44:44.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:44.961Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:44.961Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:45.221Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:44:45.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:45.221Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T00:44:45.482Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:45.482Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:45.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:45.482Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T00:44:45.745Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T00:44:45.745Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T00:44:46.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:46.007Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-05T00:44:46.007Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T00:44:46.007Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T00:44:46.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:46.269Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T00:44:46.269Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T00:44:46.529Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T00:44:46.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:46.529Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:44:46.529Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:44:46.791Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:44:46.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:46.791Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:44:46.791Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:44:47.052Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:44:47.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:47.052Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:44:47.319Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:44:47.319Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:44:47.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:47.594Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:47.594Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:47.594Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:47.882Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:44:47.882Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:47.882Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:48.143Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:48.143Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:48.143Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T00:44:48.143Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T00:44:48.404Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T00:44:48.404Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:48.404Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T00:44:48.404Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:44:48.682Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:44:48.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:48.944Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:48.944Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:48.944Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:49.204Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:49.204Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T00:44:49.204Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T00:44:49.204Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T00:44:49.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:49.487Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T00:44:49.487Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T00:44:49.720Z] Building docker-core-command-go ... [2021-02-05T00:44:49.720Z] Building docker-core-data-go ... [2021-02-05T00:44:49.720Z] Building docker-core-metadata-go ... [2021-02-05T00:44:49.720Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:44:49.720Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:44:49.721Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:44:49.721Z] Building docker-support-notifications-go ... [2021-02-05T00:44:49.721Z] Building docker-support-scheduler-go ... [2021-02-05T00:44:49.721Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:44:49.721Z] Building docker-support-scheduler-go [2021-02-05T00:44:49.721Z] Building docker-sys-mgmt-agent-go [2021-02-05T00:44:49.721Z] Building docker-support-notifications-go [2021-02-05T00:44:49.721Z] Building docker-core-metadata-go [2021-02-05T00:44:49.721Z] Building docker-security-proxy-setup-go [2021-02-05T00:44:49.749Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T00:44:50.011Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:50.011Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:50.011Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:44:50.274Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:50.274Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:50.274Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T00:44:50.274Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T00:44:50.536Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T00:44:50.536Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:50.536Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T00:44:50.536Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T00:44:50.797Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T00:44:50.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:50.797Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T00:44:50.797Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T00:44:51.057Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T00:44:51.057Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:51.057Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T00:44:51.057Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T00:44:51.319Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T00:44:51.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:51.892Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T00:44:51.892Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T00:44:51.892Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T00:44:51.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:51.892Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T00:44:51.892Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T00:44:52.154Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T00:44:52.154Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T00:44:52.154Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T00:44:52.154Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T00:44:52.417Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T00:44:52.417Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T00:44:52.678Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T00:44:52.678Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T00:44:52.938Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T00:44:52.938Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T00:44:52.938Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T00:44:53.198Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-05T00:44:53.198Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T00:44:53.198Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T00:44:53.459Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T00:44:53.459Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T00:44:53.459Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T00:44:53.459Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T00:44:53.721Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T00:44:53.721Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T00:44:53.721Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T00:44:53.721Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T00:44:53.721Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T00:44:53.981Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T00:44:53.981Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T00:44:53.981Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T00:44:54.965Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T00:44:54.965Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T00:44:54.965Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T00:44:54.965Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T00:44:55.227Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:44:55.227Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:44:55.798Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:44:55.798Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:44:55.798Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:44:55.798Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:44:56.060Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:44:56.060Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:44:56.060Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:56.060Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:56.319Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:56.319Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:56.596Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:56.596Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:56.596Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:56.596Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:57.678Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:57.678Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:58.322Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:58.322Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:59.348Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:59.348Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:59.608Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:59.608Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:00.547Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:45:00.547Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:45:00.547Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:45:00.547Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:45:00.547Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T00:45:00.818Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:45:00.818Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T00:45:00.818Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:45:01.080Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T00:45:01.080Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T00:45:01.080Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:45:01.080Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:45:01.341Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:45:01.341Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:45:01.341Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T00:45:01.341Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T00:45:01.603Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:01.603Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:45:01.603Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:01.603Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:01.603Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:01.603Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T00:45:01.603Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T00:45:01.603Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T00:45:01.867Z] [2021-02-05T00:45:01.867Z] Current default time zone: 'Etc/UTC' [2021-02-05T00:45:01.867Z] Local time is now: Fri Feb 5 00:45:01 UTC 2021. [2021-02-05T00:45:01.867Z] Universal Time is now: Fri Feb 5 00:45:01 UTC 2021. [2021-02-05T00:45:01.867Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T00:45:01.867Z] [2021-02-05T00:45:01.867Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T00:45:01.867Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:02.130Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T00:45:02.130Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:45:02.130Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T00:45:02.130Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T00:45:02.130Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T00:45:02.130Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T00:45:02.130Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T00:45:02.130Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T00:45:02.130Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:02.395Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T00:45:02.395Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:02.395Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:45:02.660Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:02.660Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T00:45:02.660Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T00:45:02.660Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T00:45:02.660Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T00:45:02.660Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T00:45:02.660Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T00:45:02.660Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:45:02.660Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T00:45:04.590Z] Updating certificates in /etc/ssl/certs... [2021-02-05T00:45:05.977Z] 23 added, 27 removed; done. [2021-02-05T00:45:05.977Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T00:45:05.977Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:45:05.977Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T00:45:05.977Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T00:45:05.977Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T00:45:05.977Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:05.977Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:45:05.977Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:05.977Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:06.239Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:06.239Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:06.239Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:06.239Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T00:45:06.239Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:45:06.239Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:45:06.239Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T00:45:06.500Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:45:06.501Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:06.501Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:45:06.501Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:45:06.501Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T00:45:06.501Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:45:06.762Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:45:06.762Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T00:45:06.762Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T00:45:06.762Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T00:45:06.762Z] Updating certificates in /etc/ssl/certs... [2021-02-05T00:45:07.715Z] 0 added, 0 removed; done. [2021-02-05T00:45:07.715Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T00:45:07.715Z] done. [2021-02-05T00:45:07.976Z] Reading package lists... [2021-02-05T00:45:07.976Z] Building dependency tree... [2021-02-05T00:45:07.976Z] Reading state information... [2021-02-05T00:45:08.237Z] The following NEW packages will be installed: [2021-02-05T00:45:08.237Z] apt-transport-https [2021-02-05T00:45:08.237Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:45:08.237Z] Need to get 1696 B of archives. [2021-02-05T00:45:08.237Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T00:45:08.237Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T00:45:08.497Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:45:08.497Z] Fetched 1696 B in 0s (44.1 kB/s) [2021-02-05T00:45:08.497Z] Selecting previously unselected package apt-transport-https. [2021-02-05T00:45:08.497Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T00:45:08.497Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T00:45:08.497Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T00:45:08.497Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T00:45:08.757Z] Waiting for network to be ready... [2021-02-05T00:45:14.053Z] 2021-02-05T00:45:11Z INFO Waiting for automatic snapd restart... [2021-02-05T00:45:14.625Z] snapd 2.48.2 from Canonical* installed [2021-02-05T00:45:15.567Z] "snapd" switched to the "latest/stable" channel [2021-02-05T00:45:15.567Z] [2021-02-05T00:45:18.113Z] core18 20201210 from Canonical* installed [2021-02-05T00:45:18.373Z] "core18" switched to the "latest/stable" channel [2021-02-05T00:45:18.373Z] [2021-02-05T00:45:21.687Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:45:21.687Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T00:45:21.687Z] [2021-02-05T00:45:25.899Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-05T00:45:25.899Z] - README.md [2021-02-05T00:45:25.899Z] - snapcraft.yaml.orig [2021-02-05T00:45:25.899Z] [2021-02-05T00:45:25.899Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T00:45:32.503Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:32.503Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:45:32.503Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:45:32.503Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:45:33.461Z] Reading package lists... [2021-02-05T00:45:33.740Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-05T00:45:40.335Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:40.335Z] Reading package lists... [2021-02-05T00:45:40.335Z] Building dependency tree... [2021-02-05T00:45:40.335Z] Reading state information... [2021-02-05T00:45:40.335Z] Suggested packages: [2021-02-05T00:45:40.335Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T00:45:40.335Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T00:45:40.335Z] Recommended packages: [2021-02-05T00:45:40.335Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T00:45:40.335Z] The following NEW packages will be installed: [2021-02-05T00:45:40.335Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T00:45:40.335Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T00:45:40.335Z] pkg-config zip [2021-02-05T00:45:40.335Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:45:40.335Z] Need to get 7655 kB of archives. [2021-02-05T00:45:40.335Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T00:45:40.335Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-05T00:45:40.335Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T00:45:40.335Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T00:45:40.335Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T00:45:40.335Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T00:45:40.335Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T00:45:40.335Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T00:45:40.598Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T00:45:40.598Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T00:45:40.598Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T00:45:40.598Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T00:45:40.858Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T00:45:40.859Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T00:45:40.859Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T00:45:40.859Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T00:45:40.859Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:45:40.859Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-05T00:45:41.119Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T00:45:41.119Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T00:45:41.119Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T00:45:41.119Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T00:45:41.380Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T00:45:41.380Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T00:45:41.380Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T00:45:41.380Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T00:45:41.380Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T00:45:41.380Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T00:45:41.380Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T00:45:41.380Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T00:45:41.380Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T00:45:41.641Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T00:45:41.641Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T00:45:41.641Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T00:45:41.641Z] Selecting previously unselected package liberror-perl. [2021-02-05T00:45:41.641Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T00:45:41.641Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T00:45:41.902Z] Selecting previously unselected package git-man. [2021-02-05T00:45:41.902Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T00:45:41.902Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:41.902Z] Selecting previously unselected package git. [2021-02-05T00:45:41.902Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T00:45:41.902Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:42.846Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T00:45:42.846Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T00:45:42.846Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T00:45:42.846Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T00:45:42.846Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T00:45:42.846Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T00:45:43.108Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T00:45:43.108Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T00:45:43.108Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T00:45:43.108Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T00:45:43.108Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T00:45:43.108Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:43.108Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T00:45:43.108Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T00:45:43.108Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:43.369Z] Selecting previously unselected package pkg-config. [2021-02-05T00:45:43.369Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T00:45:43.369Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T00:45:43.369Z] Selecting previously unselected package zip. [2021-02-05T00:45:43.369Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T00:45:43.369Z] Unpacking zip (3.0-11build1) ... [2021-02-05T00:45:43.630Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T00:45:43.630Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:43.630Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T00:45:43.630Z] Setting up liberror-perl (0.17025-1) ... [2021-02-05T00:45:43.630Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T00:45:43.630Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T00:45:43.630Z] No schema files found: doing nothing. [2021-02-05T00:45:43.630Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T00:45:43.891Z] Setting up zip (3.0-11build1) ... [2021-02-05T00:45:43.891Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T00:45:43.891Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T00:45:43.891Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T00:45:43.891Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:43.891Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T00:45:43.891Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:43.891Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:44.152Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:45:50.735Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:50.735Z] git set to automatically installed. [2021-02-05T00:45:50.735Z] git-man set to automatically installed. [2021-02-05T00:45:50.735Z] libcurl3-gnutls set to automatically installed. [2021-02-05T00:45:50.735Z] liberror-perl set to automatically installed. [2021-02-05T00:45:50.735Z] libglib2.0-0 set to automatically installed. [2021-02-05T00:45:50.735Z] libnghttp2-14 set to automatically installed. [2021-02-05T00:45:50.735Z] libnorm1 set to automatically installed. [2021-02-05T00:45:50.735Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T00:45:50.735Z] libpsl5 set to automatically installed. [2021-02-05T00:45:50.735Z] librtmp1 set to automatically installed. [2021-02-05T00:45:50.735Z] libsodium23 set to automatically installed. [2021-02-05T00:45:50.735Z] libzmq3-dev set to automatically installed. [2021-02-05T00:45:50.735Z] libzmq5 set to automatically installed. [2021-02-05T00:45:50.735Z] pkg-config set to automatically installed. [2021-02-05T00:45:50.735Z] zip set to automatically installed. [2021-02-05T00:45:52.650Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T00:45:59.234Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:46:09.242Z] snap "core18" has no updates available [2021-02-05T00:46:09.503Z] Pulling config-common [2021-02-05T00:46:10.888Z] Pulling go-build-helper [2021-02-05T00:46:11.562Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:11.562Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:11.563Z] ---> a15d268fb53b [2021-02-05T00:46:11.563Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:46:11.563Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:11.563Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:11.563Z] ---> a15d268fb53b [2021-02-05T00:46:11.563Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:46:11.563Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:11.563Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:11.563Z] ---> a15d268fb53b [2021-02-05T00:46:11.563Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:46:11.563Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:11.563Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:11.563Z] ---> a15d268fb53b [2021-02-05T00:46:11.563Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:46:11.563Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:46:11.563Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:46:11.563Z] ---> a15d268fb53b [2021-02-05T00:46:11.563Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:46:11.563Z] ---> Running in 1e98e3ac0adb [2021-02-05T00:46:11.563Z] ---> Running in 01893701d71a [2021-02-05T00:46:11.563Z] ---> Running in 9650d0a6afff [2021-02-05T00:46:11.563Z] ---> Running in ee2fe2ed3737 [2021-02-05T00:46:11.563Z] ---> Running in cc95034b229c [2021-02-05T00:46:11.563Z] Removing intermediate container 1e98e3ac0adb [2021-02-05T00:46:11.563Z] ---> b0cfa930ee9c [2021-02-05T00:46:11.563Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:11.563Z] Removing intermediate container cc95034b229c [2021-02-05T00:46:11.563Z] ---> 1a888108c16a [2021-02-05T00:46:11.563Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:11.563Z] Removing intermediate container 01893701d71a [2021-02-05T00:46:11.563Z] ---> 951790bce6f5 [2021-02-05T00:46:11.563Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:11.563Z] Removing intermediate container 9650d0a6afff [2021-02-05T00:46:11.563Z] ---> ee4514878e68 [2021-02-05T00:46:11.563Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:11.563Z] Removing intermediate container ee2fe2ed3737 [2021-02-05T00:46:11.563Z] ---> 52a62a578396 [2021-02-05T00:46:11.563Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:46:11.563Z] ---> Running in e8ddac6a7a90 [2021-02-05T00:46:11.563Z] ---> Running in 22b352207a01 [2021-02-05T00:46:11.563Z] ---> Running in eb08cd551bb2 [2021-02-05T00:46:11.563Z] ---> Running in 4d1e6d7ee73f [2021-02-05T00:46:11.563Z] ---> Running in fff42510f66c [2021-02-05T00:46:14.217Z] Removing intermediate container e8ddac6a7a90 [2021-02-05T00:46:14.217Z] ---> 913a0984da25 [2021-02-05T00:46:14.217Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:46:14.499Z] ---> Running in 9fb396b7f76c [2021-02-05T00:46:14.499Z] Removing intermediate container 22b352207a01 [2021-02-05T00:46:14.499Z] ---> b2928d4a7edc [2021-02-05T00:46:14.499Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:46:14.776Z] Removing intermediate container eb08cd551bb2 [2021-02-05T00:46:14.776Z] ---> 7e5b14a3c1c3 [2021-02-05T00:46:14.776Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:46:14.776Z] ---> Running in f931843bd253 [2021-02-05T00:46:15.066Z] ---> Running in f83c9a28f6fd [2021-02-05T00:46:15.699Z] Removing intermediate container fff42510f66c [2021-02-05T00:46:15.699Z] ---> 34680c629eea [2021-02-05T00:46:15.699Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:46:15.699Z] Removing intermediate container 4d1e6d7ee73f [2021-02-05T00:46:15.699Z] ---> 23f519dbb148 [2021-02-05T00:46:15.699Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:46:15.986Z] ---> Running in 9a423d8c37ce [2021-02-05T00:46:15.986Z] ---> Running in 01d2dc56bb48 [2021-02-05T00:46:18.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:18.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:18.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:18.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:18.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:18.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:18.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:18.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:18.765Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:19.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:19.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:19.329Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:19.609Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:20.215Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:20.215Z] OK: 217 MiB in 51 packages [2021-02-05T00:46:20.829Z] Removing intermediate container 9fb396b7f76c [2021-02-05T00:46:20.829Z] ---> 5579724fe2de [2021-02-05T00:46:20.829Z] Step 6/22 : COPY go.mod . [2021-02-05T00:46:21.858Z] Removing intermediate container f83c9a28f6fd [2021-02-05T00:46:21.858Z] ---> 8eee7e71c499 [2021-02-05T00:46:21.858Z] Step 6/21 : COPY go.mod . [2021-02-05T00:46:21.858Z] Removing intermediate container f931843bd253 [2021-02-05T00:46:21.858Z] ---> aa2bc00eeed7 [2021-02-05T00:46:21.858Z] Step 6/22 : COPY go.mod . [2021-02-05T00:46:22.155Z] Removing intermediate container 01d2dc56bb48 [2021-02-05T00:46:22.155Z] ---> 5027bd23ba5c [2021-02-05T00:46:22.155Z] Step 6/23 : COPY go.mod . [2021-02-05T00:46:22.437Z] Removing intermediate container 9a423d8c37ce [2021-02-05T00:46:22.437Z] ---> 21887a663d16 [2021-02-05T00:46:22.437Z] Step 6/26 : COPY go.mod . [2021-02-05T00:46:22.437Z] ---> 6624c4db79a8 [2021-02-05T00:46:22.437Z] Step 7/22 : RUN go mod download [2021-02-05T00:46:22.716Z] ---> Running in 06960c4394cc [2021-02-05T00:46:22.994Z] ---> d3857ac59668 [2021-02-05T00:46:22.994Z] Step 7/21 : RUN go mod download [2021-02-05T00:46:22.994Z] ---> 98de724528e8 [2021-02-05T00:46:22.994Z] Step 7/22 : RUN go mod download [2021-02-05T00:46:22.994Z] ---> Running in 36c1bd1f71ab [2021-02-05T00:46:23.599Z] ---> Running in 335f305de75e [2021-02-05T00:46:23.881Z] ---> 759316837d6a [2021-02-05T00:46:23.881Z] Step 7/26 : RUN go mod download [2021-02-05T00:46:23.881Z] ---> c8829ac8e86c [2021-02-05T00:46:23.881Z] Step 7/23 : RUN go mod download [2021-02-05T00:46:24.159Z] ---> Running in b704a4701179 [2021-02-05T00:46:24.159Z] ---> Running in f411fab74ee2 [2021-02-05T00:46:27.587Z] Removing intermediate container 06960c4394cc [2021-02-05T00:46:27.587Z] ---> 7b5522e10bb6 [2021-02-05T00:46:27.587Z] Step 8/22 : COPY . . [2021-02-05T00:46:27.587Z] Removing intermediate container 36c1bd1f71ab [2021-02-05T00:46:27.587Z] ---> be8c3c0fcae5 [2021-02-05T00:46:27.587Z] Step 8/21 : COPY . . [2021-02-05T00:46:27.867Z] Removing intermediate container 335f305de75e [2021-02-05T00:46:27.867Z] ---> b99a2b65e8c6 [2021-02-05T00:46:27.867Z] Step 8/22 : COPY . . [2021-02-05T00:46:30.082Z] Removing intermediate container f411fab74ee2 [2021-02-05T00:46:30.082Z] ---> 383a015a78ab [2021-02-05T00:46:30.082Z] Step 8/23 : COPY . . [2021-02-05T00:46:30.360Z] Removing intermediate container b704a4701179 [2021-02-05T00:46:30.360Z] ---> 08bd41e26fe8 [2021-02-05T00:46:30.360Z] Step 8/26 : COPY . . [2021-02-05T00:46:33.768Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T00:46:33.768Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T00:46:33.768Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T00:46:33.768Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T00:46:33.768Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T00:46:33.768Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T00:46:33.769Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T00:46:33.769Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T00:46:33.769Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T00:46:33.769Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T00:46:33.769Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T00:46:33.769Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T00:46:33.769Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T00:46:33.769Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T00:46:33.769Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T00:46:33.769Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T00:46:33.769Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T00:46:33.769Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T00:46:33.769Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T00:46:33.769Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T00:46:33.769Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T00:46:33.769Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T00:46:33.769Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T00:46:33.769Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T00:46:33.769Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T00:46:33.769Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T00:46:33.769Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T00:46:33.769Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T00:46:33.769Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T00:46:33.769Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T00:46:33.769Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T00:46:33.769Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T00:46:33.769Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T00:46:33.769Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T00:46:33.769Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T00:46:33.769Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T00:46:33.769Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T00:46:33.769Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T00:46:33.769Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T00:46:33.769Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T00:46:33.769Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T00:46:33.769Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T00:46:33.769Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T00:46:33.769Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T00:46:33.769Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T00:46:33.769Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T00:46:33.769Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T00:46:33.769Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T00:46:33.769Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T00:46:33.769Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T00:46:33.769Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T00:46:33.769Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T00:46:33.769Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T00:46:33.769Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T00:46:33.769Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T00:46:33.769Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T00:46:33.769Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T00:46:33.769Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T00:46:33.769Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T00:46:33.769Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T00:46:33.769Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T00:46:33.769Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T00:46:33.769Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T00:46:33.769Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T00:46:35.681Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T00:46:35.682Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T00:46:35.682Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T00:46:35.682Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T00:46:35.682Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T00:46:35.682Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T00:46:35.682Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T00:46:35.682Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T00:46:35.682Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T00:46:35.682Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T00:46:35.682Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T00:46:35.682Z] Pulling static-packages [2021-02-05T00:46:36.622Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-05T00:46:36.622Z] Skipping pull go-build-helper (already ran) [2021-02-05T00:46:36.622Z] Skipping pull static-packages (already ran) [2021-02-05T00:46:36.622Z] Building go-build-helper [2021-02-05T00:46:40.825Z] Building static-packages [2021-02-05T00:46:42.213Z] Staging go-build-helper [2021-02-05T00:46:43.155Z] Staging static-packages [2021-02-05T00:46:44.543Z] Pulling go115 [2021-02-05T00:46:45.116Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T00:46:45.116Z] Skipping pull go115 (already ran) [2021-02-05T00:46:45.116Z] Building go115 [2021-02-05T00:46:45.116Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T00:46:45.116Z] Dload Upload Total Spent Left Speed [2021-02-05T00:46:49.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.3M 0 0 20.8M 0 0:00:05 0:00:01 0:00:04 20.8M 46 115M 46 53.2M 0 0 25.7M 0 0:00:04 0:00:02 0:00:02 25.7M 76 115M 76 88.8M 0 0 28.9M 0 0:00:03 0:00:03 --:--:-- 28.9M 100 115M 100 115M 0 0 29.2M 0 0:00:03 0:00:03 --:--:-- 29.1M [2021-02-05T00:46:49.763Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T00:46:53.966Z] Staging go115 [2021-02-05T00:46:57.195Z] ---> 703395a49303 [2021-02-05T00:46:57.195Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:46:57.195Z] ---> 68ff93853782 [2021-02-05T00:46:57.195Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:46:57.195Z] ---> e321ab1a2bf1 [2021-02-05T00:46:57.195Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:46:57.195Z] ---> c6e1d7a7d142 [2021-02-05T00:46:57.195Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:46:57.195Z] ---> 63b11a1eacde [2021-02-05T00:46:57.195Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:46:57.195Z] ---> Running in 699bd7faf696 [2021-02-05T00:46:57.195Z] ---> Running in bc104b5008c7 [2021-02-05T00:46:57.195Z] ---> Running in 1dc8a074689b [2021-02-05T00:46:57.195Z] ---> Running in bab315e87b0e [2021-02-05T00:46:57.195Z] ---> Running in 6da3e9c68c59 [2021-02-05T00:46:59.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T00:46:59.252Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:46:59.253Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:46:59.253Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:46:59.253Z] Fetched 0 B in 0s (0 B/s) [2021-02-05T00:46:59.253Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T00:46:59.253Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T00:46:59.253Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T00:46:59.253Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T00:46:59.253Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T00:46:59.253Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T00:46:59.253Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T00:46:59.253Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T00:46:59.253Z] Pulling edgex-go [2021-02-05T00:46:59.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T00:46:59.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T00:46:59.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T00:46:59.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T00:47:00.194Z] Pulling version [2021-02-05T00:47:01.138Z] Building config-common [2021-02-05T00:47:03.728Z] Skipping build go-build-helper (already ran) [2021-02-05T00:47:03.728Z] Skipping build static-packages (already ran) [2021-02-05T00:47:03.728Z] Skipping build go115 (already ran) [2021-02-05T00:47:03.728Z] Building edgex-go [2021-02-05T00:47:03.728Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T00:47:05.640Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T00:47:05.640Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T00:47:05.640Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-05T00:47:05.640Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-05T00:47:05.640Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-05T00:47:05.640Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T00:47:05.640Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-05T00:47:05.640Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.2 [2021-02-05T00:47:05.640Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T00:47:05.640Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T00:47:05.640Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T00:47:05.640Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T00:47:05.640Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T00:47:05.640Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T00:47:05.640Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T00:47:05.640Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T00:47:05.640Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T00:47:05.640Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T00:47:05.640Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T00:47:05.640Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T00:47:05.640Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T00:47:05.640Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T00:47:05.640Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T00:47:05.640Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T00:47:05.640Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T00:47:05.901Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T00:47:05.901Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T00:47:05.901Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T00:47:12.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T00:47:17.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T00:47:18.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T00:47:20.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T00:47:20.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T00:47:20.672Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T00:47:20.933Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T00:47:20.933Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T00:47:20.933Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T00:47:22.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T00:47:22.843Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T00:47:22.843Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T00:47:24.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T00:47:25.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T00:47:25.169Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T00:47:26.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T00:47:27.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:47:28.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T00:47:28.444Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T00:47:29.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T00:47:29.645Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T00:47:32.943Z] Building version [2021-02-05T00:47:34.332Z] Staging config-common [2021-02-05T00:47:35.272Z] Skipping stage go-build-helper (already ran) [2021-02-05T00:47:35.272Z] Skipping stage static-packages (already ran) [2021-02-05T00:47:35.272Z] Skipping stage go115 (already ran) [2021-02-05T00:47:35.272Z] Staging edgex-go [2021-02-05T00:47:36.213Z] Staging version [2021-02-05T00:47:37.155Z] Priming config-common [2021-02-05T00:47:38.101Z] Priming go-build-helper [2021-02-05T00:47:39.485Z] Priming static-packages [2021-02-05T00:47:42.037Z] Priming go115 [2021-02-05T00:47:42.610Z] Priming edgex-go [2021-02-05T00:47:43.995Z] Priming version [2021-02-05T00:47:44.935Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T00:48:36.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T00:48:51.730Z] Removing intermediate container bab315e87b0e [2021-02-05T00:48:51.730Z] ---> 33b229e8362c [2021-02-05T00:48:51.730Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:48:51.730Z] Removing intermediate container bc104b5008c7 [2021-02-05T00:48:51.730Z] ---> 08551114e7c8 [2021-02-05T00:48:51.730Z] [2021-02-05T00:48:51.730Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:48:51.730Z] ---> Running in 9646fcb1b6dd [2021-02-05T00:48:51.730Z] 3.12: Pulling from library/alpine [2021-02-05T00:48:52.060Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:48:52.060Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:48:52.060Z] ---> afeebe901d6b [2021-02-05T00:48:52.060Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:48:52.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T00:48:52.610Z] ---> Running in 73984dd6e84d [2021-02-05T00:48:54.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:48:54.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:48:55.234Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:48:55.516Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:48:55.516Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:48:55.516Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:48:55.516Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:48:55.516Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:48:55.791Z] OK: 7 MiB in 18 packages [2021-02-05T00:48:59.221Z] Removing intermediate container 73984dd6e84d [2021-02-05T00:48:59.221Z] ---> 541d63711cc3 [2021-02-05T00:48:59.221Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:48:59.221Z] Removing intermediate container 9646fcb1b6dd [2021-02-05T00:48:59.221Z] ---> 28265766ae29 [2021-02-05T00:48:59.221Z] [2021-02-05T00:48:59.221Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:48:59.221Z] ---> Running in 1e97312861b0 [2021-02-05T00:48:59.221Z] 20.10.0: Pulling from library/docker [2021-02-05T00:49:00.208Z] Removing intermediate container 1e97312861b0 [2021-02-05T00:49:00.208Z] ---> 6cad2f8a3d20 [2021-02-05T00:49:00.208Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:49:00.486Z] ---> Running in db27bae76c19 [2021-02-05T00:49:01.938Z] Removing intermediate container db27bae76c19 [2021-02-05T00:49:01.938Z] ---> 396fd754b7da [2021-02-05T00:49:01.938Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:49:03.940Z] ---> 84e0e2ac3eb9 [2021-02-05T00:49:03.940Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:49:07.600Z] ---> 665b295606ad [2021-02-05T00:49:07.600Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:49:11.961Z] ---> 777ce7e09d8b [2021-02-05T00:49:11.961Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:49:12.938Z] ---> Running in 536e3ebfb55b [2021-02-05T00:49:13.535Z] Removing intermediate container 1dc8a074689b [2021-02-05T00:49:13.535Z] ---> 4ac8309fbee9 [2021-02-05T00:49:13.535Z] [2021-02-05T00:49:13.535Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:49:13.535Z] ---> afeebe901d6b [2021-02-05T00:49:13.535Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:49:14.139Z] Removing intermediate container 699bd7faf696 [2021-02-05T00:49:14.139Z] ---> 991a5da0b7b0 [2021-02-05T00:49:14.139Z] [2021-02-05T00:49:14.139Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:49:14.139Z] ---> afeebe901d6b [2021-02-05T00:49:14.139Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:49:14.411Z] ---> Running in 703050ff418f [2021-02-05T00:49:14.686Z] Removing intermediate container 536e3ebfb55b [2021-02-05T00:49:14.686Z] ---> 810f4a3e6ff5 [2021-02-05T00:49:14.686Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:49:15.280Z] ---> Running in abdd2bc748bb [2021-02-05T00:49:15.557Z] ---> Running in ac2168bdebf4 [2021-02-05T00:49:17.012Z] Removing intermediate container ac2168bdebf4 [2021-02-05T00:49:17.012Z] ---> b2f424d039fd [2021-02-05T00:49:17.012Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T00:49:17.615Z] ---> Running in ca45474e0695 [2021-02-05T00:49:17.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:17.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:17.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:17.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:18.501Z] Removing intermediate container ca45474e0695 [2021-02-05T00:49:18.501Z] ---> 0fe3d9d79269 [2021-02-05T00:49:18.501Z] Step 20/21 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:49:18.786Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:49:18.786Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:18.786Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:49:18.786Z] OK: 5 MiB in 15 packages [2021-02-05T00:49:18.786Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:49:18.786Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:49:18.786Z] ---> eeaf43b92773 [2021-02-05T00:49:18.786Z] Step 12/26 : RUN apk add --no-cache bash(2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:49:18.786Z] [2021-02-05T00:49:18.786Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:18.786Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:49:19.063Z] ---> Running in 33d5165941e4 [2021-02-05T00:49:19.349Z] OK: 6 MiB in 16 packages [2021-02-05T00:49:19.349Z] ---> Running in 8d1cf18f67b7 [2021-02-05T00:49:19.946Z] Removing intermediate container 6da3e9c68c59 [2021-02-05T00:49:19.946Z] ---> 7bbe8606382b [2021-02-05T00:49:19.946Z] [2021-02-05T00:49:19.946Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:49:19.946Z] ---> afeebe901d6b [2021-02-05T00:49:19.946Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:49:20.223Z] Removing intermediate container 33d5165941e4 [2021-02-05T00:49:20.223Z] ---> 5f2f302e5050 [2021-02-05T00:49:20.223Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:49:20.501Z] ---> Running in 33be996ba46f [2021-02-05T00:49:20.501Z] ---> Running in 75fbb6ca03a4 [2021-02-05T00:49:20.777Z] Removing intermediate container 703050ff418f [2021-02-05T00:49:20.777Z] ---> 50c82dd2cbdc [2021-02-05T00:49:20.777Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:49:21.053Z] ---> Running in 5f6dd1e84aa9 [2021-02-05T00:49:21.325Z] Removing intermediate container 75fbb6ca03a4 [2021-02-05T00:49:21.325Z] ---> 4622cc5d5fb3 [2021-02-05T00:49:21.325Z] [2021-02-05T00:49:21.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:21.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:21.876Z] Removing intermediate container 5f6dd1e84aa9 [2021-02-05T00:49:21.876Z] ---> 514cff955975 [2021-02-05T00:49:21.876Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:49:21.876Z] Removing intermediate container abdd2bc748bb [2021-02-05T00:49:21.876Z] ---> 97e66ba442c8 [2021-02-05T00:49:21.876Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:49:21.876Z] Successfully built 4622cc5d5fb3 [2021-02-05T00:49:22.145Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T00:49:22.145Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:22.145Z] Building docker-security-bootstrapper-go [2021-02-05T00:49:22.145Z] ---> Running in 5e23fb9bd2d9 [2021-02-05T00:49:22.145Z] ---> Running in 02497d4580eb [2021-02-05T00:49:22.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:22.417Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:49:22.417Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:49:22.417Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:49:22.697Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:22.697Z] OK: 12 MiB in 22 packages [2021-02-05T00:49:22.979Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:49:22.979Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:22.979Z] Removing intermediate container 5e23fb9bd2d9 [2021-02-05T00:49:22.979Z] ---> 1a65ba685cc0 [2021-02-05T00:49:22.979Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:49:22.979Z] OK: 5 MiB in 15 packages [2021-02-05T00:49:23.259Z] Removing intermediate container 02497d4580eb [2021-02-05T00:49:23.259Z] ---> 8ed2780d51bc [2021-02-05T00:49:23.259Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:49:23.538Z] ---> Running in 1f5d70f5393d [2021-02-05T00:49:23.538Z] ---> Running in 9b1d6ed07d54 [2021-02-05T00:49:24.995Z] Removing intermediate container 9b1d6ed07d54 [2021-02-05T00:49:24.995Z] ---> 3c3acddd2501 [2021-02-05T00:49:24.995Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:49:24.995Z] Removing intermediate container 8d1cf18f67b7 [2021-02-05T00:49:24.995Z] ---> ef3d4dd679e0 [2021-02-05T00:49:24.995Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:49:24.995Z] Removing intermediate container 1f5d70f5393d [2021-02-05T00:49:24.995Z] ---> 5378a1aecbb3 [2021-02-05T00:49:24.995Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:49:25.598Z] ---> Running in d9bf14635216 [2021-02-05T00:49:25.598Z] ---> Running in f76bc5e741de [2021-02-05T00:49:25.891Z] Removing intermediate container 33be996ba46f [2021-02-05T00:49:25.891Z] ---> 8610d35a2931 [2021-02-05T00:49:25.891Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:49:26.184Z] ---> 686b41864690 [2021-02-05T00:49:26.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:49:26.184Z] ---> Running in a932d64a5326 [2021-02-05T00:49:26.458Z] Removing intermediate container f76bc5e741de [2021-02-05T00:49:26.458Z] Removing intermediate container d9bf14635216 [2021-02-05T00:49:26.458Z] ---> 2c0af7ca0116 [2021-02-05T00:49:26.458Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:49:26.458Z] ---> d9139670dd29 [2021-02-05T00:49:26.458Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:49:26.733Z] ---> Running in e94669073752 [2021-02-05T00:49:27.010Z] Removing intermediate container a932d64a5326 [2021-02-05T00:49:27.010Z] ---> 962e750ffb94 [2021-02-05T00:49:27.010Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:49:28.450Z] ---> Running in 25115f38ef1a [2021-02-05T00:49:29.051Z] Removing intermediate container e94669073752 [2021-02-05T00:49:29.051Z] ---> 9312a9055d81 [2021-02-05T00:49:29.051Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:49:29.051Z] ---> f8877986a6d7 [2021-02-05T00:49:29.051Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:49:29.051Z] ---> 0ee5057c877f [2021-02-05T00:49:29.051Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:29.330Z] ---> Running in 90e262bc7e7c [2021-02-05T00:49:29.330Z] Removing intermediate container 25115f38ef1a [2021-02-05T00:49:29.330Z] ---> 7cedf69e3bdd [2021-02-05T00:49:29.330Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:49:29.607Z] ---> Running in 1428f318b151 [2021-02-05T00:49:30.218Z] Removing intermediate container 90e262bc7e7c [2021-02-05T00:49:30.218Z] ---> f77dea9ce925 [2021-02-05T00:49:30.218Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:49:30.843Z] ---> c9f6911cdb7e [2021-02-05T00:49:30.843Z] Removing intermediate container 1428f318b151 [2021-02-05T00:49:30.843Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:49:30.843Z] ---> e8abe815f037 [2021-02-05T00:49:30.843Z] Step 15/23 : WORKDIR / [2021-02-05T00:49:30.843Z] ---> 7a8c9fa8fd36 [2021-02-05T00:49:30.843Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:31.124Z] ---> Running in 760bc0d51235 [2021-02-05T00:49:31.124Z] ---> Running in e2eabfca5ffd [2021-02-05T00:49:32.577Z] Removing intermediate container e2eabfca5ffd [2021-02-05T00:49:32.577Z] ---> a1960f339c9c [2021-02-05T00:49:32.577Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:49:32.858Z] ---> c989e1893f1d [2021-02-05T00:49:32.858Z] ---> 2efa54bbc14d [2021-02-05T00:49:32.858Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:32.858Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:49:33.136Z] Removing intermediate container 760bc0d51235 [2021-02-05T00:49:33.136Z] ---> e394868b18bd [2021-02-05T00:49:33.136Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:49:33.414Z] ---> Running in dfcdc18db7cf [2021-02-05T00:49:33.415Z] ---> Running in 05824b09e6dc [2021-02-05T00:49:34.415Z] ---> ebac8601cdb0 [2021-02-05T00:49:34.415Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:49:34.712Z] Removing intermediate container 05824b09e6dc [2021-02-05T00:49:34.712Z] ---> 6da5a6b2619e [2021-02-05T00:49:34.712Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:49:34.712Z] Removing intermediate container dfcdc18db7cf [2021-02-05T00:49:34.712Z] ---> 9c499c46a227 [2021-02-05T00:49:34.712Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:49:34.712Z] ---> 65527c9e5b0d [2021-02-05T00:49:34.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:49:34.989Z] ---> Running in 87c8e54938cf [2021-02-05T00:49:34.989Z] ---> Running in 15f3e073b574 [2021-02-05T00:49:35.981Z] Removing intermediate container 87c8e54938cf [2021-02-05T00:49:35.981Z] ---> 55f86e2d8759 [2021-02-05T00:49:35.981Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:49:36.255Z] ---> b5e956a31639 [2021-02-05T00:49:36.255Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:49:36.255Z] Removing intermediate container 15f3e073b574 [2021-02-05T00:49:36.255Z] ---> c1cd1e38d978 [2021-02-05T00:49:36.255Z] Step 21/22 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:49:36.546Z] ---> Running in 9d77eb97e1a8 [2021-02-05T00:49:37.146Z] ---> Running in 5778a38a341e [2021-02-05T00:49:37.146Z] ---> Running in 3f150493ba14 [2021-02-05T00:49:37.425Z] ---> e01774ee9ca6 [2021-02-05T00:49:37.425Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:37.425Z] Removing intermediate container 9d77eb97e1a8 [2021-02-05T00:49:37.425Z] ---> 324eebf7e1e7 [2021-02-05T00:49:37.425Z] Step 21/22 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:49:38.024Z] Removing intermediate container 3f150493ba14 [2021-02-05T00:49:38.024Z] ---> 2c4b64afc970 [2021-02-05T00:49:38.024Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:49:38.024Z] ---> Running in c6e17248a140 [2021-02-05T00:49:38.300Z] ---> Running in 00e394ec1406 [2021-02-05T00:49:38.901Z] ---> a959ab314ac9 [2021-02-05T00:49:38.901Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:49:38.901Z] Removing intermediate container c6e17248a140 [2021-02-05T00:49:38.901Z] ---> 7e8027fa489a [2021-02-05T00:49:38.901Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:49:39.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:39.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:39.455Z] ---> Running in 569fe1e817bb [2021-02-05T00:49:39.726Z] ---> Running in c9f31ea9c1ee [2021-02-05T00:49:39.726Z] Removing intermediate container 00e394ec1406 [2021-02-05T00:49:39.726Z] ---> d1cdea1c91fb [2021-02-05T00:49:39.726Z] [2021-02-05T00:49:39.997Z] Removing intermediate container 569fe1e817bb [2021-02-05T00:49:39.997Z] ---> e38c8603bd93 [2021-02-05T00:49:39.997Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:49:39.997Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:49:39.997Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:49:39.997Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:49:39.997Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:49:39.997Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:49:40.270Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:49:40.270Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:49:40.553Z] Successfully built d1cdea1c91fb [2021-02-05T00:49:40.553Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:49:40.553Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:49:40.553Z] ---> a15d268fb53b [2021-02-05T00:49:40.553Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T00:49:40.553Z] ---> Using cache [2021-02-05T00:49:40.553Z] ---> 52a62a578396 [2021-02-05T00:49:40.553Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:49:40.553Z] ---> Using cache [2021-02-05T00:49:40.553Z] ---> 34680c629eea [2021-02-05T00:49:40.553Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T00:49:40.553Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T00:49:40.553Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-05T00:49:40.863Z] ---> Running in 7957e2824a3a [2021-02-05T00:49:40.863Z] Removing intermediate container c9f31ea9c1ee [2021-02-05T00:49:40.863Z] ---> f1e1dadde27b [2021-02-05T00:49:40.863Z] [2021-02-05T00:49:41.141Z] ---> Running in 56914b60b4a0 [2021-02-05T00:49:41.744Z] Successfully built f1e1dadde27b [2021-02-05T00:49:41.744Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T00:49:41.744Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-05T00:49:41.744Z] Removing intermediate container 7957e2824a3a [2021-02-05T00:49:41.744Z] ---> f3b4ecfd2d4f [2021-02-05T00:49:41.744Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:49:42.343Z] ---> Running in 48973dd6d21f [2021-02-05T00:49:42.619Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:49:42.619Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:49:42.619Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:49:42.619Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:49:42.619Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:49:42.619Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:49:42.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:42.619Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:49:42.892Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:49:42.892Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:49:42.892Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:49:42.892Z] Removing intermediate container 48973dd6d21f [2021-02-05T00:49:42.892Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:49:42.892Z] ---> a1be6b7698bb [2021-02-05T00:49:42.892Z] Step 22/23 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:49:42.892Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:49:42.892Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:49:42.892Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:49:43.165Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:49:43.165Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:49:43.165Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:49:43.165Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:49:43.165Z] ---> Running in 149eb2560e0e [2021-02-05T00:49:43.165Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:49:43.165Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:49:43.165Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:49:43.165Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:49:43.165Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:49:43.444Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:49:43.444Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:49:43.444Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:49:43.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:43.444Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:43.726Z] OK: 71 MiB in 55 packages [2021-02-05T00:49:44.006Z] Removing intermediate container 149eb2560e0e [2021-02-05T00:49:44.007Z] ---> ed247cc37469 [2021-02-05T00:49:44.007Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:49:44.292Z] ---> Running in c8cd7f1c5e1f [2021-02-05T00:49:44.292Z] OK: 217 MiB in 51 packages [2021-02-05T00:49:46.281Z] Removing intermediate container c8cd7f1c5e1f [2021-02-05T00:49:46.281Z] ---> beda4342fcbc [2021-02-05T00:49:46.281Z] [2021-02-05T00:49:47.262Z] Successfully built beda4342fcbc [2021-02-05T00:49:47.535Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T00:49:47.535Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-02-05T00:49:48.524Z] Removing intermediate container 56914b60b4a0 [2021-02-05T00:49:48.524Z] ---> 40ee06903bbf [2021-02-05T00:49:48.524Z] Step 6/31 : COPY go.mod . [2021-02-05T00:49:49.506Z] ---> b9215fd08a84 [2021-02-05T00:49:49.506Z] Step 7/31 : RUN go mod download [2021-02-05T00:49:50.125Z] ---> Running in 2d93b4da5b90 [2021-02-05T00:49:51.110Z] Removing intermediate container 5778a38a341e [2021-02-05T00:49:51.110Z] ---> a626a980afa0 [2021-02-05T00:49:51.110Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:49:53.741Z] ---> Running in da618a67e9b8 [2021-02-05T00:49:55.204Z] Removing intermediate container 2d93b4da5b90 [2021-02-05T00:49:55.204Z] ---> 1b9b6aa326e7 [2021-02-05T00:49:55.204Z] Step 8/31 : COPY . . [2021-02-05T00:50:01.911Z] Collecting docker-compose==1.23.2 [2021-02-05T00:50:01.911Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:50:02.516Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:50:02.516Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:50:02.789Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T00:50:04.777Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:50:04.777Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:50:05.387Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:50:05.387Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:50:09.006Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:50:09.321Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:50:09.917Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:50:09.917Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:50:15.413Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:50:15.413Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:50:18.110Z] ---> 47e715fd34a1 [2021-02-05T00:50:18.110Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T00:50:19.104Z] ---> Running in 799474862b04 [2021-02-05T00:50:19.721Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:50:19.721Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:50:19.721Z] ---> a15d268fb53b [2021-02-05T00:50:19.721Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:50:19.721Z] ---> Using cache [2021-02-05T00:50:19.721Z] ---> 52a62a578396 [2021-02-05T00:50:19.721Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:19.721Z] ---> Using cache [2021-02-05T00:50:19.721Z] ---> 34680c629eea [2021-02-05T00:50:19.721Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:50:19.997Z] ---> Using cache [2021-02-05T00:50:19.997Z] ---> 40ee06903bbf [2021-02-05T00:50:19.997Z] Step 6/23 : COPY go.mod . [2021-02-05T00:50:19.997Z] ---> Using cache [2021-02-05T00:50:19.997Z] ---> b9215fd08a84 [2021-02-05T00:50:19.997Z] Step 7/23 : RUN go mod download [2021-02-05T00:50:19.997Z] ---> Using cache [2021-02-05T00:50:19.997Z] ---> 1b9b6aa326e7 [2021-02-05T00:50:19.997Z] Step 8/23 : COPY . . [2021-02-05T00:50:19.997Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:50:20.278Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:50:20.278Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:50:20.278Z] ---> a15d268fb53b [2021-02-05T00:50:20.278Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:50:20.278Z] ---> Using cache [2021-02-05T00:50:20.278Z] ---> 52a62a578396 [2021-02-05T00:50:20.278Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:20.278Z] ---> Using cache [2021-02-05T00:50:20.278Z] ---> 34680c629eea [2021-02-05T00:50:20.278Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:50:20.278Z] ---> Using cache [2021-02-05T00:50:20.278Z] ---> 47e715fd34a1 [2021-02-05T00:50:20.278Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:50:20.278Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:50:20.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T00:50:20.890Z] ---> Running in 5260b20d75ba [2021-02-05T00:50:20.890Z] ---> Running in bbe317d3cdfc [2021-02-05T00:50:23.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:23.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T00:50:24.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:25.519Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:50:25.519Z] OK: 217 MiB in 51 packages [2021-02-05T00:50:25.519Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:50:26.516Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:50:26.516Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:50:26.516Z] ---> a15d268fb53b [2021-02-05T00:50:26.516Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:50:26.516Z] ---> Using cache [2021-02-05T00:50:26.516Z] ---> 52a62a578396 [2021-02-05T00:50:26.516Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:26.516Z] ---> Using cache [2021-02-05T00:50:26.516Z] ---> 34680c629eea [2021-02-05T00:50:26.516Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:50:26.516Z] ---> Using cache [2021-02-05T00:50:26.516Z] ---> 40ee06903bbf [2021-02-05T00:50:26.516Z] Step 6/24 : COPY go.mod . [2021-02-05T00:50:26.516Z] ---> Using cache [2021-02-05T00:50:26.516Z] ---> b9215fd08a84 [2021-02-05T00:50:26.516Z] Step 7/24 : RUN go mod download [2021-02-05T00:50:26.516Z] ---> Using cache [2021-02-05T00:50:26.516Z] ---> 1b9b6aa326e7 [2021-02-05T00:50:26.516Z] Step 8/24 : COPY . . [2021-02-05T00:50:26.516Z] ---> Using cache [2021-02-05T00:50:26.516Z] ---> 47e715fd34a1 [2021-02-05T00:50:26.516Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:50:27.501Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:50:27.501Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:50:27.501Z] ---> Running in c137732b1ec6 [2021-02-05T00:50:28.497Z] Removing intermediate container bbe317d3cdfc [2021-02-05T00:50:28.497Z] ---> 61f3259a1a5f [2021-02-05T00:50:28.497Z] Step 6/23 : COPY go.mod . [2021-02-05T00:50:28.497Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:50:28.776Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:50:28.776Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T00:50:28.776Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T00:50:29.765Z] ---> ddd7dbe50a89 [2021-02-05T00:50:29.765Z] Step 7/23 : RUN go mod download [2021-02-05T00:50:29.765Z] ---> Running in f023c3acfa7c [2021-02-05T00:50:29.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T00:50:30.377Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:50:30.377Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:50:31.369Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:50:31.642Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:50:31.916Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:50:31.916Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:50:31.916Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:50:31.916Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:50:33.927Z] Installing collected packages: websocket-client, idna, urllib3, requests, texttable, jsonschema, docopt, PyYAML, dockerpty, docker-pycreds, docker, cached-property, docker-compose [2021-02-05T00:50:34.215Z] Attempting uninstall: idna [2021-02-05T00:50:34.215Z] Found existing installation: idna 2.9 [2021-02-05T00:50:34.215Z] Uninstalling idna-2.9: [2021-02-05T00:50:34.495Z] Successfully uninstalled idna-2.9 [2021-02-05T00:50:34.771Z] Removing intermediate container f023c3acfa7c [2021-02-05T00:50:34.771Z] ---> fadc50ded2dd [2021-02-05T00:50:34.771Z] Step 8/23 : COPY . . [2021-02-05T00:50:35.773Z] Attempting uninstall: urllib3 [2021-02-05T00:50:35.773Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:50:35.773Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:50:36.391Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:50:37.838Z] Attempting uninstall: requests [2021-02-05T00:50:37.838Z] Found existing installation: requests 2.23.0 [2021-02-05T00:50:37.838Z] Uninstalling requests-2.23.0: [2021-02-05T00:50:38.117Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:50:38.720Z] Running setup.py install for texttable: started [2021-02-05T00:50:44.149Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:50:44.427Z] Running setup.py install for docopt: started [2021-02-05T00:50:48.900Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:50:48.900Z] Running setup.py install for PyYAML: started [2021-02-05T00:50:54.423Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:50:54.423Z] Running setup.py install for dockerpty: started [2021-02-05T00:50:54.709Z] ---> da9ef8ed42cf [2021-02-05T00:50:54.709Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:50:54.709Z] ---> Running in d0522c111c1d [2021-02-05T00:50:56.712Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T00:50:57.323Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:51:00.742Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T00:51:07.558Z] Removing intermediate container da618a67e9b8 [2021-02-05T00:51:07.558Z] ---> 025cb0a14784 [2021-02-05T00:51:07.558Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:51:07.558Z] ---> Running in 79e76dad34d0 [2021-02-05T00:51:08.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:51:08.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:51:09.838Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:51:09.838Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:51:09.838Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:51:09.838Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:51:09.838Z] OK: 71 MiB in 58 packages [2021-02-05T00:51:11.852Z] Removing intermediate container 79e76dad34d0 [2021-02-05T00:51:11.852Z] ---> b23e1cbf6487 [2021-02-05T00:51:11.852Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:51:11.852Z] ---> Running in 916be71aa231 [2021-02-05T00:51:12.479Z] Removing intermediate container 916be71aa231 [2021-02-05T00:51:12.479Z] ---> a6aeb18da2ae [2021-02-05T00:51:12.479Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:51:12.772Z] ---> Running in 42a8181ce5f9 [2021-02-05T00:51:13.385Z] Removing intermediate container 42a8181ce5f9 [2021-02-05T00:51:13.385Z] ---> 950e3e702d4b [2021-02-05T00:51:13.385Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T00:51:13.385Z] ---> Running in f35f639ed137 [2021-02-05T00:51:14.001Z] Removing intermediate container f35f639ed137 [2021-02-05T00:51:14.001Z] ---> ecaa5b45350e [2021-02-05T00:51:14.001Z] Step 25/26 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:51:14.281Z] ---> Running in e8fd802ab489 [2021-02-05T00:51:14.903Z] Removing intermediate container e8fd802ab489 [2021-02-05T00:51:14.903Z] ---> d0800fbcec09 [2021-02-05T00:51:14.903Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:51:15.182Z] ---> Running in 94fe07dd84a0 [2021-02-05T00:51:15.794Z] Removing intermediate container 94fe07dd84a0 [2021-02-05T00:51:15.794Z] ---> ba137124c26d [2021-02-05T00:51:15.794Z] [2021-02-05T00:51:16.420Z] Successfully built ba137124c26d [2021-02-05T00:51:16.420Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T00:51:55.800Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:51:55.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T00:52:14.205Z] Removing intermediate container c137732b1ec6 [2021-02-05T00:52:14.205Z] ---> ff8a1222d581 [2021-02-05T00:52:14.205Z] [2021-02-05T00:52:14.205Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:52:14.205Z] ---> afeebe901d6b [2021-02-05T00:52:14.205Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:52:14.205Z] ---> Running in 8cff3bec085d [2021-02-05T00:52:14.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:52:14.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:52:14.205Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:52:14.485Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:52:14.485Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:52:14.485Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:52:14.485Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:52:14.485Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:52:14.485Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:52:14.766Z] OK: 7 MiB in 19 packages [2021-02-05T00:52:18.243Z] Removing intermediate container 8cff3bec085d [2021-02-05T00:52:18.243Z] ---> 7ec0e76cc3c2 [2021-02-05T00:52:18.243Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:52:18.243Z] Removing intermediate container 799474862b04 [2021-02-05T00:52:18.243Z] ---> 4b5fe3194488 [2021-02-05T00:52:18.243Z] [2021-02-05T00:52:18.243Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T00:52:18.243Z] ---> afeebe901d6b [2021-02-05T00:52:18.243Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:52:18.243Z] ---> Running in e5534bfa2949 [2021-02-05T00:52:18.524Z] ---> Running in 322d7c7114d0 [2021-02-05T00:52:19.525Z] Removing intermediate container e5534bfa2949 [2021-02-05T00:52:19.525Z] ---> 571ec665c17f [2021-02-05T00:52:19.525Z] Step 13/24 : WORKDIR / [2021-02-05T00:52:19.525Z] Removing intermediate container 322d7c7114d0 [2021-02-05T00:52:19.525Z] ---> 320509310074 [2021-02-05T00:52:19.525Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:52:19.525Z] ---> Running in 000da90d2b1e [2021-02-05T00:52:19.803Z] ---> Running in 2188c9626771 [2021-02-05T00:52:21.277Z] Removing intermediate container 000da90d2b1e [2021-02-05T00:52:21.277Z] ---> a50512cff2a5 [2021-02-05T00:52:21.277Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T00:52:21.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:52:22.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:52:22.817Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:52:22.817Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:52:22.817Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:52:22.817Z] OK: 5 MiB in 16 packages [2021-02-05T00:52:23.449Z] ---> e6cdd84ff56d [2021-02-05T00:52:23.449Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T00:52:24.451Z] Removing intermediate container 5260b20d75ba [2021-02-05T00:52:24.451Z] ---> 0e6231d73195 [2021-02-05T00:52:24.451Z] [2021-02-05T00:52:24.451Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:52:24.451Z] ---> afeebe901d6b [2021-02-05T00:52:24.451Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:52:24.451Z] ---> Using cache [2021-02-05T00:52:24.451Z] ---> 8610d35a2931 [2021-02-05T00:52:24.451Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:52:24.451Z] ---> Using cache [2021-02-05T00:52:24.451Z] ---> 962e750ffb94 [2021-02-05T00:52:24.451Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:52:24.733Z] ---> Running in 54117ad53725 [2021-02-05T00:52:24.733Z] ---> deead332d846 [2021-02-05T00:52:24.733Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:52:25.011Z] Removing intermediate container 2188c9626771 [2021-02-05T00:52:25.011Z] ---> bcd1408cfeaf [2021-02-05T00:52:25.011Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:52:25.292Z] ---> Running in 7ffe6e56c907 [2021-02-05T00:52:25.574Z] Removing intermediate container 54117ad53725 [2021-02-05T00:52:25.574Z] ---> e4ee6e8a80c1 [2021-02-05T00:52:25.574Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:52:25.855Z] ---> Running in 6c3761efe746 [2021-02-05T00:52:25.855Z] ---> bcc0f0c34ca9 [2021-02-05T00:52:25.855Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:52:26.139Z] Removing intermediate container 7ffe6e56c907 [2021-02-05T00:52:26.139Z] ---> 22e397f28317 [2021-02-05T00:52:26.139Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:52:26.419Z] ---> Running in b7fabf700366 [2021-02-05T00:52:26.712Z] Removing intermediate container 6c3761efe746 [2021-02-05T00:52:26.712Z] ---> 5624df59c05f [2021-02-05T00:52:26.712Z] Step 15/23 : WORKDIR / [2021-02-05T00:52:26.986Z] ---> Running in 4b897d081fd2 [2021-02-05T00:52:27.261Z] Removing intermediate container b7fabf700366 [2021-02-05T00:52:27.261Z] ---> 87ad32db182d [2021-02-05T00:52:27.261Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:52:27.542Z] ---> Running in 164f72d87eeb [2021-02-05T00:52:28.154Z] Removing intermediate container 4b897d081fd2 [2021-02-05T00:52:28.154Z] ---> 8458c2a976a6 [2021-02-05T00:52:28.154Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:52:28.154Z] ---> 7bc01a2d71bb [2021-02-05T00:52:28.154Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:52:30.145Z] ---> 2f4793c9db68 [2021-02-05T00:52:30.145Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:52:30.419Z] ---> 08fb55cd759d [2021-02-05T00:52:30.419Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:52:31.873Z] Removing intermediate container 164f72d87eeb [2021-02-05T00:52:31.873Z] ---> 5f27557be363 [2021-02-05T00:52:31.873Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:52:31.873Z] ---> e4024f82fba8 [2021-02-05T00:52:31.873Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T00:52:31.873Z] ---> 135f0ca6e004 [2021-02-05T00:52:31.873Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:52:31.873Z] ---> Running in e9e1d6477f33 [2021-02-05T00:52:32.189Z] ---> Running in 1d28a86ac851 [2021-02-05T00:52:32.807Z] Removing intermediate container e9e1d6477f33 [2021-02-05T00:52:32.807Z] ---> f56fcb323fc6 [2021-02-05T00:52:32.807Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:52:33.082Z] ---> 21bd0e0e1c05 [2021-02-05T00:52:33.082Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:52:33.362Z] ---> Running in 5eb1795231a2 [2021-02-05T00:52:33.966Z] ---> 1134a185e803 [2021-02-05T00:52:33.966Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:52:33.966Z] Removing intermediate container 5eb1795231a2 [2021-02-05T00:52:33.966Z] ---> 7cefc3447967 [2021-02-05T00:52:33.966Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:52:34.245Z] ---> Running in e531fee45c1c [2021-02-05T00:52:34.522Z] ---> Running in ff630ca2b0c4 [2021-02-05T00:52:35.124Z] Removing intermediate container ff630ca2b0c4 [2021-02-05T00:52:35.124Z] ---> e5db925c7a06 [2021-02-05T00:52:35.124Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:52:35.124Z] ---> Running in 1c1f3a444717 [2021-02-05T00:52:35.397Z] Removing intermediate container 1d28a86ac851 [2021-02-05T00:52:35.397Z] ---> ed0bb3fb7952 [2021-02-05T00:52:35.397Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:52:35.397Z] ---> Running in e7b6790556b4 [2021-02-05T00:52:36.000Z] Removing intermediate container 1c1f3a444717 [2021-02-05T00:52:36.000Z] ---> 02a271a7c69e [2021-02-05T00:52:36.000Z] Step 22/23 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:52:36.000Z] ---> Running in 472023bae869 [2021-02-05T00:52:36.000Z] Removing intermediate container e7b6790556b4 [2021-02-05T00:52:36.000Z] ---> 3cb704f22715 [2021-02-05T00:52:36.000Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T00:52:36.602Z] ---> Running in 3cde2c6cf1da [2021-02-05T00:52:36.874Z] Removing intermediate container 472023bae869 [2021-02-05T00:52:36.874Z] ---> 3e4aa29f8a37 [2021-02-05T00:52:36.874Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:52:37.150Z] ---> Running in 35a636b5ae11 [2021-02-05T00:52:37.150Z] Removing intermediate container 3cde2c6cf1da [2021-02-05T00:52:37.150Z] ---> d15db4ffbf8d [2021-02-05T00:52:37.150Z] Step 23/24 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:52:37.423Z] ---> Running in a900b7294ae9 [2021-02-05T00:52:37.423Z] Removing intermediate container e531fee45c1c [2021-02-05T00:52:37.423Z] ---> d3476f4c728b [2021-02-05T00:52:37.423Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:52:37.712Z] Removing intermediate container 35a636b5ae11 [2021-02-05T00:52:37.712Z] ---> 0da31ec72cb9 [2021-02-05T00:52:37.712Z] [2021-02-05T00:52:38.314Z] Removing intermediate container a900b7294ae9 [2021-02-05T00:52:38.314Z] ---> dd38ed679ce6 [2021-02-05T00:52:38.314Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:52:38.314Z] Successfully built 0da31ec72cb9 [2021-02-05T00:52:38.590Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T00:52:38.590Z]  Building docker-core-command-go ... done  ---> Running in c038a409359d [2021-02-05T00:52:38.590Z] ---> 49649020e16b [2021-02-05T00:52:38.590Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:52:39.200Z] Removing intermediate container c038a409359d [2021-02-05T00:52:39.200Z] ---> 78be194e3ed0 [2021-02-05T00:52:39.200Z] [2021-02-05T00:52:39.819Z] Successfully built 78be194e3ed0 [2021-02-05T00:52:39.819Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T00:52:40.098Z]  Building docker-security-secretstore-setup-go ... done  ---> a2c116cff005 [2021-02-05T00:52:40.098Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:52:41.088Z] ---> 2273d26f8eec [2021-02-05T00:52:41.088Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T00:52:42.085Z] ---> 5bc796d37182 [2021-02-05T00:52:42.085Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:52:43.086Z] ---> 21a96864e9c5 [2021-02-05T00:52:43.086Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:52:43.685Z] ---> Running in 69faf3d25dc7 [2021-02-05T00:52:44.285Z] Removing intermediate container 69faf3d25dc7 [2021-02-05T00:52:44.285Z] ---> 2ea1f3e06754 [2021-02-05T00:52:44.285Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:52:45.723Z] ---> 7c74099b489a [2021-02-05T00:52:45.723Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T00:52:45.997Z] ---> Running in 3ef8d22f425e [2021-02-05T00:52:46.602Z] Removing intermediate container d0522c111c1d [2021-02-05T00:52:46.602Z] ---> 45a09ded1f5e [2021-02-05T00:52:46.603Z] [2021-02-05T00:52:46.603Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:52:46.603Z] ---> afeebe901d6b [2021-02-05T00:52:46.603Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:52:46.603Z] ---> Running in 17ea6ad0e3f8 [2021-02-05T00:52:47.207Z] Removing intermediate container 17ea6ad0e3f8 [2021-02-05T00:52:47.207Z] ---> 49a5ceefe702 [2021-02-05T00:52:47.207Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:52:47.207Z] ---> Running in 530681e79d16 [2021-02-05T00:52:47.803Z] Removing intermediate container 530681e79d16 [2021-02-05T00:52:47.803Z] ---> 0b60b712425e [2021-02-05T00:52:47.803Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:52:48.078Z] ---> Running in fec7c07e2b39 [2021-02-05T00:52:48.353Z] Removing intermediate container 3ef8d22f425e [2021-02-05T00:52:48.353Z] ---> f6fd0c86e783 [2021-02-05T00:52:48.353Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:52:48.627Z] ---> Running in 213cbc3d2672 [2021-02-05T00:52:48.627Z] Removing intermediate container fec7c07e2b39 [2021-02-05T00:52:48.627Z] ---> 4d27ad968c47 [2021-02-05T00:52:48.627Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:52:48.903Z] ---> Running in 68d9db90eb2f [2021-02-05T00:52:49.176Z] Removing intermediate container 213cbc3d2672 [2021-02-05T00:52:49.176Z] ---> 172a3cae30cc [2021-02-05T00:52:49.176Z] Step 28/31 : CMD ["gate"] [2021-02-05T00:52:49.777Z] ---> Running in 3e5ace12125e [2021-02-05T00:52:50.381Z] Removing intermediate container 3e5ace12125e [2021-02-05T00:52:50.381Z] ---> 6d1f30192448 [2021-02-05T00:52:50.381Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T00:52:50.659Z] ---> Running in ef130f1a6978 [2021-02-05T00:52:51.260Z] Removing intermediate container ef130f1a6978 [2021-02-05T00:52:51.260Z] ---> f0560bee66e3 [2021-02-05T00:52:51.260Z] Step 30/31 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:52:51.260Z] Removing intermediate container 68d9db90eb2f [2021-02-05T00:52:51.260Z] ---> cca812d76461 [2021-02-05T00:52:51.260Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:52:51.538Z] ---> Running in 19b8aa5d3c4d [2021-02-05T00:52:51.814Z] ---> Running in 6dde1d4d717e [2021-02-05T00:52:52.418Z] Removing intermediate container 19b8aa5d3c4d [2021-02-05T00:52:52.418Z] ---> 8dd795fd13dd [2021-02-05T00:52:52.418Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T00:52:52.700Z] ---> Running in b3a779a07ab1 [2021-02-05T00:52:52.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:52:53.248Z] Removing intermediate container b3a779a07ab1 [2021-02-05T00:52:53.248Z] ---> 76b17222e271 [2021-02-05T00:52:53.248Z] [2021-02-05T00:52:53.843Z] Successfully built 76b17222e271 [2021-02-05T00:52:53.843Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T00:52:53.843Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:52:54.440Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:52:54.715Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:52:54.715Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:52:54.715Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:52:54.988Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:52:55.262Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:52:55.262Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:52:55.262Z] OK: 8 MiB in 20 packages [2021-02-05T00:52:56.744Z] Removing intermediate container 6dde1d4d717e [2021-02-05T00:52:56.744Z] ---> 7eb55422708a [2021-02-05T00:52:56.744Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:52:57.346Z] ---> fd661865db5e [2021-02-05T00:52:57.346Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:52:58.865Z] ---> c45296e6039c [2021-02-05T00:52:58.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:52:59.891Z] ---> 084a955e64a9 [2021-02-05T00:52:59.891Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:52:59.891Z] ---> Running in 654c9c31837e [2021-02-05T00:53:00.495Z] Removing intermediate container 654c9c31837e [2021-02-05T00:53:00.495Z] ---> bdbf21c30cca [2021-02-05T00:53:00.495Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:53:00.495Z] ---> Running in f1b07cf352b5 [2021-02-05T00:53:01.098Z] Removing intermediate container f1b07cf352b5 [2021-02-05T00:53:01.098Z] ---> 13860192639a [2021-02-05T00:53:01.098Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:53:01.098Z] ---> Running in fadef5806c5d [2021-02-05T00:53:01.698Z] Removing intermediate container fadef5806c5d [2021-02-05T00:53:01.698Z] ---> f4046494b64e [2021-02-05T00:53:01.698Z] Step 22/23 : LABEL git_sha=72c520d5237e2a56801af3395c6b2ce77445860e [2021-02-05T00:53:01.698Z] ---> Running in c5a5eb054ddb [2021-02-05T00:53:02.298Z] Removing intermediate container c5a5eb054ddb [2021-02-05T00:53:02.298Z] ---> 126910db5827 [2021-02-05T00:53:02.298Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:53:02.298Z] ---> Running in f69338913f38 [2021-02-05T00:53:02.897Z] Removing intermediate container f69338913f38 [2021-02-05T00:53:02.897Z] ---> bf66c85e8d05 [2021-02-05T00:53:02.897Z] [2021-02-05T00:53:03.169Z] Successfully built bf66c85e8d05 [2021-02-05T00:53:03.444Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T00:53:03.745Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-05T00:53:03.752Z] $ docker stop --time=1 bab164f2d018b58c31712da7c89a4c3486698370d9fb19932122120dc07e02b4 [2021-02-05T00:53:05.694Z] $ docker rm -f bab164f2d018b58c31712da7c89a4c3486698370d9fb19932122120dc07e02b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:53:06.366Z] + + docker images [2021-02-05T00:53:06.366Z] grep docker [2021-02-05T00:53:06.634Z] docker-core-data-go-arm64 latest bf66c85e8d05 4 seconds ago 21MB [2021-02-05T00:53:06.634Z] docker-security-bootstrapper-go-arm64 latest 76b17222e271 14 seconds ago 22.6MB [2021-02-05T00:53:06.634Z] docker-security-secretstore-setup-go-arm64 latest 78be194e3ed0 28 seconds ago 23.4MB [2021-02-05T00:53:06.634Z] docker-core-command-go-arm64 latest 0da31ec72cb9 29 seconds ago 16MB [2021-02-05T00:53:06.634Z] docker-sys-mgmt-agent-go-arm64 latest ba137124c26d About a minute ago 300MB [2021-02-05T00:53:06.634Z] docker-core-metadata-go-arm64 latest beda4342fcbc 3 minutes ago 17.7MB [2021-02-05T00:53:06.634Z] docker-support-notifications-go-arm64 latest f1e1dadde27b 3 minutes ago 16.7MB [2021-02-05T00:53:06.634Z] docker-support-scheduler-go-arm64 latest d1cdea1c91fb 3 minutes ago 16.1MB [2021-02-05T00:53:06.634Z] docker-security-proxy-setup-go-arm64 latest 4622cc5d5fb3 3 minutes ago 23.2MB [2021-02-05T00:53:06.634Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-05T00:53:08.405Z] provisioning config files... [2021-02-05T00:53:08.422Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config4312578321295731774tmp [Pipeline] { [Pipeline] sh [2021-02-05T00:53:08.813Z] + set +x [2021-02-05T00:53:08.813Z] + curl -s https://codecov.io/bash [2021-02-05T00:53:08.813Z] + bash -s -- [2021-02-05T00:53:09.078Z] [2021-02-05T00:53:09.078Z] _____ _ [2021-02-05T00:53:09.078Z] / ____| | | [2021-02-05T00:53:09.078Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T00:53:09.078Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T00:53:09.078Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T00:53:09.078Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T00:53:09.078Z] Bash-20210129-7c25fce [2021-02-05T00:53:09.078Z] [2021-02-05T00:53:09.078Z] [2021-02-05T00:53:09.078Z] ==> git version 2.24.3 found [2021-02-05T00:53:09.078Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-05T00:53:09.078Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T00:53:09.078Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T00:53:09.078Z] ==> Jenkins CI detected. [2021-02-05T00:53:09.347Z] project root: . [2021-02-05T00:53:09.347Z] --> token set from env [2021-02-05T00:53:09.347Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T00:53:09.347Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T00:53:09.347Z] ==> Python coveragepy not found [2021-02-05T00:53:09.347Z] ==> Searching for coverage reports in: [2021-02-05T00:53:09.347Z] + . [2021-02-05T00:53:09.347Z] -> Found 1 reports [2021-02-05T00:53:09.347Z] ==> Detecting git/mercurial file structure [2021-02-05T00:53:09.347Z] ==> Reading reports [2021-02-05T00:53:09.347Z] + ./coverage.out bytes=583066 [2021-02-05T00:53:09.612Z] ==> Appending adjustments [2021-02-05T00:53:09.612Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T00:53:12.935Z] + Found adjustments [2021-02-05T00:53:12.935Z] ==> Gzipping contents [2021-02-05T00:53:12.935Z] 88K /tmp/codecov.s3RhtG.gz [2021-02-05T00:53:12.936Z] ==> Uploading reports [2021-02-05T00:53:12.936Z] url: https://codecov.io [2021-02-05T00:53:12.936Z] query: branch=PR-3111&commit=72c520d5237e2a56801af3395c6b2ce77445860e&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= [2021-02-05T00:53:12.936Z] -> Pinging Codecov [2021-02-05T00:53:12.936Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3111&commit=72c520d5237e2a56801af3395c6b2ce77445860e&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= [2021-02-05T00:53:13.197Z] -> Uploading to [2021-02-05T00:53:13.197Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/72c520d5237e2a56801af3395c6b2ce77445860e/83a5a214-e99f-4077-b509-c4d8129812e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T005313Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7c45d506fd15c687fb61bf26381eecf36306531a0db8cf8bd6a97ed61068d587 [2021-02-05T00:53:13.197Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T00:53:13.197Z] Dload Upload Total Spent Left Speed [2021-02-05T00:53:13.721Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87840 0 0 100 87840 0 136k --:--:-- --:--:-- --:--:-- 136k [2021-02-05T00:53:13.721Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/72c520d5237e2a56801af3395c6b2ce77445860e [Pipeline] } [2021-02-05T00:53:13.732Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:53:15.687Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:53:16.575Z] ---> package-listing.sh [2021-02-05T00:53:16.575Z] ++ facter osfamily [2021-02-05T00:53:16.575Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T00:53:16.575Z] + OS_FAMILY=redhat [2021-02-05T00:53:16.575Z] + workspace=/w/workspace/edgex-go/8 [2021-02-05T00:53:16.575Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T00:53:16.575Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T00:53:16.575Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T00:53:16.575Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T00:53:16.575Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-05T00:53:16.575Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T00:53:16.575Z] + case "${OS_FAMILY}" in [2021-02-05T00:53:16.575Z] + rpm -qa [2021-02-05T00:53:16.575Z] + sort [2021-02-05T00:53:21.988Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T00:53:21.988Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T00:53:21.988Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T00:53:21.988Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-05T00:53:21.988Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-02-05T00:53:21.988Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-02-05T00:53:22.007Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T00:53:22.321Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:53:22.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:53:22.652Z] [2021-02-05T00:53:22.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:53:23.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:53:23.281Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T00:53:23.281Z] df20fa9351a1: Pulling fs layer [2021-02-05T00:53:23.281Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T00:53:23.281Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T00:53:23.281Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T00:53:23.281Z] 93b61091891f: Pulling fs layer [2021-02-05T00:53:23.281Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T00:53:23.281Z] 5e14af77c1be: Pulling fs layer [2021-02-05T00:53:23.281Z] 01666e4c0597: Pulling fs layer [2021-02-05T00:53:23.281Z] aa168da1d23b: Pulling fs layer [2021-02-05T00:53:23.281Z] 93b61091891f: Waiting [2021-02-05T00:53:23.281Z] 46f8f816bc3b: Waiting [2021-02-05T00:53:23.281Z] 93b9cdb0e59b: Waiting [2021-02-05T00:53:23.281Z] 5e14af77c1be: Waiting [2021-02-05T00:53:23.281Z] 01666e4c0597: Waiting [2021-02-05T00:53:23.281Z] aa168da1d23b: Waiting [2021-02-05T00:53:23.281Z] 36b3adc4ff6f: Verifying Checksum [2021-02-05T00:53:23.281Z] 36b3adc4ff6f: Download complete [2021-02-05T00:53:23.281Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T00:53:23.281Z] 46f8f816bc3b: Download complete [2021-02-05T00:53:23.545Z] df20fa9351a1: Verifying Checksum [2021-02-05T00:53:23.545Z] df20fa9351a1: Download complete [2021-02-05T00:53:23.545Z] 93b61091891f: Verifying Checksum [2021-02-05T00:53:23.545Z] 93b61091891f: Download complete [2021-02-05T00:53:23.545Z] 5e14af77c1be: Verifying Checksum [2021-02-05T00:53:23.545Z] 5e14af77c1be: Download complete [2021-02-05T00:53:23.545Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T00:53:23.545Z] 93b9cdb0e59b: Download complete [2021-02-05T00:53:23.545Z] 01666e4c0597: Verifying Checksum [2021-02-05T00:53:23.545Z] 01666e4c0597: Download complete [2021-02-05T00:53:23.817Z] df20fa9351a1: Pull complete [2021-02-05T00:53:24.083Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T00:53:24.083Z] 8ad3a11d3b57: Download complete [2021-02-05T00:53:24.083Z] 36b3adc4ff6f: Pull complete [2021-02-05T00:53:25.055Z] 8ad3a11d3b57: Pull complete [2021-02-05T00:53:25.055Z] 46f8f816bc3b: Pull complete [2021-02-05T00:53:26.021Z] aa168da1d23b: Verifying Checksum [2021-02-05T00:53:26.021Z] aa168da1d23b: Download complete [2021-02-05T00:53:26.988Z] 93b61091891f: Pull complete [2021-02-05T00:53:26.988Z] 93b9cdb0e59b: Pull complete [2021-02-05T00:53:27.260Z] 5e14af77c1be: Pull complete [2021-02-05T00:53:27.260Z] 01666e4c0597: Pull complete [2021-02-05T00:53:37.380Z] aa168da1d23b: Pull complete [2021-02-05T00:53:37.380Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T00:53:37.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:53:37.380Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T00:53:37.608Z] prd-centos7-docker-4c-2g-25109 does not seem to be running inside a container [2021-02-05T00:53:37.672Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-lftools-log-publisher:alpine cat [2021-02-05T00:53:41.087Z] $ docker top f787fd41e9dcd466ccad8d2a9ab88e942f5d3c3fcefbb38526bad733d0e1457e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:53:41.821Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T00:53:42.143Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T00:53:42.446Z] + ls /var/log/sa-host [2021-02-05T00:53:42.446Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T00:53:42.446Z] file_magic: OK [2021-02-05T00:53:42.446Z] HZ: Using current value: 100 [2021-02-05T00:53:42.446Z] file_header: OK [2021-02-05T00:53:42.446Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T00:53:42.446Z] Statistics: [2021-02-05T00:53:42.446Z] 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... [2021-02-05T00:53:42.446Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T00:53:42.446Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T00:53:42.446Z] file_magic: OK [2021-02-05T00:53:42.446Z] HZ: Using current value: 100 [2021-02-05T00:53:42.446Z] file_header: OK [2021-02-05T00:53:42.446Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T00:53:42.446Z] Statistics: [2021-02-05T00:53:42.446Z] Hnuu...uuuununununu... [2021-02-05T00:53:42.446Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T00:53:42.692Z] provisioning config files... [2021-02-05T00:53:42.710Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config6149262965911448539tmp [Pipeline] { [Pipeline] echo [2021-02-05T00:53:42.786Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:53:43.088Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T00:53:43.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T00:53:43.187Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:53:43.487Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T00:53:43.498Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:53:43.796Z] ---> sudo-logs.sh [2021-02-05T00:53:43.796Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T00:53:43.808Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:53:44.107Z] ---> job-cost.sh [2021-02-05T00:53:44.107Z] lf-activate-venv: SKIPPING [2021-02-05T00:53:44.107Z] INFO: No Stack... [2021-02-05T00:53:45.051Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T00:53:45.312Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T00:53:45.327Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:53:45.627Z] ---> logs-deploy.sh [2021-02-05T00:53:45.627Z] lf-activate-venv: SKIPPING [2021-02-05T00:53:45.627Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3111/8 [2021-02-05T00:53:45.627Z] INFO: archiving workspace using pattern(s): [2021-02-05T00:53:47.017Z] Archives upload complete. [2021-02-05T00:53:47.017Z] INFO: archiving logs to Nexus