Pull request #2966 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at fc096e9ec0f95dbc625a498b2feb9840babc6219 rather than 268bbcc047cba58df5c5e21fd9395c40f0eab693 Obtained Jenkinsfile from fc096e9ec0f95dbc625a498b2feb9840babc6219 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20876 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # 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 fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 268bbcc047cba58df5c5e21fd9395c40f0eab693 Merge succeeded, producing 268bbcc047cba58df5c5e21fd9395c40f0eab693 Checking out Revision 268bbcc047cba58df5c5e21fd9395c40f0eab693 (PR-2966) > 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # 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 fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 Commit message: "Merge branch 'master' into issue-2965" First time build. Skipping changelog. > git rev-list --no-walk 262e7d47f45413daa1a023da10cd650384d54c91 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-18T02:41:24.328Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-18T02:41:24.656Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-18T02:41:24.756Z] ========================================================= [2021-01-18T02:41:24.756Z] EdgeX Global Pipelines Version Info [2021-01-18T02:41:24.756Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:41:27.128Z] ------------------- [2021-01-18T02:41:27.128Z] stable info: [2021-01-18T02:41:27.128Z] ------------------- [2021-01-18T02:41:27.128Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-18T02:41:27.128Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-18T02:41:27.128Z] Message: update stable to v1.0.177 [2021-01-18T02:41:28.169Z] ------------------- [2021-01-18T02:41:28.169Z] experimental info: [2021-01-18T02:41:28.169Z] ------------------- [2021-01-18T02:41:28.169Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-18T02:41:28.169Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-18T02:41:28.169Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-18T02:41:28.535Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-18T02:41:28.635Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-18T02:41:28.738Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-18T02:41:28.838Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-18T02:41:28.944Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-18T02:41:29.041Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-18T02:41:29.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-18T02:41:29.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-18T02:41:29.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-18T02:41:29.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-18T02:41:29.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-18T02:41:29.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-18T02:41:29.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-18T02:41:29.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-18T02:41:29.931Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T02:41:30.029Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T02:41:30.156Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-18T02:41:30.267Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-18T02:41:30.374Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-18T02:41:30.465Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-18T02:41:30.564Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-18T02:41:30.678Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-18T02:41:30.800Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-18T02:41:30.888Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-18T02:41:30.980Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-18T02:41:31.069Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-18T02:41:31.159Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 268bbcc047cba58df5c5e21fd9395c40f0eab693 [Pipeline] echo [2021-01-18T02:41:31.250Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 268bbcc [Pipeline] echo [2021-01-18T02:41:31.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T02:41:31.546Z] provisioning config files... [2021-01-18T02:41:31.585Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config6734475676791571123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:41:32.047Z] ---> docker-login.sh [2021-01-18T02:41:32.048Z] nexus3.edgexfoundry.org:10001 [2021-01-18T02:41:32.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:41:32.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:41:32.958Z] Configure a credential helper to remove this warning. See [2021-01-18T02:41:32.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:41:32.958Z] [2021-01-18T02:41:32.958Z] Login Succeeded [2021-01-18T02:41:32.958Z] nexus3.edgexfoundry.org:10002 [2021-01-18T02:41:32.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:41:33.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:41:33.238Z] Configure a credential helper to remove this warning. See [2021-01-18T02:41:33.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:41:33.238Z] [2021-01-18T02:41:33.238Z] Login Succeeded [2021-01-18T02:41:33.238Z] nexus3.edgexfoundry.org:10003 [2021-01-18T02:41:33.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:41:33.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:41:33.821Z] Configure a credential helper to remove this warning. See [2021-01-18T02:41:33.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:41:33.821Z] [2021-01-18T02:41:33.821Z] Login Succeeded [2021-01-18T02:41:33.821Z] nexus3.edgexfoundry.org:10004 [2021-01-18T02:41:34.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:41:34.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:41:34.104Z] Configure a credential helper to remove this warning. See [2021-01-18T02:41:34.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:41:34.104Z] [2021-01-18T02:41:34.104Z] Login Succeeded [2021-01-18T02:41:34.104Z] docker.io [2021-01-18T02:41:34.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:41:34.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:41:34.660Z] Configure a credential helper to remove this warning. See [2021-01-18T02:41:34.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:41:34.660Z] [2021-01-18T02:41:34.660Z] Login Succeeded [2021-01-18T02:41:34.660Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T02:41:34.690Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T02:41:35.197Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ dirname cmd/core-command/Dockerfile [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ dirname cmd/core-data/Dockerfile [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-18T02:41:35.197Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-18T02:41:35.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T02:41:35.197Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-18T02:41:35.197Z] ++ cut -d/ -f2 [2021-01-18T02:41:35.197Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-18T02:41:35.326Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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-18T02:41:37.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T02:41:37.015Z] [2021-01-18T02:41:37.015Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:41:37.382Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T02:41:37.382Z] latest: Pulling from edgex-devops/git-semver [2021-01-18T02:41:37.382Z] 31603596830f: Pulling fs layer [2021-01-18T02:41:37.382Z] 2a8b12db71e7: Pulling fs layer [2021-01-18T02:41:37.382Z] 6ca5941a6612: Pulling fs layer [2021-01-18T02:41:37.382Z] ecc8261a40a4: Pulling fs layer [2021-01-18T02:41:37.382Z] ecc8261a40a4: Waiting [2021-01-18T02:41:37.382Z] 2a8b12db71e7: Download complete [2021-01-18T02:41:37.660Z] 31603596830f: Verifying Checksum [2021-01-18T02:41:37.660Z] 31603596830f: Download complete [2021-01-18T02:41:37.938Z] ecc8261a40a4: Verifying Checksum [2021-01-18T02:41:37.938Z] ecc8261a40a4: Download complete [2021-01-18T02:41:38.256Z] 6ca5941a6612: Verifying Checksum [2021-01-18T02:41:38.256Z] 6ca5941a6612: Download complete [2021-01-18T02:41:38.542Z] 31603596830f: Pull complete [2021-01-18T02:41:38.827Z] 2a8b12db71e7: Pull complete [2021-01-18T02:41:40.875Z] 6ca5941a6612: Pull complete [2021-01-18T02:41:41.161Z] ecc8261a40a4: Pull complete [2021-01-18T02:41:41.161Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-18T02:41:41.161Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T02:41:41.161Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-18T02:41:41.440Z] prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container [2021-01-18T02:41:41.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T02:41:45.001Z] $ docker top 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T02:41:45.393Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T02:41:45.393Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T02:41:45.828Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T02:41:45.832Z] $ docker exec 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 ssh-agent [2021-01-18T02:41:46.186Z] SSH_AUTH_SOCK=/tmp/ssh-BDYSm8Dq27AL/agent.11 [2021-01-18T02:41:46.186Z] SSH_AGENT_PID=17 [2021-01-18T02:41:46.204Z] Running ssh-add (command line suppressed) [2021-01-18T02:41:46.424Z] Identity added: /w/workspace/edgex-go/26@tmp/private_key_5214749924068862129.key (/w/workspace/edgex-go/26@tmp/private_key_5214749924068862129.key) [2021-01-18T02:41:46.508Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T02:41:46.869Z] + git tag --points-at HEAD [Pipeline] } [2021-01-18T02:41:46.899Z] $ docker exec --env ******** --env ******** 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 ssh-agent -k [2021-01-18T02:41:47.093Z] unset SSH_AUTH_SOCK; [2021-01-18T02:41:47.093Z] unset SSH_AGENT_PID; [2021-01-18T02:41:47.093Z] echo Agent pid 17 killed; [2021-01-18T02:41:47.173Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-18T02:41:47.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T02:41:47.325Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T02:41:47.613Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T02:41:47.617Z] $ docker exec 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 ssh-agent [2021-01-18T02:41:47.928Z] SSH_AUTH_SOCK=/tmp/ssh-X9SnK6l5i43v/agent.46 [2021-01-18T02:41:47.928Z] SSH_AGENT_PID=51 [2021-01-18T02:41:48.095Z] Running ssh-add (command line suppressed) [2021-01-18T02:41:48.556Z] Identity added: /w/workspace/edgex-go/26@tmp/private_key_6044078749127059099.key (/w/workspace/edgex-go/26@tmp/private_key_6044078749127059099.key) [2021-01-18T02:41:48.783Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T02:41:49.638Z] + git semver init [2021-01-18T02:41:49.638Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T02:41:49.638Z] # $GIT_DIR = /w/workspace/edgex-go/26/.git [2021-01-18T02:41:49.638Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/26 [2021-01-18T02:41:49.638Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T02:41:49.638Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T02:41:49.638Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T02:41:49.638Z] # $SEMVER_BRANCH = PR-2966 [2021-01-18T02:41:49.638Z] # $SEMVER_TEMP = /tmp/semver-136605805 [2021-01-18T02:41:49.638Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-18T02:42:37.010Z] # '/tmp/semver-136605805' -> '/w/workspace/edgex-go/26/.semver' [2021-01-18T02:42:37.010Z] # -> Force: false [2021-01-18T02:42:37.010Z] # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } [2021-01-18T02:42:37.031Z] $ docker exec --env ******** --env ******** 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 ssh-agent -k [2021-01-18T02:42:37.594Z] unset SSH_AUTH_SOCK; [2021-01-18T02:42:37.595Z] unset SSH_AGENT_PID; [2021-01-18T02:42:37.595Z] echo Agent pid 51 killed; [2021-01-18T02:42:37.799Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T02:42:38.765Z] + git semver [Pipeline] } [2021-01-18T02:42:38.798Z] $ docker stop --time=1 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 [2021-01-18T02:42:40.526Z] $ docker rm -f 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T02:42:41.211Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-18T02:42:41.939Z] Stashed 1 file(s) [Pipeline] echo [2021-01-18T02:42:41.943Z] [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-18T02:42:42.908Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-18T02:42:43.223Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T02:42:43.559Z] + sudo service docker restart [2021-01-18T02:42:43.559Z] + true [2021-01-18T02:42:43.559Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-18T02:42:44.555Z] ========================================================= [2021-01-18T02:42:44.555Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-18T02:42:44.555Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:42:44.932Z] + 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-18T02:42:51.771Z] Sending build context to Docker daemon 326.6MB [2021-01-18T02:42:51.771Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T02:42:51.771Z] Step 2/6 : FROM ${BASE} [2021-01-18T02:42:51.771Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-18T02:42:51.771Z] 188c0c94c7c5: Pulling fs layer [2021-01-18T02:42:51.771Z] 0ef7d3d256c8: Pulling fs layer [2021-01-18T02:42:51.771Z] de9db76c5a1d: Pulling fs layer [2021-01-18T02:42:51.771Z] bca2f99d35d6: Pulling fs layer [2021-01-18T02:42:51.771Z] 93359f2a8cfa: Pulling fs layer [2021-01-18T02:42:51.771Z] 7c6f9722023f: Pulling fs layer [2021-01-18T02:42:51.771Z] a35cf1a2eb13: Pulling fs layer [2021-01-18T02:42:51.771Z] bca2f99d35d6: Waiting [2021-01-18T02:42:51.771Z] 93359f2a8cfa: Waiting [2021-01-18T02:42:51.771Z] 7c6f9722023f: Waiting [2021-01-18T02:42:51.771Z] a35cf1a2eb13: Waiting [2021-01-18T02:42:51.771Z] de9db76c5a1d: Verifying Checksum [2021-01-18T02:42:51.771Z] de9db76c5a1d: Download complete [2021-01-18T02:42:51.771Z] 0ef7d3d256c8: Verifying Checksum [2021-01-18T02:42:51.771Z] 0ef7d3d256c8: Download complete [2021-01-18T02:42:51.771Z] 93359f2a8cfa: Verifying Checksum [2021-01-18T02:42:51.771Z] 93359f2a8cfa: Download complete [2021-01-18T02:42:51.771Z] 7c6f9722023f: Verifying Checksum [2021-01-18T02:42:51.771Z] 7c6f9722023f: Download complete [2021-01-18T02:42:51.771Z] 188c0c94c7c5: Download complete [2021-01-18T02:42:52.419Z] 188c0c94c7c5: Pull complete [2021-01-18T02:42:53.023Z] 0ef7d3d256c8: Pull complete [2021-01-18T02:42:53.324Z] de9db76c5a1d: Pull complete [2021-01-18T02:42:56.897Z] a35cf1a2eb13: Download complete [2021-01-18T02:42:57.371Z] Still waiting to schedule task [2021-01-18T02:42:57.371Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-18T02:42:57.894Z] bca2f99d35d6: Verifying Checksum [2021-01-18T02:42:57.894Z] bca2f99d35d6: Download complete [2021-01-18T02:43:10.511Z] bca2f99d35d6: Pull complete [2021-01-18T02:43:10.511Z] 93359f2a8cfa: Pull complete [2021-01-18T02:43:10.794Z] 7c6f9722023f: Pull complete [2021-01-18T02:43:16.245Z] a35cf1a2eb13: Pull complete [2021-01-18T02:43:16.245Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-18T02:43:16.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-18T02:43:16.245Z] ---> a62c8e92a672 [2021-01-18T02:43:16.245Z] 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-18T02:43:16.543Z] ---> Running in 39a8bd12b4fa [2021-01-18T02:43:17.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:43:18.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:43:19.406Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T02:43:19.406Z] (2/12) Installing file (5.38-r0) [2021-01-18T02:43:19.406Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T02:43:19.778Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T02:43:25.312Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T02:43:25.312Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T02:43:25.312Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T02:43:25.312Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T02:43:25.896Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T02:43:25.896Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T02:43:25.896Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T02:43:26.165Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T02:43:26.165Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:43:26.165Z] OK: 233 MiB in 51 packages [2021-01-18T02:43:30.493Z] Removing intermediate container 39a8bd12b4fa [2021-01-18T02:43:30.493Z] ---> 6ed57175e11c [2021-01-18T02:43:30.493Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T02:43:30.768Z] ---> Running in cd74b00766e9 [2021-01-18T02:43:31.065Z] Removing intermediate container cd74b00766e9 [2021-01-18T02:43:31.065Z] ---> 83fea81d572d [2021-01-18T02:43:31.065Z] Step 5/6 : COPY go.mod . [2021-01-18T02:43:31.681Z] ---> b57b3195da07 [2021-01-18T02:43:31.681Z] Step 6/6 : RUN go mod download [2021-01-18T02:43:31.681Z] ---> Running in b445d10e3449 [2021-01-18T02:43:58.674Z] Removing intermediate container b445d10e3449 [2021-01-18T02:43:58.675Z] ---> 2d6d3f007617 [2021-01-18T02:43:58.675Z] Successfully built 2d6d3f007617 [2021-01-18T02:43:58.675Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:43:59.026Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T02:43:59.302Z] . [Pipeline] withDockerContainer [2021-01-18T02:43:59.541Z] prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container [2021-01-18T02:43:59.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T02:44:01.198Z] $ docker top 9d2a6b19ae1c5bebd48d8715e7e9a06027fa0e881f00ed92d911e4b869a7d9ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T02:44:02.252Z] + go version [2021-01-18T02:44:02.252Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-18T02:44:02.273Z] $ docker stop --time=1 9d2a6b19ae1c5bebd48d8715e7e9a06027fa0e881f00ed92d911e4b869a7d9ee [2021-01-18T02:44:04.046Z] $ docker rm -f 9d2a6b19ae1c5bebd48d8715e7e9a06027fa0e881f00ed92d911e4b869a7d9ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:44:05.242Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T02:44:05.242Z] . [Pipeline] withDockerContainer [2021-01-18T02:44:05.614Z] prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container [2021-01-18T02:44:05.772Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T02:44:07.096Z] $ docker top a8ef71870f54bc881eb98a7f8e36665a6580998790a7aac1b408f6dc78bf318f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T02:44:07.415Z] ========================================================= [2021-01-18T02:44:07.415Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T02:44:07.415Z] ========================================================= [Pipeline] sh [2021-01-18T02:44:08.107Z] + make test [2021-01-18T02:44:08.107Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T02:44:23.275Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T02:44:47.577Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20877 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-18T02:44:47.633Z] Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout [2021-01-18T02:44:52.695Z] using credential edgex-jenkins-ssh [2021-01-18T02:44:52.780Z] Cloning the remote Git repository [2021-01-18T02:44:52.854Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:44:52.992Z] > git init /w/workspace/edgex-go/26 # timeout=10 [2021-01-18T02:44:53.076Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:44:53.076Z] > git --version # timeout=10 [2021-01-18T02:44:53.099Z] > git --version # 'git version 2.17.1' [2021-01-18T02:44:53.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:44:53.174Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T02:44:56.326Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T02:45:02.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T02:45:06.743Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T02:45:06.743Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T02:45:06.743Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T02:45:06.743Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T02:45:06.743Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T02:45:07.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T02:45:08.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T02:45:10.226Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T02:45:12.945Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T02:45:12.945Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T02:45:12.945Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T02:45:14.130Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T02:45:14.155Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T02:45:15.051Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:45:15.514Z] Merge succeeded, producing 268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:45:15.515Z] Checking out Revision 268bbcc047cba58df5c5e21fd9395c40f0eab693 (PR-2966) [2021-01-18T02:45:14.184Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T02:45:14.217Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:45:14.218Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:45:14.232Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T02:45:15.075Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T02:45:15.096Z] > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 [2021-01-18T02:45:15.395Z] > git remote # timeout=10 [2021-01-18T02:45:15.414Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T02:45:15.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:45:15.441Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T02:45:15.467Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T02:45:15.525Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T02:45:15.553Z] > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 [2021-01-18T02:45:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 46.6% of statements [2021-01-18T02:45:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T02:45:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T02:45:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T02:45:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T02:45:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T02:45:19.981Z] Commit message: "Merge branch 'master' into issue-2965" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T02:45:21.781Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-18T02:45:22.187Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T02:45:22.523Z] + true [2021-01-18T02:45:22.523Z] + sudo service docker restart [2021-01-18T02:45:23.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.389s coverage: 27.0% of statements [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T02:45:23.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.105s coverage: 100.0% of statements [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T02:45:23.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T02:45:23.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.134s coverage: 67.9% of statements [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T02:45:23.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 82.3% of statements [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T02:45:23.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T02:45:24.568Z] provisioning config files... [2021-01-18T02:45:24.607Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config3540089571665115398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:45:25.013Z] ---> docker-login.sh [2021-01-18T02:45:25.013Z] nexus3.edgexfoundry.org:10001 [2021-01-18T02:45:26.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:45:26.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:45:26.274Z] Configure a credential helper to remove this warning. See [2021-01-18T02:45:26.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:45:26.274Z] [2021-01-18T02:45:26.274Z] Login Succeeded [2021-01-18T02:45:26.274Z] nexus3.edgexfoundry.org:10002 [2021-01-18T02:45:26.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:45:26.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:45:26.821Z] Configure a credential helper to remove this warning. See [2021-01-18T02:45:26.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:45:26.821Z] [2021-01-18T02:45:26.821Z] Login Succeeded [2021-01-18T02:45:26.821Z] nexus3.edgexfoundry.org:10003 [2021-01-18T02:45:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.676s coverage: 28.6% of statements [2021-01-18T02:45:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T02:45:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T02:45:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T02:45:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T02:45:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T02:45:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2021-01-18T02:45:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T02:45:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-01-18T02:45:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T02:45:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 86.7% of statements [2021-01-18T02:45:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T02:45:27.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:45:27.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:45:27.378Z] Configure a credential helper to remove this warning. See [2021-01-18T02:45:27.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:45:27.378Z] [2021-01-18T02:45:27.378Z] Login Succeeded [2021-01-18T02:45:27.378Z] nexus3.edgexfoundry.org:10004 [2021-01-18T02:45:27.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.164s coverage: 97.5% of statements [2021-01-18T02:45:27.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T02:45:27.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:45:27.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:45:27.928Z] Configure a credential helper to remove this warning. See [2021-01-18T02:45:27.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:45:27.928Z] [2021-01-18T02:45:27.928Z] Login Succeeded [2021-01-18T02:45:27.928Z] docker.io [2021-01-18T02:45:28.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T02:45:28.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T02:45:28.474Z] Configure a credential helper to remove this warning. See [2021-01-18T02:45:28.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T02:45:28.475Z] [2021-01-18T02:45:28.475Z] Login Succeeded [2021-01-18T02:45:28.475Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T02:45:28.493Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-18T02:45:28.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.349s coverage: 78.3% of statements [2021-01-18T02:45:28.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T02:45:28.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T02:45:28.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T02:45:28.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T02:45:28.903Z] ========================================================= [2021-01-18T02:45:28.903Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-18T02:45:28.903Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:45:29.272Z] + 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-18T02:45:31.929Z] Sending build context to Docker daemon 165.6MB [2021-01-18T02:45:31.929Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T02:45:31.929Z] Step 2/6 : FROM ${BASE} [2021-01-18T02:45:31.929Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-18T02:45:31.929Z] 5f621e34cdf4: Pulling fs layer [2021-01-18T02:45:31.929Z] a4357932f1b6: Pulling fs layer [2021-01-18T02:45:31.929Z] 18c013af1878: Pulling fs layer [2021-01-18T02:45:31.929Z] 00ac8860ef70: Pulling fs layer [2021-01-18T02:45:31.929Z] 63d7cb157983: Pulling fs layer [2021-01-18T02:45:31.929Z] b116817d02f9: Pulling fs layer [2021-01-18T02:45:31.929Z] 745a02a5169b: Pulling fs layer [2021-01-18T02:45:31.929Z] 00ac8860ef70: Waiting [2021-01-18T02:45:31.929Z] 63d7cb157983: Waiting [2021-01-18T02:45:31.929Z] b116817d02f9: Waiting [2021-01-18T02:45:31.929Z] 745a02a5169b: Waiting [2021-01-18T02:45:31.929Z] 18c013af1878: Download complete [2021-01-18T02:45:31.929Z] a4357932f1b6: Verifying Checksum [2021-01-18T02:45:31.929Z] a4357932f1b6: Download complete [2021-01-18T02:45:31.929Z] 63d7cb157983: Download complete [2021-01-18T02:45:31.929Z] b116817d02f9: Verifying Checksum [2021-01-18T02:45:31.929Z] b116817d02f9: Download complete [2021-01-18T02:45:31.929Z] 5f621e34cdf4: Verifying Checksum [2021-01-18T02:45:31.929Z] 5f621e34cdf4: Download complete [2021-01-18T02:45:32.533Z] 5f621e34cdf4: Pull complete [2021-01-18T02:45:33.162Z] a4357932f1b6: Pull complete [2021-01-18T02:45:33.438Z] 18c013af1878: Pull complete [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.976s coverage: 92.8% of statements [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.104s coverage: 80.8% of statements [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.091s coverage: 84.2% of statements [2021-01-18T02:45:34.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.152s coverage: 91.4% of statements [2021-01-18T02:45:34.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T02:45:34.876Z] 745a02a5169b: Verifying Checksum [2021-01-18T02:45:34.876Z] 745a02a5169b: Download complete [2021-01-18T02:45:35.864Z] 00ac8860ef70: Verifying Checksum [2021-01-18T02:45:35.864Z] 00ac8860ef70: Download complete [2021-01-18T02:45:36.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.389s coverage: 63.5% of statements [2021-01-18T02:45:36.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T02:45:36.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T02:45:36.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.097s coverage: 100.0% of statements [2021-01-18T02:45:36.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-01-18T02:45:36.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-01-18T02:45:37.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements [2021-01-18T02:45:37.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2021-01-18T02:45:39.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.806s coverage: 68.9% of statements [2021-01-18T02:45:39.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T02:45:39.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T02:45:39.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T02:45:39.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T02:45:39.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T02:45:40.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 37.0% of statements [2021-01-18T02:45:40.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T02:45:40.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T02:45:40.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.831s coverage: 84.0% of statements [2021-01-18T02:45:40.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2021-01-18T02:45:44.681Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.244s coverage: 47.1% of statements [2021-01-18T02:45:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T02:45:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T02:45:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T02:45:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T02:45:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T02:45:44.681Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements [2021-01-18T02:45:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T02:45:44.681Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.163s coverage: 100.0% of statements [2021-01-18T02:45:44.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T02:45:46.031Z] 00ac8860ef70: Pull complete [2021-01-18T02:45:46.031Z] 63d7cb157983: Pull complete [2021-01-18T02:45:46.307Z] b116817d02f9: Pull complete [2021-01-18T02:45:46.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.311s coverage: 29.1% of statements [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T02:45:46.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.140s coverage: 99.0% of statements [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T02:45:46.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.140s coverage: 100.0% of statements [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T02:45:46.839Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T02:45:46.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.106s coverage: 100.0% of statements [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T02:45:46.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T02:45:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T02:45:48.109Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-01-18T02:45:48.821Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.094s coverage: 32.1% of statements [2021-01-18T02:45:49.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.152s coverage: 100.0% of statements [2021-01-18T02:45:50.200Z] GO111MODULE=on go vet ./... [2021-01-18T02:45:50.639Z] 745a02a5169b: Pull complete [2021-01-18T02:45:50.639Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-18T02:45:50.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-18T02:45:50.639Z] ---> b7e6874047d6 [2021-01-18T02:45:50.639Z] 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-18T02:45:54.039Z] ---> Running in d0cafbe028a9 [2021-01-18T02:45:55.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:45:55.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:45:56.215Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T02:45:56.488Z] (2/12) Installing file (5.38-r0) [2021-01-18T02:45:56.760Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T02:45:56.760Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T02:46:06.896Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T02:46:06.896Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T02:46:06.896Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T02:46:06.896Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T02:46:06.896Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T02:46:07.166Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T02:46:07.166Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T02:46:07.442Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T02:46:07.443Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:46:07.443Z] OK: 217 MiB in 51 packages [2021-01-18T02:46:11.741Z] Removing intermediate container d0cafbe028a9 [2021-01-18T02:46:11.741Z] ---> 70b641581f95 [2021-01-18T02:46:11.741Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T02:46:11.741Z] ---> Running in 94157daedd59 [2021-01-18T02:46:12.024Z] Removing intermediate container 94157daedd59 [2021-01-18T02:46:12.024Z] ---> cdaa5a935c17 [2021-01-18T02:46:12.024Z] Step 5/6 : COPY go.mod . [2021-01-18T02:46:13.017Z] ---> f680fffa527f [2021-01-18T02:46:13.017Z] Step 6/6 : RUN go mod download [2021-01-18T02:46:13.017Z] ---> Running in 754af34ac81e [2021-01-18T02:46:39.847Z] Removing intermediate container 754af34ac81e [2021-01-18T02:46:39.847Z] ---> 18e9d4c32a87 [2021-01-18T02:46:39.847Z] Successfully built 18e9d4c32a87 [2021-01-18T02:46:39.847Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:46:40.191Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T02:46:40.191Z] . [Pipeline] withDockerContainer [2021-01-18T02:46:40.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-20877 does not seem to be running inside a container [2021-01-18T02:46:40.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T02:46:42.044Z] $ docker top 406c705a3febcc2c0f67241b004bc1d512ef367ce64e875bbaf20c0879d4f03b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T02:46:43.070Z] + go version [2021-01-18T02:46:43.070Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-18T02:46:43.093Z] $ docker stop --time=1 406c705a3febcc2c0f67241b004bc1d512ef367ce64e875bbaf20c0879d4f03b [2021-01-18T02:46:44.973Z] $ docker rm -f 406c705a3febcc2c0f67241b004bc1d512ef367ce64e875bbaf20c0879d4f03b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:46:45.919Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T02:46:45.919Z] . [Pipeline] withDockerContainer [2021-01-18T02:46:46.150Z] prd-ubuntu18.04-docker-arm64-4c-16g-20877 does not seem to be running inside a container [2021-01-18T02:46:46.232Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T02:46:47.625Z] $ docker top 59d6ba8131b4a432c1bf8a7807d0b8246efbd5d7cf1868f4c557a706c01d058d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T02:46:47.997Z] ========================================================= [2021-01-18T02:46:47.997Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T02:46:47.997Z] ========================================================= [Pipeline] sh [2021-01-18T02:46:48.641Z] + make test [2021-01-18T02:46:48.641Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T02:46:59.140Z] gofmt -l . [2021-01-18T02:46:59.140Z] [ "`gofmt -l .`" = "" ] [2021-01-18T02:46:59.140Z] ./bin/test-go-mod-tidy.sh [2021-01-18T02:46:59.140Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T02:47:00.228Z] + ls -al . [2021-01-18T02:47:00.228Z] total 656 [2021-01-18T02:47:00.228Z] drwxrwxr-x 10 1001 1001 4096 Jan 18 02:46 . [2021-01-18T02:47:00.228Z] drwxr-xr-x 4 root root 30 Jan 18 02:44 .. [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 02:41 .dockerignore [2021-01-18T02:47:00.228Z] drwxrwxr-x 8 1001 1001 179 Jan 18 02:41 .git [2021-01-18T02:47:00.228Z] drwxrwxr-x 3 1001 1001 125 Jan 18 02:41 .github [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 02:41 .gitignore [2021-01-18T02:47:00.228Z] drwx------ 3 1001 1001 47 Jan 18 02:42 .semver [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 02:41 .sonarcloud.properties [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 02:41 Attribution.txt [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 02:41 CONTRIBUTING.md [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 02:41 Dockerfile.build [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 02:41 Jenkinsfile [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 02:41 LICENSE [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 02:41 Makefile [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 02:41 README.md [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 02:41 SECURITY.md [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 02:42 VERSION [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 02:41 ZMQWindows.md [2021-01-18T02:47:00.228Z] drwxrwxr-x 2 1001 1001 117 Jan 18 02:41 bin [2021-01-18T02:47:00.228Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 02:41 cmd [2021-01-18T02:47:00.228Z] -rw-r--r-- 1 root root 550280 Jan 18 02:45 coverage.out [2021-01-18T02:47:00.228Z] -rw-r--r-- 1 root root 981 Jan 18 02:46 go.mod [2021-01-18T02:47:00.228Z] -rw-r--r-- 1 root root 19241 Jan 18 02:46 go.sum [2021-01-18T02:47:00.228Z] drwxrwxr-x 8 1001 1001 127 Jan 18 02:41 internal [2021-01-18T02:47:00.228Z] drwxrwxr-x 4 1001 1001 26 Jan 18 02:41 openapi [2021-01-18T02:47:00.228Z] drwxrwxr-x 4 1001 1001 71 Jan 18 02:41 snap [2021-01-18T02:47:00.228Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 02:41 version.go [Pipeline] sh [2021-01-18T02:47:01.044Z] + '[' -e coverage.out ] [2021-01-18T02:47:01.044Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T02:47:02.079Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T02:47:02.783Z] + make build [2021-01-18T02:47:02.783Z] 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-18T02:47:08.348Z] 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-18T02:47:10.827Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T02:47:27.452Z] 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-18T02:47:30.975Z] 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-18T02:47:33.735Z] 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-18T02:47:35.256Z] 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-18T02:47:39.771Z] 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-18T02:47:43.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-18T02:47:46.076Z] 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-18T02:47:49.844Z] 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-18T02:47:52.562Z] 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-18T02:47:56.069Z] 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-18T02:47:57.849Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] } [2021-01-18T02:47:58.754Z] $ docker stop --time=1 a8ef71870f54bc881eb98a7f8e36665a6580998790a7aac1b408f6dc78bf318f [2021-01-18T02:48:01.424Z] $ docker rm -f a8ef71870f54bc881eb98a7f8e36665a6580998790a7aac1b408f6dc78bf318f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-18T02:48:03.646Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:48:05.517Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T02:48:05.796Z] [2021-01-18T02:48:05.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:48:06.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T02:48:06.182Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-18T02:48:06.182Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-18T02:48:06.182Z] ca9280d653b3: Pulling fs layer [2021-01-18T02:48:06.182Z] 7e9c9ca2126c: Pulling fs layer [2021-01-18T02:48:06.784Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-18T02:48:06.784Z] cbdbe7a5bc2a: Download complete [2021-01-18T02:48:07.390Z] cbdbe7a5bc2a: Pull complete [2021-01-18T02:48:07.671Z] ca9280d653b3: Download complete [2021-01-18T02:48:09.077Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T02:48:09.077Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T02:48:09.077Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T02:48:09.077Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T02:48:09.077Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T02:48:09.077Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T02:48:10.422Z] ca9280d653b3: Pull complete [2021-01-18T02:48:10.422Z] 7e9c9ca2126c: Verifying Checksum [2021-01-18T02:48:10.422Z] 7e9c9ca2126c: Download complete [2021-01-18T02:48:10.526Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T02:48:11.972Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T02:48:18.719Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T02:48:18.719Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T02:48:18.719Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T02:48:20.645Z] 7e9c9ca2126c: Pull complete [2021-01-18T02:48:20.645Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-18T02:48:20.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T02:48:20.645Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-18T02:48:20.900Z] prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container [2021-01-18T02:48:20.967Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T02:48:24.066Z] $ docker top 43861cab1d45b01ed4aa6847b2986a083f961076a4bb1ffbb911fc3a1568794d -eo pid,comm [2021-01-18T02:48:24.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.203s coverage: 46.6% of statements [2021-01-18T02:48:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T02:48:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T02:48:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T02:48:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T02:48:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [Pipeline] { [Pipeline] sh [2021-01-18T02:48:24.669Z] + docker-compose build --help [2021-01-18T02:48:24.669Z] + grep parallel [2021-01-18T02:48:26.635Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T02:48:26.654Z] $ docker stop --time=1 43861cab1d45b01ed4aa6847b2986a083f961076a4bb1ffbb911fc3a1568794d [2021-01-18T02:48:28.272Z] $ docker rm -f 43861cab1d45b01ed4aa6847b2986a083f961076a4bb1ffbb911fc3a1568794d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:48:29.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T02:48:29.110Z] . [Pipeline] withDockerContainer [2021-01-18T02:48:29.258Z] prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container [2021-01-18T02:48:29.409Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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-18T02:48:30.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.0% of statements [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T02:48:30.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T02:48:30.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.113s coverage: 100.0% of statements [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T02:48:30.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T02:48:30.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.305s coverage: 67.9% of statements [2021-01-18T02:48:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T02:48:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T02:48:30.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.344s coverage: 82.3% of statements [2021-01-18T02:48:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T02:48:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T02:48:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T02:48:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T02:48:31.353Z] $ docker top 959151adfb2537158a9bee720f515d1f8e38a46eb44dc1c9818ca9537986f8eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T02:48:32.429Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T02:48:33.857Z] Building docker-core-command-go ... [2021-01-18T02:48:33.857Z] Building docker-core-data-go ... [2021-01-18T02:48:33.857Z] Building docker-core-metadata-go ... [2021-01-18T02:48:33.857Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T02:48:33.857Z] Building docker-security-proxy-setup-go ... [2021-01-18T02:48:33.857Z] Building docker-security-secretstore-setup-go ... [2021-01-18T02:48:33.857Z] Building docker-support-notifications-go ... [2021-01-18T02:48:33.857Z] Building docker-support-scheduler-go ... [2021-01-18T02:48:33.857Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T02:48:33.857Z] Building docker-support-notifications-go [2021-01-18T02:48:33.857Z] Building docker-core-command-go [2021-01-18T02:48:33.857Z] Building docker-core-data-go [2021-01-18T02:48:33.857Z] Building docker-support-scheduler-go [2021-01-18T02:48:33.857Z] Building docker-security-bootstrap-redis-go [2021-01-18T02:48:39.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.100s coverage: 28.6% of statements [2021-01-18T02:48:39.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T02:48:39.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T02:48:39.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T02:48:39.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T02:48:39.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T02:48:39.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.214s coverage: 100.0% of statements [2021-01-18T02:48:39.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T02:48:39.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements [2021-01-18T02:48:39.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T02:48:39.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements [2021-01-18T02:48:39.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T02:48:39.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.302s coverage: 97.5% of statements [2021-01-18T02:48:39.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T02:48:40.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements [2021-01-18T02:48:40.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T02:48:40.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T02:48:40.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T02:48:40.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T02:48:48.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.207s coverage: 92.8% of statements [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T02:48:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T02:48:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T02:48:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.105s coverage: 100.0% of statements [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T02:48:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.167s coverage: 75.5% of statements [2021-01-18T02:48:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T02:48:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements [2021-01-18T02:48:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-01-18T02:48:49.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 84.2% of statements [2021-01-18T02:48:51.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements [2021-01-18T02:48:51.479Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T02:48:53.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.678s coverage: 63.5% of statements [2021-01-18T02:48:53.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T02:48:53.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T02:48:53.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-01-18T02:48:53.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-01-18T02:48:54.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.119s coverage: 100.0% of statements [2021-01-18T02:48:54.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-01-18T02:48:55.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-01-18T02:48:59.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.885s coverage: 68.9% of statements [2021-01-18T02:48:59.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T02:48:59.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T02:48:59.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T02:48:59.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T02:48:59.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T02:49:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.386s coverage: 37.0% of statements [2021-01-18T02:49:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T02:49:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T02:49:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.558s coverage: 84.0% of statements [2021-01-18T02:49:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements [2021-01-18T02:49:08.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.496s coverage: 47.1% of statements [2021-01-18T02:49:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T02:49:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T02:49:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T02:49:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T02:49:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T02:49:08.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-01-18T02:49:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T02:49:08.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-01-18T02:49:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T02:49:11.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.010s coverage: 29.1% of statements [2021-01-18T02:49:11.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T02:49:11.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T02:49:11.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T02:49:11.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T02:49:11.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T02:49:11.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements [2021-01-18T02:49:11.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T02:49:11.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-01-18T02:49:11.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T02:49:11.932Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-01-18T02:49:11.932Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T02:49:11.932Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-18T02:49:11.932Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T02:49:11.932Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T02:49:11.932Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T02:49:11.932Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T02:49:11.932Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-18T02:49:11.932Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T02:49:11.932Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T02:49:12.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-01-18T02:49:12.809Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-18T02:49:14.242Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements [2021-01-18T02:49:14.842Z] GO111MODULE=on go vet ./... [2021-01-18T02:49:31.388Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:49:31.388Z] [2021-01-18T02:49:31.388Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:49:31.388Z] ---> 2d6d3f007617 [2021-01-18T02:49:31.388Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 3/22 : WORKDIR /edgex-go [2021-01-18T02:49:31.388Z] [2021-01-18T02:49:31.388Z] ---> 2d6d3f007617 [2021-01-18T02:49:31.388Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T02:49:31.388Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:49:31.388Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:49:31.388Z] ---> 2d6d3f007617 [2021-01-18T02:49:31.388Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T02:49:31.388Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:49:31.388Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:49:31.388Z] ---> 2d6d3f007617 [2021-01-18T02:49:31.388Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:49:31.388Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:49:31.388Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:49:31.388Z] ---> 2d6d3f007617 [2021-01-18T02:49:31.388Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T02:49:31.388Z] ---> Running in b0360ba6a306 [2021-01-18T02:49:31.388Z] ---> Running in b613bd9706d8 [2021-01-18T02:49:31.388Z] ---> Running in fd3bd9093834 [2021-01-18T02:49:31.388Z] ---> Running in f71393eec415 [2021-01-18T02:49:31.388Z] ---> Running in 4e48dc1a2f60 [2021-01-18T02:49:31.388Z] Removing intermediate container f71393eec415 [2021-01-18T02:49:31.388Z] ---> c926bc723370 [2021-01-18T02:49:31.388Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:49:31.388Z] Removing intermediate container b613bd9706d8 [2021-01-18T02:49:31.388Z] ---> 1089446fcf79 [2021-01-18T02:49:31.388Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:49:31.388Z] Removing intermediate container b0360ba6a306 [2021-01-18T02:49:31.388Z] ---> 82798958f0aa [2021-01-18T02:49:31.388Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:49:31.388Z] Removing intermediate container 4e48dc1a2f60 [2021-01-18T02:49:31.388Z] ---> 19a686523f19 [2021-01-18T02:49:31.388Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:49:31.388Z] Removing intermediate container fd3bd9093834 [2021-01-18T02:49:31.388Z] ---> c11a5e928f70 [2021-01-18T02:49:31.388Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:49:31.388Z] ---> Running in 421a19788312 [2021-01-18T02:49:31.388Z] ---> Running in c2251dea55be [2021-01-18T02:49:31.388Z] ---> Running in ac562f6054ec [2021-01-18T02:49:31.388Z] ---> Running in 75a3940450c9 [2021-01-18T02:49:31.388Z] ---> Running in 993c43c48c54 [2021-01-18T02:49:34.078Z] Removing intermediate container 421a19788312 [2021-01-18T02:49:34.078Z] ---> ba6a361b3d5c [2021-01-18T02:49:34.078Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T02:49:34.078Z] Removing intermediate container c2251dea55be [2021-01-18T02:49:34.078Z] ---> 2d90d299ec34 [2021-01-18T02:49:34.078Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:49:34.078Z] Removing intermediate container ac562f6054ec [2021-01-18T02:49:34.078Z] ---> df8d0bae91c3 [2021-01-18T02:49:34.078Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:49:34.078Z] ---> Running in 59cb5cee3eea [2021-01-18T02:49:34.078Z] ---> Running in 5f10ad69c2d2 [2021-01-18T02:49:34.078Z] ---> Running in c60c0a3334d1 [2021-01-18T02:49:34.078Z] Removing intermediate container 993c43c48c54 [2021-01-18T02:49:34.078Z] ---> f2548322ede1 [2021-01-18T02:49:34.078Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T02:49:34.078Z] Removing intermediate container 75a3940450c9 [2021-01-18T02:49:34.078Z] ---> 13e2c11e7e6a [2021-01-18T02:49:34.078Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T02:49:34.078Z] ---> Running in 25f96d846e19 [2021-01-18T02:49:34.078Z] ---> Running in f0356a93e0d2 [2021-01-18T02:49:35.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:35.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:35.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:35.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:35.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:36.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:36.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:36.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:36.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:36.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:49:36.998Z] OK: 233 MiB in 51 packages [2021-01-18T02:49:36.998Z] OK: 233 MiB in 51 packages [2021-01-18T02:49:37.332Z] OK: 233 MiB in 51 packages [2021-01-18T02:49:37.332Z] OK: 233 MiB in 51 packages [2021-01-18T02:49:37.332Z] OK: 233 MiB in 51 packages [2021-01-18T02:49:38.821Z] Removing intermediate container 5f10ad69c2d2 [2021-01-18T02:49:38.821Z] ---> b54567671d44 [2021-01-18T02:49:38.821Z] Step 6/22 : COPY go.mod . [2021-01-18T02:49:39.125Z] Removing intermediate container 59cb5cee3eea [2021-01-18T02:49:39.125Z] ---> c0be85d7164a [2021-01-18T02:49:39.125Z] Step 6/23 : COPY go.mod . [2021-01-18T02:49:39.125Z] Removing intermediate container 25f96d846e19 [2021-01-18T02:49:39.125Z] ---> 8223d88d00cd [2021-01-18T02:49:39.125Z] Step 6/24 : COPY go.mod . [2021-01-18T02:49:39.421Z] Removing intermediate container f0356a93e0d2 [2021-01-18T02:49:39.421Z] ---> d1957b04e2a4 [2021-01-18T02:49:39.421Z] Step 6/21 : COPY go.mod . [2021-01-18T02:49:39.421Z] Removing intermediate container c60c0a3334d1 [2021-01-18T02:49:39.421Z] ---> 1a2183ee95e5 [2021-01-18T02:49:39.421Z] Step 6/22 : COPY go.mod . [2021-01-18T02:49:39.697Z] ---> 25a5f09e139e [2021-01-18T02:49:39.697Z] Step 7/22 : RUN go mod download [2021-01-18T02:49:40.040Z] ---> Running in 6b467cd12372 [2021-01-18T02:49:40.040Z] ---> d4e712b47caf [2021-01-18T02:49:40.040Z] Step 7/23 : RUN go mod download [2021-01-18T02:49:40.040Z] ---> bef83ab918df [2021-01-18T02:49:40.040Z] Step 7/24 : RUN go mod download [2021-01-18T02:49:40.431Z] ---> Running in d3983c6ef3a8 [2021-01-18T02:49:40.431Z] ---> Running in 9b1070ec723b [2021-01-18T02:49:40.717Z] ---> 0e72d451d56c [2021-01-18T02:49:40.717Z] Step 7/21 : RUN go mod download [2021-01-18T02:49:40.717Z] ---> 19efef0d5187 [2021-01-18T02:49:40.717Z] Step 7/22 : RUN go mod download [2021-01-18T02:49:40.717Z] ---> Running in 98c8727392ae [2021-01-18T02:49:40.994Z] ---> Running in 9680a9502480 [2021-01-18T02:49:45.453Z] Removing intermediate container 98c8727392ae [2021-01-18T02:49:45.453Z] ---> 6ba4d4c0edb3 [2021-01-18T02:49:45.453Z] Step 8/21 : COPY . . [2021-01-18T02:49:45.453Z] Removing intermediate container 9680a9502480 [2021-01-18T02:49:45.453Z] ---> f89820b0b798 [2021-01-18T02:49:45.453Z] Step 8/22 : COPY . . [2021-01-18T02:49:46.127Z] Removing intermediate container 9b1070ec723b [2021-01-18T02:49:46.127Z] ---> 2826e1b8c572 [2021-01-18T02:49:46.127Z] Step 8/23 : COPY . . [2021-01-18T02:49:46.127Z] Removing intermediate container d3983c6ef3a8 [2021-01-18T02:49:46.127Z] ---> aa4c855e2743 [2021-01-18T02:49:46.127Z] Step 8/24 : COPY . . [2021-01-18T02:49:46.430Z] Removing intermediate container 6b467cd12372 [2021-01-18T02:49:46.430Z] ---> f255b4590f75 [2021-01-18T02:49:46.430Z] Step 8/22 : COPY . . [2021-01-18T02:50:22.890Z] gofmt -l . [2021-01-18T02:50:22.890Z] [ "`gofmt -l .`" = "" ] [2021-01-18T02:50:22.890Z] ./bin/test-go-mod-tidy.sh [2021-01-18T02:50:23.492Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T02:50:25.611Z] + ls -al . [2021-01-18T02:50:25.611Z] total 684 [2021-01-18T02:50:25.611Z] drwxrwxr-x 9 1001 1001 4096 Jan 18 02:50 . [2021-01-18T02:50:25.611Z] drwxr-xr-x 4 root root 4096 Jan 18 02:46 .. [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 02:45 .dockerignore [2021-01-18T02:50:25.611Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 02:45 .git [2021-01-18T02:50:25.611Z] drwxrwxr-x 3 1001 1001 4096 Jan 18 02:45 .github [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 02:45 .gitignore [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 02:45 .sonarcloud.properties [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 02:45 Attribution.txt [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 02:45 CONTRIBUTING.md [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 02:45 Dockerfile.build [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 02:45 Jenkinsfile [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 02:45 LICENSE [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 02:45 Makefile [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 02:45 README.md [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 02:45 SECURITY.md [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 02:42 VERSION [2021-01-18T02:50:25.611Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 02:45 ZMQWindows.md [2021-01-18T02:50:25.611Z] drwxrwxr-x 2 1001 1001 4096 Jan 18 02:45 bin [2021-01-18T02:50:25.611Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 02:45 cmd [2021-01-18T02:50:25.611Z] -rw-r--r-- 1 root root 550280 Jan 18 02:49 coverage.out [2021-01-18T02:50:25.612Z] -rw-r--r-- 1 root root 981 Jan 18 02:50 go.mod [2021-01-18T02:50:25.612Z] -rw-r--r-- 1 root root 19241 Jan 18 02:50 go.sum [2021-01-18T02:50:25.612Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 02:45 internal [2021-01-18T02:50:25.612Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 02:45 openapi [2021-01-18T02:50:25.612Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 02:45 snap [2021-01-18T02:50:25.612Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 02:45 version.go [Pipeline] sh [2021-01-18T02:50:26.277Z] + '[' -e coverage.out ] [2021-01-18T02:50:26.277Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T02:50:26.299Z] Warning: overwriting stash ‘coverage-report’ [2021-01-18T02:50:27.641Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T02:50:28.329Z] + make build [2021-01-18T02:50:28.329Z] 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-18T02:50:40.777Z] 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-18T02:50:55.753Z] ---> 765801129ba8 [2021-01-18T02:50:55.753Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T02:50:55.753Z] ---> 9acd2c9b6274 [2021-01-18T02:50:55.753Z] ---> 67e76e477bb9 [2021-01-18T02:50:55.753Z] Step 9/22 : RUN make cmd/core-command/core-command ---> 5e819a11b144 [2021-01-18T02:50:55.753Z] ---> 1a86873877eb [2021-01-18T02:50:55.753Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T02:50:55.753Z] [2021-01-18T02:50:55.753Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redisStep 9/23 : RUN make cmd/core-data/core-data [2021-01-18T02:50:55.753Z] [2021-01-18T02:50:55.753Z] ---> Running in 1db19aa4a4c3 [2021-01-18T02:50:55.753Z] ---> Running in dbad70dcadf0 [2021-01-18T02:50:55.753Z] ---> Running in f96256932f00 [2021-01-18T02:50:55.753Z] ---> Running in ca81716a93a4 [2021-01-18T02:50:55.753Z] ---> Running in 7c3ec8e0e646 [2021-01-18T02:50:55.753Z] 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-18T02:50:55.753Z] 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-18T02:50:55.753Z] 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-18T02:50:55.753Z] 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-18T02:50:55.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-18T02:51:03.036Z] 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-18T02:51:04.474Z] 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-18T02:51:09.901Z] 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-18T02:51:10.885Z] 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-18T02:51:17.618Z] 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-18T02:51:21.010Z] 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-18T02:51:24.401Z] 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-18T02:51:28.701Z] 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-18T02:51:33.020Z] 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-18T02:51:36.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-18T02:51:39.806Z] $ docker stop --time=1 59d6ba8131b4a432c1bf8a7807d0b8246efbd5d7cf1868f4c557a706c01d058d [2021-01-18T02:51:42.239Z] $ docker rm -f 59d6ba8131b4a432c1bf8a7807d0b8246efbd5d7cf1868f4c557a706c01d058d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:51:44.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T02:51:44.318Z] [2021-01-18T02:51:44.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:51:44.992Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T02:51:45.264Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-18T02:51:45.264Z] 29e5d40040c1: Pulling fs layer [2021-01-18T02:51:45.264Z] 1ce36da41761: Pulling fs layer [2021-01-18T02:51:45.264Z] 25b303627fd3: Pulling fs layer [2021-01-18T02:51:45.538Z] 29e5d40040c1: Verifying Checksum [2021-01-18T02:51:45.538Z] 29e5d40040c1: Download complete [2021-01-18T02:51:46.138Z] 29e5d40040c1: Pull complete [2021-01-18T02:51:46.413Z] 1ce36da41761: Verifying Checksum [2021-01-18T02:51:46.413Z] 1ce36da41761: Download complete [2021-01-18T02:51:47.855Z] 1ce36da41761: Pull complete [2021-01-18T02:51:47.855Z] 25b303627fd3: Verifying Checksum [2021-01-18T02:51:47.855Z] 25b303627fd3: Download complete [2021-01-18T02:51:52.827Z] Removing intermediate container 1db19aa4a4c3 [2021-01-18T02:51:52.828Z] ---> b1ca300639b9 [2021-01-18T02:51:52.828Z] [2021-01-18T02:51:52.828Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T02:51:52.828Z] 3.12: Pulling from library/alpine [2021-01-18T02:51:53.768Z] Removing intermediate container ca81716a93a4 [2021-01-18T02:51:53.768Z] ---> 349317d36783 [2021-01-18T02:51:53.768Z] [2021-01-18T02:51:53.768Z] Step 10/24 : FROM scratch [2021-01-18T02:51:53.768Z] ---> [2021-01-18T02:51:53.768Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T02:51:53.768Z] Removing intermediate container dbad70dcadf0 [2021-01-18T02:51:53.768Z] ---> e72cddbc0c7e [2021-01-18T02:51:53.768Z] [2021-01-18T02:51:53.768Z] Step 10/22 : FROM scratch [2021-01-18T02:51:53.768Z] ---> [2021-01-18T02:51:53.768Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:51:53.768Z] Removing intermediate container 7c3ec8e0e646 [2021-01-18T02:51:53.768Z] ---> 7d459648bffd [2021-01-18T02:51:53.768Z] [2021-01-18T02:51:53.768Z] Step 10/21 : FROM scratch [2021-01-18T02:51:53.768Z] ---> [2021-01-18T02:51:53.768Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:51:54.471Z] ---> Running in a95eccc48382 [2021-01-18T02:51:54.471Z] ---> Running in b3cb69dd6717 [2021-01-18T02:51:54.471Z] ---> Running in 3a84937e8c54 [2021-01-18T02:51:55.158Z] Removing intermediate container b3cb69dd6717 [2021-01-18T02:51:55.158Z] ---> 0d9d939bc228 [2021-01-18T02:51:55.158Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T02:51:55.482Z] Removing intermediate container a95eccc48382 [2021-01-18T02:51:55.482Z] ---> 9ffa4c934703 [2021-01-18T02:51:55.482Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T02:51:55.482Z] Removing intermediate container 3a84937e8c54 [2021-01-18T02:51:55.482Z] ---> dc072e856405 [2021-01-18T02:51:55.482Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T02:51:55.482Z] ---> Running in 5229de5ac66c [2021-01-18T02:51:55.482Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T02:51:55.482Z] ---> Running in 28657f3a1d33 [2021-01-18T02:51:55.482Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T02:51:55.482Z] ---> 389fef711851 [2021-01-18T02:51:55.482Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T02:51:55.482Z] ---> Running in 003a89fce47c [2021-01-18T02:51:55.777Z] ---> Running in 8747ea0eadff [2021-01-18T02:51:56.068Z] Removing intermediate container 5229de5ac66c [2021-01-18T02:51:56.068Z] ---> ef2efbe62859 [2021-01-18T02:51:56.068Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T02:51:56.068Z] Removing intermediate container 28657f3a1d33 [2021-01-18T02:51:56.068Z] ---> 5f15067a25e9 [2021-01-18T02:51:56.068Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T02:51:56.068Z] Removing intermediate container 003a89fce47c [2021-01-18T02:51:56.068Z] ---> cfb70d56f414 [2021-01-18T02:51:56.068Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T02:51:56.373Z] ---> Running in 28c79f6e710e [2021-01-18T02:51:56.760Z] ---> Running in 59d38161268f [2021-01-18T02:51:57.126Z] ---> Running in 484969698fe2 [2021-01-18T02:51:57.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:51:57.462Z] Removing intermediate container 28c79f6e710e [2021-01-18T02:51:57.462Z] ---> b83ffbccb3f5 [2021-01-18T02:51:57.462Z] Step 14/22 : WORKDIR / [2021-01-18T02:51:57.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:51:57.772Z] ---> Running in f0eef845caf4 [2021-01-18T02:51:57.772Z] Removing intermediate container 59d38161268f [2021-01-18T02:51:57.772Z] ---> 821fa9e9c557 [2021-01-18T02:51:57.772Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:51:57.772Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T02:51:57.772Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:51:57.772Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T02:51:57.772Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T02:51:57.772Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T02:51:57.772Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:51:57.772Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T02:51:58.013Z] 25b303627fd3: Pull complete [2021-01-18T02:51:58.013Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-18T02:51:58.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T02:51:58.013Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-18T02:51:58.063Z] Removing intermediate container 484969698fe2 [2021-01-18T02:51:58.063Z] ---> 6c62177b69cf [2021-01-18T02:51:58.063Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T02:51:58.063Z] OK: 7 MiB in 19 packages [2021-01-18T02:51:58.285Z] prd-ubuntu18.04-docker-arm64-4c-16g-20877 does not seem to be running inside a container [2021-01-18T02:51:58.370Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T02:51:59.609Z] ---> cd459acf7388 [2021-01-18T02:51:59.609Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T02:52:01.565Z] $ docker top 8ec0b79e55358a6d491565fa9ea6f2bd1d5c187005acef1537290ab2ad70e3c4 -eo pid,comm [2021-01-18T02:52:01.664Z] Removing intermediate container f0eef845caf4 [2021-01-18T02:52:01.664Z] ---> b0d1ad056b33 [2021-01-18T02:52:01.664Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:52:01.664Z] ---> db9ef2774eed [2021-01-18T02:52:01.664Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T02:52:01.664Z] Removing intermediate container f96256932f00 [2021-01-18T02:52:01.664Z] ---> 0e8f7dfc2ce9 [2021-01-18T02:52:01.664Z] [2021-01-18T02:52:01.664Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T02:52:01.664Z] ---> 389fef711851 [2021-01-18T02:52:01.664Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:52:01.664Z] ---> deee2c967421 [2021-01-18T02:52:01.664Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] { [2021-01-18T02:52:01.951Z] ---> Running in 3efed91b265b [2021-01-18T02:52:01.951Z] ---> a0da61bbfcff [2021-01-18T02:52:01.951Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] sh [2021-01-18T02:52:02.251Z] Removing intermediate container 8747ea0eadff [2021-01-18T02:52:02.251Z] ---> 86f69cd2fe05 [2021-01-18T02:52:02.251Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T02:52:02.580Z] ---> Running in 5ce8fbd69719 [2021-01-18T02:52:02.580Z] ---> 343c40911134 [2021-01-18T02:52:02.580Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T02:52:02.669Z] + docker-compose build --help [2021-01-18T02:52:02.669Z] + grep parallel [2021-01-18T02:52:02.909Z] Removing intermediate container 3efed91b265b [2021-01-18T02:52:02.909Z] ---> 5d279f2d6822 [2021-01-18T02:52:02.909Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T02:52:03.296Z] ---> bc30fdb5f81a [2021-01-18T02:52:03.297Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T02:52:03.297Z] ---> Running in 0f1c372d5329 [2021-01-18T02:52:03.297Z] ---> Running in 331b39d4b77c [2021-01-18T02:52:03.735Z] ---> 33cac1896a08 [2021-01-18T02:52:03.735Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T02:52:03.735Z] Removing intermediate container 5ce8fbd69719 [2021-01-18T02:52:03.735Z] ---> 69e8be1ef35e [2021-01-18T02:52:03.735Z] Step 13/22 : WORKDIR / [2021-01-18T02:52:04.045Z] ---> Running in e3648dad9421 [2021-01-18T02:52:04.045Z] Removing intermediate container 331b39d4b77c [2021-01-18T02:52:04.045Z] ---> e43a917f00fa [2021-01-18T02:52:04.045Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T02:52:04.357Z] Removing intermediate container 0f1c372d5329 [2021-01-18T02:52:04.357Z] ---> 7f0e73f1e1ef [2021-01-18T02:52:04.357Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:52:04.357Z] ---> Running in bb3960889f15 [2021-01-18T02:52:04.357Z] ---> 17c80400dafa [2021-01-18T02:52:04.357Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T02:52:04.653Z] ---> Running in d164cb5bde2b [2021-01-18T02:52:04.653Z] ---> 95359c8baf59 [2021-01-18T02:52:04.653Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:52:04.653Z] ---> Running in 6efc3b2a565d [2021-01-18T02:52:04.653Z] Removing intermediate container e3648dad9421 [2021-01-18T02:52:04.653Z] ---> 28fd7d55fe65 [2021-01-18T02:52:04.653Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:52:04.931Z] Removing intermediate container bb3960889f15 [2021-01-18T02:52:04.931Z] ---> c5a646a741d7 [2021-01-18T02:52:04.931Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:52:04.931Z] ---> Running in db41672e8b04 [2021-01-18T02:52:04.931Z] Removing intermediate container d164cb5bde2b [2021-01-18T02:52:04.931Z] ---> 0511647aefbb [2021-01-18T02:52:04.931Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T02:52:05.215Z] Removing intermediate container 6efc3b2a565d [2021-01-18T02:52:05.215Z] ---> 6a9cbb3a9806 [2021-01-18T02:52:05.215Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:52:05.215Z] ---> Running in 9149e34c6a0c [2021-01-18T02:52:05.215Z] ---> bca0e60d9302 [2021-01-18T02:52:05.215Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T02:52:05.510Z] ---> 1e00259cd40a [2021-01-18T02:52:05.510Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T02:52:05.510Z] ---> Running in 7a09bb7f204b [2021-01-18T02:52:05.800Z] Removing intermediate container 9149e34c6a0c [2021-01-18T02:52:05.800Z] ---> a5f75c0980d2 [2021-01-18T02:52:05.800Z] Step 20/21 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:52:06.045Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T02:52:06.058Z] $ docker stop --time=1 8ec0b79e55358a6d491565fa9ea6f2bd1d5c187005acef1537290ab2ad70e3c4 [2021-01-18T02:52:06.400Z] ---> Running in 0dc99364e651 [2021-01-18T02:52:06.400Z] Removing intermediate container 7a09bb7f204b [2021-01-18T02:52:06.400Z] ---> 3dfb77471a65 [2021-01-18T02:52:06.400Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T02:52:06.678Z] ---> Running in ea351294549c [2021-01-18T02:52:06.678Z] ---> 0ce4392df440 [2021-01-18T02:52:06.678Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T02:52:06.678Z] ---> 657a61b3041f [2021-01-18T02:52:06.678Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T02:52:06.987Z] Removing intermediate container 0dc99364e651 [2021-01-18T02:52:06.987Z] ---> a0823942d288 [2021-01-18T02:52:06.987Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T02:52:06.987Z] Removing intermediate container ea351294549c [2021-01-18T02:52:06.987Z] ---> 06868f5f5158 [2021-01-18T02:52:06.987Z] Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:52:07.366Z] ---> Running in 8c7a1013053e [2021-01-18T02:52:07.366Z] ---> Running in ada7e82fc40e [2021-01-18T02:52:07.366Z] ---> 66db22df24ad [2021-01-18T02:52:07.366Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T02:52:07.366Z] ---> 638e6bc506b7 [2021-01-18T02:52:07.366Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T02:52:07.995Z] $ docker rm -f 8ec0b79e55358a6d491565fa9ea6f2bd1d5c187005acef1537290ab2ad70e3c4 [2021-01-18T02:52:08.043Z] Removing intermediate container db41672e8b04 [2021-01-18T02:52:08.043Z] ---> ed72d3aa8c88 [2021-01-18T02:52:08.043Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T02:52:08.043Z] ---> Running in 3124dc4b8542 [Pipeline] // withDockerContainer [2021-01-18T02:52:08.318Z] Removing intermediate container 8c7a1013053e [2021-01-18T02:52:08.318Z] ---> 5a88671eb972 [2021-01-18T02:52:08.318Z] [2021-01-18T02:52:08.318Z] ---> Running in 7b8012ae04f2 [2021-01-18T02:52:08.319Z] Removing intermediate container ada7e82fc40e [2021-01-18T02:52:08.319Z] ---> 049e4f12209e [2021-01-18T02:52:08.319Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:52:08.319Z] ---> d68807fefb84 [2021-01-18T02:52:08.319Z] Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:52:08.610Z] ---> Running in 1856a406cd40 [2021-01-18T02:52:08.610Z] ---> Running in eab4463c2068 [2021-01-18T02:52:08.610Z] Removing intermediate container 3124dc4b8542 [2021-01-18T02:52:08.610Z] ---> 54f315f4328f [2021-01-18T02:52:08.610Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:52:08.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T02:52:08.862Z] . [Pipeline] withDockerContainer [2021-01-18T02:52:08.920Z] ---> Running in 3db9ef61e9bc [2021-01-18T02:52:08.920Z] Successfully built 5a88671eb972 [2021-01-18T02:52:09.134Z] prd-ubuntu18.04-docker-arm64-4c-16g-20877 does not seem to be running inside a container [2021-01-18T02:52:09.211Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-18T02:52:09.211Z] Building docker-security-proxy-setup-go [2021-01-18T02:52:09.211Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1856a406cd40 [2021-01-18T02:52:09.211Z] ---> ef00d53daff4 [2021-01-18T02:52:09.211Z] [2021-01-18T02:52:09.216Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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-18T02:52:09.485Z] Removing intermediate container 3db9ef61e9bc [2021-01-18T02:52:09.485Z] ---> 6799b9962707 [2021-01-18T02:52:09.485Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T02:52:09.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:52:09.856Z] ---> Running in 3d698db773cf [2021-01-18T02:52:09.856Z] Successfully built ef00d53daff4 [2021-01-18T02:52:09.856Z] Successfully tagged docker-core-command-go:latest [2021-01-18T02:52:09.856Z] Building docker-security-secretstore-setup-go [2021-01-18T02:52:10.136Z]  Building docker-core-command-go ... done Removing intermediate container 3d698db773cf [2021-01-18T02:52:10.136Z] ---> 655c6012307b [2021-01-18T02:52:10.136Z] Step 23/24 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:52:10.435Z] ---> Running in 5fa64f873a49 [2021-01-18T02:52:10.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:52:10.700Z] $ docker top b310ef578cd79fe7a0af63c26cb03da74b33b46dcdfcfd7af41d267fd19686d7 -eo pid,comm [2021-01-18T02:52:10.771Z] Removing intermediate container 5fa64f873a49 [2021-01-18T02:52:10.771Z] ---> 998d62b99b48 [2021-01-18T02:52:10.771Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T02:52:10.771Z] ---> Running in f3debea687d4 [2021-01-18T02:52:10.771Z] Removing intermediate container eab4463c2068 [2021-01-18T02:52:10.771Z] ---> c041bb9b4a7d [2021-01-18T02:52:10.771Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T02:52:11.046Z] ---> Running in 0b5fb047e849 [Pipeline] { [Pipeline] sh [2021-01-18T02:52:11.815Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T02:52:12.058Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T02:52:12.058Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T02:52:12.058Z] Removing intermediate container f3debea687d4 [2021-01-18T02:52:12.058Z] ---> 40b33b003151 [2021-01-18T02:52:12.058Z] [2021-01-18T02:52:12.058Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T02:52:12.351Z] Removing intermediate container 0b5fb047e849 [2021-01-18T02:52:12.351Z] ---> f4724762a859 [2021-01-18T02:52:12.351Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T02:52:12.351Z] Successfully built 40b33b003151 [2021-01-18T02:52:12.351Z] Successfully tagged docker-support-notifications-go:latest [2021-01-18T02:52:12.351Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-18T02:52:12.628Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T02:52:12.628Z] ---> Running in 558cf488072d [2021-01-18T02:52:12.930Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T02:52:12.930Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:52:12.930Z] OK: 8 MiB in 19 packages [2021-01-18T02:52:13.200Z] Removing intermediate container 558cf488072d [2021-01-18T02:52:13.200Z] ---> ebbcf7299ecd [2021-01-18T02:52:13.200Z] Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:52:14.699Z] ---> Running in 3e0e97331691 [2021-01-18T02:52:15.754Z] Removing intermediate container 3e0e97331691 [2021-01-18T02:52:15.754Z] ---> 2e50864b3b7d [2021-01-18T02:52:15.754Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:52:15.754Z] Removing intermediate container 7b8012ae04f2 [2021-01-18T02:52:15.754Z] ---> e27b7fd9f407 [2021-01-18T02:52:15.754Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:52:15.754Z] ---> Running in 674e940cf316 [2021-01-18T02:52:16.124Z] Building docker-core-command-go ... [2021-01-18T02:52:16.124Z] Building docker-core-data-go ... [2021-01-18T02:52:16.124Z] Building docker-core-metadata-go ... [2021-01-18T02:52:16.124Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T02:52:16.124Z] Building docker-security-proxy-setup-go ... [2021-01-18T02:52:16.124Z] Building docker-security-secretstore-setup-go ... [2021-01-18T02:52:16.124Z] Building docker-support-notifications-go ... [2021-01-18T02:52:16.124Z] Building docker-support-scheduler-go ... [2021-01-18T02:52:16.124Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T02:52:16.124Z] Building docker-sys-mgmt-agent-go [2021-01-18T02:52:16.124Z] Building docker-support-notifications-go [2021-01-18T02:52:16.124Z] Building docker-core-data-go [2021-01-18T02:52:16.124Z] Building docker-core-command-go [2021-01-18T02:52:16.124Z] Building docker-security-secretstore-setup-go [2021-01-18T02:52:16.887Z] Removing intermediate container 674e940cf316 [2021-01-18T02:52:16.887Z] ---> 0595645f0d7b [2021-01-18T02:52:16.887Z] [2021-01-18T02:52:17.532Z] Successfully built 0595645f0d7b [2021-01-18T02:52:17.532Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-18T02:52:17.532Z] Building docker-sys-mgmt-agent-go [2021-01-18T02:52:17.532Z]  Building docker-security-bootstrap-redis-go ... done  ---> d93b63261793 [2021-01-18T02:52:17.532Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T02:52:20.286Z] ---> c6737d2c6438 [2021-01-18T02:52:20.286Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T02:52:21.299Z] ---> 914834b114db [2021-01-18T02:52:21.299Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T02:52:22.001Z] ---> Running in b83863c930b9 [2021-01-18T02:52:23.044Z] Removing intermediate container b83863c930b9 [2021-01-18T02:52:23.044Z] ---> 5ad664aab1b1 [2021-01-18T02:52:23.044Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:52:23.333Z] ---> Running in 3e88f9807cb5 [2021-01-18T02:52:23.974Z] Removing intermediate container 3e88f9807cb5 [2021-01-18T02:52:23.974Z] ---> 4f00259e62e8 [2021-01-18T02:52:23.974Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T02:52:24.308Z] ---> Running in dfabd5d0b5c7 [2021-01-18T02:52:25.410Z] Removing intermediate container dfabd5d0b5c7 [2021-01-18T02:52:25.410Z] ---> e95412ea8fe7 [2021-01-18T02:52:25.410Z] Step 22/23 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:52:25.410Z] ---> Running in 3b6988b0b0e6 [2021-01-18T02:52:26.002Z] Removing intermediate container 3b6988b0b0e6 [2021-01-18T02:52:26.002Z] ---> 2f1a994fa6cb [2021-01-18T02:52:26.002Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T02:52:26.282Z] ---> Running in 1c5241ceaf1c [2021-01-18T02:52:26.911Z] Removing intermediate container 1c5241ceaf1c [2021-01-18T02:52:26.911Z] ---> 8078b439792f [2021-01-18T02:52:26.911Z] [2021-01-18T02:52:27.213Z] Successfully built 8078b439792f [2021-01-18T02:52:27.213Z] Successfully tagged docker-core-data-go:latest [2021-01-18T02:53:00.178Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:00.178Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:00.178Z] ---> 2d6d3f007617 [2021-01-18T02:53:00.178Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T02:53:00.178Z] ---> Using cache [2021-01-18T02:53:00.178Z] ---> c11a5e928f70 [2021-01-18T02:53:00.178Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:00.178Z] ---> Using cache [2021-01-18T02:53:00.178Z] ---> f2548322ede1 [2021-01-18T02:53:00.178Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T02:53:00.178Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:00.178Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:00.178Z] ---> 2d6d3f007617 [2021-01-18T02:53:00.178Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T02:53:00.178Z] ---> Using cache [2021-01-18T02:53:00.178Z] ---> c11a5e928f70 [2021-01-18T02:53:00.178Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:00.178Z] ---> Using cache [2021-01-18T02:53:00.178Z] ---> f2548322ede1 [2021-01-18T02:53:00.178Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T02:53:00.178Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:00.178Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:00.178Z] ---> 2d6d3f007617 [2021-01-18T02:53:00.178Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:53:00.178Z] ---> Using cache [2021-01-18T02:53:00.178Z] ---> c11a5e928f70 [2021-01-18T02:53:00.178Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:00.178Z] ---> Using cache [2021-01-18T02:53:00.178Z] ---> f2548322ede1 [2021-01-18T02:53:00.178Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:53:00.178Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:00.178Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:00.178Z] ---> 2d6d3f007617 [2021-01-18T02:53:00.178Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T02:53:00.178Z] ---> Using cache [2021-01-18T02:53:00.178Z] ---> c11a5e928f70 [2021-01-18T02:53:00.178Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:00.178Z] ---> Using cache [2021-01-18T02:53:00.178Z] ---> f2548322ede1 [2021-01-18T02:53:00.178Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T02:53:00.178Z] ---> Running in 91695298edef [2021-01-18T02:53:00.178Z] ---> Running in 5b7e533e7d3f [2021-01-18T02:53:00.178Z] ---> Running in 82d92193e49d [2021-01-18T02:53:00.178Z] ---> Running in 7b3d7a5cc959 [2021-01-18T02:53:03.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:53:03.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:53:03.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:53:03.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:53:04.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:53:04.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:53:04.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:53:04.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:53:05.392Z] OK: 233 MiB in 51 packages [2021-01-18T02:53:05.393Z] OK: 233 MiB in 51 packages [2021-01-18T02:53:05.393Z] OK: 233 MiB in 51 packages [2021-01-18T02:53:06.104Z] OK: 233 MiB in 51 packages [2021-01-18T02:53:06.741Z] Removing intermediate container 7b3d7a5cc959 [2021-01-18T02:53:06.741Z] ---> 7c7be7a19850 [2021-01-18T02:53:06.741Z] Step 6/26 : COPY go.mod . [2021-01-18T02:53:07.072Z] Removing intermediate container 82d92193e49d [2021-01-18T02:53:07.072Z] ---> 009422994d41 [2021-01-18T02:53:07.072Z] Step 6/24 : COPY go.mod . [2021-01-18T02:53:07.072Z] Removing intermediate container 5b7e533e7d3f [2021-01-18T02:53:07.072Z] ---> cf80fb8128bb [2021-01-18T02:53:07.072Z] Step 6/22 : COPY go.mod . [2021-01-18T02:53:07.715Z] Removing intermediate container 91695298edef [2021-01-18T02:53:07.715Z] ---> 5f613a9dd443 [2021-01-18T02:53:07.715Z] Step 6/21 : COPY go.mod . [2021-01-18T02:53:07.985Z] ---> 8caf7088cd09 [2021-01-18T02:53:07.985Z] Step 7/26 : RUN go mod download [2021-01-18T02:53:07.985Z] ---> 8f9ade4ca48e [2021-01-18T02:53:07.985Z] Step 7/24 : RUN go mod download [2021-01-18T02:53:07.985Z] ---> e1ba53930f6b [2021-01-18T02:53:07.985Z] Step 7/22 : RUN go mod download [2021-01-18T02:53:08.255Z] ---> Running in fa3234de19ca [2021-01-18T02:53:08.255Z] ---> Running in 3f5a5dffc732 [2021-01-18T02:53:08.255Z] ---> Running in 1084d1230969 [2021-01-18T02:53:08.255Z] ---> 5f38d4d1d6b6 [2021-01-18T02:53:08.255Z] Step 7/21 : RUN go mod download [2021-01-18T02:53:08.255Z] ---> Running in ad4be1547705 [2021-01-18T02:53:12.913Z] Removing intermediate container 1084d1230969 [2021-01-18T02:53:12.913Z] ---> e0418be7ed92 [2021-01-18T02:53:12.913Z] Step 8/26 : COPY . . [2021-01-18T02:53:12.913Z] Removing intermediate container fa3234de19ca [2021-01-18T02:53:12.913Z] ---> 030a30b99f49 [2021-01-18T02:53:12.913Z] Step 8/24 : COPY . . [2021-01-18T02:53:12.913Z] Removing intermediate container ad4be1547705 [2021-01-18T02:53:12.913Z] ---> c5828d77e2ce [2021-01-18T02:53:12.913Z] Step 8/21 : COPY . . [2021-01-18T02:53:12.913Z] Removing intermediate container 3f5a5dffc732 [2021-01-18T02:53:12.913Z] ---> f303cf5fb696 [2021-01-18T02:53:12.913Z] Step 8/22 : COPY . . [2021-01-18T02:53:24.151Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:24.151Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:24.151Z] ---> 18e9d4c32a87 [2021-01-18T02:53:24.151Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T02:53:24.151Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:24.151Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:24.151Z] ---> 18e9d4c32a87 [2021-01-18T02:53:24.151Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T02:53:24.151Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:24.151Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:24.151Z] ---> 18e9d4c32a87 [2021-01-18T02:53:24.151Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T02:53:24.151Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:24.151Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:24.151Z] ---> 18e9d4c32a87 [2021-01-18T02:53:24.151Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T02:53:24.151Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:53:24.151Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:53:24.151Z] ---> 18e9d4c32a87 [2021-01-18T02:53:24.151Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:53:24.425Z] ---> Running in 6db91433d7d9 [2021-01-18T02:53:24.425Z] ---> Running in 57c51398effd [2021-01-18T02:53:24.425Z] ---> Running in 3228a8e672a7 [2021-01-18T02:53:24.425Z] ---> Running in 013c564218e2 [2021-01-18T02:53:24.425Z] ---> Running in ed9b38ee90f0 [2021-01-18T02:53:25.020Z] Removing intermediate container ed9b38ee90f0 [2021-01-18T02:53:25.021Z] ---> 3048e54146a2 [2021-01-18T02:53:25.021Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:25.021Z] Removing intermediate container 3228a8e672a7 [2021-01-18T02:53:25.021Z] ---> fbb77aa39f26 [2021-01-18T02:53:25.021Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:25.021Z] Removing intermediate container 013c564218e2 [2021-01-18T02:53:25.021Z] ---> 17f6b03f961f [2021-01-18T02:53:25.021Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:25.293Z] Removing intermediate container 6db91433d7d9 [2021-01-18T02:53:25.293Z] ---> 3bd36711b9a2 [2021-01-18T02:53:25.293Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:25.293Z] Removing intermediate container 57c51398effd [2021-01-18T02:53:25.293Z] ---> a88c4392ed64 [2021-01-18T02:53:25.293Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:53:25.293Z] ---> Running in 5d5a5961be38 [2021-01-18T02:53:25.293Z] ---> Running in 0ad139e07913 [2021-01-18T02:53:25.293Z] ---> Running in 45145adfd6a2 [2021-01-18T02:53:25.571Z] ---> Running in 69757c8ca28c [2021-01-18T02:53:25.571Z] ---> Running in cd4accfd4a32 [2021-01-18T02:53:28.974Z] Removing intermediate container 5d5a5961be38 [2021-01-18T02:53:28.975Z] ---> f0fafe868705 [2021-01-18T02:53:28.975Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T02:53:29.254Z] ---> Running in 422d75a37e4b [2021-01-18T02:53:29.254Z] Removing intermediate container 0ad139e07913 [2021-01-18T02:53:29.254Z] ---> 835694bcf96b [2021-01-18T02:53:29.254Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T02:53:29.537Z] ---> Running in f93c98e97162 [2021-01-18T02:53:29.537Z] Removing intermediate container 45145adfd6a2 [2021-01-18T02:53:29.537Z] ---> 8d9a68145cb7 [2021-01-18T02:53:29.537Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:53:29.821Z] Removing intermediate container 69757c8ca28c [2021-01-18T02:53:29.821Z] ---> 60176799fd29 [2021-01-18T02:53:29.821Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T02:53:29.821Z] ---> Running in 54fb824d2761 [2021-01-18T02:53:30.099Z] Removing intermediate container cd4accfd4a32 [2021-01-18T02:53:30.099Z] ---> 1f2257b78753 [2021-01-18T02:53:30.099Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T02:53:30.099Z] ---> Running in c6d78a40aa91 [2021-01-18T02:53:30.380Z] ---> Running in 4fd4c4c78ceb [2021-01-18T02:53:30.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:31.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:31.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:31.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:32.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:32.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:32.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:33.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:33.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:33.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:53:33.029Z] OK: 217 MiB in 51 packages [2021-01-18T02:53:33.645Z] OK: 217 MiB in 51 packages [2021-01-18T02:53:34.637Z] OK: 217 MiB in 51 packages [2021-01-18T02:53:34.637Z] OK: 217 MiB in 51 packages [2021-01-18T02:53:34.637Z] OK: 217 MiB in 51 packages [2021-01-18T02:53:34.637Z] Removing intermediate container 422d75a37e4b [2021-01-18T02:53:34.637Z] ---> a9ca5093879c [2021-01-18T02:53:34.637Z] Step 6/24 : COPY go.mod . [2021-01-18T02:53:35.636Z] Removing intermediate container f93c98e97162 [2021-01-18T02:53:35.636Z] ---> 5a5c43f86ec7 [2021-01-18T02:53:35.636Z] Step 6/24 : COPY go.mod . [2021-01-18T02:53:35.916Z] ---> 99db81c27fe4 [2021-01-18T02:53:35.916Z] Step 7/24 : RUN go mod download [2021-01-18T02:53:36.191Z] ---> Running in 7d154e6df18b [2021-01-18T02:53:36.465Z] Removing intermediate container c6d78a40aa91 [2021-01-18T02:53:36.465Z] ---> 71717a07943f [2021-01-18T02:53:36.465Z] Step 6/26 : COPY go.mod . [2021-01-18T02:53:36.747Z] ---> c0aae45e845c [2021-01-18T02:53:36.747Z] Step 7/24 : RUN go mod download [2021-01-18T02:53:36.747Z] Removing intermediate container 4fd4c4c78ceb [2021-01-18T02:53:36.747Z] ---> 1fbcbe726bf7 [2021-01-18T02:53:36.747Z] Step 6/23 : COPY go.mod . [2021-01-18T02:53:36.747Z] Removing intermediate container 54fb824d2761 [2021-01-18T02:53:36.747Z] ---> fe6079ea7930 [2021-01-18T02:53:36.747Z] Step 6/22 : COPY go.mod . [2021-01-18T02:53:36.747Z] ---> Running in d95f24538a3e [2021-01-18T02:53:37.752Z] ---> 77c365dec0ad [2021-01-18T02:53:37.752Z] Step 7/23 : RUN go mod download [2021-01-18T02:53:38.029Z] ---> 6b09c1d8c062 [2021-01-18T02:53:38.029Z] Step 7/26 : RUN go mod download [2021-01-18T02:53:38.029Z] ---> be1297b27ba4 [2021-01-18T02:53:38.029Z] Step 7/22 : RUN go mod download [2021-01-18T02:53:38.029Z] ---> Running in 73cbe9d3693d [2021-01-18T02:53:38.308Z] ---> Running in 7fd4ac8649d2 [2021-01-18T02:53:38.308Z] ---> Running in 50249fd224a9 [2021-01-18T02:53:40.300Z] Removing intermediate container 7d154e6df18b [2021-01-18T02:53:40.301Z] ---> 3fc1471eb48b [2021-01-18T02:53:40.301Z] Step 8/24 : COPY . . [2021-01-18T02:53:40.911Z] Removing intermediate container d95f24538a3e [2021-01-18T02:53:40.911Z] ---> 8be386e8fc25 [2021-01-18T02:53:40.911Z] Step 8/24 : COPY . . [2021-01-18T02:53:43.550Z] Removing intermediate container 73cbe9d3693d [2021-01-18T02:53:43.550Z] ---> f5949fb576a8 [2021-01-18T02:53:43.550Z] Step 8/23 : COPY . . [2021-01-18T02:53:44.148Z] Removing intermediate container 50249fd224a9 [2021-01-18T02:53:44.148Z] ---> 8f666b96029e [2021-01-18T02:53:44.148Z] Step 8/22 : COPY . . [2021-01-18T02:53:44.148Z] Removing intermediate container 7fd4ac8649d2 [2021-01-18T02:53:44.148Z] ---> 3c1705882317 [2021-01-18T02:53:44.148Z] Step 8/26 : COPY . . [2021-01-18T02:54:10.592Z] ---> 0f91759cadff [2021-01-18T02:54:10.592Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T02:54:10.592Z] ---> 4aa7153442fc [2021-01-18T02:54:10.592Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T02:54:10.592Z] ---> 4dabd8bf5697 [2021-01-18T02:54:10.592Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T02:54:10.592Z] ---> 01fe485c6b49 [2021-01-18T02:54:10.592Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T02:54:10.592Z] ---> Running in 76c58b01eb45 [2021-01-18T02:54:10.592Z] ---> Running in b9e2e576837b [2021-01-18T02:54:10.592Z] ---> Running in 0e2ac2daffb0 [2021-01-18T02:54:10.592Z] ---> Running in 18fa00b0857d [2021-01-18T02:54:10.864Z] 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-18T02:54:10.864Z] 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-18T02:54:10.864Z] 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-18T02:54:10.864Z] 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-18T02:54:10.972Z] ---> 9792ad13e824 [2021-01-18T02:54:10.972Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T02:54:10.972Z] ---> 98be3e4538e9 [2021-01-18T02:54:10.972Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T02:54:10.972Z] ---> 74c7c0e01dcd [2021-01-18T02:54:10.972Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T02:54:10.972Z] ---> b7ed0ccd742b [2021-01-18T02:54:10.972Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T02:54:10.972Z] ---> c14a0b0d3149 [2021-01-18T02:54:10.972Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T02:54:10.972Z] ---> Running in cfdf9908079e [2021-01-18T02:54:10.972Z] ---> Running in 355fcf6ca7f1 [2021-01-18T02:54:10.972Z] ---> Running in 5a600578d3e0 [2021-01-18T02:54:10.972Z] ---> Running in 8f94f2edbec6 [2021-01-18T02:54:10.972Z] ---> Running in 617350a3726c [2021-01-18T02:54:10.972Z] 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-18T02:54:10.972Z] 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-18T02:54:10.972Z] 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-18T02:54:10.972Z] 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-18T02:54:10.972Z] 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-18T02:54:50.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-18T02:54:50.444Z] 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-18T02:54:54.474Z] Removing intermediate container 18fa00b0857d [2021-01-18T02:54:54.474Z] ---> 3864f202b2f2 [2021-01-18T02:54:54.474Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T02:54:54.474Z] Removing intermediate container 0e2ac2daffb0 [2021-01-18T02:54:54.474Z] ---> 2ac1995bc802 [2021-01-18T02:54:54.474Z] [2021-01-18T02:54:54.474Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T02:54:54.474Z] ---> 389fef711851 [2021-01-18T02:54:54.474Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T02:54:54.474Z] ---> Using cache [2021-01-18T02:54:54.474Z] ---> 86f69cd2fe05 [2021-01-18T02:54:54.474Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T02:54:55.124Z] ---> Running in 877ed2ee729a [2021-01-18T02:54:55.124Z] ---> Running in 959cfd8502c9 [2021-01-18T02:54:56.650Z] Removing intermediate container 877ed2ee729a [2021-01-18T02:54:56.650Z] ---> 48860eda07a8 [2021-01-18T02:54:56.650Z] Step 13/24 : WORKDIR / [2021-01-18T02:54:56.650Z] Removing intermediate container b9e2e576837b [2021-01-18T02:54:56.650Z] ---> 04c9898ec3db [2021-01-18T02:54:56.650Z] [2021-01-18T02:54:56.650Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T02:54:56.650Z] ---> 389fef711851 [2021-01-18T02:54:56.650Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T02:54:56.650Z] ---> Running in d253574314a5 [2021-01-18T02:54:56.650Z] ---> Running in eb998a7c2174 [2021-01-18T02:54:57.285Z] Removing intermediate container d253574314a5 [2021-01-18T02:54:57.285Z] ---> 9adf1ad2198e [2021-01-18T02:54:57.285Z] 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-18T02:54:57.285Z] 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-18T02:54:58.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:54:58.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:54:58.606Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T02:54:58.606Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:54:58.882Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T02:54:58.882Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T02:54:58.882Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:54:58.882Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T02:54:58.882Z] OK: 7 MiB in 18 packages [2021-01-18T02:54:59.902Z] ---> 223a90ad7cd0 [2021-01-18T02:54:59.902Z] 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-18T02:55:00.198Z] Removing intermediate container 76c58b01eb45 [2021-01-18T02:55:00.198Z] ---> 522f483b17fd [2021-01-18T02:55:00.198Z] [2021-01-18T02:55:00.198Z] Step 10/22 : FROM scratch [2021-01-18T02:55:00.198Z] ---> [2021-01-18T02:55:00.198Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:55:02.232Z] ---> Using cache [2021-01-18T02:55:02.232Z] ---> 9ffa4c934703 [2021-01-18T02:55:02.232Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T02:55:02.526Z] ---> c5ca25655c39 [2021-01-18T02:55:02.526Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T02:55:02.526Z] Removing intermediate container 959cfd8502c9 [2021-01-18T02:55:02.526Z] ---> 47b7936c992d [2021-01-18T02:55:02.526Z] [2021-01-18T02:55:02.526Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T02:55:02.526Z] Removing intermediate container eb998a7c2174 [2021-01-18T02:55:02.526Z] ---> 949bddffffbb [2021-01-18T02:55:02.526Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T02:55:02.526Z] ---> Running in 5aaa3106b893 [2021-01-18T02:55:02.835Z] 20.10.0: Pulling from library/docker [2021-01-18T02:55:02.835Z] ---> Running in 44d2e7cb5488 [2021-01-18T02:55:03.121Z] Removing intermediate container 5aaa3106b893 [2021-01-18T02:55:03.121Z] ---> 7dd9823f779e [2021-01-18T02:55:03.121Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T02:55:03.121Z] ---> 092860693942 [2021-01-18T02:55:03.121Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T02:55:03.121Z] Removing intermediate container 44d2e7cb5488 [2021-01-18T02:55:03.121Z] ---> f788f7d74766 [2021-01-18T02:55:03.121Z] Step 13/21 : WORKDIR /edgex [2021-01-18T02:55:03.121Z] ---> Running in 40da9331f5c8 [2021-01-18T02:55:03.121Z] ---> Running in d98509da7f50 [2021-01-18T02:55:03.742Z] Removing intermediate container 40da9331f5c8 [2021-01-18T02:55:03.742Z] ---> c0ec0f0871d9 [2021-01-18T02:55:03.742Z] Step 14/22 : WORKDIR / [2021-01-18T02:55:03.742Z] Removing intermediate container d98509da7f50 [2021-01-18T02:55:03.742Z] ---> 5619ff7bf14e [2021-01-18T02:55:03.742Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T02:55:03.742Z] ---> Running in faa0374a3da6 [2021-01-18T02:55:04.388Z] ---> ce2c5fa9b900 [2021-01-18T02:55:04.388Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T02:55:04.673Z] Removing intermediate container faa0374a3da6 [2021-01-18T02:55:04.674Z] ---> 9585d14f25a5 [2021-01-18T02:55:04.674Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:55:04.985Z] ---> 0303b541425f [2021-01-18T02:55:04.985Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T02:55:05.668Z] ---> 47d66fdf0862 [2021-01-18T02:55:05.669Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T02:55:05.974Z] ---> 574371387417 [2021-01-18T02:55:05.974Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T02:55:06.261Z] ---> a1d1b16212f3 [2021-01-18T02:55:06.261Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T02:55:06.908Z] ---> d51a5854516c [2021-01-18T02:55:06.908Z] 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-18T02:55:07.530Z] ---> Running in 4e6823d6040e [2021-01-18T02:55:07.530Z] ---> 0161c446e67a [2021-01-18T02:55:07.530Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T02:55:07.530Z] ---> 417d4f6df92a [2021-01-18T02:55:07.530Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T02:55:07.854Z] ---> Running in 59e98ca7831d [2021-01-18T02:55:08.983Z] ---> 908d89e2616f [2021-01-18T02:55:08.983Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T02:55:08.984Z] Removing intermediate container 59e98ca7831d [2021-01-18T02:55:08.984Z] ---> 94768ca504ee [2021-01-18T02:55:08.984Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T02:55:08.984Z] ---> Running in de31836fff24 [2021-01-18T02:55:08.984Z] ---> Running in 9dd7efe380fd [2021-01-18T02:55:09.646Z] Removing intermediate container de31836fff24 [2021-01-18T02:55:09.647Z] ---> 5142ea2aff32 [2021-01-18T02:55:09.647Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:55:09.647Z] Removing intermediate container 9dd7efe380fd [2021-01-18T02:55:09.647Z] ---> 9e50da073c75 [2021-01-18T02:55:09.647Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T02:55:09.647Z] ---> Running in 3cfdf8389aa0 [2021-01-18T02:55:09.647Z] ---> Running in 08b8413e246a [2021-01-18T02:55:10.250Z] Removing intermediate container 08b8413e246a [2021-01-18T02:55:10.250Z] ---> 61235e0f41b6 [2021-01-18T02:55:10.250Z] Step 20/21 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:55:10.250Z] Removing intermediate container 4e6823d6040e [2021-01-18T02:55:10.250Z] ---> 1e794fa3fc1d [2021-01-18T02:55:10.250Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T02:55:10.250Z] Removing intermediate container 3cfdf8389aa0 [2021-01-18T02:55:10.250Z] ---> d1e11faf57af [2021-01-18T02:55:10.250Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T02:55:10.250Z] ---> Running in d5e824831327 [2021-01-18T02:55:10.250Z] ---> Running in 9b5a99610fd0 [2021-01-18T02:55:10.540Z] ---> Running in 70001ab3ba4a [2021-01-18T02:55:10.825Z] Removing intermediate container 9b5a99610fd0 [2021-01-18T02:55:10.825Z] ---> 4ffb6d2d3656 [2021-01-18T02:55:10.825Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T02:55:10.825Z] Removing intermediate container d5e824831327 [2021-01-18T02:55:10.825Z] ---> cca356b9ce95 [2021-01-18T02:55:10.825Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T02:55:10.825Z] ---> Running in 6cda0950156f [2021-01-18T02:55:10.825Z] ---> Running in dd9b1e9ade22 [2021-01-18T02:55:11.123Z] Removing intermediate container 70001ab3ba4a [2021-01-18T02:55:11.123Z] ---> 9d8bc7bdfa5d [2021-01-18T02:55:11.123Z] Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:55:11.123Z] ---> Running in 8164b3f9ed74 [2021-01-18T02:55:11.418Z] Removing intermediate container 6cda0950156f [2021-01-18T02:55:11.418Z] ---> 3e32558688ea [2021-01-18T02:55:11.418Z] [2021-01-18T02:55:11.418Z] Removing intermediate container dd9b1e9ade22 [2021-01-18T02:55:11.418Z] ---> b854265d42b5 [2021-01-18T02:55:11.418Z] Step 23/24 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:55:11.724Z] ---> Running in d0ea87734c8e [2021-01-18T02:55:12.015Z] Removing intermediate container 8164b3f9ed74 [2021-01-18T02:55:12.015Z] ---> 909305b79179 [2021-01-18T02:55:12.015Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:55:12.285Z] Successfully built 3e32558688ea [2021-01-18T02:55:12.285Z] ---> Running in 8c9f2f83e521 [2021-01-18T02:55:12.285Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-18T02:55:12.285Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d0ea87734c8e [2021-01-18T02:55:12.285Z] ---> c71194555c05 [2021-01-18T02:55:12.285Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T02:55:13.279Z] ---> Running in 70605fe34df2 [2021-01-18T02:55:13.552Z] Removing intermediate container 8c9f2f83e521 [2021-01-18T02:55:13.552Z] ---> e4b3bc8eeb14 [2021-01-18T02:55:13.552Z] [2021-01-18T02:55:13.552Z] Removing intermediate container 70605fe34df2 [2021-01-18T02:55:13.552Z] ---> fc9a78c19dab [2021-01-18T02:55:13.552Z] [2021-01-18T02:55:13.821Z] Successfully built e4b3bc8eeb14 [2021-01-18T02:55:13.821Z] Successfully tagged docker-core-metadata-go:latest [2021-01-18T02:55:13.821Z]  Building docker-core-metadata-go ... done Successfully built fc9a78c19dab [2021-01-18T02:55:13.821Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-18T02:55:15.539Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T02:55:15.539Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T02:55:15.539Z] ---> aefe523efa57 [2021-01-18T02:55:15.539Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T02:55:15.539Z] ---> Running in 9d072be5baa2 [2021-01-18T02:55:16.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:55:16.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:55:16.825Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T02:55:16.825Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T02:55:16.825Z] Executing bash-5.0.17-r0.post-install [2021-01-18T02:55:16.825Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:55:16.825Z] OK: 12 MiB in 22 packages [2021-01-18T02:55:18.331Z] Removing intermediate container 9d072be5baa2 [2021-01-18T02:55:18.331Z] ---> 01c56dbb8fbb [2021-01-18T02:55:18.331Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T02:55:18.331Z] ---> Running in 0e66fc5ff71d [2021-01-18T02:55:18.627Z] Removing intermediate container 0e66fc5ff71d [2021-01-18T02:55:18.627Z] ---> dd54d2a87d06 [2021-01-18T02:55:18.627Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T02:55:18.627Z] ---> Running in f687538c1cfd [2021-01-18T02:55:18.896Z] Removing intermediate container f687538c1cfd [2021-01-18T02:55:18.896Z] ---> 2f171b527628 [2021-01-18T02:55:18.896Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T02:55:19.187Z] ---> Running in 4c05d2d58c10 [2021-01-18T02:55:19.481Z] Removing intermediate container 4c05d2d58c10 [2021-01-18T02:55:19.481Z] ---> 12f6eaf4a3ef [2021-01-18T02:55:19.481Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T02:55:20.957Z] ---> 192ce5e09044 [2021-01-18T02:55:20.957Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T02:55:21.279Z] ---> c6cad4394e6c [2021-01-18T02:55:21.279Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T02:55:22.134Z] ---> b022f7b93184 [2021-01-18T02:55:22.134Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T02:55:22.134Z] ---> Running in 9404723e5869 [2021-01-18T02:55:23.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:55:23.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:55:23.614Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T02:55:23.614Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T02:55:23.614Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T02:55:23.614Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T02:55:23.891Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T02:55:23.891Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T02:55:23.891Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T02:55:25.320Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T02:55:25.320Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T02:55:25.320Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T02:55:25.320Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T02:55:25.320Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T02:55:25.320Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T02:55:25.320Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T02:55:25.320Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T02:55:25.320Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T02:55:25.320Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T02:55:25.320Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T02:55:25.320Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T02:55:25.320Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T02:55:25.320Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T02:55:25.589Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T02:55:25.589Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T02:55:25.589Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T02:55:25.589Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T02:55:25.589Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T02:55:25.589Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T02:55:25.589Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T02:55:25.589Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T02:55:25.589Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T02:55:25.589Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T02:55:25.861Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T02:55:25.861Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T02:55:25.861Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:55:25.861Z] OK: 71 MiB in 55 packages [2021-01-18T02:55:32.833Z] 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-18T02:55:36.058Z] Removing intermediate container 9404723e5869 [2021-01-18T02:55:36.058Z] ---> 7a459e1c25c7 [2021-01-18T02:55:36.059Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T02:55:36.059Z] ---> Running in 81d9dc5920fa [2021-01-18T02:55:38.825Z] Collecting docker-compose==1.23.2 [2021-01-18T02:55:38.825Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T02:55:39.093Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T02:55:39.093Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T02:55:39.362Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T02:55:39.362Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T02:55:40.331Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T02:55:40.331Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T02:55:40.622Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T02:55:40.622Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T02:55:40.894Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T02:55:40.894Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T02:55:40.894Z] 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-18T02:55:41.170Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T02:55:41.170Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T02:55:41.442Z] Collecting PyYAML<4,>=3.10 [2021-01-18T02:55:41.442Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T02:55:42.434Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T02:55:42.434Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T02:55:43.034Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T02:55:43.034Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T02:55:44.021Z] Collecting idna<2.8,>=2.5 [2021-01-18T02:55:44.021Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T02:55:44.021Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T02:55:44.021Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T02:55:44.295Z] 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-18T02:55:44.295Z] 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-18T02:55:44.295Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T02:55:44.295Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T02:55:44.295Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T02:55:44.295Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T02:55:44.295Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T02:55:44.295Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T02:55:44.582Z] Installing collected packages: websocket-client, dockerpty, jsonschema, idna, urllib3, requests, docker-pycreds, docker, cached-property, PyYAML, texttable, docopt, docker-compose [2021-01-18T02:55:44.987Z] Running setup.py install for dockerpty: started [2021-01-18T02:55:45.578Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T02:55:45.578Z] Attempting uninstall: idna [2021-01-18T02:55:45.578Z] Found existing installation: idna 2.9 [2021-01-18T02:55:45.578Z] Uninstalling idna-2.9: [2021-01-18T02:55:45.578Z] Successfully uninstalled idna-2.9 [2021-01-18T02:55:46.167Z] Attempting uninstall: urllib3 [2021-01-18T02:55:46.167Z] Found existing installation: urllib3 1.25.9 [2021-01-18T02:55:46.167Z] Uninstalling urllib3-1.25.9: [2021-01-18T02:55:46.167Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T02:55:46.435Z] Attempting uninstall: requests [2021-01-18T02:55:46.435Z] Found existing installation: requests 2.23.0 [2021-01-18T02:55:46.435Z] Uninstalling requests-2.23.0: [2021-01-18T02:55:46.435Z] Successfully uninstalled requests-2.23.0 [2021-01-18T02:55:47.023Z] Running setup.py install for PyYAML: started [2021-01-18T02:55:47.999Z] Removing intermediate container 5a600578d3e0 [2021-01-18T02:55:47.999Z] ---> ad238b59f7b2 [2021-01-18T02:55:47.999Z] [2021-01-18T02:55:47.999Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T02:55:47.999Z] 3.12: Pulling from library/alpine [2021-01-18T02:55:47.999Z] Removing intermediate container 8f94f2edbec6 [2021-01-18T02:55:47.999Z] ---> 6338d5432023 [2021-01-18T02:55:47.999Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T02:55:47.999Z] ---> Running in 81ebec976fd1 [2021-01-18T02:55:48.055Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T02:55:48.055Z] Running setup.py install for texttable: started [2021-01-18T02:55:48.616Z] Removing intermediate container 355fcf6ca7f1 [2021-01-18T02:55:48.616Z] ---> ef2761751157 [2021-01-18T02:55:48.616Z] [2021-01-18T02:55:48.616Z] Step 10/24 : FROM scratch [2021-01-18T02:55:48.616Z] ---> [2021-01-18T02:55:48.616Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T02:55:48.722Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T02:55:48.723Z] Running setup.py install for docopt: started [2021-01-18T02:55:49.216Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T02:55:49.216Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T02:55:49.216Z] ---> afeebe901d6b [2021-01-18T02:55:49.216Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T02:55:49.216Z] ---> Running in d9eb958a3d20 [2021-01-18T02:55:49.327Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T02:55:49.492Z] Removing intermediate container 617350a3726c [2021-01-18T02:55:49.492Z] ---> eea816832509 [2021-01-18T02:55:49.492Z] [2021-01-18T02:55:49.492Z] Step 10/22 : FROM scratch [2021-01-18T02:55:49.492Z] ---> [2021-01-18T02:55:49.492Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:55:49.492Z] ---> Running in 8fd7a5d2cebb [2021-01-18T02:55:49.772Z] 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-18T02:55:49.952Z] 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-18T02:55:50.052Z] ---> Running in a5794c74869e [2021-01-18T02:55:50.052Z] Removing intermediate container d9eb958a3d20 [2021-01-18T02:55:50.052Z] ---> 54a656e20cfa [2021-01-18T02:55:50.052Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T02:55:50.327Z] ---> Running in d84548364b2b [2021-01-18T02:55:50.938Z] Removing intermediate container a5794c74869e [2021-01-18T02:55:50.938Z] ---> d5d3a81358ab [2021-01-18T02:55:50.938Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T02:55:51.212Z] ---> Running in 2ef4b710fa8a [2021-01-18T02:55:51.485Z] Removing intermediate container d84548364b2b [2021-01-18T02:55:51.485Z] ---> 30494e102283 [2021-01-18T02:55:51.485Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T02:55:51.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:55:51.763Z] ---> Running in ede417c8b1d2 [2021-01-18T02:55:52.035Z] Removing intermediate container 2ef4b710fa8a [2021-01-18T02:55:52.035Z] ---> b861d3394d34 [2021-01-18T02:55:52.035Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T02:55:52.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:55:52.035Z] ---> Running in 9a4cca981cd8 [2021-01-18T02:55:52.315Z] Removing intermediate container ede417c8b1d2 [2021-01-18T02:55:52.315Z] ---> 4f01550b0979 [2021-01-18T02:55:52.315Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T02:55:52.593Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T02:55:52.869Z] Removing intermediate container 9a4cca981cd8 [2021-01-18T02:55:52.869Z] ---> dcacc12ba844 [2021-01-18T02:55:52.869Z] Step 14/22 : WORKDIR / [2021-01-18T02:55:52.869Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:55:52.869Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T02:55:52.869Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T02:55:52.869Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T02:55:52.869Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:55:52.869Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T02:55:53.150Z] ---> Running in 2204fc60da5e [2021-01-18T02:55:53.150Z] OK: 7 MiB in 19 packages [2021-01-18T02:55:53.757Z] ---> c9b549223b67 [2021-01-18T02:55:53.757Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T02:55:54.037Z] Removing intermediate container 2204fc60da5e [2021-01-18T02:55:54.037Z] ---> 2020f2ddc4f4 [2021-01-18T02:55:54.037Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:55:54.322Z] Removing intermediate container 81d9dc5920fa [2021-01-18T02:55:54.322Z] ---> 0211f0353d1b [2021-01-18T02:55:54.322Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T02:55:54.322Z] ---> Running in d163a26a7c47 [2021-01-18T02:55:54.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:55:54.640Z] Removing intermediate container 81ebec976fd1 [2021-01-18T02:55:54.640Z] ---> 31d05b2ef0b4 [2021-01-18T02:55:54.640Z] [2021-01-18T02:55:54.640Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T02:55:54.640Z] 20.10.0: Pulling from library/docker [2021-01-18T02:55:54.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:55:55.171Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:55:55.171Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T02:55:55.171Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T02:55:55.171Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:55:55.171Z] OK: 72 MiB in 58 packages [2021-01-18T02:55:56.087Z] ---> 52fd1d6e4f6a [2021-01-18T02:55:56.087Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T02:55:56.187Z] Removing intermediate container d163a26a7c47 [2021-01-18T02:55:56.188Z] ---> 5bf282eb2d74 [2021-01-18T02:55:56.188Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T02:55:56.363Z] ---> 9203bd82b58d [2021-01-18T02:55:56.364Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T02:55:56.488Z] ---> Running in 5e3a951362c8 [2021-01-18T02:55:56.636Z] Removing intermediate container 8fd7a5d2cebb [2021-01-18T02:55:56.636Z] ---> 6522de3bd86f [2021-01-18T02:55:56.636Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T02:55:56.780Z] Removing intermediate container 5e3a951362c8 [2021-01-18T02:55:56.780Z] ---> a9b6a3ac0ab9 [2021-01-18T02:55:56.780Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:55:57.064Z] ---> Running in b6368d3fd71e [2021-01-18T02:55:57.364Z] Removing intermediate container b6368d3fd71e [2021-01-18T02:55:57.364Z] ---> 2e59edf3eb2d [2021-01-18T02:55:57.364Z] Step 24/26 : LABEL arch=x86_64 [2021-01-18T02:55:57.364Z] ---> Running in 8bebe6a84c08 [2021-01-18T02:55:57.627Z] ---> Running in 0e727d2dc306 [2021-01-18T02:55:57.638Z] Removing intermediate container 8bebe6a84c08 [2021-01-18T02:55:57.638Z] ---> 6c0e85fda8ce [2021-01-18T02:55:57.638Z] Step 25/26 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:55:57.939Z] ---> Running in c88b4d32cef4 [2021-01-18T02:55:58.211Z] Removing intermediate container c88b4d32cef4 [2021-01-18T02:55:58.211Z] ---> 63e78daa5135 [2021-01-18T02:55:58.211Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T02:55:58.497Z] ---> Running in bc8cb900bf00 [2021-01-18T02:55:58.769Z] Removing intermediate container bc8cb900bf00 [2021-01-18T02:55:58.769Z] ---> d5bc56d502e8 [2021-01-18T02:55:58.769Z] [2021-01-18T02:55:59.072Z] Removing intermediate container 0e727d2dc306 [2021-01-18T02:55:59.072Z] ---> 89bfac734527 [2021-01-18T02:55:59.072Z] Step 13/24 : WORKDIR / [2021-01-18T02:55:59.159Z] Successfully built d5bc56d502e8 [2021-01-18T02:55:59.159Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-18T02:55:59.352Z] ---> fbbadaa087c6 [2021-01-18T02:55:59.352Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T02:55:59.352Z] ---> 4a5938d85d58 [2021-01-18T02:55:59.352Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:55:59.352Z] ---> Running in c1d8783e5915 [2021-01-18T02:56:00.178Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-18T02:56:00.197Z] $ docker stop --time=1 959151adfb2537158a9bee720f515d1f8e38a46eb44dc1c9818ca9537986f8eb [2021-01-18T02:56:00.361Z] Removing intermediate container c1d8783e5915 [2021-01-18T02:56:00.361Z] ---> 6f0e02915675 [2021-01-18T02:56:00.361Z] 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-18T02:56:01.072Z] ---> 1e69322f6ccd [2021-01-18T02:56:01.072Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T02:56:01.072Z] ---> 66117e30dffb [2021-01-18T02:56:01.072Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T02:56:01.371Z] ---> Running in fbc0b85994cc [2021-01-18T02:56:01.747Z] ---> 4e6ebf6a9ec2 [2021-01-18T02:56:01.747Z] 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-18T02:56:02.806Z] Removing intermediate container fbc0b85994cc [2021-01-18T02:56:02.806Z] ---> 22c632b6158b [2021-01-18T02:56:02.806Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:56:02.939Z] $ docker rm -f 959151adfb2537158a9bee720f515d1f8e38a46eb44dc1c9818ca9537986f8eb [2021-01-18T02:56:03.140Z] ---> Running in f9568f0efb41 [Pipeline] // withDockerContainer [2021-01-18T02:56:03.438Z] ---> 7f0e9079be95 [2021-01-18T02:56:03.438Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] sh [2021-01-18T02:56:03.857Z] + grep docker [2021-01-18T02:56:03.857Z] + docker images [2021-01-18T02:56:03.857Z] docker-sys-mgmt-agent-go latest d5bc56d502e8 5 seconds ago 313MB [2021-01-18T02:56:03.857Z] docker-core-metadata-go latest e4b3bc8eeb14 50 seconds ago 13.1MB [2021-01-18T02:56:03.857Z] docker-security-secretstore-setup-go latest fc9a78c19dab 50 seconds ago 24.6MB [2021-01-18T02:56:03.857Z] docker-security-proxy-setup-go latest 3e32558688ea 52 seconds ago 24.4MB [2021-01-18T02:56:03.857Z] docker-core-data-go latest 8078b439792f 3 minutes ago 22.3MB [2021-01-18T02:56:03.857Z] docker-security-bootstrap-redis-go latest 0595645f0d7b 3 minutes ago 15.8MB [2021-01-18T02:56:03.857Z] docker-support-notifications-go latest 40b33b003151 3 minutes ago 12MB [2021-01-18T02:56:03.857Z] docker-core-command-go latest ef00d53daff4 3 minutes ago 10.6MB [2021-01-18T02:56:03.857Z] docker-support-scheduler-go latest 5a88671eb972 3 minutes ago 10.7MB [2021-01-18T02:56:03.857Z] 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] } [2021-01-18T02:56:04.424Z] Removing intermediate container f9568f0efb41 [2021-01-18T02:56:04.424Z] ---> 97e958edf7e1 [2021-01-18T02:56:04.424Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T02:56:04.424Z] ---> b0ab768030c0 [2021-01-18T02:56:04.424Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-18T02:56:05.027Z] ---> Running in c3c99d2fc720 [2021-01-18T02:56:05.303Z] ---> d9d191d8f558 [2021-01-18T02:56:05.303Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T02:56:05.904Z] ---> d8dad99cf9dd [2021-01-18T02:56:05.904Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T02:56:06.885Z] ---> Running in b2bde07f0504 [2021-01-18T02:56:06.885Z] Removing intermediate container c3c99d2fc720 [2021-01-18T02:56:06.885Z] ---> 03e5308fcc2a [2021-01-18T02:56:06.885Z] Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:56:07.483Z] Removing intermediate container cfdf9908079e [2021-01-18T02:56:07.483Z] ---> 490ad5744079 [2021-01-18T02:56:07.483Z] [2021-01-18T02:56:07.483Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T02:56:07.483Z] ---> afeebe901d6b [2021-01-18T02:56:07.483Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:56:07.483Z] ---> c72189ccaca5 [2021-01-18T02:56:07.483Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T02:56:07.483Z] ---> Running in 74ba193b7f84 [2021-01-18T02:56:07.757Z] ---> Running in 0f57e5ecc429 [2021-01-18T02:56:07.757Z] Removing intermediate container b2bde07f0504 [2021-01-18T02:56:07.757Z] ---> 082123641d5f [2021-01-18T02:56:07.757Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:56:08.742Z] ---> Running in aad10e4fd4c9 [2021-01-18T02:56:08.742Z] Removing intermediate container 74ba193b7f84 [2021-01-18T02:56:08.742Z] ---> ebd3b9454dd3 [2021-01-18T02:56:08.742Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:56:09.016Z] Removing intermediate container 0f57e5ecc429 [2021-01-18T02:56:09.016Z] ---> 35bd49788886 [2021-01-18T02:56:09.016Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T02:56:09.300Z] ---> Running in 0cbf066f48ef [2021-01-18T02:56:09.300Z] ---> 69b6a0b9adfd [2021-01-18T02:56:09.300Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T02:56:09.576Z] ---> Running in 0b07ff4faa44 [2021-01-18T02:56:09.576Z] Removing intermediate container aad10e4fd4c9 [2021-01-18T02:56:09.576Z] ---> f66c51a4312d [2021-01-18T02:56:09.576Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T02:56:09.852Z] ---> Running in 077f4aee06b0 [2021-01-18T02:56:09.852Z] Removing intermediate container 0cbf066f48ef [2021-01-18T02:56:09.852Z] ---> c84896b22432 [2021-01-18T02:56:09.852Z] [2021-01-18T02:56:10.125Z] Removing intermediate container 0b07ff4faa44 [2021-01-18T02:56:10.125Z] ---> 7b00c222ca38 [2021-01-18T02:56:10.125Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T02:56:10.396Z] ---> Running in 38b6b0fd1765 [2021-01-18T02:56:10.670Z] Successfully built c84896b22432 [2021-01-18T02:56:10.670Z] ---> 5c193fc46d7f [2021-01-18T02:56:10.670Z] 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-18T02:56:10.670Z] Removing intermediate container 077f4aee06b0 [2021-01-18T02:56:10.670Z] ---> 6d17cf73d843 [2021-01-18T02:56:10.670Z] Step 23/24 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:56:10.670Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-18T02:56:10.670Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-18T02:56:10.944Z] ---> Running in 780d44325669 [2021-01-18T02:56:10.944Z] ---> Running in ae720dd174d5 [2021-01-18T02:56:11.231Z] Removing intermediate container 38b6b0fd1765 [2021-01-18T02:56:11.231Z] ---> 90d73fdc63df [2021-01-18T02:56:11.231Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:56:11.231Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T02:56:11.231Z] ---> Running in 595cb169b463 [2021-01-18T02:56:11.520Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T02:56:11.520Z] ---> eeaf43b92773 [2021-01-18T02:56:11.520Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T02:56:11.520Z] Removing intermediate container ae720dd174d5 [2021-01-18T02:56:11.520Z] ---> 031c3c02eea2 [2021-01-18T02:56:11.520Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T02:56:11.822Z] ---> Running in 6a1ee2854cf7 [2021-01-18T02:56:11.822Z] ---> Running in 665e4ca48130 [2021-01-18T02:56:13.833Z] Removing intermediate container 665e4ca48130 [2021-01-18T02:56:13.833Z] ---> b7ecb96bd0f2 [2021-01-18T02:56:13.833Z] [2021-01-18T02:56:14.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:56:14.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:56:14.387Z] Successfully built b7ecb96bd0f2 [2021-01-18T02:56:14.664Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-18T02:56:14.664Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-18T02:56:15.271Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T02:56:15.271Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T02:56:15.271Z] Executing bash-5.0.17-r0.post-install [2021-01-18T02:56:15.271Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:56:15.271Z] OK: 12 MiB in 22 packages [2021-01-18T02:56:15.552Z] Removing intermediate container 780d44325669 [2021-01-18T02:56:15.552Z] ---> a689db1c49f1 [2021-01-18T02:56:15.552Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T02:56:16.153Z] ---> Running in 72d3f2a300ba [2021-01-18T02:56:16.425Z] Removing intermediate container 595cb169b463 [2021-01-18T02:56:16.425Z] ---> 809b37aa5290 [2021-01-18T02:56:16.425Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T02:56:17.415Z] Removing intermediate container 72d3f2a300ba [2021-01-18T02:56:17.415Z] ---> b23ef562a80e [2021-01-18T02:56:17.697Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T02:56:17.697Z] ---> Running in fc041011f474 [2021-01-18T02:56:18.320Z] Removing intermediate container 6a1ee2854cf7 [2021-01-18T02:56:18.320Z] ---> d5af57aeeaf4 [2021-01-18T02:56:18.320Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T02:56:18.597Z] ---> Running in dca148c22630 [2021-01-18T02:56:18.875Z] ---> Running in 41e501697ad2 [2021-01-18T02:56:19.477Z] Removing intermediate container dca148c22630 [2021-01-18T02:56:19.477Z] ---> eeea46ce6219 [2021-01-18T02:56:19.477Z] Step 23/24 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:56:19.696Z] Still waiting to schedule task [2021-01-18T02:56:19.697Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-18T02:56:19.789Z] Removing intermediate container 41e501697ad2 [2021-01-18T02:56:19.789Z] ---> 721b34dd047d [2021-01-18T02:56:19.789Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T02:56:19.789Z] ---> Running in eb20049d31d7 [2021-01-18T02:56:19.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:56:20.068Z] ---> Running in 97fb521bd9c7 [2021-01-18T02:56:20.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:56:20.666Z] Removing intermediate container eb20049d31d7 [2021-01-18T02:56:20.666Z] ---> ded221ffec66 [2021-01-18T02:56:20.666Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T02:56:20.945Z] Removing intermediate container 97fb521bd9c7 [2021-01-18T02:56:20.945Z] ---> 8f198392ec55 [2021-01-18T02:56:20.945Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T02:56:21.228Z] ---> Running in 3608e2a808b5 [2021-01-18T02:56:21.228Z] ---> Running in 09718c5abaae [2021-01-18T02:56:21.505Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T02:56:21.505Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T02:56:21.785Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T02:56:22.063Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T02:56:22.063Z] Removing intermediate container 3608e2a808b5 [2021-01-18T02:56:22.063Z] ---> 8c74be0ea9a5 [2021-01-18T02:56:22.063Z] [2021-01-18T02:56:22.341Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T02:56:22.341Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:56:22.341Z] OK: 8 MiB in 19 packages [2021-01-18T02:56:22.626Z] Removing intermediate container 09718c5abaae [2021-01-18T02:56:22.626Z] ---> 65e75121fc53 [2021-01-18T02:56:22.626Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T02:56:22.626Z] Successfully built 8c74be0ea9a5 [2021-01-18T02:56:22.626Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-18T02:56:22.626Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-18T02:56:25.280Z] Removing intermediate container fc041011f474 [2021-01-18T02:56:25.280Z] ---> 45d5e37a3f84 [2021-01-18T02:56:25.280Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:56:25.557Z] ---> 4a17b1f04f85 [2021-01-18T02:56:25.557Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T02:56:26.553Z] ---> b5ed375a185e [2021-01-18T02:56:26.553Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T02:56:26.833Z] ---> f9e2c2b162d4 [2021-01-18T02:56:26.833Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T02:56:28.291Z] ---> 0b0ad8aac7e4 [2021-01-18T02:56:28.292Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T02:56:28.566Z] ---> 277a535c835b [2021-01-18T02:56:28.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T02:56:28.838Z] ---> Running in 7960d5ac576a [2021-01-18T02:56:30.284Z] ---> 0b0d01c189c1 [2021-01-18T02:56:30.284Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T02:56:30.284Z] ---> Running in cff099af7388 [2021-01-18T02:56:30.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:56:30.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:56:31.437Z] Removing intermediate container cff099af7388 [2021-01-18T02:56:31.437Z] ---> 286304fcf5ff [2021-01-18T02:56:31.437Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:56:31.437Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T02:56:31.437Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T02:56:31.437Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T02:56:31.437Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T02:56:31.437Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T02:56:31.437Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T02:56:31.437Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T02:56:31.437Z] ---> Running in 17e30923ad3e [2021-01-18T02:56:32.877Z] Removing intermediate container 17e30923ad3e [2021-01-18T02:56:32.877Z] ---> 94e48d360cb2 [2021-01-18T02:56:32.877Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T02:56:33.151Z] ---> Running in 5f49939878fe [2021-01-18T02:56:33.424Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T02:56:33.424Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T02:56:33.424Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T02:56:33.424Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T02:56:33.424Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T02:56:33.424Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T02:56:33.703Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T02:56:33.978Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T02:56:33.978Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T02:56:33.978Z] Removing intermediate container 5f49939878fe [2021-01-18T02:56:33.978Z] ---> 9aa9d626acdd [2021-01-18T02:56:33.978Z] Step 22/23 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:56:33.978Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T02:56:33.978Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T02:56:33.978Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T02:56:33.978Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T02:56:33.978Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T02:56:33.978Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T02:56:33.978Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T02:56:34.254Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T02:56:34.255Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T02:56:34.255Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T02:56:34.255Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T02:56:34.255Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T02:56:34.255Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T02:56:34.255Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T02:56:34.255Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T02:56:34.255Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T02:56:34.255Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T02:56:34.538Z] ---> Running in 8f8d58cd3fef [2021-01-18T02:56:34.538Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:56:34.538Z] OK: 71 MiB in 55 packages [2021-01-18T02:56:35.147Z] Removing intermediate container 8f8d58cd3fef [2021-01-18T02:56:35.147Z] ---> 72a79c4995f0 [2021-01-18T02:56:35.147Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T02:56:35.750Z] ---> Running in 7e84123e93c6 [2021-01-18T02:56:36.732Z] Removing intermediate container 7e84123e93c6 [2021-01-18T02:56:36.732Z] ---> acdeaa847b59 [2021-01-18T02:56:36.732Z] [2021-01-18T02:56:37.334Z] Successfully built acdeaa847b59 [2021-01-18T02:56:37.334Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-18T02:56:37.334Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-01-18T02:56:38.789Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:56:38.789Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:56:38.789Z] ---> 18e9d4c32a87 [2021-01-18T02:56:38.789Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:56:38.789Z] ---> Using cache [2021-01-18T02:56:38.789Z] ---> a88c4392ed64 [2021-01-18T02:56:38.789Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:56:38.789Z] ---> Using cache [2021-01-18T02:56:38.789Z] ---> 60176799fd29 [2021-01-18T02:56:38.789Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:56:40.801Z] ---> Running in 131d8b18c4b7 [2021-01-18T02:56:42.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:56:42.842Z] Removing intermediate container 7960d5ac576a [2021-01-18T02:56:42.842Z] ---> fa269c2052ca [2021-01-18T02:56:42.842Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T02:56:43.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:56:43.734Z] ---> Running in ac9ecaff7a5a [2021-01-18T02:56:44.011Z] OK: 217 MiB in 51 packages [2021-01-18T02:56:46.655Z] Removing intermediate container 131d8b18c4b7 [2021-01-18T02:56:46.655Z] ---> ba0b80ff6f9a [2021-01-18T02:56:46.655Z] Step 6/22 : COPY go.mod . [2021-01-18T02:56:48.107Z] ---> 16dcce8c1b07 [2021-01-18T02:56:48.107Z] Step 7/22 : RUN go mod download [2021-01-18T02:56:48.107Z] ---> Running in 1fa54d085ae5 [2021-01-18T02:56:50.108Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:56:50.108Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:56:50.108Z] ---> 18e9d4c32a87 [2021-01-18T02:56:50.108Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:56:50.108Z] ---> Using cache [2021-01-18T02:56:50.108Z] ---> a88c4392ed64 [2021-01-18T02:56:50.108Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:56:50.108Z] ---> Using cache [2021-01-18T02:56:50.108Z] ---> 60176799fd29 [2021-01-18T02:56:50.108Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:56:50.108Z] ---> Using cache [2021-01-18T02:56:50.108Z] ---> ba0b80ff6f9a [2021-01-18T02:56:50.108Z] Step 6/22 : COPY go.mod . [2021-01-18T02:56:50.108Z] ---> Using cache [2021-01-18T02:56:50.108Z] ---> 16dcce8c1b07 [2021-01-18T02:56:50.108Z] Step 7/22 : RUN go mod download [2021-01-18T02:56:50.384Z] Collecting docker-compose==1.23.2 [2021-01-18T02:56:50.384Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T02:56:50.384Z] ---> Running in 10b86294bb63 [2021-01-18T02:56:50.990Z] 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-18T02:56:52.438Z] Collecting PyYAML<4,>=3.10 [2021-01-18T02:56:52.438Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T02:56:52.438Z] Removing intermediate container 1fa54d085ae5 [2021-01-18T02:56:52.438Z] ---> 278f0f55ef5c [2021-01-18T02:56:52.438Z] Step 8/22 : COPY . . [2021-01-18T02:56:55.860Z] Removing intermediate container 10b86294bb63 [2021-01-18T02:56:55.860Z] ---> 9d603d02f711 [2021-01-18T02:56:55.860Z] Step 8/22 : COPY . . [2021-01-18T02:56:55.860Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T02:56:55.860Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T02:56:58.496Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T02:56:58.496Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T02:56:59.481Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T02:56:59.481Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T02:56:59.763Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:56:59.763Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:56:59.763Z] ---> 18e9d4c32a87 [2021-01-18T02:56:59.763Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T02:56:59.763Z] ---> Using cache [2021-01-18T02:56:59.763Z] ---> a88c4392ed64 [2021-01-18T02:56:59.763Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:56:59.763Z] ---> Using cache [2021-01-18T02:56:59.763Z] ---> 60176799fd29 [2021-01-18T02:56:59.763Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T02:56:59.763Z] ---> Using cache [2021-01-18T02:56:59.763Z] ---> ba0b80ff6f9a [2021-01-18T02:56:59.763Z] Step 6/21 : COPY go.mod . [2021-01-18T02:56:59.763Z] ---> Using cache [2021-01-18T02:56:59.763Z] ---> 16dcce8c1b07 [2021-01-18T02:56:59.763Z] Step 7/21 : RUN go mod download [2021-01-18T02:56:59.763Z] ---> Using cache [2021-01-18T02:56:59.763Z] ---> 9d603d02f711 [2021-01-18T02:56:59.763Z] Step 8/21 : COPY . . [2021-01-18T02:56:59.763Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T02:56:59.763Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T02:57:02.572Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T02:57:02.572Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T02:57:05.300Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T02:57:05.300Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T02:57:05.906Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T02:57:05.906Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T02:57:07.913Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T02:57:07.913Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T02:57:08.201Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T02:57:08.201Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T02:57:08.201Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:57:08.201Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:57:08.237Z] Running on prd-ubuntu18.04-docker-8c-8g-20878 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-18T02:57:08.317Z] Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout [2021-01-18T02:57:08.479Z] ---> 18e9d4c32a87 [2021-01-18T02:57:08.479Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T02:57:08.479Z] ---> Using cache [2021-01-18T02:57:08.479Z] ---> a88c4392ed64 [2021-01-18T02:57:08.479Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:57:08.479Z] ---> Using cache [2021-01-18T02:57:08.479Z] ---> 60176799fd29 [2021-01-18T02:57:08.479Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T02:57:08.479Z] ---> Using cache [2021-01-18T02:57:08.479Z] ---> ba0b80ff6f9a [2021-01-18T02:57:08.479Z] Step 6/21 : COPY go.mod . [2021-01-18T02:57:08.479Z] ---> Using cache [2021-01-18T02:57:08.479Z] ---> 16dcce8c1b07 [2021-01-18T02:57:08.479Z] Step 7/21 : RUN go mod download [2021-01-18T02:57:08.479Z] ---> Using cache [2021-01-18T02:57:08.479Z] ---> 9d603d02f711 [2021-01-18T02:57:08.479Z] Step 8/21 : COPY . . [2021-01-18T02:57:08.479Z] 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-18T02:57:08.770Z] Collecting idna<2.8,>=2.5 [2021-01-18T02:57:08.770Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T02:57:09.392Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T02:57:09.392Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T02:57:09.670Z] 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-18T02:57:09.670Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T02:57:09.670Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T02:57:09.670Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T02:57:09.670Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T02:57:10.585Z] using credential edgex-jenkins-ssh [2021-01-18T02:57:10.650Z] Cloning the remote Git repository [2021-01-18T02:57:10.673Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:57:10.745Z] > git init /w/workspace/edgex-go/26 # timeout=10 [2021-01-18T02:57:11.145Z] Installing collected packages: PyYAML, docopt, websocket-client, jsonschema, texttable, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-01-18T02:57:11.146Z] Running setup.py install for PyYAML: started [2021-01-18T02:57:10.778Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:57:10.778Z] > git --version # timeout=10 [2021-01-18T02:57:10.793Z] > git --version # 'git version 2.17.1' [2021-01-18T02:57:10.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:57:10.830Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T02:57:13.797Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T02:57:13.797Z] Running setup.py install for docopt: started [2021-01-18T02:57:15.804Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T02:57:16.693Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T02:57:16.702Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T02:57:16.712Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T02:57:16.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:57:16.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:57:16.726Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T02:57:17.454Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:57:17.569Z] Merge succeeded, producing 268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:57:17.569Z] Checking out Revision 268bbcc047cba58df5c5e21fd9395c40f0eab693 (PR-2966) [2021-01-18T02:57:17.462Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T02:57:17.467Z] > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 [2021-01-18T02:57:17.538Z] > git remote # timeout=10 [2021-01-18T02:57:17.546Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T02:57:17.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:57:17.554Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T02:57:17.562Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T02:57:17.570Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T02:57:17.574Z] > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 [2021-01-18T02:57:18.472Z] Running setup.py install for texttable: started [2021-01-18T02:57:21.210Z] Commit message: "Merge branch 'master' into issue-2965" [2021-01-18T02:57:21.255Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T02:57:21.255Z] Running setup.py install for dockerpty: started [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:57:22.644Z] + echo snap-build.sh [2021-01-18T02:57:22.644Z] snap-build.sh [2021-01-18T02:57:22.644Z] + SNAP_BASE_DIR=. [2021-01-18T02:57:22.644Z] + '[' '!' -z /w/workspace/edgex-go/26 ']' [2021-01-18T02:57:22.644Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/26 [2021-01-18T02:57:22.644Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/26]' [2021-01-18T02:57:22.644Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/26] [2021-01-18T02:57:22.644Z] + cd /w/workspace/edgex-go/26 [2021-01-18T02:57:22.644Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-18T02:57:22.644Z] Reading package lists... [2021-01-18T02:57:22.644Z] Building dependency tree... [2021-01-18T02:57:22.644Z] Reading state information... [2021-01-18T02:57:22.906Z] The following packages were automatically installed and are no longer required: [2021-01-18T02:57:22.906Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-18T02:57:22.906Z] uidmap xdelta3 [2021-01-18T02:57:22.906Z] Use 'sudo apt autoremove' to remove them. [2021-01-18T02:57:22.906Z] The following packages will be REMOVED: [2021-01-18T02:57:22.906Z] lxd* lxd-client* [2021-01-18T02:57:23.168Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-18T02:57:23.168Z] After this operation, 31.7 MB disk space will be freed. [2021-01-18T02:57:23.926Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T02:57:24.212Z] Attempting uninstall: idna [2021-01-18T02:57:24.212Z] Found existing installation: idna 2.9 [2021-01-18T02:57:24.212Z] Uninstalling idna-2.9: [2021-01-18T02:57:24.478Z] (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-18T02:57:24.478Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T02:57:24.502Z] Successfully uninstalled idna-2.9 [2021-01-18T02:57:24.783Z] ---> ab5c07c108fe [2021-01-18T02:57:24.783Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T02:57:25.061Z] ---> 9f21852935e2 [2021-01-18T02:57:25.061Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T02:57:25.340Z] ---> bd23f7749906 [2021-01-18T02:57:25.340Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T02:57:25.340Z] Attempting uninstall: urllib3 [2021-01-18T02:57:25.340Z] Found existing installation: urllib3 1.25.9 [2021-01-18T02:57:25.340Z] Uninstalling urllib3-1.25.9: [2021-01-18T02:57:25.420Z] Removing lxd dnsmasq configuration [2021-01-18T02:57:25.421Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T02:57:25.616Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T02:57:25.616Z] ---> Running in 5b488674df3e [2021-01-18T02:57:25.616Z] ---> Running in c594386e3b2e [2021-01-18T02:57:25.682Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-18T02:57:25.902Z] ---> Running in 4f2fdb347cc0 [2021-01-18T02:57:26.178Z] Attempting uninstall: requests [2021-01-18T02:57:26.178Z] Found existing installation: requests 2.23.0 [2021-01-18T02:57:26.178Z] Uninstalling requests-2.23.0: [2021-01-18T02:57:26.457Z] Successfully uninstalled requests-2.23.0 [2021-01-18T02:57:26.628Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-18T02:57:26.628Z] (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-18T02:57:26.628Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T02:57:27.915Z] ---> 6a3c3a04d691 [2021-01-18T02:57:27.915Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T02:57:27.915Z] 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-18T02:57:27.915Z] 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-18T02:57:27.915Z] 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-18T02:57:27.915Z] ---> Running in 4a25b57e67fc [2021-01-18T02:57:28.016Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-18T02:57:28.278Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-18T02:57:29.377Z] 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-18T02:57:29.665Z] + sudo snap remove --purge lxd [2021-01-18T02:57:29.928Z] snap "lxd" is not installed [2021-01-18T02:57:29.928Z] + sudo groupadd --force --system lxd [2021-01-18T02:57:29.928Z] ++ whoami [2021-01-18T02:57:29.928Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-18T02:57:29.928Z] + newgrp - lxd [2021-01-18T02:57:29.928Z] + sudo snap install lxd [2021-01-18T02:57:29.980Z] 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-18T02:57:35.413Z] Removing intermediate container ac9ecaff7a5a [2021-01-18T02:57:35.413Z] ---> db63387fa2e8 [2021-01-18T02:57:35.413Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T02:57:35.691Z] ---> Running in ce95349c5bf5 [2021-01-18T02:57:37.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:57:37.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:57:38.076Z] 2021-01-18T02:57:35Z INFO Waiting for automatic snapd restart... [2021-01-18T02:57:38.682Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:57:38.682Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T02:57:38.682Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T02:57:38.682Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:57:38.682Z] OK: 71 MiB in 58 packages [2021-01-18T02:57:40.689Z] Removing intermediate container ce95349c5bf5 [2021-01-18T02:57:40.689Z] ---> dd8a3e0f450b [2021-01-18T02:57:40.689Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T02:57:40.689Z] ---> Running in d714e6c9d671 [2021-01-18T02:57:41.674Z] Removing intermediate container d714e6c9d671 [2021-01-18T02:57:41.674Z] ---> eaf5a3b70f01 [2021-01-18T02:57:41.674Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:57:41.674Z] ---> Running in 6ae2c92ae10c [2021-01-18T02:57:42.664Z] Removing intermediate container 6ae2c92ae10c [2021-01-18T02:57:42.664Z] ---> 32acf76a6513 [2021-01-18T02:57:42.664Z] Step 24/26 : LABEL arch=arm64 [2021-01-18T02:57:42.664Z] ---> Running in 87664c0c4ee9 [2021-01-18T02:57:43.288Z] Removing intermediate container 87664c0c4ee9 [2021-01-18T02:57:43.288Z] ---> 5640db3a9c06 [2021-01-18T02:57:43.288Z] Step 25/26 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:57:43.569Z] ---> Running in 5206b9249bfe [2021-01-18T02:57:44.174Z] Removing intermediate container 5206b9249bfe [2021-01-18T02:57:44.174Z] ---> f44e78adbc85 [2021-01-18T02:57:44.174Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T02:57:44.454Z] ---> Running in 5a42e729fdc9 [2021-01-18T02:57:45.060Z] Removing intermediate container 5a42e729fdc9 [2021-01-18T02:57:45.060Z] ---> ddf31f152cc3 [2021-01-18T02:57:45.060Z] [2021-01-18T02:57:45.667Z] Successfully built ddf31f152cc3 [2021-01-18T02:57:45.667Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-18T02:57:53.113Z] lxd 4.10 from Canonical* installed [2021-01-18T02:57:53.114Z] + sudo lxd init --auto [2021-01-18T02:58:01.263Z] + sudo snap install --classic snapcraft [2021-01-18T02:58:09.415Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T02:58:09.415Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-18T02:58:09.416Z] + patch --verbose -p1 [2021-01-18T02:58:09.416Z] Hmm... Looks like a unified diff to me... [2021-01-18T02:58:09.416Z] The text leading up to this was: [2021-01-18T02:58:09.416Z] -------------------------- [2021-01-18T02:58:09.416Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-18T02:58:09.416Z] |From: Tony Espy [2021-01-18T02:58:09.416Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-18T02:58:09.416Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-18T02:58:09.416Z] | [2021-01-18T02:58:09.416Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-18T02:58:09.416Z] |optimize the snap CI check run for pull requests. When [2021-01-18T02:58:09.416Z] |applied, it essentially strips out everything (apps and [2021-01-18T02:58:09.416Z] |parts) from the snapcraft.yaml file except those required [2021-01-18T02:58:09.416Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-18T02:58:09.416Z] |catch changes to edgex-go that break the snap build. [2021-01-18T02:58:09.416Z] | [2021-01-18T02:58:09.416Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-18T02:58:09.416Z] |to update this patch file, otherwise it may fail to apply, [2021-01-18T02:58:09.416Z] |resulting in a failed snap build CI check in the associated [2021-01-18T02:58:09.416Z] |pull request. [2021-01-18T02:58:09.416Z] | [2021-01-18T02:58:09.416Z] |Note - in addition to applying this patch, the pipeline also [2021-01-18T02:58:09.416Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-18T02:58:09.416Z] |need to build the finally binary .snap file (and it won't [2021-01-18T02:58:09.416Z] |work with the patch applied). This further reduces the build [2021-01-18T02:58:09.416Z] |time. [2021-01-18T02:58:09.416Z] |--- [2021-01-18T02:58:09.416Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-18T02:58:09.416Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-18T02:58:09.416Z] | [2021-01-18T02:58:09.416Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-18T02:58:09.416Z] |index 1e537489..faf42425 100644 [2021-01-18T02:58:09.416Z] |--- a/snap/snapcraft.yaml [2021-01-18T02:58:09.416Z] |+++ b/snap/snapcraft.yaml [2021-01-18T02:58:09.416Z] -------------------------- [2021-01-18T02:58:09.416Z] patching file snap/snapcraft.yaml [2021-01-18T02:58:09.416Z] Using Plan A... [2021-01-18T02:58:09.416Z] Hunk #1 succeeded at 73. [2021-01-18T02:58:09.416Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-18T02:58:09.416Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-18T02:58:09.416Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-18T02:58:09.416Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-18T02:58:09.416Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-18T02:58:09.416Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-18T02:58:09.416Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-18T02:58:09.416Z] Hmm... Ignoring the trailing garbage. [2021-01-18T02:58:09.416Z] done [2021-01-18T02:58:09.416Z] + sudo snapcraft prime --use-lxd [2021-01-18T02:58:09.677Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-18T02:58:09.677Z] 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-18T02:58:09.677Z] - README.md [2021-01-18T02:58:09.677Z] - snapcraft.yaml.orig [2021-01-18T02:58:09.677Z] [2021-01-18T02:58:09.677Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T02:58:10.249Z] Launching a container. [2021-01-18T02:58:22.500Z] Waiting for container to be ready [2021-01-18T02:58:22.500Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-18T02:58:22.500Z] [2021-01-18T02:58:25.802Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-18T02:58:25.802Z] Waiting for network to be ready... [2021-01-18T02:58:26.378Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T02:58:26.378Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T02:58:26.956Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T02:58:26.956Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T02:58:27.217Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T02:58:27.479Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T02:58:27.479Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T02:58:27.479Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T02:58:27.479Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T02:58:27.479Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T02:58:27.479Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T02:58:27.479Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T02:58:27.479Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T02:58:27.479Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T02:58:27.479Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T02:58:27.479Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T02:58:27.479Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T02:58:27.479Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T02:58:28.049Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T02:58:28.049Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T02:58:28.309Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T02:58:28.309Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T02:58:28.309Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T02:58:28.309Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T02:58:28.309Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T02:58:28.309Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T02:58:28.309Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T02:58:30.858Z] Fetched 23.7 MB in 4s (5587 kB/s) [2021-01-18T02:58:31.428Z] Reading package lists... [2021-01-18T02:58:31.689Z] Reading package lists... [2021-01-18T02:58:31.689Z] Building dependency tree... [2021-01-18T02:58:31.689Z] Reading state information... [2021-01-18T02:58:31.948Z] The following additional packages will be installed: [2021-01-18T02:58:31.948Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T02:58:31.948Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T02:58:31.948Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T02:58:31.948Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-18T02:58:31.948Z] Suggested packages: [2021-01-18T02:58:31.949Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-18T02:58:31.949Z] Recommended packages: [2021-01-18T02:58:31.949Z] gnupg libsasl2-modules [2021-01-18T02:58:31.949Z] The following NEW packages will be installed: [2021-01-18T02:58:31.949Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T02:58:31.949Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T02:58:31.949Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T02:58:31.949Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-18T02:58:31.949Z] The following packages will be upgraded: [2021-01-18T02:58:31.949Z] gpg gpg-agent gpgconf libudev1 [2021-01-18T02:58:31.949Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-18T02:58:31.949Z] Need to get 3532 kB of archives. [2021-01-18T02:58:31.949Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-18T02:58:31.949Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-18T02:58:32.209Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-18T02:58:32.209Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-18T02:58:32.209Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-18T02:58:32.209Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-18T02:58:32.209Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-18T02:58:32.209Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-18T02:58:32.470Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-18T02:58:33.041Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-18T02:58:33.041Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-18T02:58:33.041Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-18T02:58:33.041Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-18T02:58:33.041Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-18T02:58:33.041Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-18T02:58:33.041Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-18T02:58:33.041Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-18T02:58:33.041Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-18T02:58:33.041Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-18T02:58:33.041Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-18T02:58:33.041Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-18T02:58:33.041Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-18T02:58:33.041Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-18T02:58:33.304Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:58:33.304Z] Fetched 3532 kB in 1s (3170 kB/s) [2021-01-18T02:58:33.304Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T02:58:33.304Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:58:33.304Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T02:58:33.304Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-18T02:58:33.564Z] Selecting previously unselected package udev. [2021-01-18T02:58:33.564Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T02:58:33.564Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:58:33.564Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-18T02:58:33.826Z] Selecting previously unselected package libfuse2:amd64. [2021-01-18T02:58:33.826Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T02:58:33.826Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T02:58:34.088Z] Selecting previously unselected package fuse. [2021-01-18T02:58:34.088Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T02:58:34.088Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-18T02:58:34.088Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:58:34.088Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T02:58:34.349Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:58:34.350Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T02:58:34.350Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:58:34.350Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T02:58:34.616Z] Selecting previously unselected package libksba8:amd64. [2021-01-18T02:58:34.616Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-18T02:58:34.616Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-18T02:58:34.616Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-18T02:58:34.616Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:34.616Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:34.881Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-18T02:58:34.881Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:34.881Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:34.881Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-18T02:58:34.881Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:34.881Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:35.150Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-18T02:58:35.150Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:35.150Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:35.150Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-18T02:58:35.150Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:35.150Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:35.412Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-18T02:58:35.412Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:35.412Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:35.412Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-18T02:58:35.412Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:35.412Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:35.674Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-18T02:58:35.674Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:35.674Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:35.674Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-18T02:58:35.674Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:58:35.674Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:35.674Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-18T02:58:35.674Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T02:58:35.674Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T02:58:35.934Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-18T02:58:35.934Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T02:58:35.934Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T02:58:35.934Z] Selecting previously unselected package libldap-common. [2021-01-18T02:58:35.934Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-18T02:58:35.934Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T02:58:35.934Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-18T02:58:35.934Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-18T02:58:35.934Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T02:58:36.200Z] Selecting previously unselected package dirmngr. [2021-01-18T02:58:36.200Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:58:36.200Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T02:58:36.200Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T02:58:36.200Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-18T02:58:36.200Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T02:58:36.200Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T02:58:36.200Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T02:58:36.469Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-18T02:58:36.469Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:36.469Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-18T02:58:36.469Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T02:58:36.469Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-18T02:58:37.047Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-18T02:58:37.047Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:37.047Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-18T02:58:37.047Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-18T02:58:37.047Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-18T02:58:37.309Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:37.309Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:37.309Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:37.309Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:37.309Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:37.309Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:37.309Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:58:37.569Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T02:58:37.569Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T02:58:37.569Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T02:58:38.141Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-18T02:58:38.141Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-18T02:58:38.141Z] This means they are not meant to be enabled using systemctl. [2021-01-18T02:58:38.141Z] Possible reasons for having this kind of units are: [2021-01-18T02:58:38.141Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-18T02:58:38.141Z] .wants/ or .requires/ directory. [2021-01-18T02:58:38.141Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-18T02:58:38.141Z] a requirement dependency on it. [2021-01-18T02:58:38.141Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-18T02:58:38.141Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-18T02:58:38.141Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-18T02:58:38.141Z] instance name specified. [2021-01-18T02:58:38.403Z] Reading package lists... [2021-01-18T02:58:38.403Z] Building dependency tree... [2021-01-18T02:58:38.403Z] Reading state information... [2021-01-18T02:58:38.664Z] The following additional packages will be installed: [2021-01-18T02:58:38.664Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-18T02:58:38.664Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-18T02:58:38.664Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-18T02:58:38.664Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-18T02:58:38.664Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-18T02:58:38.664Z] Suggested packages: [2021-01-18T02:58:38.664Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-18T02:58:38.664Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-18T02:58:38.664Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-18T02:58:38.664Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-18T02:58:38.664Z] systemd-container policykit-1 [2021-01-18T02:58:38.664Z] Recommended packages: [2021-01-18T02:58:38.664Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-18T02:58:38.664Z] The following NEW packages will be installed: [2021-01-18T02:58:38.664Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-18T02:58:38.664Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-18T02:58:38.664Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-18T02:58:38.664Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-18T02:58:38.664Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-18T02:58:38.664Z] The following packages will be upgraded: [2021-01-18T02:58:38.664Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-18T02:58:38.925Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-18T02:58:38.925Z] Need to get 35.2 MB of archives. [2021-01-18T02:58:38.925Z] After this operation, 141 MB of additional disk space will be used. [2021-01-18T02:58:38.925Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-18T02:58:38.925Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-18T02:58:39.497Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-18T02:58:39.497Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-18T02:58:39.759Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-18T02:58:39.759Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-18T02:58:39.759Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-18T02:58:39.759Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-18T02:58:39.759Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-18T02:58:39.759Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-18T02:58:39.760Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-18T02:58:39.760Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-18T02:58:39.760Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-18T02:58:39.760Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-18T02:58:39.760Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-18T02:58:39.760Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-18T02:58:39.760Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-18T02:58:39.760Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-18T02:58:39.760Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-18T02:58:39.760Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-18T02:58:40.020Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-18T02:58:40.020Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-18T02:58:40.020Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-18T02:58:40.020Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-18T02:58:40.020Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-18T02:58:40.020Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-18T02:58:40.020Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-18T02:58:40.020Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-18T02:58:40.020Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-18T02:58:40.281Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-18T02:58:41.234Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:58:41.234Z] Fetched 35.2 MB in 2s (14.8 MB/s) [2021-01-18T02:58:41.234Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T02:58:41.234Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:58:41.495Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T02:58:42.106Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:58:42.106Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T02:58:42.106Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-18T02:58:42.302Z]  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/secrets-config ./cmd/secrets-config [2021-01-18T02:58:42.368Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T02:58:42.368Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T02:58:42.368Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T02:58:42.368Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-18T02:58:42.630Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T02:58:42.630Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T02:58:42.630Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T02:58:42.893Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-18T02:58:42.893Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-18T02:58:43.467Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-18T02:58:43.467Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-18T02:58:43.467Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T02:58:43.728Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T02:58:43.728Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-18T02:58:43.728Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T02:58:43.728Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:58:43.989Z] Selecting previously unselected package libexpat1:amd64. [2021-01-18T02:58:43.989Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-18T02:58:43.989Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T02:58:43.989Z] Selecting previously unselected package python3.6-minimal. [2021-01-18T02:58:43.989Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T02:58:43.989Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:58:44.250Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T02:58:44.316Z] Removing intermediate container 5b488674df3e [2021-01-18T02:58:44.316Z] ---> 3ed9aaa6565e [2021-01-18T02:58:44.316Z] [2021-01-18T02:58:44.316Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T02:58:44.316Z] ---> afeebe901d6b [2021-01-18T02:58:44.316Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T02:58:44.316Z] ---> Using cache [2021-01-18T02:58:44.316Z] ---> 6522de3bd86f [2021-01-18T02:58:44.316Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T02:58:44.512Z] Checking for services that may need to be restarted...done. [2021-01-18T02:58:44.512Z] Checking for services that may need to be restarted...done. [2021-01-18T02:58:44.512Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:58:44.512Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T02:58:44.512Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:58:44.601Z] ---> Running in 2178aa3d09eb [2021-01-18T02:58:45.088Z] Selecting previously unselected package python3-minimal. [2021-01-18T02:58:45.088Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-18T02:58:45.088Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-18T02:58:45.088Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-18T02:58:45.088Z] Selecting previously unselected package mime-support. [2021-01-18T02:58:45.088Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-18T02:58:45.088Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-18T02:58:45.349Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-18T02:58:45.349Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-18T02:58:45.349Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T02:58:45.349Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-18T02:58:45.349Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T02:58:45.349Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:58:45.603Z] Removing intermediate container 2178aa3d09eb [2021-01-18T02:58:45.603Z] ---> 9ed448994c97 [2021-01-18T02:58:45.603Z] Step 13/22 : WORKDIR / [2021-01-18T02:58:45.613Z] Selecting previously unselected package python3.6. [2021-01-18T02:58:45.613Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T02:58:45.613Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:58:45.613Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-18T02:58:45.613Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-18T02:58:45.613Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T02:58:45.875Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-18T02:58:45.883Z] ---> Running in 4b3ae088b2ae [2021-01-18T02:58:46.135Z] Selecting previously unselected package python3. [2021-01-18T02:58:46.135Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-18T02:58:46.135Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-18T02:58:46.135Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-18T02:58:46.135Z] Selecting previously unselected package multiarch-support. [2021-01-18T02:58:46.135Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:58:46.135Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T02:58:46.135Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T02:58:46.397Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-18T02:58:46.397Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-18T02:58:46.397Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-18T02:58:46.397Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T02:58:46.397Z] Selecting previously unselected package libbsd0:amd64. [2021-01-18T02:58:46.397Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-18T02:58:46.397Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T02:58:46.667Z] Selecting previously unselected package sudo. [2021-01-18T02:58:46.667Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-18T02:58:46.667Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T02:58:46.667Z] Selecting previously unselected package apparmor. [2021-01-18T02:58:46.667Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T02:58:46.667Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-18T02:58:46.939Z] Selecting previously unselected package libedit2:amd64. [2021-01-18T02:58:46.939Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-18T02:58:46.939Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T02:58:46.939Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-18T02:58:46.939Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T02:58:46.939Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:58:46.939Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-18T02:58:46.939Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T02:58:46.939Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:58:47.201Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-18T02:58:47.201Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-18T02:58:47.201Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T02:58:47.201Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-18T02:58:47.201Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T02:58:47.201Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:58:47.357Z] Removing intermediate container 4b3ae088b2ae [2021-01-18T02:58:47.357Z] ---> 4f240935f6e1 [2021-01-18T02:58:47.357Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:58:47.467Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-18T02:58:47.467Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T02:58:47.467Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:58:47.467Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-18T02:58:47.467Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-18T02:58:47.467Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T02:58:47.729Z] Selecting previously unselected package openssh-client. [2021-01-18T02:58:47.729Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-18T02:58:47.729Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T02:58:47.989Z] Selecting previously unselected package squashfs-tools. [2021-01-18T02:58:47.989Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-18T02:58:47.989Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T02:58:47.989Z] Selecting previously unselected package snapd. [2021-01-18T02:58:47.990Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-18T02:58:47.990Z] Unpacking snapd (2.48+18.04) ... [2021-01-18T02:58:48.808Z] Removing intermediate container 4f2fdb347cc0 [2021-01-18T02:58:48.808Z] ---> f980ad98c308 [2021-01-18T02:58:48.808Z] [2021-01-18T02:58:48.808Z] Step 10/21 : FROM scratch [2021-01-18T02:58:48.808Z] ---> [2021-01-18T02:58:48.808Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:58:48.808Z] ---> Using cache [2021-01-18T02:58:48.808Z] ---> d5d3a81358ab [2021-01-18T02:58:48.808Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T02:58:49.082Z] ---> Running in 177e6a2b70f6 [2021-01-18T02:58:49.359Z] ---> 01f8660b021e [2021-01-18T02:58:49.359Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T02:58:49.635Z] Removing intermediate container 177e6a2b70f6 [2021-01-18T02:58:49.911Z] ---> adffaacd765b [2021-01-18T02:58:49.911Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T02:58:50.191Z] ---> Running in 35f4d4d71e5a [2021-01-18T02:58:50.539Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T02:58:50.539Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T02:58:50.539Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-18T02:58:50.539Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T02:58:50.539Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T02:58:50.539Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:58:50.539Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T02:58:50.539Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-18T02:58:50.539Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-18T02:58:51.110Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T02:58:51.189Z] ---> cb5cce23d42b [2021-01-18T02:58:51.189Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T02:58:51.370Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T02:58:51.370Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T02:58:51.370Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:58:51.370Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:58:51.370Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:58:51.470Z] Removing intermediate container 35f4d4d71e5a [2021-01-18T02:58:51.470Z] ---> 1979e575e309 [2021-01-18T02:58:51.470Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:58:51.470Z] Removing intermediate container 4a25b57e67fc [2021-01-18T02:58:51.470Z] ---> 2d3cd935519a [2021-01-18T02:58:51.470Z] [2021-01-18T02:58:51.470Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T02:58:51.470Z] ---> afeebe901d6b [2021-01-18T02:58:51.470Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T02:58:51.946Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T02:58:51.947Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:58:51.947Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T02:58:52.075Z] ---> Running in 2442fedd2c52 [2021-01-18T02:58:52.075Z] ---> d8f72f409a3a [2021-01-18T02:58:52.075Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T02:58:52.209Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-18T02:58:52.209Z] running python rtupdate hooks for python3.6... [2021-01-18T02:58:52.209Z] running python post-rtupdate hooks for python3.6... [2021-01-18T02:58:52.209Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-18T02:58:52.352Z] ---> c6073871eadb [2021-01-18T02:58:52.352Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T02:58:53.345Z] ---> 446000b76c86 [2021-01-18T02:58:53.345Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T02:58:53.601Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-18T02:58:53.601Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:58:53.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:58:53.869Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T02:58:53.869Z] Setting up snapd (2.48+18.04) ... [2021-01-18T02:58:53.894Z] ---> Running in f07290aecf28 [2021-01-18T02:58:53.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:58:54.166Z] ---> c56ffdc9105f [2021-01-18T02:58:54.166Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T02:58:54.443Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-18T02:58:54.443Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-18T02:58:54.444Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T02:58:54.444Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:58:54.444Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T02:58:54.705Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-18T02:58:54.722Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T02:58:54.722Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:58:54.722Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T02:58:54.966Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-18T02:58:54.966Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T02:58:54.966Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T02:58:55.000Z] OK: 7 MiB in 18 packages [2021-01-18T02:58:55.226Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-18T02:58:55.492Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-18T02:58:55.492Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-18T02:58:55.715Z] ---> 3e5e3e4943d0 [2021-01-18T02:58:55.715Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T02:58:55.758Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-18T02:58:55.758Z] /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-18T02:58:56.019Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T02:58:56.019Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T02:58:56.361Z] ---> Running in 70d95794af0d [2021-01-18T02:58:56.958Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T02:58:56.958Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T02:58:56.958Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T02:58:56.991Z] Removing intermediate container 70d95794af0d [2021-01-18T02:58:56.991Z] ---> 3f85b01b1f35 [2021-01-18T02:58:56.991Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:58:57.272Z] ---> Running in dded2a042901 [2021-01-18T02:58:57.551Z] Removing intermediate container f07290aecf28 [2021-01-18T02:58:57.551Z] ---> 46213ddc1592 [2021-01-18T02:58:57.551Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T02:58:57.551Z] Removing intermediate container 2442fedd2c52 [2021-01-18T02:58:57.551Z] ---> a175d2681845 [2021-01-18T02:58:57.551Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T02:58:57.827Z] ---> Running in d4a592e32a55 [2021-01-18T02:58:58.103Z] ---> Running in 0dd0907b4d61 [2021-01-18T02:58:58.103Z] Removing intermediate container dded2a042901 [2021-01-18T02:58:58.103Z] ---> 160a81f16835 [2021-01-18T02:58:58.103Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T02:58:58.165Z] Reading package lists... [2021-01-18T02:58:58.390Z] ---> Running in 7167c1ff9961 [2021-01-18T02:58:58.427Z] Reading package lists... [2021-01-18T02:58:58.676Z] Removing intermediate container d4a592e32a55 [2021-01-18T02:58:58.676Z] ---> 2fcf6ed8d097 [2021-01-18T02:58:58.676Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T02:58:58.687Z] Building dependency tree... [2021-01-18T02:58:58.688Z] Reading state information... [2021-01-18T02:58:58.688Z] Calculating upgrade... [2021-01-18T02:58:58.948Z] The following packages will be upgraded: [2021-01-18T02:58:58.948Z] advancecomp base-files bash binutils binutils-common [2021-01-18T02:58:58.948Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-18T02:58:58.948Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-18T02:58:58.948Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-18T02:58:58.948Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-18T02:58:58.948Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-18T02:58:58.948Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-18T02:58:58.948Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-18T02:58:58.948Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-18T02:58:58.948Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-18T02:58:58.948Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-18T02:58:58.948Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-18T02:58:58.948Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-18T02:58:58.948Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-18T02:58:58.948Z] ubuntu-keyring util-linux [2021-01-18T02:58:58.953Z] Removing intermediate container 0dd0907b4d61 [2021-01-18T02:58:58.953Z] ---> e6f23e9d8282 [2021-01-18T02:58:58.953Z] Step 13/21 : WORKDIR /edgex [2021-01-18T02:58:58.953Z] ---> Running in 6ca7cca2737c [2021-01-18T02:58:59.211Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T02:58:59.211Z] Need to get 63.7 MB of archives. [2021-01-18T02:58:59.211Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-18T02:58:59.211Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-18T02:58:59.211Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-18T02:58:59.242Z] ---> Running in 466103e8075a [2021-01-18T02:58:59.242Z] Removing intermediate container 7167c1ff9961 [2021-01-18T02:58:59.242Z] ---> bd7bd25cff98 [2021-01-18T02:58:59.242Z] Step 20/21 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:58:59.516Z] ---> Running in e13661d29122 [2021-01-18T02:58:59.784Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-18T02:58:59.784Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-18T02:58:59.784Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-18T02:58:59.784Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-18T02:58:59.784Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-18T02:58:59.784Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-18T02:58:59.784Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-18T02:58:59.784Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-18T02:58:59.784Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-18T02:58:59.784Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-18T02:58:59.784Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-18T02:58:59.784Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-18T02:58:59.784Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-18T02:58:59.784Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-18T02:58:59.788Z] Removing intermediate container 6ca7cca2737c [2021-01-18T02:58:59.788Z] ---> 01b7c124b81c [2021-01-18T02:58:59.788Z] Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:59:00.046Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-18T02:59:00.046Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-18T02:59:00.046Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-18T02:59:00.046Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-18T02:59:00.046Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-18T02:59:00.046Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-18T02:59:00.046Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-18T02:59:00.046Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-18T02:59:00.046Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-18T02:59:00.046Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-18T02:59:00.046Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-18T02:59:00.046Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-18T02:59:00.046Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-18T02:59:00.046Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-18T02:59:00.046Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-18T02:59:00.046Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-18T02:59:00.046Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-18T02:59:00.046Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-18T02:59:00.046Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-18T02:59:00.046Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-18T02:59:00.047Z] Get:37 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-18T02:59:00.047Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-18T02:59:00.047Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-18T02:59:00.047Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-18T02:59:00.061Z] ---> Running in 334fe6fc1558 [2021-01-18T02:59:00.061Z] Removing intermediate container 466103e8075a [2021-01-18T02:59:00.061Z] ---> eebb5656842b [2021-01-18T02:59:00.061Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T02:59:00.061Z] Removing intermediate container c594386e3b2e [2021-01-18T02:59:00.061Z] ---> 3d09e2e1463b [2021-01-18T02:59:00.061Z] [2021-01-18T02:59:00.061Z] Step 10/22 : FROM scratch [2021-01-18T02:59:00.061Z] ---> [2021-01-18T02:59:00.061Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:59:00.309Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-18T02:59:00.309Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-18T02:59:00.309Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-18T02:59:00.309Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-18T02:59:00.309Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-18T02:59:00.309Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-18T02:59:00.309Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-18T02:59:00.309Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-18T02:59:00.309Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-18T02:59:00.309Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-18T02:59:00.309Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-18T02:59:00.309Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-18T02:59:00.309Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-18T02:59:00.309Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-18T02:59:00.309Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-18T02:59:00.309Z] Get:56 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-18T02:59:00.309Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-18T02:59:00.309Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-18T02:59:00.309Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-18T02:59:00.309Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-18T02:59:00.335Z] ---> Using cache [2021-01-18T02:59:00.335Z] ---> d5d3a81358ab [2021-01-18T02:59:00.335Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T02:59:00.335Z] Removing intermediate container e13661d29122 [2021-01-18T02:59:00.335Z] ---> 0b20553a1f31 [2021-01-18T02:59:00.335Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T02:59:00.572Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-18T02:59:00.573Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-18T02:59:00.573Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-18T02:59:00.573Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-18T02:59:00.573Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-18T02:59:00.573Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-18T02:59:00.573Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-18T02:59:00.573Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-18T02:59:00.573Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-18T02:59:00.573Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-18T02:59:00.573Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-18T02:59:00.573Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-18T02:59:00.573Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-18T02:59:00.573Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-18T02:59:00.573Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-18T02:59:00.573Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-18T02:59:00.573Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-18T02:59:00.573Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-18T02:59:00.620Z] ---> Running in bdb63f2afa7e [2021-01-18T02:59:00.620Z] Removing intermediate container 334fe6fc1558 [2021-01-18T02:59:00.620Z] ---> a223953b737c [2021-01-18T02:59:00.620Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:59:00.620Z] ---> Running in fe811a64b0f2 [2021-01-18T02:59:00.620Z] ---> Running in 755aebf58787 [2021-01-18T02:59:00.835Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-18T02:59:00.835Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-18T02:59:00.835Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-18T02:59:00.835Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-18T02:59:00.836Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-18T02:59:00.836Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-18T02:59:00.836Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-18T02:59:00.836Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-18T02:59:00.836Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-18T02:59:00.836Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-18T02:59:00.896Z] ---> 068c30bba679 [2021-01-18T02:59:00.896Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T02:59:01.182Z] Removing intermediate container bdb63f2afa7e [2021-01-18T02:59:01.182Z] ---> d7d1ebff1e15 [2021-01-18T02:59:01.182Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T02:59:01.182Z] Removing intermediate container fe811a64b0f2 [2021-01-18T02:59:01.182Z] ---> 1647fa17d500 [2021-01-18T02:59:01.182Z] [2021-01-18T02:59:01.182Z] ---> Running in d5776079ed4f [2021-01-18T02:59:01.182Z] Removing intermediate container 755aebf58787 [2021-01-18T02:59:01.182Z] ---> ea35a2a902c2 [2021-01-18T02:59:01.182Z] [2021-01-18T02:59:01.413Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-18T02:59:01.780Z] Successfully built 1647fa17d500 [2021-01-18T02:59:01.780Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-18T02:59:01.780Z]  Building docker-support-scheduler-go ... done Successfully built ea35a2a902c2 [2021-01-18T02:59:01.985Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-18T02:59:01.985Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-18T02:59:01.985Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-18T02:59:02.054Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-18T02:59:02.054Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d5776079ed4f [2021-01-18T02:59:02.054Z] ---> 8e60bf3a777a [2021-01-18T02:59:02.054Z] Step 14/22 : WORKDIR / [2021-01-18T02:59:02.054Z] ---> Running in 9a5c64e3e783 [2021-01-18T02:59:02.328Z] ---> 04a18c6ec9eb [2021-01-18T02:59:02.328Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T02:59:02.557Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-18T02:59:02.557Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-18T02:59:02.557Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-18T02:59:02.557Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-18T02:59:02.557Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-18T02:59:02.557Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:59:02.557Z] Fetched 63.7 MB in 3s (18.6 MB/s) [2021-01-18T02:59:02.557Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:02.557Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:59:02.557Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T02:59:02.929Z] Removing intermediate container 9a5c64e3e783 [2021-01-18T02:59:02.929Z] ---> 9cd6b3d6f8e1 [2021-01-18T02:59:02.929Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:59:03.500Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:59:03.500Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T02:59:03.500Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-18T02:59:03.500Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-18T02:59:03.526Z] ---> 18a5eb5373ff [2021-01-18T02:59:03.526Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T02:59:03.526Z] ---> Running in b5a8dde53346 [2021-01-18T02:59:03.526Z] ---> 24790c55038f [2021-01-18T02:59:03.526Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T02:59:04.122Z] Removing intermediate container b5a8dde53346 [2021-01-18T02:59:04.122Z] ---> 26eb36dc62f7 [2021-01-18T02:59:04.122Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T02:59:04.399Z] ---> Running in 9c382023191c [2021-01-18T02:59:04.442Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:04.442Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:04.442Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:04.442Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:04.702Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:04.702Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:04.964Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:04.964Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:04.964Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:04.964Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:04.964Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:04.995Z] ---> d44db2af8b08 [2021-01-18T02:59:04.995Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T02:59:04.995Z] Removing intermediate container 9c382023191c [2021-01-18T02:59:04.995Z] ---> 0f212ca0decf [2021-01-18T02:59:04.995Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T02:59:05.225Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:05.225Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:05.225Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:05.225Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:05.269Z] ---> Running in 894c636461b3 [2021-01-18T02:59:05.486Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T02:59:05.486Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:05.486Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-18T02:59:05.486Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:05.749Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T02:59:05.749Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:05.749Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:05.749Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:05.749Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:05.865Z] Removing intermediate container 894c636461b3 [2021-01-18T02:59:05.865Z] ---> 10aa3a1cd7bb [2021-01-18T02:59:05.865Z] Step 20/21 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:59:05.865Z] ---> ebb40b16f648 [2021-01-18T02:59:05.865Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T02:59:05.865Z] ---> Running in 2ee0430f518f [2021-01-18T02:59:05.865Z] ---> Running in fd6efaaefd0c [2021-01-18T02:59:06.013Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:06.013Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:59:06.274Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:06.274Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T02:59:06.274Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:59:06.460Z] Removing intermediate container 2ee0430f518f [2021-01-18T02:59:06.460Z] ---> b75b89e8014d [2021-01-18T02:59:06.460Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T02:59:06.460Z] Removing intermediate container fd6efaaefd0c [2021-01-18T02:59:06.460Z] ---> cc7f5320f018 [2021-01-18T02:59:06.460Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:59:06.460Z] ---> Running in a67057ac04b6 [2021-01-18T02:59:06.535Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T02:59:06.734Z] ---> Running in 5f5adccb38e8 [2021-01-18T02:59:07.006Z] Removing intermediate container a67057ac04b6 [2021-01-18T02:59:07.006Z] ---> cac97af3c36f [2021-01-18T02:59:07.006Z] [2021-01-18T02:59:07.109Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T02:59:07.277Z] Removing intermediate container 5f5adccb38e8 [2021-01-18T02:59:07.277Z] ---> 3caa22839f81 [2021-01-18T02:59:07.277Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T02:59:07.371Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T02:59:07.371Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-18T02:59:07.371Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-18T02:59:07.371Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-18T02:59:07.371Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-18T02:59:07.550Z] Successfully built cac97af3c36f [2021-01-18T02:59:07.550Z] ---> Running in bd050ca99085 [2021-01-18T02:59:07.550Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-18T02:59:07.632Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-18T02:59:07.633Z] Installing new version of config file /etc/issue ... [2021-01-18T02:59:07.633Z] Installing new version of config file /etc/issue.net ... [2021-01-18T02:59:07.633Z] Installing new version of config file /etc/lsb-release ... [2021-01-18T02:59:07.633Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-18T02:59:07.820Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bd050ca99085 [2021-01-18T02:59:07.820Z] ---> 3a3566b3579e [2021-01-18T02:59:07.820Z] Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 [2021-01-18T02:59:07.894Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-18T02:59:08.093Z] ---> Running in d7459ec976af [2021-01-18T02:59:08.154Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-18T02:59:08.154Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-18T02:59:08.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:08.154Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-18T02:59:08.154Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-18T02:59:08.416Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-18T02:59:08.416Z] 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-18T02:59:08.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:08.676Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:08.676Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:08.676Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:08.702Z] Removing intermediate container d7459ec976af [2021-01-18T02:59:08.702Z] ---> 6d6911755500 [2021-01-18T02:59:08.702Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:59:08.702Z] ---> Running in 7e90af0477b1 [2021-01-18T02:59:08.938Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:08.938Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-18T02:59:08.938Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-18T02:59:08.938Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-18T02:59:08.977Z] Removing intermediate container 7e90af0477b1 [2021-01-18T02:59:08.977Z] ---> b46ddb15980d [2021-01-18T02:59:08.977Z] [2021-01-18T02:59:09.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:09.216Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-18T02:59:09.216Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T02:59:09.477Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-18T02:59:09.575Z] Successfully built b46ddb15980d [2021-01-18T02:59:09.575Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-18T02:59:09.737Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:09.737Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T02:59:09.737Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T02:59:09.737Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T02:59:09.868Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-18T02:59:09.861Z] $ docker stop --time=1 b310ef578cd79fe7a0af63c26cb03da74b33b46dcdfcfd7af41d267fd19686d7 [2021-01-18T02:59:09.998Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:09.998Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T02:59:09.998Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T02:59:09.998Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-18T02:59:10.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:10.259Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-18T02:59:10.259Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-18T02:59:10.259Z] Setting up grep (3.1-2build1) ... [2021-01-18T02:59:10.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:10.521Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T02:59:10.521Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T02:59:10.521Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-18T02:59:10.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:10.782Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T02:59:10.782Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:59:10.782Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-18T02:59:11.046Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:11.046Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T02:59:11.046Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T02:59:11.618Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T02:59:11.618Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T02:59:11.810Z] $ docker rm -f b310ef578cd79fe7a0af63c26cb03da74b33b46dcdfcfd7af41d267fd19686d7 [2021-01-18T02:59:11.882Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T02:59:11.882Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T02:59:12.455Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-18T02:59:12.455Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:12.455Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-18T02:59:12.455Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T02:59:12.517Z] + + grep docker [2021-01-18T02:59:12.517Z] docker images [2021-01-18T02:59:12.789Z] docker-core-metadata-go-arm64 latest b46ddb15980d 4 seconds ago 12.3MB [2021-01-18T02:59:12.789Z] docker-security-proxy-setup-go-arm64 latest cac97af3c36f 6 seconds ago 23.2MB [2021-01-18T02:59:12.789Z] docker-security-bootstrap-redis-go-arm64 latest ea35a2a902c2 12 seconds ago 15.1MB [2021-01-18T02:59:12.789Z] docker-support-scheduler-go-arm64 latest 1647fa17d500 12 seconds ago 10MB [2021-01-18T02:59:12.789Z] docker-sys-mgmt-agent-go-arm64 latest ddf31f152cc3 About a minute ago 300MB [2021-01-18T02:59:12.789Z] docker-core-data-go-arm64 latest acdeaa847b59 2 minutes ago 21MB [2021-01-18T02:59:12.789Z] docker-security-secretstore-setup-go-arm64 latest 8c74be0ea9a5 2 minutes ago 23.4MB [2021-01-18T02:59:12.789Z] docker-support-notifications-go-arm64 latest b7ecb96bd0f2 3 minutes ago 11.4MB [2021-01-18T02:59:12.789Z] docker-core-command-go-arm64 latest c84896b22432 3 minutes ago 9.98MB [2021-01-18T02:59:12.789Z] 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 [2021-01-18T02:59:13.398Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-01-18T02:59:13.664Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T02:59:13.664Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T02:59:13.664Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T02:59:13.664Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-18T02:59:13.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:13.933Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-18T02:59:13.933Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-18T02:59:14.195Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-18T02:59:14.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:14.195Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:14.195Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:14.195Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:14.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:14.457Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:14.457Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:14.457Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:14.718Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:14.718Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:14.718Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:14.718Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:14.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:14.981Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:14.981Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:14.981Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:15.241Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:15.241Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T02:59:15.241Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:59:15.241Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T02:59:15.241Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:59:15.502Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T02:59:15.502Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:15.502Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T02:59:15.502Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:59:15.763Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T02:59:15.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:15.763Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:15.763Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:16.032Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:16.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:16.032Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:16.032Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:16.300Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:16.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:16.300Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:16.567Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:16.835Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:17.095Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-18T02:59:17.357Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-18T02:59:17.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:17.620Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:59:17.620Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T02:59:17.881Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T02:59:17.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:59:17.881Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-18T02:59:18.142Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:59:18.142Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-18T02:59:18.404Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:18.404Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-18T02:59:18.404Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-18T02:59:18.404Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-18T02:59:18.665Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:18.665Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T02:59:18.665Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T02:59:18.927Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T02:59:19.189Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:19.189Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T02:59:19.189Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T02:59:19.189Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T02:59:19.451Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:19.451Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T02:59:19.451Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T02:59:19.451Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T02:59:19.713Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:19.713Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:59:19.713Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:59:19.975Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:59:19.975Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T02:59:19.975Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T02:59:19.975Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T02:59:20.285Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T02:59:20.285Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:20.285Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-18T02:59:20.285Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-18T02:59:20.559Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-18T02:59:20.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:20.559Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-18T02:59:20.559Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T02:59:20.824Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T02:59:21.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:21.096Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T02:59:21.096Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T02:59:21.096Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T02:59:21.357Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:21.357Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-18T02:59:21.357Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-18T02:59:21.619Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-18T02:59:21.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:21.619Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T02:59:21.619Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T02:59:21.880Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-18T02:59:22.141Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:22.141Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:59:22.141Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T02:59:22.402Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-18T02:59:22.402Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:22.402Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-18T02:59:22.402Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-18T02:59:22.664Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-18T02:59:22.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:22.928Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-18T02:59:22.928Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-18T02:59:22.928Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-18T02:59:23.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:23.190Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-18T02:59:23.190Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-18T02:59:23.453Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-18T02:59:23.453Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:23.453Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-18T02:59:23.453Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-18T02:59:23.723Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-18T02:59:23.723Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:23.723Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T02:59:23.990Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-18T02:59:23.990Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-18T02:59:23.990Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:59:23.990Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-18T02:59:23.990Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-18T02:59:24.252Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-18T02:59:24.253Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-18T02:59:24.253Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T02:59:24.253Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T02:59:24.513Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T02:59:24.513Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T02:59:24.513Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T02:59:24.513Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T02:59:24.781Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-18T02:59:24.782Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-18T02:59:25.043Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T02:59:25.043Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-18T02:59:25.043Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T02:59:25.629Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-18T02:59:25.629Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-18T02:59:25.629Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-18T02:59:25.629Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-18T02:59:25.891Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-18T02:59:25.891Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-18T02:59:25.891Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-18T02:59:25.891Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-18T02:59:25.891Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-18T02:59:26.157Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-18T02:59:26.157Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-18T02:59:26.418Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-18T02:59:26.418Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-18T02:59:27.363Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-18T02:59:27.364Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-18T02:59:27.364Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-18T02:59:27.627Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-18T02:59:27.888Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T02:59:27.888Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T02:59:28.459Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T02:59:28.459Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T02:59:28.722Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T02:59:28.722Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T02:59:28.990Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T02:59:29.251Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T02:59:29.251Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:29.251Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:29.513Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:29.513Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:29.774Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:29.774Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:29.774Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:29.774Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:31.162Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:31.162Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:32.116Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:32.116Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:32.702Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:32.702Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:32.969Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:32.969Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:33.942Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:59:33.942Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:59:33.942Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T02:59:33.942Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T02:59:34.213Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T02:59:34.213Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T02:59:34.475Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T02:59:34.475Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T02:59:34.475Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-18T02:59:34.738Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-18T02:59:34.738Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T02:59:34.738Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T02:59:34.998Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T02:59:34.999Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T02:59:34.999Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-18T02:59:35.261Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-18T02:59:35.261Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:35.261Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T02:59:35.261Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:35.523Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:35.523Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:35.523Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-18T02:59:35.523Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-18T02:59:35.523Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-18T02:59:35.784Z] [2021-01-18T02:59:35.784Z] Current default time zone: 'Etc/UTC' [2021-01-18T02:59:35.784Z] Local time is now: Mon Jan 18 02:59:35 UTC 2021. [2021-01-18T02:59:35.784Z] Universal Time is now: Mon Jan 18 02:59:35 UTC 2021. [2021-01-18T02:59:35.784Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-18T02:59:35.784Z] [2021-01-18T02:59:35.784Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-18T02:59:35.784Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:35.784Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-18T02:59:35.784Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:59:35.784Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-18T02:59:35.784Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-18T02:59:36.045Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-18T02:59:36.045Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-18T02:59:36.045Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-18T02:59:36.045Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T02:59:36.045Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:36.045Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-18T02:59:36.306Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:36.568Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T02:59:36.568Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:36.568Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-18T02:59:36.568Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-18T02:59:36.568Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-18T02:59:36.568Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T02:59:36.568Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-18T02:59:36.568Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-18T02:59:36.568Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-18T02:59:36.829Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T02:59:38.748Z] Updating certificates in /etc/ssl/certs... [2021-01-18T02:59:39.694Z] 22 added, 17 removed; done. [2021-01-18T02:59:39.694Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T02:59:39.694Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:59:39.694Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-18T02:59:39.694Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-18T02:59:39.694Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-18T02:59:39.956Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:39.956Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T02:59:39.956Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:39.956Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:39.956Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:39.956Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:39.956Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:39.956Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-18T02:59:39.956Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-18T02:59:40.218Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-18T02:59:40.218Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-18T02:59:40.218Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-18T02:59:40.218Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:40.218Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:59:40.218Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-18T02:59:40.218Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-18T02:59:40.218Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-18T02:59:40.480Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T02:59:40.480Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T02:59:40.480Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-18T02:59:40.480Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T02:59:40.480Z] Updating certificates in /etc/ssl/certs... [2021-01-18T02:59:41.430Z] 0 added, 0 removed; done. [2021-01-18T02:59:41.430Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-18T02:59:41.430Z] done. [2021-01-18T02:59:41.692Z] Reading package lists... [2021-01-18T02:59:41.961Z] Building dependency tree... [2021-01-18T02:59:41.961Z] Reading state information... [2021-01-18T02:59:42.222Z] The following NEW packages will be installed: [2021-01-18T02:59:42.222Z] apt-transport-https [2021-01-18T02:59:42.222Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T02:59:42.222Z] Need to get 1696 B of archives. [2021-01-18T02:59:42.222Z] After this operation, 153 kB of additional disk space will be used. [2021-01-18T02:59:42.222Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-18T02:59:42.222Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:59:42.222Z] Fetched 1696 B in 0s (27.6 kB/s) [2021-01-18T02:59:42.484Z] Selecting previously unselected package apt-transport-https. [2021-01-18T02:59:42.484Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-18T02:59:42.484Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-18T02:59:42.484Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T02:59:42.484Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T02:59:42.745Z] Waiting for network to be ready... [2021-01-18T02:59:48.056Z] 2021-01-18T02:59:45Z INFO Waiting for automatic snapd restart... [2021-01-18T02:59:48.317Z] snapd 2.48.2 from Canonical* installed [2021-01-18T02:59:49.256Z] "snapd" switched to the "latest/stable" channel [2021-01-18T02:59:49.256Z] [2021-01-18T02:59:52.570Z] core18 20201210 from Canonical* installed [2021-01-18T02:59:52.570Z] "core18" switched to the "latest/stable" channel [2021-01-18T02:59:52.570Z] [2021-01-18T02:59:55.889Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T02:59:55.889Z] "snapcraft" switched to the "latest/stable" channel [2021-01-18T02:59:55.889Z] [2021-01-18T02:59:59.195Z] 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-18T02:59:59.195Z] - README.md [2021-01-18T02:59:59.195Z] - snapcraft.yaml.orig [2021-01-18T02:59:59.195Z] [2021-01-18T02:59:59.195Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T03:00:05.817Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T03:00:06.390Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T03:00:06.390Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T03:00:06.964Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T03:00:07.931Z] Reading package lists... [2021-01-18T03:00:08.199Z] 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-18T03:00:14.828Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T03:00:14.828Z] Reading package lists... [2021-01-18T03:00:14.828Z] Building dependency tree... [2021-01-18T03:00:14.828Z] Reading state information... [2021-01-18T03:00:14.828Z] Suggested packages: [2021-01-18T03:00:14.828Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-18T03:00:14.828Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-18T03:00:14.828Z] Recommended packages: [2021-01-18T03:00:14.828Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-18T03:00:14.828Z] The following NEW packages will be installed: [2021-01-18T03:00:14.828Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-18T03:00:14.828Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-18T03:00:14.828Z] pkg-config zip [2021-01-18T03:00:14.828Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T03:00:14.828Z] Need to get 7655 kB of archives. [2021-01-18T03:00:14.828Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-18T03:00:14.828Z] 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-18T03:00:14.828Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-18T03:00:14.828Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-18T03:00:14.828Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-18T03:00:14.828Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-18T03:00:14.828Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-18T03:00:14.828Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-18T03:00:14.828Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-18T03:00:15.089Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-18T03:00:15.089Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-18T03:00:15.089Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-18T03:00:15.089Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-18T03:00:15.351Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-18T03:00:15.351Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-18T03:00:15.351Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-18T03:00:15.351Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T03:00:15.351Z] Fetched 7655 kB in 1s (9905 kB/s) [2021-01-18T03:00:15.612Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-18T03:00:15.612Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-18T03:00:15.612Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-18T03:00:15.612Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T03:00:15.873Z] Selecting previously unselected package libpsl5:amd64. [2021-01-18T03:00:15.873Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-18T03:00:15.873Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T03:00:15.873Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-18T03:00:15.873Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-18T03:00:15.873Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T03:00:15.873Z] Selecting previously unselected package librtmp1:amd64. [2021-01-18T03:00:15.873Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-18T03:00:15.873Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T03:00:16.134Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-18T03:00:16.134Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-18T03:00:16.134Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T03:00:16.134Z] Selecting previously unselected package liberror-perl. [2021-01-18T03:00:16.134Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-18T03:00:16.134Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-18T03:00:16.134Z] Selecting previously unselected package git-man. [2021-01-18T03:00:16.134Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-18T03:00:16.135Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T03:00:16.394Z] Selecting previously unselected package git. [2021-01-18T03:00:16.394Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-18T03:00:16.394Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T03:00:17.335Z] Selecting previously unselected package libnorm1:amd64. [2021-01-18T03:00:17.335Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-18T03:00:17.335Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T03:00:17.335Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-18T03:00:17.335Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-18T03:00:17.335Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T03:00:17.335Z] Selecting previously unselected package libsodium23:amd64. [2021-01-18T03:00:17.335Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-18T03:00:17.596Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-18T03:00:17.596Z] Selecting previously unselected package libzmq5:amd64. [2021-01-18T03:00:17.596Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T03:00:17.596Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T03:00:17.596Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-18T03:00:17.596Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T03:00:17.596Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T03:00:17.857Z] Selecting previously unselected package pkg-config. [2021-01-18T03:00:17.857Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-18T03:00:17.857Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T03:00:17.857Z] Selecting previously unselected package zip. [2021-01-18T03:00:17.857Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-18T03:00:17.857Z] Unpacking zip (3.0-11build1) ... [2021-01-18T03:00:17.857Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T03:00:17.857Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T03:00:18.118Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T03:00:18.118Z] Setting up liberror-perl (0.17025-1) ... [2021-01-18T03:00:18.118Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T03:00:18.118Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T03:00:18.118Z] No schema files found: doing nothing. [2021-01-18T03:00:18.118Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T03:00:18.118Z] Setting up zip (3.0-11build1) ... [2021-01-18T03:00:18.118Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T03:00:18.118Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-18T03:00:18.118Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T03:00:18.118Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T03:00:18.379Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T03:00:18.379Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T03:00:18.379Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T03:00:18.379Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T03:00:24.995Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T03:00:24.995Z] git set to automatically installed. [2021-01-18T03:00:24.995Z] git-man set to automatically installed. [2021-01-18T03:00:24.995Z] libcurl3-gnutls set to automatically installed. [2021-01-18T03:00:24.995Z] liberror-perl set to automatically installed. [2021-01-18T03:00:24.995Z] libglib2.0-0 set to automatically installed. [2021-01-18T03:00:24.995Z] libnghttp2-14 set to automatically installed. [2021-01-18T03:00:24.995Z] libnorm1 set to automatically installed. [2021-01-18T03:00:24.995Z] libpgm-5.2-0 set to automatically installed. [2021-01-18T03:00:24.995Z] libpsl5 set to automatically installed. [2021-01-18T03:00:24.995Z] librtmp1 set to automatically installed. [2021-01-18T03:00:24.995Z] libsodium23 set to automatically installed. [2021-01-18T03:00:24.995Z] libzmq3-dev set to automatically installed. [2021-01-18T03:00:24.995Z] libzmq5 set to automatically installed. [2021-01-18T03:00:24.995Z] pkg-config set to automatically installed. [2021-01-18T03:00:24.995Z] zip set to automatically installed. [2021-01-18T03:00:26.400Z] snapd is not logged in, snap install commands will use sudo [2021-01-18T03:00:33.026Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T03:00:33.288Z] snap "core18" has no updates available [2021-01-18T03:00:34.230Z] Pulling config-common [2021-01-18T03:00:35.178Z] Pulling go-build-helper [2021-01-18T03:00:57.181Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T03:00:57.181Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T03:00:57.181Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T03:00:57.181Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T03:00:57.181Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T03:00:57.181Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T03:00:57.181Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T03:00:57.181Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T03:00:57.181Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T03:00:57.181Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T03:00:57.181Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T03:00:57.181Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T03:00:57.181Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T03:00:57.181Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T03:00:57.181Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T03:00:57.181Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T03:00:57.181Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T03:00:57.181Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T03:00:57.181Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T03:00:57.181Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T03:00:57.181Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T03:00:57.181Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T03:00:57.181Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T03:00:57.181Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T03:00:57.181Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T03:00:57.181Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T03:00:57.181Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T03:00:57.181Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-18T03:00:57.181Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-18T03:00:57.181Z] Fetched 279 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-18T03:00:57.181Z] Fetched 122 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-18T03:00:57.181Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-18T03:00:57.181Z] Fetched 8848 B in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-18T03:00:57.181Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-18T03:00:57.181Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-18T03:00:57.181Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-18T03:00:57.181Z] Fetched 214 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-18T03:00:57.181Z] Fetched 155 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-18T03:00:57.181Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-18T03:00:57.181Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-18T03:00:57.181Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-18T03:00:57.181Z] Fetched 499 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-18T03:00:57.181Z] Fetched 111 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-18T03:00:57.181Z] Fetched 240 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-18T03:00:57.181Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-18T03:00:57.181Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-18T03:00:57.181Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-18T03:00:57.181Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-18T03:00:57.181Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-18T03:00:57.181Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-18T03:00:57.181Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-18T03:00:57.181Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-18T03:00:57.181Z] Fetched 8720 B in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-18T03:00:57.181Z] Fetched 137 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-18T03:00:57.181Z] Fetched 119 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-18T03:00:57.181Z] Fetched 109 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-18T03:00:57.181Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-18T03:00:57.181Z] Fetched 645 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-18T03:00:57.181Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-18T03:00:57.181Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-18T03:00:57.181Z] Fetched 368 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-18T03:00:57.181Z] Fetched 187 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-18T03:00:57.181Z] Fetched 175 kB in 0s (0 B/s) [2021-01-18T03:00:57.181Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-18T03:01:00.526Z] Fetched 206 kB in 0s (0 B/s) [2021-01-18T03:01:00.526Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-18T03:01:00.526Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-18T03:01:00.526Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-18T03:01:00.526Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-18T03:01:00.526Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-18T03:01:00.526Z] Fetched 159 kB in 0s (0 B/s) [2021-01-18T03:01:00.526Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-18T03:01:00.526Z] Fetched 107 kB in 0s (0 B/s) [2021-01-18T03:01:00.526Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-18T03:01:00.526Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-18T03:01:00.526Z] Pulling static-packages [2021-01-18T03:01:01.117Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-18T03:01:01.117Z] Skipping pull go-build-helper (already ran) [2021-01-18T03:01:01.117Z] Skipping pull static-packages (already ran) [2021-01-18T03:01:01.117Z] Building go-build-helper [2021-01-18T03:01:04.432Z] Building static-packages [2021-01-18T03:01:06.356Z] Staging go-build-helper [2021-01-18T03:01:07.302Z] Staging static-packages [2021-01-18T03:01:08.247Z] Pulling go115 [2021-01-18T03:01:09.192Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-18T03:01:09.192Z] Skipping pull go115 (already ran) [2021-01-18T03:01:09.192Z] Building go115 [2021-01-18T03:01:09.457Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:01:09.457Z] Dload Upload Total Spent Left Speed [2021-01-18T03:01:12.029Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1775k 0 0 7428k 0 0:00:15 --:--:-- 0:00:15 7397k 41 115M 41 48.2M 0 0 38.9M 0 0:00:02 0:00:01 0:00:01 38.9M 82 115M 82 95.4M 0 0 42.6M 0 0:00:02 0:00:02 --:--:-- 42.5M 100 115M 100 115M 0 0 41.9M 0 0:00:02 0:00:02 --:--:-- 41.9M [2021-01-18T03:01:12.601Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-18T03:01:16.817Z] Staging go115 [2021-01-18T03:01:22.117Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T03:01:22.117Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T03:01:22.117Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T03:01:22.118Z] Fetched 0 B in 0s (0 B/s) [2021-01-18T03:01:22.118Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-18T03:01:22.118Z] Fetched 224 kB in 0s (0 B/s) [2021-01-18T03:01:22.118Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-18T03:01:22.118Z] Fetched 157 kB in 0s (0 B/s) [2021-01-18T03:01:22.118Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-18T03:01:22.118Z] Fetched 221 kB in 0s (0 B/s) [2021-01-18T03:01:22.118Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-18T03:01:22.118Z] Fetched 143 kB in 0s (0 B/s) [2021-01-18T03:01:22.118Z] Pulling edgex-go [2021-01-18T03:01:23.061Z] Pulling version [2021-01-18T03:01:24.004Z] Building config-common [2021-01-18T03:01:25.921Z] Skipping build go-build-helper (already ran) [2021-01-18T03:01:25.921Z] Skipping build static-packages (already ran) [2021-01-18T03:01:25.921Z] Skipping build go115 (already ran) [2021-01-18T03:01:25.921Z] Building edgex-go [2021-01-18T03:01:26.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-18T03:01:27.574Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-18T03:01:27.574Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-18T03:01:27.574Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-18T03:01:27.574Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-18T03:01:27.574Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-18T03:01:27.574Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-18T03:01:27.574Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-18T03:01:27.574Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-18T03:01:27.574Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-18T03:01:27.574Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-18T03:01:27.574Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-18T03:01:27.574Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-18T03:01:27.574Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-18T03:01:27.574Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-18T03:01:27.574Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-18T03:01:27.574Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-18T03:01:27.574Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-18T03:01:27.574Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-18T03:01:27.574Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-18T03:01:27.574Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-18T03:01:27.839Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-18T03:01:27.840Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-18T03:01:27.840Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-18T03:01:27.840Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-18T03:01:27.840Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-18T03:01:27.840Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-18T03:01:27.840Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-18T03:01:27.840Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-18T03:01:27.840Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-18T03:01:27.840Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-18T03:01:28.101Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-18T03:01:28.101Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-18T03:01:28.101Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-18T03:01:34.695Z] 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-18T03:01:38.900Z] 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-18T03:01:40.284Z] 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-18T03:01:41.227Z] 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-18T03:01:41.488Z] 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-18T03:01:41.488Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-18T03:01:41.488Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-18T03:01:41.488Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-18T03:01:41.488Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-18T03:01:43.404Z] 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-18T03:01:43.404Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-18T03:01:43.404Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-18T03:01:44.346Z] 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-18T03:01:45.289Z] 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-18T03:01:45.289Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-18T03:01:46.672Z] 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-18T03:01:47.254Z] 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-18T03:01:48.197Z] 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-18T03:01:48.197Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-18T03:01:50.744Z] Building version [2021-01-18T03:01:52.137Z] Staging config-common [2021-01-18T03:01:53.080Z] Skipping stage go-build-helper (already ran) [2021-01-18T03:01:53.080Z] Skipping stage static-packages (already ran) [2021-01-18T03:01:53.080Z] Skipping stage go115 (already ran) [2021-01-18T03:01:53.080Z] Staging edgex-go [2021-01-18T03:01:54.043Z] Staging version [2021-01-18T03:01:54.988Z] Priming config-common [2021-01-18T03:01:55.561Z] Priming go-build-helper [2021-01-18T03:01:56.506Z] Priming static-packages [2021-01-18T03:01:58.629Z] Priming go115 [2021-01-18T03:01:59.700Z] Priming edgex-go [2021-01-18T03:02:00.811Z] Priming version [2021-01-18T03:02:02.006Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-18T03:02:05.490Z] provisioning config files... [2021-01-18T03:02:05.518Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/26@tmp/config11229249259903361tmp [Pipeline] { [Pipeline] sh [2021-01-18T03:02:05.919Z] + set +x [2021-01-18T03:02:05.920Z] + curl -s https://codecov.io/bash [2021-01-18T03:02:05.920Z] + bash -s -- [2021-01-18T03:02:06.516Z] [2021-01-18T03:02:06.516Z] _____ _ [2021-01-18T03:02:06.516Z] / ____| | | [2021-01-18T03:02:06.516Z] | | ___ __| | ___ ___ _____ __ [2021-01-18T03:02:06.516Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-18T03:02:06.516Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-18T03:02:06.516Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-18T03:02:06.516Z] Bash-20210115-cec3c92 [2021-01-18T03:02:06.516Z] [2021-01-18T03:02:06.516Z] [2021-01-18T03:02:06.516Z] ==> git version 2.24.3 found [2021-01-18T03:02:06.516Z] ==> 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-18T03:02:06.516Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-18T03:02:06.516Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-18T03:02:06.516Z] ==> Jenkins CI detected. [2021-01-18T03:02:06.516Z] project root: . [2021-01-18T03:02:06.516Z] --> token set from env [2021-01-18T03:02:06.516Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-18T03:02:06.516Z] ==> Running gcov in . (disable via -X gcov) [2021-01-18T03:02:06.786Z] ==> Python coveragepy not found [2021-01-18T03:02:06.786Z] ==> Searching for coverage reports in: [2021-01-18T03:02:06.786Z] + . [2021-01-18T03:02:06.786Z] -> Found 1 reports [2021-01-18T03:02:06.786Z] ==> Detecting git/mercurial file structure [2021-01-18T03:02:06.786Z] ==> Reading reports [2021-01-18T03:02:06.786Z] + ./coverage.out bytes=550280 [2021-01-18T03:02:06.786Z] ==> Appending adjustments [2021-01-18T03:02:06.786Z] https://docs.codecov.io/docs/fixing-reports [2021-01-18T03:02:12.198Z] + Found adjustments [2021-01-18T03:02:12.198Z] ==> Gzipping contents [2021-01-18T03:02:12.198Z] 84K /tmp/codecov.U7MvTW.gz [2021-01-18T03:02:12.198Z] ==> Uploading reports [2021-01-18T03:02:12.198Z] url: https://codecov.io [2021-01-18T03:02:12.198Z] query: branch=PR-2966&commit=268bbcc047cba58df5c5e21fd9395c40f0eab693&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-18T03:02:12.198Z] -> Pinging Codecov [2021-01-18T03:02:12.198Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2966&commit=268bbcc047cba58df5c5e21fd9395c40f0eab693&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-18T03:02:12.492Z] -> Uploading to [2021-01-18T03:02:12.492Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-18/00271124DB129430A58F1EEE437C3FCB/268bbcc047cba58df5c5e21fd9395c40f0eab693/74d2e4e0-9a18-40f8-83a4-80f0b069d0a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T030212Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=32da8a13b7531a722b63e358f1f0f4d4c6d18f950efb9a26b3e36d44a94c56de [2021-01-18T03:02:12.492Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:02:12.492Z] Dload Upload Total Spent Left Speed [2021-01-18T03:02:13.127Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83198 0 0 100 83198 0 123k --:--:-- --:--:-- --:--:-- 123k 100 83198 0 0 100 83198 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-01-18T03:02:13.127Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/268bbcc047cba58df5c5e21fd9395c40f0eab693 [Pipeline] } [2021-01-18T03:02:13.173Z] 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-18T03:02:15.747Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:02:17.127Z] ---> package-listing.sh [2021-01-18T03:02:17.127Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-18T03:02:17.127Z] ++ facter osfamily [2021-01-18T03:02:17.394Z] + OS_FAMILY=redhat [2021-01-18T03:02:17.394Z] + workspace=/w/workspace/edgex-go/26 [2021-01-18T03:02:17.394Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-18T03:02:17.394Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-18T03:02:17.394Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-18T03:02:17.394Z] + PACKAGES=/tmp/packages_start.txt [2021-01-18T03:02:17.394Z] + '[' /w/workspace/edgex-go/26 ']' [2021-01-18T03:02:17.394Z] + PACKAGES=/tmp/packages_end.txt [2021-01-18T03:02:17.394Z] + case "${OS_FAMILY}" in [2021-01-18T03:02:17.394Z] + sort [2021-01-18T03:02:17.394Z] + rpm -qa [2021-01-18T03:02:24.151Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-18T03:02:24.151Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-18T03:02:24.151Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-18T03:02:24.151Z] + '[' /w/workspace/edgex-go/26 ']' [2021-01-18T03:02:24.151Z] + mkdir -p /w/workspace/edgex-go/26/archives/ [2021-01-18T03:02:24.151Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo [2021-01-18T03:02:24.171Z] 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-18T03:02:24.522Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:02:25.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:02:25.436Z] [2021-01-18T03:02:25.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:02:25.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:02:26.177Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-18T03:02:26.177Z] df20fa9351a1: Pulling fs layer [2021-01-18T03:02:26.177Z] 36b3adc4ff6f: Pulling fs layer [2021-01-18T03:02:26.177Z] 8ad3a11d3b57: Pulling fs layer [2021-01-18T03:02:26.177Z] 46f8f816bc3b: Pulling fs layer [2021-01-18T03:02:26.177Z] 93b61091891f: Pulling fs layer [2021-01-18T03:02:26.177Z] 93b9cdb0e59b: Pulling fs layer [2021-01-18T03:02:26.177Z] 5e14af77c1be: Pulling fs layer [2021-01-18T03:02:26.177Z] 01666e4c0597: Pulling fs layer [2021-01-18T03:02:26.177Z] aa168da1d23b: Pulling fs layer [2021-01-18T03:02:26.177Z] 93b9cdb0e59b: Waiting [2021-01-18T03:02:26.177Z] 5e14af77c1be: Waiting [2021-01-18T03:02:26.177Z] 01666e4c0597: Waiting [2021-01-18T03:02:26.177Z] aa168da1d23b: Waiting [2021-01-18T03:02:26.177Z] 46f8f816bc3b: Waiting [2021-01-18T03:02:26.177Z] 93b61091891f: Waiting [2021-01-18T03:02:26.177Z] 36b3adc4ff6f: Download complete [2021-01-18T03:02:26.177Z] 46f8f816bc3b: Verifying Checksum [2021-01-18T03:02:26.177Z] 46f8f816bc3b: Download complete [2021-01-18T03:02:26.939Z] df20fa9351a1: Verifying Checksum [2021-01-18T03:02:26.939Z] df20fa9351a1: Download complete [2021-01-18T03:02:26.939Z] 93b61091891f: Verifying Checksum [2021-01-18T03:02:26.939Z] 93b61091891f: Download complete [2021-01-18T03:02:26.939Z] 93b9cdb0e59b: Verifying Checksum [2021-01-18T03:02:26.939Z] 93b9cdb0e59b: Download complete [2021-01-18T03:02:26.939Z] 5e14af77c1be: Verifying Checksum [2021-01-18T03:02:26.939Z] 5e14af77c1be: Download complete [2021-01-18T03:02:26.939Z] 01666e4c0597: Verifying Checksum [2021-01-18T03:02:26.939Z] 01666e4c0597: Download complete [2021-01-18T03:02:27.332Z] df20fa9351a1: Pull complete [2021-01-18T03:02:27.685Z] 8ad3a11d3b57: Verifying Checksum [2021-01-18T03:02:27.685Z] 8ad3a11d3b57: Download complete [2021-01-18T03:02:27.685Z] 36b3adc4ff6f: Pull complete [2021-01-18T03:02:29.858Z] 8ad3a11d3b57: Pull complete [2021-01-18T03:02:30.513Z] 46f8f816bc3b: Pull complete [2021-01-18T03:02:32.022Z] 93b61091891f: Pull complete [2021-01-18T03:02:32.022Z] 93b9cdb0e59b: Pull complete [2021-01-18T03:02:33.089Z] 5e14af77c1be: Pull complete [2021-01-18T03:02:33.378Z] 01666e4c0597: Pull complete [2021-01-18T03:02:33.672Z] aa168da1d23b: Verifying Checksum [2021-01-18T03:02:33.672Z] aa168da1d23b: Download complete [2021-01-18T03:02:48.902Z] aa168da1d23b: Pull complete [2021-01-18T03:02:48.902Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-18T03:02:48.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:02:48.902Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-18T03:02:49.210Z] prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container [2021-01-18T03:02:49.320Z] $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-18T03:02:53.368Z] $ docker top 002e82d475181f5dcf220994c50ee998dcf9681db30451dd96ff4c5ece7f6794 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:02:54.468Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-18T03:02:55.187Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-18T03:02:55.872Z] + ls /var/log/sa-host [2021-01-18T03:02:55.872Z] + sadf -c /var/log/sa-host/sa18 [2021-01-18T03:02:55.872Z] file_magic: OK [2021-01-18T03:02:55.872Z] HZ: Using current value: 100 [2021-01-18T03:02:55.872Z] file_header: OK [2021-01-18T03:02:55.872Z] 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-18T03:02:55.872Z] Statistics: [2021-01-18T03:02:55.872Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-18T03:02:55.872Z] File successfully converted to sysstat format version 12.2.1 [2021-01-18T03:02:55.872Z] + sadf -c /var/log/sa-host/sa23 [2021-01-18T03:02:55.872Z] file_magic: OK [2021-01-18T03:02:55.872Z] HZ: Using current value: 100 [2021-01-18T03:02:55.872Z] file_header: OK [2021-01-18T03:02:55.872Z] 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-18T03:02:55.872Z] Statistics: [2021-01-18T03:02:55.872Z] Hnuu...uuuununununu... [2021-01-18T03:02:55.872Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T03:02:56.553Z] provisioning config files... [2021-01-18T03:02:56.577Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config8054270787413297568tmp [Pipeline] { [Pipeline] echo [2021-01-18T03:02:56.647Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:02:57.374Z] ---> create-netrc.sh [Pipeline] } [2021-01-18T03:02:57.389Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-18T03:02:57.484Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:02:57.815Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-18T03:02:57.836Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:02:58.611Z] ---> sudo-logs.sh [2021-01-18T03:02:58.611Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-18T03:02:58.624Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:02:59.313Z] ---> job-cost.sh [2021-01-18T03:02:59.313Z] lf-activate-venv: SKIPPING [2021-01-18T03:02:59.313Z] INFO: No Stack... [2021-01-18T03:03:00.281Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-18T03:03:00.546Z] INFO: Archiving Costs [Pipeline] echo [2021-01-18T03:03:00.575Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:03:01.261Z] ---> logs-deploy.sh [2021-01-18T03:03:01.261Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/26 [2021-01-18T03:03:01.261Z] INFO: archiving workspace using pattern(s): [2021-01-18T03:03:03.334Z] Archives upload complete. [2021-01-18T03:03:03.628Z] INFO: archiving logs to Nexus