jim-wang-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1f38eab69fecf330b5777f72aa361ce32e9b0813+c4887d0c009f35026456fc1c8cef2ef56b2ea654 (54a9b2df6894d0b4fc10f0c93944e1744e1f3680) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21465 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/33 [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/33 # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 Commit message: "feat(security): Add more tests to increase coverage" > git rev-list --no-walk 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T01:24:29.348Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T01:24:29.581Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T01:24:29.741Z] ========================================================= [2021-01-20T01:24:29.741Z] EdgeX Global Pipelines Version Info [2021-01-20T01:24:29.741Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:24:31.766Z] ------------------- [2021-01-20T01:24:31.766Z] stable info: [2021-01-20T01:24:31.766Z] ------------------- [2021-01-20T01:24:31.766Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T01:24:31.766Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T01:24:31.766Z] Message: update stable to v1.0.179 [2021-01-20T01:24:32.340Z] ------------------- [2021-01-20T01:24:32.341Z] experimental info: [2021-01-20T01:24:32.341Z] ------------------- [2021-01-20T01:24:32.341Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T01:24:32.341Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T01:24:32.341Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T01:24:32.605Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-20T01:24:32.704Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-20T01:24:32.834Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T01:24:32.935Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T01:24:33.035Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T01:24:33.124Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T01:24:33.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T01:24:33.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-20T01:24:33.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-20T01:24:33.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-20T01:24:33.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T01:24:33.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T01:24:33.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T01:24:33.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T01:24:34.080Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T01:24:34.199Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T01:24:34.285Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T01:24:34.388Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T01:24:34.478Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T01:24:34.608Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-20T01:24:34.721Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T01:24:34.815Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T01:24:34.942Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T01:24:35.062Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-20T01:24:35.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-20T01:24:35.244Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-20T01:24:35.341Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] echo [2021-01-20T01:24:35.495Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f38eab [Pipeline] echo [2021-01-20T01:24:35.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T01:24:35.797Z] provisioning config files... [2021-01-20T01:24:35.829Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/33@tmp/config7298200964150788970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:24:36.179Z] ---> docker-login.sh [2021-01-20T01:24:36.179Z] nexus3.edgexfoundry.org:10001 [2021-01-20T01:24:36.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:24:36.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:24:36.705Z] Configure a credential helper to remove this warning. See [2021-01-20T01:24:36.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:24:36.705Z] [2021-01-20T01:24:36.705Z] Login Succeeded [2021-01-20T01:24:36.705Z] nexus3.edgexfoundry.org:10002 [2021-01-20T01:24:36.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:24:36.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:24:36.705Z] Configure a credential helper to remove this warning. See [2021-01-20T01:24:36.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:24:36.705Z] [2021-01-20T01:24:36.705Z] Login Succeeded [2021-01-20T01:24:36.705Z] nexus3.edgexfoundry.org:10003 [2021-01-20T01:24:36.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:24:36.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:24:36.968Z] Configure a credential helper to remove this warning. See [2021-01-20T01:24:36.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:24:36.968Z] [2021-01-20T01:24:36.968Z] Login Succeeded [2021-01-20T01:24:36.968Z] nexus3.edgexfoundry.org:10004 [2021-01-20T01:24:37.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:24:37.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:24:37.230Z] Configure a credential helper to remove this warning. See [2021-01-20T01:24:37.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:24:37.230Z] [2021-01-20T01:24:37.230Z] Login Succeeded [2021-01-20T01:24:37.230Z] docker.io [2021-01-20T01:24:37.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:24:37.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:24:37.492Z] Configure a credential helper to remove this warning. See [2021-01-20T01:24:37.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:24:37.492Z] [2021-01-20T01:24:37.492Z] Login Succeeded [2021-01-20T01:24:37.492Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T01:24:37.501Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T01:24:37.980Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/core-command/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/core-data/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-20T01:24:37.980Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T01:24:37.980Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-20T01:24:37.980Z] ++ cut -d/ -f2 [2021-01-20T01:24:37.980Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-20T01:24:38.054Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:24:39.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T01:24:39.687Z] [2021-01-20T01:24:39.687Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:24:40.051Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T01:24:40.051Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T01:24:40.051Z] 31603596830f: Pulling fs layer [2021-01-20T01:24:40.051Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T01:24:40.051Z] 6ca5941a6612: Pulling fs layer [2021-01-20T01:24:40.051Z] ecc8261a40a4: Pulling fs layer [2021-01-20T01:24:40.051Z] ecc8261a40a4: Waiting [2021-01-20T01:24:40.051Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T01:24:40.051Z] 2a8b12db71e7: Download complete [2021-01-20T01:24:40.051Z] 31603596830f: Verifying Checksum [2021-01-20T01:24:40.051Z] 31603596830f: Download complete [2021-01-20T01:24:40.313Z] ecc8261a40a4: Verifying Checksum [2021-01-20T01:24:40.313Z] ecc8261a40a4: Download complete [2021-01-20T01:24:40.313Z] 6ca5941a6612: Verifying Checksum [2021-01-20T01:24:40.313Z] 6ca5941a6612: Download complete [2021-01-20T01:24:40.578Z] 31603596830f: Pull complete [2021-01-20T01:24:40.578Z] 2a8b12db71e7: Pull complete [2021-01-20T01:24:41.521Z] 6ca5941a6612: Pull complete [2021-01-20T01:24:41.521Z] ecc8261a40a4: Pull complete [2021-01-20T01:24:41.521Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T01:24:41.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T01:24:41.521Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T01:24:41.616Z] prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container [2021-01-20T01:24:41.662Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T01:24:43.896Z] $ docker top 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T01:24:44.201Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T01:24:44.201Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T01:24:44.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T01:24:44.414Z] $ docker exec 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 ssh-agent [2021-01-20T01:24:44.596Z] SSH_AUTH_SOCK=/tmp/ssh-fyMV1LveDq5P/agent.12 [2021-01-20T01:24:44.596Z] SSH_AGENT_PID=17 [2021-01-20T01:24:44.606Z] Running ssh-add (command line suppressed) [2021-01-20T01:24:44.722Z] Identity added: /w/workspace/edgex-go/33@tmp/private_key_1533911563480339418.key (/w/workspace/edgex-go/33@tmp/private_key_1533911563480339418.key) [2021-01-20T01:24:44.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T01:24:45.104Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T01:24:45.123Z] $ docker exec --env ******** --env ******** 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 ssh-agent -k [2021-01-20T01:24:45.234Z] unset SSH_AUTH_SOCK; [2021-01-20T01:24:45.235Z] unset SSH_AGENT_PID; [2021-01-20T01:24:45.235Z] echo Agent pid 17 killed; [2021-01-20T01:24:45.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T01:24:45.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T01:24:45.435Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T01:24:45.609Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T01:24:45.612Z] $ docker exec 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 ssh-agent [2021-01-20T01:24:45.785Z] SSH_AUTH_SOCK=/tmp/ssh-8kMWVfeL6n3q/agent.47 [2021-01-20T01:24:45.785Z] SSH_AGENT_PID=52 [2021-01-20T01:24:45.792Z] Running ssh-add (command line suppressed) [2021-01-20T01:24:45.908Z] Identity added: /w/workspace/edgex-go/33@tmp/private_key_7572956640733080617.key (/w/workspace/edgex-go/33@tmp/private_key_7572956640733080617.key) [2021-01-20T01:24:45.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T01:24:46.311Z] + git semver init [2021-01-20T01:24:46.311Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T01:24:46.311Z] # $GIT_DIR = /w/workspace/edgex-go/33/.git [2021-01-20T01:24:46.311Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/33 [2021-01-20T01:24:46.311Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T01:24:46.311Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T01:24:46.311Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T01:24:46.311Z] # $SEMVER_BRANCH = PR-2970 [2021-01-20T01:24:46.311Z] # $SEMVER_TEMP = /tmp/semver-487830107 [2021-01-20T01:24:46.311Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-20T01:25:08.315Z] # '/tmp/semver-487830107' -> '/w/workspace/edgex-go/33/.semver' [2021-01-20T01:25:08.315Z] # -> Force: false [2021-01-20T01:25:08.315Z] # $SEMVER_DIR = /w/workspace/edgex-go/33/.semver [Pipeline] } [2021-01-20T01:25:08.334Z] $ docker exec --env ******** --env ******** 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 ssh-agent -k [2021-01-20T01:25:08.618Z] unset SSH_AUTH_SOCK; [2021-01-20T01:25:08.619Z] unset SSH_AGENT_PID; [2021-01-20T01:25:08.619Z] echo Agent pid 52 killed; [2021-01-20T01:25:08.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T01:25:09.266Z] + git semver [Pipeline] } [2021-01-20T01:25:09.290Z] $ docker stop --time=1 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 [2021-01-20T01:25:10.996Z] $ docker rm -f 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T01:25:11.496Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T01:25:12.141Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T01:25:12.145Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T01:25:13.016Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T01:25:13.311Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T01:25:13.609Z] + sudo service docker restart [2021-01-20T01:25:13.609Z] + true [2021-01-20T01:25:13.610Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-20T01:25:14.197Z] ========================================================= [2021-01-20T01:25:14.197Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T01:25:14.197Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:25:14.542Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-20T01:25:17.868Z] Sending build context to Docker daemon 326.8MB [2021-01-20T01:25:17.868Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T01:25:17.868Z] Step 2/6 : FROM ${BASE} [2021-01-20T01:25:18.130Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T01:25:18.130Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T01:25:18.130Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T01:25:18.130Z] de9db76c5a1d: Pulling fs layer [2021-01-20T01:25:18.130Z] bca2f99d35d6: Pulling fs layer [2021-01-20T01:25:18.130Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T01:25:18.130Z] 7c6f9722023f: Pulling fs layer [2021-01-20T01:25:18.130Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T01:25:18.130Z] bca2f99d35d6: Waiting [2021-01-20T01:25:18.130Z] a35cf1a2eb13: Waiting [2021-01-20T01:25:18.130Z] 7c6f9722023f: Waiting [2021-01-20T01:25:18.130Z] 93359f2a8cfa: Waiting [2021-01-20T01:25:18.130Z] de9db76c5a1d: Verifying Checksum [2021-01-20T01:25:18.130Z] de9db76c5a1d: Download complete [2021-01-20T01:25:18.130Z] 0ef7d3d256c8: Download complete [2021-01-20T01:25:18.130Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T01:25:18.130Z] 93359f2a8cfa: Download complete [2021-01-20T01:25:18.130Z] 7c6f9722023f: Verifying Checksum [2021-01-20T01:25:18.130Z] 7c6f9722023f: Download complete [2021-01-20T01:25:18.130Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T01:25:18.130Z] 188c0c94c7c5: Download complete [2021-01-20T01:25:18.393Z] 188c0c94c7c5: Pull complete [2021-01-20T01:25:18.656Z] 0ef7d3d256c8: Pull complete [2021-01-20T01:25:18.917Z] de9db76c5a1d: Pull complete [2021-01-20T01:25:22.241Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T01:25:22.241Z] a35cf1a2eb13: Download complete [2021-01-20T01:25:23.194Z] bca2f99d35d6: Verifying Checksum [2021-01-20T01:25:23.194Z] bca2f99d35d6: Download complete [2021-01-20T01:25:27.522Z] Still waiting to schedule task [2021-01-20T01:25:27.522Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-20T01:25:28.522Z] bca2f99d35d6: Pull complete [2021-01-20T01:25:28.522Z] 93359f2a8cfa: Pull complete [2021-01-20T01:25:28.522Z] 7c6f9722023f: Pull complete [2021-01-20T01:25:32.754Z] a35cf1a2eb13: Pull complete [2021-01-20T01:25:32.754Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T01:25:32.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T01:25:32.754Z] ---> a62c8e92a672 [2021-01-20T01:25:32.754Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-20T01:25:33.017Z] ---> Running in cffa63cc413a [2021-01-20T01:25:33.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:25:34.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:25:34.814Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T01:25:35.388Z] (2/12) Installing file (5.38-r0) [2021-01-20T01:25:35.388Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T01:25:35.388Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T01:25:45.419Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T01:25:45.419Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T01:25:45.419Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T01:25:45.419Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T01:25:45.419Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T01:25:45.419Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T01:25:45.419Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T01:25:45.419Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T01:25:45.693Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:25:45.693Z] OK: 233 MiB in 51 packages [2021-01-20T01:25:49.009Z] Removing intermediate container cffa63cc413a [2021-01-20T01:25:49.009Z] ---> 4b71e32ccc77 [2021-01-20T01:25:49.009Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T01:25:49.009Z] ---> Running in 842a42a6cc4a [2021-01-20T01:25:49.009Z] Removing intermediate container 842a42a6cc4a [2021-01-20T01:25:49.009Z] ---> 80d85f3ba189 [2021-01-20T01:25:49.009Z] Step 5/6 : COPY go.mod . [2021-01-20T01:25:49.272Z] ---> 295fc8175466 [2021-01-20T01:25:49.272Z] Step 6/6 : RUN go mod download [2021-01-20T01:25:49.272Z] ---> Running in fdbd743a576a [2021-01-20T01:26:11.277Z] Removing intermediate container fdbd743a576a [2021-01-20T01:26:11.277Z] ---> 9bb580c77243 [2021-01-20T01:26:11.277Z] Successfully built 9bb580c77243 [2021-01-20T01:26:11.277Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:26:11.591Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T01:26:11.591Z] . [Pipeline] withDockerContainer [2021-01-20T01:26:11.690Z] prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container [2021-01-20T01:26:11.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T01:26:12.555Z] $ docker top 33ad61f8264700ec80c4f8eaf4ba83d9104dc5e768f3662b47725c4d48275738 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T01:26:13.037Z] + go version [2021-01-20T01:26:13.037Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T01:26:13.052Z] $ docker stop --time=1 33ad61f8264700ec80c4f8eaf4ba83d9104dc5e768f3662b47725c4d48275738 [2021-01-20T01:26:14.367Z] $ docker rm -f 33ad61f8264700ec80c4f8eaf4ba83d9104dc5e768f3662b47725c4d48275738 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:26:15.220Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T01:26:15.220Z] . [Pipeline] withDockerContainer [2021-01-20T01:26:15.317Z] prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container [2021-01-20T01:26:15.362Z] $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T01:26:15.947Z] $ docker top a94431eacd9936ff7eb67f28c4080fc93fe71a124163a09f5d0671cf69d9bd85 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T01:26:16.131Z] ========================================================= [2021-01-20T01:26:16.131Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T01:26:16.131Z] ========================================================= [Pipeline] sh [2021-01-20T01:26:16.427Z] + make test [2021-01-20T01:26:16.427Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T01:26:26.498Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T01:26:38.879Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T01:26:45.552Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T01:26:45.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T01:26:45.822Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T01:26:45.822Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T01:26:49.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-20T01:26:49.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T01:26:49.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T01:26:49.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T01:26:49.195Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T01:26:49.195Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T01:26:51.127Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T01:26:51.127Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T01:26:51.127Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T01:26:53.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2021-01-20T01:26:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T01:26:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T01:26:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T01:26:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T01:26:53.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T01:26:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.157s coverage: 27.0% of statements [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T01:26:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T01:26:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T01:26:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 67.9% of statements [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T01:26:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.097s coverage: 82.3% of statements [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T01:26:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T01:26:59.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T01:26:59.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T01:26:59.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T01:26:59.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T01:26:59.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.083s coverage: 97.5% of statements [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T01:26:59.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T01:26:59.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T01:27:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T01:27:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T01:27:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T01:27:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-20T01:27:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 43.8% of statements [2021-01-20T01:27:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.044s coverage: 79.5% of statements [2021-01-20T01:27:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-01-20T01:27:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements [2021-01-20T01:27:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements [2021-01-20T01:27:14.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 63.5% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.270s coverage: 68.9% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.252s coverage: 84.0% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.662s coverage: 29.1% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T01:27:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-01-20T01:27:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2021-01-20T01:27:15.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-01-20T01:27:15.638Z] GO111MODULE=on go vet ./... [2021-01-20T01:27:42.339Z] gofmt -l . [2021-01-20T01:27:42.339Z] [ "`gofmt -l .`" = "" ] [2021-01-20T01:27:42.339Z] ./bin/test-go-mod-tidy.sh [2021-01-20T01:27:42.339Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T01:27:42.650Z] + ls -al . [2021-01-20T01:27:42.650Z] total 668 [2021-01-20T01:27:42.650Z] drwxrwxr-x 10 1001 1001 4096 Jan 20 01:27 . [2021-01-20T01:27:42.650Z] drwxr-xr-x 4 root root 30 Jan 20 01:26 .. [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 01:24 .dockerignore [2021-01-20T01:27:42.650Z] drwxrwxr-x 8 1001 1001 179 Jan 20 01:24 .git [2021-01-20T01:27:42.650Z] drwxrwxr-x 3 1001 1001 125 Jan 20 01:24 .github [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 872 Jan 20 01:24 .gitignore [2021-01-20T01:27:42.650Z] drwx------ 3 1001 1001 47 Jan 20 01:25 .semver [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 01:24 .sonarcloud.properties [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 7844 Jan 20 01:24 Attribution.txt [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 01:24 CONTRIBUTING.md [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 01:24 Dockerfile.build [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 01:24 Jenkinsfile [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 01:24 LICENSE [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 6001 Jan 20 01:24 Makefile [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 01:24 README.md [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 01:24 SECURITY.md [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 01:25 VERSION [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 01:24 ZMQWindows.md [2021-01-20T01:27:42.650Z] drwxrwxr-x 2 1001 1001 117 Jan 20 01:24 bin [2021-01-20T01:27:42.650Z] drwxrwxr-x 15 1001 1001 4096 Jan 20 01:24 cmd [2021-01-20T01:27:42.650Z] -rw-r--r-- 1 root root 561674 Jan 20 01:27 coverage.out [2021-01-20T01:27:42.650Z] -rw-r--r-- 1 root root 1007 Jan 20 01:27 go.mod [2021-01-20T01:27:42.650Z] -rw-r--r-- 1 root root 19589 Jan 20 01:27 go.sum [2021-01-20T01:27:42.650Z] drwxrwxr-x 8 1001 1001 127 Jan 20 01:24 internal [2021-01-20T01:27:42.650Z] drwxrwxr-x 4 1001 1001 26 Jan 20 01:24 openapi [2021-01-20T01:27:42.650Z] drwxrwxr-x 4 1001 1001 71 Jan 20 01:24 snap [2021-01-20T01:27:42.650Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 01:24 version.go [Pipeline] sh [2021-01-20T01:27:42.961Z] + '[' -e coverage.out ] [2021-01-20T01:27:42.961Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T01:27:43.199Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T01:27:43.493Z] + make build [2021-01-20T01:27:43.493Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T01:27:46.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T01:27:53.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T01:27:54.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T01:27:55.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T01:27:56.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T01:27:57.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T01:27:58.556Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21468 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-20T01:27:58.613Z] Running in /w/workspace/edgex-go/33 [Pipeline] { [Pipeline] checkout [2021-01-20T01:27:59.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T01:27:59.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T01:28:01.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T01:28:02.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T01:28:03.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T01:28:03.947Z] using credential edgex-jenkins-ssh [2021-01-20T01:28:04.013Z] Cloning the remote Git repository [2021-01-20T01:28:04.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-20T01:28:04.080Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T01:28:04.191Z] > git init /w/workspace/edgex-go/33 # timeout=10 [2021-01-20T01:28:04.260Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T01:28:04.260Z] > git --version # timeout=10 [2021-01-20T01:28:04.284Z] > git --version # 'git version 2.17.1' [2021-01-20T01:28:04.286Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T01:28:04.361Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-01-20T01:28:06.073Z] $ docker stop --time=1 a94431eacd9936ff7eb67f28c4080fc93fe71a124163a09f5d0671cf69d9bd85 [2021-01-20T01:28:07.816Z] $ docker rm -f a94431eacd9936ff7eb67f28c4080fc93fe71a124163a09f5d0671cf69d9bd85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:28:11.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T01:28:11.237Z] [2021-01-20T01:28:11.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:28:11.592Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T01:28:11.592Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-20T01:28:11.592Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-20T01:28:11.592Z] ca9280d653b3: Pulling fs layer [2021-01-20T01:28:11.592Z] 7e9c9ca2126c: Pulling fs layer [2021-01-20T01:28:11.592Z] cbdbe7a5bc2a: Download complete [2021-01-20T01:28:12.166Z] cbdbe7a5bc2a: Pull complete [2021-01-20T01:28:12.429Z] ca9280d653b3: Verifying Checksum [2021-01-20T01:28:12.429Z] ca9280d653b3: Download complete [2021-01-20T01:28:13.839Z] 7e9c9ca2126c: Verifying Checksum [2021-01-20T01:28:13.839Z] 7e9c9ca2126c: Download complete [2021-01-20T01:28:13.839Z] ca9280d653b3: Pull complete [2021-01-20T01:28:22.027Z] 7e9c9ca2126c: Pull complete [2021-01-20T01:28:22.027Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-20T01:28:22.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T01:28:22.027Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-20T01:28:22.185Z] prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container [2021-01-20T01:28:22.233Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-20T01:28:23.246Z] $ docker top 1ffdcf0151ff8680038ca523db056dbaeddce61ba90d9a9ac2dfe00226942c57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T01:28:23.828Z] + docker-compose build --help [2021-01-20T01:28:23.828Z] + grep parallel [2021-01-20T01:28:24.773Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T01:28:25.057Z] $ docker stop --time=1 1ffdcf0151ff8680038ca523db056dbaeddce61ba90d9a9ac2dfe00226942c57 [2021-01-20T01:28:26.430Z] $ docker rm -f 1ffdcf0151ff8680038ca523db056dbaeddce61ba90d9a9ac2dfe00226942c57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:28:27.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T01:28:27.087Z] . [Pipeline] withDockerContainer [2021-01-20T01:28:27.217Z] prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container [2021-01-20T01:28:27.278Z] $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-20T01:28:27.920Z] $ docker top 8f19986325096d7f6e147ad8c9c535ed9bc15ce3c674bdfad1825a19e5da2150 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T01:28:28.467Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T01:28:28.994Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:28:29.406Z] Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:28:29.406Z] Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) [2021-01-20T01:28:29.426Z] Building docker-core-command-go ... [2021-01-20T01:28:29.426Z] Building docker-core-data-go ... [2021-01-20T01:28:29.426Z] Building docker-core-metadata-go ... [2021-01-20T01:28:29.426Z] Building docker-security-bootstrapper-go ... [2021-01-20T01:28:29.426Z] Building docker-security-proxy-setup-go ... [2021-01-20T01:28:29.426Z] Building docker-security-secretstore-setup-go ... [2021-01-20T01:28:29.426Z] Building docker-support-notifications-go ... [2021-01-20T01:28:29.426Z] Building docker-support-scheduler-go ... [2021-01-20T01:28:29.426Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T01:28:29.426Z] Building docker-sys-mgmt-agent-go [2021-01-20T01:28:29.426Z] Building docker-core-data-go [2021-01-20T01:28:29.426Z] Building docker-support-scheduler-go [2021-01-20T01:28:29.426Z] Building docker-support-notifications-go [2021-01-20T01:28:29.426Z] Building docker-security-bootstrapper-go [2021-01-20T01:28:27.992Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T01:28:28.020Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T01:28:28.049Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T01:28:28.127Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T01:28:28.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T01:28:28.141Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T01:28:29.016Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T01:28:29.037Z] > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [2021-01-20T01:28:29.331Z] > git remote # timeout=10 [2021-01-20T01:28:29.351Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T01:28:29.364Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T01:28:29.374Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-20T01:28:29.395Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T01:28:29.416Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T01:28:29.433Z] > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [2021-01-20T01:28:33.834Z] Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T01:28:35.580Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T01:28:36.027Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T01:28:36.367Z] + + truesudo [2021-01-20T01:28:36.368Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T01:28:38.433Z] provisioning config files... [2021-01-20T01:28:38.480Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/33@tmp/config8932848048279315315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:28:38.890Z] ---> docker-login.sh [2021-01-20T01:28:38.890Z] nexus3.edgexfoundry.org:10001 [2021-01-20T01:28:39.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:28:40.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:28:40.088Z] Configure a credential helper to remove this warning. See [2021-01-20T01:28:40.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:28:40.088Z] [2021-01-20T01:28:40.088Z] Login Succeeded [2021-01-20T01:28:40.088Z] nexus3.edgexfoundry.org:10002 [2021-01-20T01:28:40.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:28:40.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:28:40.636Z] Configure a credential helper to remove this warning. See [2021-01-20T01:28:40.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:28:40.636Z] [2021-01-20T01:28:40.636Z] Login Succeeded [2021-01-20T01:28:40.636Z] nexus3.edgexfoundry.org:10003 [2021-01-20T01:28:40.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:28:41.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:28:41.192Z] Configure a credential helper to remove this warning. See [2021-01-20T01:28:41.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:28:41.192Z] [2021-01-20T01:28:41.192Z] Login Succeeded [2021-01-20T01:28:41.192Z] nexus3.edgexfoundry.org:10004 [2021-01-20T01:28:41.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:28:41.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:28:41.739Z] Configure a credential helper to remove this warning. See [2021-01-20T01:28:41.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:28:41.739Z] [2021-01-20T01:28:41.739Z] Login Succeeded [2021-01-20T01:28:41.739Z] docker.io [2021-01-20T01:28:42.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T01:28:42.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T01:28:42.616Z] Configure a credential helper to remove this warning. See [2021-01-20T01:28:42.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T01:28:42.616Z] [2021-01-20T01:28:42.616Z] Login Succeeded [2021-01-20T01:28:42.616Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T01:28:42.635Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T01:28:43.113Z] ========================================================= [2021-01-20T01:28:43.113Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T01:28:43.113Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:28:43.493Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-20T01:28:46.161Z] Sending build context to Docker daemon 165.7MB [2021-01-20T01:28:46.161Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T01:28:46.161Z] Step 2/6 : FROM ${BASE} [2021-01-20T01:28:46.161Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T01:28:46.161Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T01:28:46.161Z] a4357932f1b6: Pulling fs layer [2021-01-20T01:28:46.161Z] 18c013af1878: Pulling fs layer [2021-01-20T01:28:46.161Z] 00ac8860ef70: Pulling fs layer [2021-01-20T01:28:46.161Z] 63d7cb157983: Pulling fs layer [2021-01-20T01:28:46.161Z] b116817d02f9: Pulling fs layer [2021-01-20T01:28:46.161Z] 745a02a5169b: Pulling fs layer [2021-01-20T01:28:46.161Z] b116817d02f9: Waiting [2021-01-20T01:28:46.161Z] 00ac8860ef70: Waiting [2021-01-20T01:28:46.161Z] 63d7cb157983: Waiting [2021-01-20T01:28:46.161Z] 745a02a5169b: Waiting [2021-01-20T01:28:46.161Z] 18c013af1878: Verifying Checksum [2021-01-20T01:28:46.161Z] 18c013af1878: Download complete [2021-01-20T01:28:46.161Z] a4357932f1b6: Verifying Checksum [2021-01-20T01:28:46.161Z] a4357932f1b6: Download complete [2021-01-20T01:28:46.161Z] 63d7cb157983: Verifying Checksum [2021-01-20T01:28:46.161Z] 63d7cb157983: Download complete [2021-01-20T01:28:46.161Z] b116817d02f9: Download complete [2021-01-20T01:28:46.161Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T01:28:46.161Z] 5f621e34cdf4: Download complete [2021-01-20T01:28:46.773Z] 5f621e34cdf4: Pull complete [2021-01-20T01:28:47.060Z] a4357932f1b6: Pull complete [2021-01-20T01:28:47.666Z] 18c013af1878: Pull complete [2021-01-20T01:28:48.272Z] 745a02a5169b: Verifying Checksum [2021-01-20T01:28:48.272Z] 745a02a5169b: Download complete [2021-01-20T01:28:49.720Z] 00ac8860ef70: Verifying Checksum [2021-01-20T01:28:49.720Z] 00ac8860ef70: Download complete [2021-01-20T01:28:59.888Z] 00ac8860ef70: Pull complete [2021-01-20T01:28:59.888Z] 63d7cb157983: Pull complete [2021-01-20T01:28:59.888Z] b116817d02f9: Pull complete [2021-01-20T01:29:02.141Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:29:02.141Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:29:02.141Z] ---> 9bb580c77243 [2021-01-20T01:29:02.141Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T01:29:02.141Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:29:02.141Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:29:02.141Z] ---> 9bb580c77243 [2021-01-20T01:29:02.141Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T01:29:02.141Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:29:02.141Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:29:02.141Z] ---> 9bb580c77243 [2021-01-20T01:29:02.141Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T01:29:02.141Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:29:02.141Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:29:02.141Z] ---> 9bb580c77243 [2021-01-20T01:29:02.141Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T01:29:02.141Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:29:02.141Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:29:02.141Z] ---> 9bb580c77243 [2021-01-20T01:29:02.141Z] Step 3/33 : WORKDIR /edgex-go [2021-01-20T01:29:02.141Z] ---> Running in efa8646d1e90 [2021-01-20T01:29:02.141Z] ---> Running in 21e4dfda62b6 [2021-01-20T01:29:02.141Z] ---> Running in 43330519f2cb [2021-01-20T01:29:02.141Z] ---> Running in 9d5517894fdf [2021-01-20T01:29:02.141Z] ---> Running in 6ac8f7d39095 [2021-01-20T01:29:02.141Z] Removing intermediate container efa8646d1e90 [2021-01-20T01:29:02.141Z] ---> 5c1bf52cf9ed [2021-01-20T01:29:02.141Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:29:02.406Z] Removing intermediate container 9d5517894fdf [2021-01-20T01:29:02.406Z] ---> 866af8f51203 [2021-01-20T01:29:02.406Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:29:02.406Z] Removing intermediate container 43330519f2cb [2021-01-20T01:29:02.406Z] ---> f1def309d3e6 [2021-01-20T01:29:02.406Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:29:02.406Z] Removing intermediate container 6ac8f7d39095 [2021-01-20T01:29:02.406Z] ---> 39a9a1917f01 [2021-01-20T01:29:02.406Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:29:02.406Z] Removing intermediate container 21e4dfda62b6 [2021-01-20T01:29:02.406Z] ---> ec9df7fc51a5 [2021-01-20T01:29:02.406Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:29:02.406Z] ---> Running in 7fca312e8db6 [2021-01-20T01:29:02.406Z] ---> Running in 7ef8d1f788dc [2021-01-20T01:29:02.671Z] ---> Running in 5b4959313618 [2021-01-20T01:29:02.671Z] ---> Running in 742e5cb8605f [2021-01-20T01:29:02.671Z] ---> Running in f5ffd5ea4252 [2021-01-20T01:29:04.235Z] 745a02a5169b: Pull complete [2021-01-20T01:29:04.235Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T01:29:04.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T01:29:04.235Z] ---> b7e6874047d6 [2021-01-20T01:29:04.235Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-20T01:29:04.611Z] Removing intermediate container 7fca312e8db6 [2021-01-20T01:29:04.611Z] ---> a5d38bc1a255 [2021-01-20T01:29:04.611Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T01:29:04.611Z] Removing intermediate container 7ef8d1f788dc [2021-01-20T01:29:04.611Z] ---> 083329106d16 [2021-01-20T01:29:04.611Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T01:29:04.612Z] ---> Running in a5aededd4903 [2021-01-20T01:29:04.612Z] ---> Running in f3284d3ed948 [2021-01-20T01:29:04.612Z] Removing intermediate container 5b4959313618 [2021-01-20T01:29:04.612Z] ---> a067312faeb1 [2021-01-20T01:29:04.612Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T01:29:04.875Z] ---> Running in 75ed9e8ace0e [2021-01-20T01:29:05.139Z] Removing intermediate container 742e5cb8605f [2021-01-20T01:29:05.139Z] ---> 8c0b8a14dee9 [2021-01-20T01:29:05.139Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T01:29:05.139Z] Removing intermediate container f5ffd5ea4252 [2021-01-20T01:29:05.139Z] ---> cd33bf0b98bf [2021-01-20T01:29:05.139Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-20T01:29:05.408Z] ---> Running in 7b3a4a7d14f7 [2021-01-20T01:29:05.684Z] ---> Running in 7e9cdc0a5a80 [2021-01-20T01:29:05.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:05.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:05.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:06.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:06.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:06.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:06.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:06.878Z] ---> Running in 74638a3134ce [2021-01-20T01:29:07.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:07.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:07.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:29:07.667Z] OK: 233 MiB in 51 packages [2021-01-20T01:29:07.667Z] OK: 233 MiB in 51 packages [2021-01-20T01:29:07.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:29:07.931Z] OK: 233 MiB in 51 packages [2021-01-20T01:29:08.509Z] OK: 233 MiB in 51 packages [2021-01-20T01:29:08.509Z] OK: 233 MiB in 51 packages [2021-01-20T01:29:08.509Z] Removing intermediate container f3284d3ed948 [2021-01-20T01:29:08.509Z] ---> b2f72e8c099f [2021-01-20T01:29:08.509Z] Step 6/22 : COPY go.mod . [2021-01-20T01:29:08.509Z] Removing intermediate container 7b3a4a7d14f7 [2021-01-20T01:29:08.509Z] ---> 9757fcf8de0a [2021-01-20T01:29:08.509Z] Step 6/23 : COPY go.mod . [2021-01-20T01:29:08.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:29:09.472Z] Removing intermediate container a5aededd4903 [2021-01-20T01:29:09.472Z] ---> b1af86d878d2 [2021-01-20T01:29:09.472Z] Step 6/26 : COPY go.mod . [2021-01-20T01:29:09.472Z] ---> 8dbb7ff5d22b [2021-01-20T01:29:09.472Z] Step 7/22 : RUN go mod download [2021-01-20T01:29:09.742Z] ---> b7bbd54fa903 [2021-01-20T01:29:09.742Z] Step 7/23 : RUN go mod download [2021-01-20T01:29:09.742Z] ---> Running in 71beab97f2f7 [2021-01-20T01:29:09.742Z] ---> Running in cc2e337be9d3 [2021-01-20T01:29:09.822Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T01:29:10.013Z] ---> 7332df576ce2 [2021-01-20T01:29:10.014Z] Step 7/26 : RUN go mod download [2021-01-20T01:29:10.014Z] Removing intermediate container 75ed9e8ace0e [2021-01-20T01:29:10.014Z] ---> 50ca51662c79 [2021-01-20T01:29:10.014Z] Step 6/22 : COPY go.mod . [2021-01-20T01:29:10.093Z] (2/12) Installing file (5.38-r0) [2021-01-20T01:29:10.286Z] ---> Running in 978f0733c3ea [2021-01-20T01:29:10.286Z] Removing intermediate container 7e9cdc0a5a80 [2021-01-20T01:29:10.286Z] ---> 50b00ff74c72 [2021-01-20T01:29:10.286Z] Step 6/33 : COPY go.mod . [2021-01-20T01:29:10.363Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T01:29:10.363Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T01:29:10.563Z] ---> 25bbb89c7cfb [2021-01-20T01:29:10.563Z] Step 7/22 : RUN go mod download [2021-01-20T01:29:10.858Z] ---> Running in f84bf62a2e0f [2021-01-20T01:29:10.858Z] ---> ebeb4c2f1c00 [2021-01-20T01:29:10.858Z] Step 7/33 : RUN go mod download [2021-01-20T01:29:10.858Z] ---> Running in e05ccfa3bfc3 [2021-01-20T01:29:12.811Z] Removing intermediate container 978f0733c3ea [2021-01-20T01:29:12.811Z] ---> 1eef886cf437 [2021-01-20T01:29:12.811Z] Step 8/26 : COPY . . [2021-01-20T01:29:12.811Z] Removing intermediate container cc2e337be9d3 [2021-01-20T01:29:12.811Z] ---> 522350f1e499 [2021-01-20T01:29:12.811Z] Step 8/23 : COPY . . [2021-01-20T01:29:12.811Z] Removing intermediate container 71beab97f2f7 [2021-01-20T01:29:12.811Z] ---> 5b12a6528182 [2021-01-20T01:29:12.811Z] Step 8/22 : COPY . . [2021-01-20T01:29:12.811Z] Removing intermediate container f84bf62a2e0f [2021-01-20T01:29:12.811Z] ---> d24673c8f7c0 [2021-01-20T01:29:12.811Z] Step 8/22 : COPY . . [2021-01-20T01:29:13.076Z] Removing intermediate container e05ccfa3bfc3 [2021-01-20T01:29:13.076Z] ---> 7c1b802eb1a5 [2021-01-20T01:29:13.076Z] Step 8/33 : COPY . . [2021-01-20T01:29:20.573Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T01:29:20.574Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T01:29:20.844Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T01:29:20.844Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T01:29:21.114Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T01:29:21.114Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T01:29:21.114Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T01:29:21.389Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T01:29:21.389Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:29:21.389Z] OK: 217 MiB in 51 packages [2021-01-20T01:29:25.700Z] Removing intermediate container 74638a3134ce [2021-01-20T01:29:25.700Z] ---> 0122c6142817 [2021-01-20T01:29:25.700Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T01:29:25.700Z] ---> Running in f36d29e40689 [2021-01-20T01:29:26.298Z] Removing intermediate container f36d29e40689 [2021-01-20T01:29:26.298Z] ---> 1f53aebce5e9 [2021-01-20T01:29:26.298Z] Step 5/6 : COPY go.mod . [2021-01-20T01:29:26.901Z] ---> 14f79ea15197 [2021-01-20T01:29:26.901Z] Step 6/6 : RUN go mod download [2021-01-20T01:29:26.901Z] ---> Running in 1c0e787ac21a [2021-01-20T01:29:45.401Z] ---> e448834dcd9b [2021-01-20T01:29:45.401Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T01:29:45.696Z] ---> Running in d9e43ed67c7f [2021-01-20T01:29:45.696Z] ---> 4a39c96d3663 [2021-01-20T01:29:45.696Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T01:29:45.696Z] ---> bcaaee5a282f [2021-01-20T01:29:45.696Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T01:29:45.696Z] ---> 792f84921378 [2021-01-20T01:29:45.696Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T01:29:45.959Z] ---> c90f30a33ff2 [2021-01-20T01:29:45.959Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-20T01:29:45.959Z] ---> Running in e3974b3141d0 [2021-01-20T01:29:45.959Z] ---> Running in 508b3f12d0a4 [2021-01-20T01:29:45.959Z] ---> Running in 9046d34db1c6 [2021-01-20T01:29:46.221Z] ---> Running in b8e95ddf81a9 [2021-01-20T01:29:47.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T01:29:47.211Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T01:29:47.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-20T01:29:47.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T01:29:47.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T01:29:53.769Z] Removing intermediate container 1c0e787ac21a [2021-01-20T01:29:53.770Z] ---> b6829bb72e2a [2021-01-20T01:29:53.770Z] Successfully built b6829bb72e2a [2021-01-20T01:29:53.770Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:29:54.109Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T01:29:54.109Z] . [Pipeline] withDockerContainer [2021-01-20T01:29:54.351Z] prd-ubuntu18.04-docker-arm64-4c-16g-21468 does not seem to be running inside a container [2021-01-20T01:29:54.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T01:29:55.923Z] $ docker top ea31db5e29e14ffcdad06c79b134fdf950b13eb5885309c2497d9238de74272e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T01:29:56.908Z] + go version [2021-01-20T01:29:56.908Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T01:29:56.935Z] $ docker stop --time=1 ea31db5e29e14ffcdad06c79b134fdf950b13eb5885309c2497d9238de74272e [2021-01-20T01:29:58.872Z] $ docker rm -f ea31db5e29e14ffcdad06c79b134fdf950b13eb5885309c2497d9238de74272e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:29:59.894Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T01:29:59.894Z] . [Pipeline] withDockerContainer [2021-01-20T01:30:00.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-21468 does not seem to be running inside a container [2021-01-20T01:30:00.216Z] $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T01:30:01.533Z] $ docker top c1f6a1dcad2b85a8e439514f2197f5b2033a9242ba59ae87328fa06b462157b1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T01:30:01.916Z] ========================================================= [2021-01-20T01:30:01.916Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T01:30:01.916Z] ========================================================= [Pipeline] sh [2021-01-20T01:30:02.583Z] + make test [2021-01-20T01:30:02.584Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T01:30:24.765Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T01:30:26.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T01:30:26.478Z] Removing intermediate container 9046d34db1c6 [2021-01-20T01:30:26.478Z] ---> 9838c4cd747a [2021-01-20T01:30:26.478Z] [2021-01-20T01:30:26.478Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T01:30:26.478Z] Removing intermediate container b8e95ddf81a9 [2021-01-20T01:30:26.478Z] ---> fcf10aae234b [2021-01-20T01:30:26.478Z] [2021-01-20T01:30:26.478Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T01:30:26.478Z] Removing intermediate container e3974b3141d0 [2021-01-20T01:30:26.478Z] ---> 578c8546e156 [2021-01-20T01:30:26.478Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T01:30:26.478Z] 3.12: Pulling from library/alpine [2021-01-20T01:30:26.478Z] 3.12: Pulling from library/alpine [2021-01-20T01:30:26.478Z] ---> Running in 938b65e0d083 [2021-01-20T01:30:26.478Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T01:30:26.478Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T01:30:26.478Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T01:30:26.478Z] ---> 389fef711851 [2021-01-20T01:30:26.478Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-20T01:30:26.478Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T01:30:26.478Z] ---> 389fef711851 [2021-01-20T01:30:26.478Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-20T01:30:27.064Z] ---> Running in d6bebcf46062 [2021-01-20T01:30:27.064Z] ---> Running in a71b4bf63603 [2021-01-20T01:30:28.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T01:30:28.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:28.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:28.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:28.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:28.640Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-20T01:30:28.640Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:30:28.640Z] OK: 6 MiB in 15 packages [2021-01-20T01:30:28.640Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-20T01:30:28.640Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-20T01:30:28.640Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:30:28.640Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T01:30:28.910Z] OK: 6 MiB in 16 packages [2021-01-20T01:30:32.265Z] Removing intermediate container 508b3f12d0a4 [2021-01-20T01:30:32.265Z] ---> 621f01ba1e29 [2021-01-20T01:30:32.265Z] [2021-01-20T01:30:32.265Z] Step 10/33 : FROM alpine:3.12 [2021-01-20T01:30:32.265Z] ---> 389fef711851 [2021-01-20T01:30:32.265Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-20T01:30:32.265Z] Removing intermediate container d9e43ed67c7f [2021-01-20T01:30:32.265Z] ---> f5b6c8ca3335 [2021-01-20T01:30:32.265Z] [2021-01-20T01:30:32.265Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T01:30:32.265Z] ---> 389fef711851 [2021-01-20T01:30:32.265Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T01:30:32.265Z] ---> Running in de035ae3d9f8 [2021-01-20T01:30:32.265Z] ---> Running in 3a94ff6ae39a [2021-01-20T01:30:32.530Z] Removing intermediate container d6bebcf46062 [2021-01-20T01:30:32.530Z] ---> d6077d4476c0 [2021-01-20T01:30:32.530Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-20T01:30:32.811Z] ---> Running in 318423de36a4 [2021-01-20T01:30:32.811Z] Removing intermediate container 3a94ff6ae39a [2021-01-20T01:30:32.811Z] ---> 3ca5e41a7c12 [2021-01-20T01:30:32.811Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T01:30:32.811Z] Removing intermediate container a71b4bf63603 [2021-01-20T01:30:32.811Z] ---> a3afb3daf705 [2021-01-20T01:30:32.811Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-20T01:30:32.811Z] Removing intermediate container 938b65e0d083 [2021-01-20T01:30:32.811Z] ---> 08f2f4469e2d [2021-01-20T01:30:32.811Z] [2021-01-20T01:30:32.811Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T01:30:33.097Z] 20.10.0: Pulling from library/docker [2021-01-20T01:30:33.097Z] ---> Running in 7750dc7d610a [2021-01-20T01:30:33.097Z] ---> Running in 91ec11cea3e0 [2021-01-20T01:30:33.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:33.097Z] Removing intermediate container 318423de36a4 [2021-01-20T01:30:33.097Z] ---> fbe09aac1525 [2021-01-20T01:30:33.097Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-20T01:30:33.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:33.382Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-20T01:30:33.382Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-20T01:30:33.382Z] (3/3) Installing su-exec (0.2-r1) [2021-01-20T01:30:33.382Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:30:33.652Z] OK: 6 MiB in 17 packages [2021-01-20T01:30:33.934Z] ---> Running in 94aaee573410 [2021-01-20T01:30:34.197Z] Removing intermediate container 7750dc7d610a [2021-01-20T01:30:34.197Z] ---> 9dd3e95e7009 [2021-01-20T01:30:34.197Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T01:30:34.197Z] Removing intermediate container 91ec11cea3e0 [2021-01-20T01:30:34.197Z] ---> 74fae4738fd9 [2021-01-20T01:30:34.197Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-20T01:30:34.785Z] ---> Running in b1c9c9982381 [2021-01-20T01:30:34.785Z] ---> Running in 2fbb6b8f70db [2021-01-20T01:30:34.785Z] Removing intermediate container 94aaee573410 [2021-01-20T01:30:34.785Z] ---> 31f4957cede0 [2021-01-20T01:30:34.785Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-20T01:30:35.050Z] ---> Running in 645aa002c5d2 [2021-01-20T01:30:35.050Z] Removing intermediate container 2fbb6b8f70db [2021-01-20T01:30:35.050Z] ---> 4559f80d819e [2021-01-20T01:30:35.050Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-20T01:30:35.050Z] Removing intermediate container b1c9c9982381 [2021-01-20T01:30:35.050Z] ---> 492578565dfc [2021-01-20T01:30:35.050Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:30:35.323Z] Removing intermediate container de035ae3d9f8 [2021-01-20T01:30:35.323Z] ---> f783ba18c0df [2021-01-20T01:30:35.323Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-20T01:30:35.323Z] ---> Running in 24cb7ee79e28 [2021-01-20T01:30:35.323Z] Removing intermediate container 645aa002c5d2 [2021-01-20T01:30:35.323Z] ---> 9853a11686cf [2021-01-20T01:30:35.323Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:30:35.323Z] ---> Running in f9169317b6ad [2021-01-20T01:30:35.323Z] ---> Running in 8cbf4a35e095 [2021-01-20T01:30:35.919Z] Removing intermediate container 24cb7ee79e28 [2021-01-20T01:30:35.919Z] ---> ae6e5973e3b8 [2021-01-20T01:30:35.919Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:30:37.329Z] Removing intermediate container 8cbf4a35e095 [2021-01-20T01:30:37.329Z] ---> 6c3e0c794631 [2021-01-20T01:30:37.329Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-20T01:30:37.329Z] ---> d1768f13a4a4 [2021-01-20T01:30:37.329Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T01:30:37.329Z] ---> Running in 1a44eb8b82fc [2021-01-20T01:30:37.329Z] ---> 86d669671313 [2021-01-20T01:30:37.329Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T01:30:37.597Z] Removing intermediate container 1a44eb8b82fc [2021-01-20T01:30:37.597Z] ---> c512af4db14d [2021-01-20T01:30:37.598Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-20T01:30:37.598Z] ---> Running in b325a4eb2e4e [2021-01-20T01:30:37.598Z] Removing intermediate container f9169317b6ad [2021-01-20T01:30:37.598Z] ---> b407b749b6bd [2021-01-20T01:30:37.598Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-20T01:30:38.182Z] ---> 5ab342b2b951 [2021-01-20T01:30:38.182Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T01:30:38.182Z] ---> Running in 693e1e4765b2 [2021-01-20T01:30:38.450Z] ---> 79ffb02df20f [2021-01-20T01:30:38.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T01:30:38.450Z] ---> a99a5f3a983f [2021-01-20T01:30:38.450Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-20T01:30:38.718Z] Connecting to github.com (140.82.113.4:443) [2021-01-20T01:30:38.719Z]  ---> Running in 9888e09438b7 [2021-01-20T01:30:38.719Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.16.240:443) [2021-01-20T01:30:38.719Z]  ---> 9f7ad6f42b30 [2021-01-20T01:30:38.719Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T01:30:38.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:38.982Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-20T01:30:38.982Z]  ---> Running in e47a1a5cb396 [2021-01-20T01:30:38.982Z] Removing intermediate container 9888e09438b7 [2021-01-20T01:30:38.982Z] ---> 5a3533a1a558 [2021-01-20T01:30:38.982Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:30:38.982Z] dockerize-alpine-lin 17% |***** | 510k 0:00:04 ETA [2021-01-20T01:30:39.245Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-20T01:30:39.510Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-20T01:30:39.510Z] dockerize [2021-01-20T01:30:39.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:39.791Z] ---> Running in 17968dfdcfc1 [2021-01-20T01:30:39.791Z] Removing intermediate container e47a1a5cb396 [2021-01-20T01:30:39.791Z] ---> 4b36c2d6f26a [2021-01-20T01:30:39.791Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:30:39.791Z] ---> Running in 3ad998930944 [2021-01-20T01:30:40.058Z] Removing intermediate container 17968dfdcfc1 [2021-01-20T01:30:40.058Z] ---> d1dfc0d37c7d [2021-01-20T01:30:40.058Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T01:30:40.323Z] Removing intermediate container 3ad998930944 [2021-01-20T01:30:40.323Z] ---> 61649fb7deba [2021-01-20T01:30:40.323Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T01:30:40.323Z] ---> Running in 79b9e7cd285a [2021-01-20T01:30:40.323Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-20T01:30:40.323Z] ---> Running in 0a23e587cda1 [2021-01-20T01:30:40.323Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-20T01:30:40.586Z] Removing intermediate container b325a4eb2e4e [2021-01-20T01:30:40.586Z] ---> 2b3e64549f0c [2021-01-20T01:30:40.586Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-20T01:30:40.586Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-20T01:30:40.586Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-20T01:30:40.586Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T01:30:40.586Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T01:30:40.586Z] ---> Running in 2b5ee2ab8226 [2021-01-20T01:30:40.586Z] Removing intermediate container 79b9e7cd285a [2021-01-20T01:30:40.586Z] ---> 3b04cea85ffe [2021-01-20T01:30:40.586Z] Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:30:40.586Z] ---> aefe523efa57 [2021-01-20T01:30:40.586Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T01:30:40.849Z] Removing intermediate container 0a23e587cda1 [2021-01-20T01:30:40.849Z] ---> d948477d4c71 [2021-01-20T01:30:40.849Z] Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:30:40.849Z] ---> Running in 12fec91fccf0 [2021-01-20T01:30:40.849Z] ---> Running in 45e047f22f51 [2021-01-20T01:30:40.849Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-20T01:30:41.111Z] ---> Running in 88da52bf777b [2021-01-20T01:30:41.111Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-20T01:30:41.111Z] Removing intermediate container 2b5ee2ab8226 [2021-01-20T01:30:41.111Z] ---> b48f4ce7a5b5 [2021-01-20T01:30:41.111Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-20T01:30:41.111Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:30:41.111Z] OK: 8 MiB in 20 packages [2021-01-20T01:30:41.374Z] Removing intermediate container 45e047f22f51 [2021-01-20T01:30:41.374Z] ---> b350f82d14d3 [2021-01-20T01:30:41.374Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T01:30:41.374Z] ---> Running in 7ebca228c991 [2021-01-20T01:30:41.374Z] Removing intermediate container 88da52bf777b [2021-01-20T01:30:41.374Z] ---> 1f75faadcca8 [2021-01-20T01:30:41.374Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T01:30:41.648Z] ---> Running in a2aff762f287 [2021-01-20T01:30:41.648Z] ---> Running in 71bb5f2684e8 [2021-01-20T01:30:41.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:41.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:30:41.935Z] Removing intermediate container 7ebca228c991 [2021-01-20T01:30:41.935Z] ---> 43fbef26c332 [2021-01-20T01:30:41.935Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-20T01:30:41.935Z] Removing intermediate container a2aff762f287 [2021-01-20T01:30:41.935Z] ---> 0bcf68ea9f56 [2021-01-20T01:30:41.935Z] [2021-01-20T01:30:41.935Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T01:30:41.935Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T01:30:41.935Z] Executing bash-5.0.17-r0.post-install [2021-01-20T01:30:41.935Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:30:41.935Z] OK: 12 MiB in 22 packages [2021-01-20T01:30:41.935Z] Removing intermediate container 71bb5f2684e8 [2021-01-20T01:30:41.935Z] ---> ad523ad299c6 [2021-01-20T01:30:41.935Z] [2021-01-20T01:30:41.935Z] ---> Running in 66cad3bf506f [2021-01-20T01:30:42.199Z] Successfully built 0bcf68ea9f56 [2021-01-20T01:30:42.199Z] Successfully built ad523ad299c6 [2021-01-20T01:30:42.199Z] Successfully tagged docker-support-notifications-go:latest [2021-01-20T01:30:42.199Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-20T01:30:42.199Z] Removing intermediate container 693e1e4765b2 [2021-01-20T01:30:42.199Z] ---> b4d9d80613e9 [2021-01-20T01:30:42.199Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:30:42.199Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-20T01:30:42.199Z] Building docker-security-secretstore-setup-go [2021-01-20T01:30:42.788Z]  Building docker-support-scheduler-go ... done  ---> e66da89b062a [2021-01-20T01:30:42.788Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T01:30:42.788Z] Removing intermediate container 12fec91fccf0 [2021-01-20T01:30:42.788Z] ---> 6031b1c415b7 [2021-01-20T01:30:42.788Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T01:30:42.788Z] Move dockerize executable [2021-01-20T01:30:43.068Z] ---> Running in 411a62463e77 [2021-01-20T01:30:47.319Z] Removing intermediate container 411a62463e77 [2021-01-20T01:30:47.320Z] ---> 94c25e46d787 [2021-01-20T01:30:47.320Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T01:30:47.320Z] ---> 5bb491fd53e2 [2021-01-20T01:30:47.320Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T01:30:47.320Z] ---> Running in 5f657eb8adc0 [2021-01-20T01:30:49.919Z] Removing intermediate container 5f657eb8adc0 [2021-01-20T01:30:49.919Z] ---> 9038d9a09f22 [2021-01-20T01:30:49.919Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T01:30:49.919Z] ---> 9f6db854c417 [2021-01-20T01:30:49.919Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T01:30:49.919Z] Removing intermediate container 66cad3bf506f [2021-01-20T01:30:49.919Z] ---> 120e757642ba [2021-01-20T01:30:49.919Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-20T01:30:49.919Z] ---> Running in 4d8e427d2a5a [2021-01-20T01:30:49.919Z] ---> Running in e1609c4d8c83 [2021-01-20T01:30:50.496Z] ---> Running in e6ee58bc99f7 [2021-01-20T01:30:51.918Z] Removing intermediate container e1609c4d8c83 [2021-01-20T01:30:51.918Z] ---> e55f59a1562d [2021-01-20T01:30:51.918Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:30:51.918Z] Removing intermediate container 4d8e427d2a5a [2021-01-20T01:30:51.918Z] ---> df82fa592c67 [2021-01-20T01:30:51.918Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T01:30:52.908Z] Removing intermediate container e6ee58bc99f7 [2021-01-20T01:30:52.908Z] ---> 8221576c7fa0 [2021-01-20T01:30:52.908Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-20T01:30:53.173Z] ---> Running in 9cafc20d7b93 [2021-01-20T01:30:55.129Z] ---> 7ab30cb31b00 [2021-01-20T01:30:55.129Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T01:30:55.415Z] ---> 4c49e0e8226a [2021-01-20T01:30:55.415Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-20T01:30:55.415Z] Removing intermediate container 9cafc20d7b93 [2021-01-20T01:30:55.415Z] ---> dcb33f02bec0 [2021-01-20T01:30:55.415Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T01:30:56.009Z] ---> Running in 06a5d5ccdcec [2021-01-20T01:30:56.009Z] ---> Running in 7d0a08179b6e [2021-01-20T01:30:57.975Z] ---> f326cf50f7a5 [2021-01-20T01:30:57.975Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T01:30:58.943Z] Removing intermediate container 06a5d5ccdcec [2021-01-20T01:30:58.943Z] ---> ef8e1ab0bd01 [2021-01-20T01:30:58.943Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:30:58.943Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:30:58.943Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:30:58.943Z] ---> 9bb580c77243 [2021-01-20T01:30:58.943Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T01:30:59.208Z] ---> Using cache [2021-01-20T01:30:59.208Z] ---> ec9df7fc51a5 [2021-01-20T01:30:59.208Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:30:59.208Z] ---> Using cache [2021-01-20T01:30:59.208Z] ---> cd33bf0b98bf [2021-01-20T01:30:59.208Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T01:30:59.208Z] ---> Using cache [2021-01-20T01:30:59.208Z] ---> 50b00ff74c72 [2021-01-20T01:30:59.208Z] Step 6/24 : COPY go.mod . [2021-01-20T01:30:59.208Z] ---> Using cache [2021-01-20T01:30:59.208Z] ---> ebeb4c2f1c00 [2021-01-20T01:30:59.208Z] Step 7/24 : RUN go mod download [2021-01-20T01:30:59.209Z] ---> Using cache [2021-01-20T01:30:59.209Z] ---> 7c1b802eb1a5 [2021-01-20T01:30:59.209Z] Step 8/24 : COPY . . [2021-01-20T01:30:59.209Z] ---> Using cache [2021-01-20T01:30:59.209Z] ---> bcaaee5a282f [2021-01-20T01:30:59.209Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T01:30:59.786Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:30:59.786Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:30:59.786Z] ---> 9bb580c77243 [2021-01-20T01:30:59.786Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T01:30:59.786Z] ---> Using cache [2021-01-20T01:30:59.786Z] ---> ec9df7fc51a5 [2021-01-20T01:30:59.786Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:30:59.786Z] ---> Using cache [2021-01-20T01:30:59.786Z] ---> cd33bf0b98bf [2021-01-20T01:30:59.786Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-20T01:30:59.786Z] ---> Using cache [2021-01-20T01:30:59.786Z] ---> 50b00ff74c72 [2021-01-20T01:30:59.786Z] Step 6/23 : COPY go.mod . [2021-01-20T01:30:59.786Z] ---> Using cache [2021-01-20T01:30:59.786Z] ---> ebeb4c2f1c00 [2021-01-20T01:30:59.786Z] Step 7/23 : RUN go mod download [2021-01-20T01:30:59.787Z] ---> Using cache [2021-01-20T01:30:59.787Z] ---> 7c1b802eb1a5 [2021-01-20T01:30:59.787Z] Step 8/23 : COPY . . [2021-01-20T01:30:59.787Z] ---> Using cache [2021-01-20T01:30:59.787Z] ---> bcaaee5a282f [2021-01-20T01:30:59.787Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-20T01:31:00.740Z] ---> Running in 2494565cb910 [2021-01-20T01:31:00.740Z] ---> Running in 24d6d559446c [2021-01-20T01:31:00.740Z] ---> Running in e1f2f9073cf1 [2021-01-20T01:31:00.740Z] ---> 13d11da5da26 [2021-01-20T01:31:00.740Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T01:31:01.003Z] ---> Running in 2cd86f25ce07 [2021-01-20T01:31:01.003Z] Removing intermediate container 2494565cb910 [2021-01-20T01:31:01.003Z] ---> 799d346fa07c [2021-01-20T01:31:01.003Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T01:31:01.270Z] ---> Running in e0cffec1c168 [2021-01-20T01:31:01.853Z] Removing intermediate container e0cffec1c168 [2021-01-20T01:31:01.853Z] ---> dbef88d7b936 [2021-01-20T01:31:01.853Z] [2021-01-20T01:31:01.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T01:31:01.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T01:31:02.131Z] Successfully built dbef88d7b936 [2021-01-20T01:31:02.132Z] Successfully tagged docker-core-data-go:latest [2021-01-20T01:31:02.132Z] Building docker-security-proxy-setup-go [2021-01-20T01:31:02.132Z]  Building docker-core-data-go ... done Removing intermediate container 7d0a08179b6e [2021-01-20T01:31:02.132Z] ---> 5c4f3e4eb2c2 [2021-01-20T01:31:02.132Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:31:02.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:31:02.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:31:02.678Z] ---> 71c9562023d0 [2021-01-20T01:31:02.678Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-20T01:31:02.678Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T01:31:02.678Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T01:31:02.977Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T01:31:02.977Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T01:31:02.977Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T01:31:02.977Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T01:31:02.977Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T01:31:11.187Z] ---> a08344b55d22 [2021-01-20T01:31:11.187Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-20T01:31:11.187Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T01:31:11.187Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T01:31:11.187Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T01:31:11.187Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T01:31:11.187Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T01:31:11.187Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T01:31:11.187Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T01:31:11.187Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T01:31:11.477Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T01:31:11.477Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T01:31:11.744Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T01:31:11.744Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T01:31:11.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T01:31:12.019Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T01:31:12.019Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T01:31:12.019Z] ---> eef57e292528 [2021-01-20T01:31:12.019Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-20T01:31:12.019Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T01:31:12.299Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T01:31:12.299Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T01:31:12.299Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T01:31:12.299Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T01:31:12.299Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T01:31:12.583Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T01:31:12.583Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T01:31:12.583Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T01:31:12.583Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T01:31:12.583Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T01:31:12.583Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T01:31:13.202Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:31:13.477Z] OK: 71 MiB in 55 packages [2021-01-20T01:31:14.070Z] ---> 86aaf2329c42 [2021-01-20T01:31:14.070Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-20T01:31:16.038Z] ---> a9e7acfcb095 [2021-01-20T01:31:16.038Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-20T01:31:16.628Z] ---> Running in 345f978e5284 [2021-01-20T01:31:17.217Z] Removing intermediate container 345f978e5284 [2021-01-20T01:31:17.217Z] ---> 63d82125cc7e [2021-01-20T01:31:17.217Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-20T01:31:17.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T01:31:18.198Z] ---> c98647f870be [2021-01-20T01:31:18.198Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-20T01:31:19.542Z] ---> Running in 0d0eef61143f [2021-01-20T01:31:20.306Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:31:20.306Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:31:20.306Z] ---> 9bb580c77243 [2021-01-20T01:31:20.306Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T01:31:20.306Z] ---> Using cache [2021-01-20T01:31:20.306Z] ---> ec9df7fc51a5 [2021-01-20T01:31:20.306Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:31:20.306Z] ---> Using cache [2021-01-20T01:31:20.306Z] ---> cd33bf0b98bf [2021-01-20T01:31:20.306Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T01:31:20.306Z] ---> Using cache [2021-01-20T01:31:20.306Z] ---> 50b00ff74c72 [2021-01-20T01:31:20.306Z] Step 6/21 : COPY go.mod . [2021-01-20T01:31:20.306Z] ---> Using cache [2021-01-20T01:31:20.306Z] ---> ebeb4c2f1c00 [2021-01-20T01:31:20.306Z] Step 7/21 : RUN go mod download [2021-01-20T01:31:20.306Z] ---> Using cache [2021-01-20T01:31:20.306Z] ---> 7c1b802eb1a5 [2021-01-20T01:31:20.306Z] Step 8/21 : COPY . . [2021-01-20T01:31:20.306Z] ---> Using cache [2021-01-20T01:31:20.306Z] ---> bcaaee5a282f [2021-01-20T01:31:20.306Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T01:31:20.812Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T01:31:20.812Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T01:31:20.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T01:31:21.925Z] ---> Running in f05417b382f5 [2021-01-20T01:31:22.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T01:31:23.843Z] Removing intermediate container 0d0eef61143f [2021-01-20T01:31:23.843Z] ---> 81df7d4e3072 [2021-01-20T01:31:23.843Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T01:31:24.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T01:31:25.410Z] ---> Running in 7e6bc3f74cee [2021-01-20T01:31:26.876Z] Removing intermediate container 7e6bc3f74cee [2021-01-20T01:31:26.876Z] ---> 2d9b84f1d921 [2021-01-20T01:31:26.876Z] Step 30/33 : CMD ["gate"] [2021-01-20T01:31:29.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-20T01:31:29.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T01:31:29.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T01:31:29.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T01:31:29.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T01:31:29.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T01:31:29.478Z] ---> Running in 4a81e1aa9310 [2021-01-20T01:31:29.741Z] Removing intermediate container 2cd86f25ce07 [2021-01-20T01:31:29.741Z] ---> 9269f306ad17 [2021-01-20T01:31:29.741Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T01:31:30.350Z] Removing intermediate container e1f2f9073cf1 [2021-01-20T01:31:30.350Z] ---> 91fd8bf33607 [2021-01-20T01:31:30.350Z] [2021-01-20T01:31:30.350Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T01:31:30.350Z] ---> Running in d44e2d9addc9 [2021-01-20T01:31:30.350Z] ---> 389fef711851 [2021-01-20T01:31:30.350Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-20T01:31:30.350Z] ---> Using cache [2021-01-20T01:31:30.350Z] ---> a3afb3daf705 [2021-01-20T01:31:30.350Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-20T01:31:30.350Z] ---> Using cache [2021-01-20T01:31:30.350Z] ---> 74fae4738fd9 [2021-01-20T01:31:30.350Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-20T01:31:30.626Z] Removing intermediate container 4a81e1aa9310 [2021-01-20T01:31:30.626Z] ---> 9943d73e6775 [2021-01-20T01:31:30.626Z] Step 31/33 : LABEL arch=x86_64 [2021-01-20T01:31:30.626Z] ---> Running in da97aebbede0 [2021-01-20T01:31:30.896Z] ---> Running in f3536bf7e052 [2021-01-20T01:31:32.287Z] Removing intermediate container da97aebbede0 [2021-01-20T01:31:32.287Z] ---> 9433c511bd38 [2021-01-20T01:31:32.287Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-20T01:31:33.256Z] ---> Running in 86c6d1ae6dcc [2021-01-20T01:31:33.256Z] Removing intermediate container f3536bf7e052 [2021-01-20T01:31:33.256Z] ---> 929f6b9bc658 [2021-01-20T01:31:33.256Z] Step 32/33 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:31:33.256Z] Removing intermediate container 24d6d559446c [2021-01-20T01:31:33.256Z] ---> 4059db1664be [2021-01-20T01:31:33.256Z] [2021-01-20T01:31:33.256Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T01:31:33.256Z] ---> 389fef711851 [2021-01-20T01:31:33.256Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T01:31:33.562Z] ---> Running in d1e2263475b6 [2021-01-20T01:31:33.850Z] ---> Running in 9acc4851a2a0 [2021-01-20T01:31:33.850Z] Removing intermediate container 86c6d1ae6dcc [2021-01-20T01:31:33.850Z] ---> f15bed5c311e [2021-01-20T01:31:33.850Z] Step 15/23 : WORKDIR / [2021-01-20T01:31:33.850Z] Collecting docker-compose==1.23.2 [2021-01-20T01:31:34.141Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T01:31:34.141Z] ---> Running in b4d9f856e6f3 [2021-01-20T01:31:34.419Z] Removing intermediate container d1e2263475b6 [2021-01-20T01:31:34.419Z] ---> a1c0179812e7 [2021-01-20T01:31:34.419Z] Step 33/33 : LABEL version=0.0.0 [2021-01-20T01:31:34.419Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T01:31:34.547Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T01:31:34.547Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T01:31:34.547Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T01:31:34.693Z] Removing intermediate container b4d9f856e6f3 [2021-01-20T01:31:34.693Z] ---> 372ff8705ee7 [2021-01-20T01:31:34.693Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:31:34.693Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T01:31:34.693Z] ---> Running in 76492b5c5ab1 [2021-01-20T01:31:34.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:31:34.964Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T01:31:34.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:31:34.965Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T01:31:34.965Z] ---> d1102e483f5f [2021-01-20T01:31:34.965Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T01:31:34.965Z] Removing intermediate container 76492b5c5ab1 [2021-01-20T01:31:34.965Z] ---> 50739025c118 [2021-01-20T01:31:34.965Z] [2021-01-20T01:31:34.965Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T01:31:35.233Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T01:31:35.233Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T01:31:35.233Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T01:31:35.233Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T01:31:35.233Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:31:35.233Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T01:31:35.233Z] OK: 7 MiB in 19 packages [2021-01-20T01:31:35.233Z] Successfully built 50739025c118 [2021-01-20T01:31:35.509Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-20T01:31:35.509Z] Building docker-core-metadata-go [2021-01-20T01:31:35.509Z]  Building docker-security-bootstrapper-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-20T01:31:35.787Z] Collecting PyYAML<4,>=3.10 [2021-01-20T01:31:35.787Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T01:31:38.348Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T01:31:38.348Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T01:31:38.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T01:31:39.319Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T01:31:39.581Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T01:31:40.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.248s coverage: 46.6% of statements [2021-01-20T01:31:40.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T01:31:40.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T01:31:40.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T01:31:40.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T01:31:40.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T01:31:40.984Z] ---> ab173dd0f670 [2021-01-20T01:31:40.984Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T01:31:40.984Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T01:31:40.984Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T01:31:40.984Z] Removing intermediate container 9acc4851a2a0 [2021-01-20T01:31:40.984Z] ---> 41a285e2c57f [2021-01-20T01:31:40.984Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T01:31:42.384Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T01:31:42.384Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T01:31:43.800Z] ---> ea61d8434857 [2021-01-20T01:31:43.800Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-20T01:31:43.800Z] ---> Running in f4bc2c0e436d [2021-01-20T01:31:43.800Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T01:31:43.800Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T01:31:44.374Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T01:31:44.374Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T01:31:44.951Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-20T01:31:45.214Z] ---> Running in 2eb17bd4d3fb [2021-01-20T01:31:45.214Z] Collecting idna<2.8,>=2.5 [2021-01-20T01:31:45.214Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T01:31:46.183Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T01:31:46.447Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T01:31:46.711Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-20T01:31:46.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.542s coverage: 27.0% of statements [2021-01-20T01:31:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T01:31:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T01:31:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T01:31:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T01:31:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T01:31:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T01:31:46.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T01:31:46.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T01:31:46.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.251s coverage: 67.9% of statements [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T01:31:46.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.358s coverage: 82.3% of statements [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T01:31:46.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T01:31:46.979Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T01:31:46.979Z] Removing intermediate container f4bc2c0e436d [2021-01-20T01:31:46.979Z] ---> e37d408aafef [2021-01-20T01:31:46.979Z] Step 13/24 : WORKDIR / [2021-01-20T01:31:46.979Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T01:31:47.249Z] Removing intermediate container 2eb17bd4d3fb [2021-01-20T01:31:47.249Z] ---> 70792124a7f0 [2021-01-20T01:31:47.249Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:31:47.249Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T01:31:47.249Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T01:31:47.249Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T01:31:47.249Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T01:31:47.521Z] Installing collected packages: idna, urllib3, requests, texttable, PyYAML, jsonschema, docopt, dockerpty, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2021-01-20T01:31:47.521Z] Attempting uninstall: idna [2021-01-20T01:31:47.521Z] Found existing installation: idna 2.9 [2021-01-20T01:31:47.521Z] Uninstalling idna-2.9: [2021-01-20T01:31:47.521Z] Successfully uninstalled idna-2.9 [2021-01-20T01:31:48.095Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:31:48.095Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:31:48.095Z] ---> 9bb580c77243 [2021-01-20T01:31:48.095Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T01:31:48.095Z] ---> Using cache [2021-01-20T01:31:48.095Z] ---> ec9df7fc51a5 [2021-01-20T01:31:48.095Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:31:48.095Z] ---> Using cache [2021-01-20T01:31:48.095Z] ---> cd33bf0b98bf [2021-01-20T01:31:48.095Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-20T01:31:48.095Z] ---> Using cache [2021-01-20T01:31:48.095Z] ---> 50b00ff74c72 [2021-01-20T01:31:48.095Z] Step 6/23 : COPY go.mod . [2021-01-20T01:31:48.095Z] ---> Using cache [2021-01-20T01:31:48.095Z] ---> ebeb4c2f1c00 [2021-01-20T01:31:48.095Z] Step 7/23 : RUN go mod download [2021-01-20T01:31:48.095Z] ---> Using cache [2021-01-20T01:31:48.095Z] ---> 7c1b802eb1a5 [2021-01-20T01:31:48.095Z] Step 8/23 : COPY . . [2021-01-20T01:31:48.095Z] ---> Using cache [2021-01-20T01:31:48.095Z] ---> bcaaee5a282f [2021-01-20T01:31:48.095Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-20T01:31:49.038Z] Attempting uninstall: urllib3 [2021-01-20T01:31:49.038Z] Found existing installation: urllib3 1.25.9 [2021-01-20T01:31:49.038Z] Uninstalling urllib3-1.25.9: [2021-01-20T01:31:49.038Z] ---> Running in e1ca8f8755ea [2021-01-20T01:31:49.300Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T01:31:49.881Z] ---> Running in 9d84004bcfbc [2021-01-20T01:31:49.881Z] ---> Running in ee833ff21366 [2021-01-20T01:31:50.147Z] Attempting uninstall: requests [2021-01-20T01:31:50.147Z] Found existing installation: requests 2.23.0 [2021-01-20T01:31:50.147Z] Uninstalling requests-2.23.0: [2021-01-20T01:31:50.147Z] Successfully uninstalled requests-2.23.0 [2021-01-20T01:31:51.111Z] Running setup.py install for texttable: started [2021-01-20T01:31:51.111Z] Removing intermediate container e1ca8f8755ea [2021-01-20T01:31:51.111Z] ---> bf06508a3c57 [2021-01-20T01:31:51.111Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-20T01:31:51.111Z] Removing intermediate container 9d84004bcfbc [2021-01-20T01:31:51.111Z] ---> 53ff098d9888 [2021-01-20T01:31:51.111Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T01:31:51.378Z] ---> Running in 94c259d25e84 [2021-01-20T01:31:51.378Z] Removing intermediate container f05417b382f5 [2021-01-20T01:31:51.378Z] ---> d66f96742095 [2021-01-20T01:31:51.378Z] [2021-01-20T01:31:51.378Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T01:31:51.378Z] ---> 389fef711851 [2021-01-20T01:31:51.378Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T01:31:51.378Z] ---> Running in 1c51f822621b [2021-01-20T01:31:51.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T01:31:51.639Z] ---> 287f57c28326 [2021-01-20T01:31:51.639Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-20T01:31:51.639Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T01:31:51.639Z] Running setup.py install for PyYAML: started [2021-01-20T01:31:51.639Z] Removing intermediate container 94c259d25e84 [2021-01-20T01:31:51.639Z] ---> eea59749f356 [2021-01-20T01:31:51.639Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:31:51.915Z] ---> Running in a9cb0fca0a29 [2021-01-20T01:31:51.915Z] ---> 7dc4bd653670 [2021-01-20T01:31:51.915Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T01:31:52.192Z] Removing intermediate container a9cb0fca0a29 [2021-01-20T01:31:52.192Z] ---> d3e15672aac5 [2021-01-20T01:31:52.192Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T01:31:52.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:31:52.464Z] ---> Running in 81469d347600 [2021-01-20T01:31:52.464Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T01:31:52.464Z] ---> b568a3e86992 [2021-01-20T01:31:52.464Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T01:31:52.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:31:52.745Z] Running setup.py install for docopt: started [2021-01-20T01:31:52.745Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T01:31:52.745Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T01:31:52.745Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T01:31:52.745Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T01:31:52.745Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:31:52.745Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T01:31:52.745Z] Removing intermediate container 81469d347600 [2021-01-20T01:31:52.745Z] ---> 9bfca47e9305 [2021-01-20T01:31:52.745Z] [2021-01-20T01:31:53.014Z] OK: 7 MiB in 18 packages [2021-01-20T01:31:53.014Z] Successfully built 9bfca47e9305 [2021-01-20T01:31:53.290Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T01:31:53.290Z] Running setup.py install for dockerpty: started [2021-01-20T01:31:53.290Z] Successfully tagged docker-core-command-go:latest [2021-01-20T01:31:53.290Z] ---> ad910a1b89f9 [2021-01-20T01:31:53.290Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T01:31:53.893Z]  Building docker-core-command-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T01:31:55.882Z] ---> 3a249fe205cf [2021-01-20T01:31:55.883Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T01:31:55.883Z] Removing intermediate container 1c51f822621b [2021-01-20T01:31:55.883Z] ---> 699b0481dde2 [2021-01-20T01:31:55.883Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T01:31:56.477Z] ---> Running in 4d1329753d7d [2021-01-20T01:31:56.477Z] ---> a7fac75ff766 [2021-01-20T01:31:56.477Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-20T01:31:56.753Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-20T01:31:56.753Z] ---> Running in 667a6fa413be [2021-01-20T01:31:56.753Z] Removing intermediate container 4d1329753d7d [2021-01-20T01:31:56.753Z] ---> cae51e44f6aa [2021-01-20T01:31:56.753Z] Step 13/21 : WORKDIR /edgex [2021-01-20T01:31:56.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.247s coverage: 28.6% of statements [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T01:31:56.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.201s coverage: 100.0% of statements [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T01:31:56.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T01:31:56.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.283s coverage: 86.7% of statements [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T01:31:56.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.334s coverage: 97.5% of statements [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T01:31:56.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T01:31:56.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T01:31:57.024Z] ---> Running in 93e56f50da93 [2021-01-20T01:31:57.303Z] Removing intermediate container 93e56f50da93 [2021-01-20T01:31:57.303Z] ---> 39dd9298570c [2021-01-20T01:31:57.303Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T01:31:58.281Z] ---> 48719a1dfed2 [2021-01-20T01:31:58.281Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T01:31:59.741Z] Removing intermediate container d44e2d9addc9 [2021-01-20T01:31:59.742Z] ---> 45ff9184c9be [2021-01-20T01:31:59.742Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T01:32:00.027Z] ---> 2878b193a716 [2021-01-20T01:32:00.027Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T01:32:00.027Z] ---> Running in 4c15e0a90449 [2021-01-20T01:32:00.621Z] Removing intermediate container 667a6fa413be [2021-01-20T01:32:00.621Z] ---> dbd7af2c9659 [2021-01-20T01:32:00.621Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T01:32:00.897Z] ---> Running in 6f2bc1a4ee91 [2021-01-20T01:32:00.897Z] ---> 7425c48b53b6 [2021-01-20T01:32:00.897Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T01:32:01.173Z] Removing intermediate container 6f2bc1a4ee91 [2021-01-20T01:32:01.173Z] ---> 9ac25d5a62d3 [2021-01-20T01:32:01.173Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T01:32:01.173Z] ---> Running in 8aafdfc6637f [2021-01-20T01:32:01.173Z] ---> Running in 7b3a229dc05a [2021-01-20T01:32:01.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T01:32:01.448Z] Removing intermediate container 8aafdfc6637f [2021-01-20T01:32:01.448Z] ---> 35923e5229f8 [2021-01-20T01:32:01.448Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T01:32:01.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T01:32:02.035Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T01:32:02.035Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T01:32:02.035Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T01:32:02.035Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:32:02.035Z] OK: 72 MiB in 58 packages [2021-01-20T01:32:02.035Z] ---> Running in c6acdaf59550 [2021-01-20T01:32:02.035Z] Removing intermediate container 7b3a229dc05a [2021-01-20T01:32:02.036Z] ---> 491fdc1d062c [2021-01-20T01:32:02.036Z] Step 23/24 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:32:02.626Z] ---> Running in d819e35328e5 [2021-01-20T01:32:02.913Z] Removing intermediate container c6acdaf59550 [2021-01-20T01:32:02.913Z] ---> b61e3ca7f008 [2021-01-20T01:32:02.913Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T01:32:02.913Z] ---> Running in 75c437731958 [2021-01-20T01:32:03.197Z] Removing intermediate container d819e35328e5 [2021-01-20T01:32:03.197Z] ---> 02d9dd331db8 [2021-01-20T01:32:03.197Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T01:32:03.197Z] ---> Running in 77688d309377 [2021-01-20T01:32:03.197Z] Removing intermediate container 4c15e0a90449 [2021-01-20T01:32:03.197Z] ---> a6c58c1a8eb7 [2021-01-20T01:32:03.197Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T01:32:03.475Z] Removing intermediate container 75c437731958 [2021-01-20T01:32:03.475Z] ---> 9742132a7bc6 [2021-01-20T01:32:03.475Z] Step 20/21 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:32:03.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.168s coverage: 92.8% of statements [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T01:32:03.744Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T01:32:03.744Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T01:32:03.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-20T01:32:03.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 43.8% of statements [2021-01-20T01:32:03.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.111s coverage: 79.5% of statements [2021-01-20T01:32:03.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-01-20T01:32:03.744Z] ---> Running in 4f9a09a72774 [2021-01-20T01:32:03.744Z] Removing intermediate container 77688d309377 [2021-01-20T01:32:03.744Z] ---> 2b465ba62339 [2021-01-20T01:32:03.744Z] [2021-01-20T01:32:03.744Z] ---> Running in d374994c1a37 [2021-01-20T01:32:04.322Z] Successfully built 2b465ba62339 [2021-01-20T01:32:04.593Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-20T01:32:04.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-01-20T01:32:04.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements [2021-01-20T01:32:04.855Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4f9a09a72774 [2021-01-20T01:32:04.855Z] ---> 21f0706eb55a [2021-01-20T01:32:04.855Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:32:04.855Z] Removing intermediate container d374994c1a37 [2021-01-20T01:32:04.855Z] ---> c97ceb5f70b1 [2021-01-20T01:32:04.855Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T01:32:05.117Z] ---> Running in ec88a4f890cb [2021-01-20T01:32:05.117Z] ---> Running in bd85ec0d4c55 [2021-01-20T01:32:05.379Z] Removing intermediate container ec88a4f890cb [2021-01-20T01:32:05.379Z] ---> 5ec86038c62b [2021-01-20T01:32:05.379Z] Step 24/26 : LABEL arch=x86_64 [2021-01-20T01:32:05.379Z] Removing intermediate container bd85ec0d4c55 [2021-01-20T01:32:05.379Z] ---> 0a206a2c4b0a [2021-01-20T01:32:05.379Z] [2021-01-20T01:32:05.379Z] Successfully built 0a206a2c4b0a [2021-01-20T01:32:05.379Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-20T01:32:05.379Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9adb2b76c14e [2021-01-20T01:32:05.641Z] Removing intermediate container 9adb2b76c14e [2021-01-20T01:32:05.641Z] ---> ba3ff59a418c [2021-01-20T01:32:05.641Z] Step 25/26 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:32:05.903Z] ---> Running in 9609ced4a12e [2021-01-20T01:32:06.164Z] Removing intermediate container 9609ced4a12e [2021-01-20T01:32:06.165Z] ---> d49262a2833f [2021-01-20T01:32:06.165Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T01:32:06.165Z] ---> Running in 3aaee4dcc498 [2021-01-20T01:32:06.737Z] Removing intermediate container 3aaee4dcc498 [2021-01-20T01:32:06.737Z] ---> 22945f3cbe9e [2021-01-20T01:32:06.737Z] [2021-01-20T01:32:06.737Z] Successfully built 22945f3cbe9e [2021-01-20T01:32:06.737Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-20T01:32:09.290Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container ee833ff21366 [2021-01-20T01:32:09.290Z] ---> 60384791df44 [2021-01-20T01:32:09.290Z] [2021-01-20T01:32:09.290Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T01:32:09.290Z] ---> 389fef711851 [2021-01-20T01:32:09.290Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-20T01:32:09.290Z] ---> Using cache [2021-01-20T01:32:09.290Z] ---> a3afb3daf705 [2021-01-20T01:32:09.290Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-20T01:32:09.290Z] ---> Using cache [2021-01-20T01:32:09.290Z] ---> 74fae4738fd9 [2021-01-20T01:32:09.290Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-20T01:32:09.290Z] ---> Running in 36f77ac226f4 [2021-01-20T01:32:09.290Z] Removing intermediate container 36f77ac226f4 [2021-01-20T01:32:09.290Z] ---> 29174df26f8f [2021-01-20T01:32:09.290Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-20T01:32:09.290Z] ---> Running in 67c5fdc7511b [2021-01-20T01:32:10.234Z] Removing intermediate container 67c5fdc7511b [2021-01-20T01:32:10.234Z] ---> 86592eaa06b0 [2021-01-20T01:32:10.234Z] Step 15/23 : WORKDIR / [2021-01-20T01:32:10.497Z] ---> Running in 314d659b80eb [2021-01-20T01:32:10.497Z] Removing intermediate container 314d659b80eb [2021-01-20T01:32:10.497Z] ---> ac6bb0dde5be [2021-01-20T01:32:10.497Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:32:10.759Z] ---> 4d4bb5879a23 [2021-01-20T01:32:10.759Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T01:32:11.334Z] ---> 1cd687509606 [2021-01-20T01:32:11.334Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T01:32:11.596Z] ---> 56d1f15f0ef7 [2021-01-20T01:32:11.596Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-20T01:32:11.596Z] ---> Running in 9d62abafc038 [2021-01-20T01:32:11.859Z] Removing intermediate container 9d62abafc038 [2021-01-20T01:32:11.859Z] ---> c62ae271799d [2021-01-20T01:32:11.859Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:32:11.859Z] ---> Running in 7e1f00bdd1b9 [2021-01-20T01:32:12.121Z] Removing intermediate container 7e1f00bdd1b9 [2021-01-20T01:32:12.121Z] ---> c2e90c29b8f6 [2021-01-20T01:32:12.121Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T01:32:12.121Z] ---> Running in 24344832baf3 [2021-01-20T01:32:12.121Z] Removing intermediate container 24344832baf3 [2021-01-20T01:32:12.121Z] ---> 01e23ba5a25e [2021-01-20T01:32:12.121Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:32:12.383Z] ---> Running in e9e9777af671 [2021-01-20T01:32:12.383Z] Removing intermediate container e9e9777af671 [2021-01-20T01:32:12.383Z] ---> 177938df8fed [2021-01-20T01:32:12.383Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T01:32:12.383Z] ---> Running in 6f9fbb05317a [2021-01-20T01:32:12.645Z] Removing intermediate container 6f9fbb05317a [2021-01-20T01:32:12.645Z] ---> f015998cb204 [2021-01-20T01:32:12.645Z] [2021-01-20T01:32:12.645Z] Successfully built f015998cb204 [2021-01-20T01:32:12.645Z] Successfully tagged docker-core-metadata-go:latest [2021-01-20T01:32:12.918Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-20T01:32:12.928Z] $ docker stop --time=1 8f19986325096d7f6e147ad8c9c535ed9bc15ce3c674bdfad1825a19e5da2150 [2021-01-20T01:32:14.533Z] $ docker rm -f 8f19986325096d7f6e147ad8c9c535ed9bc15ce3c674bdfad1825a19e5da2150 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T01:32:15.046Z] + docker images [2021-01-20T01:32:15.046Z] + grep docker [2021-01-20T01:32:15.309Z] docker-core-metadata-go latest f015998cb204 3 seconds ago 18.8MB [2021-01-20T01:32:15.309Z] docker-sys-mgmt-agent-go latest 22945f3cbe9e 9 seconds ago 313MB [2021-01-20T01:32:15.309Z] docker-security-proxy-setup-go latest 0a206a2c4b0a 10 seconds ago 24.4MB [2021-01-20T01:32:15.309Z] docker-security-secretstore-setup-go latest 2b465ba62339 12 seconds ago 24.6MB [2021-01-20T01:32:15.309Z] docker-core-command-go latest 9bfca47e9305 23 seconds ago 16.2MB [2021-01-20T01:32:15.309Z] docker-security-bootstrapper-go latest 50739025c118 41 seconds ago 41.5MB [2021-01-20T01:32:15.309Z] docker-core-data-go latest dbef88d7b936 About a minute ago 22.3MB [2021-01-20T01:32:15.309Z] docker-support-notifications-go latest 0bcf68ea9f56 About a minute ago 16.9MB [2021-01-20T01:32:15.309Z] docker-support-scheduler-go latest ad523ad299c6 About a minute ago 16.4MB [2021-01-20T01:32:15.309Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-20T01:32:19.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.093s coverage: 87.2% of statements [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T01:32:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.613s coverage: 63.5% of statements [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T01:32:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T01:32:20.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.078s coverage: 100.0% of statements [2021-01-20T01:32:20.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-01-20T01:32:20.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2021-01-20T01:32:22.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-01-20T01:32:23.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.091s coverage: 100.0% of statements [2021-01-20T01:32:26.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.892s coverage: 68.9% of statements [2021-01-20T01:32:26.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T01:32:26.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T01:32:26.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T01:32:26.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T01:32:26.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T01:32:26.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.336s coverage: 37.0% of statements [2021-01-20T01:32:26.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T01:32:26.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T01:32:27.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.673s coverage: 84.0% of statements [2021-01-20T01:32:27.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements [2021-01-20T01:32:31.060Z] Still waiting to schedule task [2021-01-20T01:32:31.060Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-20T01:32:34.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.1% of statements [2021-01-20T01:32:34.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T01:32:34.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T01:32:34.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T01:32:34.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T01:32:34.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T01:32:34.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-01-20T01:32:34.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T01:32:34.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2021-01-20T01:32:34.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T01:32:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.320s coverage: 29.1% of statements [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T01:32:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T01:32:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T01:32:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T01:32:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T01:32:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T01:32:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T01:32:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-01-20T01:32:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-01-20T01:32:41.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-20T01:32:42.182Z] GO111MODULE=on go vet ./... [2021-01-20T01:33:18.080Z] Running on prd-ubuntu18.04-docker-8c-8g-21472 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-20T01:33:18.129Z] Running in /w/workspace/edgex-go/33 [Pipeline] { [Pipeline] checkout [2021-01-20T01:33:20.328Z] using credential edgex-jenkins-ssh [2021-01-20T01:33:20.386Z] Cloning the remote Git repository [2021-01-20T01:33:20.413Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T01:33:20.484Z] > git init /w/workspace/edgex-go/33 # timeout=10 [2021-01-20T01:33:20.513Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T01:33:20.514Z] > git --version # timeout=10 [2021-01-20T01:33:20.521Z] > git --version # 'git version 2.17.1' [2021-01-20T01:33:20.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T01:33:20.553Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T01:33:56.126Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:33:56.238Z] Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:33:56.238Z] Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) [2021-01-20T01:33:55.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T01:33:55.447Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T01:33:55.461Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T01:33:55.477Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T01:33:55.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T01:33:55.481Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T01:33:56.150Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T01:33:56.155Z] > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [2021-01-20T01:33:56.225Z] > git remote # timeout=10 [2021-01-20T01:33:56.231Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T01:33:56.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T01:33:56.239Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-20T01:33:56.248Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T01:33:56.256Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T01:33:56.260Z] > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [2021-01-20T01:33:59.856Z] Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:34:00.870Z] + echo snap-build.sh [2021-01-20T01:34:00.870Z] snap-build.sh [2021-01-20T01:34:00.870Z] + SNAP_BASE_DIR=. [2021-01-20T01:34:00.870Z] + '[' '!' -z /w/workspace/edgex-go/33 ']' [2021-01-20T01:34:00.870Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/33 [2021-01-20T01:34:00.870Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/33]' [2021-01-20T01:34:00.870Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/33] [2021-01-20T01:34:00.870Z] + cd /w/workspace/edgex-go/33 [2021-01-20T01:34:00.870Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-20T01:34:00.870Z] Reading package lists... [2021-01-20T01:34:00.870Z] Building dependency tree... [2021-01-20T01:34:00.870Z] Reading state information... [2021-01-20T01:34:01.132Z] The following packages were automatically installed and are no longer required: [2021-01-20T01:34:01.132Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-20T01:34:01.132Z] uidmap xdelta3 [2021-01-20T01:34:01.132Z] Use 'sudo apt autoremove' to remove them. [2021-01-20T01:34:01.132Z] The following packages will be REMOVED: [2021-01-20T01:34:01.132Z] lxd* lxd-client* [2021-01-20T01:34:01.395Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-20T01:34:01.395Z] After this operation, 31.7 MB disk space will be freed. [2021-01-20T01:34:02.448Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-20T01:34:02.448Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T01:34:03.395Z] Removing lxd dnsmasq configuration [2021-01-20T01:34:03.395Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T01:34:03.658Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-20T01:34:03.966Z] gofmt -l . [2021-01-20T01:34:03.966Z] [ "`gofmt -l .`" = "" ] [2021-01-20T01:34:03.966Z] ./bin/test-go-mod-tidy.sh [2021-01-20T01:34:03.966Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T01:34:04.237Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-20T01:34:04.500Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-20T01:34:04.500Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T01:34:04.638Z] + ls -al . [2021-01-20T01:34:04.638Z] total 696 [2021-01-20T01:34:04.638Z] drwxrwxr-x 9 1001 1001 4096 Jan 20 01:33 . [2021-01-20T01:34:04.638Z] drwxr-xr-x 4 root root 4096 Jan 20 01:30 .. [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 01:28 .dockerignore [2021-01-20T01:34:04.638Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 01:28 .git [2021-01-20T01:34:04.638Z] drwxrwxr-x 3 1001 1001 4096 Jan 20 01:28 .github [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 872 Jan 20 01:28 .gitignore [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 01:28 .sonarcloud.properties [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 7844 Jan 20 01:28 Attribution.txt [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 01:28 CONTRIBUTING.md [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 01:28 Dockerfile.build [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 01:28 Jenkinsfile [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 01:28 LICENSE [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 6001 Jan 20 01:28 Makefile [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 01:28 README.md [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 01:28 SECURITY.md [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 01:25 VERSION [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 01:28 ZMQWindows.md [2021-01-20T01:34:04.638Z] drwxrwxr-x 2 1001 1001 4096 Jan 20 01:28 bin [2021-01-20T01:34:04.638Z] drwxrwxr-x 15 1001 1001 4096 Jan 20 01:28 cmd [2021-01-20T01:34:04.638Z] -rw-r--r-- 1 root root 561674 Jan 20 01:32 coverage.out [2021-01-20T01:34:04.638Z] -rw-r--r-- 1 root root 1007 Jan 20 01:33 go.mod [2021-01-20T01:34:04.638Z] -rw-r--r-- 1 root root 19589 Jan 20 01:33 go.sum [2021-01-20T01:34:04.638Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 01:28 internal [2021-01-20T01:34:04.638Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 01:28 openapi [2021-01-20T01:34:04.638Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 01:28 snap [2021-01-20T01:34:04.638Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 01:28 version.go [Pipeline] sh [2021-01-20T01:34:05.335Z] + '[' -e coverage.out ] [2021-01-20T01:34:05.335Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T01:34:05.356Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T01:34:05.891Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-20T01:34:05.891Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-20T01:34:06.578Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T01:34:07.274Z] + make build [2021-01-20T01:34:07.274Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T01:34:07.275Z] + sudo snap remove --purge lxd [2021-01-20T01:34:07.275Z] snap "lxd" is not installed [2021-01-20T01:34:07.275Z] + sudo groupadd --force --system lxd [2021-01-20T01:34:07.275Z] ++ whoami [2021-01-20T01:34:07.275Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-20T01:34:07.536Z] + newgrp - lxd [2021-01-20T01:34:07.536Z] + sudo snap install lxd [2021-01-20T01:34:17.544Z] 2021-01-20T01:34:15Z INFO Waiting for automatic snapd restart... [2021-01-20T01:34:19.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T01:34:32.540Z] lxd 4.10 from Canonical* installed [2021-01-20T01:34:32.540Z] + sudo lxd init --auto [2021-01-20T01:34:40.690Z] + sudo snap install --classic snapcraft [2021-01-20T01:34:46.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T01:34:47.284Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T01:34:47.284Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-20T01:34:47.284Z] + patch --verbose -p1 [2021-01-20T01:34:47.284Z] Hmm... Looks like a unified diff to me... [2021-01-20T01:34:47.284Z] The text leading up to this was: [2021-01-20T01:34:47.284Z] -------------------------- [2021-01-20T01:34:47.284Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-20T01:34:47.284Z] |From: Tony Espy [2021-01-20T01:34:47.284Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-20T01:34:47.284Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-20T01:34:47.284Z] | [2021-01-20T01:34:47.284Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-20T01:34:47.284Z] |optimize the snap CI check run for pull requests. When [2021-01-20T01:34:47.284Z] |applied, it essentially strips out everything (apps and [2021-01-20T01:34:47.284Z] |parts) from the snapcraft.yaml file except those required [2021-01-20T01:34:47.284Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-20T01:34:47.284Z] |catch changes to edgex-go that break the snap build. [2021-01-20T01:34:47.284Z] | [2021-01-20T01:34:47.284Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-20T01:34:47.284Z] |to update this patch file, otherwise it may fail to apply, [2021-01-20T01:34:47.284Z] |resulting in a failed snap build CI check in the associated [2021-01-20T01:34:47.284Z] |pull request. [2021-01-20T01:34:47.284Z] | [2021-01-20T01:34:47.284Z] |Note - in addition to applying this patch, the pipeline also [2021-01-20T01:34:47.284Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-20T01:34:47.284Z] |need to build the finally binary .snap file (and it won't [2021-01-20T01:34:47.284Z] |work with the patch applied). This further reduces the build [2021-01-20T01:34:47.284Z] |time. [2021-01-20T01:34:47.284Z] |--- [2021-01-20T01:34:47.284Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-20T01:34:47.284Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-20T01:34:47.284Z] | [2021-01-20T01:34:47.284Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-20T01:34:47.284Z] |index 1e537489..faf42425 100644 [2021-01-20T01:34:47.284Z] |--- a/snap/snapcraft.yaml [2021-01-20T01:34:47.284Z] |+++ b/snap/snapcraft.yaml [2021-01-20T01:34:47.284Z] -------------------------- [2021-01-20T01:34:47.284Z] patching file snap/snapcraft.yaml [2021-01-20T01:34:47.284Z] Using Plan A... [2021-01-20T01:34:47.284Z] Hunk #1 succeeded at 73. [2021-01-20T01:34:47.284Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-20T01:34:47.284Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-20T01:34:47.284Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-20T01:34:47.284Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-20T01:34:47.284Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-20T01:34:47.284Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-20T01:34:47.284Z] Hunk #8 succeeded at 342. [2021-01-20T01:34:47.284Z] Hmm... Ignoring the trailing garbage. [2021-01-20T01:34:47.284Z] done [2021-01-20T01:34:47.284Z] + sudo snapcraft prime --use-lxd [2021-01-20T01:34:48.227Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-20T01:34:48.227Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-20T01:34:48.227Z] - README.md [2021-01-20T01:34:48.227Z] - snapcraft.yaml.orig [2021-01-20T01:34:48.227Z] [2021-01-20T01:34:48.227Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-20T01:34:48.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T01:34:48.799Z] Launching a container. [2021-01-20T01:34:53.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T01:34:55.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T01:35:00.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T01:35:01.030Z] Waiting for container to be ready [2021-01-20T01:35:01.030Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-20T01:35:01.030Z] [2021-01-20T01:35:02.941Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-20T01:35:03.515Z] Waiting for network to be ready... [2021-01-20T01:35:03.777Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T01:35:03.777Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-20T01:35:03.777Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-20T01:35:04.039Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-20T01:35:04.039Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-20T01:35:04.039Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-20T01:35:04.039Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-20T01:35:04.039Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-20T01:35:04.039Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-20T01:35:04.039Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-20T01:35:04.301Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-20T01:35:04.562Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-20T01:35:04.562Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-20T01:35:04.823Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-20T01:35:04.823Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-20T01:35:04.823Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-20T01:35:04.823Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-20T01:35:04.823Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-20T01:35:05.085Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-20T01:35:05.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T01:35:05.346Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-20T01:35:05.608Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-20T01:35:05.608Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-20T01:35:05.608Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-20T01:35:05.608Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-20T01:35:05.608Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-20T01:35:05.608Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-20T01:35:05.608Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-20T01:35:07.525Z] Fetched 23.8 MB in 4s (5964 kB/s) [2021-01-20T01:35:08.464Z] Reading package lists... [2021-01-20T01:35:08.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T01:35:08.725Z] Reading package lists... [2021-01-20T01:35:08.725Z] Building dependency tree... [2021-01-20T01:35:08.725Z] Reading state information... [2021-01-20T01:35:08.986Z] The following additional packages will be installed: [2021-01-20T01:35:08.986Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-20T01:35:08.986Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-20T01:35:08.986Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-20T01:35:08.986Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-20T01:35:08.986Z] Suggested packages: [2021-01-20T01:35:08.986Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-20T01:35:08.986Z] Recommended packages: [2021-01-20T01:35:08.986Z] gnupg libsasl2-modules [2021-01-20T01:35:08.986Z] The following NEW packages will be installed: [2021-01-20T01:35:08.986Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-20T01:35:08.986Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-20T01:35:08.986Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-20T01:35:08.986Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-20T01:35:08.986Z] The following packages will be upgraded: [2021-01-20T01:35:08.986Z] gpg gpg-agent gpgconf libudev1 [2021-01-20T01:35:09.252Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-20T01:35:09.252Z] Need to get 3533 kB of archives. [2021-01-20T01:35:09.252Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-20T01:35:09.252Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-20T01:35:09.252Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-20T01:35:09.512Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-20T01:35:09.773Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-20T01:35:09.773Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-20T01:35:09.773Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-20T01:35:09.773Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-20T01:35:09.773Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-20T01:35:09.773Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-20T01:35:09.773Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-20T01:35:10.034Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-20T01:35:10.034Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-20T01:35:10.034Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-20T01:35:10.034Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-20T01:35:10.034Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-20T01:35:10.034Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-20T01:35:10.035Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-20T01:35:10.035Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-20T01:35:10.035Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-20T01:35:10.035Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-20T01:35:10.035Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-20T01:35:10.035Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-20T01:35:10.297Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T01:35:10.297Z] Fetched 3533 kB in 1s (2618 kB/s) [2021-01-20T01:35:10.559Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-20T01:35:10.559Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-20T01:35:10.559Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T01:35:10.559Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-20T01:35:10.559Z] Selecting previously unselected package udev. [2021-01-20T01:35:10.559Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-20T01:35:10.559Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-20T01:35:10.820Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-20T01:35:10.820Z] Selecting previously unselected package libfuse2:amd64. [2021-01-20T01:35:10.820Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-20T01:35:10.820Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-20T01:35:11.082Z] Selecting previously unselected package fuse. [2021-01-20T01:35:11.082Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-20T01:35:11.082Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-20T01:35:11.082Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:11.082Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T01:35:11.344Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:11.344Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T01:35:11.344Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:11.606Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T01:35:11.606Z] Selecting previously unselected package libksba8:amd64. [2021-01-20T01:35:11.606Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-20T01:35:11.606Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-20T01:35:11.606Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-20T01:35:11.606Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:11.606Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:11.868Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-20T01:35:11.868Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:11.868Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:11.868Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-20T01:35:11.868Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:11.868Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:12.130Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-20T01:35:12.130Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:12.130Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:12.130Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-20T01:35:12.130Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:12.130Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:12.130Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-20T01:35:12.392Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:12.392Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:12.392Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-20T01:35:12.392Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:12.392Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:12.392Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-20T01:35:12.392Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:12.392Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:12.654Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-20T01:35:12.654Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T01:35:12.654Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:12.654Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-20T01:35:12.654Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-20T01:35:12.654Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T01:35:12.654Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-20T01:35:12.654Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-20T01:35:12.654Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T01:35:12.914Z] Selecting previously unselected package libldap-common. [2021-01-20T01:35:12.914Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-20T01:35:12.914Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T01:35:12.914Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-20T01:35:12.914Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-20T01:35:12.914Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T01:35:13.175Z] Selecting previously unselected package dirmngr. [2021-01-20T01:35:13.176Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:13.176Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-20T01:35:13.176Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T01:35:13.176Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-20T01:35:13.176Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-20T01:35:13.437Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T01:35:13.437Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T01:35:13.437Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-20T01:35:13.437Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:13.437Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-20T01:35:13.437Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T01:35:13.437Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-20T01:35:13.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T01:35:14.010Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-20T01:35:14.010Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:14.010Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-20T01:35:14.010Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-20T01:35:14.010Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-20T01:35:14.272Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:14.272Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:14.272Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:14.272Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:14.272Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:14.272Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:14.272Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T01:35:14.272Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T01:35:14.272Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-20T01:35:14.550Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T01:35:14.813Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-20T01:35:14.813Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-20T01:35:14.813Z] This means they are not meant to be enabled using systemctl. [2021-01-20T01:35:14.813Z] Possible reasons for having this kind of units are: [2021-01-20T01:35:14.813Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-20T01:35:14.813Z] .wants/ or .requires/ directory. [2021-01-20T01:35:14.813Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-20T01:35:14.813Z] a requirement dependency on it. [2021-01-20T01:35:14.813Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-20T01:35:14.813Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-20T01:35:14.813Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-20T01:35:14.813Z] instance name specified. [2021-01-20T01:35:15.076Z] Reading package lists... [2021-01-20T01:35:15.337Z] Building dependency tree... [2021-01-20T01:35:15.337Z] Reading state information... [2021-01-20T01:35:15.337Z] The following additional packages will be installed: [2021-01-20T01:35:15.337Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-20T01:35:15.337Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-20T01:35:15.337Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-20T01:35:15.337Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-20T01:35:15.337Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-20T01:35:15.337Z] Suggested packages: [2021-01-20T01:35:15.337Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-20T01:35:15.337Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-20T01:35:15.337Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-20T01:35:15.337Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-20T01:35:15.337Z] systemd-container policykit-1 [2021-01-20T01:35:15.337Z] Recommended packages: [2021-01-20T01:35:15.337Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-20T01:35:15.337Z] The following NEW packages will be installed: [2021-01-20T01:35:15.337Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-20T01:35:15.337Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-20T01:35:15.337Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-20T01:35:15.337Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-20T01:35:15.337Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-20T01:35:15.337Z] The following packages will be upgraded: [2021-01-20T01:35:15.337Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-20T01:35:15.600Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-20T01:35:15.600Z] Need to get 35.2 MB of archives. [2021-01-20T01:35:15.600Z] After this operation, 141 MB of additional disk space will be used. [2021-01-20T01:35:15.600Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-20T01:35:15.600Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-20T01:35:15.600Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-20T01:35:15.600Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-20T01:35:15.600Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-20T01:35:15.600Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-20T01:35:15.600Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-20T01:35:15.600Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-20T01:35:15.861Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-20T01:35:15.861Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-20T01:35:15.861Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-20T01:35:15.861Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-20T01:35:15.861Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-20T01:35:15.861Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-20T01:35:15.861Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-20T01:35:15.861Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-20T01:35:15.861Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-20T01:35:16.430Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-20T01:35:16.430Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-20T01:35:16.430Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-20T01:35:16.430Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-20T01:35:16.430Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-20T01:35:16.430Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-20T01:35:16.430Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-20T01:35:16.430Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-20T01:35:16.430Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-20T01:35:16.691Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-20T01:35:16.691Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-20T01:35:16.691Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-20T01:35:16.691Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-20T01:35:17.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T01:35:18.078Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T01:35:18.078Z] Fetched 35.2 MB in 3s (13.8 MB/s) [2021-01-20T01:35:18.078Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T01:35:18.078Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-20T01:35:18.340Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T01:35:18.912Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-20T01:35:18.912Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T01:35:19.173Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-20T01:35:19.173Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T01:35:19.173Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-20T01:35:19.173Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-20T01:35:19.433Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-20T01:35:19.433Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T01:35:19.433Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-20T01:35:19.433Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-20T01:35:19.694Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-20T01:35:19.694Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-20T01:35:20.276Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-20T01:35:20.540Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-20T01:35:20.540Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-20T01:35:20.540Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-20T01:35:20.803Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-20T01:35:20.803Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T01:35:20.803Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T01:35:21.063Z] Selecting previously unselected package libexpat1:amd64. [2021-01-20T01:35:21.064Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-20T01:35:21.064Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-20T01:35:21.064Z] Selecting previously unselected package python3.6-minimal. [2021-01-20T01:35:21.064Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T01:35:21.064Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T01:35:21.325Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-20T01:35:21.325Z] Checking for services that may need to be restarted...done. [2021-01-20T01:35:21.325Z] Checking for services that may need to be restarted...done. [2021-01-20T01:35:21.588Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T01:35:21.588Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-20T01:35:21.588Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T01:35:21.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T01:35:22.160Z] Selecting previously unselected package python3-minimal. [2021-01-20T01:35:22.160Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-20T01:35:22.160Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-20T01:35:22.160Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-20T01:35:22.160Z] Selecting previously unselected package mime-support. [2021-01-20T01:35:22.160Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-20T01:35:22.160Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-20T01:35:22.160Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-20T01:35:22.160Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-20T01:35:22.421Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-20T01:35:22.421Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-20T01:35:22.421Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T01:35:22.421Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T01:35:22.683Z] Selecting previously unselected package python3.6. [2021-01-20T01:35:22.683Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T01:35:22.683Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T01:35:22.683Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-20T01:35:22.683Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-20T01:35:22.683Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-20T01:35:22.683Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-20T01:35:22.944Z] Selecting previously unselected package python3. [2021-01-20T01:35:22.944Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-20T01:35:22.944Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-20T01:35:22.944Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-20T01:35:23.205Z] Selecting previously unselected package multiarch-support. [2021-01-20T01:35:23.205Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T01:35:23.205Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-20T01:35:23.205Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-20T01:35:23.205Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-20T01:35:23.205Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-20T01:35:23.205Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-20T01:35:23.205Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-20T01:35:23.467Z] Selecting previously unselected package libbsd0:amd64. [2021-01-20T01:35:23.467Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-20T01:35:23.467Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-20T01:35:23.467Z] Selecting previously unselected package sudo. [2021-01-20T01:35:23.467Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-20T01:35:23.467Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-20T01:35:23.730Z] Selecting previously unselected package apparmor. [2021-01-20T01:35:23.730Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-20T01:35:23.730Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-20T01:35:23.991Z] Selecting previously unselected package libedit2:amd64. [2021-01-20T01:35:23.991Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-20T01:35:23.991Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-20T01:35:23.991Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-20T01:35:23.991Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T01:35:23.991Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T01:35:24.252Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-20T01:35:24.252Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T01:35:24.252Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T01:35:24.252Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-20T01:35:24.252Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-20T01:35:24.252Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-20T01:35:24.252Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-20T01:35:24.252Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T01:35:24.252Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T01:35:24.513Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-20T01:35:24.513Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T01:35:24.513Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T01:35:24.513Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-20T01:35:24.513Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-20T01:35:24.513Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-20T01:35:24.774Z] Selecting previously unselected package openssh-client. [2021-01-20T01:35:24.774Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-20T01:35:24.774Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-20T01:35:24.774Z] Selecting previously unselected package squashfs-tools. [2021-01-20T01:35:24.774Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-20T01:35:25.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-20T01:35:25.033Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-20T01:35:25.033Z] Selecting previously unselected package snapd. [2021-01-20T01:35:25.033Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-20T01:35:25.033Z] Unpacking snapd (2.48+18.04) ... [2021-01-20T01:35:26.948Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-20T01:35:27.209Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-20T01:35:27.209Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-20T01:35:27.209Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-20T01:35:27.470Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-20T01:35:27.470Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T01:35:27.470Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T01:35:27.470Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-20T01:35:27.470Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-20T01:35:28.413Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-20T01:35:28.413Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-20T01:35:28.413Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-20T01:35:28.413Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T01:35:28.413Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T01:35:28.413Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T01:35:28.984Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-20T01:35:28.984Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T01:35:28.984Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-20T01:35:28.984Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-20T01:35:28.984Z] running python rtupdate hooks for python3.6... [2021-01-20T01:35:28.984Z] running python post-rtupdate hooks for python3.6... [2021-01-20T01:35:29.245Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2021-01-20T01:35:30.419Z] $ docker stop --time=1 c1f6a1dcad2b85a8e439514f2197f5b2033a9242ba59ae87328fa06b462157b1 [2021-01-20T01:35:30.631Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-20T01:35:30.631Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T01:35:30.631Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-20T01:35:30.631Z] Setting up snapd (2.48+18.04) ... [2021-01-20T01:35:31.204Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-20T01:35:31.204Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-20T01:35:31.465Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-20T01:35:31.725Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-20T01:35:31.725Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-20T01:35:31.725Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-20T01:35:31.985Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-20T01:35:32.245Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-20T01:35:32.245Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-20T01:35:32.507Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-20T01:35:32.507Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-20T01:35:32.769Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T01:35:32.769Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-20T01:35:32.864Z] $ docker rm -f c1f6a1dcad2b85a8e439514f2197f5b2033a9242ba59ae87328fa06b462157b1 [2021-01-20T01:35:33.341Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T01:35:33.602Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T01:35:33.602Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:35:34.807Z] Reading package lists... [2021-01-20T01:35:34.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T01:35:34.822Z] [2021-01-20T01:35:34.822Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:35:35.067Z] Reading package lists... [2021-01-20T01:35:35.068Z] Building dependency tree... [2021-01-20T01:35:35.068Z] Reading state information... [2021-01-20T01:35:35.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T01:35:35.206Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-20T01:35:35.206Z] 29e5d40040c1: Pulling fs layer [2021-01-20T01:35:35.206Z] 1ce36da41761: Pulling fs layer [2021-01-20T01:35:35.206Z] 25b303627fd3: Pulling fs layer [2021-01-20T01:35:35.329Z] Calculating upgrade... [2021-01-20T01:35:35.329Z] The following packages will be upgraded: [2021-01-20T01:35:35.329Z] advancecomp base-files bash binutils binutils-common [2021-01-20T01:35:35.329Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-20T01:35:35.329Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-20T01:35:35.329Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-20T01:35:35.329Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-20T01:35:35.329Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-20T01:35:35.329Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-20T01:35:35.329Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-20T01:35:35.329Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-20T01:35:35.329Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-20T01:35:35.329Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-20T01:35:35.329Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-20T01:35:35.329Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-20T01:35:35.329Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-20T01:35:35.329Z] ubuntu-keyring util-linux [2021-01-20T01:35:35.329Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T01:35:35.329Z] Need to get 63.7 MB of archives. [2021-01-20T01:35:35.329Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-20T01:35:35.329Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-20T01:35:35.591Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-20T01:35:35.591Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-20T01:35:35.591Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-20T01:35:35.591Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-20T01:35:35.591Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-20T01:35:35.591Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-20T01:35:35.591Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-20T01:35:35.591Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-20T01:35:35.591Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-20T01:35:35.591Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-20T01:35:35.591Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-20T01:35:35.591Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-20T01:35:35.591Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-20T01:35:35.591Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-20T01:35:35.591Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-20T01:35:35.591Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-20T01:35:35.591Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-20T01:35:35.591Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-20T01:35:35.591Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-20T01:35:35.591Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-20T01:35:35.801Z] 29e5d40040c1: Verifying Checksum [2021-01-20T01:35:35.802Z] 29e5d40040c1: Download complete [2021-01-20T01:35:35.856Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-20T01:35:35.856Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-20T01:35:35.856Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-20T01:35:35.856Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-20T01:35:35.856Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-20T01:35:35.856Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-20T01:35:35.856Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-20T01:35:35.856Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-20T01:35:35.856Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-20T01:35:35.856Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-20T01:35:35.856Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-20T01:35:35.856Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-20T01:35:35.856Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-20T01:35:35.856Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-20T01:35:35.856Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-20T01:35:35.856Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-20T01:35:35.856Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-20T01:35:35.856Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-20T01:35:35.856Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-20T01:35:35.856Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-20T01:35:35.856Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-20T01:35:35.856Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-20T01:35:35.856Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-20T01:35:35.856Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-20T01:35:35.856Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-20T01:35:35.856Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-20T01:35:35.856Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-20T01:35:35.856Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-20T01:35:35.856Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-20T01:35:35.856Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-20T01:35:35.856Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-20T01:35:35.856Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-20T01:35:35.856Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-20T01:35:35.856Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-20T01:35:35.856Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-20T01:35:36.117Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-20T01:35:36.117Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-20T01:35:36.117Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-20T01:35:36.378Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-20T01:35:36.378Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-20T01:35:36.378Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-20T01:35:36.378Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-20T01:35:36.378Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-20T01:35:36.378Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-20T01:35:36.397Z] 29e5d40040c1: Pull complete [2021-01-20T01:35:36.640Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-20T01:35:36.640Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-20T01:35:36.672Z] 1ce36da41761: Verifying Checksum [2021-01-20T01:35:36.672Z] 1ce36da41761: Download complete [2021-01-20T01:35:36.903Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-20T01:35:36.903Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-20T01:35:36.903Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-20T01:35:36.903Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-20T01:35:36.903Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-20T01:35:36.903Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-20T01:35:36.903Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-20T01:35:36.903Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-20T01:35:36.903Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-20T01:35:36.903Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-20T01:35:37.164Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-20T01:35:37.164Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-20T01:35:37.164Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-20T01:35:37.164Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-20T01:35:37.164Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-20T01:35:37.164Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-20T01:35:37.164Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-20T01:35:37.164Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-20T01:35:37.164Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-20T01:35:37.164Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-20T01:35:37.426Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-20T01:35:37.426Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-20T01:35:37.426Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-20T01:35:37.426Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-20T01:35:37.426Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-20T01:35:37.426Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-20T01:35:37.426Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-20T01:35:37.426Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-20T01:35:37.426Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-20T01:35:37.426Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-20T01:35:37.686Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T01:35:37.686Z] Fetched 63.7 MB in 2s (30.0 MB/s) [2021-01-20T01:35:37.686Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:37.686Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T01:35:37.686Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T01:35:38.100Z] 1ce36da41761: Pull complete [2021-01-20T01:35:38.256Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T01:35:38.256Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T01:35:38.373Z] 25b303627fd3: Verifying Checksum [2021-01-20T01:35:38.373Z] 25b303627fd3: Download complete [2021-01-20T01:35:38.517Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-20T01:35:38.517Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-20T01:35:39.458Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:39.458Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:39.458Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:39.458Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:39.720Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:39.720Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:39.720Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:39.720Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:39.981Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:39.981Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:39.981Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:39.981Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:39.981Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:40.243Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:40.243Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:35:40.243Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T01:35:40.243Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:40.243Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-20T01:35:40.504Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:35:40.504Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T01:35:40.504Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:40.504Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:40.764Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:40.764Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:40.764Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T01:35:41.026Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T01:35:41.026Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:35:41.286Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T01:35:41.286Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T01:35:41.286Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T01:35:41.857Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-20T01:35:41.857Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T01:35:41.857Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-20T01:35:41.857Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-20T01:35:42.119Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-20T01:35:42.119Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-20T01:35:42.380Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-20T01:35:42.380Z] Installing new version of config file /etc/issue ... [2021-01-20T01:35:42.380Z] Installing new version of config file /etc/issue.net ... [2021-01-20T01:35:42.380Z] Installing new version of config file /etc/lsb-release ... [2021-01-20T01:35:42.380Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-20T01:35:42.642Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-20T01:35:42.642Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-20T01:35:42.642Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-20T01:35:42.912Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:42.912Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-20T01:35:42.912Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-20T01:35:43.173Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-20T01:35:43.173Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-20T01:35:43.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:43.173Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:43.173Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:43.173Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:35:43.435Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:43.435Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-20T01:35:43.435Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-20T01:35:43.435Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-20T01:35:43.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:43.698Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-20T01:35:43.698Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T01:35:43.959Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-20T01:35:44.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:44.220Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:44.220Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T01:35:44.220Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T01:35:44.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:44.220Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:44.480Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T01:35:44.480Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-20T01:35:44.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:44.742Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-20T01:35:44.742Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-20T01:35:44.742Z] Setting up grep (3.1-2build1) ... [2021-01-20T01:35:45.002Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:45.002Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-20T01:35:45.002Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-20T01:35:45.002Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-20T01:35:45.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:45.262Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T01:35:45.262Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T01:35:45.262Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-20T01:35:45.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:45.262Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T01:35:45.522Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T01:35:45.783Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T01:35:46.045Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T01:35:46.045Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T01:35:46.045Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T01:35:46.616Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-20T01:35:46.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:46.616Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-20T01:35:46.877Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T01:35:47.817Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-20T01:35:47.817Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-20T01:35:48.078Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-20T01:35:48.078Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-20T01:35:48.078Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-20T01:35:48.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:48.339Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-20T01:35:48.339Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-20T01:35:48.339Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-20T01:35:48.515Z] 25b303627fd3: Pull complete [2021-01-20T01:35:48.515Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-20T01:35:48.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T01:35:48.515Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-20T01:35:48.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:48.620Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:48.620Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:48.775Z] prd-ubuntu18.04-docker-arm64-4c-16g-21468 does not seem to be running inside a container [2021-01-20T01:35:48.848Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-20T01:35:48.881Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:35:48.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:48.881Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:48.881Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:49.141Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:35:49.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:49.141Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:49.141Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:49.141Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:35:49.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:49.401Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:49.401Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:49.401Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:35:49.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:49.661Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T01:35:49.661Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T01:35:49.661Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T01:35:49.661Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T01:35:49.922Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T01:35:49.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:49.922Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T01:35:50.184Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T01:35:50.184Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T01:35:50.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:50.184Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:50.184Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:50.456Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:35:50.456Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:50.456Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:50.456Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:50.717Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:35:50.717Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:50.717Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:50.979Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:51.240Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:35:51.501Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-20T01:35:51.762Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-20T01:35:51.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:51.762Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T01:35:51.762Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T01:35:51.770Z] $ docker top 92efaf76b474c7f87ee972a15862e7e2a430933e06c5d750818d70a25d469b00 -eo pid,comm [2021-01-20T01:35:52.022Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh [2021-01-20T01:35:52.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T01:35:52.282Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-20T01:35:52.282Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T01:35:52.282Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-20T01:35:52.544Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:52.544Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-20T01:35:52.544Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-20T01:35:52.777Z] + docker-compose build --help [2021-01-20T01:35:52.777Z] + grep parallel [2021-01-20T01:35:52.806Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-20T01:35:53.067Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:53.067Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T01:35:53.067Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T01:35:53.067Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T01:35:53.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:53.329Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T01:35:53.329Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T01:35:53.329Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T01:35:53.589Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:53.589Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T01:35:53.589Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T01:35:53.850Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T01:35:54.113Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:54.113Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T01:35:54.113Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T01:35:54.113Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-20T01:35:54.113Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T01:35:54.374Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:54.374Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T01:35:54.374Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T01:35:54.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:54.635Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-20T01:35:54.635Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-20T01:35:54.635Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-20T01:35:54.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:54.897Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-20T01:35:54.897Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T01:35:54.897Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T01:35:55.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:55.157Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:55.157Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T01:35:55.416Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T01:35:55.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:55.416Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-20T01:35:55.416Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-20T01:35:55.676Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-20T01:35:55.676Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:55.676Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-20T01:35:55.676Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-20T01:35:56.136Z] --parallel Build images in parallel. [2021-01-20T01:35:56.254Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-20T01:35:56.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:56.254Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T01:35:56.254Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [Pipeline] } [2021-01-20T01:35:56.431Z] $ docker stop --time=1 92efaf76b474c7f87ee972a15862e7e2a430933e06c5d750818d70a25d469b00 [2021-01-20T01:35:56.515Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-20T01:35:56.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:56.515Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-20T01:35:56.515Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-20T01:35:56.775Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-20T01:35:56.775Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:56.775Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-20T01:35:56.775Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-20T01:35:57.034Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-20T01:35:57.035Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:57.035Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-20T01:35:57.035Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-20T01:35:57.295Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-20T01:35:57.295Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:57.295Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-20T01:35:57.295Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-20T01:35:57.555Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-20T01:35:57.816Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:57.816Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-20T01:35:57.817Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-20T01:35:57.817Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-20T01:35:58.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T01:35:58.077Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-20T01:35:58.077Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-20T01:35:58.077Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-20T01:35:58.077Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-20T01:35:58.077Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-20T01:35:58.284Z] $ docker rm -f 92efaf76b474c7f87ee972a15862e7e2a430933e06c5d750818d70a25d469b00 [2021-01-20T01:35:58.341Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-20T01:35:58.341Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-20T01:35:58.341Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-20T01:35:58.601Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-20T01:35:58.602Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-20T01:35:58.602Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-20T01:35:58.602Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:35:58.863Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-20T01:35:58.863Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-20T01:35:58.863Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-20T01:35:59.123Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-20T01:35:59.123Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-20T01:35:59.123Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-20T01:35:59.123Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-20T01:35:59.123Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-20T01:35:59.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T01:35:59.156Z] . [Pipeline] withDockerContainer [2021-01-20T01:35:59.384Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-20T01:35:59.384Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-20T01:35:59.384Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-20T01:35:59.384Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-20T01:35:59.446Z] prd-ubuntu18.04-docker-arm64-4c-16g-21468 does not seem to be running inside a container [2021-01-20T01:35:59.522Z] $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-20T01:35:59.644Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-20T01:35:59.644Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-20T01:35:59.644Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-20T01:35:59.644Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-20T01:36:00.586Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-20T01:36:00.586Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-20T01:36:00.586Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-20T01:36:00.586Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-20T01:36:00.847Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T01:36:00.847Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T01:36:00.906Z] $ docker top c80d268bfac7c7f8d8902fc727c82ec6b143bc49fe838d6ad1855c9157ae9f8d -eo pid,comm [2021-01-20T01:36:01.107Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T01:36:01.107Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-01-20T01:36:01.369Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T01:36:01.369Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T01:36:01.369Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T01:36:01.369Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T01:36:01.369Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:01.630Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:01.630Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:01.630Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:01.893Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:01.893Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:01.893Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:01.893Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:01.908Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T01:36:03.277Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:03.278Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:03.849Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:04.110Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:04.690Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:04.690Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:04.970Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:04.970Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:06.000Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T01:36:06.000Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T01:36:06.000Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T01:36:06.000Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T01:36:06.191Z] Building docker-core-command-go ... [2021-01-20T01:36:06.191Z] Building docker-core-data-go ... [2021-01-20T01:36:06.191Z] Building docker-core-metadata-go ... [2021-01-20T01:36:06.191Z] Building docker-security-bootstrapper-go ... [2021-01-20T01:36:06.191Z] Building docker-security-proxy-setup-go ... [2021-01-20T01:36:06.191Z] Building docker-security-secretstore-setup-go ... [2021-01-20T01:36:06.191Z] Building docker-support-notifications-go ... [2021-01-20T01:36:06.191Z] Building docker-support-scheduler-go ... [2021-01-20T01:36:06.191Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T01:36:06.191Z] Building docker-sys-mgmt-agent-go [2021-01-20T01:36:06.191Z] Building docker-core-command-go [2021-01-20T01:36:06.191Z] Building docker-security-proxy-setup-go [2021-01-20T01:36:06.191Z] Building docker-support-notifications-go [2021-01-20T01:36:06.191Z] Building docker-security-secretstore-setup-go [2021-01-20T01:36:06.274Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-20T01:36:06.274Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T01:36:06.274Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-20T01:36:06.274Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T01:36:06.551Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-20T01:36:06.551Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-20T01:36:06.551Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T01:36:06.551Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T01:36:06.823Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T01:36:06.823Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T01:36:06.823Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-20T01:36:06.823Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-20T01:36:07.088Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:36:07.088Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T01:36:07.088Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:36:07.088Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:36:07.088Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:36:07.088Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-20T01:36:07.088Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-20T01:36:07.359Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-20T01:36:07.359Z] [2021-01-20T01:36:07.359Z] Current default time zone: 'Etc/UTC' [2021-01-20T01:36:07.359Z] Local time is now: Wed Jan 20 01:36:07 UTC 2021. [2021-01-20T01:36:07.359Z] Universal Time is now: Wed Jan 20 01:36:07 UTC 2021. [2021-01-20T01:36:07.359Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-20T01:36:07.359Z] [2021-01-20T01:36:07.359Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-20T01:36:07.359Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:36:07.359Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-20T01:36:07.359Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-20T01:36:07.359Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-20T01:36:07.359Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-20T01:36:07.622Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-20T01:36:07.622Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-20T01:36:07.622Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-20T01:36:07.622Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-20T01:36:07.622Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:36:07.622Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-20T01:36:07.883Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:07.883Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-20T01:36:07.883Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:36:07.883Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-20T01:36:07.883Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-20T01:36:07.883Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-20T01:36:08.144Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-20T01:36:08.144Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-20T01:36:08.144Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-20T01:36:08.144Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-20T01:36:08.144Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-20T01:36:10.059Z] Updating certificates in /etc/ssl/certs... [2021-01-20T01:36:11.005Z] 22 added, 17 removed; done. [2021-01-20T01:36:11.005Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-20T01:36:11.005Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T01:36:11.005Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-20T01:36:11.005Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-20T01:36:11.005Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-20T01:36:11.005Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:11.005Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-20T01:36:11.265Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:11.265Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:11.265Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:11.265Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:11.265Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:11.265Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-20T01:36:11.265Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-20T01:36:11.526Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-20T01:36:11.526Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-20T01:36:11.526Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-20T01:36:11.526Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:11.526Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T01:36:11.526Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-20T01:36:11.526Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-20T01:36:11.787Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-20T01:36:11.787Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T01:36:11.787Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-20T01:36:11.787Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-20T01:36:11.787Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-20T01:36:11.787Z] Updating certificates in /etc/ssl/certs... [2021-01-20T01:36:12.366Z] 0 added, 0 removed; done. [2021-01-20T01:36:12.366Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-20T01:36:12.366Z] done. [2021-01-20T01:36:12.940Z] Reading package lists... [2021-01-20T01:36:12.940Z] Building dependency tree... [2021-01-20T01:36:12.940Z] Reading state information... [2021-01-20T01:36:13.201Z] The following NEW packages will be installed: [2021-01-20T01:36:13.201Z] apt-transport-https [2021-01-20T01:36:13.462Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T01:36:13.462Z] Need to get 1696 B of archives. [2021-01-20T01:36:13.462Z] After this operation, 153 kB of additional disk space will be used. [2021-01-20T01:36:13.462Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-20T01:36:13.462Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T01:36:13.462Z] Fetched 1696 B in 0s (9511 B/s) [2021-01-20T01:36:13.462Z] Selecting previously unselected package apt-transport-https. [2021-01-20T01:36:13.462Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-20T01:36:13.462Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-20T01:36:13.462Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-20T01:36:13.723Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-20T01:36:13.723Z] Waiting for network to be ready... [2021-01-20T01:36:20.310Z] 2021-01-20T01:36:16Z INFO Waiting for automatic snapd restart... [2021-01-20T01:36:20.310Z] snapd 2.48.2 from Canonical* installed [2021-01-20T01:36:20.584Z] "snapd" switched to the "latest/stable" channel [2021-01-20T01:36:20.584Z] [2021-01-20T01:36:23.884Z] core18 20201210 from Canonical* installed [2021-01-20T01:36:23.884Z] "core18" switched to the "latest/stable" channel [2021-01-20T01:36:23.884Z] [2021-01-20T01:36:27.187Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T01:36:27.187Z] "snapcraft" switched to the "latest/stable" channel [2021-01-20T01:36:27.187Z] [2021-01-20T01:36:30.491Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-20T01:36:30.491Z] - README.md [2021-01-20T01:36:30.491Z] - snapcraft.yaml.orig [2021-01-20T01:36:30.491Z] [2021-01-20T01:36:30.491Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-20T01:36:37.085Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T01:36:37.085Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T01:36:37.085Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T01:36:37.085Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T01:36:38.287Z] Reading package lists... [2021-01-20T01:36:38.548Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-20T01:36:45.141Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T01:36:45.141Z] Reading package lists... [2021-01-20T01:36:45.141Z] Building dependency tree... [2021-01-20T01:36:45.141Z] Reading state information... [2021-01-20T01:36:45.141Z] Suggested packages: [2021-01-20T01:36:45.141Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-20T01:36:45.141Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-20T01:36:45.141Z] Recommended packages: [2021-01-20T01:36:45.141Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-20T01:36:45.141Z] The following NEW packages will be installed: [2021-01-20T01:36:45.141Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-20T01:36:45.141Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-20T01:36:45.141Z] pkg-config zip [2021-01-20T01:36:45.141Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T01:36:45.141Z] Need to get 7655 kB of archives. [2021-01-20T01:36:45.141Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-20T01:36:45.141Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-20T01:36:45.141Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-20T01:36:45.141Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-20T01:36:45.141Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-20T01:36:45.141Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-20T01:36:45.141Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-20T01:36:45.141Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-20T01:36:45.402Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-20T01:36:45.402Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-20T01:36:45.402Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-20T01:36:45.402Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-20T01:36:45.661Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-20T01:36:45.661Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-20T01:36:45.661Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-20T01:36:45.661Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-20T01:36:45.661Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T01:36:45.661Z] Fetched 7655 kB in 1s (10.3 MB/s) [2021-01-20T01:36:45.922Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-20T01:36:45.922Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-20T01:36:45.922Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-20T01:36:45.922Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-20T01:36:46.183Z] Selecting previously unselected package libpsl5:amd64. [2021-01-20T01:36:46.183Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-20T01:36:46.183Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-20T01:36:46.183Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-20T01:36:46.183Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-20T01:36:46.183Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-20T01:36:46.183Z] Selecting previously unselected package librtmp1:amd64. [2021-01-20T01:36:46.183Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-20T01:36:46.183Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-20T01:36:46.444Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-20T01:36:46.444Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-20T01:36:46.444Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-20T01:36:46.444Z] Selecting previously unselected package liberror-perl. [2021-01-20T01:36:46.444Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-20T01:36:46.444Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-20T01:36:46.444Z] Selecting previously unselected package git-man. [2021-01-20T01:36:46.444Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-20T01:36:46.444Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-20T01:36:46.704Z] Selecting previously unselected package git. [2021-01-20T01:36:46.704Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-20T01:36:46.704Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-20T01:36:47.645Z] Selecting previously unselected package libnorm1:amd64. [2021-01-20T01:36:47.645Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-20T01:36:47.645Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-20T01:36:47.645Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-20T01:36:47.646Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-20T01:36:47.646Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-20T01:36:47.646Z] Selecting previously unselected package libsodium23:amd64. [2021-01-20T01:36:47.646Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-20T01:36:47.646Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-20T01:36:47.907Z] Selecting previously unselected package libzmq5:amd64. [2021-01-20T01:36:47.907Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-20T01:36:47.907Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T01:36:47.907Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-20T01:36:47.907Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-20T01:36:47.907Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T01:36:47.907Z] Selecting previously unselected package pkg-config. [2021-01-20T01:36:47.907Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-20T01:36:48.169Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-20T01:36:48.169Z] Selecting previously unselected package zip. [2021-01-20T01:36:48.169Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-20T01:36:48.169Z] Unpacking zip (3.0-11build1) ... [2021-01-20T01:36:48.169Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-20T01:36:48.169Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-20T01:36:48.169Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-20T01:36:48.169Z] Setting up liberror-perl (0.17025-1) ... [2021-01-20T01:36:48.428Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-20T01:36:48.428Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-20T01:36:48.428Z] No schema files found: doing nothing. [2021-01-20T01:36:48.428Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-20T01:36:48.428Z] Setting up zip (3.0-11build1) ... [2021-01-20T01:36:48.428Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-20T01:36:48.428Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-20T01:36:48.428Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-20T01:36:48.428Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T01:36:48.428Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-20T01:36:48.690Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T01:36:48.690Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-20T01:36:48.690Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T01:36:55.283Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T01:36:55.283Z] git set to automatically installed. [2021-01-20T01:36:55.283Z] git-man set to automatically installed. [2021-01-20T01:36:55.283Z] libcurl3-gnutls set to automatically installed. [2021-01-20T01:36:55.283Z] liberror-perl set to automatically installed. [2021-01-20T01:36:55.283Z] libglib2.0-0 set to automatically installed. [2021-01-20T01:36:55.283Z] libnghttp2-14 set to automatically installed. [2021-01-20T01:36:55.283Z] libnorm1 set to automatically installed. [2021-01-20T01:36:55.283Z] libpgm-5.2-0 set to automatically installed. [2021-01-20T01:36:55.283Z] libpsl5 set to automatically installed. [2021-01-20T01:36:55.283Z] librtmp1 set to automatically installed. [2021-01-20T01:36:55.283Z] libsodium23 set to automatically installed. [2021-01-20T01:36:55.283Z] libzmq3-dev set to automatically installed. [2021-01-20T01:36:55.283Z] libzmq5 set to automatically installed. [2021-01-20T01:36:55.283Z] pkg-config set to automatically installed. [2021-01-20T01:36:55.283Z] zip set to automatically installed. [2021-01-20T01:36:56.670Z] snapd is not logged in, snap install commands will use sudo [2021-01-20T01:37:03.253Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T01:37:03.823Z] snap "core18" has no updates available [2021-01-20T01:37:04.766Z] Pulling config-common [2021-01-20T01:37:05.705Z] Pulling go-build-helper [2021-01-20T01:37:27.686Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T01:37:27.686Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-20T01:37:27.686Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-20T01:37:27.686Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-20T01:37:27.687Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-20T01:37:27.687Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-20T01:37:27.687Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-20T01:37:27.687Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-20T01:37:27.687Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-20T01:37:27.687Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-20T01:37:27.687Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-20T01:37:27.687Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-20T01:37:27.687Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-20T01:37:27.687Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-20T01:37:27.687Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-20T01:37:27.687Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-20T01:37:27.687Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-20T01:37:27.687Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-20T01:37:27.687Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-20T01:37:27.687Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-20T01:37:27.687Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-20T01:37:27.687Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-20T01:37:27.687Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-20T01:37:27.687Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-20T01:37:27.687Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-20T01:37:27.687Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-20T01:37:27.687Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-20T01:37:27.687Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-20T01:37:27.687Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-20T01:37:27.687Z] Fetched 279 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-20T01:37:27.687Z] Fetched 122 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-20T01:37:27.687Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-20T01:37:27.687Z] Fetched 8848 B in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-20T01:37:27.687Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-20T01:37:27.687Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-20T01:37:27.687Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-20T01:37:27.687Z] Fetched 214 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-20T01:37:27.687Z] Fetched 155 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-20T01:37:27.687Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-20T01:37:27.687Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-20T01:37:27.687Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-20T01:37:27.687Z] Fetched 499 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-20T01:37:27.687Z] Fetched 111 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-20T01:37:27.687Z] Fetched 240 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-20T01:37:27.687Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-20T01:37:27.687Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-20T01:37:27.687Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-20T01:37:27.687Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-20T01:37:27.687Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-20T01:37:27.687Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-20T01:37:27.687Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-20T01:37:27.687Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-20T01:37:27.687Z] Fetched 8720 B in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-20T01:37:27.687Z] Fetched 137 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-20T01:37:27.687Z] Fetched 119 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-20T01:37:27.687Z] Fetched 109 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-20T01:37:27.687Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-20T01:37:27.687Z] Fetched 645 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-20T01:37:27.687Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-20T01:37:27.687Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-20T01:37:27.687Z] Fetched 368 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-20T01:37:27.687Z] Fetched 187 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-20T01:37:27.687Z] Fetched 175 kB in 0s (0 B/s) [2021-01-20T01:37:27.687Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-20T01:37:27.953Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:37:27.953Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:37:27.953Z] ---> b6829bb72e2a [2021-01-20T01:37:27.953Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T01:37:27.953Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:37:27.953Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:37:27.953Z] ---> b6829bb72e2a [2021-01-20T01:37:27.953Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T01:37:27.953Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:37:27.953Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:37:27.953Z] ---> b6829bb72e2a [2021-01-20T01:37:27.953Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T01:37:27.953Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:37:27.953Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:37:27.953Z] ---> b6829bb72e2a [2021-01-20T01:37:27.953Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T01:37:27.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:37:27.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:37:27.953Z] ---> b6829bb72e2a [2021-01-20T01:37:27.953Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T01:37:27.953Z] ---> Running in 409f8cb01e9d [2021-01-20T01:37:27.953Z] ---> Running in 2a1ac73af282 [2021-01-20T01:37:27.953Z] ---> Running in 97b4da2e9751 [2021-01-20T01:37:27.953Z] ---> Running in 01690db16e1f [2021-01-20T01:37:27.953Z] ---> Running in 92fbc7e013f8 [2021-01-20T01:37:27.953Z] Removing intermediate container 2a1ac73af282 [2021-01-20T01:37:27.953Z] ---> 7f5cf6bbfd14 [2021-01-20T01:37:27.953Z] Removing intermediate container 01690db16e1f [2021-01-20T01:37:27.953Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 57e1caeae3f0 [2021-01-20T01:37:27.953Z] Removing intermediate container 92fbc7e013f8 [2021-01-20T01:37:27.953Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:37:27.953Z] [2021-01-20T01:37:27.953Z] ---> 9e189a600370 [2021-01-20T01:37:27.954Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:37:27.954Z] Removing intermediate container 97b4da2e9751 [2021-01-20T01:37:27.954Z] ---> 5cc53cd7c48a [2021-01-20T01:37:27.954Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:37:27.954Z] Removing intermediate container 409f8cb01e9d [2021-01-20T01:37:27.954Z] ---> 644ef2058e89 [2021-01-20T01:37:27.954Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:37:27.954Z] ---> Running in 30822051df51 [2021-01-20T01:37:27.954Z] ---> Running in 91e74a419caf [2021-01-20T01:37:27.954Z] ---> Running in 24f5d9d9a6a1 [2021-01-20T01:37:27.954Z] ---> Running in 2c35dcacd834 [2021-01-20T01:37:27.954Z] ---> Running in ddc25cbd0df4 [2021-01-20T01:37:27.954Z] Removing intermediate container 91e74a419caf [2021-01-20T01:37:27.954Z] ---> 5668fe04d891 [2021-01-20T01:37:27.954Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T01:37:27.954Z] Removing intermediate container ddc25cbd0df4 [2021-01-20T01:37:27.954Z] ---> 45f3f7f0a9bf [2021-01-20T01:37:27.954Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T01:37:27.954Z] ---> Running in 70dc574942b7 [2021-01-20T01:37:27.954Z] Removing intermediate container 30822051df51 [2021-01-20T01:37:27.954Z] ---> 6173ab00f666 [2021-01-20T01:37:27.954Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-20T01:37:27.954Z] Removing intermediate container 2c35dcacd834 [2021-01-20T01:37:27.954Z] ---> f36dd540c337 [2021-01-20T01:37:27.954Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T01:37:27.954Z] ---> Running in 01f4e88b02a4 [2021-01-20T01:37:27.954Z] Removing intermediate container 24f5d9d9a6a1 [2021-01-20T01:37:27.954Z] ---> fe15314183e6 [2021-01-20T01:37:27.954Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T01:37:27.954Z] ---> Running in 9ee6d45fc3e5 [2021-01-20T01:37:27.954Z] ---> Running in fd5e895177e6 [2021-01-20T01:37:27.954Z] ---> Running in 1d5f8dedb943 [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:37:27.954Z] OK: 217 MiB in 51 packages [2021-01-20T01:37:27.954Z] OK: 217 MiB in 51 packages [2021-01-20T01:37:27.954Z] OK: 217 MiB in 51 packages [2021-01-20T01:37:27.954Z] OK: 217 MiB in 51 packages [2021-01-20T01:37:27.954Z] OK: 217 MiB in 51 packages [2021-01-20T01:37:28.226Z] Removing intermediate container 70dc574942b7 [2021-01-20T01:37:28.226Z] ---> 317cdbb0fa96 [2021-01-20T01:37:28.226Z] Step 6/26 : COPY go.mod . [2021-01-20T01:37:28.824Z] Removing intermediate container 01f4e88b02a4 [2021-01-20T01:37:28.824Z] ---> ead3d1c5dace [2021-01-20T01:37:28.824Z] Step 6/21 : COPY go.mod . [2021-01-20T01:37:29.096Z] Removing intermediate container fd5e895177e6 [2021-01-20T01:37:29.096Z] ---> 8f0475271367 [2021-01-20T01:37:29.096Z] Step 6/22 : COPY go.mod . [2021-01-20T01:37:29.096Z] ---> e0bbd5386891 [2021-01-20T01:37:29.096Z] Step 7/26 : RUN go mod download [2021-01-20T01:37:29.374Z] Removing intermediate container 1d5f8dedb943 [2021-01-20T01:37:29.374Z] ---> a5c27a778b9c [2021-01-20T01:37:29.374Z] Step 6/24 : COPY go.mod . [2021-01-20T01:37:29.374Z] Removing intermediate container 9ee6d45fc3e5 [2021-01-20T01:37:29.374Z] ---> 922c7f94b5ca [2021-01-20T01:37:29.374Z] Step 6/23 : COPY go.mod . [2021-01-20T01:37:29.374Z] ---> Running in 4d4ed0fd2e4e [2021-01-20T01:37:29.980Z] ---> 5dd79090f980 [2021-01-20T01:37:29.980Z] Step 7/21 : RUN go mod download [2021-01-20T01:37:30.230Z] Fetched 206 kB in 0s (0 B/s) [2021-01-20T01:37:30.230Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-20T01:37:30.230Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-20T01:37:30.230Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-20T01:37:30.230Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-20T01:37:30.230Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-20T01:37:30.230Z] Fetched 159 kB in 0s (0 B/s) [2021-01-20T01:37:30.230Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-20T01:37:30.230Z] Fetched 107 kB in 0s (0 B/s) [2021-01-20T01:37:30.230Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-20T01:37:30.230Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-20T01:37:30.230Z] Pulling static-packages [2021-01-20T01:37:30.259Z] ---> Running in c85e9d12d79c [2021-01-20T01:37:30.259Z] ---> 3f786817e27e [2021-01-20T01:37:30.259Z] Step 7/22 : RUN go mod download [2021-01-20T01:37:30.259Z] ---> d84834fe30ce [2021-01-20T01:37:30.259Z] Step 7/24 : RUN go mod download [2021-01-20T01:37:30.535Z] ---> Running in ae835dc28e46 [2021-01-20T01:37:30.535Z] ---> Running in 22519bf8ff07 [2021-01-20T01:37:30.801Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-20T01:37:30.802Z] Skipping pull go-build-helper (already ran) [2021-01-20T01:37:30.802Z] Skipping pull static-packages (already ran) [2021-01-20T01:37:30.802Z] Building go-build-helper [2021-01-20T01:37:30.827Z] ---> 1eb3893f886f [2021-01-20T01:37:30.827Z] Step 7/23 : RUN go mod download [2021-01-20T01:37:30.827Z] ---> Running in 1e56bedd94d0 [2021-01-20T01:37:33.494Z] Removing intermediate container 4d4ed0fd2e4e [2021-01-20T01:37:33.494Z] ---> 82675bdb5449 [2021-01-20T01:37:33.494Z] Step 8/26 : COPY . . [2021-01-20T01:37:34.098Z] Removing intermediate container c85e9d12d79c [2021-01-20T01:37:34.098Z] ---> 7856134ade52 [2021-01-20T01:37:34.098Z] Step 8/21 : COPY . . [2021-01-20T01:37:35.005Z] Building static-packages [2021-01-20T01:37:36.073Z] Removing intermediate container ae835dc28e46 [2021-01-20T01:37:36.073Z] ---> f3bd4cccafda [2021-01-20T01:37:36.073Z] Step 8/22 : COPY . . [2021-01-20T01:37:36.347Z] Removing intermediate container 1e56bedd94d0 [2021-01-20T01:37:36.347Z] ---> b5eedf3e779c [2021-01-20T01:37:36.347Z] Step 8/23 : COPY . . [2021-01-20T01:37:36.347Z] Removing intermediate container 22519bf8ff07 [2021-01-20T01:37:36.347Z] ---> 60939f33ea8d [2021-01-20T01:37:36.347Z] Step 8/24 : COPY . . [2021-01-20T01:37:36.387Z] Staging go-build-helper [2021-01-20T01:37:36.971Z] Staging static-packages [2021-01-20T01:37:38.027Z] Pulling go115 [2021-01-20T01:37:38.991Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-20T01:37:38.991Z] Skipping pull go115 (already ran) [2021-01-20T01:37:38.991Z] Building go115 [2021-01-20T01:37:38.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T01:37:38.991Z] Dload Upload Total Spent Left Speed [2021-01-20T01:37:41.535Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 30.9M 0 0 37.1M 0 0:00:03 --:--:-- 0:00:03 37.1M 68 115M 68 78.8M 0 0 43.0M 0 0:00:02 0:00:01 0:00:01 43.0M 100 115M 100 115M 0 0 45.3M 0 0:00:02 0:00:02 --:--:-- 45.3M [2021-01-20T01:37:42.104Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-20T01:37:46.307Z] Staging go115 [2021-01-20T01:37:51.629Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T01:37:51.629Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T01:37:51.629Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T01:37:51.629Z] Fetched 0 B in 0s (0 B/s) [2021-01-20T01:37:51.629Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-20T01:37:51.629Z] Fetched 224 kB in 0s (0 B/s) [2021-01-20T01:37:51.629Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-20T01:37:51.629Z] Fetched 157 kB in 0s (0 B/s) [2021-01-20T01:37:51.629Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-20T01:37:51.629Z] Fetched 221 kB in 0s (0 B/s) [2021-01-20T01:37:51.629Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-20T01:37:51.629Z] Fetched 143 kB in 0s (0 B/s) [2021-01-20T01:37:51.629Z] Pulling edgex-go [2021-01-20T01:37:51.888Z] Pulling version [2021-01-20T01:37:53.274Z] Building config-common [2021-01-20T01:37:55.184Z] Skipping build go-build-helper (already ran) [2021-01-20T01:37:55.184Z] Skipping build static-packages (already ran) [2021-01-20T01:37:55.184Z] Skipping build go115 (already ran) [2021-01-20T01:37:55.184Z] Building edgex-go [2021-01-20T01:37:55.184Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T01:37:56.567Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-20T01:37:56.567Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-20T01:37:56.567Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T01:37:56.567Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-20T01:37:56.567Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-20T01:37:56.567Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-20T01:37:56.567Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-20T01:37:56.567Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-20T01:37:56.567Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 [2021-01-20T01:37:56.567Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-20T01:37:56.567Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-20T01:37:56.567Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-20T01:37:56.567Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-20T01:37:56.567Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-20T01:37:56.567Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-20T01:37:56.567Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-20T01:37:56.567Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-20T01:37:56.567Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-20T01:37:56.567Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-20T01:37:56.567Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-20T01:37:56.567Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-20T01:37:56.567Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-20T01:37:56.567Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-20T01:37:56.567Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-20T01:37:56.568Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-20T01:37:56.568Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-20T01:37:56.568Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-20T01:37:56.829Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-20T01:37:56.829Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-20T01:37:56.829Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-20T01:37:56.829Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-20T01:37:56.829Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-20T01:38:03.168Z] ---> caaf487a9e55 [2021-01-20T01:38:03.168Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T01:38:03.168Z] ---> f9a9a934c957 [2021-01-20T01:38:03.168Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T01:38:03.168Z] ---> e956b2bc82ed [2021-01-20T01:38:03.168Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-20T01:38:03.168Z] ---> 99582d489375 [2021-01-20T01:38:03.168Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T01:38:03.168Z] ---> Running in 65184063cd44 [2021-01-20T01:38:03.168Z] ---> Running in 005aace31cc4 [2021-01-20T01:38:03.168Z] ---> Running in d691b66a79b2 [2021-01-20T01:38:03.168Z] ---> Running in 2a430a8e6ac0 [2021-01-20T01:38:03.168Z] ---> 60f1ab85801e [2021-01-20T01:38:03.168Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-20T01:38:03.168Z] ---> Running in 3e70fa6b5e32 [2021-01-20T01:38:03.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T01:38:03.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T01:38:03.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T01:38:03.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T01:38:03.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T01:38:03.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T01:38:07.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T01:38:08.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T01:38:09.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T01:38:10.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T01:38:10.056Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-20T01:38:10.317Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-20T01:38:10.317Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-20T01:38:10.317Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-20T01:38:11.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T01:38:11.704Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-20T01:38:11.704Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-20T01:38:13.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T01:38:13.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T01:38:13.656Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-20T01:38:15.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T01:38:15.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T01:38:16.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T01:38:16.551Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-20T01:38:17.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-20T01:38:17.493Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-20T01:38:20.039Z] Building version [2021-01-20T01:38:21.951Z] Staging config-common [2021-01-20T01:38:22.902Z] Skipping stage go-build-helper (already ran) [2021-01-20T01:38:22.902Z] Skipping stage static-packages (already ran) [2021-01-20T01:38:22.902Z] Skipping stage go115 (already ran) [2021-01-20T01:38:22.902Z] Staging edgex-go [2021-01-20T01:38:23.842Z] Staging version [2021-01-20T01:38:24.780Z] Priming config-common [2021-01-20T01:38:25.720Z] Priming go-build-helper [2021-01-20T01:38:26.661Z] Priming static-packages [2021-01-20T01:38:28.572Z] Priming go115 [2021-01-20T01:38:29.516Z] Priming edgex-go [2021-01-20T01:38:30.898Z] Priming version [2021-01-20T01:38:31.842Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T01:39:24.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T01:39:24.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T01:39:37.422Z] Removing intermediate container 2a430a8e6ac0 [2021-01-20T01:39:37.422Z] ---> 16f2bf8d5b8a [2021-01-20T01:39:37.422Z] [2021-01-20T01:39:37.422Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T01:39:37.422Z] 3.12: Pulling from library/alpine [2021-01-20T01:39:37.695Z] Removing intermediate container 005aace31cc4 [2021-01-20T01:39:37.695Z] ---> eeb1814f9ccb [2021-01-20T01:39:37.695Z] [2021-01-20T01:39:37.695Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T01:39:37.695Z] Removing intermediate container 65184063cd44 [2021-01-20T01:39:37.695Z] ---> 6908f73d5989 [2021-01-20T01:39:37.695Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T01:39:37.695Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T01:39:37.695Z] 3.12: Pulling from library/alpine [2021-01-20T01:39:37.695Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T01:39:37.969Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T01:39:37.969Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T01:39:37.969Z] ---> afeebe901d6b [2021-01-20T01:39:37.969Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T01:39:37.969Z] ---> afeebe901d6b [2021-01-20T01:39:37.969Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-20T01:39:37.969Z] Removing intermediate container d691b66a79b2 [2021-01-20T01:39:37.969Z] ---> 3de63bfb7d05 [2021-01-20T01:39:37.969Z] [2021-01-20T01:39:37.969Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T01:39:37.969Z] ---> afeebe901d6b [2021-01-20T01:39:37.969Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T01:39:37.969Z] Removing intermediate container 3e70fa6b5e32 [2021-01-20T01:39:37.969Z] ---> bb19e6e38cda [2021-01-20T01:39:37.969Z] [2021-01-20T01:39:37.969Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T01:39:37.969Z] ---> afeebe901d6b [2021-01-20T01:39:37.969Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-20T01:39:37.969Z] ---> Running in dda4240e9bdd [2021-01-20T01:39:38.248Z] ---> Running in d31750c9c839 [2021-01-20T01:39:38.248Z] ---> Running in 7339fc323d13 [2021-01-20T01:39:38.248Z] ---> Running in 95f4dcd6b5d3 [2021-01-20T01:39:38.522Z] ---> Running in 4ac264d42be7 [2021-01-20T01:39:39.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T01:39:40.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:39:40.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:39:40.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:39:40.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:39:40.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:39:40.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:39:41.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:39:41.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:39:41.353Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T01:39:41.630Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T01:39:41.630Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T01:39:41.630Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T01:39:41.630Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:39:41.630Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T01:39:41.630Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T01:39:41.630Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T01:39:41.911Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T01:39:41.911Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-20T01:39:41.911Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T01:39:41.911Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T01:39:41.911Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:39:41.911Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-20T01:39:41.911Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T01:39:41.911Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:39:41.911Z] OK: 7 MiB in 18 packages [2021-01-20T01:39:41.911Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-20T01:39:41.911Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:39:41.911Z] OK: 5 MiB in 15 packages [2021-01-20T01:39:41.911Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T01:39:42.189Z] OK: 7 MiB in 19 packages [2021-01-20T01:39:42.466Z] OK: 6 MiB in 16 packages [2021-01-20T01:39:44.461Z] Removing intermediate container 4ac264d42be7 [2021-01-20T01:39:44.461Z] ---> 8fa28ae7dcca [2021-01-20T01:39:44.461Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-20T01:39:44.736Z] ---> Running in 7a04f165f47c [2021-01-20T01:39:45.019Z] Removing intermediate container d31750c9c839 [2021-01-20T01:39:45.019Z] ---> 43469c9d4363 [2021-01-20T01:39:45.019Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T01:39:45.300Z] Removing intermediate container dda4240e9bdd [2021-01-20T01:39:45.300Z] ---> b690827301ea [2021-01-20T01:39:45.300Z] [2021-01-20T01:39:45.300Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T01:39:45.300Z] Removing intermediate container 95f4dcd6b5d3 [2021-01-20T01:39:45.300Z] ---> 0077cb50c74a [2021-01-20T01:39:45.300Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T01:39:45.574Z] 20.10.0: Pulling from library/docker [2021-01-20T01:39:45.574Z] ---> Running in 27d88af20bb4 [2021-01-20T01:39:45.574Z] Removing intermediate container 7a04f165f47c [2021-01-20T01:39:45.574Z] ---> 1ff546afa41c [2021-01-20T01:39:45.574Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-20T01:39:45.849Z] Removing intermediate container 7339fc323d13 [2021-01-20T01:39:45.849Z] ---> 34afba935818 [2021-01-20T01:39:45.849Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-20T01:39:45.849Z] ---> Running in 974254582d98 [2021-01-20T01:39:46.124Z] ---> Running in aaf3d965c4fa [2021-01-20T01:39:46.125Z] ---> Running in 402a70d51d19 [2021-01-20T01:39:46.125Z] Removing intermediate container 27d88af20bb4 [2021-01-20T01:39:46.125Z] ---> 142681b02399 [2021-01-20T01:39:46.125Z] Step 13/21 : WORKDIR /edgex [2021-01-20T01:39:46.721Z] ---> Running in 959264f2829b [2021-01-20T01:39:46.721Z] Removing intermediate container 974254582d98 [2021-01-20T01:39:46.721Z] ---> 7eea774bccc9 [2021-01-20T01:39:46.721Z] Step 13/24 : WORKDIR / [2021-01-20T01:39:47.327Z] Removing intermediate container aaf3d965c4fa [2021-01-20T01:39:47.328Z] ---> d547abbfefce [2021-01-20T01:39:47.328Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-20T01:39:47.328Z] Removing intermediate container 402a70d51d19 [2021-01-20T01:39:47.328Z] ---> 696ed733c639 [2021-01-20T01:39:47.328Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-20T01:39:47.328Z] ---> Running in 5d6e4c094287 [2021-01-20T01:39:47.617Z] ---> Running in b4e11d24ba5e [2021-01-20T01:39:47.617Z] ---> Running in 75770f84e539 [2021-01-20T01:39:47.617Z] Removing intermediate container 959264f2829b [2021-01-20T01:39:47.617Z] ---> b7c104e80850 [2021-01-20T01:39:47.617Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T01:39:48.610Z] Removing intermediate container b4e11d24ba5e [2021-01-20T01:39:48.610Z] ---> a3642b225892 [2021-01-20T01:39:48.610Z] Step 15/23 : WORKDIR / [2021-01-20T01:39:48.610Z] Removing intermediate container 5d6e4c094287 [2021-01-20T01:39:48.610Z] ---> db1a00ad9a32 [2021-01-20T01:39:48.610Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-20T01:39:48.891Z] ---> Running in 6fba583051d4 [2021-01-20T01:39:48.891Z] Removing intermediate container 75770f84e539 [2021-01-20T01:39:48.891Z] ---> d839a2302fc1 [2021-01-20T01:39:48.891Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-20T01:39:48.891Z] ---> d63da3d33469 [2021-01-20T01:39:48.891Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T01:39:48.891Z] ---> Running in c01a969534fb [2021-01-20T01:39:49.486Z] Removing intermediate container 6fba583051d4 [2021-01-20T01:39:49.486Z] ---> bc28803f3fa9 [2021-01-20T01:39:49.486Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:39:49.763Z] Removing intermediate container c01a969534fb [2021-01-20T01:39:49.763Z] ---> 09fe5e1742cc [2021-01-20T01:39:49.763Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:39:50.362Z] ---> 5166c1c0576f [2021-01-20T01:39:50.362Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-20T01:39:50.958Z] ---> f0aec50bc8ec [2021-01-20T01:39:50.958Z] ---> 5d88052ad839 [2021-01-20T01:39:50.958Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T01:39:50.958Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T01:39:51.560Z] ---> 36023cdc8a84 [2021-01-20T01:39:51.560Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T01:39:51.840Z] ---> f200a053816c [2021-01-20T01:39:51.840Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T01:39:54.472Z] ---> 774f2614be91 [2021-01-20T01:39:54.472Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T01:39:54.742Z] ---> 3d166396c44c [2021-01-20T01:39:54.742Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T01:39:54.742Z] ---> d70905e609aa [2021-01-20T01:39:54.742Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T01:39:54.742Z] ---> e2f933f60742 [2021-01-20T01:39:54.742Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T01:39:55.334Z] ---> Running in f57808b47b4e [2021-01-20T01:39:56.311Z] ---> d1ca14f6e964 [2021-01-20T01:39:56.311Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-20T01:39:56.311Z] ---> c9ef8eca6ff2 [2021-01-20T01:39:56.311Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T01:39:56.311Z] ---> a1d7fe916cce [2021-01-20T01:39:56.311Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-20T01:39:56.585Z] ---> Running in 67bfc9a5648c [2021-01-20T01:39:56.585Z] Removing intermediate container f57808b47b4e [2021-01-20T01:39:56.585Z] ---> acb9c5ab23c6 [2021-01-20T01:39:56.585Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T01:39:56.859Z] ---> Running in 99c53c5d1bde [2021-01-20T01:39:57.132Z] ---> Running in ed83a5a404d6 [2021-01-20T01:39:57.132Z] Removing intermediate container 67bfc9a5648c [2021-01-20T01:39:57.132Z] ---> e68f94030477 [2021-01-20T01:39:57.132Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:39:57.409Z] ---> Running in 9e67156bcd9c [2021-01-20T01:39:57.682Z] Removing intermediate container 99c53c5d1bde [2021-01-20T01:39:57.682Z] ---> c5419b0ef8e8 [2021-01-20T01:39:57.682Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:39:57.682Z] ---> b4b13a1b0081 [2021-01-20T01:39:57.682Z] Removing intermediate container ed83a5a404d6 [2021-01-20T01:39:57.682Z] ---> 7d4c3ac599e8 [2021-01-20T01:39:57.682Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T01:39:57.682Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T01:39:57.957Z] ---> Running in 660c74b7d725 [2021-01-20T01:39:57.957Z] ---> Running in 62052349da6b [2021-01-20T01:39:58.233Z] Removing intermediate container 9e67156bcd9c [2021-01-20T01:39:58.233Z] ---> 695f50ffa5b3 [2021-01-20T01:39:58.233Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T01:39:58.233Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T01:39:58.233Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T01:39:58.233Z] ---> eeaf43b92773 [2021-01-20T01:39:58.233Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T01:39:58.509Z] ---> Running in 69df43ee93d2 [2021-01-20T01:39:58.509Z] ---> Running in f7b34a8c7545 [2021-01-20T01:39:58.509Z] Removing intermediate container 660c74b7d725 [2021-01-20T01:39:58.509Z] ---> f20a2aa0f5bb [2021-01-20T01:39:58.509Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T01:39:58.788Z] Removing intermediate container 62052349da6b [2021-01-20T01:39:58.788Z] ---> 8a8ef5e7a774 [2021-01-20T01:39:58.788Z] Step 20/21 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:39:58.788Z] ---> Running in 494453f5d6ed [2021-01-20T01:39:59.065Z] ---> 25cec57cb02d [2021-01-20T01:39:59.065Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-20T01:39:59.065Z] ---> Running in 8b33a97c42c2 [2021-01-20T01:39:59.065Z] Removing intermediate container 69df43ee93d2 [2021-01-20T01:39:59.065Z] ---> 96f9dd7ebf64 [2021-01-20T01:39:59.065Z] Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:39:59.065Z] ---> Running in 189487b161eb [2021-01-20T01:40:00.634Z] ---> Running in 1733ebc23296 [2021-01-20T01:40:00.634Z] Removing intermediate container 494453f5d6ed [2021-01-20T01:40:00.634Z] ---> b92f315f00eb [2021-01-20T01:40:00.634Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:40:00.634Z] ---> Running in 0bf3d49fafc1 [2021-01-20T01:40:00.634Z] Removing intermediate container 8b33a97c42c2 [2021-01-20T01:40:00.634Z] ---> 7787740169d6 [2021-01-20T01:40:00.634Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T01:40:00.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:40:00.634Z] ---> Running in 834324ca762e [2021-01-20T01:40:00.634Z] Removing intermediate container 1733ebc23296 [2021-01-20T01:40:00.634Z] ---> eef7abbad9cd [2021-01-20T01:40:00.634Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T01:40:00.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:40:00.634Z] Removing intermediate container 0bf3d49fafc1 [2021-01-20T01:40:00.634Z] ---> a7b2f333330c [2021-01-20T01:40:00.634Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T01:40:00.634Z] ---> Running in 410a86a21b2c [2021-01-20T01:40:00.634Z] ---> Running in 35f185227e63 [2021-01-20T01:40:00.920Z] Removing intermediate container 834324ca762e [2021-01-20T01:40:00.920Z] ---> 8153b22e093f [2021-01-20T01:40:00.920Z] [2021-01-20T01:40:00.920Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T01:40:00.920Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T01:40:00.920Z] Executing bash-5.0.17-r0.post-install [2021-01-20T01:40:00.920Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:40:00.921Z] OK: 12 MiB in 22 packages [2021-01-20T01:40:01.194Z] Removing intermediate container 410a86a21b2c [2021-01-20T01:40:01.194Z] ---> 81105fdcd11d [2021-01-20T01:40:01.194Z] [2021-01-20T01:40:01.476Z] Successfully built 8153b22e093f [2021-01-20T01:40:01.476Z] Removing intermediate container 35f185227e63 [2021-01-20T01:40:01.476Z] ---> 4f40d39ac926 [2021-01-20T01:40:01.476Z] [2021-01-20T01:40:01.476Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-20T01:40:01.476Z] Building docker-support-scheduler-go [2021-01-20T01:40:01.757Z]  Building docker-security-proxy-setup-go ... done Successfully built 81105fdcd11d [2021-01-20T01:40:02.037Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-20T01:40:02.037Z] Building docker-core-data-go [2021-01-20T01:40:02.037Z]  Building docker-support-notifications-go ... done Successfully built 4f40d39ac926 [2021-01-20T01:40:02.037Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-20T01:40:02.037Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-01-20T01:40:02.309Z] Removing intermediate container 189487b161eb [2021-01-20T01:40:02.309Z] ---> 9b41cdae845c [2021-01-20T01:40:02.309Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T01:40:02.580Z] ---> Running in 4170aca01fbe [2021-01-20T01:40:02.580Z] Removing intermediate container f7b34a8c7545 [2021-01-20T01:40:02.580Z] ---> 0dd47ee73442 [2021-01-20T01:40:02.580Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T01:40:02.854Z] ---> Running in 8e29e14ba40f [2021-01-20T01:40:02.855Z] Removing intermediate container 4170aca01fbe [2021-01-20T01:40:02.855Z] ---> 4a1ae1c0927c [2021-01-20T01:40:02.855Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T01:40:03.129Z] ---> Running in 335a55c37f20 [2021-01-20T01:40:03.405Z] Removing intermediate container 8e29e14ba40f [2021-01-20T01:40:03.405Z] ---> f2179741e83f [2021-01-20T01:40:03.405Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T01:40:03.405Z] ---> Running in d95a179be3e3 [2021-01-20T01:40:03.684Z] Removing intermediate container 335a55c37f20 [2021-01-20T01:40:03.684Z] ---> d831601951e1 [2021-01-20T01:40:03.684Z] Step 23/24 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:40:03.684Z] ---> Running in 092f92473d65 [2021-01-20T01:40:03.956Z] Removing intermediate container d95a179be3e3 [2021-01-20T01:40:03.956Z] ---> 2db689a2a058 [2021-01-20T01:40:03.956Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T01:40:04.231Z] ---> Running in d0faec1ad915 [2021-01-20T01:40:04.231Z] Removing intermediate container 092f92473d65 [2021-01-20T01:40:04.231Z] ---> 667e393693be [2021-01-20T01:40:04.231Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T01:40:04.503Z] ---> Running in 0681144a3539 [2021-01-20T01:40:04.776Z] Removing intermediate container d0faec1ad915 [2021-01-20T01:40:04.776Z] ---> 7067462e7823 [2021-01-20T01:40:04.776Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T01:40:05.378Z] Removing intermediate container 0681144a3539 [2021-01-20T01:40:05.378Z] ---> f9a9b461285f [2021-01-20T01:40:05.378Z] [2021-01-20T01:40:05.651Z] Successfully built f9a9b461285f [2021-01-20T01:40:05.651Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-20T01:40:05.651Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-20T01:40:06.624Z] ---> 97327f6fc326 [2021-01-20T01:40:06.624Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T01:40:08.628Z] ---> a10c7bea90be [2021-01-20T01:40:08.628Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T01:40:10.632Z] ---> 204f6d56b0de [2021-01-20T01:40:10.632Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T01:40:11.244Z] ---> Running in a9417466ea29 [2021-01-20T01:40:12.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:40:12.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:40:13.097Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T01:40:13.097Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T01:40:13.097Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T01:40:13.097Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T01:40:13.097Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T01:40:13.097Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T01:40:13.097Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T01:40:15.071Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T01:40:15.071Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T01:40:15.071Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T01:40:15.071Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T01:40:15.071Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T01:40:15.071Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T01:40:15.071Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T01:40:15.071Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T01:40:15.071Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T01:40:15.071Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T01:40:15.345Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T01:40:15.345Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T01:40:15.345Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T01:40:15.345Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T01:40:15.345Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T01:40:15.345Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T01:40:15.345Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T01:40:15.345Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T01:40:15.345Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T01:40:15.616Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T01:40:15.616Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T01:40:15.616Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T01:40:15.616Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T01:40:15.616Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T01:40:15.616Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T01:40:15.616Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T01:40:15.616Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:40:15.890Z] OK: 71 MiB in 55 packages [2021-01-20T01:40:26.065Z] Removing intermediate container a9417466ea29 [2021-01-20T01:40:26.065Z] ---> 2dc7460df925 [2021-01-20T01:40:26.065Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T01:40:26.065Z] ---> Running in 63321b607c50 [2021-01-20T01:40:31.475Z] Collecting docker-compose==1.23.2 [2021-01-20T01:40:31.475Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T01:40:32.460Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T01:40:32.460Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T01:40:32.735Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T01:40:32.735Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T01:40:35.362Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T01:40:35.362Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T01:40:37.996Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T01:40:37.996Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T01:40:39.439Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T01:40:39.439Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T01:40:40.424Z] Collecting PyYAML<4,>=3.10 [2021-01-20T01:40:40.424Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T01:40:43.845Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T01:40:43.845Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T01:40:46.477Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T01:40:46.477Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T01:40:46.477Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-20T01:40:47.076Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T01:40:47.076Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T01:40:47.675Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-20T01:40:48.275Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T01:40:48.275Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T01:40:48.875Z] Collecting idna<2.8,>=2.5 [2021-01-20T01:40:48.875Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T01:40:48.875Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-20T01:40:49.154Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T01:40:49.154Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T01:40:49.431Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T01:40:49.431Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T01:40:49.431Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T01:40:49.431Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T01:40:50.417Z] Installing collected packages: jsonschema, docopt, texttable, websocket-client, urllib3, idna, requests, PyYAML, dockerpty, cached-property, docker-pycreds, docker, docker-compose [2021-01-20T01:40:50.417Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:40:50.417Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:40:50.417Z] ---> b6829bb72e2a [2021-01-20T01:40:50.417Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T01:40:50.417Z] ---> Using cache [2021-01-20T01:40:50.417Z] ---> 644ef2058e89 [2021-01-20T01:40:50.417Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:40:50.417Z] ---> Using cache [2021-01-20T01:40:50.417Z] ---> fe15314183e6 [2021-01-20T01:40:50.417Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T01:40:50.417Z] ---> Using cache [2021-01-20T01:40:50.417Z] ---> a5c27a778b9c [2021-01-20T01:40:50.417Z] Step 6/22 : COPY go.mod . [2021-01-20T01:40:50.417Z] ---> Using cache [2021-01-20T01:40:50.417Z] ---> d84834fe30ce [2021-01-20T01:40:50.417Z] Step 7/22 : RUN go mod download [2021-01-20T01:40:50.417Z] ---> Using cache [2021-01-20T01:40:50.417Z] ---> 60939f33ea8d [2021-01-20T01:40:50.417Z] Step 8/22 : COPY . . [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> 99582d489375 [2021-01-20T01:40:50.695Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T01:40:50.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:40:50.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:40:50.695Z] ---> b6829bb72e2a [2021-01-20T01:40:50.695Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> 644ef2058e89 [2021-01-20T01:40:50.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> fe15314183e6 [2021-01-20T01:40:50.695Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T01:40:50.695Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:40:50.695Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:40:50.695Z] ---> b6829bb72e2a [2021-01-20T01:40:50.695Z] Step 3/33 : WORKDIR /edgex-go [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> 644ef2058e89 [2021-01-20T01:40:50.695Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> fe15314183e6 [2021-01-20T01:40:50.695Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> a5c27a778b9c [2021-01-20T01:40:50.695Z] Step 6/33 : COPY go.mod . [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> d84834fe30ce [2021-01-20T01:40:50.695Z] Step 7/33 : RUN go mod download [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> 60939f33ea8d [2021-01-20T01:40:50.695Z] Step 8/33 : COPY . . [2021-01-20T01:40:50.695Z] ---> Using cache [2021-01-20T01:40:50.695Z] ---> 99582d489375 [2021-01-20T01:40:50.695Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T01:40:51.681Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T01:40:51.681Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T01:40:51.681Z] ---> b6829bb72e2a [2021-01-20T01:40:51.681Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T01:40:51.681Z] ---> Using cache [2021-01-20T01:40:51.681Z] ---> 644ef2058e89 [2021-01-20T01:40:51.681Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:40:51.681Z] ---> Using cache [2021-01-20T01:40:51.681Z] ---> fe15314183e6 [2021-01-20T01:40:51.681Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-20T01:40:51.681Z] ---> Using cache [2021-01-20T01:40:51.681Z] ---> a5c27a778b9c [2021-01-20T01:40:51.681Z] Step 6/23 : COPY go.mod . [2021-01-20T01:40:51.681Z] ---> Using cache [2021-01-20T01:40:51.681Z] ---> d84834fe30ce [2021-01-20T01:40:51.681Z] Step 7/23 : RUN go mod download [2021-01-20T01:40:51.681Z] ---> Using cache [2021-01-20T01:40:51.681Z] ---> 60939f33ea8d [2021-01-20T01:40:51.681Z] Step 8/23 : COPY . . [2021-01-20T01:40:51.681Z] ---> Using cache [2021-01-20T01:40:51.681Z] ---> 99582d489375 [2021-01-20T01:40:51.681Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-20T01:40:51.681Z] Running setup.py install for docopt: started [2021-01-20T01:40:53.665Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T01:40:53.665Z] Running setup.py install for texttable: started [2021-01-20T01:40:55.120Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T01:40:55.394Z] Attempting uninstall: urllib3 [2021-01-20T01:40:55.394Z] Found existing installation: urllib3 1.25.9 [2021-01-20T01:40:55.394Z] Uninstalling urllib3-1.25.9: [2021-01-20T01:40:55.666Z] ---> Running in 0a59ee961869 [2021-01-20T01:40:55.666Z] ---> Running in afeaeb0ab60f [2021-01-20T01:40:55.666Z] ---> Running in d725b2e354f8 [2021-01-20T01:40:55.666Z] ---> Running in 1893a4900b8d [2021-01-20T01:40:55.666Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T01:40:56.711Z] Attempting uninstall: idna [2021-01-20T01:40:56.711Z] Found existing installation: idna 2.9 [2021-01-20T01:40:56.711Z] Uninstalling idna-2.9: [2021-01-20T01:40:56.711Z] Successfully uninstalled idna-2.9 [2021-01-20T01:40:57.472Z] Attempting uninstall: requests [2021-01-20T01:40:57.472Z] Found existing installation: requests 2.23.0 [2021-01-20T01:40:57.472Z] Uninstalling requests-2.23.0: [2021-01-20T01:40:57.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T01:40:57.803Z] Successfully uninstalled requests-2.23.0 [2021-01-20T01:40:58.093Z] Running setup.py install for PyYAML: started [2021-01-20T01:40:58.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-20T01:40:58.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:40:58.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T01:40:59.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:41:01.453Z] OK: 217 MiB in 51 packages [2021-01-20T01:41:02.062Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T01:41:02.062Z] Running setup.py install for dockerpty: started [2021-01-20T01:41:02.661Z] Removing intermediate container 0a59ee961869 [2021-01-20T01:41:02.661Z] ---> 7cc4c7f3f357 [2021-01-20T01:41:02.661Z] Step 6/23 : COPY go.mod . [2021-01-20T01:41:04.104Z] ---> 4fc1aa2ac86b [2021-01-20T01:41:04.104Z] Step 7/23 : RUN go mod download [2021-01-20T01:41:04.380Z] ---> Running in 940c9985f17b [2021-01-20T01:41:05.827Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T01:41:08.500Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-20T01:41:08.776Z] Removing intermediate container 940c9985f17b [2021-01-20T01:41:08.776Z] ---> d03a3d06f618 [2021-01-20T01:41:08.776Z] Step 8/23 : COPY . . [2021-01-20T01:41:15.593Z] Removing intermediate container 63321b607c50 [2021-01-20T01:41:15.593Z] ---> 45e4ab1f51d4 [2021-01-20T01:41:15.593Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T01:41:16.576Z] ---> Running in ecbb1003be74 [2021-01-20T01:41:19.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:41:19.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:41:20.079Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T01:41:20.079Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T01:41:20.079Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T01:41:20.079Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:41:20.079Z] OK: 71 MiB in 58 packages [2021-01-20T01:41:23.493Z] Removing intermediate container ecbb1003be74 [2021-01-20T01:41:23.493Z] ---> 5f1a83521ee2 [2021-01-20T01:41:23.493Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T01:41:23.765Z] ---> Running in e89c8272a0fa [2021-01-20T01:41:25.200Z] Removing intermediate container e89c8272a0fa [2021-01-20T01:41:25.200Z] ---> e9b91f2dfaa9 [2021-01-20T01:41:25.200Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:41:25.796Z] ---> Running in 7cd7ab3e48e5 [2021-01-20T01:41:27.239Z] Removing intermediate container 7cd7ab3e48e5 [2021-01-20T01:41:27.239Z] ---> b7a9d7475f92 [2021-01-20T01:41:27.239Z] Step 24/26 : LABEL arch=arm64 [2021-01-20T01:41:27.514Z] ---> Running in d79b717e852a [2021-01-20T01:41:28.955Z] Removing intermediate container d79b717e852a [2021-01-20T01:41:28.955Z] ---> 4ddb9e0ebddc [2021-01-20T01:41:28.955Z] Step 25/26 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:41:28.955Z] ---> 0a0dc49cdcc2 [2021-01-20T01:41:28.955Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T01:41:29.929Z] ---> Running in e412cc69efed [2021-01-20T01:41:30.201Z] ---> Running in 16c1814d27eb [2021-01-20T01:41:32.203Z] Removing intermediate container e412cc69efed [2021-01-20T01:41:32.203Z] ---> f0c814a6a6f4 [2021-01-20T01:41:32.203Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T01:41:32.806Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T01:41:33.410Z] ---> Running in 6a4b59b7d685 [2021-01-20T01:41:35.402Z] Removing intermediate container 6a4b59b7d685 [2021-01-20T01:41:35.402Z] ---> 38ea24846ebd [2021-01-20T01:41:35.402Z] [2021-01-20T01:41:35.686Z] Successfully built 38ea24846ebd [2021-01-20T01:41:35.686Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-20T01:42:14.682Z]  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-01-20T01:42:23.004Z] Removing intermediate container d725b2e354f8 [2021-01-20T01:42:23.004Z] ---> 3b7ee00a51dd [2021-01-20T01:42:23.004Z] [2021-01-20T01:42:23.004Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T01:42:23.004Z] ---> afeebe901d6b [2021-01-20T01:42:23.004Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-20T01:42:23.004Z] ---> Using cache [2021-01-20T01:42:23.004Z] ---> 8fa28ae7dcca [2021-01-20T01:42:23.004Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-20T01:42:23.004Z] ---> Using cache [2021-01-20T01:42:23.004Z] ---> 1ff546afa41c [2021-01-20T01:42:23.004Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-20T01:42:23.004Z] ---> Running in 482efbafd8de [2021-01-20T01:42:23.282Z] Removing intermediate container 482efbafd8de [2021-01-20T01:42:23.282Z] ---> 2ac1dfb982aa [2021-01-20T01:42:23.282Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-20T01:42:23.282Z] ---> Running in 09268d84a6b8 [2021-01-20T01:42:24.269Z] Removing intermediate container 09268d84a6b8 [2021-01-20T01:42:24.269Z] ---> 2c5616cf1d6b [2021-01-20T01:42:24.270Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:42:25.253Z] ---> acfb21a25650 [2021-01-20T01:42:25.253Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T01:42:27.237Z] ---> ffe448147903 [2021-01-20T01:42:27.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T01:42:28.234Z] ---> dfba4149f003 [2021-01-20T01:42:28.234Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T01:42:28.509Z] ---> Running in 161d12b60fce [2021-01-20T01:42:29.504Z] Removing intermediate container 161d12b60fce [2021-01-20T01:42:29.504Z] ---> 79b035b57cd3 [2021-01-20T01:42:29.504Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:42:29.779Z] ---> Running in c5199bd24d83 [2021-01-20T01:42:31.228Z] Removing intermediate container c5199bd24d83 [2021-01-20T01:42:31.228Z] ---> 783465d069fa [2021-01-20T01:42:31.228Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T01:42:31.521Z] ---> Running in 807995cde29b [2021-01-20T01:42:32.969Z] Removing intermediate container 807995cde29b [2021-01-20T01:42:32.969Z] ---> 4ba2f9765843 [2021-01-20T01:42:32.969Z] Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:42:33.247Z] ---> Running in 956188cabc19 [2021-01-20T01:42:33.247Z] Removing intermediate container 1893a4900b8d [2021-01-20T01:42:33.247Z] ---> 625f93e7e057 [2021-01-20T01:42:33.247Z] [2021-01-20T01:42:33.247Z] Step 10/33 : FROM alpine:3.12 [2021-01-20T01:42:33.247Z] ---> afeebe901d6b [2021-01-20T01:42:33.247Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-20T01:42:33.528Z] ---> Running in b340112b9fa6 [2021-01-20T01:42:34.141Z] Removing intermediate container 956188cabc19 [2021-01-20T01:42:34.141Z] ---> b2b7a2070583 [2021-01-20T01:42:34.141Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T01:42:34.141Z] ---> Running in 1d5043817d6d [2021-01-20T01:42:35.592Z] Removing intermediate container 1d5043817d6d [2021-01-20T01:42:35.592Z] ---> a0546e147308 [2021-01-20T01:42:35.593Z] [2021-01-20T01:42:35.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:42:35.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:42:35.873Z] Successfully built a0546e147308 [2021-01-20T01:42:35.873Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-20T01:42:36.480Z]  Building docker-support-scheduler-go ... done (1/3) Installing dumb-init (1.2.2-r1) [2021-01-20T01:42:36.480Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-20T01:42:36.480Z] (3/3) Installing su-exec (0.2-r1) [2021-01-20T01:42:36.480Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:42:36.480Z] OK: 6 MiB in 17 packages [2021-01-20T01:42:39.143Z] Removing intermediate container b340112b9fa6 [2021-01-20T01:42:39.143Z] ---> db239f28e704 [2021-01-20T01:42:39.144Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-20T01:42:39.756Z] ---> Running in 3d528b2d4a47 [2021-01-20T01:42:40.753Z] Removing intermediate container 3d528b2d4a47 [2021-01-20T01:42:40.753Z] ---> d78e65eaec6b [2021-01-20T01:42:40.753Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-20T01:42:41.360Z] ---> Running in aaeba1c6cd21 [2021-01-20T01:42:42.365Z] Removing intermediate container aaeba1c6cd21 [2021-01-20T01:42:42.365Z] ---> 2e734bcd63fb [2021-01-20T01:42:42.365Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-20T01:42:42.365Z] Removing intermediate container afeaeb0ab60f [2021-01-20T01:42:42.365Z] ---> d62aa4ee6d61 [2021-01-20T01:42:42.365Z] [2021-01-20T01:42:42.365Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T01:42:42.365Z] ---> afeebe901d6b [2021-01-20T01:42:42.365Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-20T01:42:42.365Z] ---> Using cache [2021-01-20T01:42:42.365Z] ---> 8fa28ae7dcca [2021-01-20T01:42:42.365Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-20T01:42:42.365Z] ---> Using cache [2021-01-20T01:42:42.365Z] ---> 1ff546afa41c [2021-01-20T01:42:42.365Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-20T01:42:42.365Z] ---> Running in d78c37b1204e [2021-01-20T01:42:42.365Z] ---> Running in 8319e2fde8a7 [2021-01-20T01:42:44.364Z] Removing intermediate container 8319e2fde8a7 [2021-01-20T01:42:44.364Z] ---> 0ae7ef2666e8 [2021-01-20T01:42:44.364Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-20T01:42:44.364Z] Connecting to github.com (140.82.112.3:443) [2021-01-20T01:42:44.640Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.206.51:443) [2021-01-20T01:42:44.641Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-20T01:42:44.913Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-20T01:42:44.913Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-20T01:42:44.913Z] dockerize [2021-01-20T01:42:45.516Z] ---> Running in 9fe08f8b51b8 [2021-01-20T01:42:47.497Z] Removing intermediate container 9fe08f8b51b8 [2021-01-20T01:42:47.497Z] ---> cfbf495d3c0f [2021-01-20T01:42:47.497Z] Step 15/23 : WORKDIR / [2021-01-20T01:42:49.494Z] ---> Running in c06077d2d1bf [2021-01-20T01:42:49.494Z] Removing intermediate container d78c37b1204e [2021-01-20T01:42:49.494Z] ---> c9a8dac4799f [2021-01-20T01:42:49.494Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-20T01:42:50.091Z] ---> Running in cd652a530813 [2021-01-20T01:42:51.064Z] Removing intermediate container c06077d2d1bf [2021-01-20T01:42:51.064Z] ---> 38618e4eae29 [2021-01-20T01:42:51.064Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:42:51.670Z] Removing intermediate container cd652a530813 [2021-01-20T01:42:51.670Z] ---> ba747b45b1cb [2021-01-20T01:42:51.670Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-20T01:42:52.266Z] ---> Running in 0ec768bb1d8a [2021-01-20T01:42:52.541Z] ---> d295a3ec9995 [2021-01-20T01:42:52.541Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T01:42:53.138Z] Removing intermediate container 0ec768bb1d8a [2021-01-20T01:42:53.138Z] ---> f828c2e703f9 [2021-01-20T01:42:53.138Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-20T01:42:53.730Z] ---> Running in 97fc9fd9907f [2021-01-20T01:42:54.005Z] ---> 222b77c51df1 [2021-01-20T01:42:54.005Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T01:42:54.983Z] ---> de1e73cebcea [2021-01-20T01:42:54.983Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-20T01:42:55.256Z] Move dockerize executable [2021-01-20T01:42:55.532Z] ---> Running in 4cacf015fff9 [2021-01-20T01:42:56.136Z] Removing intermediate container 4cacf015fff9 [2021-01-20T01:42:56.136Z] ---> 2b1895db0a72 [2021-01-20T01:42:56.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:42:56.417Z] ---> Running in 4dd2606bf5ac [2021-01-20T01:42:57.014Z] Removing intermediate container 97fc9fd9907f [2021-01-20T01:42:57.014Z] ---> 412492539d81 [2021-01-20T01:42:57.014Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-20T01:42:57.014Z] Removing intermediate container 4dd2606bf5ac [2021-01-20T01:42:57.014Z] ---> 9dcc3ee1babc [2021-01-20T01:42:57.014Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T01:42:57.289Z] ---> Running in eec4bbce0d9e [2021-01-20T01:42:57.289Z] ---> Running in 389478090a56 [2021-01-20T01:42:58.270Z] Removing intermediate container eec4bbce0d9e [2021-01-20T01:42:58.270Z] ---> 60eb7e064b8f [2021-01-20T01:42:58.270Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-20T01:42:58.270Z] Removing intermediate container 389478090a56 [2021-01-20T01:42:58.270Z] ---> 4c9ba92b0562 [2021-01-20T01:42:58.270Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:42:58.868Z] ---> Running in c51c36685ca0 [2021-01-20T01:42:59.140Z] ---> f69cef3cdf86 [2021-01-20T01:42:59.140Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-20T01:42:59.140Z] Removing intermediate container 16c1814d27eb [2021-01-20T01:42:59.140Z] ---> f9d6e8fb8125 [2021-01-20T01:42:59.140Z] [2021-01-20T01:42:59.140Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T01:42:59.140Z] ---> afeebe901d6b [2021-01-20T01:42:59.140Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T01:42:59.409Z] ---> Running in 121c878fa3af [2021-01-20T01:42:59.682Z] ---> Running in 3e392e495b65 [2021-01-20T01:42:59.682Z] Removing intermediate container c51c36685ca0 [2021-01-20T01:42:59.682Z] ---> e12b0535b063 [2021-01-20T01:42:59.682Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T01:42:59.956Z] ---> Running in 37555a99cdf7 [2021-01-20T01:43:00.235Z] Removing intermediate container 121c878fa3af [2021-01-20T01:43:00.235Z] ---> 8419c302f2f2 [2021-01-20T01:43:00.235Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T01:43:00.235Z] ---> Running in 505f2683dedf [2021-01-20T01:43:00.507Z] Removing intermediate container 37555a99cdf7 [2021-01-20T01:43:00.507Z] ---> 828512c214b1 [2021-01-20T01:43:00.507Z] [2021-01-20T01:43:00.823Z] Removing intermediate container 505f2683dedf [2021-01-20T01:43:00.823Z] ---> 0ca53047beff [2021-01-20T01:43:00.823Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T01:43:01.094Z] Successfully built 828512c214b1 [2021-01-20T01:43:01.094Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-20T01:43:01.094Z]  Building docker-core-metadata-go ... done  ---> Running in 11025e2b849b [2021-01-20T01:43:01.690Z] Removing intermediate container 11025e2b849b [2021-01-20T01:43:01.690Z] ---> e2fdd744903e [2021-01-20T01:43:01.690Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T01:43:01.961Z] ---> Running in 431b6c13612a [2021-01-20T01:43:02.555Z] Removing intermediate container 3e392e495b65 [2021-01-20T01:43:02.555Z] ---> 81fbcabb932c [2021-01-20T01:43:02.555Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:43:03.147Z] ---> 356ce90730f1 [2021-01-20T01:43:03.147Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-20T01:43:04.574Z] ---> 9a686a28292a [2021-01-20T01:43:04.574Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-20T01:43:04.574Z] Removing intermediate container 431b6c13612a [2021-01-20T01:43:04.574Z] ---> 250f23601605 [2021-01-20T01:43:04.574Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-20T01:43:04.847Z] ---> Running in f661e31b2193 [2021-01-20T01:43:05.123Z] ---> 1d172256a7c5 [2021-01-20T01:43:05.123Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-20T01:43:06.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T01:43:06.106Z] ---> a67126b5b3a0 [2021-01-20T01:43:06.106Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-20T01:43:06.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T01:43:06.974Z] ---> d6151c58c0af [2021-01-20T01:43:06.974Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-20T01:43:07.567Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-20T01:43:07.567Z] ---> Running in 47d0c66f009b [2021-01-20T01:43:07.567Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-20T01:43:07.840Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-20T01:43:07.840Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-20T01:43:08.115Z] Removing intermediate container 47d0c66f009b [2021-01-20T01:43:08.115Z] ---> dbeb68ea6d99 [2021-01-20T01:43:08.115Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-20T01:43:08.115Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-20T01:43:08.390Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-20T01:43:08.390Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T01:43:08.390Z] OK: 8 MiB in 20 packages [2021-01-20T01:43:08.987Z] ---> c200b4c3c413 [2021-01-20T01:43:08.987Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-20T01:43:09.578Z] ---> Running in 8c1848fa07a2 [2021-01-20T01:43:10.171Z] Removing intermediate container f661e31b2193 [2021-01-20T01:43:10.171Z] ---> 1ff7e88683a6 [2021-01-20T01:43:10.171Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T01:43:11.184Z] ---> 0597d6ba9b8f [2021-01-20T01:43:11.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T01:43:12.204Z] Removing intermediate container 8c1848fa07a2 [2021-01-20T01:43:12.204Z] ---> 5767b75084af [2021-01-20T01:43:12.204Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T01:43:13.228Z] ---> Running in 049c16267118 [2021-01-20T01:43:13.228Z] ---> 25a8f8a7e9df [2021-01-20T01:43:13.228Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T01:43:13.847Z] Removing intermediate container 049c16267118 [2021-01-20T01:43:13.847Z] ---> 4122bc4082e5 [2021-01-20T01:43:13.847Z] Step 30/33 : CMD ["gate"] [2021-01-20T01:43:14.137Z] ---> Running in c28cb08c4dfe [2021-01-20T01:43:14.137Z] ---> 73b177974672 [2021-01-20T01:43:14.137Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T01:43:14.428Z] ---> Running in 18032b7655fb [2021-01-20T01:43:14.705Z] Removing intermediate container c28cb08c4dfe [2021-01-20T01:43:14.705Z] ---> 0bfd3225edec [2021-01-20T01:43:14.705Z] Step 31/33 : LABEL arch=arm64 [2021-01-20T01:43:14.978Z] Removing intermediate container 18032b7655fb [2021-01-20T01:43:14.978Z] ---> d0f5a0abbf85 [2021-01-20T01:43:14.978Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T01:43:15.572Z] ---> Running in 11166c12ba19 [2021-01-20T01:43:15.572Z] ---> Running in 4274471dfebe [2021-01-20T01:43:16.167Z] Removing intermediate container 11166c12ba19 [2021-01-20T01:43:16.167Z] ---> 0fd503f590c4 [2021-01-20T01:43:16.167Z] Step 32/33 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:43:16.167Z] Removing intermediate container 4274471dfebe [2021-01-20T01:43:16.167Z] ---> 68e7cb5acebd [2021-01-20T01:43:16.167Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T01:43:16.439Z] ---> Running in b1f4168a4377 [2021-01-20T01:43:16.715Z] ---> Running in eccbb08ce4a5 [2021-01-20T01:43:17.000Z] Removing intermediate container b1f4168a4377 [2021-01-20T01:43:17.000Z] ---> c5f667cf3a81 [2021-01-20T01:43:17.000Z] Step 33/33 : LABEL version=0.0.0 [2021-01-20T01:43:17.272Z] Removing intermediate container eccbb08ce4a5 [2021-01-20T01:43:17.272Z] ---> e14ec29da533 [2021-01-20T01:43:17.272Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-20T01:43:17.558Z] ---> Running in f2560f47fbcf [2021-01-20T01:43:17.558Z] ---> Running in 9c113fd12ed6 [2021-01-20T01:43:18.153Z] Removing intermediate container 9c113fd12ed6 [2021-01-20T01:43:18.153Z] ---> e09b859e4baf [2021-01-20T01:43:18.153Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T01:43:18.153Z] Removing intermediate container f2560f47fbcf [2021-01-20T01:43:18.153Z] ---> 7dc6fddb898f [2021-01-20T01:43:18.153Z] [2021-01-20T01:43:18.425Z] ---> Running in 8ec1259fadb8 [2021-01-20T01:43:18.695Z] Successfully built 7dc6fddb898f [2021-01-20T01:43:18.695Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-20T01:43:19.679Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8ec1259fadb8 [2021-01-20T01:43:19.679Z] ---> d97bf54d730c [2021-01-20T01:43:19.679Z] [2021-01-20T01:43:19.951Z] Successfully built d97bf54d730c [2021-01-20T01:43:19.951Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-20T01:43:20.248Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-20T01:43:20.254Z] $ docker stop --time=1 c80d268bfac7c7f8d8902fc727c82ec6b143bc49fe838d6ad1855c9157ae9f8d [2021-01-20T01:43:22.609Z] $ docker rm -f c80d268bfac7c7f8d8902fc727c82ec6b143bc49fe838d6ad1855c9157ae9f8d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T01:43:23.367Z] + docker images [2021-01-20T01:43:23.367Z] + grep docker [2021-01-20T01:43:23.637Z] docker-core-data-go-arm64 latest d97bf54d730c 5 seconds ago 21MB [2021-01-20T01:43:23.637Z] docker-security-bootstrapper-go-arm64 latest 7dc6fddb898f 6 seconds ago 40.3MB [2021-01-20T01:43:23.637Z] docker-core-metadata-go-arm64 latest 828512c214b1 23 seconds ago 17.7MB [2021-01-20T01:43:23.637Z] docker-support-scheduler-go-arm64 latest a0546e147308 49 seconds ago 15.5MB [2021-01-20T01:43:23.637Z] docker-sys-mgmt-agent-go-arm64 latest 38ea24846ebd About a minute ago 300MB [2021-01-20T01:43:23.637Z] docker-security-secretstore-setup-go-arm64 latest f9a9b461285f 3 minutes ago 23.4MB [2021-01-20T01:43:23.637Z] docker-core-command-go-arm64 latest 4f40d39ac926 3 minutes ago 15.4MB [2021-01-20T01:43:23.637Z] docker-security-proxy-setup-go-arm64 latest 8153b22e093f 3 minutes ago 23.2MB [2021-01-20T01:43:23.637Z] docker-support-notifications-go-arm64 latest 81105fdcd11d 3 minutes ago 15.9MB [2021-01-20T01:43:23.637Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T01:43:25.583Z] provisioning config files... [2021-01-20T01:43:25.598Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/33@tmp/config6728047317219275287tmp [Pipeline] { [Pipeline] sh [2021-01-20T01:43:25.982Z] + set +x [2021-01-20T01:43:25.982Z] + curl -s https://codecov.io/bash [2021-01-20T01:43:25.982Z] + bash -s -- [2021-01-20T01:43:26.248Z] [2021-01-20T01:43:26.248Z] _____ _ [2021-01-20T01:43:26.248Z] / ____| | | [2021-01-20T01:43:26.248Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T01:43:26.248Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T01:43:26.248Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T01:43:26.248Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T01:43:26.248Z] Bash-20210115-cec3c92 [2021-01-20T01:43:26.248Z] [2021-01-20T01:43:26.248Z] [2021-01-20T01:43:26.513Z] ==> git version 2.24.3 found [2021-01-20T01:43:26.513Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-20T01:43:26.513Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T01:43:26.513Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T01:43:26.513Z] ==> Jenkins CI detected. [2021-01-20T01:43:26.513Z] project root: . [2021-01-20T01:43:26.513Z] --> token set from env [2021-01-20T01:43:26.513Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T01:43:26.513Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T01:43:26.513Z] ==> Python coveragepy not found [2021-01-20T01:43:26.513Z] ==> Searching for coverage reports in: [2021-01-20T01:43:26.513Z] + . [2021-01-20T01:43:26.513Z] -> Found 1 reports [2021-01-20T01:43:26.513Z] ==> Detecting git/mercurial file structure [2021-01-20T01:43:26.513Z] ==> Reading reports [2021-01-20T01:43:26.513Z] + ./coverage.out bytes=561674 [2021-01-20T01:43:26.513Z] ==> Appending adjustments [2021-01-20T01:43:26.513Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T01:43:29.850Z] + Found adjustments [2021-01-20T01:43:29.850Z] ==> Gzipping contents [2021-01-20T01:43:29.850Z] 84K /tmp/codecov.L9IZjx.gz [2021-01-20T01:43:29.850Z] ==> Uploading reports [2021-01-20T01:43:29.850Z] url: https://codecov.io [2021-01-20T01:43:29.850Z] query: branch=PR-2970&commit=1f38eab69fecf330b5777f72aa361ce32e9b0813&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F33%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-20T01:43:29.850Z] -> Pinging Codecov [2021-01-20T01:43:29.850Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=1f38eab69fecf330b5777f72aa361ce32e9b0813&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F33%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-20T01:43:30.113Z] -> Uploading to [2021-01-20T01:43:30.113Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/1f38eab69fecf330b5777f72aa361ce32e9b0813/bebe88ff-9da5-403f-86e7-779ac42cf927.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T014329Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6be7ea935d421998ddbe8e218ae802e2810f442382a4de631a860ab00b75b2a [2021-01-20T01:43:30.113Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T01:43:30.113Z] Dload Upload Total Spent Left Speed [2021-01-20T01:43:30.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85219 0 0 100 85219 0 140k --:--:-- --:--:-- --:--:-- 140k [2021-01-20T01:43:30.685Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] } [2021-01-20T01:43:30.694Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:43:32.600Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:43:33.531Z] ---> package-listing.sh [2021-01-20T01:43:33.531Z] ++ facter osfamily [2021-01-20T01:43:33.531Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T01:43:33.531Z] + OS_FAMILY=redhat [2021-01-20T01:43:33.531Z] + workspace=/w/workspace/edgex-go/33 [2021-01-20T01:43:33.531Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T01:43:33.531Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T01:43:33.531Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T01:43:33.531Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T01:43:33.531Z] + '[' /w/workspace/edgex-go/33 ']' [2021-01-20T01:43:33.531Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T01:43:33.531Z] + case "${OS_FAMILY}" in [2021-01-20T01:43:33.531Z] + rpm -qa [2021-01-20T01:43:33.531Z] + sort [2021-01-20T01:43:38.843Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T01:43:38.843Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T01:43:38.843Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T01:43:38.843Z] + '[' /w/workspace/edgex-go/33 ']' [2021-01-20T01:43:38.843Z] + mkdir -p /w/workspace/edgex-go/33/archives/ [2021-01-20T01:43:38.843Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/33/archives/ [Pipeline] echo [2021-01-20T01:43:38.856Z] 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/33/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T01:43:39.156Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:43:39.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T01:43:39.466Z] [2021-01-20T01:43:39.466Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T01:43:39.814Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T01:43:39.814Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T01:43:39.814Z] df20fa9351a1: Pulling fs layer [2021-01-20T01:43:39.814Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T01:43:39.814Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T01:43:39.814Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T01:43:39.814Z] 93b61091891f: Pulling fs layer [2021-01-20T01:43:39.814Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T01:43:39.814Z] 5e14af77c1be: Pulling fs layer [2021-01-20T01:43:39.814Z] 01666e4c0597: Pulling fs layer [2021-01-20T01:43:39.814Z] aa168da1d23b: Pulling fs layer [2021-01-20T01:43:39.814Z] 46f8f816bc3b: Waiting [2021-01-20T01:43:39.814Z] 93b61091891f: Waiting [2021-01-20T01:43:39.814Z] 93b9cdb0e59b: Waiting [2021-01-20T01:43:39.814Z] 5e14af77c1be: Waiting [2021-01-20T01:43:39.814Z] 01666e4c0597: Waiting [2021-01-20T01:43:39.814Z] aa168da1d23b: Waiting [2021-01-20T01:43:39.814Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T01:43:39.814Z] 36b3adc4ff6f: Download complete [2021-01-20T01:43:39.814Z] 46f8f816bc3b: Download complete [2021-01-20T01:43:40.085Z] 93b61091891f: Verifying Checksum [2021-01-20T01:43:40.085Z] 93b61091891f: Download complete [2021-01-20T01:43:40.085Z] df20fa9351a1: Verifying Checksum [2021-01-20T01:43:40.085Z] df20fa9351a1: Download complete [2021-01-20T01:43:40.085Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T01:43:40.085Z] 93b9cdb0e59b: Download complete [2021-01-20T01:43:40.085Z] 5e14af77c1be: Verifying Checksum [2021-01-20T01:43:40.085Z] 5e14af77c1be: Download complete [2021-01-20T01:43:40.085Z] 01666e4c0597: Verifying Checksum [2021-01-20T01:43:40.085Z] 01666e4c0597: Download complete [2021-01-20T01:43:40.085Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T01:43:40.085Z] 8ad3a11d3b57: Download complete [2021-01-20T01:43:40.346Z] df20fa9351a1: Pull complete [2021-01-20T01:43:40.615Z] 36b3adc4ff6f: Pull complete [2021-01-20T01:43:42.548Z] aa168da1d23b: Verifying Checksum [2021-01-20T01:43:42.548Z] aa168da1d23b: Download complete [2021-01-20T01:43:42.817Z] 8ad3a11d3b57: Pull complete [2021-01-20T01:43:43.085Z] 46f8f816bc3b: Pull complete [2021-01-20T01:43:43.350Z] 93b61091891f: Pull complete [2021-01-20T01:43:43.612Z] 93b9cdb0e59b: Pull complete [2021-01-20T01:43:43.612Z] 5e14af77c1be: Pull complete [2021-01-20T01:43:43.874Z] 01666e4c0597: Pull complete [2021-01-20T01:43:52.040Z] aa168da1d23b: Pull complete [2021-01-20T01:43:52.040Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T01:43:52.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T01:43:52.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T01:43:52.255Z] prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container [2021-01-20T01:43:52.309Z] $ 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/33/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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T01:43:56.845Z] $ docker top 86cbd80036892b4c0fb3a270440109ddbd39e9e2bb7fc08b2c329ea6d39396dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T01:43:57.416Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T01:43:57.719Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T01:43:58.023Z] + ls /var/log/sa-host [2021-01-20T01:43:58.023Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T01:43:58.023Z] file_magic: OK [2021-01-20T01:43:58.023Z] HZ: Using current value: 100 [2021-01-20T01:43:58.023Z] file_header: OK [2021-01-20T01:43:58.023Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T01:43:58.023Z] Statistics: [2021-01-20T01:43:58.023Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T01:43:58.023Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T01:43:58.023Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T01:43:58.023Z] file_magic: OK [2021-01-20T01:43:58.023Z] HZ: Using current value: 100 [2021-01-20T01:43:58.023Z] file_header: OK [2021-01-20T01:43:58.023Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T01:43:58.023Z] Statistics: [2021-01-20T01:43:58.023Z] Hnuu...uuuununununu... [2021-01-20T01:43:58.023Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T01:43:58.230Z] provisioning config files... [2021-01-20T01:43:58.247Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/33@tmp/config2284474948383199091tmp [Pipeline] { [Pipeline] echo [2021-01-20T01:43:58.320Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:43:58.620Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T01:43:58.629Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T01:43:58.716Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:43:59.015Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T01:43:59.027Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:43:59.322Z] ---> sudo-logs.sh [2021-01-20T01:43:59.322Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T01:43:59.333Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:43:59.629Z] ---> job-cost.sh [2021-01-20T01:43:59.629Z] lf-activate-venv: SKIPPING [2021-01-20T01:43:59.629Z] INFO: No Stack... [2021-01-20T01:44:00.572Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T01:44:01.144Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T01:44:01.158Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T01:44:01.454Z] ---> logs-deploy.sh [2021-01-20T01:44:01.454Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/33 [2021-01-20T01:44:01.454Z] INFO: archiving workspace using pattern(s): [2021-01-20T01:44:02.840Z] Archives upload complete. [2021-01-20T01:44:03.101Z] INFO: archiving logs to Nexus