Pull request #2847 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 0c62d3a05055e4b77c1d2256fef74750574f32c7 rather than 2d71b7e4afa7fde7c58a07921ed201627351f1cb Obtained Jenkinsfile from 0c62d3a05055e4b77c1d2256fef74750574f32c7 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8666 in /w/workspace/edgexfoundry_edgex-go_PR-2847 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit 2d71b7e4afa7fde7c58a07921ed201627351f1cb Merge succeeded, producing 2d71b7e4afa7fde7c58a07921ed201627351f1cb Checking out Revision 2d71b7e4afa7fde7c58a07921ed201627351f1cb (PR-2847) > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2847/head:refs/remotes/origin/PR-2847 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # 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 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 Commit message: "feat(data): Implement GET /event/device/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-25T06:48:12.204Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 9d01813facfbcc2c2ddaf00bd90cdf0d08f75de5 # timeout=10 [Pipeline] withCredentials [2020-10-25T06:48:12.509Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-25T06:48:12.614Z] ========================================================= [2020-10-25T06:48:12.614Z] EdgeX Global Pipelines Version Info [2020-10-25T06:48:12.614Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-25T06:48:15.650Z] ------------------- [2020-10-25T06:48:15.650Z] stable info: [2020-10-25T06:48:15.650Z] ------------------- [2020-10-25T06:48:15.650Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-25T06:48:15.650Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-25T06:48:15.650Z] Message: update stable to v1.0.148 [2020-10-25T06:48:16.668Z] ------------------- [2020-10-25T06:48:16.668Z] experimental info: [2020-10-25T06:48:16.668Z] ------------------- [2020-10-25T06:48:16.668Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-25T06:48:16.668Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-25T06:48:16.668Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-25T06:48:17.021Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-25T06:48:17.116Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-25T06:48:17.216Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-25T06:48:17.326Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-25T06:48:17.433Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-25T06:48:17.530Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-25T06:48:17.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-25T06:48:17.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-25T06:48:17.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-25T06:48:17.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-25T06:48:18.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-25T06:48:18.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-25T06:48:18.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-25T06:48:18.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-25T06:48:18.491Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-25T06:48:18.589Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-25T06:48:18.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-25T06:48:18.765Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-25T06:48:18.866Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-25T06:48:18.981Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-25T06:48:19.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-25T06:48:19.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2847 [Pipeline] echo [2020-10-25T06:48:19.304Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2847 [Pipeline] echo [2020-10-25T06:48:19.427Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2847 [Pipeline] echo [2020-10-25T06:48:19.530Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d71b7e4afa7fde7c58a07921ed201627351f1cb [Pipeline] echo [2020-10-25T06:48:19.622Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d71b7e [Pipeline] echo [2020-10-25T06:48:19.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-25T06:48:20.144Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/core-command/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/core-data/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-25T06:48:20.144Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T06:48:20.144Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-25T06:48:20.144Z] ++ cut -d/ -f2 [2020-10-25T06:48:20.144Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-25T06:48:20.273Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:48:21.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T06:48:21.528Z] [2020-10-25T06:48:21.528Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:48:21.970Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T06:48:22.251Z] latest: Pulling from edgex-devops/git-semver [2020-10-25T06:48:22.251Z] 31603596830f: Pulling fs layer [2020-10-25T06:48:22.251Z] 2a8b12db71e7: Pulling fs layer [2020-10-25T06:48:22.251Z] 6ca5941a6612: Pulling fs layer [2020-10-25T06:48:22.251Z] ecc8261a40a4: Pulling fs layer [2020-10-25T06:48:22.251Z] ecc8261a40a4: Waiting [2020-10-25T06:48:22.251Z] 2a8b12db71e7: Verifying Checksum [2020-10-25T06:48:22.251Z] 2a8b12db71e7: Download complete [2020-10-25T06:48:22.914Z] 31603596830f: Verifying Checksum [2020-10-25T06:48:22.914Z] 31603596830f: Download complete [2020-10-25T06:48:22.914Z] ecc8261a40a4: Verifying Checksum [2020-10-25T06:48:22.914Z] ecc8261a40a4: Download complete [2020-10-25T06:48:22.914Z] 6ca5941a6612: Verifying Checksum [2020-10-25T06:48:22.914Z] 6ca5941a6612: Download complete [2020-10-25T06:48:23.517Z] 31603596830f: Pull complete [2020-10-25T06:48:23.783Z] 2a8b12db71e7: Pull complete [2020-10-25T06:48:25.310Z] 6ca5941a6612: Pull complete [2020-10-25T06:48:25.581Z] ecc8261a40a4: Pull complete [2020-10-25T06:48:25.581Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-25T06:48:25.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T06:48:25.581Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-25T06:48:25.792Z] prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container [2020-10-25T06:48:25.873Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-25T06:48:28.532Z] $ docker top c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-25T06:48:28.837Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-25T06:48:28.837Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-25T06:48:29.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-25T06:48:29.175Z] $ docker exec c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e ssh-agent [2020-10-25T06:48:29.386Z] SSH_AUTH_SOCK=/tmp/ssh-FjxzxW7nRcFQ/agent.12 [2020-10-25T06:48:29.386Z] SSH_AGENT_PID=17 [2020-10-25T06:48:29.414Z] Running ssh-add (command line suppressed) [2020-10-25T06:48:29.616Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_3913955637520441438.key (/w/workspace/edgex-go/5@tmp/private_key_3913955637520441438.key) [2020-10-25T06:48:29.742Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-25T06:48:30.208Z] + git tag --points-at HEAD [Pipeline] } [2020-10-25T06:48:30.320Z] $ docker exec --env ******** --env ******** c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e ssh-agent -k [2020-10-25T06:48:30.495Z] unset SSH_AUTH_SOCK; [2020-10-25T06:48:30.497Z] unset SSH_AGENT_PID; [2020-10-25T06:48:30.498Z] echo Agent pid 17 killed; [2020-10-25T06:48:30.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-25T06:48:30.720Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-25T06:48:30.720Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-25T06:48:31.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-25T06:48:31.006Z] $ docker exec c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e ssh-agent [2020-10-25T06:48:31.268Z] SSH_AUTH_SOCK=/tmp/ssh-ldNTYq9XNvZ5/agent.46 [2020-10-25T06:48:31.268Z] SSH_AGENT_PID=51 [2020-10-25T06:48:31.277Z] Running ssh-add (command line suppressed) [2020-10-25T06:48:31.499Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2669517906441281365.key (/w/workspace/edgex-go/5@tmp/private_key_2669517906441281365.key) [2020-10-25T06:48:31.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-25T06:48:31.971Z] + git semver init [2020-10-25T06:48:31.971Z] # -> Open(): unable to determine branch for HEAD [2020-10-25T06:48:31.971Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-10-25T06:48:31.971Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-10-25T06:48:31.971Z] # $SEMVER_REMOTE_NAME = origin [2020-10-25T06:48:31.971Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-25T06:48:31.971Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-25T06:48:31.971Z] # $SEMVER_BRANCH = PR-2847 [2020-10-25T06:48:31.971Z] # $SEMVER_TEMP = /tmp/semver-228481265 [2020-10-25T06:48:31.971Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-25T06:48:59.175Z] # '/tmp/semver-228481265' -> '/w/workspace/edgex-go/5/.semver' [2020-10-25T06:48:59.175Z] # -> Force: false [2020-10-25T06:48:59.175Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-10-25T06:48:59.204Z] $ docker exec --env ******** --env ******** c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e ssh-agent -k [2020-10-25T06:48:59.596Z] unset SSH_AUTH_SOCK; [2020-10-25T06:48:59.598Z] unset SSH_AGENT_PID; [2020-10-25T06:48:59.598Z] echo Agent pid 51 killed; [2020-10-25T06:48:59.768Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-25T06:49:00.299Z] + git semver [Pipeline] } [2020-10-25T06:49:00.329Z] $ docker stop --time=1 c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e [2020-10-25T06:49:02.333Z] $ docker rm -f c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T06:49:02.978Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-25T06:49:04.372Z] Stashed 1 file(s) [Pipeline] echo [2020-10-25T06:49:04.375Z] [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] echo [2020-10-25T06:49:04.992Z] ========================================================= [2020-10-25T06:49:04.993Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-25T06:49:04.993Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:49:05.404Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-25T06:49:10.958Z] Sending build context to Docker daemon 325.7MB [2020-10-25T06:49:10.958Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-25T06:49:10.958Z] Step 2/7 : FROM ${BASE} [2020-10-25T06:49:10.958Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-25T06:49:10.958Z] df20fa9351a1: Pulling fs layer [2020-10-25T06:49:10.958Z] ed8968b2872e: Pulling fs layer [2020-10-25T06:49:10.958Z] a92cc7c5fd73: Pulling fs layer [2020-10-25T06:49:10.958Z] e871e8e8d7a9: Pulling fs layer [2020-10-25T06:49:10.958Z] e73272ec9a57: Pulling fs layer [2020-10-25T06:49:10.958Z] 1e910a182e73: Pulling fs layer [2020-10-25T06:49:10.958Z] 4e634b169226: Pulling fs layer [2020-10-25T06:49:10.958Z] e73272ec9a57: Waiting [2020-10-25T06:49:10.958Z] 1e910a182e73: Waiting [2020-10-25T06:49:10.958Z] 4e634b169226: Waiting [2020-10-25T06:49:10.958Z] e871e8e8d7a9: Waiting [2020-10-25T06:49:10.958Z] a92cc7c5fd73: Verifying Checksum [2020-10-25T06:49:10.958Z] a92cc7c5fd73: Download complete [2020-10-25T06:49:10.958Z] ed8968b2872e: Download complete [2020-10-25T06:49:10.958Z] e73272ec9a57: Verifying Checksum [2020-10-25T06:49:10.958Z] e73272ec9a57: Download complete [2020-10-25T06:49:10.958Z] 1e910a182e73: Verifying Checksum [2020-10-25T06:49:10.958Z] 1e910a182e73: Download complete [2020-10-25T06:49:10.958Z] df20fa9351a1: Verifying Checksum [2020-10-25T06:49:10.958Z] df20fa9351a1: Download complete [2020-10-25T06:49:10.958Z] df20fa9351a1: Pull complete [2020-10-25T06:49:11.226Z] ed8968b2872e: Pull complete [2020-10-25T06:49:11.226Z] a92cc7c5fd73: Pull complete [2020-10-25T06:49:15.640Z] 4e634b169226: Verifying Checksum [2020-10-25T06:49:15.640Z] 4e634b169226: Download complete [2020-10-25T06:49:17.698Z] e871e8e8d7a9: Verifying Checksum [2020-10-25T06:49:17.698Z] e871e8e8d7a9: Download complete [2020-10-25T06:49:19.773Z] Still waiting to schedule task [2020-10-25T06:49:19.773Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-25T06:49:28.324Z] e871e8e8d7a9: Pull complete [2020-10-25T06:49:28.591Z] e73272ec9a57: Pull complete [2020-10-25T06:49:28.591Z] 1e910a182e73: Pull complete [2020-10-25T06:49:34.054Z] 4e634b169226: Pull complete [2020-10-25T06:49:34.054Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-25T06:49:34.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-25T06:49:34.054Z] ---> f7629b54cfaa [2020-10-25T06:49:34.054Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-25T06:49:34.054Z] ---> Running in 23b37311863c [2020-10-25T06:49:35.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:49:35.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:49:36.337Z] (1/12) Installing libmagic (5.38-r0) [2020-10-25T06:49:36.337Z] (2/12) Installing file (5.38-r0) [2020-10-25T06:49:36.615Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-25T06:49:36.615Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-25T06:49:42.259Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-25T06:49:42.259Z] (6/12) Installing patch (2.7.6-r6) [2020-10-25T06:49:42.259Z] (7/12) Installing build-base (0.5-r2) [2020-10-25T06:49:42.259Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-25T06:49:42.259Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-25T06:49:42.259Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-25T06:49:42.259Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-25T06:49:42.259Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-25T06:49:42.259Z] Executing busybox-1.31.1-r16.trigger [2020-10-25T06:49:42.259Z] OK: 233 MiB in 51 packages [2020-10-25T06:49:46.567Z] Removing intermediate container 23b37311863c [2020-10-25T06:49:46.567Z] ---> 4dc439bf29e5 [2020-10-25T06:49:46.567Z] Step 4/7 : WORKDIR /edgex-go [2020-10-25T06:49:46.567Z] ---> Running in 60946ccde3d7 [2020-10-25T06:49:46.567Z] Removing intermediate container 60946ccde3d7 [2020-10-25T06:49:46.567Z] ---> bdb574d96dee [2020-10-25T06:49:46.567Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-25T06:49:46.567Z] latest: Pulling from library/docker [2020-10-25T06:49:46.567Z] 188c0c94c7c5: Pulling fs layer [2020-10-25T06:49:46.567Z] 0c7c675703d6: Pulling fs layer [2020-10-25T06:49:46.567Z] cc8c12a437cb: Pulling fs layer [2020-10-25T06:49:46.567Z] c5dafad2182a: Pulling fs layer [2020-10-25T06:49:46.567Z] 5aa711733414: Pulling fs layer [2020-10-25T06:49:46.567Z] 058f73b55e4b: Pulling fs layer [2020-10-25T06:49:46.567Z] 8c9c664faf12: Pulling fs layer [2020-10-25T06:49:46.567Z] c5dafad2182a: Waiting [2020-10-25T06:49:46.567Z] 5aa711733414: Waiting [2020-10-25T06:49:46.567Z] 8c9c664faf12: Waiting [2020-10-25T06:49:46.567Z] 058f73b55e4b: Waiting [2020-10-25T06:49:46.985Z] cc8c12a437cb: Verifying Checksum [2020-10-25T06:49:46.985Z] cc8c12a437cb: Download complete [2020-10-25T06:49:47.414Z] 188c0c94c7c5: Verifying Checksum [2020-10-25T06:49:47.414Z] 188c0c94c7c5: Download complete [2020-10-25T06:49:47.414Z] 0c7c675703d6: Verifying Checksum [2020-10-25T06:49:47.414Z] 0c7c675703d6: Download complete [2020-10-25T06:49:48.010Z] 5aa711733414: Verifying Checksum [2020-10-25T06:49:48.010Z] 5aa711733414: Download complete [2020-10-25T06:49:48.010Z] 058f73b55e4b: Verifying Checksum [2020-10-25T06:49:48.010Z] 058f73b55e4b: Download complete [2020-10-25T06:49:48.010Z] 188c0c94c7c5: Pull complete [2020-10-25T06:49:48.733Z] 0c7c675703d6: Pull complete [2020-10-25T06:49:48.733Z] cc8c12a437cb: Pull complete [2020-10-25T06:49:48.733Z] 8c9c664faf12: Verifying Checksum [2020-10-25T06:49:48.733Z] 8c9c664faf12: Download complete [2020-10-25T06:49:50.529Z] c5dafad2182a: Verifying Checksum [2020-10-25T06:49:50.529Z] c5dafad2182a: Download complete [2020-10-25T06:49:54.894Z] c5dafad2182a: Pull complete [2020-10-25T06:49:54.894Z] 5aa711733414: Pull complete [2020-10-25T06:49:54.894Z] 058f73b55e4b: Pull complete [2020-10-25T06:49:55.218Z] 8c9c664faf12: Pull complete [2020-10-25T06:49:55.218Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-25T06:49:55.218Z] Status: Downloaded newer image for docker:latest [2020-10-25T06:49:57.878Z] ---> c6015d256adb [2020-10-25T06:49:57.878Z] Step 6/7 : COPY go.mod . [2020-10-25T06:49:58.158Z] ---> 17359f328758 [2020-10-25T06:49:58.159Z] Step 7/7 : RUN go mod download [2020-10-25T06:49:58.159Z] ---> Running in 4e45dc9c543a [2020-10-25T06:50:25.146Z] Removing intermediate container 4e45dc9c543a [2020-10-25T06:50:25.146Z] ---> 1ed2ebbc872c [2020-10-25T06:50:25.146Z] Successfully built 1ed2ebbc872c [2020-10-25T06:50:25.146Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:50:25.522Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-25T06:50:25.522Z] . [Pipeline] withDockerContainer [2020-10-25T06:50:25.664Z] prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container [2020-10-25T06:50:25.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-25T06:50:27.004Z] $ docker top bb6fe4184f9a400f69db44d48cbd5269699aa6a2f8df66a1022150dc3dc4fefe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T06:50:27.596Z] + go version [2020-10-25T06:50:27.596Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-25T06:50:27.632Z] $ docker stop --time=1 bb6fe4184f9a400f69db44d48cbd5269699aa6a2f8df66a1022150dc3dc4fefe [2020-10-25T06:50:29.143Z] $ docker rm -f bb6fe4184f9a400f69db44d48cbd5269699aa6a2f8df66a1022150dc3dc4fefe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:50:30.056Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-25T06:50:30.056Z] . [Pipeline] withDockerContainer [2020-10-25T06:50:30.320Z] prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container [2020-10-25T06:50:30.398Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-25T06:50:31.436Z] $ docker top 5096cee2f87c61947924dba2f32fe32750203a013c212517db83219c14f7d182 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-25T06:50:31.699Z] ========================================================= [2020-10-25T06:50:31.699Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-25T06:50:31.699Z] ========================================================= [Pipeline] sh [2020-10-25T06:50:32.034Z] + make test [2020-10-25T06:50:32.034Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-25T06:50:35.428Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-25T06:50:54.046Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-25T06:51:04.548Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-25T06:51:04.548Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-25T06:51:04.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-25T06:51:04.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-25T06:51:06.601Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.024s [2020-10-25T06:51:06.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-25T06:51:07.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-25T06:51:07.492Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-25T06:51:08.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-25T06:51:08.781Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-25T06:51:09.865Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-25T06:51:09.865Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-25T06:51:09.865Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-25T06:51:14.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2020-10-25T06:51:14.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-25T06:51:14.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-25T06:51:14.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-25T06:51:14.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-25T06:51:14.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-25T06:51:19.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.118s coverage: 27.1% of statements [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-25T06:51:19.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-25T06:51:19.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-25T06:51:19.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.378s coverage: 72.1% of statements [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-25T06:51:19.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.037s coverage: 85.5% of statements [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-25T06:51:19.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-25T06:51:20.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.089s coverage: 28.6% of statements [2020-10-25T06:51:20.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-25T06:51:20.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-25T06:51:20.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-25T06:51:20.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-25T06:51:20.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-25T06:51:20.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements [2020-10-25T06:51:20.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-25T06:51:20.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2020-10-25T06:51:20.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-25T06:51:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.054s coverage: 86.7% of statements [2020-10-25T06:51:22.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-25T06:51:23.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2020-10-25T06:51:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-25T06:51:23.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 100.0% of statements [2020-10-25T06:51:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-25T06:51:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-25T06:51:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-25T06:51:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-25T06:51:24.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.144s coverage: 96.4% of statements [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-25T06:51:24.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-25T06:51:24.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.028s coverage: 0.0% of statements [no tests to run] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-25T06:51:24.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-25T06:51:25.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.128s coverage: 63.5% of statements [2020-10-25T06:51:25.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-25T06:51:25.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-25T06:51:26.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2020-10-25T06:51:26.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2020-10-25T06:51:26.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2020-10-25T06:51:26.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.222s coverage: 73.7% of statements [2020-10-25T06:51:27.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2020-10-25T06:51:28.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.231s coverage: 55.9% of statements [2020-10-25T06:51:28.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-25T06:51:28.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-25T06:51:28.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-25T06:51:28.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-25T06:51:30.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.903s coverage: 86.3% of statements [2020-10-25T06:51:30.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-25T06:51:30.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.893s coverage: 72.2% of statements [2020-10-25T06:51:30.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.307s coverage: 72.1% of statements [2020-10-25T06:51:30.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.063s coverage: 82.4% of statements [2020-10-25T06:51:30.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-10-25T06:51:30.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-25T06:51:30.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-25T06:51:30.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-25T06:51:31.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements [2020-10-25T06:51:31.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-25T06:51:31.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements [2020-10-25T06:51:31.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-25T06:51:34.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.062s coverage: 36.5% of statements [2020-10-25T06:51:34.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-25T06:51:34.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-25T06:51:34.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.342s coverage: 84.1% of statements [2020-10-25T06:51:34.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements [2020-10-25T06:51:34.351Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements [2020-10-25T06:51:34.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-25T06:51:34.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-25T06:51:34.351Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements [2020-10-25T06:51:34.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-25T06:51:34.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.031s coverage: 83.8% of statements [2020-10-25T06:51:34.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-25T06:51:37.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 46.8% of statements [2020-10-25T06:51:37.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-25T06:51:37.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-25T06:51:37.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements [2020-10-25T06:51:37.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-25T06:51:37.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-25T06:51:37.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-25T06:51:37.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2020-10-25T06:51:37.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-25T06:51:37.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2020-10-25T06:51:37.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-25T06:51:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.149s coverage: 29.1% of statements [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-25T06:51:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.057s coverage: 99.0% of statements [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-25T06:51:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.019s coverage: 100.0% of statements [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-25T06:51:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-25T06:51:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-25T06:51:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-25T06:51:40.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2020-10-25T06:51:40.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-25T06:51:40.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-25T06:51:40.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements [2020-10-25T06:51:41.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-10-25T06:51:41.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-10-25T06:51:41.793Z] GO111MODULE=on go vet ./... [2020-10-25T06:51:57.173Z] gofmt -l . [2020-10-25T06:51:57.173Z] [ "`gofmt -l .`" = "" ] [2020-10-25T06:51:57.173Z] ./bin/test-go-mod-tidy.sh [2020-10-25T06:51:58.196Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-25T06:52:02.390Z] + ls -al . [2020-10-25T06:52:02.390Z] total 628 [2020-10-25T06:52:02.390Z] drwxrwxr-x 10 1001 1001 4096 Oct 25 06:52 . [2020-10-25T06:52:02.390Z] drwxr-xr-x 4 root root 28 Oct 25 06:50 .. [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 11 Oct 25 06:48 .dockerignore [2020-10-25T06:52:02.390Z] drwxrwxr-x 8 1001 1001 179 Oct 25 06:48 .git [2020-10-25T06:52:02.390Z] drwxrwxr-x 3 1001 1001 125 Oct 25 06:48 .github [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 932 Oct 25 06:48 .gitignore [2020-10-25T06:52:02.390Z] drwx------ 3 1001 1001 47 Oct 25 06:48 .semver [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 06:48 .sonarcloud.properties [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 06:48 CONTRIBUTING.md [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 1035 Oct 25 06:48 Dockerfile.build [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 863 Oct 25 06:48 Jenkinsfile [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 06:48 LICENSE [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 6237 Oct 25 06:48 Makefile [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 6447 Oct 25 06:48 README.md [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 259 Oct 25 06:48 SECURITY.md [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 06:49 VERSION [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 06:48 ZMQWindows.md [2020-10-25T06:52:02.390Z] drwxrwxr-x 2 1001 1001 117 Oct 25 06:48 bin [2020-10-25T06:52:02.390Z] drwxrwxr-x 15 1001 1001 4096 Oct 25 06:48 cmd [2020-10-25T06:52:02.390Z] -rw-r--r-- 1 root root 534131 Oct 25 06:51 coverage.out [2020-10-25T06:52:02.390Z] -rw-r--r-- 1 root root 1041 Oct 25 06:51 go.mod [2020-10-25T06:52:02.390Z] -rw-r--r-- 1 root root 18775 Oct 25 06:51 go.sum [2020-10-25T06:52:02.390Z] drwxrwxr-x 8 1001 1001 127 Oct 25 06:48 internal [2020-10-25T06:52:02.390Z] drwxrwxr-x 4 1001 1001 26 Oct 25 06:48 openapi [2020-10-25T06:52:02.390Z] drwxrwxr-x 4 1001 1001 71 Oct 25 06:48 snap [2020-10-25T06:52:02.390Z] -rw-rw-r-- 1 1001 1001 168 Oct 25 06:48 version.go [Pipeline] sh [2020-10-25T06:52:02.891Z] + '[' -e coverage.out ] [2020-10-25T06:52:02.891Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-25T06:52:03.397Z] Stashed 1 file(s) [Pipeline] sh [2020-10-25T06:52:03.795Z] + make build [2020-10-25T06:52:03.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-25T06:52:19.268Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-25T06:52:22.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-25T06:52:24.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-25T06:52:26.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-25T06:52:28.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-25T06:52:29.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-25T06:52:32.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-25T06:52:35.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-25T06:52:38.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-25T06:52:42.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-25T06:52:45.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-25T06:52:47.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-25T06:52:48.860Z] $ docker stop --time=1 5096cee2f87c61947924dba2f32fe32750203a013c212517db83219c14f7d182 [2020-10-25T06:52:50.668Z] $ docker rm -f 5096cee2f87c61947924dba2f32fe32750203a013c212517db83219c14f7d182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:52:53.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-25T06:52:53.450Z] [2020-10-25T06:52:53.450Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:52:53.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-25T06:52:53.886Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-25T06:52:53.886Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-25T06:52:53.886Z] ca9280d653b3: Pulling fs layer [2020-10-25T06:52:53.886Z] 7e9c9ca2126c: Pulling fs layer [2020-10-25T06:52:54.486Z] cbdbe7a5bc2a: Download complete [2020-10-25T06:52:55.195Z] cbdbe7a5bc2a: Pull complete [2020-10-25T06:52:55.530Z] ca9280d653b3: Verifying Checksum [2020-10-25T06:52:55.530Z] ca9280d653b3: Download complete [2020-10-25T06:52:57.116Z] ca9280d653b3: Pull complete [2020-10-25T06:52:59.408Z] 7e9c9ca2126c: Verifying Checksum [2020-10-25T06:52:59.408Z] 7e9c9ca2126c: Download complete [2020-10-25T06:53:07.195Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8668 in /w/workspace/edgexfoundry_edgex-go_PR-2847 [Pipeline] { [Pipeline] ws [2020-10-25T06:53:07.256Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-10-25T06:53:09.747Z] 7e9c9ca2126c: Pull complete [2020-10-25T06:53:09.747Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-25T06:53:09.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-25T06:53:09.747Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-25T06:53:10.208Z] prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container [2020-10-25T06:53:10.326Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-25T06:53:12.133Z] $ docker top 0d07f03479bd0a56d60958d70bcb14d5016b8663247218ced68a26c8aa173adb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T06:53:12.855Z] + docker-compose build --help [2020-10-25T06:53:12.855Z] + grep parallel [2020-10-25T06:53:12.933Z] using credential edgex-jenkins-ssh [2020-10-25T06:53:13.002Z] Cloning the remote Git repository [2020-10-25T06:53:13.077Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-25T06:53:13.201Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-10-25T06:53:13.278Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-25T06:53:13.278Z] > git --version # timeout=10 [2020-10-25T06:53:13.300Z] > git --version # 'git version 2.17.1' [2020-10-25T06:53:13.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-25T06:53:13.363Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-25T06:53:14.304Z] --parallel Build images in parallel. [Pipeline] } [2020-10-25T06:53:14.332Z] $ docker stop --time=1 0d07f03479bd0a56d60958d70bcb14d5016b8663247218ced68a26c8aa173adb [2020-10-25T06:53:15.878Z] $ docker rm -f 0d07f03479bd0a56d60958d70bcb14d5016b8663247218ced68a26c8aa173adb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:53:16.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-25T06:53:16.767Z] . [Pipeline] withDockerContainer [2020-10-25T06:53:17.075Z] prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container [2020-10-25T06:53:17.346Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-25T06:53:18.737Z] $ docker top 518566a0e47e44944ce514f965dbefbff5999fb132fa9f28c880266416dd2575 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T06:53:19.533Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-25T06:53:22.173Z] Building docker-core-command-go ... [2020-10-25T06:53:22.173Z] Building docker-core-data-go ... [2020-10-25T06:53:22.173Z] Building docker-core-metadata-go ... [2020-10-25T06:53:22.173Z] Building docker-security-proxy-setup-go ... [2020-10-25T06:53:22.173Z] Building docker-security-secrets-setup-go ... [2020-10-25T06:53:22.173Z] Building docker-security-secretstore-setup-go ... [2020-10-25T06:53:22.173Z] Building docker-support-logging-go ... [2020-10-25T06:53:22.173Z] Building docker-support-notifications-go ... [2020-10-25T06:53:22.173Z] Building docker-support-scheduler-go ... [2020-10-25T06:53:22.173Z] Building docker-sys-mgmt-agent-go ... [2020-10-25T06:53:22.173Z] Building docker-sys-mgmt-agent-go [2020-10-25T06:53:22.173Z] Building docker-core-data-go [2020-10-25T06:53:22.173Z] Building docker-security-proxy-setup-go [2020-10-25T06:53:22.173Z] Building docker-support-notifications-go [2020-10-25T06:53:22.173Z] Building docker-support-scheduler-go [2020-10-25T06:53:29.611Z] Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit 2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:53:28.698Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-25T06:53:28.714Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-25T06:53:28.751Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-25T06:53:28.794Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-25T06:53:28.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-25T06:53:28.810Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2847/head:refs/remotes/origin/PR-2847 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-25T06:53:29.641Z] > git config core.sparsecheckout # timeout=10 [2020-10-25T06:53:29.660Z] > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 [2020-10-25T06:53:30.103Z] Merge succeeded, producing 2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:53:30.103Z] Checking out Revision 2d71b7e4afa7fde7c58a07921ed201627351f1cb (PR-2847) [2020-10-25T06:53:30.013Z] > git remote # timeout=10 [2020-10-25T06:53:30.037Z] > git config --get remote.origin.url # timeout=10 [2020-10-25T06:53:30.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-25T06:53:30.072Z] > git merge 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 [2020-10-25T06:53:30.095Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-25T06:53:30.119Z] > git config core.sparsecheckout # timeout=10 [2020-10-25T06:53:30.130Z] > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 [2020-10-25T06:53:34.601Z] Commit message: "feat(data): Implement GET /event/device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-25T06:53:35.733Z] ========================================================= [2020-10-25T06:53:35.733Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-25T06:53:35.733Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:53:36.748Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-25T06:53:39.396Z] Sending build context to Docker daemon 165.2MB [2020-10-25T06:53:39.396Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-25T06:53:39.396Z] Step 2/7 : FROM ${BASE} [2020-10-25T06:53:40.000Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-25T06:53:40.000Z] b538f80385f9: Pulling fs layer [2020-10-25T06:53:40.000Z] 74f711af9a0d: Pulling fs layer [2020-10-25T06:53:40.000Z] 99f96fe45779: Pulling fs layer [2020-10-25T06:53:40.000Z] 8529a6b9a6be: Pulling fs layer [2020-10-25T06:53:40.000Z] 45590311c82a: Pulling fs layer [2020-10-25T06:53:40.000Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-25T06:53:40.000Z] 209524e5b208: Pulling fs layer [2020-10-25T06:53:40.000Z] 45590311c82a: Waiting [2020-10-25T06:53:40.000Z] 69ca0ff8b7b3: Waiting [2020-10-25T06:53:40.000Z] 209524e5b208: Waiting [2020-10-25T06:53:40.000Z] 8529a6b9a6be: Waiting [2020-10-25T06:53:40.000Z] 99f96fe45779: Verifying Checksum [2020-10-25T06:53:40.000Z] 99f96fe45779: Download complete [2020-10-25T06:53:40.000Z] 74f711af9a0d: Verifying Checksum [2020-10-25T06:53:40.000Z] 74f711af9a0d: Download complete [2020-10-25T06:53:40.000Z] 45590311c82a: Verifying Checksum [2020-10-25T06:53:40.000Z] 45590311c82a: Download complete [2020-10-25T06:53:40.000Z] 69ca0ff8b7b3: Download complete [2020-10-25T06:53:40.000Z] b538f80385f9: Download complete [2020-10-25T06:53:40.604Z] b538f80385f9: Pull complete [2020-10-25T06:53:41.209Z] 74f711af9a0d: Pull complete [2020-10-25T06:53:41.816Z] 99f96fe45779: Pull complete [2020-10-25T06:53:42.431Z] 209524e5b208: Verifying Checksum [2020-10-25T06:53:42.431Z] 209524e5b208: Download complete [2020-10-25T06:53:44.414Z] 8529a6b9a6be: Verifying Checksum [2020-10-25T06:53:44.414Z] 8529a6b9a6be: Download complete [2020-10-25T06:53:54.576Z] 8529a6b9a6be: Pull complete [2020-10-25T06:53:54.576Z] 45590311c82a: Pull complete [2020-10-25T06:53:54.852Z] 69ca0ff8b7b3: Pull complete [2020-10-25T06:53:59.176Z] 209524e5b208: Pull complete [2020-10-25T06:53:59.176Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-25T06:53:59.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-25T06:53:59.176Z] ---> 5bddaf1c2fca [2020-10-25T06:53:59.176Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-25T06:54:02.595Z] ---> Running in d66fd16a22d7 [2020-10-25T06:54:04.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T06:54:04.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T06:54:05.607Z] (1/12) Installing libmagic (5.38-r0) [2020-10-25T06:54:05.607Z] (2/12) Installing file (5.38-r0) [2020-10-25T06:54:05.607Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-25T06:54:05.878Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-25T06:54:09.875Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:54:09.875Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-25T06:54:09.875Z] ---> 1ed2ebbc872c [2020-10-25T06:54:09.875Z] Step 3/20 : WORKDIR /edgex-go [2020-10-25T06:54:09.875Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:54:09.875Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-25T06:54:09.875Z] ---> 1ed2ebbc872c [2020-10-25T06:54:09.875Z] Step 3/27 : WORKDIR /edgex-go [2020-10-25T06:54:09.875Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:54:09.875Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-25T06:54:09.875Z] ---> 1ed2ebbc872c [2020-10-25T06:54:09.875Z] Step 3/21 : WORKDIR /edgex-go [2020-10-25T06:54:09.875Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:54:09.875Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:54:09.875Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-25T06:54:09.875Z] ---> 1ed2ebbc872c [2020-10-25T06:54:09.875Z] Step 3/23 : WORKDIR /edgex-go [2020-10-25T06:54:09.875Z] [2020-10-25T06:54:09.875Z] ---> 1ed2ebbc872c [2020-10-25T06:54:09.875Z] Step 3/24 : WORKDIR /edgex-go [2020-10-25T06:54:09.875Z] ---> Running in d059c2c2906f [2020-10-25T06:54:09.875Z] ---> Running in b6a21ce2db0b [2020-10-25T06:54:09.875Z] ---> Running in 724e8fab753d [2020-10-25T06:54:09.875Z] ---> Running in 87effe9af88f [2020-10-25T06:54:09.875Z] ---> Running in 21b06db63580 [2020-10-25T06:54:09.875Z] Removing intermediate container 724e8fab753d [2020-10-25T06:54:09.875Z] ---> 50dd1b7a53b2 [2020-10-25T06:54:09.875Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:54:09.875Z] Removing intermediate container b6a21ce2db0b [2020-10-25T06:54:09.875Z] ---> 4fa253729e31 [2020-10-25T06:54:09.876Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:54:09.876Z] Removing intermediate container d059c2c2906f [2020-10-25T06:54:09.876Z] ---> 428353be64c1 [2020-10-25T06:54:09.876Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:54:09.876Z] Removing intermediate container 87effe9af88f [2020-10-25T06:54:09.876Z] ---> 2b1082468cda [2020-10-25T06:54:09.876Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:54:09.876Z] ---> Running in c1d28cdb4e3b [2020-10-25T06:54:09.876Z] Removing intermediate container 21b06db63580 [2020-10-25T06:54:09.876Z] ---> a2592e633e1b [2020-10-25T06:54:09.876Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:54:09.876Z] ---> Running in e3ec8d7b190b [2020-10-25T06:54:09.876Z] ---> Running in 72fa99afac12 [2020-10-25T06:54:09.876Z] ---> Running in c35124c5cb9d [2020-10-25T06:54:09.876Z] ---> Running in 03e4152aadad [2020-10-25T06:54:10.142Z] Removing intermediate container c1d28cdb4e3b [2020-10-25T06:54:10.142Z] ---> b524e9c07831 [2020-10-25T06:54:10.142Z] Step 5/20 : RUN apk update && apk add make git [2020-10-25T06:54:10.179Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-25T06:54:10.179Z] (6/12) Installing patch (2.7.6-r6) [2020-10-25T06:54:10.179Z] (7/12) Installing build-base (0.5-r2) [2020-10-25T06:54:10.406Z] ---> Running in 63bcc3a43b8f [2020-10-25T06:54:10.406Z] Removing intermediate container e3ec8d7b190b [2020-10-25T06:54:10.406Z] ---> 056782020f46 [2020-10-25T06:54:10.406Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-25T06:54:10.406Z] Removing intermediate container c35124c5cb9d [2020-10-25T06:54:10.406Z] ---> 28bd6dccc5b2 [2020-10-25T06:54:10.406Z] Step 5/21 : RUN apk update && apk add make git [2020-10-25T06:54:10.453Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-25T06:54:10.453Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-25T06:54:10.453Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-25T06:54:10.685Z] Removing intermediate container 03e4152aadad [2020-10-25T06:54:10.685Z] ---> 934912a474f8 [2020-10-25T06:54:10.685Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-25T06:54:10.685Z] Removing intermediate container 72fa99afac12 [2020-10-25T06:54:10.685Z] ---> b0ca1f688897 [2020-10-25T06:54:10.685Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-25T06:54:10.685Z] ---> Running in 3911696559a9 [2020-10-25T06:54:10.685Z] ---> Running in 709d4d9823d5 [2020-10-25T06:54:10.685Z] ---> Running in f8a7f6318442 [2020-10-25T06:54:10.685Z] ---> Running in e68a2322e775 [2020-10-25T06:54:10.726Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-25T06:54:10.726Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-25T06:54:11.004Z] Executing busybox-1.31.1-r16.trigger [2020-10-25T06:54:11.004Z] OK: 217 MiB in 51 packages [2020-10-25T06:54:11.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:11.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:11.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:11.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:12.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:12.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:12.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:12.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:12.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:12.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:54:12.785Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:54:12.785Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:54:12.785Z] OK: 12752 distinct packages available [2020-10-25T06:54:13.107Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:54:13.107Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:54:13.107Z] OK: 12752 distinct packages available [2020-10-25T06:54:13.107Z] OK: 233 MiB in 51 packages [2020-10-25T06:54:13.471Z] OK: 233 MiB in 51 packages [2020-10-25T06:54:13.794Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:54:13.794Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:54:13.794Z] OK: 12752 distinct packages available [2020-10-25T06:54:13.794Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:54:13.794Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:54:13.794Z] OK: 12752 distinct packages available [2020-10-25T06:54:13.794Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:54:13.794Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:54:13.794Z] OK: 12752 distinct packages available [2020-10-25T06:54:14.087Z] OK: 233 MiB in 51 packages [2020-10-25T06:54:14.087Z] OK: 233 MiB in 51 packages [2020-10-25T06:54:14.087Z] OK: 233 MiB in 51 packages [2020-10-25T06:54:14.698Z] Removing intermediate container 63bcc3a43b8f [2020-10-25T06:54:14.698Z] ---> fab914759eea [2020-10-25T06:54:14.698Z] Step 6/20 : COPY go.mod . [2020-10-25T06:54:15.003Z] Removing intermediate container f8a7f6318442 [2020-10-25T06:54:15.003Z] ---> 21c2a7e4167b [2020-10-25T06:54:15.003Z] Step 6/21 : COPY go.mod . [2020-10-25T06:54:15.288Z] ---> 8852b20b4cd1 [2020-10-25T06:54:15.288Z] Step 7/20 : RUN go mod download [2020-10-25T06:54:15.288Z] Removing intermediate container 3911696559a9 [2020-10-25T06:54:15.288Z] ---> db8d1a5f8ee2 [2020-10-25T06:54:15.288Z] Step 6/24 : COPY go.mod . [2020-10-25T06:54:15.288Z] Removing intermediate container e68a2322e775 [2020-10-25T06:54:15.288Z] ---> 0b12bf8755c9 [2020-10-25T06:54:15.288Z] Step 6/27 : COPY go.mod . [2020-10-25T06:54:15.326Z] Removing intermediate container d66fd16a22d7 [2020-10-25T06:54:15.327Z] ---> c68311624c9e [2020-10-25T06:54:15.327Z] Step 4/7 : WORKDIR /edgex-go [2020-10-25T06:54:15.327Z] ---> Running in cf61f61d65b8 [2020-10-25T06:54:15.556Z] Removing intermediate container 709d4d9823d5 [2020-10-25T06:54:15.556Z] ---> 677229695c3b [2020-10-25T06:54:15.556Z] Step 6/23 : COPY go.mod . [2020-10-25T06:54:15.556Z] ---> Running in 7602c66e677b [2020-10-25T06:54:15.556Z] ---> 0268727bf581 [2020-10-25T06:54:15.556Z] Step 7/21 : RUN go mod download [2020-10-25T06:54:15.600Z] Removing intermediate container cf61f61d65b8 [2020-10-25T06:54:15.600Z] ---> e8d922d93f2a [2020-10-25T06:54:15.600Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-25T06:54:15.827Z] ---> Running in c45fcfe27ed3 [2020-10-25T06:54:15.827Z] ---> 98e1a95fe28c [2020-10-25T06:54:15.827Z] Step 7/24 : RUN go mod download [2020-10-25T06:54:15.873Z] latest: Pulling from library/docker [2020-10-25T06:54:16.111Z] ---> 59aa3322a0f2 [2020-10-25T06:54:16.111Z] Step 7/27 : RUN go mod download [2020-10-25T06:54:16.111Z] ---> 86c604133a11 [2020-10-25T06:54:16.111Z] Step 7/23 : RUN go mod download [2020-10-25T06:54:16.111Z] ---> Running in 5127d5076360 [2020-10-25T06:54:16.111Z] ---> Running in a40ef7cf7b00 [2020-10-25T06:54:16.148Z] 5f621e34cdf4: Pulling fs layer [2020-10-25T06:54:16.148Z] 85db56a05063: Pulling fs layer [2020-10-25T06:54:16.148Z] ccb67d6aeaaa: Pulling fs layer [2020-10-25T06:54:16.148Z] a0b19fc83503: Pulling fs layer [2020-10-25T06:54:16.148Z] 8eb508b41278: Pulling fs layer [2020-10-25T06:54:16.148Z] 37236713561e: Pulling fs layer [2020-10-25T06:54:16.148Z] 07c93f2b1b56: Pulling fs layer [2020-10-25T06:54:16.148Z] a0b19fc83503: Waiting [2020-10-25T06:54:16.148Z] 8eb508b41278: Waiting [2020-10-25T06:54:16.148Z] 37236713561e: Waiting [2020-10-25T06:54:16.148Z] 07c93f2b1b56: Waiting [2020-10-25T06:54:16.148Z] ccb67d6aeaaa: Verifying Checksum [2020-10-25T06:54:16.148Z] ccb67d6aeaaa: Download complete [2020-10-25T06:54:16.148Z] 85db56a05063: Verifying Checksum [2020-10-25T06:54:16.148Z] 85db56a05063: Download complete [2020-10-25T06:54:16.148Z] 5f621e34cdf4: Verifying Checksum [2020-10-25T06:54:16.148Z] 5f621e34cdf4: Download complete [2020-10-25T06:54:16.388Z] ---> Running in 9edb965d5580 [2020-10-25T06:54:16.423Z] 8eb508b41278: Verifying Checksum [2020-10-25T06:54:16.423Z] 8eb508b41278: Download complete [2020-10-25T06:54:16.423Z] 37236713561e: Verifying Checksum [2020-10-25T06:54:16.423Z] 37236713561e: Download complete [2020-10-25T06:54:16.423Z] 07c93f2b1b56: Verifying Checksum [2020-10-25T06:54:16.423Z] 07c93f2b1b56: Download complete [2020-10-25T06:54:17.029Z] 5f621e34cdf4: Pull complete [2020-10-25T06:54:17.633Z] 85db56a05063: Pull complete [2020-10-25T06:54:17.633Z] a0b19fc83503: Verifying Checksum [2020-10-25T06:54:17.633Z] a0b19fc83503: Download complete [2020-10-25T06:54:17.910Z] ccb67d6aeaaa: Pull complete [2020-10-25T06:54:18.399Z] Removing intermediate container 7602c66e677b [2020-10-25T06:54:18.399Z] ---> 5d1e4bbbd8fa [2020-10-25T06:54:18.399Z] Step 8/20 : COPY . . [2020-10-25T06:54:18.994Z] Removing intermediate container c45fcfe27ed3 [2020-10-25T06:54:18.994Z] ---> 174ae2a09be2 [2020-10-25T06:54:18.994Z] Step 8/21 : COPY . . [2020-10-25T06:54:18.994Z] Removing intermediate container a40ef7cf7b00 [2020-10-25T06:54:18.994Z] ---> 2dd130f9d939 [2020-10-25T06:54:18.994Z] Step 8/27 : COPY . . [2020-10-25T06:54:21.126Z] Removing intermediate container 5127d5076360 [2020-10-25T06:54:21.126Z] ---> fdb29089fabd [2020-10-25T06:54:21.126Z] Step 8/24 : COPY . . [2020-10-25T06:54:21.126Z] Removing intermediate container 9edb965d5580 [2020-10-25T06:54:21.126Z] ---> 79a34c7e6671 [2020-10-25T06:54:21.126Z] Step 8/23 : COPY . . [2020-10-25T06:54:21.311Z] a0b19fc83503: Pull complete [2020-10-25T06:54:21.586Z] 8eb508b41278: Pull complete [2020-10-25T06:54:22.187Z] 37236713561e: Pull complete [2020-10-25T06:54:22.472Z] 07c93f2b1b56: Pull complete [2020-10-25T06:54:22.472Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-25T06:54:22.472Z] Status: Downloaded newer image for docker:latest [2020-10-25T06:54:25.867Z] ---> bebcae0e5a3e [2020-10-25T06:54:25.867Z] Step 6/7 : COPY go.mod . [2020-10-25T06:54:26.465Z] ---> 8439619b16da [2020-10-25T06:54:26.465Z] Step 7/7 : RUN go mod download [2020-10-25T06:54:26.465Z] ---> Running in fa4e9b2379c1 [2020-10-25T06:54:58.849Z] Removing intermediate container fa4e9b2379c1 [2020-10-25T06:54:58.849Z] ---> bd8afd2955fd [2020-10-25T06:54:58.849Z] Successfully built bd8afd2955fd [2020-10-25T06:54:58.849Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:54:59.267Z] + docker inspect -f . ci-base-image-arm64 [2020-10-25T06:54:59.267Z] . [Pipeline] withDockerContainer [2020-10-25T06:54:59.576Z] prd-ubuntu18.04-docker-arm64-4c-16g-8668 does not seem to be running inside a container [2020-10-25T06:54:59.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-25T06:55:01.561Z] $ docker top b9b0e74a284c54abeaa5aec391373e6921d8d533d43ce07cbd0ca400e3b1c69a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T06:55:02.996Z] + go version [2020-10-25T06:55:02.996Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-25T06:55:03.026Z] $ docker stop --time=1 b9b0e74a284c54abeaa5aec391373e6921d8d533d43ce07cbd0ca400e3b1c69a [2020-10-25T06:55:04.987Z] $ docker rm -f b9b0e74a284c54abeaa5aec391373e6921d8d533d43ce07cbd0ca400e3b1c69a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:55:06.018Z] + docker inspect -f . ci-base-image-arm64 [2020-10-25T06:55:06.018Z] . [Pipeline] withDockerContainer [2020-10-25T06:55:06.286Z] prd-ubuntu18.04-docker-arm64-4c-16g-8668 does not seem to be running inside a container [2020-10-25T06:55:06.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-25T06:55:07.807Z] $ docker top 22513f71d352fa0598a01ea6b6355a65fe03411588819fba0fe461f671f79ad3 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-25T06:55:08.159Z] ========================================================= [2020-10-25T06:55:08.159Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-25T06:55:08.159Z] ========================================================= [Pipeline] sh [2020-10-25T06:55:08.806Z] + make test [2020-10-25T06:55:08.806Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-25T06:55:09.481Z] ---> f092ac61f75d [2020-10-25T06:55:09.481Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-25T06:55:09.481Z] ---> b01611097022 [2020-10-25T06:55:09.481Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-25T06:55:09.481Z] ---> Running in 07b5aa53f57b [2020-10-25T06:55:09.481Z] ---> Running in 3a15cb37b3cb [2020-10-25T06:55:09.481Z] ---> ed56111fbbe7 [2020-10-25T06:55:09.481Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-25T06:55:09.481Z] ---> 67cdf6ab65e7 [2020-10-25T06:55:09.481Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-25T06:55:09.481Z] ---> 762ef5dc7476 [2020-10-25T06:55:09.481Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-25T06:55:09.481Z] ---> Running in 053ec8956674 [2020-10-25T06:55:09.481Z] ---> Running in 36cfa4484c34 [2020-10-25T06:55:09.481Z] ---> Running in 8bd53b896b72 [2020-10-25T06:55:09.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-25T06:55:09.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-25T06:55:09.481Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-25T06:55:09.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-25T06:55:09.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-25T06:55:11.461Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-25T06:55:43.890Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-25T06:55:57.401Z] Removing intermediate container 8bd53b896b72 [2020-10-25T06:55:57.401Z] ---> 650e4ae36ae3 [2020-10-25T06:55:57.401Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-25T06:55:57.402Z] Removing intermediate container 053ec8956674 [2020-10-25T06:55:57.402Z] ---> cd4c9dc49a58 [2020-10-25T06:55:57.402Z] [2020-10-25T06:55:57.402Z] Step 10/20 : FROM alpine [2020-10-25T06:55:57.402Z] ---> Running in 660f1aa76443 [2020-10-25T06:55:57.402Z] latest: Pulling from library/alpine [2020-10-25T06:55:57.402Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-25T06:55:57.402Z] Status: Downloaded newer image for alpine:latest [2020-10-25T06:55:57.402Z] ---> d6e46aa2470d [2020-10-25T06:55:57.402Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-25T06:55:57.402Z] ---> Running in 1e66fe31b9a8 [2020-10-25T06:55:57.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-25T06:55:58.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:55:58.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:55:58.943Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:55:58.943Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:55:58.943Z] OK: 12744 distinct packages available [2020-10-25T06:55:59.012Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-25T06:55:59.012Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-25T06:55:59.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-25T06:55:59.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-25T06:55:59.556Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-25T06:55:59.556Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-25T06:55:59.556Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-25T06:55:59.556Z] (4/4) Installing curl (7.69.1-r1) [2020-10-25T06:55:59.556Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T06:56:00.552Z] Executing ca-certificates-20191127-r4.trigger [2020-10-25T06:56:00.552Z] OK: 7 MiB in 18 packages [2020-10-25T06:56:00.864Z] Removing intermediate container 07b5aa53f57b [2020-10-25T06:56:00.864Z] ---> dbad5e1fedd9 [2020-10-25T06:56:00.864Z] [2020-10-25T06:56:00.864Z] Step 10/21 : FROM scratch [2020-10-25T06:56:00.864Z] ---> [2020-10-25T06:56:00.864Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T06:56:02.427Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.036s [2020-10-25T06:56:02.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-25T06:56:02.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-25T06:56:02.427Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-25T06:56:02.923Z] ---> Running in ef81fa6878ed [2020-10-25T06:56:02.923Z] Removing intermediate container 36cfa4484c34 [2020-10-25T06:56:02.923Z] ---> 89a3aad79166 [2020-10-25T06:56:02.923Z] [2020-10-25T06:56:02.923Z] Step 10/24 : FROM scratch [2020-10-25T06:56:02.923Z] ---> [2020-10-25T06:56:02.923Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-25T06:56:03.239Z] ---> Running in 1ec1cfb950c4 [2020-10-25T06:56:03.511Z] Removing intermediate container ef81fa6878ed [2020-10-25T06:56:03.511Z] ---> d4f78074a1e1 [2020-10-25T06:56:03.512Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-25T06:56:04.444Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-25T06:56:04.493Z] Removing intermediate container 660f1aa76443 [2020-10-25T06:56:04.493Z] ---> e65d532ee296 [2020-10-25T06:56:04.493Z] [2020-10-25T06:56:04.493Z] Step 11/27 : FROM docker:latest [2020-10-25T06:56:04.493Z] ---> 6972c414f322 [2020-10-25T06:56:04.493Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-25T06:56:04.493Z] ---> Running in 71e3e1f143e1 [2020-10-25T06:56:04.493Z] Removing intermediate container 1ec1cfb950c4 [2020-10-25T06:56:04.493Z] ---> 2cb49529b725 [2020-10-25T06:56:04.493Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-25T06:56:04.493Z] Removing intermediate container 1e66fe31b9a8 [2020-10-25T06:56:04.493Z] ---> 4b3dc4dac3d4 [2020-10-25T06:56:04.493Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-25T06:56:04.493Z] ---> Running in 70a3daade1ce [2020-10-25T06:56:04.493Z] ---> Running in 2195852bec03 [2020-10-25T06:56:04.776Z] ---> Running in 6fdf0fbdaf1f [2020-10-25T06:56:04.776Z] Removing intermediate container 71e3e1f143e1 [2020-10-25T06:56:04.776Z] ---> 62c2b5ef45ac [2020-10-25T06:56:04.776Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-25T06:56:05.065Z] Removing intermediate container 2195852bec03 [2020-10-25T06:56:05.065Z] ---> 00b752795861 [2020-10-25T06:56:05.065Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-25T06:56:05.065Z] ---> Running in 7cfce6e6a326 [2020-10-25T06:56:05.065Z] ---> Running in 9e6c3a453874 [2020-10-25T06:56:05.395Z] Removing intermediate container 6fdf0fbdaf1f [2020-10-25T06:56:05.395Z] ---> 44892807921b [2020-10-25T06:56:05.395Z] Step 13/20 : WORKDIR /edgex [2020-10-25T06:56:05.395Z] ---> Running in f7bab6f67c8e [2020-10-25T06:56:05.395Z] Removing intermediate container 7cfce6e6a326 [2020-10-25T06:56:05.395Z] ---> f0297414dad9 [2020-10-25T06:56:05.395Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-25T06:56:05.435Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-25T06:56:05.435Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-25T06:56:05.435Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-25T06:56:05.435Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-25T06:56:05.697Z] Removing intermediate container 9e6c3a453874 [2020-10-25T06:56:05.697Z] ---> b85176cd2f82 [2020-10-25T06:56:05.697Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-25T06:56:06.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:06.011Z] Removing intermediate container f7bab6f67c8e [2020-10-25T06:56:06.011Z] ---> cee0be319c40 [2020-10-25T06:56:06.011Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-25T06:56:06.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:06.642Z] (1/2) Installing readline (8.0.4-r0) [2020-10-25T06:56:06.642Z] (2/2) Installing bash (5.0.17-r0) [2020-10-25T06:56:06.642Z] Executing bash-5.0.17-r0.post-install [2020-10-25T06:56:06.642Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T06:56:06.642Z] OK: 12 MiB in 22 packages [2020-10-25T06:56:07.635Z] ---> 6f3db89f8975 [2020-10-25T06:56:07.635Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-25T06:56:07.636Z] ---> f1bf529197e0 [2020-10-25T06:56:07.636Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-25T06:56:08.682Z] ---> 730adc1534b3 [2020-10-25T06:56:08.682Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-25T06:56:09.271Z] ---> 2223e693e4aa [2020-10-25T06:56:09.271Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-25T06:56:09.551Z] Removing intermediate container 3a15cb37b3cb [2020-10-25T06:56:09.551Z] ---> 5fa82c155cca [2020-10-25T06:56:09.551Z] [2020-10-25T06:56:09.551Z] Step 10/23 : FROM alpine [2020-10-25T06:56:09.551Z] ---> d6e46aa2470d [2020-10-25T06:56:09.551Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T06:56:09.551Z] ---> cd10a54e02ac [2020-10-25T06:56:09.551Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-25T06:56:09.862Z] ---> Running in d7c2e34f1f6f [2020-10-25T06:56:09.862Z] Removing intermediate container 70a3daade1ce [2020-10-25T06:56:09.862Z] ---> 5154f0ac435d [2020-10-25T06:56:09.862Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-25T06:56:09.862Z] ---> abb2547b0b31 [2020-10-25T06:56:09.862Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-25T06:56:09.862Z] ---> 773dddeba468 [2020-10-25T06:56:09.862Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-25T06:56:09.862Z] ---> Running in c1e6e2fe3d6d [2020-10-25T06:56:09.862Z] ---> Running in 4a8482ae7b41 [2020-10-25T06:56:10.138Z] ---> Running in aa287a2df58b [2020-10-25T06:56:10.138Z] Removing intermediate container d7c2e34f1f6f [2020-10-25T06:56:10.138Z] ---> c4e8e9361259 [2020-10-25T06:56:10.138Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-25T06:56:10.416Z] ---> Running in cc846dfe8357 [2020-10-25T06:56:10.416Z] Removing intermediate container 4a8482ae7b41 [2020-10-25T06:56:10.416Z] ---> 8d005c60a6a6 [2020-10-25T06:56:10.416Z] Step 17/20 : CMD ["--init=true"] [2020-10-25T06:56:10.416Z] Removing intermediate container aa287a2df58b [2020-10-25T06:56:10.416Z] ---> f8905537a925 [2020-10-25T06:56:10.416Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T06:56:10.693Z] ---> 92e7f4a85cd5 [2020-10-25T06:56:10.693Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-25T06:56:10.693Z] ---> Running in 5909c1a7d4f9 [2020-10-25T06:56:10.693Z] ---> Running in d02f00dfc804 [2020-10-25T06:56:10.962Z] Removing intermediate container cc846dfe8357 [2020-10-25T06:56:10.962Z] ---> 261d66ad7215 [2020-10-25T06:56:10.962Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-25T06:56:11.547Z] ---> Running in ade3b946712f [2020-10-25T06:56:11.547Z] Removing intermediate container 5909c1a7d4f9 [2020-10-25T06:56:11.547Z] ---> 172efb4a56d3 [2020-10-25T06:56:11.547Z] Step 18/20 : LABEL arch=x86_64 [2020-10-25T06:56:11.547Z] ---> b0080298077e [2020-10-25T06:56:11.547Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-25T06:56:11.547Z] Removing intermediate container d02f00dfc804 [2020-10-25T06:56:11.547Z] ---> 1b0ebaf8b955 [2020-10-25T06:56:11.547Z] Step 19/21 : LABEL arch=x86_64 [2020-10-25T06:56:11.816Z] ---> Running in 998973c9520e [2020-10-25T06:56:11.816Z] ---> Running in be71332cafb9 [2020-10-25T06:56:11.816Z] Removing intermediate container ade3b946712f [2020-10-25T06:56:11.816Z] ---> 15e604945636 [2020-10-25T06:56:11.816Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:56:12.083Z] ---> Running in 6017d7c6ff5c [2020-10-25T06:56:12.083Z] Removing intermediate container c1e6e2fe3d6d [2020-10-25T06:56:12.083Z] ---> 9bbed26d6406 [2020-10-25T06:56:12.083Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-25T06:56:12.360Z] Removing intermediate container be71332cafb9 [2020-10-25T06:56:12.360Z] ---> 9db68dd559cc [2020-10-25T06:56:12.360Z] Step 20/21 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:56:12.360Z] Removing intermediate container 998973c9520e [2020-10-25T06:56:12.360Z] ---> 6e7a1bd0ff08 [2020-10-25T06:56:12.360Z] Step 19/20 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:56:12.360Z] ---> Running in 44221ce278c7 [2020-10-25T06:56:12.637Z] ---> Running in dd5b543a9ac6 [2020-10-25T06:56:12.637Z] ---> Running in 69e6de0935e7 [2020-10-25T06:56:12.638Z] ---> 3ed69ae095fb [2020-10-25T06:56:12.638Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-25T06:56:12.638Z] Removing intermediate container 44221ce278c7 [2020-10-25T06:56:12.638Z] ---> e55c0be631ef [2020-10-25T06:56:12.638Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-25T06:56:12.965Z] ---> Running in 0dd539e825e2 [2020-10-25T06:56:12.965Z] Removing intermediate container 69e6de0935e7 [2020-10-25T06:56:12.965Z] ---> 4d25b06b8860 [2020-10-25T06:56:12.965Z] Step 20/20 : LABEL version=0.0.0 [2020-10-25T06:56:12.965Z] Removing intermediate container dd5b543a9ac6 [2020-10-25T06:56:12.965Z] ---> 648019cc4de8 [2020-10-25T06:56:12.965Z] Step 21/21 : LABEL version=0.0.0 [2020-10-25T06:56:12.965Z] ---> Running in b2569d068eea [2020-10-25T06:56:13.245Z] ---> Running in 9cc334de4d7b [2020-10-25T06:56:13.245Z] ---> 49d5dc05647a [2020-10-25T06:56:13.245Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-25T06:56:13.245Z] Removing intermediate container 0dd539e825e2 [2020-10-25T06:56:13.245Z] ---> 35e0b983687b [2020-10-25T06:56:13.245Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-25T06:56:13.520Z] ---> Running in 589ceaee384c [2020-10-25T06:56:13.520Z] ---> Running in 595752e8d260 [2020-10-25T06:56:13.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-10-25T06:56:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-25T06:56:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-25T06:56:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-25T06:56:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-25T06:56:13.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-25T06:56:14.114Z] Removing intermediate container b2569d068eea [2020-10-25T06:56:14.114Z] ---> b05981ae4cfe [2020-10-25T06:56:14.114Z] [2020-10-25T06:56:14.114Z] Removing intermediate container 9cc334de4d7b [2020-10-25T06:56:14.114Z] ---> 0af0f376f015 [2020-10-25T06:56:14.114Z] [2020-10-25T06:56:14.402Z] Removing intermediate container 589ceaee384c [2020-10-25T06:56:14.402Z] ---> b38350b20623 [2020-10-25T06:56:14.402Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T06:56:14.402Z] Successfully built b05981ae4cfe [2020-10-25T06:56:14.402Z] Removing intermediate container 595752e8d260 [2020-10-25T06:56:14.402Z] ---> fdf5a2889e18 [2020-10-25T06:56:14.402Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-25T06:56:14.402Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-25T06:56:14.402Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-10-25T06:56:14.402Z] ---> Running in 1ec06a5368aa [2020-10-25T06:56:14.402Z] Successfully built 0af0f376f015 [2020-10-25T06:56:14.710Z] Removing intermediate container 6017d7c6ff5c [2020-10-25T06:56:14.710Z] ---> 3a6b037fe194 [2020-10-25T06:56:14.710Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-25T06:56:14.710Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-25T06:56:14.710Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-10-25T06:56:15.043Z] ---> Running in 7a40f6517d5f [2020-10-25T06:56:15.043Z] Removing intermediate container 1ec06a5368aa [2020-10-25T06:56:15.043Z] ---> c01dbb0bdb02 [2020-10-25T06:56:15.043Z] Step 22/24 : LABEL arch=x86_64 [2020-10-25T06:56:15.043Z] ---> Running in d96eaab60810 [2020-10-25T06:56:15.319Z] ---> f4ca6d4ebc8d [2020-10-25T06:56:15.319Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-25T06:56:15.319Z] Removing intermediate container d96eaab60810 [2020-10-25T06:56:15.319Z] ---> 8d9ed877c1a6 [2020-10-25T06:56:15.319Z] Step 23/24 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:56:15.590Z] ---> Running in 03dca5890fa6 [2020-10-25T06:56:16.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:16.068Z] ---> 27ccb4b7bb7e [2020-10-25T06:56:16.068Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-25T06:56:16.334Z] Removing intermediate container 03dca5890fa6 [2020-10-25T06:56:16.334Z] ---> 00ac954cdd87 [2020-10-25T06:56:16.334Z] Step 24/24 : LABEL version=0.0.0 [2020-10-25T06:56:16.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:17.334Z] ---> Running in 2d7d48eebe73 [2020-10-25T06:56:17.681Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-25T06:56:17.681Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-25T06:56:18.012Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-25T06:56:18.012Z] ---> 72b03f0e7d9f [2020-10-25T06:56:18.012Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-25T06:56:18.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.163s coverage: 27.1% of statements [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-25T06:56:18.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-25T06:56:18.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-25T06:56:18.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-25T06:56:18.301Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-25T06:56:18.608Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-25T06:56:18.608Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T06:56:18.608Z] OK: 8 MiB in 19 packages [2020-10-25T06:56:18.994Z] ---> Running in 6314ca70a5dc [2020-10-25T06:56:18.994Z] Removing intermediate container 2d7d48eebe73 [2020-10-25T06:56:18.994Z] ---> 6d28b60472a3 [2020-10-25T06:56:18.994Z] [2020-10-25T06:56:20.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.410s coverage: 72.1% of statements [2020-10-25T06:56:20.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-25T06:56:20.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-25T06:56:20.420Z] Successfully built 6d28b60472a3 [2020-10-25T06:56:20.420Z] Successfully tagged docker-support-notifications-go:latest [2020-10-25T06:56:20.420Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-10-25T06:56:20.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.373s coverage: 85.5% of statements [2020-10-25T06:56:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-25T06:56:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-25T06:56:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-25T06:56:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-25T06:56:21.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:21.554Z] Removing intermediate container 7a40f6517d5f [2020-10-25T06:56:21.554Z] ---> 34484036bdee [2020-10-25T06:56:21.554Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-25T06:56:21.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:22.192Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-25T06:56:22.192Z] (2/33) Installing expat (2.2.9-r1) [2020-10-25T06:56:22.192Z] (3/33) Installing libffi (3.3-r2) [2020-10-25T06:56:22.192Z] (4/33) Installing gdbm (1.13-r1) [2020-10-25T06:56:22.192Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-25T06:56:22.551Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-25T06:56:22.551Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-25T06:56:22.962Z] ---> 2b14816ef48c [2020-10-25T06:56:22.962Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-25T06:56:25.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.487s coverage: 28.6% of statements [2020-10-25T06:56:25.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-25T06:56:25.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-25T06:56:25.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-25T06:56:25.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-25T06:56:25.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-25T06:56:25.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements [2020-10-25T06:56:25.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-25T06:56:25.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-10-25T06:56:25.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-25T06:56:27.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.087s coverage: 86.7% of statements [2020-10-25T06:56:27.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-25T06:56:28.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.077s coverage: 97.5% of statements [2020-10-25T06:56:28.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-25T06:56:28.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 100.0% of statements [2020-10-25T06:56:28.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-25T06:56:28.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-25T06:56:28.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-25T06:56:28.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-25T06:56:28.650Z] ---> 89366022fb1f [2020-10-25T06:56:28.650Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-25T06:56:28.650Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-25T06:56:28.650Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-25T06:56:28.650Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-25T06:56:28.650Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-25T06:56:28.650Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-25T06:56:28.650Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-25T06:56:28.650Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-25T06:56:29.024Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-25T06:56:29.024Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-25T06:56:29.024Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-25T06:56:29.024Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-25T06:56:29.024Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-25T06:56:30.056Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-25T06:56:30.348Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-25T06:56:31.141Z] ---> 2686e1250d57 [2020-10-25T06:56:31.141Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-25T06:56:31.141Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-25T06:56:31.463Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-25T06:56:31.463Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-25T06:56:31.744Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-25T06:56:31.744Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-25T06:56:32.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.180s coverage: 96.4% of statements [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-25T06:56:32.382Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-25T06:56:32.382Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.044s coverage: 0.0% of statements [no tests to run] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-25T06:56:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-25T06:56:32.868Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-25T06:56:32.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 63.5% of statements [2020-10-25T06:56:32.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-25T06:56:32.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-25T06:56:32.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements [2020-10-25T06:56:33.147Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-25T06:56:33.147Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-25T06:56:33.147Z] ---> Running in 8e30848321ac [2020-10-25T06:56:33.147Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-25T06:56:33.147Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-25T06:56:33.147Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-25T06:56:33.147Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-25T06:56:33.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2020-10-25T06:56:33.472Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T06:56:33.812Z] OK: 71 MiB in 55 packages [2020-10-25T06:56:34.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.014s coverage: 100.0% of statements [2020-10-25T06:56:34.460Z] Removing intermediate container 8e30848321ac [2020-10-25T06:56:34.460Z] ---> a45cf1242ae5 [2020-10-25T06:56:34.460Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T06:56:34.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2020-10-25T06:56:35.071Z] ---> Running in 0015eceb57d4 [2020-10-25T06:56:35.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2020-10-25T06:56:37.093Z] Removing intermediate container 0015eceb57d4 [2020-10-25T06:56:37.093Z] ---> 0d438dcf0496 [2020-10-25T06:56:37.093Z] Step 21/23 : LABEL arch=x86_64 [2020-10-25T06:56:37.727Z] ---> Running in 96759a3ead28 [2020-10-25T06:56:37.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.268s coverage: 55.9% of statements [2020-10-25T06:56:37.772Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-25T06:56:37.772Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-25T06:56:37.772Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-25T06:56:37.772Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-25T06:56:38.368Z] Removing intermediate container 96759a3ead28 [2020-10-25T06:56:38.368Z] ---> fc2ac7f0fa8e [2020-10-25T06:56:38.368Z] Step 22/23 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:56:38.668Z] ---> Running in 2819f853ccbc [2020-10-25T06:56:39.730Z] Removing intermediate container 2819f853ccbc [2020-10-25T06:56:39.730Z] ---> c90b6e614161 [2020-10-25T06:56:39.730Z] Step 23/23 : LABEL version=0.0.0 [2020-10-25T06:56:40.082Z] ---> Running in d622b3d64668 [2020-10-25T06:56:41.101Z] Removing intermediate container d622b3d64668 [2020-10-25T06:56:41.101Z] ---> c1f599695884 [2020-10-25T06:56:41.101Z] [2020-10-25T06:56:41.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.001s coverage: 86.3% of statements [2020-10-25T06:56:41.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-25T06:56:41.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.140s coverage: 72.2% of statements [2020-10-25T06:56:41.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.414s coverage: 72.1% of statements [2020-10-25T06:56:41.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-10-25T06:56:41.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements [2020-10-25T06:56:41.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-25T06:56:41.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-25T06:56:41.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-25T06:56:41.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements [2020-10-25T06:56:41.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-25T06:56:42.114Z] Successfully built c1f599695884 [2020-10-25T06:56:42.114Z] Successfully tagged docker-core-data-go:latest [2020-10-25T06:56:42.114Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-10-25T06:56:42.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.019s coverage: 96.8% of statements [2020-10-25T06:56:42.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-25T06:56:46.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 36.5% of statements [2020-10-25T06:56:46.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-25T06:56:46.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-25T06:56:46.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.347s coverage: 84.1% of statements [2020-10-25T06:56:46.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements [2020-10-25T06:56:47.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.034s coverage: 42.9% of statements [2020-10-25T06:56:47.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-25T06:56:47.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-25T06:56:47.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements [2020-10-25T06:56:47.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-25T06:56:48.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.059s coverage: 83.8% of statements [2020-10-25T06:56:48.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-25T06:56:49.023Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:56:49.023Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T06:56:49.023Z] ---> 1ed2ebbc872c [2020-10-25T06:56:49.023Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T06:56:49.023Z] ---> Using cache [2020-10-25T06:56:49.023Z] ---> a2592e633e1b [2020-10-25T06:56:49.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:56:49.023Z] ---> Using cache [2020-10-25T06:56:49.023Z] ---> 934912a474f8 [2020-10-25T06:56:49.023Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-25T06:56:49.023Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:56:49.023Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-25T06:56:49.023Z] ---> 1ed2ebbc872c [2020-10-25T06:56:49.023Z] Step 3/26 : WORKDIR /edgex-go [2020-10-25T06:56:49.023Z] ---> Using cache [2020-10-25T06:56:49.023Z] ---> a2592e633e1b [2020-10-25T06:56:49.023Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:56:49.023Z] ---> Using cache [2020-10-25T06:56:49.023Z] ---> 934912a474f8 [2020-10-25T06:56:49.023Z] Step 5/26 : RUN apk update && apk add make git [2020-10-25T06:56:51.038Z] ---> Running in bdbf236fe95c [2020-10-25T06:56:51.038Z] ---> Running in d2f5bcbe1d92 [2020-10-25T06:56:51.039Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:56:51.039Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-25T06:56:51.039Z] ---> 1ed2ebbc872c [2020-10-25T06:56:51.039Z] Step 3/29 : WORKDIR /edgex-go [2020-10-25T06:56:51.039Z] ---> Using cache [2020-10-25T06:56:51.039Z] ---> a2592e633e1b [2020-10-25T06:56:51.039Z] Step 4/29 : RUN apk update && apk add make git [2020-10-25T06:56:52.474Z] ---> Running in 2a6ec1a4c767 [2020-10-25T06:56:52.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.197s coverage: 47.1% of statements [2020-10-25T06:56:52.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-25T06:56:52.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-25T06:56:52.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2020-10-25T06:56:52.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-25T06:56:52.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-25T06:56:52.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-25T06:56:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2020-10-25T06:56:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-25T06:56:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2020-10-25T06:56:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-25T06:56:54.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:54.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:54.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:57.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.169s coverage: 29.1% of statements [2020-10-25T06:56:57.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-25T06:56:57.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-25T06:56:57.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-25T06:56:57.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-25T06:56:57.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-25T06:56:57.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2020-10-25T06:56:57.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-25T06:56:57.054Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements [2020-10-25T06:56:57.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-25T06:56:57.054Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements [2020-10-25T06:56:57.054Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-25T06:56:57.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-10-25T06:56:57.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-25T06:56:57.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-25T06:56:57.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-25T06:56:57.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-25T06:56:57.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:57.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:57.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:56:57.340Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:56:57.340Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:56:57.340Z] OK: 12752 distinct packages available [2020-10-25T06:56:57.340Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:56:57.340Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:56:57.340Z] OK: 12752 distinct packages available [2020-10-25T06:56:57.340Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:56:57.340Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:56:57.340Z] OK: 12752 distinct packages available [2020-10-25T06:56:57.340Z] OK: 233 MiB in 51 packages [2020-10-25T06:56:57.340Z] OK: 233 MiB in 51 packages [2020-10-25T06:56:57.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements [2020-10-25T06:56:57.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-25T06:56:57.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-25T06:56:57.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements [2020-10-25T06:56:58.454Z] OK: 233 MiB in 51 packages [2020-10-25T06:56:58.454Z] OK: 233 MiB in 51 packages [2020-10-25T06:56:59.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-25T06:56:59.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.018s coverage: 100.0% of statements [2020-10-25T06:57:00.249Z] GO111MODULE=on go vet ./... [2020-10-25T06:57:01.880Z] Removing intermediate container d2f5bcbe1d92 [2020-10-25T06:57:01.880Z] ---> a5c2ca4387ca [2020-10-25T06:57:01.880Z] Step 6/26 : COPY go.mod . [2020-10-25T06:57:01.880Z] Removing intermediate container 2a6ec1a4c767 [2020-10-25T06:57:01.880Z] ---> a1faa659e8c7 [2020-10-25T06:57:01.880Z] Step 5/29 : COPY go.mod . [2020-10-25T06:57:02.326Z] Removing intermediate container bdbf236fe95c [2020-10-25T06:57:02.326Z] ---> 3023edd20a21 [2020-10-25T06:57:02.326Z] Step 6/22 : COPY go.mod . [2020-10-25T06:57:03.294Z] ---> e008e970d460 [2020-10-25T06:57:03.294Z] Step 7/26 : RUN go mod download [2020-10-25T06:57:03.294Z] ---> d4603a9d191a [2020-10-25T06:57:03.294Z] Step 6/29 : RUN go mod download [2020-10-25T06:57:03.935Z] ---> a92aaa04be97 [2020-10-25T06:57:03.935Z] Step 7/22 : RUN go mod download [2020-10-25T06:57:03.935Z] ---> Running in 312f5bf8f18a [2020-10-25T06:57:04.310Z] ---> Running in 7f175f989387 [2020-10-25T06:57:05.368Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:57:05.368Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T06:57:05.368Z] ---> 1ed2ebbc872c [2020-10-25T06:57:05.368Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T06:57:05.368Z] ---> Using cache [2020-10-25T06:57:05.368Z] ---> a2592e633e1b [2020-10-25T06:57:05.369Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:57:05.369Z] ---> Using cache [2020-10-25T06:57:05.369Z] ---> 934912a474f8 [2020-10-25T06:57:05.369Z] Step 5/22 : RUN apk update && apk add make git [2020-10-25T06:57:05.369Z] ---> Using cache [2020-10-25T06:57:05.369Z] ---> a5c2ca4387ca [2020-10-25T06:57:05.369Z] Step 6/22 : COPY go.mod . [2020-10-25T06:57:05.369Z] ---> Using cache [2020-10-25T06:57:05.369Z] ---> e008e970d460 [2020-10-25T06:57:05.369Z] Step 7/22 : RUN go mod download [2020-10-25T06:57:05.975Z] ---> Running in 1244a9646236 [2020-10-25T06:57:05.975Z] ---> Running in 81391a15200f [2020-10-25T06:57:06.498Z] Removing intermediate container 6314ca70a5dc [2020-10-25T06:57:06.498Z] ---> a95effd1d5e5 [2020-10-25T06:57:06.498Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-25T06:57:06.870Z] ---> Running in 4979cce9b91f [2020-10-25T06:57:08.975Z] Removing intermediate container 1244a9646236 [2020-10-25T06:57:08.975Z] ---> 75d70367d5e0 [2020-10-25T06:57:08.975Z] Step 8/22 : COPY . . [2020-10-25T06:57:08.975Z] Removing intermediate container 312f5bf8f18a [2020-10-25T06:57:08.975Z] ---> d32e0702801c [2020-10-25T06:57:08.975Z] Step 7/29 : COPY . . [2020-10-25T06:57:09.246Z] Removing intermediate container 81391a15200f [2020-10-25T06:57:09.246Z] ---> 940b34b7fd7d [2020-10-25T06:57:09.246Z] Step 8/22 : COPY . . [2020-10-25T06:57:09.246Z] Removing intermediate container 7f175f989387 [2020-10-25T06:57:09.246Z] ---> edef21592bed [2020-10-25T06:57:09.246Z] Step 8/26 : COPY . . [2020-10-25T06:57:22.453Z] gofmt -l . [2020-10-25T06:57:22.453Z] [ "`gofmt -l .`" = "" ] [2020-10-25T06:57:24.614Z] Collecting docker-compose==1.23.2 [2020-10-25T06:57:24.614Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-25T06:57:24.614Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-25T06:57:24.614Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-25T06:57:25.062Z] ./bin/test-go-mod-tidy.sh [2020-10-25T06:57:25.204Z] Collecting PyYAML<4,>=3.10 [2020-10-25T06:57:25.204Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-25T06:57:25.657Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-25T06:57:30.611Z] + ls -al . [2020-10-25T06:57:30.611Z] total 656 [2020-10-25T06:57:30.611Z] drwxrwxr-x 9 1001 1001 4096 Oct 25 06:57 . [2020-10-25T06:57:30.611Z] drwxr-xr-x 4 root root 4096 Oct 25 06:55 .. [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 11 Oct 25 06:53 .dockerignore [2020-10-25T06:57:30.611Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 06:53 .git [2020-10-25T06:57:30.611Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 06:53 .github [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 932 Oct 25 06:53 .gitignore [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 06:53 .sonarcloud.properties [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 06:53 CONTRIBUTING.md [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 1035 Oct 25 06:53 Dockerfile.build [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 863 Oct 25 06:53 Jenkinsfile [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 06:53 LICENSE [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 6237 Oct 25 06:53 Makefile [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 6447 Oct 25 06:53 README.md [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 259 Oct 25 06:53 SECURITY.md [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 06:49 VERSION [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 06:53 ZMQWindows.md [2020-10-25T06:57:30.611Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 06:53 bin [2020-10-25T06:57:30.611Z] drwxrwxr-x 15 1001 1001 4096 Oct 25 06:53 cmd [2020-10-25T06:57:30.611Z] -rw-r--r-- 1 root root 534131 Oct 25 06:56 coverage.out [2020-10-25T06:57:30.611Z] -rw-r--r-- 1 root root 1041 Oct 25 06:57 go.mod [2020-10-25T06:57:30.611Z] -rw-r--r-- 1 root root 18775 Oct 25 06:57 go.sum [2020-10-25T06:57:30.611Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 06:53 internal [2020-10-25T06:57:30.611Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 06:53 openapi [2020-10-25T06:57:30.611Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 06:53 snap [2020-10-25T06:57:30.611Z] -rw-rw-r-- 1 1001 1001 168 Oct 25 06:53 version.go [Pipeline] sh [2020-10-25T06:57:31.277Z] + '[' -e coverage.out ] [2020-10-25T06:57:31.277Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-25T06:57:31.350Z] Warning: overwriting stash ‘coverage-report’ [2020-10-25T06:57:32.203Z] Collecting docker<4.0,>=3.6.0 [2020-10-25T06:57:32.203Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-25T06:57:32.604Z] Stashed 1 file(s) [Pipeline] sh [2020-10-25T06:57:33.295Z] + make build [2020-10-25T06:57:33.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-25T06:57:33.713Z] Collecting docopt<0.7,>=0.6.1 [2020-10-25T06:57:33.713Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-25T06:57:37.236Z] Collecting texttable<0.10,>=0.9.0 [2020-10-25T06:57:37.236Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-25T06:57:38.968Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-25T06:57:38.968Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-25T06:57:40.770Z] Collecting cached-property<2,>=1.2.0 [2020-10-25T06:57:40.770Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-25T06:57:40.771Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-25T06:57:41.417Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-25T06:57:41.417Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-25T06:57:41.701Z] Collecting jsonschema<3,>=2.5.1 [2020-10-25T06:57:41.702Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-25T06:57:41.993Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-25T06:57:41.993Z] Collecting idna<2.8,>=2.5 [2020-10-25T06:57:41.993Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-25T06:57:42.282Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-25T06:57:42.282Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-25T06:57:42.911Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-25T06:57:42.911Z] Collecting docker-pycreds>=0.4.0 [2020-10-25T06:57:42.911Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-25T06:57:43.197Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-25T06:57:43.197Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-25T06:57:43.197Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-25T06:57:43.197Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-25T06:57:43.831Z] Installing collected packages: idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, docopt, texttable, dockerpty, cached-property, jsonschema, docker-compose [2020-10-25T06:57:43.831Z] Attempting uninstall: idna [2020-10-25T06:57:43.831Z] Found existing installation: idna 2.9 [2020-10-25T06:57:44.119Z] Uninstalling idna-2.9: [2020-10-25T06:57:44.395Z] Successfully uninstalled idna-2.9 [2020-10-25T06:57:44.992Z] Attempting uninstall: urllib3 [2020-10-25T06:57:44.992Z] Found existing installation: urllib3 1.25.9 [2020-10-25T06:57:44.992Z] Uninstalling urllib3-1.25.9: [2020-10-25T06:57:46.186Z] Successfully uninstalled urllib3-1.25.9 [2020-10-25T06:57:47.752Z] Attempting uninstall: requests [2020-10-25T06:57:47.752Z] Found existing installation: requests 2.23.0 [2020-10-25T06:57:47.752Z] Uninstalling requests-2.23.0: [2020-10-25T06:57:48.035Z] Successfully uninstalled requests-2.23.0 [2020-10-25T06:57:49.075Z] Running setup.py install for PyYAML: started [2020-10-25T06:57:51.800Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-25T06:57:52.782Z] Running setup.py install for docopt: started [2020-10-25T06:57:54.783Z] ---> c2ce55ba5f9b [2020-10-25T06:57:54.783Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-25T06:57:54.783Z] ---> 55a0a4e2015c [2020-10-25T06:57:54.783Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-25T06:57:54.783Z] Running setup.py install for docopt: finished with status 'done' [2020-10-25T06:57:54.783Z] Running setup.py install for texttable: started [2020-10-25T06:57:54.783Z] ---> 2d19b1822531 [2020-10-25T06:57:54.783Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-25T06:57:55.060Z] ---> Running in 7208a16353df [2020-10-25T06:57:55.060Z] ---> Running in a99b8b36f9a9 [2020-10-25T06:57:55.060Z] ---> 44285568cd1d [2020-10-25T06:57:55.060Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-25T06:57:55.060Z] ---> Running in ef0f52ed5c70 [2020-10-25T06:57:55.060Z] ---> Running in 8613e2d6cf09 [2020-10-25T06:57:55.708Z] Running setup.py install for texttable: finished with status 'done' [2020-10-25T06:57:55.708Z] Running setup.py install for dockerpty: started [2020-10-25T06:57:56.416Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-25T06:57:57.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-25T06:57:57.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-25T06:57:57.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-25T06:57:57.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-25T06:57:57.379Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-25T06:58:00.091Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-25T06:58:02.937Z] Removing intermediate container 4979cce9b91f [2020-10-25T06:58:02.937Z] ---> 2f7b49120978 [2020-10-25T06:58:02.937Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-25T06:58:02.937Z] ---> Running in 5c1f3cf919c2 [2020-10-25T06:58:05.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:58:05.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:58:05.442Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-25T06:58:05.443Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-25T06:58:05.443Z] (3/3) Installing curl (7.69.1-r1) [2020-10-25T06:58:05.443Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T06:58:05.738Z] OK: 72 MiB in 58 packages [2020-10-25T06:58:06.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-25T06:58:07.351Z] Removing intermediate container 5c1f3cf919c2 [2020-10-25T06:58:07.351Z] ---> 9c1f89fa639a [2020-10-25T06:58:07.351Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-25T06:58:07.351Z] ---> Running in 1206b3431f6c [2020-10-25T06:58:07.703Z] Removing intermediate container 1206b3431f6c [2020-10-25T06:58:07.703Z] ---> b0e856025453 [2020-10-25T06:58:07.703Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T06:58:08.100Z] ---> Running in 9b548fe8bdb8 [2020-10-25T06:58:08.438Z] Removing intermediate container 9b548fe8bdb8 [2020-10-25T06:58:08.438Z] ---> 557688cd93e7 [2020-10-25T06:58:08.438Z] Step 25/27 : LABEL arch=x86_64 [2020-10-25T06:58:08.771Z] ---> Running in e1fa78492fe8 [2020-10-25T06:58:09.083Z] Removing intermediate container e1fa78492fe8 [2020-10-25T06:58:09.083Z] ---> ba3d6da78240 [2020-10-25T06:58:09.083Z] Step 26/27 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:58:09.386Z] ---> Running in 47d6f618f69b [2020-10-25T06:58:10.045Z] Removing intermediate container 47d6f618f69b [2020-10-25T06:58:10.045Z] ---> 6f22e18a77f2 [2020-10-25T06:58:10.045Z] Step 27/27 : LABEL version=0.0.0 [2020-10-25T06:58:10.045Z] ---> Running in d290141d8077 [2020-10-25T06:58:10.725Z] Removing intermediate container d290141d8077 [2020-10-25T06:58:10.725Z] ---> 1773a01f51ed [2020-10-25T06:58:10.725Z] [2020-10-25T06:58:11.048Z] Successfully built 1773a01f51ed [2020-10-25T06:58:11.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-25T06:58:11.361Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-25T06:58:11.361Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-10-25T06:58:16.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-25T06:58:20.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-25T06:58:21.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-25T06:58:27.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-25T06:58:31.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-25T06:58:34.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-25T06:58:35.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-25T06:58:38.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-25T06:58:41.529Z] Removing intermediate container a99b8b36f9a9 [2020-10-25T06:58:41.530Z] ---> 31fc2a8abe5c [2020-10-25T06:58:41.530Z] [2020-10-25T06:58:41.530Z] Step 9/29 : FROM alpine:latest [2020-10-25T06:58:41.530Z] ---> d6e46aa2470d [2020-10-25T06:58:41.530Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-25T06:58:42.561Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T06:58:42.561Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T06:58:42.561Z] ---> 1ed2ebbc872c [2020-10-25T06:58:42.561Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T06:58:42.561Z] ---> Using cache [2020-10-25T06:58:42.561Z] ---> a2592e633e1b [2020-10-25T06:58:42.561Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T06:58:42.561Z] ---> Using cache [2020-10-25T06:58:42.561Z] ---> 934912a474f8 [2020-10-25T06:58:42.561Z] Step 5/22 : RUN apk update && apk add make git [2020-10-25T06:58:42.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-25T06:58:42.831Z] ---> Using cache [2020-10-25T06:58:42.832Z] ---> a5c2ca4387ca [2020-10-25T06:58:42.832Z] Step 6/22 : COPY go.mod . [2020-10-25T06:58:42.832Z] ---> Using cache [2020-10-25T06:58:42.832Z] ---> e008e970d460 [2020-10-25T06:58:42.832Z] Step 7/22 : RUN go mod download [2020-10-25T06:58:42.832Z] ---> Using cache [2020-10-25T06:58:42.832Z] ---> edef21592bed [2020-10-25T06:58:42.832Z] Step 8/22 : COPY . . [2020-10-25T06:58:42.832Z] ---> Using cache [2020-10-25T06:58:42.832Z] ---> 2d19b1822531 [2020-10-25T06:58:42.832Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-25T06:58:43.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-25T06:58:44.114Z] ---> Running in b6bdc9fbca2c [2020-10-25T06:58:45.081Z] ---> Running in 0fbd4b5c29a0 [2020-10-25T06:58:45.737Z] Removing intermediate container 7208a16353df [2020-10-25T06:58:45.737Z] ---> a721e5097897 [2020-10-25T06:58:45.737Z] [2020-10-25T06:58:45.737Z] Step 10/22 : FROM scratch [2020-10-25T06:58:45.737Z] ---> [2020-10-25T06:58:45.737Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-25T06:58:45.737Z] Removing intermediate container b6bdc9fbca2c [2020-10-25T06:58:45.737Z] ---> d9aa951494bd [2020-10-25T06:58:45.737Z] Step 11/29 : USER root [2020-10-25T06:58:46.040Z] ---> Running in a580709e7dd4 [2020-10-25T06:58:46.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-25T06:58:46.635Z] ---> Using cache [2020-10-25T06:58:46.635Z] ---> 2cb49529b725 [2020-10-25T06:58:46.635Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-25T06:58:46.635Z] Removing intermediate container a580709e7dd4 [2020-10-25T06:58:46.635Z] ---> c1be539c25d9 [2020-10-25T06:58:46.635Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-25T06:58:46.635Z] ---> Running in 8493195d68ff [2020-10-25T06:58:46.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-25T06:58:46.929Z] Removing intermediate container 8613e2d6cf09 [2020-10-25T06:58:46.930Z] ---> b36202b91c90 [2020-10-25T06:58:46.930Z] [2020-10-25T06:58:46.930Z] Step 10/22 : FROM scratch [2020-10-25T06:58:46.930Z] ---> [2020-10-25T06:58:46.930Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T06:58:46.930Z] ---> Running in 1438ef5cf9b1 [2020-10-25T06:58:46.930Z] ---> Using cache [2020-10-25T06:58:46.930Z] ---> d4f78074a1e1 [2020-10-25T06:58:46.930Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-25T06:58:47.241Z] ---> Running in 85bb608d5ed5 [2020-10-25T06:58:47.241Z] Removing intermediate container 8493195d68ff [2020-10-25T06:58:47.241Z] ---> 1de6bcd157ea [2020-10-25T06:58:47.241Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T06:58:47.551Z] ---> Running in 840cf0ac0de7 [2020-10-25T06:58:47.551Z] Removing intermediate container 85bb608d5ed5 [2020-10-25T06:58:47.551Z] ---> 8bac31fb5ddc [2020-10-25T06:58:47.551Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T06:58:47.832Z] ---> Running in 645b3dfb6f87 [2020-10-25T06:58:48.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:58:48.435Z] Removing intermediate container 840cf0ac0de7 [2020-10-25T06:58:48.435Z] ---> 7bbc32b4154c [2020-10-25T06:58:48.435Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-25T06:58:48.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:58:49.028Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-25T06:58:49.028Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-25T06:58:49.028Z] OK: 12744 distinct packages available [2020-10-25T06:58:49.364Z] Removing intermediate container 645b3dfb6f87 [2020-10-25T06:58:49.364Z] ---> d4537e083dce [2020-10-25T06:58:49.364Z] Step 14/22 : WORKDIR / [2020-10-25T06:58:49.364Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-25T06:58:49.364Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-25T06:58:49.364Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T06:58:49.364Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] } [2020-10-25T06:58:49.602Z] $ docker stop --time=1 22513f71d352fa0598a01ea6b6355a65fe03411588819fba0fe461f671f79ad3 [2020-10-25T06:58:49.654Z] ---> 3217c3baae66 [2020-10-25T06:58:49.654Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-25T06:58:49.654Z] OK: 6 MiB in 16 packages [2020-10-25T06:58:49.654Z] ---> Running in 222cad7404c3 [2020-10-25T06:58:49.944Z] Removing intermediate container ef0f52ed5c70 [2020-10-25T06:58:49.944Z] ---> 3cd39fd2ac8f [2020-10-25T06:58:49.944Z] [2020-10-25T06:58:49.945Z] Step 10/26 : FROM alpine:3.10 [2020-10-25T06:58:50.260Z] ---> 9c35e77467d7 [2020-10-25T06:58:50.260Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-25T06:58:50.579Z] 3.10: Pulling from library/alpine [2020-10-25T06:58:50.579Z] Removing intermediate container 222cad7404c3 [2020-10-25T06:58:50.579Z] ---> 930ef60e6673 [2020-10-25T06:58:50.579Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-25T06:58:52.182Z] $ docker rm -f 22513f71d352fa0598a01ea6b6355a65fe03411588819fba0fe461f671f79ad3 [2020-10-25T06:58:52.570Z] ---> 41e429fe8674 [2020-10-25T06:58:52.570Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-25T06:58:52.847Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-25T06:58:52.847Z] Removing intermediate container 1438ef5cf9b1 [2020-10-25T06:58:52.847Z] ---> b29939eae75a [2020-10-25T06:58:52.847Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-25T06:58:52.847Z] Status: Downloaded newer image for alpine:3.10 [2020-10-25T06:58:52.847Z] ---> be4e4bea2c2e [2020-10-25T06:58:52.847Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-10-25T06:58:53.494Z] ---> 3e03acd65490 [2020-10-25T06:58:53.494Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-25T06:58:53.494Z] ---> Running in a80e2e798b68 [2020-10-25T06:58:53.494Z] ---> Running in 7198b614a00a [2020-10-25T06:58:53.494Z] ---> 4378ea6097cf [2020-10-25T06:58:53.494Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:58:53.775Z] Removing intermediate container 7198b614a00a [2020-10-25T06:58:53.775Z] ---> 9b10861633a9 [2020-10-25T06:58:53.775Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-25T06:58:53.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-25T06:58:53.948Z] [2020-10-25T06:58:53.948Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:58:54.069Z] ---> Running in c5cc2361b57c [2020-10-25T06:58:54.340Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-25T06:58:54.357Z] ---> 2c0e1389adb9 [2020-10-25T06:58:54.357Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-25T06:58:54.357Z] ---> Running in 290970b29c91 [2020-10-25T06:58:54.357Z] ---> 747d52e5755c [2020-10-25T06:58:54.357Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-25T06:58:54.612Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-25T06:58:54.612Z] 29e5d40040c1: Pulling fs layer [2020-10-25T06:58:54.612Z] 1ce36da41761: Pulling fs layer [2020-10-25T06:58:54.612Z] 25b303627fd3: Pulling fs layer [2020-10-25T06:58:54.654Z] Removing intermediate container c5cc2361b57c [2020-10-25T06:58:54.654Z] ---> fd241507bfa8 [2020-10-25T06:58:54.654Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-25T06:58:54.654Z] ---> Running in 8b81d05ae555 [2020-10-25T06:58:54.989Z] ---> Running in 753d7cf4d04d [2020-10-25T06:58:54.989Z] Removing intermediate container 290970b29c91 [2020-10-25T06:58:54.989Z] ---> 4b73daee9e92 [2020-10-25T06:58:54.989Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T06:58:54.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-25T06:58:55.206Z] 29e5d40040c1: Verifying Checksum [2020-10-25T06:58:55.206Z] 29e5d40040c1: Download complete [2020-10-25T06:58:55.286Z] Removing intermediate container 8b81d05ae555 [2020-10-25T06:58:55.286Z] ---> 8c6801b7eaad [2020-10-25T06:58:55.286Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T06:58:55.286Z] ---> Running in a393831aee88 [2020-10-25T06:58:55.286Z] ---> Running in dd7328af8022 [2020-10-25T06:58:55.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-25T06:58:55.565Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-25T06:58:55.565Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-25T06:58:55.565Z] OK: 10346 distinct packages available [2020-10-25T06:58:55.808Z] 1ce36da41761: Verifying Checksum [2020-10-25T06:58:55.808Z] 1ce36da41761: Download complete [2020-10-25T06:58:55.847Z] Removing intermediate container a393831aee88 [2020-10-25T06:58:55.848Z] ---> 3436bb1bb4a3 [2020-10-25T06:58:55.848Z] Step 20/22 : LABEL arch=x86_64 [2020-10-25T06:58:55.848Z] Removing intermediate container dd7328af8022 [2020-10-25T06:58:55.848Z] ---> 1123789332e8 [2020-10-25T06:58:55.848Z] Step 20/22 : LABEL arch=x86_64 [2020-10-25T06:58:55.848Z] ---> Running in 6b413cfeb5cb [2020-10-25T06:58:55.848Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-25T06:58:55.848Z] ---> Running in 486ba053a7d4 [2020-10-25T06:58:56.083Z] 29e5d40040c1: Pull complete [2020-10-25T06:58:56.119Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-25T06:58:56.119Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-25T06:58:56.119Z] (4/5) Installing curl (7.66.0-r1) [2020-10-25T06:58:56.119Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-25T06:58:56.119Z] Executing busybox-1.30.1-r3.trigger [2020-10-25T06:58:56.119Z] Executing ca-certificates-20191127-r2.trigger [2020-10-25T06:58:56.415Z] OK: 7 MiB in 19 packages [2020-10-25T06:58:56.692Z] Removing intermediate container 6b413cfeb5cb [2020-10-25T06:58:56.692Z] ---> 5a32fa4eba82 [2020-10-25T06:58:56.692Z] Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:58:56.692Z] Removing intermediate container 486ba053a7d4 [2020-10-25T06:58:56.692Z] ---> df4dedc39000 [2020-10-25T06:58:56.692Z] Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:58:56.969Z] ---> Running in f4c676a6e5f1 [2020-10-25T06:58:56.969Z] ---> Running in 7d41f62dd1a7 [2020-10-25T06:58:57.061Z] 1ce36da41761: Pull complete [2020-10-25T06:58:57.255Z] Removing intermediate container f4c676a6e5f1 [2020-10-25T06:58:57.255Z] ---> 603612de5eeb [2020-10-25T06:58:57.255Z] Step 22/22 : LABEL version=0.0.0 [2020-10-25T06:58:57.334Z] 25b303627fd3: Verifying Checksum [2020-10-25T06:58:57.334Z] 25b303627fd3: Download complete [2020-10-25T06:58:57.554Z] ---> Running in 5eaf86959338 [2020-10-25T06:58:58.280Z] Removing intermediate container 7d41f62dd1a7 [2020-10-25T06:58:58.280Z] ---> 05c8e972d9c5 [2020-10-25T06:58:58.280Z] Step 22/22 : LABEL version=0.0.0 [2020-10-25T06:58:58.280Z] Removing intermediate container 753d7cf4d04d [2020-10-25T06:58:58.280Z] ---> c58c7723e4ff [2020-10-25T06:58:58.280Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-25T06:58:58.280Z] ---> Running in 6ad81582ae9c [2020-10-25T06:58:58.280Z] Removing intermediate container a80e2e798b68 [2020-10-25T06:58:58.280Z] ---> a17e5e42db5b [2020-10-25T06:58:58.280Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-25T06:58:58.280Z] Removing intermediate container 5eaf86959338 [2020-10-25T06:58:58.280Z] ---> 0be91880e0b7 [2020-10-25T06:58:58.280Z] [2020-10-25T06:58:58.615Z] ---> Running in 50073109a439 [2020-10-25T06:58:58.908Z] Removing intermediate container 6ad81582ae9c [2020-10-25T06:58:58.908Z] ---> 9fd96299b192 [2020-10-25T06:58:58.908Z] [2020-10-25T06:58:59.189Z] Successfully built 0be91880e0b7 [2020-10-25T06:58:59.490Z] Successfully tagged docker-support-logging-go:latest [2020-10-25T06:58:59.490Z]  Building docker-support-logging-go ... done Removing intermediate container 50073109a439 [2020-10-25T06:58:59.490Z] ---> 9932e2d30c29 [2020-10-25T06:58:59.490Z] Step 13/26 : WORKDIR / [2020-10-25T06:58:59.815Z] Successfully built 9fd96299b192 [2020-10-25T06:58:59.815Z] Successfully tagged docker-core-command-go:latest [2020-10-25T06:58:59.815Z]  Building docker-core-command-go ... done  ---> Running in dc6fac8ef9e9 [2020-10-25T06:58:59.815Z] ---> 31b9a1b534a2 [2020-10-25T06:58:59.815Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-25T06:59:00.426Z] Removing intermediate container dc6fac8ef9e9 [2020-10-25T06:59:00.426Z] ---> 1b65ccd77573 [2020-10-25T06:59:00.426Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-25T06:59:00.426Z] ---> 1fccdfdc8cf4 [2020-10-25T06:59:00.426Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-25T06:59:01.058Z] ---> 4815bc5bfab6 [2020-10-25T06:59:01.058Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-25T06:59:01.359Z] ---> 74f97586c844 [2020-10-25T06:59:01.359Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-25T06:59:01.644Z] ---> 5c48f17c6228 [2020-10-25T06:59:01.644Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-25T06:59:02.380Z] ---> c0d34a64582e [2020-10-25T06:59:02.380Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-25T06:59:02.690Z] ---> dc0e2b4e7f77 [2020-10-25T06:59:02.690Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-25T06:59:03.843Z] ---> 371d55c31cfb [2020-10-25T06:59:03.843Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-25T06:59:03.843Z] ---> f732ad3700c1 [2020-10-25T06:59:03.843Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-25T06:59:04.151Z] ---> Running in ce399650ed52 [2020-10-25T06:59:05.179Z] ---> 2b8a129f0bc0 [2020-10-25T06:59:05.179Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-25T06:59:06.251Z] ---> 58ecbc063090 [2020-10-25T06:59:06.251Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-25T06:59:06.888Z] Removing intermediate container ce399650ed52 [2020-10-25T06:59:06.888Z] ---> 7bd1fbd8b742 [2020-10-25T06:59:06.888Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-25T06:59:07.173Z] ---> 9240cd6186c1 [2020-10-25T06:59:07.173Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-25T06:59:07.512Z] 25b303627fd3: Pull complete [2020-10-25T06:59:07.512Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-25T06:59:07.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-25T06:59:07.512Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-25T06:59:07.751Z] prd-ubuntu18.04-docker-arm64-4c-16g-8668 does not seem to be running inside a container [2020-10-25T06:59:07.765Z] ---> ba26664e27b7 [2020-10-25T06:59:07.765Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-25T06:59:07.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-25T06:59:08.358Z] ---> Running in dda3e1a797a5 [2020-10-25T06:59:08.359Z] ---> f34c6f3982cb [2020-10-25T06:59:08.359Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-25T06:59:08.627Z] ---> Running in 77105ca3c329 [2020-10-25T06:59:10.096Z] Removing intermediate container dda3e1a797a5 [2020-10-25T06:59:10.096Z] ---> 558ed158b343 [2020-10-25T06:59:10.096Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-25T06:59:10.096Z] ---> Running in 1473c68b66cd [2020-10-25T06:59:10.096Z] Removing intermediate container 77105ca3c329 [2020-10-25T06:59:10.096Z] ---> 974581b1f9b0 [2020-10-25T06:59:10.096Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-25T06:59:10.362Z] ---> Running in 707e641fda75 [2020-10-25T06:59:10.629Z] Removing intermediate container 707e641fda75 [2020-10-25T06:59:10.629Z] ---> 585475b5fd3d [2020-10-25T06:59:10.630Z] Step 24/26 : LABEL arch=x86_64 [2020-10-25T06:59:10.630Z] ---> Running in 9b11e3939cc7 [2020-10-25T06:59:10.903Z] Removing intermediate container 9b11e3939cc7 [2020-10-25T06:59:10.903Z] ---> 3ed4fd8b5466 [2020-10-25T06:59:10.903Z] Step 25/26 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:59:11.181Z] ---> Running in 328692501c06 [2020-10-25T06:59:11.247Z] $ docker top fd4f3a64ec5fcc01a1d1ef116452009ecc25ae5c66713d8fb7132ef739806548 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T06:59:12.597Z] Removing intermediate container 328692501c06 [2020-10-25T06:59:12.597Z] ---> 3ea4e302bb34 [2020-10-25T06:59:12.597Z] Step 26/26 : LABEL version=0.0.0 [2020-10-25T06:59:12.600Z] + grep parallel [2020-10-25T06:59:12.600Z] + docker-compose build --help [2020-10-25T06:59:13.560Z] ---> Running in b78db598b992 [2020-10-25T06:59:13.560Z] Removing intermediate container 1473c68b66cd [2020-10-25T06:59:13.560Z] ---> 790d100162c5 [2020-10-25T06:59:13.560Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-25T06:59:13.560Z] Removing intermediate container 0fbd4b5c29a0 [2020-10-25T06:59:13.560Z] ---> 6a5dd3cc207e [2020-10-25T06:59:13.560Z] [2020-10-25T06:59:13.560Z] Step 10/22 : FROM scratch [2020-10-25T06:59:13.560Z] ---> [2020-10-25T06:59:13.560Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T06:59:13.560Z] ---> Running in 2b3a6f6940e8 [2020-10-25T06:59:13.834Z] ---> Using cache [2020-10-25T06:59:13.834Z] ---> d4f78074a1e1 [2020-10-25T06:59:13.834Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-25T06:59:13.834Z] ---> Running in 7bcd7400fbe6 [2020-10-25T06:59:13.834Z] Removing intermediate container b78db598b992 [2020-10-25T06:59:13.834Z] ---> f8f3091f8d9d [2020-10-25T06:59:13.834Z] [2020-10-25T06:59:13.834Z] Removing intermediate container 2b3a6f6940e8 [2020-10-25T06:59:13.834Z] ---> f49e49710bb4 [2020-10-25T06:59:13.834Z] Step 26/29 : CMD [ "generate" ] [2020-10-25T06:59:14.182Z] Successfully built f8f3091f8d9d [2020-10-25T06:59:14.182Z] ---> Running in 90fb2bab2855 [2020-10-25T06:59:14.182Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-25T06:59:14.182Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7bcd7400fbe6 [2020-10-25T06:59:14.182Z] ---> de1902b4b109 [2020-10-25T06:59:14.182Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T06:59:14.182Z] ---> Running in ef8dd5960ea4 [2020-10-25T06:59:14.501Z] Removing intermediate container 90fb2bab2855 [2020-10-25T06:59:14.501Z] ---> 038f93fac3d7 [2020-10-25T06:59:14.501Z] Step 27/29 : LABEL arch=x86_64 [2020-10-25T06:59:14.501Z] ---> Running in cde99081c7cf [2020-10-25T06:59:14.501Z] Removing intermediate container ef8dd5960ea4 [2020-10-25T06:59:14.501Z] ---> 787d80d5195f [2020-10-25T06:59:14.501Z] Step 14/22 : WORKDIR / [2020-10-25T06:59:14.501Z] ---> Running in 11f2f270220e [2020-10-25T06:59:14.774Z] Removing intermediate container cde99081c7cf [2020-10-25T06:59:14.774Z] ---> b26df9dcfe62 [2020-10-25T06:59:14.774Z] Step 28/29 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:59:14.774Z] ---> Running in 25645676dcbf [2020-10-25T06:59:14.774Z] Removing intermediate container 11f2f270220e [2020-10-25T06:59:14.774Z] ---> 64c60bbfb04c [2020-10-25T06:59:14.774Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-25T06:59:15.047Z] Removing intermediate container 25645676dcbf [2020-10-25T06:59:15.047Z] ---> e677954e78f6 [2020-10-25T06:59:15.047Z] Step 29/29 : LABEL version=0.0.0 [2020-10-25T06:59:15.047Z] ---> Running in e86200d2aabb [2020-10-25T06:59:15.319Z] ---> 4df2bd6a9ebf [2020-10-25T06:59:15.319Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-25T06:59:15.319Z] Removing intermediate container e86200d2aabb [2020-10-25T06:59:15.319Z] ---> ddd9d6dcad10 [2020-10-25T06:59:15.319Z] [2020-10-25T06:59:15.590Z] Successfully built ddd9d6dcad10 [2020-10-25T06:59:15.980Z] --parallel Build images in parallel. [Pipeline] } [2020-10-25T06:59:16.007Z] $ docker stop --time=1 fd4f3a64ec5fcc01a1d1ef116452009ecc25ae5c66713d8fb7132ef739806548 [2020-10-25T06:59:16.179Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-25T06:59:16.179Z]  Building docker-security-secrets-setup-go ... done  ---> 115546de04c3 [2020-10-25T06:59:16.179Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-25T06:59:16.446Z] ---> 2a7f907f3310 [2020-10-25T06:59:16.446Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-25T06:59:16.721Z] ---> Running in 11b9f4318b1c [2020-10-25T06:59:16.721Z] Removing intermediate container 11b9f4318b1c [2020-10-25T06:59:16.721Z] ---> d0bb750e92f8 [2020-10-25T06:59:16.721Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T06:59:16.992Z] ---> Running in 3b41e22ce50d [2020-10-25T06:59:16.992Z] Removing intermediate container 3b41e22ce50d [2020-10-25T06:59:16.992Z] ---> 6d5370b080fd [2020-10-25T06:59:16.992Z] Step 20/22 : LABEL arch=x86_64 [2020-10-25T06:59:17.296Z] ---> Running in 03a6dd4ea4b4 [2020-10-25T06:59:17.586Z] Removing intermediate container 03a6dd4ea4b4 [2020-10-25T06:59:17.586Z] ---> 25e5221b4a6f [2020-10-25T06:59:17.586Z] Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T06:59:17.586Z] ---> Running in 58a438975923 [2020-10-25T06:59:17.586Z] Removing intermediate container 58a438975923 [2020-10-25T06:59:17.586Z] ---> 2e766be0b8c1 [2020-10-25T06:59:17.586Z] Step 22/22 : LABEL version=0.0.0 [2020-10-25T06:59:17.856Z] ---> Running in 674b0ef8cd19 [2020-10-25T06:59:17.957Z] $ docker rm -f fd4f3a64ec5fcc01a1d1ef116452009ecc25ae5c66713d8fb7132ef739806548 [2020-10-25T06:59:18.136Z] Removing intermediate container 674b0ef8cd19 [2020-10-25T06:59:18.136Z] ---> 8de6479d902b [2020-10-25T06:59:18.136Z] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T06:59:18.458Z] Successfully built 8de6479d902b [2020-10-25T06:59:18.458Z] Successfully tagged docker-core-metadata-go:latest [2020-10-25T06:59:18.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-25T06:59:18.759Z] . [Pipeline] withDockerContainer [2020-10-25T06:59:18.789Z]  Building docker-core-metadata-go ... done  [2020-10-25T06:59:19.004Z] prd-ubuntu18.04-docker-arm64-4c-16g-8668 does not seem to be running inside a container [2020-10-25T06:59:19.120Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-25T06:59:20.615Z] $ docker top 2deb784bb73131dea5c060d0f1bee14f12ae01744241fed86b9018c732e3ef7b -eo pid,comm [Pipeline] { [Pipeline] } [2020-10-25T06:59:21.140Z] $ docker stop --time=1 518566a0e47e44944ce514f965dbefbff5999fb132fa9f28c880266416dd2575 [2020-10-25T06:59:24.550Z] $ docker rm -f 518566a0e47e44944ce514f965dbefbff5999fb132fa9f28c880266416dd2575 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2020-10-25T06:59:25.192Z] + docker images [2020-10-25T06:59:25.192Z] + grep docker [2020-10-25T06:59:25.192Z] docker-core-metadata-go latest 8de6479d902b 8 seconds ago 14.5MB [2020-10-25T06:59:25.192Z] docker-security-secrets-setup-go latest ddd9d6dcad10 10 seconds ago 24MB [2020-10-25T06:59:25.192Z] docker-security-secretstore-setup-go latest f8f3091f8d9d 12 seconds ago 32.4MB [2020-10-25T06:59:25.192Z] docker-support-logging-go latest 0be91880e0b7 27 seconds ago 11.1MB [2020-10-25T06:59:25.192Z] docker-core-command-go latest 9fd96299b192 27 seconds ago 12.2MB [2020-10-25T06:59:25.192Z] docker-sys-mgmt-agent-go latest 1773a01f51ed About a minute ago 290MB [2020-10-25T06:59:25.192Z] docker-core-data-go latest c1f599695884 2 minutes ago 23.7MB [2020-10-25T06:59:25.192Z] docker-support-notifications-go latest 6d28b60472a3 3 minutes ago 13.6MB [2020-10-25T06:59:25.192Z] docker-support-scheduler-go latest 0af0f376f015 3 minutes ago 12.3MB [2020-10-25T06:59:25.192Z] docker-security-proxy-setup-go latest b05981ae4cfe 3 minutes ago 15.8MB [2020-10-25T06:59:25.192Z] docker latest 6972c414f322 3 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-10-25T06:59:25.628Z] + docker-compose -f ./docker-compose-build.yml build --parallel Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-10-25T06:59:29.921Z] Building docker-core-command-go ... [2020-10-25T06:59:29.921Z] Building docker-core-data-go ... [2020-10-25T06:59:29.921Z] Building docker-core-metadata-go ... [2020-10-25T06:59:29.921Z] Building docker-security-proxy-setup-go ... [2020-10-25T06:59:29.921Z] Building docker-security-secrets-setup-go ... [2020-10-25T06:59:29.921Z] Building docker-security-secretstore-setup-go ... [2020-10-25T06:59:29.921Z] Building docker-support-logging-go ... [2020-10-25T06:59:29.921Z] Building docker-support-notifications-go ... [2020-10-25T06:59:29.921Z] Building docker-support-scheduler-go ... [2020-10-25T06:59:29.921Z] Building docker-sys-mgmt-agent-go ... [2020-10-25T06:59:29.921Z] Building docker-security-secrets-setup-go [2020-10-25T06:59:29.921Z] Building docker-security-secretstore-setup-go [2020-10-25T06:59:29.921Z] Building docker-support-notifications-go [2020-10-25T06:59:29.921Z] Building docker-support-scheduler-go [2020-10-25T06:59:29.921Z] Building docker-core-command-go [2020-10-25T06:59:41.165Z] Still waiting to schedule task [2020-10-25T06:59:41.166Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-8667’ [2020-10-25T07:00:51.695Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:00:51.695Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:00:51.695Z] ---> bd8afd2955fd [2020-10-25T07:00:51.695Z] Step 3/24 : WORKDIR /edgex-go [2020-10-25T07:00:51.695Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:00:51.695Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:00:51.695Z] ---> bd8afd2955fd [2020-10-25T07:00:51.695Z] Step 3/21 : WORKDIR /edgex-go [2020-10-25T07:00:51.695Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:00:51.695Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:00:51.695Z] ---> bd8afd2955fd [2020-10-25T07:00:51.695Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T07:00:51.695Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:00:51.695Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-25T07:00:51.695Z] ---> bd8afd2955fd [2020-10-25T07:00:51.695Z] Step 3/29 : WORKDIR /edgex-go [2020-10-25T07:00:51.695Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:00:51.695Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:00:51.695Z] ---> bd8afd2955fd [2020-10-25T07:00:51.695Z] Step 3/26 : WORKDIR /edgex-go [2020-10-25T07:00:51.695Z] ---> Running in d6fc25ab8de3 [2020-10-25T07:00:51.695Z] ---> Running in ceea2157eb15 [2020-10-25T07:00:51.695Z] ---> Running in 08f0f782654e [2020-10-25T07:00:51.695Z] ---> Running in 8fd6c1797b0a [2020-10-25T07:00:51.695Z] ---> Running in bde763380b2a [2020-10-25T07:00:51.695Z] Removing intermediate container 08f0f782654e [2020-10-25T07:00:51.695Z] ---> 49743d8aee05 [2020-10-25T07:00:51.695Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:00:51.695Z] Removing intermediate container ceea2157eb15 [2020-10-25T07:00:51.695Z] ---> 6e3128e2b318 [2020-10-25T07:00:51.695Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:00:51.695Z] Removing intermediate container d6fc25ab8de3 [2020-10-25T07:00:51.695Z] ---> 18c5e9efe79f [2020-10-25T07:00:51.695Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container bde763380b2a [2020-10-25T07:00:51.695Z] ---> 0f119c6d790f [2020-10-25T07:00:51.695Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:00:51.695Z] Removing intermediate container 8fd6c1797b0a [2020-10-25T07:00:51.695Z] ---> 35c0635d2f79 [2020-10-25T07:00:51.695Z] Step 4/29 : RUN apk update && apk add make git [2020-10-25T07:00:51.695Z] [2020-10-25T07:00:51.695Z] ---> Running in 3fe2a83d6802 [2020-10-25T07:00:51.695Z] ---> Running in bcfffb33462c [2020-10-25T07:00:51.695Z] ---> Running in bac1e6afcb37 [2020-10-25T07:00:51.695Z] ---> Running in cdba09c57ce3 [2020-10-25T07:00:51.695Z] ---> Running in 7fd61367b442 [2020-10-25T07:00:52.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:53.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:53.676Z] Removing intermediate container bcfffb33462c [2020-10-25T07:00:53.676Z] ---> 8260a56f999e [2020-10-25T07:00:53.676Z] Step 5/21 : RUN apk update && apk add make git [2020-10-25T07:00:53.946Z] ---> Running in 58f64269981f [2020-10-25T07:00:54.219Z] Removing intermediate container 3fe2a83d6802 [2020-10-25T07:00:54.219Z] Removing intermediate container cdba09c57ce3 [2020-10-25T07:00:54.219Z] ---> a11b46e29cc1 [2020-10-25T07:00:54.219Z] Step 5/22 : RUN apk update && apk add make git [2020-10-25T07:00:54.219Z] ---> 633b2c933d82 [2020-10-25T07:00:54.219Z] Step 5/26 : RUN apk update && apk add make git [2020-10-25T07:00:54.492Z] Removing intermediate container 7fd61367b442 [2020-10-25T07:00:54.492Z] ---> 395582ecd698 [2020-10-25T07:00:54.492Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-25T07:00:54.492Z] ---> Running in 32112aaeda27 [2020-10-25T07:00:54.492Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:00:54.492Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:00:54.492Z] OK: 12623 distinct packages available [2020-10-25T07:00:54.492Z] ---> Running in 4ddf924210d6 [2020-10-25T07:00:54.764Z] ---> Running in 3dfeadf1a80f [2020-10-25T07:00:55.365Z] OK: 217 MiB in 51 packages [2020-10-25T07:00:56.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:56.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:56.956Z] Removing intermediate container bac1e6afcb37 [2020-10-25T07:00:56.956Z] ---> e652fc8119e5 [2020-10-25T07:00:56.956Z] Step 5/29 : COPY go.mod . [2020-10-25T07:00:57.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:57.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:57.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:57.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:57.859Z] ---> 47bbff974b20 [2020-10-25T07:00:57.859Z] Step 6/29 : RUN go mod download [2020-10-25T07:00:57.859Z] ---> Running in 27ba5a77c475 [2020-10-25T07:00:58.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:58.145Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:00:58.145Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:00:58.145Z] OK: 12623 distinct packages available [2020-10-25T07:00:58.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:00:58.753Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:00:58.753Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:00:58.753Z] OK: 12623 distinct packages available [2020-10-25T07:00:59.037Z] OK: 217 MiB in 51 packages [2020-10-25T07:00:59.037Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:00:59.037Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:00:59.037Z] OK: 12623 distinct packages available [2020-10-25T07:00:59.314Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:00:59.314Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:00:59.314Z] OK: 12623 distinct packages available [2020-10-25T07:00:59.592Z] OK: 217 MiB in 51 packages [2020-10-25T07:01:00.199Z] OK: 217 MiB in 51 packages [2020-10-25T07:01:00.199Z] OK: 217 MiB in 51 packages [2020-10-25T07:01:00.815Z] Removing intermediate container 58f64269981f [2020-10-25T07:01:00.815Z] ---> 810b7f56ffd6 [2020-10-25T07:01:00.815Z] Step 6/21 : COPY go.mod . [2020-10-25T07:01:01.815Z] Removing intermediate container 32112aaeda27 [2020-10-25T07:01:01.815Z] ---> 999fd582a85b [2020-10-25T07:01:01.815Z] Step 6/22 : COPY go.mod . [2020-10-25T07:01:01.815Z] ---> b3f32dc8be67 [2020-10-25T07:01:01.815Z] Step 7/21 : RUN go mod download [2020-10-25T07:01:02.093Z] Removing intermediate container 3dfeadf1a80f [2020-10-25T07:01:02.093Z] ---> aac160ccc466 [2020-10-25T07:01:02.093Z] Step 6/24 : COPY go.mod . [2020-10-25T07:01:02.093Z] Removing intermediate container 4ddf924210d6 [2020-10-25T07:01:02.093Z] ---> 26a3a84742c3 [2020-10-25T07:01:02.093Z] Step 6/26 : COPY go.mod . [2020-10-25T07:01:02.367Z] ---> Running in 3d2033b4ba73 [2020-10-25T07:01:02.367Z] Removing intermediate container 27ba5a77c475 [2020-10-25T07:01:02.367Z] ---> 040c9e21bc87 [2020-10-25T07:01:02.367Z] Step 7/29 : COPY . . [2020-10-25T07:01:02.642Z] ---> eb9aeff0f4dd [2020-10-25T07:01:02.642Z] Step 7/22 : RUN go mod download [2020-10-25T07:01:02.920Z] ---> Running in a6eb50ef7eb5 [2020-10-25T07:01:03.194Z] ---> b69bd1472d5d [2020-10-25T07:01:03.194Z] Step 7/24 : RUN go mod download [2020-10-25T07:01:03.194Z] ---> 4f7fe3be6120 [2020-10-25T07:01:03.194Z] Step 7/26 : RUN go mod download [2020-10-25T07:01:03.473Z] ---> Running in 54aed7a598d5 [2020-10-25T07:01:03.746Z] ---> Running in e09ead9dfa08 [2020-10-25T07:01:08.089Z] Removing intermediate container 3d2033b4ba73 [2020-10-25T07:01:08.089Z] ---> e6acbf2320f1 [2020-10-25T07:01:08.089Z] Step 8/21 : COPY . . [2020-10-25T07:01:08.089Z] Removing intermediate container a6eb50ef7eb5 [2020-10-25T07:01:08.089Z] ---> 3ed15721391a [2020-10-25T07:01:08.089Z] Step 8/22 : COPY . . [2020-10-25T07:01:08.372Z] Removing intermediate container e09ead9dfa08 [2020-10-25T07:01:08.372Z] ---> f6f554e3b835 [2020-10-25T07:01:08.372Z] Step 8/26 : COPY . . [2020-10-25T07:01:08.651Z] Removing intermediate container 54aed7a598d5 [2020-10-25T07:01:08.929Z] ---> fa8dd147dc44 [2020-10-25T07:01:08.929Z] Step 8/24 : COPY . . [2020-10-25T07:01:31.157Z] ---> 744c1fe9c324 [2020-10-25T07:01:31.157Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-25T07:01:31.157Z] ---> 9613fc8cac00 [2020-10-25T07:01:31.157Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-25T07:01:31.157Z] ---> Running in 6794ef6291fb [2020-10-25T07:01:31.157Z] ---> 97e3c09cd22e [2020-10-25T07:01:31.157Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-25T07:01:31.157Z] ---> 02cc1cc2c039 [2020-10-25T07:01:31.157Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-25T07:01:31.157Z] ---> Running in 0e1a25954d65 [2020-10-25T07:01:31.157Z] ---> 8b32cfb9322a [2020-10-25T07:01:31.157Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-25T07:01:31.157Z] ---> Running in 6acff483bbb7 [2020-10-25T07:01:31.157Z] ---> Running in bbcfac7931a3 [2020-10-25T07:01:31.157Z] ---> Running in 6c8ce2861610 [2020-10-25T07:01:31.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-25T07:01:31.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-25T07:01:32.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-25T07:01:32.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-25T07:01:32.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-25T07:02:44.000Z] Running on prd-centos7-docker-8c-8g-8669 in /w/workspace/edgexfoundry_edgex-go_PR-2847 [Pipeline] { [Pipeline] ws [2020-10-25T07:02:44.063Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-10-25T07:02:46.187Z] using credential edgex-jenkins-ssh [2020-10-25T07:02:46.245Z] Cloning the remote Git repository [2020-10-25T07:02:46.264Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-25T07:02:46.325Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-10-25T07:02:46.346Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-25T07:02:46.346Z] > git --version # timeout=10 [2020-10-25T07:02:46.351Z] > git --version # 'git version 2.16.5' [2020-10-25T07:02:46.351Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-25T07:02:46.370Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-25T07:02:53.946Z] Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit 2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:02:53.363Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-25T07:02:53.367Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-25T07:02:53.376Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-25T07:02:53.386Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-25T07:02:53.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-25T07:02:53.390Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2847/head:refs/remotes/origin/PR-2847 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-25T07:02:53.954Z] > git config core.sparsecheckout # timeout=10 [2020-10-25T07:02:53.957Z] > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 [2020-10-25T07:02:54.067Z] > git remote # timeout=10 [2020-10-25T07:02:54.071Z] > git config --get remote.origin.url # timeout=10 [2020-10-25T07:02:54.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-25T07:02:54.078Z] > git merge 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 [2020-10-25T07:02:54.092Z] Merge succeeded, producing 2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:02:54.093Z] Checking out Revision 2d71b7e4afa7fde7c58a07921ed201627351f1cb (PR-2847) [2020-10-25T07:02:54.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-25T07:02:54.488Z] Removing intermediate container 6794ef6291fb [2020-10-25T07:02:54.488Z] ---> d4ca04e1f14a [2020-10-25T07:02:54.488Z] [2020-10-25T07:02:54.488Z] Step 9/29 : FROM alpine:latest [2020-10-25T07:02:54.488Z] latest: Pulling from library/alpine [2020-10-25T07:02:54.488Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-25T07:02:54.488Z] Status: Downloaded newer image for alpine:latest [2020-10-25T07:02:54.488Z] ---> 2e77e061c27f [2020-10-25T07:02:54.488Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-25T07:02:54.488Z] ---> Running in 059ac6f0c16d [2020-10-25T07:02:54.488Z] Removing intermediate container 059ac6f0c16d [2020-10-25T07:02:54.488Z] ---> 86bf1bf31e65 [2020-10-25T07:02:54.488Z] Step 11/29 : USER root [2020-10-25T07:02:54.488Z] ---> Running in fb4d5ef5c229 [2020-10-25T07:02:54.488Z] Removing intermediate container fb4d5ef5c229 [2020-10-25T07:02:54.488Z] ---> 483039a339ec [2020-10-25T07:02:54.488Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-25T07:02:54.488Z] ---> Running in 75b358486c1c [2020-10-25T07:02:54.086Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-25T07:02:54.094Z] > git config core.sparsecheckout # timeout=10 [2020-10-25T07:02:54.097Z] > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 [2020-10-25T07:02:57.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:02:57.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:02:57.681Z] Commit message: "feat(data): Implement GET /event/device/name/{name} V2 API" [2020-10-25T07:02:58.131Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:02:58.131Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:02:58.131Z] OK: 12615 distinct packages available [Pipeline] withEnv [Pipeline] { [2020-10-25T07:02:58.732Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-25T07:02:58.732Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-25T07:02:58.732Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T07:02:58.732Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] sh [2020-10-25T07:02:59.336Z] OK: 6 MiB in 16 packages [2020-10-25T07:02:59.593Z] ++ find /w/workspace/edgex-go/5 [2020-10-25T07:02:59.593Z] ++ grep snapcraft.yaml [2020-10-25T07:02:59.593Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/5/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-25T07:02:59.761Z] provisioning config files... [2020-10-25T07:02:59.773Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/5@tmp/config2692858651940147678tmp [Pipeline] { [Pipeline] sh [2020-10-25T07:03:00.141Z] + cp /w/workspace/edgex-go/5@tmp/config2692858651940147678tmp /w/workspace/edgex-go/5/edgex-snap-store-login [Pipeline] sh [2020-10-25T07:03:00.438Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/5:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-25T07:03:00.438Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-25T07:03:00.438Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-25T07:03:00.438Z] f08d8e2a3ba1: Pulling fs layer [2020-10-25T07:03:00.438Z] 3baa9cb2483b: Pulling fs layer [2020-10-25T07:03:00.438Z] 94e5ff4c0b15: Pulling fs layer [2020-10-25T07:03:00.438Z] 1860925334f9: Pulling fs layer [2020-10-25T07:03:00.438Z] 2daf38717194: Pulling fs layer [2020-10-25T07:03:00.438Z] 309017e8d7a4: Pulling fs layer [2020-10-25T07:03:00.438Z] f7790dc9fd0f: Pulling fs layer [2020-10-25T07:03:00.438Z] cac0ae9282c2: Pulling fs layer [2020-10-25T07:03:00.438Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-25T07:03:00.438Z] 2daf38717194: Waiting [2020-10-25T07:03:00.438Z] cac0ae9282c2: Waiting [2020-10-25T07:03:00.438Z] 309017e8d7a4: Waiting [2020-10-25T07:03:00.438Z] 1f4cadf9a1ed: Waiting [2020-10-25T07:03:00.438Z] f7790dc9fd0f: Waiting [2020-10-25T07:03:00.438Z] 1860925334f9: Waiting [2020-10-25T07:03:00.698Z] 3baa9cb2483b: Download complete [2020-10-25T07:03:00.698Z] 94e5ff4c0b15: Download complete [2020-10-25T07:03:00.698Z] 1860925334f9: Verifying Checksum [2020-10-25T07:03:00.698Z] 1860925334f9: Download complete [2020-10-25T07:03:00.698Z] 309017e8d7a4: Verifying Checksum [2020-10-25T07:03:00.698Z] 309017e8d7a4: Download complete [2020-10-25T07:03:00.698Z] f7790dc9fd0f: Verifying Checksum [2020-10-25T07:03:00.698Z] f7790dc9fd0f: Download complete [2020-10-25T07:03:01.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-25T07:03:01.649Z] cac0ae9282c2: Verifying Checksum [2020-10-25T07:03:01.649Z] cac0ae9282c2: Download complete [2020-10-25T07:03:01.910Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-25T07:03:01.910Z] 1f4cadf9a1ed: Download complete [2020-10-25T07:03:01.931Z] Removing intermediate container 75b358486c1c [2020-10-25T07:03:01.931Z] ---> 0ee80c2707ed [2020-10-25T07:03:01.931Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-25T07:03:01.931Z] ---> Running in 5a3bcfd97c4b [2020-10-25T07:03:02.924Z] Removing intermediate container 5a3bcfd97c4b [2020-10-25T07:03:02.924Z] ---> 00f40f8bb08d [2020-10-25T07:03:02.924Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-25T07:03:02.924Z] ---> Running in 1f4abba1754d [2020-10-25T07:03:03.294Z] f08d8e2a3ba1: Verifying Checksum [2020-10-25T07:03:03.294Z] f08d8e2a3ba1: Download complete [2020-10-25T07:03:03.531Z] Removing intermediate container 1f4abba1754d [2020-10-25T07:03:03.531Z] ---> 5babcb1224d7 [2020-10-25T07:03:03.531Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-25T07:03:03.808Z] ---> Running in a721ad383b83 [2020-10-25T07:03:04.681Z] f08d8e2a3ba1: Pull complete [2020-10-25T07:03:04.681Z] 3baa9cb2483b: Pull complete [2020-10-25T07:03:04.681Z] 94e5ff4c0b15: Pull complete [2020-10-25T07:03:04.941Z] 1860925334f9: Pull complete [2020-10-25T07:03:08.141Z] Removing intermediate container a721ad383b83 [2020-10-25T07:03:08.141Z] ---> 8570cfee78e3 [2020-10-25T07:03:08.142Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-25T07:03:08.242Z] 2daf38717194: Verifying Checksum [2020-10-25T07:03:08.242Z] 2daf38717194: Download complete [2020-10-25T07:03:09.583Z] ---> 07e3d40d8cf6 [2020-10-25T07:03:09.583Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-25T07:03:10.569Z] ---> 851bb37aff83 [2020-10-25T07:03:10.569Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-25T07:03:12.579Z] ---> 036c92dd71c7 [2020-10-25T07:03:12.579Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-25T07:03:14.582Z] ---> f9d93207d03d [2020-10-25T07:03:14.582Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-25T07:03:15.379Z] Removing intermediate container 6c8ce2861610 [2020-10-25T07:03:15.379Z] ---> b162209ccaff [2020-10-25T07:03:15.379Z] [2020-10-25T07:03:15.379Z] Step 10/26 : FROM alpine:3.10 [2020-10-25T07:03:15.699Z] ---> 08e5394c7ef7 [2020-10-25T07:03:15.699Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-25T07:03:15.699Z] 3.10: Pulling from library/alpine [2020-10-25T07:03:15.699Z] ---> Running in f0d9a4856023 [2020-10-25T07:03:18.026Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-25T07:03:18.026Z] Status: Downloaded newer image for alpine:3.10 [2020-10-25T07:03:18.026Z] ---> 536a684cf733 [2020-10-25T07:03:18.026Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-25T07:03:18.026Z] ---> Running in 5be21c238323 [2020-10-25T07:03:20.662Z] Removing intermediate container f0d9a4856023 [2020-10-25T07:03:20.662Z] ---> 1e3e021dacb9 [2020-10-25T07:03:20.662Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-25T07:03:20.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:03:21.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:03:21.856Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-25T07:03:21.856Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-25T07:03:21.856Z] OK: 10167 distinct packages available [2020-10-25T07:03:21.856Z] ---> 645d657e9853 [2020-10-25T07:03:21.856Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-25T07:03:22.128Z] ---> Running in fea11af462fb [2020-10-25T07:03:22.741Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-25T07:03:22.741Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-25T07:03:22.741Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-25T07:03:22.741Z] (4/5) Installing curl (7.66.0-r1) [2020-10-25T07:03:22.741Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-25T07:03:22.741Z] Executing busybox-1.30.1-r3.trigger [2020-10-25T07:03:22.741Z] Executing ca-certificates-20191127-r2.trigger [2020-10-25T07:03:23.012Z] OK: 7 MiB in 19 packages [2020-10-25T07:03:24.158Z] 2daf38717194: Pull complete [2020-10-25T07:03:24.158Z] 309017e8d7a4: Pull complete [2020-10-25T07:03:24.158Z] f7790dc9fd0f: Pull complete [2020-10-25T07:03:24.419Z] cac0ae9282c2: Pull complete [2020-10-25T07:03:24.419Z] 1f4cadf9a1ed: Pull complete [2020-10-25T07:03:24.419Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-25T07:03:24.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-25T07:03:27.322Z] Removing intermediate container 6acff483bbb7 [2020-10-25T07:03:27.322Z] ---> 586f94767bb7 [2020-10-25T07:03:27.322Z] [2020-10-25T07:03:27.322Z] Step 10/24 : FROM scratch [2020-10-25T07:03:27.322Z] ---> [2020-10-25T07:03:27.322Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-25T07:03:27.322Z] Removing intermediate container 5be21c238323 [2020-10-25T07:03:27.322Z] ---> 2d7b1eca12f6 [2020-10-25T07:03:27.322Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-25T07:03:27.322Z] Removing intermediate container 0e1a25954d65 [2020-10-25T07:03:27.322Z] ---> f1afcfff5339 [2020-10-25T07:03:27.322Z] [2020-10-25T07:03:27.322Z] Step 10/22 : FROM scratch [2020-10-25T07:03:27.322Z] ---> [2020-10-25T07:03:27.322Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T07:03:27.322Z] Removing intermediate container bbcfac7931a3 [2020-10-25T07:03:27.322Z] ---> 7501ef15d6c9 [2020-10-25T07:03:27.322Z] [2020-10-25T07:03:27.322Z] Step 10/21 : FROM scratch [2020-10-25T07:03:27.322Z] ---> [2020-10-25T07:03:27.322Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T07:03:27.322Z] ---> Running in d7b79ebc6b7d [2020-10-25T07:03:27.322Z] ---> Running in 75d81c3216bd [2020-10-25T07:03:27.322Z] ---> Running in 28b93c1404b1 [2020-10-25T07:03:27.322Z] Removing intermediate container fea11af462fb [2020-10-25T07:03:27.322Z] ---> 34b2a7fc18f7 [2020-10-25T07:03:27.322Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-25T07:03:27.322Z] ---> Running in 03cb051446fe [2020-10-25T07:03:27.598Z] ---> Running in be5b055ae8b7 [2020-10-25T07:03:27.874Z] Removing intermediate container d7b79ebc6b7d [2020-10-25T07:03:27.874Z] ---> 27171c4d97a1 [2020-10-25T07:03:27.874Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-25T07:03:27.874Z] Removing intermediate container 75d81c3216bd [2020-10-25T07:03:27.874Z] ---> f9ced1120660 [2020-10-25T07:03:27.874Z] Step 13/26 : WORKDIR / [2020-10-25T07:03:28.152Z] ---> Running in 76f555314b21 [2020-10-25T07:03:28.152Z] Removing intermediate container 28b93c1404b1 [2020-10-25T07:03:28.152Z] ---> be859b322fe7 [2020-10-25T07:03:28.152Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-25T07:03:28.152Z] Removing intermediate container 03cb051446fe [2020-10-25T07:03:28.152Z] ---> 0e1d681b9486 [2020-10-25T07:03:28.152Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-25T07:03:28.152Z] ---> Running in 8d76ecc93abd [2020-10-25T07:03:28.152Z] ---> Running in ee597b49c8be [2020-10-25T07:03:28.438Z] ---> Running in e3fa7ab425f2 [2020-10-25T07:03:28.629Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-25T07:03:28.629Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-25T07:03:28.629Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] [2020-10-25T07:03:28.629Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-25T07:03:28.629Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-25T07:03:28.629Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] [2020-10-25T07:03:28.629Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] [2020-10-25T07:03:28.629Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-25T07:03:28.715Z] Removing intermediate container 76f555314b21 [2020-10-25T07:03:28.715Z] ---> abe65fe64f95 [2020-10-25T07:03:28.715Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-25T07:03:28.715Z] ---> Running in b195602dd3db [2020-10-25T07:03:28.891Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-25T07:03:28.992Z] Removing intermediate container 8d76ecc93abd [2020-10-25T07:03:28.992Z] ---> 1f8da64cd762 [2020-10-25T07:03:28.992Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T07:03:28.992Z] Removing intermediate container ee597b49c8be [2020-10-25T07:03:28.992Z] ---> 70416b047afc [2020-10-25T07:03:28.992Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-25T07:03:28.992Z] Removing intermediate container e3fa7ab425f2 [2020-10-25T07:03:28.992Z] ---> 1890013a2f2d [2020-10-25T07:03:28.992Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-25T07:03:28.992Z] ---> Running in 204830c5afad [2020-10-25T07:03:29.274Z] ---> Running in 3e823d201c61 [2020-10-25T07:03:29.463Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2162 kB] [2020-10-25T07:03:29.463Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [238 kB] [2020-10-25T07:03:29.463Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-25T07:03:29.463Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-25T07:03:29.463Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-25T07:03:29.555Z] Removing intermediate container b195602dd3db [2020-10-25T07:03:29.555Z] ---> 9ea6a26e71b8 [2020-10-25T07:03:29.555Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-25T07:03:29.723Z] Fetched 8158 kB in 2s (4759 kB/s) [2020-10-25T07:03:29.829Z] Removing intermediate container 204830c5afad [2020-10-25T07:03:29.829Z] ---> dff9d18e5e14 [2020-10-25T07:03:29.829Z] Step 14/22 : WORKDIR / [2020-10-25T07:03:29.829Z] ---> Running in 07ae09018aeb [2020-10-25T07:03:30.104Z] Removing intermediate container 3e823d201c61 [2020-10-25T07:03:30.104Z] ---> 5c378250db4f [2020-10-25T07:03:30.104Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-25T07:03:30.387Z] ---> 081cf9c9d777 [2020-10-25T07:03:30.387Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-25T07:03:30.663Z] ---> 0f52ecdf86e9 [2020-10-25T07:03:30.663Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-25T07:03:30.663Z] Removing intermediate container 07ae09018aeb [2020-10-25T07:03:30.663Z] ---> 465bc284c028 [2020-10-25T07:03:30.663Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-25T07:03:31.107Z] Reading package lists... [2020-10-25T07:03:31.259Z] ---> 01a7523dffa5 [2020-10-25T07:03:31.259Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-25T07:03:31.540Z] ---> 58fcc41d9d1c [2020-10-25T07:03:31.540Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-25T07:03:31.814Z] Removing intermediate container be5b055ae8b7 [2020-10-25T07:03:31.814Z] ---> 93b9cf9c9a3c [2020-10-25T07:03:31.814Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-25T07:03:31.814Z] ---> c4115b9e9b3b [2020-10-25T07:03:31.814Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-25T07:03:32.093Z] ---> Running in cf1059d1df35 [2020-10-25T07:03:32.365Z] ---> db9fd4426d39 [2020-10-25T07:03:32.365Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-25T07:03:32.488Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-10-25T07:03:32.488Z] - README.md [2020-10-25T07:03:32.488Z] [2020-10-25T07:03:32.488Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-10-25T07:03:32.969Z] ---> 52e9ba246278 [2020-10-25T07:03:32.969Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-25T07:03:32.969Z] Removing intermediate container cf1059d1df35 [2020-10-25T07:03:32.969Z] ---> 82d00d6a6102 [2020-10-25T07:03:32.969Z] Step 26/29 : CMD [ "generate" ] [2020-10-25T07:03:32.969Z] ---> d398c8e59fc3 [2020-10-25T07:03:32.969Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-25T07:03:33.247Z] ---> Running in 969eccfd0912 [2020-10-25T07:03:33.857Z] ---> 8371fa6abf73 [2020-10-25T07:03:33.857Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-25T07:03:34.138Z] ---> 7780a169e666 [2020-10-25T07:03:34.138Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-25T07:03:34.138Z] ---> 4b9fac23b823 [2020-10-25T07:03:34.138Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-25T07:03:34.138Z] Removing intermediate container 969eccfd0912 [2020-10-25T07:03:34.138Z] ---> ea3c7e608876 [2020-10-25T07:03:34.138Z] Step 27/29 : LABEL arch=arm64 [2020-10-25T07:03:34.397Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-25T07:03:34.397Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-25T07:03:34.397Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-25T07:03:34.397Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-25T07:03:34.413Z] ---> 5513c6015a85 [2020-10-25T07:03:34.413Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-25T07:03:34.413Z] ---> Running in c9f1e8ac7bdf [2020-10-25T07:03:34.685Z] ---> Running in 669ab379fa7f [2020-10-25T07:03:34.964Z] ---> ff82e935dc06 [2020-10-25T07:03:34.964Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-25T07:03:35.242Z] ---> Running in 8b90fde01c96 [2020-10-25T07:03:35.242Z] Removing intermediate container c9f1e8ac7bdf [2020-10-25T07:03:35.242Z] ---> b9405733af3f [2020-10-25T07:03:35.242Z] Step 28/29 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:03:35.242Z] ---> ecf0da113345 [2020-10-25T07:03:35.242Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-25T07:03:35.242Z] Removing intermediate container 669ab379fa7f [2020-10-25T07:03:35.242Z] ---> 5fe3d51468ca [2020-10-25T07:03:35.242Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T07:03:35.525Z] ---> Running in d7175ed9547e [2020-10-25T07:03:35.525Z] ---> 5db1a739aedb [2020-10-25T07:03:35.525Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-25T07:03:35.749Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 62% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-25T07:03:35.804Z] ---> Running in 31daf93dd6d1 [2020-10-25T07:03:35.805Z] Removing intermediate container 8b90fde01c96 [2020-10-25T07:03:35.805Z] ---> f997db55f4f2 [2020-10-25T07:03:35.805Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T07:03:36.082Z] ---> Running in 064999aee867 [2020-10-25T07:03:36.369Z] Removing intermediate container d7175ed9547e [2020-10-25T07:03:36.369Z] ---> d90e80a9d7c0 [2020-10-25T07:03:36.369Z] Step 29/29 : LABEL version=0.0.0 [2020-10-25T07:03:36.369Z] Removing intermediate container 31daf93dd6d1 [2020-10-25T07:03:36.369Z] ---> 9398ca032f2e [2020-10-25T07:03:36.369Z] Step 19/21 : LABEL arch=arm64 [2020-10-25T07:03:36.652Z] ---> Running in 219a6e86045b [2020-10-25T07:03:36.652Z] ---> Running in ef7350c82240 [2020-10-25T07:03:36.926Z] Removing intermediate container 064999aee867 [2020-10-25T07:03:36.926Z] ---> 22a8cdc61fd0 [2020-10-25T07:03:36.926Z] Step 20/22 : LABEL arch=arm64 [2020-10-25T07:03:36.926Z] ---> fefc7a6b8d6f [2020-10-25T07:03:36.926Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-25T07:03:37.200Z] ---> 1dccf303cded [2020-10-25T07:03:37.200Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-25T07:03:37.200Z] ---> Running in a2540890b59b [2020-10-25T07:03:37.200Z] Removing intermediate container 219a6e86045b [2020-10-25T07:03:37.200Z] ---> 22db3f31a018 [2020-10-25T07:03:37.200Z] [2020-10-25T07:03:37.474Z] Removing intermediate container ef7350c82240 [2020-10-25T07:03:37.474Z] ---> ac5dfc5e50ee [2020-10-25T07:03:37.474Z] Step 20/21 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:03:37.661Z] Installing build dependencies: autoconf automake autopoint autotools-dev binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config unzip wget zip zlib1g-dev [2020-10-25T07:03:37.751Z] ---> Running in 31d3e1440c2f [2020-10-25T07:03:37.751Z] Successfully built 22db3f31a018 [2020-10-25T07:03:38.032Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-25T07:03:38.032Z] Building docker-core-data-go [2020-10-25T07:03:38.032Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container a2540890b59b [2020-10-25T07:03:38.032Z] ---> 82f212d360c3 [2020-10-25T07:03:38.032Z] Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:03:38.033Z] ---> c123a3f5d1fe [2020-10-25T07:03:38.033Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-25T07:03:38.308Z] ---> Running in b8ae77cffe40 [2020-10-25T07:03:38.308Z] ---> Running in 9cd537feefcb [2020-10-25T07:03:38.592Z] Removing intermediate container 31d3e1440c2f [2020-10-25T07:03:38.592Z] ---> 973de13ed7cc [2020-10-25T07:03:38.592Z] Step 21/21 : LABEL version=0.0.0 [2020-10-25T07:03:38.592Z] ---> f1673ae5d48c [2020-10-25T07:03:38.592Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-25T07:03:38.861Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-25T07:03:38.861Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-25T07:03:38.861Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-25T07:03:38.878Z] ---> Running in a51269f1b414 [2020-10-25T07:03:38.878Z] Removing intermediate container b8ae77cffe40 [2020-10-25T07:03:38.878Z] ---> 4dfd07ea6a9c [2020-10-25T07:03:38.878Z] Step 22/22 : LABEL version=0.0.0 [2020-10-25T07:03:39.122Z] The following packages were automatically installed and are no longer required: [2020-10-25T07:03:39.122Z] libjq1 libonig4 [2020-10-25T07:03:39.122Z] Use 'sudo apt autoremove' to remove them. [2020-10-25T07:03:39.122Z] Suggested packages: [2020-10-25T07:03:39.122Z] autoconf-archive gnu-standards autoconf-doc gettext binutils-doc cmake-doc [2020-10-25T07:03:39.122Z] ninja-build cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-10-25T07:03:39.122Z] lib32stdc++6-7-dbg libx32stdc++6-7-dbg flex bison gdb gcc-doc libgcc1-dbg [2020-10-25T07:03:39.122Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-10-25T07:03:39.122Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-10-25T07:03:39.122Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-25T07:03:39.122Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn lrzip glibc-doc bzr [2020-10-25T07:03:39.122Z] gdbm-l10n libtool-doc ncurses-doc readline-doc libssl-doc libstdc++-7-doc [2020-10-25T07:03:39.122Z] gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc make-doc [2020-10-25T07:03:39.122Z] man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-25T07:03:39.122Z] | libterm-readline-perl-perl [2020-10-25T07:03:39.151Z] ---> Running in 7ed34297d8d2 [2020-10-25T07:03:39.151Z] Removing intermediate container 9cd537feefcb [2020-10-25T07:03:39.151Z] ---> 277d418c47f6 [2020-10-25T07:03:39.151Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T07:03:39.426Z] Removing intermediate container a51269f1b414 [2020-10-25T07:03:39.426Z] ---> c1bbeebb3bcf [2020-10-25T07:03:39.426Z] [2020-10-25T07:03:39.692Z] The following NEW packages will be installed: [2020-10-25T07:03:39.692Z] autoconf automake autopoint autotools-dev binutils binutils-common [2020-10-25T07:03:39.692Z] binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl [2020-10-25T07:03:39.692Z] dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base [2020-10-25T07:03:39.692Z] gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 [2020-10-25T07:03:39.692Z] lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 [2020-10-25T07:03:39.692Z] lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 [2020-10-25T07:03:39.692Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-10-25T07:03:39.692Z] libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev [2020-10-25T07:03:39.692Z] libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 [2020-10-25T07:03:39.692Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-10-25T07:03:39.692Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-10-25T07:03:39.692Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev [2020-10-25T07:03:39.692Z] libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 [2020-10-25T07:03:39.692Z] libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-10-25T07:03:39.692Z] libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 [2020-10-25T07:03:39.692Z] libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin [2020-10-25T07:03:39.692Z] libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 [2020-10-25T07:03:39.692Z] libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 [2020-10-25T07:03:39.692Z] libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev [2020-10-25T07:03:39.692Z] libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 [2020-10-25T07:03:39.692Z] luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 [2020-10-25T07:03:39.692Z] pkg-config unzip wget zip zlib1g-dev [2020-10-25T07:03:39.692Z] 0 upgraded, 130 newly installed, 0 to remove and 30 not upgraded. [2020-10-25T07:03:39.692Z] Need to get 86.0 MB of archives. [2020-10-25T07:03:39.692Z] After this operation, 394 MB of additional disk space will be used. [2020-10-25T07:03:39.692Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-10-25T07:03:39.735Z] ---> Running in 47d74fdc549f [2020-10-25T07:03:39.953Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-10-25T07:03:40.017Z] Successfully built c1bbeebb3bcf [2020-10-25T07:03:40.017Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-25T07:03:40.017Z] Building docker-sys-mgmt-agent-go [2020-10-25T07:03:40.289Z]  Building docker-support-scheduler-go ... done  ---> 218b160a49f7 [2020-10-25T07:03:40.289Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-25T07:03:40.289Z] Removing intermediate container 7ed34297d8d2 [2020-10-25T07:03:40.289Z] ---> f7a00c4a9d1b [2020-10-25T07:03:40.289Z] [2020-10-25T07:03:40.524Z] 0% [2 perl-modules-5.26 15.2 kB/2763 kB 1%] 2% [2 perl-modules-5.26 1523 kB/2763 kB 55%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-25T07:03:40.524Z] 3% [3 libgdbm5 22.8 kB/26.0 kB 88%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-25T07:03:40.524Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-10-25T07:03:40.524Z] 3% [5 libperl5.26 8129 B/3527 kB 0%] 7% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-10-25T07:03:40.524Z] 7% [6 perl 40.5 kB/201 kB 20%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-25T07:03:40.524Z] 7% [7 less 11.5 kB/112 kB 10%] 7% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] [2020-10-25T07:03:40.524Z] 7% [8 libyaml-0-2 9082 B/47.2 kB 19%] 7% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-25T07:03:40.524Z] 7% [9 netbase 12.7 kB/12.7 kB 100%] 8% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-10-25T07:03:40.524Z] 8% [10 manpages 5720 B/1234 kB 0%] 9% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB] [2020-10-25T07:03:40.566Z] ---> Running in 778deb2c62cc [2020-10-25T07:03:40.566Z] Removing intermediate container 47d74fdc549f [2020-10-25T07:03:40.566Z] ---> 23dfbb8549cf [2020-10-25T07:03:40.566Z] Step 22/24 : LABEL arch=arm64 [2020-10-25T07:03:40.784Z] 9% [11 wget 0 B/316 kB 0%] 9% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB] [2020-10-25T07:03:40.784Z] 9% [12 libsigsegv2 14.7 kB/14.7 kB 100%] 10% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] [2020-10-25T07:03:40.784Z] 10% [13 m4 0 B/197 kB 0%] 10% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] [2020-10-25T07:03:40.784Z] 10% [14 autoconf 42.8 kB/322 kB 13%] 10% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] [2020-10-25T07:03:40.784Z] 10% [15 autotools-dev 0 B/39.6 kB 0%] 11% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] [2020-10-25T07:03:40.784Z] 11% [16 automake 8667 B/509 kB 2%] 11% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] [2020-10-25T07:03:40.784Z] 11% [17 autopoint 20.9 kB/426 kB 5%] 12% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-10-25T07:03:40.784Z] 12% [18 binutils-common 56.1 kB/196 kB 29%] 12% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-10-25T07:03:40.784Z] 12% [19 libbinutils 56.0 kB/488 kB 11%] 13% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-10-25T07:03:40.842Z] Successfully built f7a00c4a9d1b [2020-10-25T07:03:40.842Z] ---> Running in 3128f5eb40af [2020-10-25T07:03:40.842Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-25T07:03:40.842Z]  Building docker-core-command-go ... done Building docker-support-logging-go [2020-10-25T07:03:41.045Z] 13% [20 binutils-x86-64-linux-gnu 26.8 kB/1839 kB 1%] 15% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-10-25T07:03:41.045Z] 15% [21 binutils 0 B/3392 B 0%] 15% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-10-25T07:03:41.045Z] 15% [22 libc-dev-bin 18.6 kB/71.8 kB 26%] 15% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] [2020-10-25T07:03:41.045Z] 15% [23 linux-libc-dev 12.0 kB/998 kB 1%] 16% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-10-25T07:03:41.045Z] 16% [24 libc6-dev 62.7 kB/2585 kB 2%] 19% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-10-25T07:03:41.045Z] 19% [25 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-10-25T07:03:41.306Z] 19% [26 libisl19 15.0 kB/551 kB 3%] 19% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-10-25T07:03:41.306Z] 19% [27 libmpfr6 53.1 kB/243 kB 22%] 20% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-10-25T07:03:41.306Z] 20% [28 libmpc3 6832 B/40.8 kB 17%] 20% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-10-25T07:03:41.453Z] Removing intermediate container 3128f5eb40af [2020-10-25T07:03:41.453Z] ---> 4f8904abaf37 [2020-10-25T07:03:41.453Z] Step 23/24 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:03:41.566Z] 20% [29 cpp-7 31.3 kB/8591 kB 0%] 28% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-10-25T07:03:41.566Z] 28% [30 cpp 17.3 kB/27.7 kB 63%] 28% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-10-25T07:03:41.566Z] 28% [31 libcc1-0 9967 B/39.4 kB 25%] 28% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-10-25T07:03:41.566Z] 28% [32 libgomp1 7653 B/76.5 kB 10%] 29% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-10-25T07:03:41.566Z] 29% [33 libitm1 11.9 kB/27.9 kB 43%] 29% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-10-25T07:03:41.566Z] 29% [34 libatomic1 9192 B/9192 B 100%] 29% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-10-25T07:03:41.566Z] 29% [35 libasan4 24.6 kB/358 kB 7%] 29% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-10-25T07:03:41.566Z] 30% [36 liblsan0 7298 B/133 kB 6%] 30% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-10-25T07:03:41.566Z] 30% [37 libtsan0 4415 B/288 kB 2%] 30% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-10-25T07:03:41.566Z] 30% [38 libubsan0 8400 B/126 kB 7%] 30% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-10-25T07:03:41.730Z] ---> Running in 14e1eec70871 [2020-10-25T07:03:41.826Z] 30% [39 libcilkrts5 17.8 kB/42.5 kB 42%] 31% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-10-25T07:03:41.826Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-10-25T07:03:41.826Z] 31% [41 libquadmath0 59.0 kB/134 kB 44%] 31% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-10-25T07:03:41.826Z] 31% [42 libgcc-7-dev 10.1 kB/2378 kB 0%] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-10-25T07:03:42.085Z] 34% [43 gcc-7 32.3 kB/9381 kB 0%] 42% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-10-25T07:03:42.086Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-10-25T07:03:42.337Z] Removing intermediate container 14e1eec70871 [2020-10-25T07:03:42.338Z] ---> 87b6ab9e459d [2020-10-25T07:03:42.338Z] Step 24/24 : LABEL version=0.0.0 [2020-10-25T07:03:42.338Z] ---> Running in 5864c5525bab [2020-10-25T07:03:42.344Z] 43% [45 libstdc++-7-dev 18.1 kB/1471 kB 1%] 44% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-10-25T07:03:42.604Z] 44% [46 g++-7 32.9 kB/9697 kB 0%] 53% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-10-25T07:03:42.604Z] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-25T07:03:42.604Z] 53% [48 make 59.8 kB/154 kB 39%] 54% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-10-25T07:03:42.604Z] 54% [49 libdpkg-perl 36.6 kB/211 kB 17%] 54% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-25T07:03:42.604Z] 54% [50 patch 21.9 kB/102 kB 21%] 54% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-10-25T07:03:42.604Z] 54% [51 dpkg-dev 50.8 kB/607 kB 8%] 55% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-10-25T07:03:42.604Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-10-25T07:03:42.604Z] 55% [53 cmake-data 19.8 kB/1332 kB 1%] 57% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-10-25T07:03:42.866Z] 57% [54 libarchive13 23.6 kB/288 kB 8%] 57% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-10-25T07:03:42.866Z] 57% [55 libjsoncpp1 21.7 kB/73.6 kB 30%] 57% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-10-25T07:03:42.866Z] 57% [56 librhash0 12.3 kB/78.1 kB 16%] 57% [Working] Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-10-25T07:03:42.866Z] 57% [57 libuv1 15.1 kB/64.4 kB 23%] 58% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-10-25T07:03:42.866Z] 58% [58 cmake 0 B/3152 kB 0%] 61% [Working] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-25T07:03:42.866Z] 61% [59 curl 20.2 kB/159 kB 13%] 61% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-10-25T07:03:42.866Z] 61% [60 libfakeroot 25.9 kB/25.9 kB 100%] 61% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-10-25T07:03:42.866Z] 61% [61 fakeroot 28.7 kB/62.3 kB 46%] 61% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] [2020-10-25T07:03:42.866Z] 61% [62 libc6-i386 34.6 kB/2650 kB 1%] 64% [Working] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] [2020-10-25T07:03:43.128Z] 64% [63 libc6-dev-i386 36.2 kB/1817 kB 2%] 66% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] [2020-10-25T07:03:43.128Z] 66% [64 libc6-x32 19.2 kB/2847 kB 1%] 69% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] [2020-10-25T07:03:43.320Z] Removing intermediate container 5864c5525bab [2020-10-25T07:03:43.320Z] ---> 257a66a04c6c [2020-10-25T07:03:43.320Z] [2020-10-25T07:03:43.390Z] 69% [65 libc6-dev-x32 18.4 kB/2018 kB 1%] 71% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-10-25T07:03:43.390Z] 71% [66 lib32gcc1 48.1 kB/48.1 kB 100%] 71% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-10-25T07:03:43.390Z] 71% [67 libx32gcc1 0 B/40.5 kB 0%] 71% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-10-25T07:03:43.390Z] 71% [68 lib32gomp1 48.8 kB/83.7 kB 58%] 71% [Working] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-10-25T07:03:43.390Z] 71% [69 libx32gomp1 30.3 kB/77.8 kB 39%] 72% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-10-25T07:03:43.390Z] 72% [70 lib32itm1 17.8 kB/30.0 kB 59%] 72% [Working] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-10-25T07:03:43.390Z] 72% [71 libx32itm1 28.1 kB/28.1 kB 100%] 72% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-10-25T07:03:43.391Z] 72% [72 lib32atomic1 8664 B/8664 B 100%] 72% [Working] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-10-25T07:03:43.391Z] 72% [73 libx32atomic1 9188 B/9188 B 100%] 72% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-10-25T07:03:43.391Z] 72% [74 lib32asan4 6250 B/362 kB 2%] 73% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-10-25T07:03:43.391Z] 73% [75 libx32asan4 37.7 kB/351 kB 11%] 73% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-10-25T07:03:43.391Z] 73% [76 lib32stdc++6 35.8 kB/415 kB 9%] 74% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-10-25T07:03:43.391Z] 74% [77 lib32ubsan0 26.2 kB/140 kB 19%] 74% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-10-25T07:03:43.391Z] 74% [78 libx32stdc++6 11.2 kB/387 kB 3%] 75% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-10-25T07:03:43.391Z] 75% [79 libx32ubsan0 9948 B/127 kB 8%] 75% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-10-25T07:03:43.391Z] 75% [80 lib32cilkrts5 11.2 kB/47.2 kB 24%] 75% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-10-25T07:03:43.391Z] 75% [81 libx32cilkrts5 4950 B/43.0 kB 12%] 75% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-10-25T07:03:43.391Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-10-25T07:03:43.391Z] 75% [83 lib32quadmath0 108 kB/208 kB 52%] 76% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-10-25T07:03:43.391Z] 76% [84 libx32quadmath0 38.4 kB/135 kB 28%] 76% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-10-25T07:03:43.595Z] Removing intermediate container 778deb2c62cc [2020-10-25T07:03:43.596Z] ---> 647dcfc8e6ce [2020-10-25T07:03:43.596Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-25T07:03:43.653Z] 76% [85 lib32gcc-7-dev 65.5 kB/2211 kB 3%] 78% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-10-25T07:03:43.653Z] 78% [86 libx32gcc-7-dev 20.3 kB/1999 kB 1%] 80% [Working] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-10-25T07:03:43.653Z] 80% [87 gcc-7-multilib 1048 B/1048 B 100%] 80% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-10-25T07:03:43.653Z] 80% [88 lib32stdc++-7-dev 28.3 kB/626 kB 5%] 81% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-10-25T07:03:43.653Z] 81% [89 libx32stdc++-7-dev 14.6 kB/582 kB 3%] 82% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-10-25T07:03:43.653Z] 82% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-10-25T07:03:43.653Z] 82% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-10-25T07:03:43.653Z] 82% [92 g++-multilib 1020 B/1020 B 100%] 82% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-25T07:03:43.653Z] 82% [93 libcurl3-gnutls 15.6 kB/213 kB 7%] 83% [Waiting for headers] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-25T07:03:43.653Z] 83% [94 liberror-perl 11.4 kB/22.8 kB 50%] 83% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-25T07:03:43.653Z] 83% [95 git-man 2293 B/804 kB 0%] 84% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-25T07:03:43.881Z] Successfully built 257a66a04c6c [2020-10-25T07:03:43.881Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-25T07:03:43.881Z] Building docker-security-proxy-setup-go [2020-10-25T07:03:43.928Z] 84% [96 git 28.1 kB/3915 kB 1%] 87% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-10-25T07:03:43.929Z] 87% [97 libalgorithm-diff-perl 28.4 kB/47.6 kB 60%] 88% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-10-25T07:03:43.929Z] 88% [98 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 88% [Working] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-10-25T07:03:43.929Z] 88% [99 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 88% [Working] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-10-25T07:03:43.929Z] 88% [100 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 88% [Working] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] [2020-10-25T07:03:44.156Z]  Building docker-support-notifications-go ... done  ---> Running in 3d2ade2a40ad [2020-10-25T07:03:44.197Z] 88% [101 libltdl7 4146 B/38.8 kB 11%] 88% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] [2020-10-25T07:03:44.460Z] 88% [102 libltdl-dev 12.6 kB/162 kB 8%] 89% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0 amd64 5.1.5-8.1build2 [100 kB] [2020-10-25T07:03:44.724Z] 89% [103 liblua5.1-0 4869 B/100 kB 5%] 89% [Waiting for headers] Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB] [2020-10-25T07:03:44.724Z] 89% [104 libtinfo-dev 2183 B/81.3 kB 3%] 89% [Waiting for headers] Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline-dev amd64 7.0-3 [133 kB] [2020-10-25T07:03:44.724Z] 89% [105 libreadline-dev 1780 B/133 kB 1%] Get:106 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0-dev amd64 5.1.5-8.1build2 [119 kB] [2020-10-25T07:03:44.724Z] 89% [106 liblua5.1-0-dev 8861 B/119 kB 7%] Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB] [2020-10-25T07:03:44.724Z] 90% [107 libncurses5-dev 398 B/174 kB 0%] 90% [Working] Get:108 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-10-25T07:03:44.724Z] 90% [108 libnorm1 883 B/224 kB 0%] 90% [Waiting for headers] Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] [2020-10-25T07:03:44.724Z] 90% [109 libpcre16-3 220 B/147 kB 0%] 91% [Working] Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] [2020-10-25T07:03:44.724Z] 91% [110 libpcre32-3 961 B/138 kB 1%] 91% [Waiting for headers] Get:111 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] [2020-10-25T07:03:44.724Z] 91% [111 libpcrecpp0v5 3256 B/15.3 kB 21%] Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] [2020-10-25T07:03:44.756Z] Removing intermediate container 3d2ade2a40ad [2020-10-25T07:03:44.756Z] ---> e5f2ac7650fd [2020-10-25T07:03:44.756Z] Step 24/26 : LABEL arch=arm64 [2020-10-25T07:03:44.987Z] 91% [112 libpcre3-dev 5741 B/537 kB 1%] Get:113 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-10-25T07:03:44.987Z] 92% [113 libpgm-5.2-0 12.4 kB/157 kB 8%] Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-10-25T07:03:44.987Z] 92% [114 libsodium23 9671 B/143 kB 7%] 92% [Waiting for headers] Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1566 kB] [2020-10-25T07:03:44.987Z] 92% [115 libssl-dev 12.0 kB/1566 kB 1%] 94% [Waiting for headers] Get:116 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] [2020-10-25T07:03:44.987Z] 94% [116 libtool 0 B/194 kB 0%] 94% [Working] Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB] [2020-10-25T07:03:44.987Z] 94% [117 libtool-bin 12.4 kB/79.5 kB 16%] 95% [Waiting for headers] Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-10-25T07:03:44.987Z] 95% [118 libzmq5 22.9 kB/221 kB 10%] 95% [Waiting for headers] Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-10-25T07:03:44.987Z] 95% [119 libzmq3-dev 3317 B/400 kB 1%] 95% [Waiting for headers] Get:120 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua5.1 amd64 5.1.5-8.1build2 [93.2 kB] [2020-10-25T07:03:44.987Z] 95% [120 lua5.1 31.1 kB/93.2 kB 33%] 96% [Waiting for headers] Get:121 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-any all 24 [4718 B] [2020-10-25T07:03:44.987Z] 96% [121 lua-any 4718 B/4718 B 100%] 96% [Working] Get:122 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] [2020-10-25T07:03:44.987Z] 96% [122 lua-socket 0 B/70.5 kB 0%] 96% [Waiting for headers] Get:123 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-sec amd64 0.6-4 [29.5 kB] [2020-10-25T07:03:44.987Z] 96% [123 lua-sec 0 B/29.5 kB 0%] 96% [Working] Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-10-25T07:03:44.987Z] 96% [124 zip 0 B/167 kB 0%] 97% [Waiting for headers] Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-10-25T07:03:44.987Z] 97% [125 unzip 0 B/167 kB 0%] 97% [Working] Get:126 http://archive.ubuntu.com/ubuntu bionic/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] [2020-10-25T07:03:44.987Z] 97% [126 luarocks 0 B/97.6 kB 0%] 97% [Waiting for headers] Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-10-25T07:03:45.031Z] ---> Running in 56ba217d74fb [2020-10-25T07:03:45.250Z] 97% [127 manpages-dev 14.8 kB/2217 kB 1%] 99% [Waiting for headers] Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-10-25T07:03:45.250Z] 99% [128 pkg-config 26.0 kB/45.0 kB 58%] 99% [Waiting for headers] Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] [2020-10-25T07:03:45.250Z] 99% [129 zlib1g-dev 8733 B/176 kB 5%] 100% [Waiting for headers] Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] [2020-10-25T07:03:45.250Z] 100% [130 libyaml-dev 55.7 kB/55.7 kB 100%] 100% [Working] Fetched 86.0 MB in 6s (15.3 MB/s) [2020-10-25T07:03:45.250Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-25T07:03:45.517Z] Selecting previously unselected package liblocale-gettext-perl. [2020-10-25T07:03:45.517Z] (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 ... 9889 files and directories currently installed.) [2020-10-25T07:03:45.517Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-10-25T07:03:45.517Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-10-25T07:03:45.517Z] Selecting previously unselected package perl-modules-5.26. [2020-10-25T07:03:45.517Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-10-25T07:03:45.517Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-25T07:03:45.630Z] Removing intermediate container 56ba217d74fb [2020-10-25T07:03:45.630Z] ---> 2e6c6abdb201 [2020-10-25T07:03:45.630Z] Step 25/26 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:03:45.630Z] ---> Running in afc4d5bd7651 [2020-10-25T07:03:46.284Z] Removing intermediate container afc4d5bd7651 [2020-10-25T07:03:46.284Z] ---> d2320dd156c6 [2020-10-25T07:03:46.284Z] Step 26/26 : LABEL version=0.0.0 [2020-10-25T07:03:46.461Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-25T07:03:46.461Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-25T07:03:46.461Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-25T07:03:46.461Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-25T07:03:46.461Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-25T07:03:46.461Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-25T07:03:46.461Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-25T07:03:46.461Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-25T07:03:46.461Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-25T07:03:46.888Z] ---> Running in c2ea145c02b4 [2020-10-25T07:03:47.403Z] Selecting previously unselected package perl. [2020-10-25T07:03:47.403Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-25T07:03:47.403Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-10-25T07:03:47.403Z] Selecting previously unselected package less. [2020-10-25T07:03:47.403Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-10-25T07:03:47.403Z] Unpacking less (487-0.1) ... [2020-10-25T07:03:47.403Z] Selecting previously unselected package libyaml-0-2:amd64. [2020-10-25T07:03:47.403Z] Preparing to unpack .../007-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... [2020-10-25T07:03:47.403Z] Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... [2020-10-25T07:03:47.403Z] Selecting previously unselected package netbase. [2020-10-25T07:03:47.403Z] Preparing to unpack .../008-netbase_5.4_all.deb ... [2020-10-25T07:03:47.403Z] Unpacking netbase (5.4) ... [2020-10-25T07:03:47.403Z] Selecting previously unselected package manpages. [2020-10-25T07:03:47.403Z] Preparing to unpack .../009-manpages_4.15-1_all.deb ... [2020-10-25T07:03:47.403Z] Unpacking manpages (4.15-1) ... [2020-10-25T07:03:47.485Z] Removing intermediate container c2ea145c02b4 [2020-10-25T07:03:47.485Z] ---> 0165e1b26bde [2020-10-25T07:03:47.485Z] [2020-10-25T07:03:47.664Z] Selecting previously unselected package wget. [2020-10-25T07:03:47.664Z] Preparing to unpack .../010-wget_1.19.4-1ubuntu2.2_amd64.deb ... [2020-10-25T07:03:47.664Z] Unpacking wget (1.19.4-1ubuntu2.2) ... [2020-10-25T07:03:47.664Z] Selecting previously unselected package libsigsegv2:amd64. [2020-10-25T07:03:47.664Z] Preparing to unpack .../011-libsigsegv2_2.12-1_amd64.deb ... [2020-10-25T07:03:47.664Z] Unpacking libsigsegv2:amd64 (2.12-1) ... [2020-10-25T07:03:47.758Z] Successfully built 0165e1b26bde [2020-10-25T07:03:47.923Z] Selecting previously unselected package m4. [2020-10-25T07:03:47.923Z] Preparing to unpack .../012-m4_1.4.18-1_amd64.deb ... [2020-10-25T07:03:47.923Z] Unpacking m4 (1.4.18-1) ... [2020-10-25T07:03:47.923Z] Selecting previously unselected package autoconf. [2020-10-25T07:03:47.923Z] Preparing to unpack .../013-autoconf_2.69-11_all.deb ... [2020-10-25T07:03:47.923Z] Unpacking autoconf (2.69-11) ... [2020-10-25T07:03:47.923Z] Selecting previously unselected package autotools-dev. [2020-10-25T07:03:47.923Z] Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... [2020-10-25T07:03:47.923Z] Unpacking autotools-dev (20180224.1) ... [2020-10-25T07:03:47.923Z] Selecting previously unselected package automake. [2020-10-25T07:03:47.923Z] Preparing to unpack .../015-automake_1%3a1.15.1-3ubuntu2_all.deb ... [2020-10-25T07:03:47.923Z] Unpacking automake (1:1.15.1-3ubuntu2) ... [2020-10-25T07:03:48.029Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-25T07:03:48.030Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-10-25T07:03:48.184Z] Selecting previously unselected package autopoint. [2020-10-25T07:03:48.184Z] Preparing to unpack .../016-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... [2020-10-25T07:03:48.184Z] Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... [2020-10-25T07:03:48.184Z] Selecting previously unselected package binutils-common:amd64. [2020-10-25T07:03:48.184Z] Preparing to unpack .../017-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-25T07:03:48.184Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-25T07:03:48.184Z] Selecting previously unselected package libbinutils:amd64. [2020-10-25T07:03:48.184Z] Preparing to unpack .../018-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-25T07:03:48.184Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-25T07:03:48.444Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-10-25T07:03:48.444Z] Preparing to unpack .../019-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-25T07:03:48.444Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-25T07:03:48.704Z] Selecting previously unselected package binutils. [2020-10-25T07:03:48.704Z] Preparing to unpack .../020-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-25T07:03:48.704Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-25T07:03:48.704Z] Selecting previously unselected package libc-dev-bin. [2020-10-25T07:03:48.704Z] Preparing to unpack .../021-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-10-25T07:03:48.704Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-25T07:03:48.704Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-10-25T07:03:48.704Z] Preparing to unpack .../022-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-10-25T07:03:48.704Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-25T07:03:49.274Z] Selecting previously unselected package libc6-dev:amd64. [2020-10-25T07:03:49.274Z] Preparing to unpack .../023-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-10-25T07:03:49.274Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-25T07:03:49.535Z] Selecting previously unselected package gcc-7-base:amd64. [2020-10-25T07:03:49.535Z] Preparing to unpack .../024-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:49.535Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:49.795Z] Selecting previously unselected package libisl19:amd64. [2020-10-25T07:03:49.795Z] Preparing to unpack .../025-libisl19_0.19-1_amd64.deb ... [2020-10-25T07:03:49.795Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-10-25T07:03:49.795Z] Selecting previously unselected package libmpfr6:amd64. [2020-10-25T07:03:49.795Z] Preparing to unpack .../026-libmpfr6_4.0.1-1_amd64.deb ... [2020-10-25T07:03:49.795Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-10-25T07:03:49.795Z] Selecting previously unselected package libmpc3:amd64. [2020-10-25T07:03:49.795Z] Preparing to unpack .../027-libmpc3_1.1.0-1_amd64.deb ... [2020-10-25T07:03:49.795Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-10-25T07:03:50.055Z] Selecting previously unselected package cpp-7. [2020-10-25T07:03:50.055Z] Preparing to unpack .../028-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:50.055Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:50.995Z] Selecting previously unselected package cpp. [2020-10-25T07:03:50.995Z] Preparing to unpack .../029-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-25T07:03:50.995Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:03:50.995Z] Selecting previously unselected package libcc1-0:amd64. [2020-10-25T07:03:50.995Z] Preparing to unpack .../030-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:50.995Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:50.995Z] Selecting previously unselected package libgomp1:amd64. [2020-10-25T07:03:50.995Z] Preparing to unpack .../031-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:50.995Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:50.995Z] Selecting previously unselected package libitm1:amd64. [2020-10-25T07:03:50.995Z] Preparing to unpack .../032-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:50.995Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:51.255Z] Selecting previously unselected package libatomic1:amd64. [2020-10-25T07:03:51.256Z] Preparing to unpack .../033-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.256Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:51.256Z] Selecting previously unselected package libasan4:amd64. [2020-10-25T07:03:51.256Z] Preparing to unpack .../034-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.256Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:51.256Z] Selecting previously unselected package liblsan0:amd64. [2020-10-25T07:03:51.256Z] Preparing to unpack .../035-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.256Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:51.516Z] Selecting previously unselected package libtsan0:amd64. [2020-10-25T07:03:51.516Z] Preparing to unpack .../036-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.516Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:51.516Z] Selecting previously unselected package libubsan0:amd64. [2020-10-25T07:03:51.516Z] Preparing to unpack .../037-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.516Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:51.516Z] Selecting previously unselected package libcilkrts5:amd64. [2020-10-25T07:03:51.516Z] Preparing to unpack .../038-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.516Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:51.777Z] Selecting previously unselected package libmpx2:amd64. [2020-10-25T07:03:51.777Z] Preparing to unpack .../039-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.777Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:51.777Z] Selecting previously unselected package libquadmath0:amd64. [2020-10-25T07:03:51.777Z] Preparing to unpack .../040-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.777Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:51.777Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-10-25T07:03:51.777Z] Preparing to unpack .../041-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:51.777Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:52.037Z] Selecting previously unselected package gcc-7. [2020-10-25T07:03:52.037Z] Preparing to unpack .../042-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:52.037Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:52.979Z] Selecting previously unselected package gcc. [2020-10-25T07:03:52.979Z] Preparing to unpack .../043-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-25T07:03:52.979Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:03:52.979Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-10-25T07:03:52.979Z] Preparing to unpack .../044-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:52.979Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:53.548Z] Selecting previously unselected package g++-7. [2020-10-25T07:03:53.548Z] Preparing to unpack .../045-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:53.549Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:54.488Z] Selecting previously unselected package g++. [2020-10-25T07:03:54.488Z] Preparing to unpack .../046-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-25T07:03:54.488Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:03:54.488Z] Selecting previously unselected package make. [2020-10-25T07:03:54.488Z] Preparing to unpack .../047-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-25T07:03:54.488Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-25T07:03:54.748Z] Selecting previously unselected package libdpkg-perl. [2020-10-25T07:03:54.748Z] Preparing to unpack .../048-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-10-25T07:03:54.748Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-25T07:03:54.748Z] Selecting previously unselected package patch. [2020-10-25T07:03:54.748Z] Preparing to unpack .../049-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-25T07:03:54.748Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-25T07:03:54.748Z] Selecting previously unselected package dpkg-dev. [2020-10-25T07:03:54.748Z] Preparing to unpack .../050-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-10-25T07:03:54.748Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-25T07:03:54.748Z] Selecting previously unselected package build-essential. [2020-10-25T07:03:54.748Z] Preparing to unpack .../051-build-essential_12.4ubuntu1_amd64.deb ... [2020-10-25T07:03:54.748Z] Unpacking build-essential (12.4ubuntu1) ... [2020-10-25T07:03:55.008Z] Selecting previously unselected package cmake-data. [2020-10-25T07:03:55.008Z] Preparing to unpack .../052-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-10-25T07:03:55.008Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-25T07:03:55.947Z] Selecting previously unselected package libarchive13:amd64. [2020-10-25T07:03:55.948Z] Preparing to unpack .../053-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-10-25T07:03:55.948Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-25T07:03:55.948Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-10-25T07:03:55.948Z] Preparing to unpack .../054-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-25T07:03:55.948Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-25T07:03:55.948Z] Selecting previously unselected package librhash0:amd64. [2020-10-25T07:03:55.948Z] Preparing to unpack .../055-librhash0_1.3.6-2_amd64.deb ... [2020-10-25T07:03:55.948Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-10-25T07:03:55.948Z] Selecting previously unselected package libuv1:amd64. [2020-10-25T07:03:55.948Z] Preparing to unpack .../056-libuv1_1.18.0-3_amd64.deb ... [2020-10-25T07:03:55.948Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-10-25T07:03:55.948Z] Selecting previously unselected package cmake. [2020-10-25T07:03:55.948Z] Preparing to unpack .../057-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-10-25T07:03:55.948Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-25T07:03:56.518Z] Selecting previously unselected package curl. [2020-10-25T07:03:56.518Z] Preparing to unpack .../058-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-25T07:03:56.518Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-25T07:03:56.518Z] Selecting previously unselected package libfakeroot:amd64. [2020-10-25T07:03:56.518Z] Preparing to unpack .../059-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-25T07:03:56.518Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-25T07:03:56.518Z] Selecting previously unselected package fakeroot. [2020-10-25T07:03:56.518Z] Preparing to unpack .../060-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-25T07:03:56.518Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-10-25T07:03:56.518Z] Selecting previously unselected package libc6-i386. [2020-10-25T07:03:56.518Z] Preparing to unpack .../061-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-25T07:03:56.518Z] Unpacking libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-25T07:03:57.088Z] Selecting previously unselected package libc6-dev-i386. [2020-10-25T07:03:57.088Z] Preparing to unpack .../062-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-25T07:03:57.088Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-25T07:03:57.348Z] Selecting previously unselected package libc6-x32. [2020-10-25T07:03:57.348Z] Preparing to unpack .../063-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-25T07:03:57.348Z] Unpacking libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-25T07:03:57.608Z] Selecting previously unselected package libc6-dev-x32. [2020-10-25T07:03:57.608Z] Preparing to unpack .../064-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-25T07:03:57.608Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-25T07:03:57.868Z] Selecting previously unselected package lib32gcc1. [2020-10-25T07:03:57.868Z] Preparing to unpack .../065-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:57.868Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.128Z] Selecting previously unselected package libx32gcc1. [2020-10-25T07:03:58.128Z] Preparing to unpack .../066-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.128Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.128Z] Selecting previously unselected package lib32gomp1. [2020-10-25T07:03:58.128Z] Preparing to unpack .../067-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.128Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.128Z] Selecting previously unselected package libx32gomp1. [2020-10-25T07:03:58.128Z] Preparing to unpack .../068-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.128Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.128Z] Selecting previously unselected package lib32itm1. [2020-10-25T07:03:58.128Z] Preparing to unpack .../069-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.388Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.388Z] Selecting previously unselected package libx32itm1. [2020-10-25T07:03:58.388Z] Preparing to unpack .../070-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.388Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.388Z] Selecting previously unselected package lib32atomic1. [2020-10-25T07:03:58.388Z] Preparing to unpack .../071-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.388Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.388Z] Selecting previously unselected package libx32atomic1. [2020-10-25T07:03:58.388Z] Preparing to unpack .../072-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.388Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.388Z] Selecting previously unselected package lib32asan4. [2020-10-25T07:03:58.388Z] Preparing to unpack .../073-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.388Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:58.648Z] Selecting previously unselected package libx32asan4. [2020-10-25T07:03:58.648Z] Preparing to unpack .../074-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.648Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:58.648Z] Selecting previously unselected package lib32stdc++6. [2020-10-25T07:03:58.648Z] Preparing to unpack .../075-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.648Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.909Z] Selecting previously unselected package lib32ubsan0. [2020-10-25T07:03:58.909Z] Preparing to unpack .../076-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.909Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:58.909Z] Selecting previously unselected package libx32stdc++6. [2020-10-25T07:03:58.909Z] Preparing to unpack .../077-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.909Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:58.909Z] Selecting previously unselected package libx32ubsan0. [2020-10-25T07:03:58.909Z] Preparing to unpack .../078-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:58.909Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:59.171Z] Selecting previously unselected package lib32cilkrts5. [2020-10-25T07:03:59.171Z] Preparing to unpack .../079-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.171Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:59.171Z] Selecting previously unselected package libx32cilkrts5. [2020-10-25T07:03:59.171Z] Preparing to unpack .../080-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.171Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:59.171Z] Selecting previously unselected package lib32mpx2. [2020-10-25T07:03:59.171Z] Preparing to unpack .../081-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.171Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:59.171Z] Selecting previously unselected package lib32quadmath0. [2020-10-25T07:03:59.171Z] Preparing to unpack .../082-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.171Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:59.431Z] Selecting previously unselected package libx32quadmath0. [2020-10-25T07:03:59.431Z] Preparing to unpack .../083-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.431Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:03:59.431Z] Selecting previously unselected package lib32gcc-7-dev. [2020-10-25T07:03:59.431Z] Preparing to unpack .../084-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.431Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:59.691Z] Selecting previously unselected package libx32gcc-7-dev. [2020-10-25T07:03:59.691Z] Preparing to unpack .../085-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.691Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:59.953Z] Selecting previously unselected package gcc-7-multilib. [2020-10-25T07:03:59.953Z] Preparing to unpack .../086-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.953Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:03:59.953Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-10-25T07:03:59.953Z] Preparing to unpack .../087-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:03:59.953Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:00.214Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-10-25T07:04:00.214Z] Preparing to unpack .../088-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:04:00.214Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:00.214Z] Selecting previously unselected package g++-7-multilib. [2020-10-25T07:04:00.214Z] Preparing to unpack .../089-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-25T07:04:00.214Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:00.474Z] Selecting previously unselected package gcc-multilib. [2020-10-25T07:04:00.474Z] Preparing to unpack .../090-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-25T07:04:00.474Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:04:00.474Z] Selecting previously unselected package g++-multilib. [2020-10-25T07:04:00.474Z] Preparing to unpack .../091-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-25T07:04:00.474Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:04:00.474Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-25T07:04:00.474Z] Preparing to unpack .../092-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-25T07:04:00.474Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-25T07:04:00.734Z] Selecting previously unselected package liberror-perl. [2020-10-25T07:04:00.734Z] Preparing to unpack .../093-liberror-perl_0.17025-1_all.deb ... [2020-10-25T07:04:00.734Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-25T07:04:00.734Z] Selecting previously unselected package git-man. [2020-10-25T07:04:00.734Z] Preparing to unpack .../094-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-25T07:04:00.734Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-25T07:04:00.734Z] Selecting previously unselected package git. [2020-10-25T07:04:00.734Z] Preparing to unpack .../095-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-25T07:04:00.995Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-25T07:04:01.567Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-10-25T07:04:01.567Z] Preparing to unpack .../096-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-10-25T07:04:01.567Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-10-25T07:04:01.567Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-10-25T07:04:01.567Z] Preparing to unpack .../097-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-10-25T07:04:01.567Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-25T07:04:01.567Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-10-25T07:04:01.567Z] Preparing to unpack .../098-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-10-25T07:04:01.567Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-10-25T07:04:01.567Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-10-25T07:04:01.567Z] Preparing to unpack .../099-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-10-25T07:04:01.567Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-10-25T07:04:01.836Z] Selecting previously unselected package libltdl7:amd64. [2020-10-25T07:04:01.836Z] Preparing to unpack .../100-libltdl7_2.4.6-2_amd64.deb ... [2020-10-25T07:04:01.836Z] Unpacking libltdl7:amd64 (2.4.6-2) ... [2020-10-25T07:04:01.836Z] Selecting previously unselected package libltdl-dev:amd64. [2020-10-25T07:04:01.836Z] Preparing to unpack .../101-libltdl-dev_2.4.6-2_amd64.deb ... [2020-10-25T07:04:01.836Z] Unpacking libltdl-dev:amd64 (2.4.6-2) ... [2020-10-25T07:04:01.836Z] Selecting previously unselected package liblua5.1-0:amd64. [2020-10-25T07:04:01.836Z] Preparing to unpack .../102-liblua5.1-0_5.1.5-8.1build2_amd64.deb ... [2020-10-25T07:04:01.836Z] Unpacking liblua5.1-0:amd64 (5.1.5-8.1build2) ... [2020-10-25T07:04:01.836Z] Selecting previously unselected package libtinfo-dev:amd64. [2020-10-25T07:04:01.836Z] Preparing to unpack .../103-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ... [2020-10-25T07:04:01.836Z] Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-25T07:04:02.098Z] Selecting previously unselected package libreadline-dev:amd64. [2020-10-25T07:04:02.098Z] Preparing to unpack .../104-libreadline-dev_7.0-3_amd64.deb ... [2020-10-25T07:04:02.098Z] Unpacking libreadline-dev:amd64 (7.0-3) ... [2020-10-25T07:04:02.098Z] Selecting previously unselected package liblua5.1-0-dev:amd64. [2020-10-25T07:04:02.098Z] Preparing to unpack .../105-liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb ... [2020-10-25T07:04:02.098Z] Unpacking liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... [2020-10-25T07:04:02.098Z] Selecting previously unselected package libncurses5-dev:amd64. [2020-10-25T07:04:02.098Z] Preparing to unpack .../106-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ... [2020-10-25T07:04:02.098Z] Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-25T07:04:02.358Z] Selecting previously unselected package libnorm1:amd64. [2020-10-25T07:04:02.358Z] Preparing to unpack .../107-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-10-25T07:04:02.358Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-25T07:04:02.358Z] Selecting previously unselected package libpcre16-3:amd64. [2020-10-25T07:04:02.358Z] Preparing to unpack .../108-libpcre16-3_2%3a8.39-9_amd64.deb ... [2020-10-25T07:04:02.358Z] Unpacking libpcre16-3:amd64 (2:8.39-9) ... [2020-10-25T07:04:02.358Z] Selecting previously unselected package libpcre32-3:amd64. [2020-10-25T07:04:02.358Z] Preparing to unpack .../109-libpcre32-3_2%3a8.39-9_amd64.deb ... [2020-10-25T07:04:02.358Z] Unpacking libpcre32-3:amd64 (2:8.39-9) ... [2020-10-25T07:04:02.618Z] Selecting previously unselected package libpcrecpp0v5:amd64. [2020-10-25T07:04:02.618Z] Preparing to unpack .../110-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... [2020-10-25T07:04:02.618Z] Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... [2020-10-25T07:04:02.618Z] Selecting previously unselected package libpcre3-dev:amd64. [2020-10-25T07:04:02.618Z] Preparing to unpack .../111-libpcre3-dev_2%3a8.39-9_amd64.deb ... [2020-10-25T07:04:02.618Z] Unpacking libpcre3-dev:amd64 (2:8.39-9) ... [2020-10-25T07:04:02.877Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-10-25T07:04:02.877Z] Preparing to unpack .../112-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-10-25T07:04:02.877Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-25T07:04:02.877Z] Selecting previously unselected package libsodium23:amd64. [2020-10-25T07:04:02.877Z] Preparing to unpack .../113-libsodium23_1.0.16-2_amd64.deb ... [2020-10-25T07:04:02.877Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-10-25T07:04:02.877Z] Selecting previously unselected package libssl-dev:amd64. [2020-10-25T07:04:02.877Z] Preparing to unpack .../114-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-10-25T07:04:02.877Z] Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-10-25T07:04:03.136Z] Selecting previously unselected package libtool. [2020-10-25T07:04:03.136Z] Preparing to unpack .../115-libtool_2.4.6-2_all.deb ... [2020-10-25T07:04:03.136Z] Unpacking libtool (2.4.6-2) ... [2020-10-25T07:04:03.396Z] Selecting previously unselected package libtool-bin. [2020-10-25T07:04:03.397Z] Preparing to unpack .../116-libtool-bin_2.4.6-2_amd64.deb ... [2020-10-25T07:04:03.397Z] Unpacking libtool-bin (2.4.6-2) ... [2020-10-25T07:04:03.397Z] Selecting previously unselected package libzmq5:amd64. [2020-10-25T07:04:03.397Z] Preparing to unpack .../117-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-25T07:04:03.397Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-25T07:04:03.397Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-10-25T07:04:03.397Z] Preparing to unpack .../118-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-25T07:04:03.397Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-25T07:04:03.657Z] Selecting previously unselected package lua5.1. [2020-10-25T07:04:03.657Z] Preparing to unpack .../119-lua5.1_5.1.5-8.1build2_amd64.deb ... [2020-10-25T07:04:03.657Z] Unpacking lua5.1 (5.1.5-8.1build2) ... [2020-10-25T07:04:03.657Z] Selecting previously unselected package lua-any. [2020-10-25T07:04:03.657Z] Preparing to unpack .../120-lua-any_24_all.deb ... [2020-10-25T07:04:03.657Z] Unpacking lua-any (24) ... [2020-10-25T07:04:03.657Z] Selecting previously unselected package lua-socket:amd64. [2020-10-25T07:04:03.657Z] Preparing to unpack .../121-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... [2020-10-25T07:04:03.657Z] Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... [2020-10-25T07:04:03.918Z] Selecting previously unselected package lua-sec:amd64. [2020-10-25T07:04:03.918Z] Preparing to unpack .../122-lua-sec_0.6-4_amd64.deb ... [2020-10-25T07:04:03.918Z] Unpacking lua-sec:amd64 (0.6-4) ... [2020-10-25T07:04:03.918Z] Selecting previously unselected package zip. [2020-10-25T07:04:03.918Z] Preparing to unpack .../123-zip_3.0-11build1_amd64.deb ... [2020-10-25T07:04:03.918Z] Unpacking zip (3.0-11build1) ... [2020-10-25T07:04:03.918Z] Selecting previously unselected package unzip. [2020-10-25T07:04:03.918Z] Preparing to unpack .../124-unzip_6.0-21ubuntu1_amd64.deb ... [2020-10-25T07:04:03.918Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-10-25T07:04:04.177Z] Selecting previously unselected package luarocks. [2020-10-25T07:04:04.177Z] Preparing to unpack .../125-luarocks_2.4.2+dfsg-1_all.deb ... [2020-10-25T07:04:04.177Z] Unpacking luarocks (2.4.2+dfsg-1) ... [2020-10-25T07:04:04.177Z] Selecting previously unselected package manpages-dev. [2020-10-25T07:04:04.177Z] Preparing to unpack .../126-manpages-dev_4.15-1_all.deb ... [2020-10-25T07:04:04.177Z] Unpacking manpages-dev (4.15-1) ... [2020-10-25T07:04:04.437Z] Selecting previously unselected package pkg-config. [2020-10-25T07:04:04.437Z] Preparing to unpack .../127-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-10-25T07:04:04.437Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-10-25T07:04:04.437Z] Selecting previously unselected package zlib1g-dev:amd64. [2020-10-25T07:04:04.437Z] Preparing to unpack .../128-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... [2020-10-25T07:04:04.437Z] Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... [2020-10-25T07:04:04.696Z] Selecting previously unselected package libyaml-dev:amd64. [2020-10-25T07:04:04.696Z] Preparing to unpack .../129-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... [2020-10-25T07:04:04.696Z] Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... [2020-10-25T07:04:04.696Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:04.696Z] Setting up libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-25T07:04:04.696Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:04.696Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-25T07:04:04.696Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:04.696Z] Setting up manpages (4.15-1) ... [2020-10-25T07:04:04.955Z] Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... [2020-10-25T07:04:04.955Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-25T07:04:04.955Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:04.955Z] Setting up less (487-0.1) ... [2020-10-25T07:04:04.956Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-25T07:04:04.956Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.215Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-25T07:04:05.215Z] Setting up libsigsegv2:amd64 (2.12-1) ... [2020-10-25T07:04:05.215Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-25T07:04:05.215Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-10-25T07:04:05.215Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-25T07:04:05.215Z] Setting up lua-sec:amd64 (0.6-4) ... [2020-10-25T07:04:05.215Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.215Z] Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-10-25T07:04:05.215Z] Setting up unzip (6.0-21ubuntu1) ... [2020-10-25T07:04:05.215Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-25T07:04:05.215Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-10-25T07:04:05.215Z] Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-25T07:04:05.474Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-25T07:04:05.474Z] Setting up libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-25T07:04:05.474Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-25T07:04:05.474Z] Setting up m4 (1.4.18-1) ... [2020-10-25T07:04:05.474Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-25T07:04:05.474Z] Setting up zip (3.0-11build1) ... [2020-10-25T07:04:05.474Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.474Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.474Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.474Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-10-25T07:04:05.735Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.735Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-25T07:04:05.735Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:05.735Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.735Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-25T07:04:05.735Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-10-25T07:04:05.735Z] Setting up lua5.1 (5.1.5-8.1build2) ... [2020-10-25T07:04:05.735Z] update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode [2020-10-25T07:04:05.735Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lua.1.gz because associated file /usr/share/man/man1/lua5.1.1.gz (of link group lua-interpreter) doesn't exist [2020-10-25T07:04:05.735Z] update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode [2020-10-25T07:04:05.735Z] update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist [2020-10-25T07:04:05.735Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.735Z] Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... [2020-10-25T07:04:05.735Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-25T07:04:05.735Z] Setting up autotools-dev (20180224.1) ... [2020-10-25T07:04:05.735Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-25T07:04:05.995Z] Setting up libltdl7:amd64 (2.4.6-2) ... [2020-10-25T07:04:05.995Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.995Z] Setting up wget (1.19.4-1ubuntu2.2) ... [2020-10-25T07:04:05.995Z] Setting up libreadline-dev:amd64 (7.0-3) ... [2020-10-25T07:04:05.995Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-10-25T07:04:05.995Z] Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... [2020-10-25T07:04:05.995Z] Setting up libpcre32-3:amd64 (2:8.39-9) ... [2020-10-25T07:04:05.995Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-10-25T07:04:05.995Z] Setting up liblua5.1-0:amd64 (5.1.5-8.1build2) ... [2020-10-25T07:04:05.995Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-25T07:04:05.995Z] Setting up libpcre16-3:amd64 (2:8.39-9) ... [2020-10-25T07:04:05.995Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-25T07:04:05.995Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:05.995Z] Setting up manpages-dev (4.15-1) ... [2020-10-25T07:04:06.255Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-25T07:04:06.255Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:06.255Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:06.255Z] Setting up autopoint (0.19.8.1-6ubuntu0.3) ... [2020-10-25T07:04:06.255Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:06.255Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:06.255Z] Setting up netbase (5.4) ... [2020-10-25T07:04:06.255Z] Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... [2020-10-25T07:04:06.255Z] Setting up libisl19:amd64 (0.19-1) ... [2020-10-25T07:04:06.255Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-25T07:04:06.255Z] Setting up lua-any (24) ... [2020-10-25T07:04:06.515Z] Setting up libpcre3-dev:amd64 (2:8.39-9) ... [2020-10-25T07:04:06.515Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.515Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-25T07:04:06.515Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.515Z] Setting up libltdl-dev:amd64 (2.4.6-2) ... [2020-10-25T07:04:06.515Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.515Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-25T07:04:06.515Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:06.515Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.515Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.776Z] Setting up liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... [2020-10-25T07:04:06.776Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.776Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.776Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:06.776Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-25T07:04:06.776Z] Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... [2020-10-25T07:04:06.776Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-10-25T07:04:06.776Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-10-25T07:04:06.776Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-25T07:04:06.776Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-25T07:04:06.776Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-25T07:04:06.776Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-25T07:04:06.776Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-25T07:04:06.776Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-25T07:04:06.776Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-25T07:04:06.776Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-25T07:04:06.776Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.776Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.776Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:06.776Z] Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-25T07:04:06.776Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-25T07:04:07.036Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-25T07:04:07.036Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.036Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-25T07:04:07.036Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.036Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-25T07:04:07.036Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-25T07:04:07.036Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-25T07:04:07.036Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:04:07.036Z] Setting up luarocks (2.4.2+dfsg-1) ... [2020-10-25T07:04:07.036Z] Making manifest for /usr/local/lib/luarocks/rocks [2020-10-25T07:04:07.036Z] Warning: This looks like a local rocks tree, but you did not pass --local-tree. [2020-10-25T07:04:07.036Z] Generating index.html for /usr/local/lib/luarocks/rocks [2020-10-25T07:04:07.036Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.036Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-10-25T07:04:07.296Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-10-25T07:04:07.296Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-10-25T07:04:07.296Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.296Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-25T07:04:07.296Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.296Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.296Z] Setting up liberror-perl (0.17025-1) ... [2020-10-25T07:04:07.296Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.296Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-25T07:04:07.296Z] Setting up autoconf (2.69-11) ... [2020-10-25T07:04:07.296Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.296Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:04:07.296Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.296Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-25T07:04:07.555Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-10-25T07:04:07.555Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-25T07:04:07.555Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-25T07:04:07.555Z] Setting up automake (1:1.15.1-3ubuntu2) ... [2020-10-25T07:04:07.555Z] update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode [2020-10-25T07:04:07.555Z] update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist [2020-10-25T07:04:07.555Z] update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist [2020-10-25T07:04:07.555Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:04:07.555Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-10-25T07:04:07.555Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-10-25T07:04:07.555Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-25T07:04:07.555Z] Setting up libtool (2.4.6-2) ... [2020-10-25T07:04:07.815Z] Setting up libtool-bin (2.4.6-2) ... [2020-10-25T07:04:07.815Z] Setting up build-essential (12.4ubuntu1) ... [2020-10-25T07:04:07.815Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:04:07.815Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-10-25T07:04:07.815Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-25T07:04:07.815Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-25T07:04:07.815Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-25T07:04:09.198Z] autoconf set to automatically installed. [2020-10-25T07:04:09.199Z] automake set to automatically installed. [2020-10-25T07:04:09.199Z] autopoint set to automatically installed. [2020-10-25T07:04:09.199Z] autotools-dev set to automatically installed. [2020-10-25T07:04:09.199Z] binutils set to automatically installed. [2020-10-25T07:04:09.459Z] binutils-common set to automatically installed. [2020-10-25T07:04:09.459Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-10-25T07:04:09.459Z] build-essential set to automatically installed. [2020-10-25T07:04:09.459Z] cmake set to automatically installed. [2020-10-25T07:04:09.459Z] cmake-data set to automatically installed. [2020-10-25T07:04:09.459Z] cpp set to automatically installed. [2020-10-25T07:04:09.459Z] cpp-7 set to automatically installed. [2020-10-25T07:04:09.459Z] curl set to automatically installed. [2020-10-25T07:04:09.459Z] dpkg-dev set to automatically installed. [2020-10-25T07:04:09.459Z] fakeroot set to automatically installed. [2020-10-25T07:04:09.459Z] g++ set to automatically installed. [2020-10-25T07:04:09.459Z] g++-7 set to automatically installed. [2020-10-25T07:04:09.459Z] g++-7-multilib set to automatically installed. [2020-10-25T07:04:09.459Z] g++-multilib set to automatically installed. [2020-10-25T07:04:09.459Z] gcc set to automatically installed. [2020-10-25T07:04:09.459Z] gcc-7 set to automatically installed. [2020-10-25T07:04:09.459Z] gcc-7-base set to automatically installed. [2020-10-25T07:04:09.459Z] gcc-7-multilib set to automatically installed. [2020-10-25T07:04:09.459Z] gcc-multilib set to automatically installed. [2020-10-25T07:04:09.459Z] git set to automatically installed. [2020-10-25T07:04:09.459Z] git-man set to automatically installed. [2020-10-25T07:04:09.459Z] less set to automatically installed. [2020-10-25T07:04:09.459Z] lib32asan4 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32atomic1 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32cilkrts5 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32gcc-7-dev set to automatically installed. [2020-10-25T07:04:09.459Z] lib32gcc1 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32gomp1 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32itm1 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32mpx2 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32quadmath0 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32stdc++-7-dev set to automatically installed. [2020-10-25T07:04:09.459Z] lib32stdc++6 set to automatically installed. [2020-10-25T07:04:09.459Z] lib32ubsan0 set to automatically installed. [2020-10-25T07:04:09.459Z] libalgorithm-diff-perl set to automatically installed. [2020-10-25T07:04:09.459Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-10-25T07:04:09.459Z] libalgorithm-merge-perl set to automatically installed. [2020-10-25T07:04:09.459Z] libarchive13 set to automatically installed. [2020-10-25T07:04:09.459Z] libasan4 set to automatically installed. [2020-10-25T07:04:09.459Z] libatomic1 set to automatically installed. [2020-10-25T07:04:09.459Z] libbinutils set to automatically installed. [2020-10-25T07:04:09.459Z] libc-dev-bin set to automatically installed. [2020-10-25T07:04:09.459Z] libc6-dev set to automatically installed. [2020-10-25T07:04:09.459Z] libc6-dev-i386 set to automatically installed. [2020-10-25T07:04:09.459Z] libc6-dev-x32 set to automatically installed. [2020-10-25T07:04:09.459Z] libc6-i386 set to automatically installed. [2020-10-25T07:04:09.459Z] libc6-x32 set to automatically installed. [2020-10-25T07:04:09.459Z] libcc1-0 set to automatically installed. [2020-10-25T07:04:09.720Z] libcilkrts5 set to automatically installed. [2020-10-25T07:04:09.720Z] libcurl3-gnutls set to automatically installed. [2020-10-25T07:04:09.720Z] libdpkg-perl set to automatically installed. [2020-10-25T07:04:09.720Z] liberror-perl set to automatically installed. [2020-10-25T07:04:09.720Z] libfakeroot set to automatically installed. [2020-10-25T07:04:09.720Z] libfile-fcntllock-perl set to automatically installed. [2020-10-25T07:04:09.720Z] libgcc-7-dev set to automatically installed. [2020-10-25T07:04:09.720Z] libgdbm-compat4 set to automatically installed. [2020-10-25T07:04:09.720Z] libgdbm5 set to automatically installed. [2020-10-25T07:04:09.720Z] libgomp1 set to automatically installed. [2020-10-25T07:04:09.720Z] libisl19 set to automatically installed. [2020-10-25T07:04:09.720Z] libitm1 set to automatically installed. [2020-10-25T07:04:09.720Z] libjsoncpp1 set to automatically installed. [2020-10-25T07:04:09.720Z] liblocale-gettext-perl set to automatically installed. [2020-10-25T07:04:09.720Z] liblsan0 set to automatically installed. [2020-10-25T07:04:09.720Z] libltdl-dev set to automatically installed. [2020-10-25T07:04:09.720Z] libltdl7 set to automatically installed. [2020-10-25T07:04:09.720Z] liblua5.1-0 set to automatically installed. [2020-10-25T07:04:09.720Z] liblua5.1-0-dev set to automatically installed. [2020-10-25T07:04:09.720Z] libmpc3 set to automatically installed. [2020-10-25T07:04:09.720Z] libmpfr6 set to automatically installed. [2020-10-25T07:04:09.720Z] libmpx2 set to automatically installed. [2020-10-25T07:04:09.720Z] libncurses5-dev set to automatically installed. [2020-10-25T07:04:09.720Z] libnorm1 set to automatically installed. [2020-10-25T07:04:09.720Z] libpcre16-3 set to automatically installed. [2020-10-25T07:04:09.720Z] libpcre3-dev set to automatically installed. [2020-10-25T07:04:09.720Z] libpcre32-3 set to automatically installed. [2020-10-25T07:04:09.720Z] libpcrecpp0v5 set to automatically installed. [2020-10-25T07:04:09.720Z] libperl5.26 set to automatically installed. [2020-10-25T07:04:09.720Z] libpgm-5.2-0 set to automatically installed. [2020-10-25T07:04:09.720Z] libquadmath0 set to automatically installed. [2020-10-25T07:04:09.720Z] libreadline-dev set to automatically installed. [2020-10-25T07:04:09.720Z] librhash0 set to automatically installed. [2020-10-25T07:04:09.720Z] libsigsegv2 set to automatically installed. [2020-10-25T07:04:09.720Z] libsodium23 set to automatically installed. [2020-10-25T07:04:09.720Z] libssl-dev set to automatically installed. [2020-10-25T07:04:09.720Z] libstdc++-7-dev set to automatically installed. [2020-10-25T07:04:09.720Z] libtinfo-dev set to automatically installed. [2020-10-25T07:04:09.720Z] libtool set to automatically installed. [2020-10-25T07:04:09.720Z] libtool-bin set to automatically installed. [2020-10-25T07:04:09.720Z] libtsan0 set to automatically installed. [2020-10-25T07:04:09.720Z] libubsan0 set to automatically installed. [2020-10-25T07:04:09.720Z] libuv1 set to automatically installed. [2020-10-25T07:04:09.720Z] libx32asan4 set to automatically installed. [2020-10-25T07:04:09.720Z] libx32atomic1 set to automatically installed. [2020-10-25T07:04:09.720Z] libx32cilkrts5 set to automatically installed. [2020-10-25T07:04:09.720Z] libx32gcc-7-dev set to automatically installed. [2020-10-25T07:04:09.981Z] libx32gcc1 set to automatically installed. [2020-10-25T07:04:09.981Z] libx32gomp1 set to automatically installed. [2020-10-25T07:04:09.981Z] libx32itm1 set to automatically installed. [2020-10-25T07:04:09.981Z] libx32quadmath0 set to automatically installed. [2020-10-25T07:04:09.981Z] libx32stdc++-7-dev set to automatically installed. [2020-10-25T07:04:09.981Z] libx32stdc++6 set to automatically installed. [2020-10-25T07:04:09.981Z] libx32ubsan0 set to automatically installed. [2020-10-25T07:04:09.981Z] libyaml-0-2 set to automatically installed. [2020-10-25T07:04:09.981Z] libyaml-dev set to automatically installed. [2020-10-25T07:04:09.981Z] libzmq3-dev set to automatically installed. [2020-10-25T07:04:09.981Z] libzmq5 set to automatically installed. [2020-10-25T07:04:09.981Z] linux-libc-dev set to automatically installed. [2020-10-25T07:04:09.981Z] lua-any set to automatically installed. [2020-10-25T07:04:09.981Z] lua-sec set to automatically installed. [2020-10-25T07:04:09.981Z] lua-socket set to automatically installed. [2020-10-25T07:04:09.981Z] lua5.1 set to automatically installed. [2020-10-25T07:04:09.981Z] luarocks set to automatically installed. [2020-10-25T07:04:09.981Z] m4 set to automatically installed. [2020-10-25T07:04:09.981Z] make set to automatically installed. [2020-10-25T07:04:09.981Z] manpages set to automatically installed. [2020-10-25T07:04:09.981Z] manpages-dev set to automatically installed. [2020-10-25T07:04:09.981Z] netbase set to automatically installed. [2020-10-25T07:04:09.981Z] patch set to automatically installed. [2020-10-25T07:04:09.981Z] perl set to automatically installed. [2020-10-25T07:04:09.981Z] perl-modules-5.26 set to automatically installed. [2020-10-25T07:04:09.981Z] pkg-config set to automatically installed. [2020-10-25T07:04:09.981Z] unzip set to automatically installed. [2020-10-25T07:04:09.981Z] wget set to automatically installed. [2020-10-25T07:04:09.981Z] zip set to automatically installed. [2020-10-25T07:04:09.981Z] zlib1g-dev set to automatically installed. [2020-10-25T07:04:09.981Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-25T07:04:09.981Z] Please ensure the environment is properly setup before continuing. [2020-10-25T07:04:09.981Z] Ignore this message if the appropriate measures have already been taken [2020-10-25T07:04:10.929Z] Pulling go-build-helper  [2020-10-25T07:04:11.870Z] Pulling lua-kong-nginx-module  [2020-10-25T07:04:12.440Z] Cloning into '/build/parts/lua-kong-nginx-module/src'... [2020-10-25T07:04:12.700Z] remote: Enumerating objects: 18, done. [2020-10-25T07:04:12.700Z] remote: Counting objects: 5% (1/18) remote: Counting objects: 11% (2/18) remote: Counting objects: 16% (3/18) remote: Counting objects: 22% (4/18) remote: Counting objects: 27% (5/18) remote: Counting objects: 33% (6/18) remote: Counting objects: 38% (7/18) remote: Counting objects: 44% (8/18) remote: Counting objects: 50% (9/18) remote: Counting objects: 55% (10/18) remote: Counting objects: 61% (11/18) remote: Counting objects: 66% (12/18) remote: Counting objects: 72% (13/18) remote: Counting objects: 77% (14/18) remote: Counting objects: 83% (15/18) remote: Counting objects: 88% (16/18) remote: Counting objects: 94% (17/18) remote: Counting objects: 100% (18/18) remote: Counting objects: 100% (18/18), done. [2020-10-25T07:04:12.700Z] remote: Compressing objects: 9% (1/11) remote: Compressing objects: 18% (2/11) remote: Compressing objects: 27% (3/11) remote: Compressing objects: 36% (4/11) remote: Compressing objects: 45% (5/11) remote: Compressing objects: 54% (6/11) remote: Compressing objects: 63% (7/11) remote: Compressing objects: 72% (8/11) remote: Compressing objects: 81% (9/11) remote: Compressing objects: 90% (10/11) remote: Compressing objects: 100% (11/11) remote: Compressing objects: 100% (11/11), done. [2020-10-25T07:04:12.701Z] Receiving objects: 0% (1/152) Receiving objects: 1% (2/152) Receiving objects: 2% (4/152) Receiving objects: 3% (5/152) Receiving objects: 4% (7/152) Receiving objects: 5% (8/152) Receiving objects: 6% (10/152) Receiving objects: 7% (11/152) Receiving objects: 8% (13/152) Receiving objects: 9% (14/152) Receiving objects: 10% (16/152) Receiving objects: 11% (17/152) Receiving objects: 12% (19/152) Receiving objects: 13% (20/152) Receiving objects: 14% (22/152) Receiving objects: 15% (23/152) Receiving objects: 16% (25/152) Receiving objects: 17% (26/152) Receiving objects: 18% (28/152) Receiving objects: 19% (29/152) Receiving objects: 20% (31/152) Receiving objects: 21% (32/152) Receiving objects: 22% (34/152) Receiving objects: 23% (35/152) Receiving objects: 24% (37/152) Receiving objects: 25% (38/152) Receiving objects: 26% (40/152) Receiving objects: 27% (42/152) Receiving objects: 28% (43/152) Receiving objects: 29% (45/152) Receiving objects: 30% (46/152) Receiving objects: 31% (48/152) Receiving objects: 32% (49/152) Receiving objects: 33% (51/152) Receiving objects: 34% (52/152) Receiving objects: 35% (54/152) Receiving objects: 36% (55/152) Receiving objects: 37% (57/152) Receiving objects: 38% (58/152) Receiving objects: 39% (60/152) Receiving objects: 40% (61/152) Receiving objects: 41% (63/152) Receiving objects: 42% (64/152) Receiving objects: 43% (66/152) Receiving objects: 44% (67/152) Receiving objects: 45% (69/152) Receiving objects: 46% (70/152) Receiving objects: 47% (72/152) Receiving objects: 48% (73/152) Receiving objects: 49% (75/152) Receiving objects: 50% (76/152) Receiving objects: 51% (78/152) Receiving objects: 52% (80/152) Receiving objects: 53% (81/152) Receiving objects: 54% (83/152) Receiving objects: 55% (84/152) Receiving objects: 56% (86/152) Receiving objects: 57% (87/152) Receiving objects: 58% (89/152) Receiving objects: 59% (90/152) Receiving objects: 60% (92/152) Receiving objects: 61% (93/152) Receiving objects: 62% (95/152) Receiving objects: 63% (96/152) Receiving objects: 64% (98/152) Receiving objects: 65% (99/152) Receiving objects: 66% (101/152) Receiving objects: 67% (102/152) Receiving objects: 68% (104/152) Receiving objects: 69% (105/152) Receiving objects: 70% (107/152) Receiving objects: 71% (108/152) Receiving objects: 72% (110/152) Receiving objects: 73% (111/152) Receiving objects: 74% (113/152) Receiving objects: 75% (114/152) Receiving objects: 76% (116/152) Receiving objects: 77% (118/152) Receiving objects: 78% (119/152) Receiving objects: 79% (121/152) Receiving objects: 80% (122/152) Receiving objects: 81% (124/152) Receiving objects: 82% (125/152) Receiving objects: 83% (127/152) Receiving objects: 84% (128/152) Receiving objects: 85% (130/152) Receiving objects: 86% (131/152) Receiving objects: 87% (133/152) Receiving objects: 88% (134/152) Receiving objects: 89% (136/152) Receiving objects: 90% (137/152) Receiving objects: 91% (139/152) Receiving objects: 92% (140/152) Receiving objects: 93% (142/152) Receiving objects: 94% (143/152) Receiving objects: 95% (145/152) Receiving objects: 96% (146/152) remote: Total 152 (delta 4), reused 10 (delta 2), pack-reused 134 [2020-10-25T07:04:12.701Z] Receiving objects: 97% (148/152) Receiving objects: 98% (149/152) Receiving objects: 99% (151/152) Receiving objects: 100% (152/152) Receiving objects: 100% (152/152), 62.76 KiB | 1.74 MiB/s, done. [2020-10-25T07:04:12.701Z] Resolving deltas: 0% (0/42) Resolving deltas: 4% (2/42) Resolving deltas: 11% (5/42) Resolving deltas: 19% (8/42) Resolving deltas: 28% (12/42) Resolving deltas: 30% (13/42) Resolving deltas: 50% (21/42) Resolving deltas: 59% (25/42) Resolving deltas: 66% (28/42) Resolving deltas: 69% (29/42) Resolving deltas: 71% (30/42) Resolving deltas: 73% (31/42) Resolving deltas: 78% (33/42) Resolving deltas: 90% (38/42) Resolving deltas: 92% (39/42) Resolving deltas: 95% (40/42) Resolving deltas: 97% (41/42) Resolving deltas: 100% (42/42) Resolving deltas: 100% (42/42), done. [2020-10-25T07:04:12.701Z] Note: checking out 'e4cc508ff20f774b0dce68549f25b66e56345ddb'. [2020-10-25T07:04:12.701Z] [2020-10-25T07:04:12.701Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-25T07:04:12.701Z] changes and commit them, and you can discard any commits you make in this [2020-10-25T07:04:12.701Z] state without impacting any branches by performing another checkout. [2020-10-25T07:04:12.701Z] [2020-10-25T07:04:12.701Z] If you want to create a new branch to retain commits you create, you may [2020-10-25T07:04:12.701Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-25T07:04:12.701Z] [2020-10-25T07:04:12.701Z] git checkout -b [2020-10-25T07:04:12.701Z] [2020-10-25T07:04:12.963Z] Pulling openresty-kong-patches  [2020-10-25T07:04:12.963Z] Cloning into '/build/parts/openresty-kong-patches/src'... [2020-10-25T07:04:13.224Z] remote: Enumerating objects: 6, done. [2020-10-25T07:04:13.224Z] remote: Counting objects: 16% (1/6) remote: Counting objects: 33% (2/6) remote: Counting objects: 50% (3/6) remote: Counting objects: 66% (4/6) remote: Counting objects: 83% (5/6) remote: Counting objects: 100% (6/6) remote: Counting objects: 100% (6/6), done. [2020-10-25T07:04:13.224Z] remote: Compressing objects: 16% (1/6) remote: Compressing objects: 33% (2/6) remote: Compressing objects: 50% (3/6) remote: Compressing objects: 66% (4/6) remote: Compressing objects: 83% (5/6) remote: Compressing objects: 100% (6/6) remote: Compressing objects: 100% (6/6), done. [2020-10-25T07:04:13.484Z] Receiving objects: 0% (1/2705) Receiving objects: 1% (28/2705) Receiving objects: 2% (55/2705) Receiving objects: 3% (82/2705) Receiving objects: 4% (109/2705) Receiving objects: 5% (136/2705) Receiving objects: 6% (163/2705) Receiving objects: 7% (190/2705) Receiving objects: 8% (217/2705) Receiving objects: 9% (244/2705) Receiving objects: 10% (271/2705) Receiving objects: 11% (298/2705) Receiving objects: 12% (325/2705) Receiving objects: 13% (352/2705) Receiving objects: 14% (379/2705) Receiving objects: 15% (406/2705) Receiving objects: 16% (433/2705) Receiving objects: 17% (460/2705) Receiving objects: 18% (487/2705) Receiving objects: 19% (514/2705) Receiving objects: 20% (541/2705) Receiving objects: 21% (569/2705) Receiving objects: 22% (596/2705) Receiving objects: 23% (623/2705) Receiving objects: 24% (650/2705) Receiving objects: 25% (677/2705) Receiving objects: 26% (704/2705) Receiving objects: 27% (731/2705) Receiving objects: 28% (758/2705) Receiving objects: 29% (785/2705) Receiving objects: 30% (812/2705) Receiving objects: 31% (839/2705) Receiving objects: 32% (866/2705) Receiving objects: 33% (893/2705) Receiving objects: 34% (920/2705) Receiving objects: 35% (947/2705) Receiving objects: 36% (974/2705) Receiving objects: 37% (1001/2705) Receiving objects: 38% (1028/2705) Receiving objects: 39% (1055/2705) Receiving objects: 40% (1082/2705) Receiving objects: 41% (1110/2705) Receiving objects: 42% (1137/2705) Receiving objects: 43% (1164/2705) Receiving objects: 44% (1191/2705) Receiving objects: 45% (1218/2705) Receiving objects: 46% (1245/2705) Receiving objects: 47% (1272/2705) Receiving objects: 48% (1299/2705) Receiving objects: 49% (1326/2705) Receiving objects: 50% (1353/2705) error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. [2020-10-25T07:04:13.484Z] fatal: The remote end hung up unexpectedly [2020-10-25T07:04:13.484Z] fatal: early EOF [2020-10-25T07:04:13.484Z] fatal: index-pack failed [2020-10-25T07:04:13.745Z] Failed to run 'override-pull': Exit code was 128. [Pipeline] } [2020-10-25T07:04:14.729Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-25T07:04:15.629Z] Failed in branch amd64 [2020-10-25T07:04:56.034Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:04:56.034Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:04:56.034Z] ---> bd8afd2955fd [2020-10-25T07:04:56.034Z] Step 3/23 : WORKDIR /edgex-go [2020-10-25T07:04:56.034Z] ---> Using cache [2020-10-25T07:04:56.034Z] ---> 0f119c6d790f [2020-10-25T07:04:56.034Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:04:56.034Z] ---> Using cache [2020-10-25T07:04:56.034Z] ---> 633b2c933d82 [2020-10-25T07:04:56.034Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-25T07:04:56.034Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:04:56.034Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:04:56.034Z] ---> bd8afd2955fd [2020-10-25T07:04:56.034Z] Step 3/27 : WORKDIR /edgex-go [2020-10-25T07:04:56.034Z] ---> Using cache [2020-10-25T07:04:56.034Z] ---> 0f119c6d790f [2020-10-25T07:04:56.034Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:04:56.034Z] ---> Using cache [2020-10-25T07:04:56.034Z] ---> 633b2c933d82 [2020-10-25T07:04:56.034Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-25T07:04:56.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:04:56.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:04:56.034Z] ---> bd8afd2955fd [2020-10-25T07:04:56.034Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T07:04:56.034Z] ---> Using cache [2020-10-25T07:04:56.034Z] ---> 0f119c6d790f [2020-10-25T07:04:56.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:04:56.034Z] ---> Using cache [2020-10-25T07:04:56.034Z] ---> 633b2c933d82 [2020-10-25T07:04:56.034Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-25T07:04:56.034Z] ---> Running in a1ceb0af7ac0 [2020-10-25T07:04:56.034Z] ---> Running in 212f2b00c1a7 [2020-10-25T07:04:56.034Z] ---> Running in d260674e0b64 [2020-10-25T07:04:56.034Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:04:56.034Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:04:56.034Z] ---> bd8afd2955fd [2020-10-25T07:04:56.034Z] Step 3/20 : WORKDIR /edgex-go [2020-10-25T07:04:56.034Z] ---> Using cache [2020-10-25T07:04:56.034Z] ---> 0f119c6d790f [2020-10-25T07:04:56.035Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 633b2c933d82 [2020-10-25T07:04:56.035Z] Step 5/20 : RUN apk update && apk add make git [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 26a3a84742c3 [2020-10-25T07:04:56.035Z] Step 6/20 : COPY go.mod . [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 4f7fe3be6120 [2020-10-25T07:04:56.035Z] Step 7/20 : RUN go mod download [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> f6f554e3b835 [2020-10-25T07:04:56.035Z] Step 8/20 : COPY . . [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 8b32cfb9322a [2020-10-25T07:04:56.035Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-25T07:04:56.035Z] ---> Running in c1e9e3c6e4c3 [2020-10-25T07:04:56.035Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T07:04:56.035Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T07:04:56.035Z] ---> bd8afd2955fd [2020-10-25T07:04:56.035Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 0f119c6d790f [2020-10-25T07:04:56.035Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 633b2c933d82 [2020-10-25T07:04:56.035Z] Step 5/22 : RUN apk update && apk add make git [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 26a3a84742c3 [2020-10-25T07:04:56.035Z] Step 6/22 : COPY go.mod . [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 4f7fe3be6120 [2020-10-25T07:04:56.035Z] Step 7/22 : RUN go mod download [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> f6f554e3b835 [2020-10-25T07:04:56.035Z] Step 8/22 : COPY . . [2020-10-25T07:04:56.035Z] ---> Using cache [2020-10-25T07:04:56.035Z] ---> 8b32cfb9322a [2020-10-25T07:04:56.035Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-25T07:04:56.035Z] ---> Running in 234ab0555ed4 [2020-10-25T07:04:56.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:04:56.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:04:56.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:04:57.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:04:57.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:04:57.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:04:57.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-25T07:04:57.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-25T07:04:58.148Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:04:58.148Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:04:58.148Z] OK: 12623 distinct packages available [2020-10-25T07:04:58.422Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:04:58.422Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:04:58.422Z] OK: 12623 distinct packages available [2020-10-25T07:04:58.422Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:04:58.422Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:04:58.422Z] OK: 12623 distinct packages available [2020-10-25T07:04:59.025Z] OK: 217 MiB in 51 packages [2020-10-25T07:04:59.301Z] OK: 217 MiB in 51 packages [2020-10-25T07:04:59.580Z] OK: 217 MiB in 51 packages [2020-10-25T07:05:00.186Z] OK: 217 MiB in 51 packages [2020-10-25T07:05:01.644Z] Removing intermediate container a1ceb0af7ac0 [2020-10-25T07:05:01.644Z] ---> a6b63600db17 [2020-10-25T07:05:01.644Z] Step 6/23 : COPY go.mod . [2020-10-25T07:05:01.644Z] Removing intermediate container 212f2b00c1a7 [2020-10-25T07:05:01.644Z] ---> d0763272fbc1 [2020-10-25T07:05:01.644Z] Step 6/27 : COPY go.mod . [2020-10-25T07:05:01.921Z] Removing intermediate container d260674e0b64 [2020-10-25T07:05:01.921Z] ---> a096071436b7 [2020-10-25T07:05:01.921Z] Step 6/22 : COPY go.mod . [2020-10-25T07:05:03.364Z] ---> b1b5343fe9b7 [2020-10-25T07:05:03.364Z] Step 7/23 : RUN go mod download [2020-10-25T07:05:03.364Z] ---> ea1d454617c6 [2020-10-25T07:05:03.364Z] Step 7/27 : RUN go mod download [2020-10-25T07:05:03.643Z] ---> Running in 864d4638846e [2020-10-25T07:05:03.643Z] ---> 0c5d0b549a78 [2020-10-25T07:05:03.643Z] Step 7/22 : RUN go mod download [2020-10-25T07:05:03.924Z] ---> Running in 5af66535ef1e [2020-10-25T07:05:04.203Z] ---> Running in b237561950f5 [2020-10-25T07:05:10.970Z] Removing intermediate container 864d4638846e [2020-10-25T07:05:10.970Z] ---> 1d959dfc417a [2020-10-25T07:05:10.970Z] Step 8/23 : COPY . . [2020-10-25T07:05:10.970Z] Removing intermediate container 5af66535ef1e [2020-10-25T07:05:10.970Z] ---> 368899def79e [2020-10-25T07:05:10.970Z] Step 8/27 : COPY . . [2020-10-25T07:05:10.970Z] Removing intermediate container b237561950f5 [2020-10-25T07:05:10.970Z] ---> 79cbfa7190c3 [2020-10-25T07:05:10.970Z] Step 8/22 : COPY . . [2020-10-25T07:05:43.345Z] ---> bfa74c8b620f [2020-10-25T07:05:43.345Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-25T07:05:43.345Z] ---> 9b57007aadf9 [2020-10-25T07:05:43.345Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-25T07:05:43.345Z] ---> 0e784dd0247a [2020-10-25T07:05:43.345Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-25T07:05:43.345Z] ---> Running in 03948b149349 [2020-10-25T07:05:43.345Z] ---> Running in fb69c272fabf [2020-10-25T07:05:43.345Z] ---> Running in 57a0112a8243 [2020-10-25T07:05:43.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-25T07:05:43.946Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-25T07:05:43.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-25T07:06:02.375Z] Removing intermediate container c1e9e3c6e4c3 [2020-10-25T07:06:02.375Z] ---> b218fb507333 [2020-10-25T07:06:02.375Z] [2020-10-25T07:06:02.375Z] Step 10/20 : FROM alpine [2020-10-25T07:06:02.375Z] ---> 2e77e061c27f [2020-10-25T07:06:02.375Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-25T07:06:02.375Z] ---> Running in 34af4ef4301d [2020-10-25T07:06:03.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:06:04.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:06:05.069Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-25T07:06:05.069Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-25T07:06:05.069Z] OK: 12615 distinct packages available [2020-10-25T07:06:05.667Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-25T07:06:05.942Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-25T07:06:05.942Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-25T07:06:05.942Z] (4/4) Installing curl (7.69.1-r1) [2020-10-25T07:06:05.942Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T07:06:05.942Z] Executing ca-certificates-20191127-r4.trigger [2020-10-25T07:06:06.540Z] OK: 7 MiB in 18 packages [2020-10-25T07:06:09.199Z] Removing intermediate container 34af4ef4301d [2020-10-25T07:06:09.199Z] ---> 83c1d633644d [2020-10-25T07:06:09.199Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-25T07:06:09.199Z] ---> Running in 54cc1d08c1e6 [2020-10-25T07:06:09.812Z] Removing intermediate container 54cc1d08c1e6 [2020-10-25T07:06:09.812Z] ---> 26c778533c76 [2020-10-25T07:06:09.812Z] Step 13/20 : WORKDIR /edgex [2020-10-25T07:06:09.812Z] ---> Running in 585f10b87d60 [2020-10-25T07:06:10.414Z] Removing intermediate container 585f10b87d60 [2020-10-25T07:06:10.414Z] ---> ee9d3b56b9a2 [2020-10-25T07:06:10.414Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-25T07:06:11.871Z] ---> 92af38cf1a1a [2020-10-25T07:06:11.871Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-25T07:06:13.860Z] ---> 213b854a6c13 [2020-10-25T07:06:13.860Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-25T07:06:13.860Z] ---> Running in cd691ff081b0 [2020-10-25T07:06:14.467Z] Removing intermediate container cd691ff081b0 [2020-10-25T07:06:14.467Z] ---> 127463713be8 [2020-10-25T07:06:14.467Z] Step 17/20 : CMD ["--init=true"] [2020-10-25T07:06:14.741Z] ---> Running in 553d627a0b32 [2020-10-25T07:06:15.337Z] Removing intermediate container 553d627a0b32 [2020-10-25T07:06:15.337Z] ---> 4f3574232eb1 [2020-10-25T07:06:15.337Z] Step 18/20 : LABEL arch=arm64 [2020-10-25T07:06:15.608Z] ---> Running in d0b6fe69f8a8 [2020-10-25T07:06:16.216Z] Removing intermediate container d0b6fe69f8a8 [2020-10-25T07:06:16.216Z] ---> 0fd1af351fbb [2020-10-25T07:06:16.216Z] Step 19/20 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:06:16.501Z] ---> Running in 3e35f3d85cd4 [2020-10-25T07:06:17.105Z] Removing intermediate container 3e35f3d85cd4 [2020-10-25T07:06:17.105Z] ---> eee15fb107dd [2020-10-25T07:06:17.105Z] Step 20/20 : LABEL version=0.0.0 [2020-10-25T07:06:17.379Z] ---> Running in 7802aeb8cb22 [2020-10-25T07:06:18.366Z] Removing intermediate container 7802aeb8cb22 [2020-10-25T07:06:18.366Z] ---> a0743827b2e0 [2020-10-25T07:06:18.366Z] [2020-10-25T07:06:18.641Z] Successfully built a0743827b2e0 [2020-10-25T07:06:18.641Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-25T07:06:57.662Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 234ab0555ed4 [2020-10-25T07:06:57.662Z] ---> 96f60dfaccbe [2020-10-25T07:06:57.662Z] [2020-10-25T07:06:57.662Z] Step 10/22 : FROM scratch [2020-10-25T07:06:57.662Z] ---> [2020-10-25T07:06:57.662Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T07:06:57.662Z] ---> Using cache [2020-10-25T07:06:57.662Z] ---> 0e1d681b9486 [2020-10-25T07:06:57.662Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-25T07:06:57.662Z] ---> Running in 9dae22621925 [2020-10-25T07:06:57.662Z] Removing intermediate container 9dae22621925 [2020-10-25T07:06:57.662Z] ---> b93282592ee8 [2020-10-25T07:06:57.662Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T07:06:57.662Z] ---> Running in 02dbbbe2f789 [2020-10-25T07:06:57.662Z] Removing intermediate container 02dbbbe2f789 [2020-10-25T07:06:57.662Z] ---> 7412d967aa2c [2020-10-25T07:06:57.662Z] Step 14/22 : WORKDIR / [2020-10-25T07:06:57.662Z] ---> Running in 8bcdb1346a67 [2020-10-25T07:06:57.662Z] Removing intermediate container 8bcdb1346a67 [2020-10-25T07:06:57.662Z] ---> 435f0d05c816 [2020-10-25T07:06:57.662Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-25T07:06:57.662Z] ---> 68cbb455cd5b [2020-10-25T07:06:57.662Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-25T07:06:58.650Z] ---> 2a78bb4da610 [2020-10-25T07:06:58.650Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-25T07:07:00.099Z] ---> c9d675469b02 [2020-10-25T07:07:00.099Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-25T07:07:00.099Z] ---> Running in b9211dd1ae60 [2020-10-25T07:07:00.702Z] Removing intermediate container b9211dd1ae60 [2020-10-25T07:07:00.702Z] ---> c3565b313328 [2020-10-25T07:07:00.702Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T07:07:00.977Z] ---> Running in 4c76d68a6e1b [2020-10-25T07:07:01.587Z] Removing intermediate container 4c76d68a6e1b [2020-10-25T07:07:01.587Z] ---> 23393d060a00 [2020-10-25T07:07:01.587Z] Step 20/22 : LABEL arch=arm64 [2020-10-25T07:07:02.195Z] ---> Running in 794860d4b7fd [2020-10-25T07:07:02.793Z] Removing intermediate container 794860d4b7fd [2020-10-25T07:07:02.793Z] ---> ae0d2cc88d56 [2020-10-25T07:07:02.793Z] Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:07:02.793Z] ---> Running in a3a7c7d7cf84 [2020-10-25T07:07:03.404Z] Removing intermediate container a3a7c7d7cf84 [2020-10-25T07:07:03.404Z] ---> c3b64208694c [2020-10-25T07:07:03.404Z] Step 22/22 : LABEL version=0.0.0 [2020-10-25T07:07:03.680Z] ---> Running in 662ed5b9cd83 [2020-10-25T07:07:04.666Z] Removing intermediate container 662ed5b9cd83 [2020-10-25T07:07:04.666Z] ---> 3a81c450a831 [2020-10-25T07:07:04.666Z] [2020-10-25T07:07:05.270Z] Successfully built 3a81c450a831 [2020-10-25T07:07:05.270Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-25T07:07:07.911Z]  Building docker-core-metadata-go ... done Removing intermediate container 03948b149349 [2020-10-25T07:07:07.912Z] ---> 36258323749c [2020-10-25T07:07:07.912Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-25T07:07:07.912Z] ---> Running in d58484e2f0d9 [2020-10-25T07:07:10.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-25T07:07:10.840Z] Removing intermediate container 57a0112a8243 [2020-10-25T07:07:10.840Z] ---> c16c0251bee6 [2020-10-25T07:07:10.840Z] [2020-10-25T07:07:10.840Z] Step 10/22 : FROM scratch [2020-10-25T07:07:10.840Z] ---> [2020-10-25T07:07:10.840Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-25T07:07:10.840Z] ---> Using cache [2020-10-25T07:07:11.118Z] ---> 27171c4d97a1 [2020-10-25T07:07:11.118Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-25T07:07:11.118Z] ---> Running in ac89b6489c37 [2020-10-25T07:07:11.728Z] Removing intermediate container ac89b6489c37 [2020-10-25T07:07:11.728Z] ---> 1a4de4be387f [2020-10-25T07:07:11.728Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T07:07:12.005Z] ---> Running in d9e21d314fb8 [2020-10-25T07:07:12.609Z] Removing intermediate container d9e21d314fb8 [2020-10-25T07:07:12.609Z] ---> 3dfa272bf607 [2020-10-25T07:07:12.609Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-25T07:07:13.604Z] ---> a6ce0397f1bb [2020-10-25T07:07:13.604Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-25T07:07:15.046Z] ---> b1ba913a701a [2020-10-25T07:07:15.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-25T07:07:15.046Z] Removing intermediate container d58484e2f0d9 [2020-10-25T07:07:15.046Z] ---> 32d542503bba [2020-10-25T07:07:15.046Z] [2020-10-25T07:07:15.046Z] Step 11/27 : FROM docker:latest [2020-10-25T07:07:15.046Z] ---> 5d4db4dc0692 [2020-10-25T07:07:15.046Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-25T07:07:15.320Z] ---> Running in c3f074bb7866 [2020-10-25T07:07:16.783Z] ---> 117ca69360ae [2020-10-25T07:07:16.783Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-25T07:07:17.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:07:17.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:07:17.394Z] ---> 4647a57e0158 [2020-10-25T07:07:17.394Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-25T07:07:17.669Z] ---> Running in 6d0978f36a34 [2020-10-25T07:07:18.269Z] (1/2) Installing readline (8.0.4-r0) [2020-10-25T07:07:18.269Z] (2/2) Installing bash (5.0.17-r0) [2020-10-25T07:07:18.269Z] Executing bash-5.0.17-r0.post-install [2020-10-25T07:07:18.269Z] Removing intermediate container 6d0978f36a34 [2020-10-25T07:07:18.269Z] ---> b97d9ead26f6 [2020-10-25T07:07:18.269Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T07:07:18.269Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T07:07:18.269Z] OK: 12 MiB in 22 packages [2020-10-25T07:07:18.548Z] ---> Running in a150b1c138fc [2020-10-25T07:07:19.151Z] Removing intermediate container a150b1c138fc [2020-10-25T07:07:19.151Z] ---> 52b730a8426c [2020-10-25T07:07:19.151Z] Step 20/22 : LABEL arch=arm64 [2020-10-25T07:07:19.151Z] ---> Running in caa1dcffebd3 [2020-10-25T07:07:19.752Z] Removing intermediate container caa1dcffebd3 [2020-10-25T07:07:19.752Z] ---> f0bb38f5eb9f [2020-10-25T07:07:19.752Z] Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:07:19.752Z] Removing intermediate container c3f074bb7866 [2020-10-25T07:07:19.752Z] ---> 4928d62bcd20 [2020-10-25T07:07:19.752Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-25T07:07:20.026Z] ---> Running in dc0d48fae7b7 [2020-10-25T07:07:20.026Z] ---> Running in f53fc8111c31 [2020-10-25T07:07:20.622Z] Removing intermediate container dc0d48fae7b7 [2020-10-25T07:07:20.622Z] ---> 754979a18388 [2020-10-25T07:07:20.622Z] Step 22/22 : LABEL version=0.0.0 [2020-10-25T07:07:20.622Z] ---> Running in 2c0259362c50 [2020-10-25T07:07:21.215Z] Removing intermediate container 2c0259362c50 [2020-10-25T07:07:21.215Z] ---> e62619803396 [2020-10-25T07:07:21.215Z] [2020-10-25T07:07:21.489Z] Successfully built e62619803396 [2020-10-25T07:07:21.489Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-25T07:07:22.928Z]  Building docker-support-logging-go ... done Removing intermediate container f53fc8111c31 [2020-10-25T07:07:22.928Z] ---> 734426ce879b [2020-10-25T07:07:22.928Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-25T07:07:22.928Z] ---> Running in e547752cddd9 [2020-10-25T07:07:23.530Z] Removing intermediate container e547752cddd9 [2020-10-25T07:07:23.530Z] ---> d7e831c46cce [2020-10-25T07:07:23.530Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-25T07:07:23.530Z] ---> Running in f00fd205c952 [2020-10-25T07:07:24.132Z] Removing intermediate container f00fd205c952 [2020-10-25T07:07:24.132Z] ---> 9ac51984df30 [2020-10-25T07:07:24.132Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-25T07:07:24.132Z] ---> Running in 79258ebf0850 [2020-10-25T07:07:24.728Z] Removing intermediate container 79258ebf0850 [2020-10-25T07:07:24.728Z] ---> a15c64bf3fba [2020-10-25T07:07:24.728Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-25T07:07:26.160Z] ---> f68e7d829959 [2020-10-25T07:07:26.160Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-25T07:07:26.752Z] ---> 4f971ecd6879 [2020-10-25T07:07:26.752Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-25T07:07:27.351Z] ---> 11aed279bffc [2020-10-25T07:07:27.351Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-25T07:07:27.625Z] ---> Running in 565cbb23789b [2020-10-25T07:07:29.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:07:29.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:07:29.926Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-25T07:07:29.926Z] (2/33) Installing expat (2.2.9-r1) [2020-10-25T07:07:29.926Z] (3/33) Installing libffi (3.3-r2) [2020-10-25T07:07:29.926Z] (4/33) Installing gdbm (1.13-r1) [2020-10-25T07:07:29.926Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-25T07:07:29.926Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-25T07:07:30.197Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-25T07:07:32.259Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-25T07:07:32.259Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-25T07:07:32.259Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-25T07:07:32.259Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-25T07:07:32.259Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-25T07:07:32.259Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-25T07:07:32.259Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-25T07:07:32.259Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-25T07:07:32.259Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-25T07:07:32.259Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-25T07:07:32.259Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-25T07:07:32.259Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-25T07:07:32.259Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-25T07:07:32.259Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-25T07:07:32.259Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-25T07:07:32.259Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-25T07:07:32.548Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-25T07:07:32.548Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-25T07:07:32.548Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-25T07:07:32.824Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-25T07:07:32.824Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-25T07:07:32.824Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-25T07:07:32.824Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-25T07:07:32.824Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-25T07:07:32.824Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-25T07:07:32.824Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-25T07:07:33.103Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T07:07:33.103Z] OK: 71 MiB in 55 packages [2020-10-25T07:07:33.103Z] Removing intermediate container fb69c272fabf [2020-10-25T07:07:33.103Z] ---> eb80a3958a7a [2020-10-25T07:07:33.103Z] [2020-10-25T07:07:33.103Z] Step 10/23 : FROM alpine [2020-10-25T07:07:33.103Z] ---> 2e77e061c27f [2020-10-25T07:07:33.103Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T07:07:33.387Z] ---> Running in a6f663f4ea40 [2020-10-25T07:07:33.982Z] Removing intermediate container a6f663f4ea40 [2020-10-25T07:07:33.982Z] ---> 54cd7f0256ef [2020-10-25T07:07:33.982Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-25T07:07:33.982Z] ---> Running in fd2978397e77 [2020-10-25T07:07:34.962Z] Removing intermediate container fd2978397e77 [2020-10-25T07:07:34.962Z] ---> 29594fae0243 [2020-10-25T07:07:34.962Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-25T07:07:34.962Z] ---> Running in e56b4cb5517f [2020-10-25T07:07:35.556Z] Removing intermediate container e56b4cb5517f [2020-10-25T07:07:35.556Z] ---> e5a2574a7d36 [2020-10-25T07:07:35.556Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T07:07:35.828Z] ---> Running in 5712d9be080b [2020-10-25T07:07:39.226Z] Removing intermediate container 5712d9be080b [2020-10-25T07:07:39.226Z] ---> 1a6d72b9c9c3 [2020-10-25T07:07:39.226Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-25T07:07:39.226Z] Removing intermediate container 565cbb23789b [2020-10-25T07:07:39.226Z] ---> df3663a1beff [2020-10-25T07:07:39.226Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-25T07:07:39.226Z] ---> Running in 0ed0bb8be217 [2020-10-25T07:07:39.226Z] ---> Running in 5e8c29dac543 [2020-10-25T07:07:41.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:07:41.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:07:42.396Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-25T07:07:42.396Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-25T07:07:42.667Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-25T07:07:42.945Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-25T07:07:42.945Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-25T07:07:42.945Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T07:07:42.945Z] OK: 8 MiB in 19 packages [2020-10-25T07:07:44.392Z] Removing intermediate container 0ed0bb8be217 [2020-10-25T07:07:44.392Z] ---> 6eb4d0739ee5 [2020-10-25T07:07:44.392Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-25T07:07:44.990Z] Collecting docker-compose==1.23.2 [2020-10-25T07:07:44.990Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-25T07:07:45.263Z] ---> 371cbd7b8e86 [2020-10-25T07:07:45.263Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-25T07:07:45.877Z] Collecting jsonschema<3,>=2.5.1 [2020-10-25T07:07:45.877Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-25T07:07:46.475Z] ---> 2b75bfd027c4 [2020-10-25T07:07:46.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-25T07:07:47.071Z] ---> 8494520ecb43 [2020-10-25T07:07:47.071Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-25T07:07:47.345Z] ---> Running in dfb2c8ce8a87 [2020-10-25T07:07:47.615Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-25T07:07:47.615Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-25T07:07:47.615Z] Removing intermediate container dfb2c8ce8a87 [2020-10-25T07:07:47.615Z] ---> ad443d27cf82 [2020-10-25T07:07:47.615Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T07:07:47.887Z] ---> Running in 0ab14165bd1e [2020-10-25T07:07:48.492Z] Removing intermediate container 0ab14165bd1e [2020-10-25T07:07:48.492Z] ---> a32e6d0feffc [2020-10-25T07:07:48.492Z] Step 21/23 : LABEL arch=arm64 [2020-10-25T07:07:48.492Z] Collecting PyYAML<4,>=3.10 [2020-10-25T07:07:48.492Z] ---> Running in 06c3713c475f [2020-10-25T07:07:48.492Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-25T07:07:49.093Z] Removing intermediate container 06c3713c475f [2020-10-25T07:07:49.093Z] ---> a41f73bafed7 [2020-10-25T07:07:49.093Z] Step 22/23 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:07:49.093Z] ---> Running in 288398121b91 [2020-10-25T07:07:49.686Z] Removing intermediate container 288398121b91 [2020-10-25T07:07:49.686Z] ---> 8a14681cb5e5 [2020-10-25T07:07:49.686Z] Step 23/23 : LABEL version=0.0.0 [2020-10-25T07:07:49.686Z] ---> Running in f49043ee504c [2020-10-25T07:07:50.279Z] Removing intermediate container f49043ee504c [2020-10-25T07:07:50.279Z] ---> cc107c7fa763 [2020-10-25T07:07:50.279Z] [2020-10-25T07:07:50.549Z] Successfully built cc107c7fa763 [2020-10-25T07:07:50.820Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-25T07:07:51.788Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2020-10-25T07:07:51.788Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-25T07:07:51.788Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-25T07:07:52.376Z] Collecting docker<4.0,>=3.6.0 [2020-10-25T07:07:52.376Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-25T07:07:52.646Z] Collecting docopt<0.7,>=0.6.1 [2020-10-25T07:07:52.646Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-25T07:07:54.603Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-25T07:07:54.603Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-25T07:07:57.210Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-25T07:07:57.210Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-25T07:07:57.210Z] Collecting texttable<0.10,>=0.9.0 [2020-10-25T07:07:57.210Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-25T07:07:59.172Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-25T07:07:59.172Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-25T07:07:59.442Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-25T07:07:59.442Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-25T07:07:59.712Z] Collecting idna<2.8,>=2.5 [2020-10-25T07:07:59.713Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-25T07:07:59.984Z] Collecting docker-pycreds>=0.4.0 [2020-10-25T07:07:59.984Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-25T07:07:59.984Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-25T07:07:59.984Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-25T07:07:59.984Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-25T07:07:59.984Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-25T07:08:00.967Z] Installing collected packages: jsonschema, urllib3, idna, requests, PyYAML, cached-property, websocket-client, docker-pycreds, docker, docopt, dockerpty, texttable, docker-compose [2020-10-25T07:08:01.237Z] Attempting uninstall: urllib3 [2020-10-25T07:08:01.237Z] Found existing installation: urllib3 1.25.9 [2020-10-25T07:08:01.237Z] Uninstalling urllib3-1.25.9: [2020-10-25T07:08:01.237Z] Successfully uninstalled urllib3-1.25.9 [2020-10-25T07:08:01.831Z] Attempting uninstall: idna [2020-10-25T07:08:01.831Z] Found existing installation: idna 2.9 [2020-10-25T07:08:01.831Z] Uninstalling idna-2.9: [2020-10-25T07:08:02.102Z] Successfully uninstalled idna-2.9 [2020-10-25T07:08:02.695Z] Attempting uninstall: requests [2020-10-25T07:08:02.695Z] Found existing installation: requests 2.23.0 [2020-10-25T07:08:02.695Z] Uninstalling requests-2.23.0: [2020-10-25T07:08:02.695Z] Successfully uninstalled requests-2.23.0 [2020-10-25T07:08:02.966Z] Running setup.py install for PyYAML: started [2020-10-25T07:08:04.931Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-25T07:08:06.351Z] Running setup.py install for docopt: started [2020-10-25T07:08:07.773Z] Running setup.py install for docopt: finished with status 'done' [2020-10-25T07:08:07.773Z] Running setup.py install for dockerpty: started [2020-10-25T07:08:09.740Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-25T07:08:09.740Z] Running setup.py install for texttable: started [2020-10-25T07:08:11.708Z] Running setup.py install for texttable: finished with status 'done' [2020-10-25T07:08:12.300Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-25T07:08:16.596Z] Removing intermediate container 5e8c29dac543 [2020-10-25T07:08:16.596Z] ---> 6fcf00546a4c [2020-10-25T07:08:16.596Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-25T07:08:16.596Z] ---> Running in 4d71101de4a5 [2020-10-25T07:08:17.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T07:08:17.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T07:08:18.163Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-25T07:08:18.163Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-25T07:08:18.163Z] (3/3) Installing curl (7.69.1-r1) [2020-10-25T07:08:18.163Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T07:08:18.163Z] OK: 71 MiB in 58 packages [2020-10-25T07:08:19.595Z] Removing intermediate container 4d71101de4a5 [2020-10-25T07:08:19.595Z] ---> 2546eb2aab44 [2020-10-25T07:08:19.595Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-25T07:08:19.595Z] ---> Running in 54f71d6e877e [2020-10-25T07:08:20.189Z] Removing intermediate container 54f71d6e877e [2020-10-25T07:08:20.189Z] ---> 59b87fccd6f0 [2020-10-25T07:08:20.189Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T07:08:20.189Z] ---> Running in 07ac1b0f3df0 [2020-10-25T07:08:20.782Z] Removing intermediate container 07ac1b0f3df0 [2020-10-25T07:08:20.782Z] ---> 031052d8f809 [2020-10-25T07:08:20.782Z] Step 25/27 : LABEL arch=arm64 [2020-10-25T07:08:20.782Z] ---> Running in f5a4748b3207 [2020-10-25T07:08:21.375Z] Removing intermediate container f5a4748b3207 [2020-10-25T07:08:21.375Z] ---> 15d843025125 [2020-10-25T07:08:21.375Z] Step 26/27 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb [2020-10-25T07:08:21.375Z] ---> Running in 6db3c178554b [2020-10-25T07:08:21.972Z] Removing intermediate container 6db3c178554b [2020-10-25T07:08:21.972Z] ---> 76174f0dc1f2 [2020-10-25T07:08:21.972Z] Step 27/27 : LABEL version=0.0.0 [2020-10-25T07:08:21.972Z] ---> Running in f5f9094910ed [2020-10-25T07:08:22.564Z] Removing intermediate container f5f9094910ed [2020-10-25T07:08:22.564Z] ---> 597a45759212 [2020-10-25T07:08:22.564Z] [2020-10-25T07:08:22.835Z] Successfully built 597a45759212 [2020-10-25T07:08:22.835Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-25T07:08:23.440Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-25T07:08:23.449Z] $ docker stop --time=1 2deb784bb73131dea5c060d0f1bee14f12ae01744241fed86b9018c732e3ef7b [2020-10-25T07:08:25.340Z] $ docker rm -f 2deb784bb73131dea5c060d0f1bee14f12ae01744241fed86b9018c732e3ef7b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T07:08:26.059Z] + + grepdocker docker images [2020-10-25T07:08:26.060Z] [2020-10-25T07:08:26.332Z] docker-sys-mgmt-agent-go-arm64 latest 597a45759212 4 seconds ago 270MB [2020-10-25T07:08:26.332Z] docker-core-data-go-arm64 latest cc107c7fa763 36 seconds ago 22.3MB [2020-10-25T07:08:26.332Z] docker-support-logging-go-arm64 latest e62619803396 About a minute ago 10.6MB [2020-10-25T07:08:26.332Z] docker-core-metadata-go-arm64 latest 3a81c450a831 About a minute ago 13.5MB [2020-10-25T07:08:26.332Z] docker-security-proxy-setup-go-arm64 latest a0743827b2e0 2 minutes ago 15.1MB [2020-10-25T07:08:26.332Z] docker-security-secretstore-setup-go-arm64 latest 0165e1b26bde 4 minutes ago 30.8MB [2020-10-25T07:08:26.332Z] docker-support-notifications-go-arm64 latest 257a66a04c6c 4 minutes ago 12.9MB [2020-10-25T07:08:26.332Z] docker-core-command-go-arm64 latest f7a00c4a9d1b 4 minutes ago 11.4MB [2020-10-25T07:08:26.332Z] docker-support-scheduler-go-arm64 latest c1bbeebb3bcf 4 minutes ago 11.5MB [2020-10-25T07:08:26.332Z] docker-security-secrets-setup-go-arm64 latest 22db3f31a018 4 minutes ago 22.7MB [2020-10-25T07:08:26.332Z] docker latest 5d4db4dc0692 3 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-25T07:08:29.968Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T07:08:30.893Z] ---> package-listing.sh [2020-10-25T07:08:30.893Z] ++ facter osfamily [2020-10-25T07:08:30.893Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-25T07:08:31.164Z] + OS_FAMILY=redhat [2020-10-25T07:08:31.164Z] + workspace=/w/workspace/edgex-go/5 [2020-10-25T07:08:31.164Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-25T07:08:31.164Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-25T07:08:31.164Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-25T07:08:31.164Z] + PACKAGES=/tmp/packages_start.txt [2020-10-25T07:08:31.164Z] + '[' /w/workspace/edgex-go/5 ']' [2020-10-25T07:08:31.189Z] + PACKAGES=/tmp/packages_end.txt [2020-10-25T07:08:31.189Z] + case "${OS_FAMILY}" in [2020-10-25T07:08:31.189Z] + rpm -qa [2020-10-25T07:08:31.189Z] + sort [2020-10-25T07:08:35.462Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-25T07:08:35.462Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-25T07:08:35.462Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-25T07:08:35.462Z] + '[' /w/workspace/edgex-go/5 ']' [2020-10-25T07:08:35.462Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-10-25T07:08:35.462Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2020-10-25T07:08:35.476Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-25T07:08:35.818Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-25T07:08:36.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-25T07:08:36.735Z] [2020-10-25T07:08:36.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-25T07:08:37.122Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-25T07:08:37.122Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-25T07:08:37.122Z] df20fa9351a1: Already exists [2020-10-25T07:08:37.122Z] 36b3adc4ff6f: Pulling fs layer [2020-10-25T07:08:37.122Z] 8ad3a11d3b57: Pulling fs layer [2020-10-25T07:08:37.122Z] 46f8f816bc3b: Pulling fs layer [2020-10-25T07:08:37.122Z] 93b61091891f: Pulling fs layer [2020-10-25T07:08:37.122Z] 93b9cdb0e59b: Pulling fs layer [2020-10-25T07:08:37.122Z] 5e14af77c1be: Pulling fs layer [2020-10-25T07:08:37.122Z] 01666e4c0597: Pulling fs layer [2020-10-25T07:08:37.122Z] aa168da1d23b: Pulling fs layer [2020-10-25T07:08:37.122Z] 5e14af77c1be: Waiting [2020-10-25T07:08:37.122Z] 01666e4c0597: Waiting [2020-10-25T07:08:37.122Z] aa168da1d23b: Waiting [2020-10-25T07:08:37.122Z] 93b61091891f: Waiting [2020-10-25T07:08:37.122Z] 93b9cdb0e59b: Waiting [2020-10-25T07:08:37.390Z] 46f8f816bc3b: Verifying Checksum [2020-10-25T07:08:37.390Z] 46f8f816bc3b: Download complete [2020-10-25T07:08:37.390Z] 36b3adc4ff6f: Download complete [2020-10-25T07:08:37.390Z] 93b9cdb0e59b: Verifying Checksum [2020-10-25T07:08:37.390Z] 93b9cdb0e59b: Download complete [2020-10-25T07:08:37.390Z] 5e14af77c1be: Verifying Checksum [2020-10-25T07:08:37.390Z] 5e14af77c1be: Download complete [2020-10-25T07:08:37.390Z] 01666e4c0597: Verifying Checksum [2020-10-25T07:08:37.390Z] 01666e4c0597: Download complete [2020-10-25T07:08:37.390Z] 93b61091891f: Verifying Checksum [2020-10-25T07:08:37.390Z] 93b61091891f: Download complete [2020-10-25T07:08:38.003Z] 36b3adc4ff6f: Pull complete [2020-10-25T07:08:38.688Z] 8ad3a11d3b57: Verifying Checksum [2020-10-25T07:08:38.688Z] 8ad3a11d3b57: Download complete [2020-10-25T07:08:40.356Z] 8ad3a11d3b57: Pull complete [2020-10-25T07:08:40.356Z] 46f8f816bc3b: Pull complete [2020-10-25T07:08:40.980Z] 93b61091891f: Pull complete [2020-10-25T07:08:41.276Z] 93b9cdb0e59b: Pull complete [2020-10-25T07:08:42.261Z] aa168da1d23b: Download complete [2020-10-25T07:08:43.212Z] 5e14af77c1be: Pull complete [2020-10-25T07:08:43.519Z] 01666e4c0597: Pull complete [2020-10-25T07:08:56.064Z] aa168da1d23b: Pull complete [2020-10-25T07:08:56.065Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-25T07:08:56.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-25T07:08:56.065Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-25T07:08:56.382Z] prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container [2020-10-25T07:08:56.486Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-25T07:09:00.604Z] $ docker top c897665c89bb2cddfd433ce921c8397f64043443b8e04e839e72dc3d3f4986fe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T07:09:01.751Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-25T07:09:02.421Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-25T07:09:02.769Z] + ls /var/log/sa-host [2020-10-25T07:09:02.769Z] + sadf -c /var/log/sa-host/sa05 [2020-10-25T07:09:02.769Z] file_magic: OK [2020-10-25T07:09:02.769Z] HZ: Using current value: 100 [2020-10-25T07:09:02.769Z] file_header: OK [2020-10-25T07:09:02.769Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-25T07:09:02.769Z] Statistics: [2020-10-25T07:09:02.769Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-25T07:09:02.769Z] File successfully converted to sysstat format version 12.2.1 [2020-10-25T07:09:02.769Z] + sadf -c /var/log/sa-host/sa25 [2020-10-25T07:09:02.769Z] file_magic: OK [2020-10-25T07:09:02.769Z] HZ: Using current value: 100 [2020-10-25T07:09:02.769Z] file_header: OK [2020-10-25T07:09:02.769Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-25T07:09:02.769Z] Statistics: [2020-10-25T07:09:02.769Z] 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... [2020-10-25T07:09:02.769Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-25T07:09:03.047Z] provisioning config files... [2020-10-25T07:09:03.083Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1996845962652725021tmp [Pipeline] { [Pipeline] echo [2020-10-25T07:09:03.220Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T07:09:03.881Z] ---> create-netrc.sh [Pipeline] } [2020-10-25T07:09:03.894Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-25T07:09:03.998Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T07:09:04.321Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-25T07:09:04.334Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T07:09:04.641Z] ---> sudo-logs.sh [2020-10-25T07:09:04.641Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-25T07:09:04.652Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T07:09:04.958Z] ---> job-cost.sh [2020-10-25T07:09:04.958Z] lf-activate-venv: SKIPPING [2020-10-25T07:09:04.958Z] INFO: No Stack... [2020-10-25T07:09:06.358Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-25T07:09:06.625Z] INFO: Archiving Costs [Pipeline] echo [2020-10-25T07:09:06.640Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T07:09:07.107Z] ---> logs-deploy.sh [2020-10-25T07:09:07.107Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2847/5 [2020-10-25T07:09:07.107Z] INFO: archiving workspace using pattern(s): [2020-10-25T07:09:09.094Z] Archives upload complete. [2020-10-25T07:09:09.364Z] INFO: archiving logs to Nexus