Branch indexing 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 3518a29232dda2303eb10bbc901c390a9db916dd+70c918de78a758e1281f9e18824a6a08fc9647aa (dcb6160128d6d5d27bc2c161e364f289c3541470) 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-9031 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [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 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 3518a29232dda2303eb10bbc901c390a9db916dd > 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/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3518a29232dda2303eb10bbc901c390a9db916dd # 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 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 Merge succeeded, producing 6252f2d244ab7c75ec4fe1b58532704959deb956 Checking out Revision 6252f2d244ab7c75ec4fe1b58532704959deb956 (PR-2848) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6252f2d244ab7c75ec4fe1b58532704959deb956 # timeout=10 Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" > git rev-list --no-walk 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T00:31:01.442Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T00:31:01.711Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T00:31:01.812Z] ========================================================= [2020-10-27T00:31:01.812Z] EdgeX Global Pipelines Version Info [2020-10-27T00:31:01.813Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:31:03.304Z] ------------------- [2020-10-27T00:31:03.304Z] stable info: [2020-10-27T00:31:03.304Z] ------------------- [2020-10-27T00:31:03.304Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T00:31:03.304Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T00:31:03.304Z] Message: update stable to v1.0.148 [2020-10-27T00:31:04.251Z] ------------------- [2020-10-27T00:31:04.251Z] experimental info: [2020-10-27T00:31:04.251Z] ------------------- [2020-10-27T00:31:04.251Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T00:31:04.251Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T00:31:04.251Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-27T00:31:04.530Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-27T00:31:04.618Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-27T00:31:04.704Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T00:31:04.811Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T00:31:04.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T00:31:04.995Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T00:31:05.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T00:31:05.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-27T00:31:05.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-27T00:31:05.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-27T00:31:05.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T00:31:05.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T00:31:05.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T00:31:05.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T00:31:05.902Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T00:31:05.981Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T00:31:06.084Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-27T00:31:06.169Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T00:31:06.257Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-27T00:31:06.344Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-27T00:31:06.431Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-27T00:31:06.519Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2848 [Pipeline] echo [2020-10-27T00:31:06.599Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2848 [Pipeline] echo [2020-10-27T00:31:06.691Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2848 [Pipeline] echo [2020-10-27T00:31:06.790Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6252f2d244ab7c75ec4fe1b58532704959deb956 [Pipeline] echo [2020-10-27T00:31:06.880Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6252f2d [Pipeline] echo [2020-10-27T00:31:06.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-27T00:31:07.396Z] ++ 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-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/core-command/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/core-data/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.396Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-27T00:31:07.396Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.396Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-27T00:31:07.396Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T00:31:07.397Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-27T00:31:07.397Z] ++ cut -d/ -f2 [2020-10-27T00:31:07.397Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-27T00:31:07.477Z] 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-27T00:31:08.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T00:31:08.344Z] [2020-10-27T00:31:08.344Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:31:08.707Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T00:31:08.708Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T00:31:08.708Z] 31603596830f: Pulling fs layer [2020-10-27T00:31:08.708Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T00:31:08.708Z] 6ca5941a6612: Pulling fs layer [2020-10-27T00:31:08.708Z] ecc8261a40a4: Pulling fs layer [2020-10-27T00:31:08.708Z] ecc8261a40a4: Waiting [2020-10-27T00:31:08.708Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T00:31:08.708Z] 2a8b12db71e7: Download complete [2020-10-27T00:31:08.971Z] 31603596830f: Verifying Checksum [2020-10-27T00:31:08.971Z] 31603596830f: Download complete [2020-10-27T00:31:08.971Z] ecc8261a40a4: Verifying Checksum [2020-10-27T00:31:08.971Z] 6ca5941a6612: Verifying Checksum [2020-10-27T00:31:08.971Z] ecc8261a40a4: Download complete [2020-10-27T00:31:08.971Z] 6ca5941a6612: Download complete [2020-10-27T00:31:09.240Z] 31603596830f: Pull complete [2020-10-27T00:31:09.240Z] 2a8b12db71e7: Pull complete [2020-10-27T00:31:09.844Z] 6ca5941a6612: Pull complete [2020-10-27T00:31:10.110Z] ecc8261a40a4: Pull complete [2020-10-27T00:31:10.110Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T00:31:10.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T00:31:10.110Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T00:31:10.246Z] prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container [2020-10-27T00:31:10.329Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T00:31:12.756Z] $ docker top 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T00:31:13.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T00:31:13.143Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T00:31:13.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T00:31:13.368Z] $ docker exec 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb ssh-agent [2020-10-27T00:31:13.531Z] SSH_AUTH_SOCK=/tmp/ssh-TxkrwtWKpy0E/agent.11 [2020-10-27T00:31:13.531Z] SSH_AGENT_PID=17 [2020-10-27T00:31:13.542Z] Running ssh-add (command line suppressed) [2020-10-27T00:31:13.669Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5134652623703518119.key (/w/workspace/edgex-go/5@tmp/private_key_5134652623703518119.key) [2020-10-27T00:31:13.723Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T00:31:14.142Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T00:31:14.169Z] $ docker exec --env ******** --env ******** 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb ssh-agent -k [2020-10-27T00:31:14.282Z] unset SSH_AUTH_SOCK; [2020-10-27T00:31:14.282Z] unset SSH_AGENT_PID; [2020-10-27T00:31:14.282Z] echo Agent pid 17 killed; [2020-10-27T00:31:14.328Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T00:31:14.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T00:31:14.487Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T00:31:14.657Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T00:31:14.663Z] $ docker exec 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb ssh-agent [2020-10-27T00:31:14.839Z] SSH_AUTH_SOCK=/tmp/ssh-U0b7SiScoAxW/agent.46 [2020-10-27T00:31:14.839Z] SSH_AGENT_PID=52 [2020-10-27T00:31:14.846Z] Running ssh-add (command line suppressed) [2020-10-27T00:31:14.968Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_4065167299537966867.key (/w/workspace/edgex-go/5@tmp/private_key_4065167299537966867.key) [2020-10-27T00:31:15.020Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T00:31:15.379Z] + git semver init [2020-10-27T00:31:15.379Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T00:31:15.379Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-10-27T00:31:15.379Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-10-27T00:31:15.379Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T00:31:15.379Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T00:31:15.379Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T00:31:15.379Z] # $SEMVER_BRANCH = PR-2848 [2020-10-27T00:31:15.379Z] # $SEMVER_TEMP = /tmp/semver-410829046 [2020-10-27T00:31:15.379Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-27T00:31:33.715Z] # '/tmp/semver-410829046' -> '/w/workspace/edgex-go/5/.semver' [2020-10-27T00:31:33.715Z] # -> Force: false [2020-10-27T00:31:33.715Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-10-27T00:31:33.733Z] $ docker exec --env ******** --env ******** 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb ssh-agent -k [2020-10-27T00:31:33.901Z] unset SSH_AUTH_SOCK; [2020-10-27T00:31:33.901Z] unset SSH_AGENT_PID; [2020-10-27T00:31:33.901Z] echo Agent pid 52 killed; [2020-10-27T00:31:33.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T00:31:34.650Z] + git semver [Pipeline] } [2020-10-27T00:31:34.676Z] $ docker stop --time=1 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb [2020-10-27T00:31:36.312Z] $ docker rm -f 84e3dc8992b0f7a9dd5ea73dade2d8b4a9a01a6a15688c0b8244857501953ebb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T00:31:36.916Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T00:31:37.685Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T00:31:37.687Z] [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-27T00:31:38.413Z] ========================================================= [2020-10-27T00:31:38.414Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T00:31:38.414Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:31:38.773Z] + 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-27T00:31:42.119Z] Sending build context to Docker daemon 325.8MB [2020-10-27T00:31:42.119Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T00:31:42.119Z] Step 2/7 : FROM ${BASE} [2020-10-27T00:31:42.119Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T00:31:42.119Z] df20fa9351a1: Pulling fs layer [2020-10-27T00:31:42.119Z] ed8968b2872e: Pulling fs layer [2020-10-27T00:31:42.119Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T00:31:42.119Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T00:31:42.119Z] e73272ec9a57: Pulling fs layer [2020-10-27T00:31:42.119Z] 1e910a182e73: Pulling fs layer [2020-10-27T00:31:42.119Z] 4e634b169226: Pulling fs layer [2020-10-27T00:31:42.119Z] e871e8e8d7a9: Waiting [2020-10-27T00:31:42.119Z] e73272ec9a57: Waiting [2020-10-27T00:31:42.119Z] 1e910a182e73: Waiting [2020-10-27T00:31:42.119Z] 4e634b169226: Waiting [2020-10-27T00:31:42.119Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T00:31:42.119Z] a92cc7c5fd73: Download complete [2020-10-27T00:31:42.119Z] ed8968b2872e: Verifying Checksum [2020-10-27T00:31:42.119Z] ed8968b2872e: Download complete [2020-10-27T00:31:42.119Z] e73272ec9a57: Download complete [2020-10-27T00:31:42.119Z] 1e910a182e73: Verifying Checksum [2020-10-27T00:31:42.119Z] 1e910a182e73: Download complete [2020-10-27T00:31:42.119Z] df20fa9351a1: Verifying Checksum [2020-10-27T00:31:42.119Z] df20fa9351a1: Download complete [2020-10-27T00:31:42.119Z] df20fa9351a1: Pull complete [2020-10-27T00:31:42.119Z] ed8968b2872e: Pull complete [2020-10-27T00:31:42.704Z] a92cc7c5fd73: Pull complete [2020-10-27T00:31:43.653Z] 4e634b169226: Verifying Checksum [2020-10-27T00:31:43.653Z] 4e634b169226: Download complete [2020-10-27T00:31:44.236Z] e871e8e8d7a9: Verifying Checksum [2020-10-27T00:31:44.236Z] e871e8e8d7a9: Download complete [2020-10-27T00:31:49.559Z] e871e8e8d7a9: Pull complete [2020-10-27T00:31:49.559Z] e73272ec9a57: Pull complete [2020-10-27T00:31:49.559Z] 1e910a182e73: Pull complete [2020-10-27T00:31:53.099Z] Still waiting to schedule task [2020-10-27T00:31:53.099Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-27T00:31:57.723Z] 4e634b169226: Pull complete [2020-10-27T00:31:57.723Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T00:31:57.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T00:31:57.723Z] ---> f7629b54cfaa [2020-10-27T00:31:57.723Z] 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-27T00:31:57.723Z] ---> Running in 7db9147b037a [2020-10-27T00:31:58.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:31:58.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:31:59.449Z] (1/12) Installing libmagic (5.38-r0) [2020-10-27T00:32:00.022Z] (2/12) Installing file (5.38-r0) [2020-10-27T00:32:00.022Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-27T00:32:00.283Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-27T00:32:08.481Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-27T00:32:08.481Z] (6/12) Installing patch (2.7.6-r6) [2020-10-27T00:32:08.481Z] (7/12) Installing build-base (0.5-r2) [2020-10-27T00:32:08.481Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-27T00:32:08.481Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-27T00:32:08.481Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-27T00:32:08.481Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-27T00:32:08.481Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-27T00:32:08.481Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T00:32:08.481Z] OK: 233 MiB in 51 packages [2020-10-27T00:32:11.790Z] Removing intermediate container 7db9147b037a [2020-10-27T00:32:11.790Z] ---> 37c421d4c439 [2020-10-27T00:32:11.790Z] Step 4/7 : WORKDIR /edgex-go [2020-10-27T00:32:11.790Z] ---> Running in 0c98885677f2 [2020-10-27T00:32:11.790Z] Removing intermediate container 0c98885677f2 [2020-10-27T00:32:11.790Z] ---> b407881e5b4d [2020-10-27T00:32:11.790Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T00:32:11.790Z] latest: Pulling from library/docker [2020-10-27T00:32:12.051Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T00:32:12.051Z] 0c7c675703d6: Pulling fs layer [2020-10-27T00:32:12.051Z] cc8c12a437cb: Pulling fs layer [2020-10-27T00:32:12.051Z] c5dafad2182a: Pulling fs layer [2020-10-27T00:32:12.052Z] 5aa711733414: Pulling fs layer [2020-10-27T00:32:12.052Z] 058f73b55e4b: Pulling fs layer [2020-10-27T00:32:12.052Z] 8c9c664faf12: Pulling fs layer [2020-10-27T00:32:12.052Z] 5aa711733414: Waiting [2020-10-27T00:32:12.052Z] 8c9c664faf12: Waiting [2020-10-27T00:32:12.052Z] 058f73b55e4b: Waiting [2020-10-27T00:32:12.052Z] c5dafad2182a: Waiting [2020-10-27T00:32:12.052Z] cc8c12a437cb: Verifying Checksum [2020-10-27T00:32:12.052Z] cc8c12a437cb: Download complete [2020-10-27T00:32:12.052Z] 0c7c675703d6: Verifying Checksum [2020-10-27T00:32:12.052Z] 0c7c675703d6: Download complete [2020-10-27T00:32:12.052Z] 188c0c94c7c5: Verifying Checksum [2020-10-27T00:32:12.052Z] 188c0c94c7c5: Download complete [2020-10-27T00:32:12.313Z] 5aa711733414: Verifying Checksum [2020-10-27T00:32:12.313Z] 5aa711733414: Download complete [2020-10-27T00:32:12.313Z] 058f73b55e4b: Verifying Checksum [2020-10-27T00:32:12.313Z] 058f73b55e4b: Download complete [2020-10-27T00:32:12.313Z] 188c0c94c7c5: Pull complete [2020-10-27T00:32:12.313Z] 8c9c664faf12: Verifying Checksum [2020-10-27T00:32:12.313Z] 8c9c664faf12: Download complete [2020-10-27T00:32:12.575Z] 0c7c675703d6: Pull complete [2020-10-27T00:32:12.575Z] cc8c12a437cb: Pull complete [2020-10-27T00:32:15.140Z] c5dafad2182a: Download complete [2020-10-27T00:32:17.705Z] c5dafad2182a: Pull complete [2020-10-27T00:32:17.705Z] 5aa711733414: Pull complete [2020-10-27T00:32:17.705Z] 058f73b55e4b: Pull complete [2020-10-27T00:32:17.705Z] 8c9c664faf12: Pull complete [2020-10-27T00:32:17.705Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T00:32:17.705Z] Status: Downloaded newer image for docker:latest [2020-10-27T00:32:19.626Z] ---> e1d3413e1273 [2020-10-27T00:32:19.626Z] Step 6/7 : COPY go.mod . [2020-10-27T00:32:19.626Z] ---> 52fcbb3b6288 [2020-10-27T00:32:19.626Z] Step 7/7 : RUN go mod download [2020-10-27T00:32:19.626Z] ---> Running in a7280f02c81a [2020-10-27T00:32:41.620Z] Removing intermediate container a7280f02c81a [2020-10-27T00:32:41.620Z] ---> deab4bbc66f3 [2020-10-27T00:32:41.620Z] Successfully built deab4bbc66f3 [2020-10-27T00:32:41.620Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:32:41.937Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T00:32:41.937Z] . [Pipeline] withDockerContainer [2020-10-27T00:32:42.033Z] prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container [2020-10-27T00:32:42.087Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-27T00:32:42.860Z] $ docker top 38978c9409bb0f5b02bf16b1c58777b7971fdb82336285a8e9d0d0b05d6a9caa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:32:43.389Z] + go version [2020-10-27T00:32:43.389Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T00:32:43.431Z] $ docker stop --time=1 38978c9409bb0f5b02bf16b1c58777b7971fdb82336285a8e9d0d0b05d6a9caa [2020-10-27T00:32:44.783Z] $ docker rm -f 38978c9409bb0f5b02bf16b1c58777b7971fdb82336285a8e9d0d0b05d6a9caa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:32:45.707Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T00:32:45.707Z] . [Pipeline] withDockerContainer [2020-10-27T00:32:45.802Z] prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container [2020-10-27T00:32:45.848Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-27T00:32:46.446Z] $ docker top 0a13fd1107b445c8754a229547315df05d5ba1b4647f791616cce0d0884847fc -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-27T00:32:46.620Z] ========================================================= [2020-10-27T00:32:46.621Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-27T00:32:46.621Z] ========================================================= [Pipeline] sh [2020-10-27T00:32:46.911Z] + make test [2020-10-27T00:32:46.911Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-27T00:32:49.485Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-27T00:32:59.613Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-27T00:33:04.968Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-27T00:33:04.968Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-27T00:33:04.968Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-27T00:33:05.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-27T00:33:06.955Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s [2020-10-27T00:33:06.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-27T00:33:06.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-27T00:33:06.955Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-27T00:33:07.231Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-27T00:33:07.832Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-27T00:33:07.832Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-27T00:33:07.832Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-27T00:33:07.832Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-27T00:33:11.185Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements [2020-10-27T00:33:11.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-27T00:33:11.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-27T00:33:11.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-27T00:33:11.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-27T00:33:11.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-27T00:33:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.051s coverage: 27.1% of statements [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-27T00:33:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-27T00:33:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-27T00:33:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.021s coverage: 64.9% of statements [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-27T00:33:15.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.326s coverage: 84.5% of statements [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-27T00:33:15.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-27T00:33:16.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.088s coverage: 28.6% of statements [2020-10-27T00:33:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-27T00:33:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-27T00:33:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-27T00:33:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-27T00:33:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-27T00:33:16.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.030s coverage: 100.0% of statements [2020-10-27T00:33:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-27T00:33:16.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.016s coverage: 100.0% of statements [2020-10-27T00:33:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-27T00:33:17.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 86.7% of statements [2020-10-27T00:33:17.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-27T00:33:17.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-10-27T00:33:17.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-27T00:33:17.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.027s coverage: 100.0% of statements [2020-10-27T00:33:17.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-27T00:33:17.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-27T00:33:17.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-27T00:33:17.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-27T00:33:18.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.063s coverage: 95.7% of statements [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-27T00:33:18.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-27T00:33:18.417Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.010s coverage: 58.8% of statements [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-27T00:33:18.417Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.020s coverage: 0.0% of statements [no tests to run] [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-27T00:33:18.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.044s coverage: 63.5% of statements [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-27T00:33:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-27T00:33:18.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-10-27T00:33:18.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.012s coverage: 91.3% of statements [2020-10-27T00:33:18.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.006s coverage: 100.0% of statements [2020-10-27T00:33:18.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.008s coverage: 73.7% of statements [2020-10-27T00:33:18.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2020-10-27T00:33:19.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.124s coverage: 55.9% of statements [2020-10-27T00:33:19.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-27T00:33:19.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-27T00:33:19.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-27T00:33:19.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.714s coverage: 86.3% of statements [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.361s coverage: 72.2% of statements [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.135s coverage: 72.1% of statements [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.016s coverage: 48.4% of statements [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.015s coverage: 96.8% of statements [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.054s coverage: 36.5% of statements [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.082s coverage: 84.1% of statements [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.009s coverage: 100.0% of statements [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-27T00:33:23.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.015s coverage: 83.8% of statements [2020-10-27T00:33:23.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-27T00:33:24.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.020s coverage: 47.1% of statements [2020-10-27T00:33:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-27T00:33:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-27T00:33:24.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements [2020-10-27T00:33:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-27T00:33:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-27T00:33:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-27T00:33:24.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-10-27T00:33:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-27T00:33:24.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements [2020-10-27T00:33:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-27T00:33:26.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.057s coverage: 29.1% of statements [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-27T00:33:26.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.017s coverage: 99.0% of statements [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-27T00:33:26.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.019s coverage: 100.0% of statements [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-27T00:33:26.129Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-27T00:33:26.129Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.007s coverage: 100.0% of statements [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-27T00:33:26.129Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-27T00:33:26.129Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-27T00:33:26.129Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-10-27T00:33:26.712Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-10-27T00:33:26.712Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-27T00:33:26.976Z] GO111MODULE=on go vet ./... [2020-10-27T00:33:35.185Z] gofmt -l . [2020-10-27T00:33:35.185Z] [ "`gofmt -l .`" = "" ] [2020-10-27T00:33:35.445Z] ./bin/test-go-mod-tidy.sh [2020-10-27T00:33:36.023Z] ./bin/test-attribution-txt.sh [2020-10-27T00:33:36.391Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9033 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws [2020-10-27T00:33:36.441Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2020-10-27T00:33:38.238Z] + ls -al . [2020-10-27T00:33:38.238Z] total 632 [2020-10-27T00:33:38.238Z] drwxrwxr-x 10 1001 1001 4096 Oct 27 00:33 . [2020-10-27T00:33:38.238Z] drwxr-xr-x 4 root root 28 Oct 27 00:32 .. [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 11 Oct 27 00:30 .dockerignore [2020-10-27T00:33:38.238Z] drwxrwxr-x 8 1001 1001 179 Oct 27 00:31 .git [2020-10-27T00:33:38.238Z] drwxrwxr-x 3 1001 1001 125 Oct 27 00:30 .github [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 932 Oct 27 00:30 .gitignore [2020-10-27T00:33:38.238Z] drwx------ 3 1001 1001 47 Oct 27 00:31 .semver [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 166 Oct 27 00:30 .sonarcloud.properties [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 3804 Oct 27 00:30 CONTRIBUTING.md [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 1035 Oct 27 00:30 Dockerfile.build [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 863 Oct 27 00:30 Jenkinsfile [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 10775 Oct 27 00:30 LICENSE [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 6237 Oct 27 00:30 Makefile [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 6447 Oct 27 00:30 README.md [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 259 Oct 27 00:30 SECURITY.md [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 5 Oct 27 00:31 VERSION [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 4131 Oct 27 00:30 ZMQWindows.md [2020-10-27T00:33:38.238Z] drwxrwxr-x 2 1001 1001 117 Oct 27 00:30 bin [2020-10-27T00:33:38.238Z] drwxrwxr-x 15 1001 1001 4096 Oct 27 00:30 cmd [2020-10-27T00:33:38.238Z] -rw-r--r-- 1 root root 539324 Oct 27 00:33 coverage.out [2020-10-27T00:33:38.238Z] -rw-r--r-- 1 root root 1041 Oct 27 00:33 go.mod [2020-10-27T00:33:38.238Z] -rw-r--r-- 1 root root 19010 Oct 27 00:33 go.sum [2020-10-27T00:33:38.238Z] drwxrwxr-x 8 1001 1001 127 Oct 27 00:30 internal [2020-10-27T00:33:38.238Z] drwxrwxr-x 4 1001 1001 26 Oct 27 00:30 openapi [2020-10-27T00:33:38.238Z] drwxrwxr-x 4 1001 1001 71 Oct 27 00:30 snap [2020-10-27T00:33:38.238Z] -rw-rw-r-- 1 1001 1001 168 Oct 27 00:30 version.go [Pipeline] sh [2020-10-27T00:33:38.694Z] + '[' -e coverage.out ] [2020-10-27T00:33:38.694Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-27T00:33:38.910Z] Stashed 1 file(s) [Pipeline] sh [2020-10-27T00:33:39.208Z] + make build [2020-10-27T00:33:39.208Z] 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-27T00:33:41.512Z] using credential edgex-jenkins-ssh [2020-10-27T00:33:41.566Z] Cloning the remote Git repository [2020-10-27T00:33:41.627Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-27T00:33:41.734Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-10-27T00:33:41.819Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T00:33:41.819Z] > git --version # timeout=10 [2020-10-27T00:33:41.841Z] > git --version # 'git version 2.17.1' [2020-10-27T00:33:41.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:33:41.947Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T00:33:47.426Z] 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-27T00:33:49.978Z] 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-27T00:33:51.369Z] 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-27T00:33:52.322Z] 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-27T00:33:53.717Z] 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-27T00:33:53.980Z] 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-27T00:33:55.380Z] 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-27T00:33:56.783Z] 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-27T00:33:58.184Z] 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-27T00:33:58.652Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T00:33:58.670Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T00:33:58.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T00:33:58.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T00:33:58.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:33:58.748Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T00:33:59.135Z] 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-27T00:33:59.436Z] Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 3518a29232dda2303eb10bbc901c390a9db916dd [2020-10-27T00:34:00.096Z] Merge succeeded, producing 7a758bb9646ba413a345cd136f7224ef62e229bf [2020-10-27T00:34:00.097Z] Checking out Revision 7a758bb9646ba413a345cd136f7224ef62e229bf (PR-2848) [2020-10-27T00:34:00.524Z] 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-27T00:33:59.453Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T00:33:59.479Z] > git checkout -f 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 [2020-10-27T00:33:59.778Z] > git remote # timeout=10 [2020-10-27T00:33:59.797Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T00:33:59.809Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:33:59.823Z] > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 [2020-10-27T00:34:00.077Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T00:34:00.103Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T00:34:00.126Z] > git checkout -f 7a758bb9646ba413a345cd136f7224ef62e229bf # timeout=10 [2020-10-27T00:34:01.476Z] 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-27T00:34:02.444Z] $ docker stop --time=1 0a13fd1107b445c8754a229547315df05d5ba1b4647f791616cce0d0884847fc [2020-10-27T00:34:04.085Z] $ docker rm -f 0a13fd1107b445c8754a229547315df05d5ba1b4647f791616cce0d0884847fc [2020-10-27T00:34:04.289Z] Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" [2020-10-27T00:34:04.297Z] > git rev-list --no-walk 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-27T00:34:07.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T00:34:07.738Z] [2020-10-27T00:34:07.738Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-10-27T00:34:07.876Z] ========================================================= [2020-10-27T00:34:07.876Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T00:34:07.876Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:34:08.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T00:34:08.083Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-27T00:34:08.083Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-27T00:34:08.083Z] ca9280d653b3: Pulling fs layer [2020-10-27T00:34:08.083Z] 7e9c9ca2126c: Pulling fs layer [2020-10-27T00:34:08.659Z] cbdbe7a5bc2a: Download complete [2020-10-27T00:34:08.892Z] + 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-27T00:34:08.920Z] cbdbe7a5bc2a: Pull complete [2020-10-27T00:34:09.184Z] ca9280d653b3: Verifying Checksum [2020-10-27T00:34:09.184Z] ca9280d653b3: Download complete [2020-10-27T00:34:10.137Z] 7e9c9ca2126c: Download complete [2020-10-27T00:34:10.137Z] ca9280d653b3: Pull complete [2020-10-27T00:34:11.521Z] Sending build context to Docker daemon 165.3MB [2020-10-27T00:34:11.522Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T00:34:11.522Z] Step 2/7 : FROM ${BASE} [2020-10-27T00:34:11.798Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T00:34:11.799Z] b538f80385f9: Pulling fs layer [2020-10-27T00:34:11.799Z] 74f711af9a0d: Pulling fs layer [2020-10-27T00:34:11.799Z] 99f96fe45779: Pulling fs layer [2020-10-27T00:34:11.799Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T00:34:11.799Z] 45590311c82a: Pulling fs layer [2020-10-27T00:34:11.799Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T00:34:11.799Z] 209524e5b208: Pulling fs layer [2020-10-27T00:34:11.799Z] 45590311c82a: Waiting [2020-10-27T00:34:11.799Z] 69ca0ff8b7b3: Waiting [2020-10-27T00:34:11.799Z] 209524e5b208: Waiting [2020-10-27T00:34:11.799Z] 8529a6b9a6be: Waiting [2020-10-27T00:34:11.799Z] 99f96fe45779: Download complete [2020-10-27T00:34:11.799Z] 74f711af9a0d: Verifying Checksum [2020-10-27T00:34:11.799Z] 74f711af9a0d: Download complete [2020-10-27T00:34:11.799Z] 45590311c82a: Download complete [2020-10-27T00:34:11.799Z] 69ca0ff8b7b3: Download complete [2020-10-27T00:34:12.075Z] b538f80385f9: Verifying Checksum [2020-10-27T00:34:12.075Z] b538f80385f9: Download complete [2020-10-27T00:34:12.687Z] b538f80385f9: Pull complete [2020-10-27T00:34:13.290Z] 74f711af9a0d: Pull complete [2020-10-27T00:34:13.569Z] 99f96fe45779: Pull complete [2020-10-27T00:34:14.564Z] 209524e5b208: Verifying Checksum [2020-10-27T00:34:14.564Z] 209524e5b208: Download complete [2020-10-27T00:34:15.550Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T00:34:15.550Z] 8529a6b9a6be: Download complete [2020-10-27T00:34:18.315Z] 7e9c9ca2126c: Pull complete [2020-10-27T00:34:18.315Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-27T00:34:18.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T00:34:18.315Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-27T00:34:18.450Z] prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container [2020-10-27T00:34:18.498Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-27T00:34:19.247Z] $ docker top f8c5ecff7094ad072579fa3d8b4875b47dcb6b9e656fd7cf118b439fefd5277b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:34:19.724Z] + docker-compose build --help [2020-10-27T00:34:19.724Z] + grep parallel [2020-10-27T00:34:20.668Z] --parallel Build images in parallel. [Pipeline] } [2020-10-27T00:34:20.684Z] $ docker stop --time=1 f8c5ecff7094ad072579fa3d8b4875b47dcb6b9e656fd7cf118b439fefd5277b [2020-10-27T00:34:22.031Z] $ docker rm -f f8c5ecff7094ad072579fa3d8b4875b47dcb6b9e656fd7cf118b439fefd5277b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:34:22.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T00:34:22.665Z] . [Pipeline] withDockerContainer [2020-10-27T00:34:22.876Z] prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container [2020-10-27T00:34:22.969Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-27T00:34:23.596Z] $ docker top 8fde965aa6d7e0f2b708c48d8c7cf114cacc652652b180f086151eb12bc560a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:34:24.164Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-27T00:34:25.110Z] Building docker-core-command-go ... [2020-10-27T00:34:25.110Z] Building docker-core-data-go ... [2020-10-27T00:34:25.110Z] Building docker-core-metadata-go ... [2020-10-27T00:34:25.110Z] Building docker-security-proxy-setup-go ... [2020-10-27T00:34:25.110Z] Building docker-security-secrets-setup-go ... [2020-10-27T00:34:25.110Z] Building docker-security-secretstore-setup-go ... [2020-10-27T00:34:25.110Z] Building docker-support-logging-go ... [2020-10-27T00:34:25.110Z] Building docker-support-notifications-go ... [2020-10-27T00:34:25.110Z] Building docker-support-scheduler-go ... [2020-10-27T00:34:25.110Z] Building docker-sys-mgmt-agent-go ... [2020-10-27T00:34:25.110Z] Building docker-security-proxy-setup-go [2020-10-27T00:34:25.110Z] Building docker-support-logging-go [2020-10-27T00:34:25.110Z] Building docker-security-secretstore-setup-go [2020-10-27T00:34:25.110Z] Building docker-sys-mgmt-agent-go [2020-10-27T00:34:25.110Z] Building docker-core-command-go [2020-10-27T00:34:25.717Z] 8529a6b9a6be: Pull complete [2020-10-27T00:34:25.717Z] 45590311c82a: Pull complete [2020-10-27T00:34:25.717Z] 69ca0ff8b7b3: Pull complete [2020-10-27T00:34:30.055Z] 209524e5b208: Pull complete [2020-10-27T00:34:30.055Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T00:34:30.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T00:34:30.055Z] ---> 5bddaf1c2fca [2020-10-27T00:34:30.055Z] 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-27T00:34:32.683Z] ---> Running in 0a4d27f1545e [2020-10-27T00:34:34.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:34:35.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:34:37.616Z] (1/12) Installing libmagic (5.38-r0) [2020-10-27T00:34:38.586Z] (2/12) Installing file (5.38-r0) [2020-10-27T00:34:38.586Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-27T00:34:38.586Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-27T00:34:53.648Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-27T00:34:53.648Z] (6/12) Installing patch (2.7.6-r6) [2020-10-27T00:34:53.648Z] (7/12) Installing build-base (0.5-r2) [2020-10-27T00:34:53.648Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-27T00:34:53.648Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-27T00:34:53.648Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-27T00:34:53.648Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-27T00:34:53.648Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-27T00:34:53.648Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T00:34:53.648Z] OK: 217 MiB in 51 packages [2020-10-27T00:34:57.037Z] Removing intermediate container 0a4d27f1545e [2020-10-27T00:34:57.037Z] ---> e4ade8c17dd9 [2020-10-27T00:34:57.037Z] Step 4/7 : WORKDIR /edgex-go [2020-10-27T00:34:57.037Z] ---> Running in 78af642bbd83 [2020-10-27T00:34:57.037Z] Removing intermediate container 78af642bbd83 [2020-10-27T00:34:57.037Z] ---> dbae84c80581 [2020-10-27T00:34:57.037Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T00:34:57.280Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:34:57.280Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:34:57.280Z] ---> deab4bbc66f3 [2020-10-27T00:34:57.280Z] Step 3/20 : WORKDIR /edgex-go [2020-10-27T00:34:57.280Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:34:57.280Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:34:57.280Z] ---> deab4bbc66f3 [2020-10-27T00:34:57.280Z] Step 3/27 : WORKDIR /edgex-go [2020-10-27T00:34:57.280Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:34:57.280Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:34:57.280Z] ---> deab4bbc66f3 [2020-10-27T00:34:57.280Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T00:34:57.280Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:34:57.280Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:34:57.280Z] ---> deab4bbc66f3 [2020-10-27T00:34:57.280Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T00:34:57.280Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:34:57.280Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:34:57.280Z] ---> deab4bbc66f3 [2020-10-27T00:34:57.280Z] Step 3/26 : WORKDIR /edgex-go [2020-10-27T00:34:57.280Z] ---> Running in d7615f104a91 [2020-10-27T00:34:57.280Z] ---> Running in 7c737e2c424c [2020-10-27T00:34:57.280Z] ---> Running in 19ebf0dd5808 [2020-10-27T00:34:57.280Z] ---> Running in 31782e8b3db4 [2020-10-27T00:34:57.280Z] ---> Running in 05b7ca3993df [2020-10-27T00:34:57.280Z] Removing intermediate container 19ebf0dd5808 [2020-10-27T00:34:57.280Z] ---> c9c353c60516 [2020-10-27T00:34:57.280Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:34:57.280Z] Removing intermediate container 7c737e2c424c [2020-10-27T00:34:57.280Z] ---> acd36d635a6c [2020-10-27T00:34:57.280Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:34:57.280Z] Removing intermediate container d7615f104a91 [2020-10-27T00:34:57.280Z] ---> 356fe1744f44 [2020-10-27T00:34:57.280Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:34:57.280Z] Removing intermediate container 05b7ca3993df [2020-10-27T00:34:57.280Z] ---> 06a83cf97977 [2020-10-27T00:34:57.280Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:34:57.280Z] Removing intermediate container 31782e8b3db4 [2020-10-27T00:34:57.280Z] ---> 0f6d99faded9 [2020-10-27T00:34:57.280Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:34:57.280Z] ---> Running in f740a0bbd360 [2020-10-27T00:34:57.280Z] ---> Running in b9392644b997 [2020-10-27T00:34:57.280Z] ---> Running in ebe529079455 [2020-10-27T00:34:57.280Z] ---> Running in 3e8389db1a76 [2020-10-27T00:34:57.280Z] ---> Running in c0defa16b650 [2020-10-27T00:34:57.307Z] latest: Pulling from library/docker [2020-10-27T00:34:57.579Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T00:34:57.579Z] 85db56a05063: Pulling fs layer [2020-10-27T00:34:57.579Z] ccb67d6aeaaa: Pulling fs layer [2020-10-27T00:34:57.579Z] a0b19fc83503: Pulling fs layer [2020-10-27T00:34:57.579Z] 8eb508b41278: Pulling fs layer [2020-10-27T00:34:57.579Z] 37236713561e: Pulling fs layer [2020-10-27T00:34:57.579Z] 07c93f2b1b56: Pulling fs layer [2020-10-27T00:34:57.579Z] a0b19fc83503: Waiting [2020-10-27T00:34:57.579Z] 8eb508b41278: Waiting [2020-10-27T00:34:57.579Z] 37236713561e: Waiting [2020-10-27T00:34:57.579Z] 07c93f2b1b56: Waiting [2020-10-27T00:34:57.856Z] ccb67d6aeaaa: Verifying Checksum [2020-10-27T00:34:57.856Z] ccb67d6aeaaa: Download complete [2020-10-27T00:34:57.856Z] 85db56a05063: Verifying Checksum [2020-10-27T00:34:57.856Z] 85db56a05063: Download complete [2020-10-27T00:34:57.856Z] 5f621e34cdf4: Verifying Checksum [2020-10-27T00:34:57.856Z] 5f621e34cdf4: Download complete [2020-10-27T00:34:58.144Z] 8eb508b41278: Verifying Checksum [2020-10-27T00:34:58.144Z] 8eb508b41278: Download complete [2020-10-27T00:34:58.144Z] 37236713561e: Verifying Checksum [2020-10-27T00:34:58.144Z] 37236713561e: Download complete [2020-10-27T00:34:58.144Z] 07c93f2b1b56: Verifying Checksum [2020-10-27T00:34:58.144Z] 07c93f2b1b56: Download complete [2020-10-27T00:34:58.252Z] Removing intermediate container f740a0bbd360 [2020-10-27T00:34:58.252Z] ---> 9713a25e77de [2020-10-27T00:34:58.252Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-27T00:34:58.518Z] ---> Running in 00fb3b2f9387 [2020-10-27T00:34:58.745Z] 5f621e34cdf4: Pull complete [2020-10-27T00:34:58.784Z] Removing intermediate container b9392644b997 [2020-10-27T00:34:58.784Z] ---> 816067146903 [2020-10-27T00:34:58.784Z] Step 5/26 : RUN apk update && apk add make git [2020-10-27T00:34:58.784Z] ---> Running in 0bbc2d33540a [2020-10-27T00:34:59.045Z] Removing intermediate container ebe529079455 [2020-10-27T00:34:59.045Z] ---> a1f2d1bae410 [2020-10-27T00:34:59.045Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-27T00:34:59.045Z] Removing intermediate container 3e8389db1a76 [2020-10-27T00:34:59.045Z] ---> 58e758cdfac9 [2020-10-27T00:34:59.045Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T00:34:59.315Z] ---> Running in fcde4301224c [2020-10-27T00:34:59.315Z] ---> Running in 5f62f127ec23 [2020-10-27T00:34:59.340Z] a0b19fc83503: Verifying Checksum [2020-10-27T00:34:59.340Z] a0b19fc83503: Download complete [2020-10-27T00:34:59.340Z] 85db56a05063: Pull complete [2020-10-27T00:34:59.580Z] Removing intermediate container c0defa16b650 [2020-10-27T00:34:59.580Z] ---> 08310f15129f [2020-10-27T00:34:59.580Z] Step 5/20 : RUN apk update && apk add make git [2020-10-27T00:34:59.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:34:59.581Z] ---> Running in f3caf29d1e25 [2020-10-27T00:34:59.610Z] ccb67d6aeaaa: Pull complete [2020-10-27T00:34:59.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:00.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:00.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:00.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:00.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:00.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:00.947Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:35:00.947Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:35:00.947Z] OK: 12752 distinct packages available [2020-10-27T00:35:00.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:01.208Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:35:01.208Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:35:01.208Z] OK: 12752 distinct packages available [2020-10-27T00:35:01.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:01.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:35:01.478Z] OK: 233 MiB in 51 packages [2020-10-27T00:35:01.478Z] OK: 233 MiB in 51 packages [2020-10-27T00:35:01.745Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:35:01.745Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:35:01.745Z] OK: 12752 distinct packages available [2020-10-27T00:35:01.745Z] OK: 233 MiB in 51 packages [2020-10-27T00:35:02.017Z] OK: 233 MiB in 51 packages [2020-10-27T00:35:02.017Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:35:02.017Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:35:02.017Z] OK: 12752 distinct packages available [2020-10-27T00:35:02.017Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:35:02.017Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:35:02.017Z] OK: 12752 distinct packages available [2020-10-27T00:35:02.288Z] OK: 233 MiB in 51 packages [2020-10-27T00:35:02.288Z] OK: 233 MiB in 51 packages [2020-10-27T00:35:02.288Z] Removing intermediate container 0bbc2d33540a [2020-10-27T00:35:02.288Z] ---> 3b194b1c0835 [2020-10-27T00:35:02.288Z] Step 6/26 : COPY go.mod . [2020-10-27T00:35:02.860Z] Removing intermediate container 00fb3b2f9387 [2020-10-27T00:35:02.860Z] ---> d887e2a211db [2020-10-27T00:35:02.860Z] Step 6/22 : COPY go.mod . [2020-10-27T00:35:02.860Z] Removing intermediate container fcde4301224c [2020-10-27T00:35:02.860Z] ---> 1d848279107f [2020-10-27T00:35:02.860Z] Step 6/27 : COPY go.mod . [2020-10-27T00:35:02.860Z] ---> 7fa6f5a867ee [2020-10-27T00:35:02.860Z] Step 7/26 : RUN go mod download [2020-10-27T00:35:02.998Z] a0b19fc83503: Pull complete [2020-10-27T00:35:02.998Z] 8eb508b41278: Pull complete [2020-10-27T00:35:03.124Z] ---> Running in 5e7edf75608e [2020-10-27T00:35:03.124Z] Removing intermediate container 5f62f127ec23 [2020-10-27T00:35:03.124Z] ---> 26fa292dd03b [2020-10-27T00:35:03.124Z] Step 6/22 : COPY go.mod . [2020-10-27T00:35:03.124Z] ---> a997b423a027 [2020-10-27T00:35:03.124Z] Step 7/22 : RUN go mod download [2020-10-27T00:35:03.273Z] 37236713561e: Pull complete [2020-10-27T00:35:03.391Z] ---> 18dcabc1f3d7 [2020-10-27T00:35:03.391Z] Step 7/27 : RUN go mod download [2020-10-27T00:35:03.391Z] Removing intermediate container f3caf29d1e25 [2020-10-27T00:35:03.391Z] ---> 8b9d848ce87f [2020-10-27T00:35:03.391Z] Step 6/20 : COPY go.mod . [2020-10-27T00:35:03.391Z] ---> Running in b9b0ae7df4d1 [2020-10-27T00:35:03.391Z] ---> Running in d67f3affe875 [2020-10-27T00:35:03.551Z] 07c93f2b1b56: Pull complete [2020-10-27T00:35:03.551Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T00:35:03.551Z] Status: Downloaded newer image for docker:latest [2020-10-27T00:35:03.654Z] ---> 96a594d2c8e6 [2020-10-27T00:35:03.654Z] Step 7/22 : RUN go mod download [2020-10-27T00:35:03.925Z] ---> Running in 6fb94bb37d74 [2020-10-27T00:35:03.925Z] ---> c5b829d8f605 [2020-10-27T00:35:03.925Z] Step 7/20 : RUN go mod download [2020-10-27T00:35:04.196Z] ---> Running in 57e7a9775b1e [2020-10-27T00:35:05.622Z] Removing intermediate container 5e7edf75608e [2020-10-27T00:35:05.622Z] ---> 7bb091e129ec [2020-10-27T00:35:05.622Z] Step 8/26 : COPY . . [2020-10-27T00:35:05.886Z] Removing intermediate container b9b0ae7df4d1 [2020-10-27T00:35:05.886Z] ---> 3867f9a7ea31 [2020-10-27T00:35:05.886Z] Step 8/22 : COPY . . [2020-10-27T00:35:06.937Z] ---> 4e3a1f23ac2f [2020-10-27T00:35:06.937Z] Step 6/7 : COPY go.mod . [2020-10-27T00:35:07.530Z] ---> eafb00eac35e [2020-10-27T00:35:07.530Z] Step 7/7 : RUN go mod download [2020-10-27T00:35:07.803Z] ---> Running in bb04d71953c1 [2020-10-27T00:35:09.223Z] Removing intermediate container 6fb94bb37d74 [2020-10-27T00:35:09.223Z] ---> aaa8575d4550 [2020-10-27T00:35:09.223Z] Step 8/22 : COPY . . [2020-10-27T00:35:19.259Z] Removing intermediate container d67f3affe875 [2020-10-27T00:35:19.259Z] ---> fe2570e4d969 [2020-10-27T00:35:19.259Z] Step 8/27 : COPY . . [2020-10-27T00:35:19.259Z] Removing intermediate container 57e7a9775b1e [2020-10-27T00:35:19.259Z] ---> f2ca724b895e [2020-10-27T00:35:19.259Z] Step 8/20 : COPY . . [2020-10-27T00:35:34.602Z] Removing intermediate container bb04d71953c1 [2020-10-27T00:35:34.602Z] ---> 98084fee9a0b [2020-10-27T00:35:34.602Z] Successfully built 98084fee9a0b [2020-10-27T00:35:34.602Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:35:34.994Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T00:35:34.994Z] . [Pipeline] withDockerContainer [2020-10-27T00:35:35.241Z] prd-ubuntu18.04-docker-arm64-4c-16g-9033 does not seem to be running inside a container [2020-10-27T00:35:35.324Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-27T00:35:37.237Z] $ docker top 52e147732bda1c21f9013ee80c47312a65d4fb32ab3aecc3823f0b224fc719a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:35:38.602Z] + go version [2020-10-27T00:35:38.602Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T00:35:38.630Z] $ docker stop --time=1 52e147732bda1c21f9013ee80c47312a65d4fb32ab3aecc3823f0b224fc719a6 [2020-10-27T00:35:40.635Z] $ docker rm -f 52e147732bda1c21f9013ee80c47312a65d4fb32ab3aecc3823f0b224fc719a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:35:41.665Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T00:35:41.665Z] . [Pipeline] withDockerContainer [2020-10-27T00:35:41.932Z] prd-ubuntu18.04-docker-arm64-4c-16g-9033 does not seem to be running inside a container [2020-10-27T00:35:42.014Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-27T00:35:43.432Z] $ docker top c3f745f878d1bcdb70fced074fb8581d4edbe28d00de932c9060d2c863b5dedc -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-27T00:35:43.821Z] ========================================================= [2020-10-27T00:35:43.821Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-27T00:35:43.821Z] ========================================================= [Pipeline] sh [2020-10-27T00:35:44.459Z] + make test [2020-10-27T00:35:44.459Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-27T00:35:45.896Z] ---> de84797c4434 [2020-10-27T00:35:45.896Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-27T00:35:45.896Z] ---> 8a0636c24b13 [2020-10-27T00:35:45.896Z] 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-27T00:35:45.896Z] ---> bb99289e406b [2020-10-27T00:35:45.896Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-27T00:35:45.896Z] ---> Running in 3dc4c21c9eb8 [2020-10-27T00:35:45.896Z] ---> Running in 80ec1a5b8444 [2020-10-27T00:35:45.896Z] ---> Running in 641a23ad39ab [2020-10-27T00:35:47.084Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-27T00:35:48.597Z] 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-27T00:35:48.597Z] 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-27T00:35:48.597Z] 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-27T00:35:50.553Z] ---> 535c7b87adf5 [2020-10-27T00:35:50.553Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-27T00:35:51.157Z] ---> Running in 0dccbb286c74 [2020-10-27T00:35:51.157Z] ---> 6ef9b287d189 [2020-10-27T00:35:51.157Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-27T00:35:51.157Z] ---> Running in 4706ecd99c17 [2020-10-27T00:35:52.130Z] 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-27T00:35:52.130Z] 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-27T00:36:14.202Z] 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-27T00:36:15.604Z] 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-27T00:36:17.642Z] Removing intermediate container 641a23ad39ab [2020-10-27T00:36:17.642Z] ---> a0561e716e41 [2020-10-27T00:36:17.642Z] [2020-10-27T00:36:17.642Z] Step 10/22 : FROM scratch [2020-10-27T00:36:17.642Z] ---> [2020-10-27T00:36:17.642Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T00:36:18.050Z] ---> Running in 43e5e88c2fee [2020-10-27T00:36:18.050Z] Removing intermediate container 43e5e88c2fee [2020-10-27T00:36:18.050Z] ---> d5c41d180142 [2020-10-27T00:36:18.050Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-27T00:36:18.338Z] ---> Running in 37a997e39ff2 [2020-10-27T00:36:18.941Z] Removing intermediate container 37a997e39ff2 [2020-10-27T00:36:18.941Z] ---> 10cccd27ba4b [2020-10-27T00:36:18.941Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T00:36:19.523Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-27T00:36:20.332Z] ---> Running in 62c93db77db7 [2020-10-27T00:36:20.907Z] Removing intermediate container 0dccbb286c74 [2020-10-27T00:36:20.907Z] ---> b14582e6381b [2020-10-27T00:36:20.907Z] [2020-10-27T00:36:20.907Z] Step 10/20 : FROM alpine [2020-10-27T00:36:21.488Z] latest: Pulling from library/alpine [2020-10-27T00:36:21.752Z] Removing intermediate container 80ec1a5b8444 [2020-10-27T00:36:21.752Z] ---> db495cd68b97 [2020-10-27T00:36:21.752Z] [2020-10-27T00:36:21.752Z] Step 10/22 : FROM scratch [2020-10-27T00:36:21.752Z] ---> [2020-10-27T00:36:21.752Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T00:36:21.752Z] Removing intermediate container 62c93db77db7 [2020-10-27T00:36:21.752Z] ---> f975d3213e5e [2020-10-27T00:36:21.752Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-27T00:36:22.335Z] ---> Running in 45935d9837d9 [2020-10-27T00:36:22.335Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T00:36:22.335Z] Status: Downloaded newer image for alpine:latest [2020-10-27T00:36:22.335Z] ---> d6e46aa2470d [2020-10-27T00:36:22.335Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-27T00:36:24.257Z] ---> f731cedcd30d [2020-10-27T00:36:24.257Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-27T00:36:24.257Z] ---> Running in 2bb30e2d8774 [2020-10-27T00:36:24.257Z] Removing intermediate container 45935d9837d9 [2020-10-27T00:36:24.257Z] ---> a73262978b3b [2020-10-27T00:36:24.257Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-27T00:36:24.257Z] Removing intermediate container 3dc4c21c9eb8 [2020-10-27T00:36:24.257Z] ---> 5baad0c2b671 [2020-10-27T00:36:24.257Z] [2020-10-27T00:36:24.257Z] Step 10/26 : FROM alpine:3.10 [2020-10-27T00:36:24.525Z] Removing intermediate container 4706ecd99c17 [2020-10-27T00:36:24.525Z] ---> 3ee8193a57d2 [2020-10-27T00:36:24.525Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-27T00:36:24.525Z] ---> Running in b6a94fed358a [2020-10-27T00:36:24.525Z] 3.10: Pulling from library/alpine [2020-10-27T00:36:24.525Z] ---> Running in 71d3bc81e568 [2020-10-27T00:36:25.099Z] ---> e4871dfcc3e2 [2020-10-27T00:36:25.099Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-27T00:36:25.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:36:25.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:36:25.361Z] Removing intermediate container b6a94fed358a [2020-10-27T00:36:25.361Z] ---> f1fd1f4b4cba [2020-10-27T00:36:25.361Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T00:36:25.361Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-27T00:36:25.629Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:36:25.629Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:36:25.629Z] OK: 12744 distinct packages available [2020-10-27T00:36:25.629Z] Status: Downloaded newer image for alpine:3.10 [2020-10-27T00:36:25.629Z] ---> be4e4bea2c2e [2020-10-27T00:36:25.629Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-27T00:36:25.629Z] ---> Running in cebd04db240c [2020-10-27T00:36:25.629Z] ---> c62e3f307839 [2020-10-27T00:36:25.629Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-27T00:36:25.890Z] ---> Running in 9356ea98238a [2020-10-27T00:36:25.890Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-27T00:36:25.890Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T00:36:25.890Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-27T00:36:25.890Z] (4/4) Installing curl (7.69.1-r1) [2020-10-27T00:36:25.890Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:36:25.890Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T00:36:26.152Z] OK: 7 MiB in 18 packages [2020-10-27T00:36:26.415Z] Removing intermediate container cebd04db240c [2020-10-27T00:36:26.415Z] ---> 18610677acc4 [2020-10-27T00:36:26.415Z] Step 14/22 : WORKDIR / [2020-10-27T00:36:26.415Z] 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-27T00:36:26.680Z] ---> Running in 11d214142d0c [2020-10-27T00:36:26.680Z] ---> 85a64f04396c [2020-10-27T00:36:26.680Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-27T00:36:26.957Z] ---> Running in a4bead0e2dbb [2020-10-27T00:36:26.957Z] Removing intermediate container 11d214142d0c [2020-10-27T00:36:26.957Z] ---> 539dc2b1456f [2020-10-27T00:36:26.957Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-27T00:36:27.537Z] Removing intermediate container a4bead0e2dbb [2020-10-27T00:36:27.537Z] ---> 3f4e0f8b6f94 [2020-10-27T00:36:27.537Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:36:27.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:36:27.537Z] ---> 847a2d549485 [2020-10-27T00:36:27.537Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-27T00:36:27.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:36:27.800Z] ---> Running in d7cc3f9a44fc [2020-10-27T00:36:27.800Z] Removing intermediate container 2bb30e2d8774 [2020-10-27T00:36:27.800Z] ---> 6ae27c94607f [2020-10-27T00:36:27.800Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T00:36:27.800Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-27T00:36:27.800Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-27T00:36:27.800Z] OK: 10346 distinct packages available [2020-10-27T00:36:28.062Z] ---> Running in 06c411a16eb9 [2020-10-27T00:36:28.062Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-27T00:36:28.062Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-27T00:36:28.062Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-27T00:36:28.323Z] (4/5) Installing curl (7.66.0-r1) [2020-10-27T00:36:28.323Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-27T00:36:28.323Z] Executing busybox-1.30.1-r3.trigger [2020-10-27T00:36:28.323Z] Executing ca-certificates-20191127-r2.trigger [2020-10-27T00:36:28.323Z] OK: 7 MiB in 19 packages [2020-10-27T00:36:28.586Z] Removing intermediate container d7cc3f9a44fc [2020-10-27T00:36:28.586Z] ---> 96236d4237dd [2020-10-27T00:36:28.586Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T00:36:29.533Z] ---> Running in 56dc8093656c [2020-10-27T00:36:29.533Z] ---> 106febd62bf1 [2020-10-27T00:36:29.533Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-27T00:36:29.533Z] Removing intermediate container 06c411a16eb9 [2020-10-27T00:36:29.533Z] ---> 215f39306211 [2020-10-27T00:36:29.533Z] Step 13/20 : WORKDIR /edgex [2020-10-27T00:36:29.533Z] Removing intermediate container 71d3bc81e568 [2020-10-27T00:36:29.533Z] ---> 746a30222254 [2020-10-27T00:36:29.533Z] [2020-10-27T00:36:29.533Z] Step 11/27 : FROM docker:latest [2020-10-27T00:36:29.533Z] ---> 6972c414f322 [2020-10-27T00:36:29.533Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-27T00:36:29.796Z] ---> Running in 47a153343d4f [2020-10-27T00:36:30.058Z] ---> Running in 529cc1806312 [2020-10-27T00:36:30.058Z] Removing intermediate container 56dc8093656c [2020-10-27T00:36:30.058Z] ---> dbbc79cf4eaf [2020-10-27T00:36:30.058Z] Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:36:30.058Z] Removing intermediate container 9356ea98238a [2020-10-27T00:36:30.058Z] ---> 8310ad2c1fe3 [2020-10-27T00:36:30.058Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T00:36:30.058Z] ---> a595039bb05f [2020-10-27T00:36:30.058Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-27T00:36:30.319Z] ---> Running in f7096a0738b9 [2020-10-27T00:36:30.319Z] ---> Running in 751f77361631 [2020-10-27T00:36:30.591Z] ---> Running in d025ce483b82 [2020-10-27T00:36:30.591Z] Removing intermediate container 47a153343d4f [2020-10-27T00:36:30.591Z] ---> cc7fbbc6b990 [2020-10-27T00:36:30.591Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-27T00:36:30.591Z] Removing intermediate container f7096a0738b9 [2020-10-27T00:36:30.591Z] ---> a278460baf1a [2020-10-27T00:36:30.591Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T00:36:31.164Z] ---> Running in f398067a2eb0 [2020-10-27T00:36:31.164Z] Removing intermediate container 751f77361631 [2020-10-27T00:36:31.164Z] ---> c8504633083f [2020-10-27T00:36:31.164Z] Step 13/26 : WORKDIR / [2020-10-27T00:36:31.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:36:31.164Z] Removing intermediate container d025ce483b82 [2020-10-27T00:36:31.164Z] ---> 5076bd4ff373 [2020-10-27T00:36:31.164Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:36:31.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:36:31.426Z] (1/2) Installing readline (8.0.4-r0) [2020-10-27T00:36:31.687Z] (2/2) Installing bash (5.0.17-r0) [2020-10-27T00:36:31.687Z] Executing bash-5.0.17-r0.post-install [2020-10-27T00:36:31.687Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:36:31.687Z] OK: 12 MiB in 22 packages [2020-10-27T00:36:31.687Z] ---> ce458c2ff9e9 [2020-10-27T00:36:31.687Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-27T00:36:31.950Z] ---> Running in d9cd81d5f8b6 [2020-10-27T00:36:31.950Z] ---> Running in e04d64c55890 [2020-10-27T00:36:31.950Z] Removing intermediate container f398067a2eb0 [2020-10-27T00:36:31.950Z] ---> ca3249458c1b [2020-10-27T00:36:31.950Z] [2020-10-27T00:36:32.211Z] Successfully built ca3249458c1b [2020-10-27T00:36:32.211Z] Successfully tagged docker-support-logging-go:latest [2020-10-27T00:36:32.211Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-10-27T00:36:32.473Z] Removing intermediate container d9cd81d5f8b6 [2020-10-27T00:36:32.473Z] ---> 4acc77e773f9 [2020-10-27T00:36:32.473Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T00:36:32.473Z] ---> 02cad04daac8 [2020-10-27T00:36:32.473Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-27T00:36:32.473Z] Removing intermediate container e04d64c55890 [2020-10-27T00:36:32.473Z] ---> 69050d59b630 [2020-10-27T00:36:32.473Z] 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-27T00:36:32.473Z] ---> Running in 624a58f9ff31 [2020-10-27T00:36:32.735Z] ---> Running in c123e11af031 [2020-10-27T00:36:32.735Z] Removing intermediate container 529cc1806312 [2020-10-27T00:36:32.735Z] ---> 00a8f2fd1482 [2020-10-27T00:36:32.735Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-27T00:36:33.314Z] ---> Running in b781f67f46ae [2020-10-27T00:36:33.314Z] Removing intermediate container 624a58f9ff31 [2020-10-27T00:36:33.314Z] ---> 7ca8d7344923 [2020-10-27T00:36:33.314Z] Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:36:33.314Z] ---> 7b1b1bc61dfa [2020-10-27T00:36:33.314Z] 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-27T00:36:33.314Z] Removing intermediate container c123e11af031 [2020-10-27T00:36:33.314Z] ---> 7ff14f88d57e [2020-10-27T00:36:33.314Z] Step 17/20 : CMD ["--init=true"] [2020-10-27T00:36:33.583Z] ---> Running in 7a0d9abc3d88 [2020-10-27T00:36:33.583Z] ---> Running in d081784affb6 [2020-10-27T00:36:34.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-27T00:36:34.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-27T00:36:34.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-27T00:36:34.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-27T00:36:37.064Z] ---> 3523ba216a03 [2020-10-27T00:36:37.064Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-27T00:36:37.064Z] Removing intermediate container d081784affb6 [2020-10-27T00:36:37.064Z] ---> 3a362288d7c3 [2020-10-27T00:36:37.064Z] Step 18/20 : LABEL arch=x86_64 [2020-10-27T00:36:37.064Z] Removing intermediate container 7a0d9abc3d88 [2020-10-27T00:36:37.064Z] ---> cdf748f1a32c [2020-10-27T00:36:37.064Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T00:36:37.064Z] ---> Running in 234ad251c33d [2020-10-27T00:36:37.064Z] ---> Running in 61404a41d8b3 [2020-10-27T00:36:37.091Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s [2020-10-27T00:36:37.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-27T00:36:37.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-27T00:36:37.329Z] ---> f99c499391a5 [2020-10-27T00:36:37.330Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-27T00:36:37.330Z] Removing intermediate container b781f67f46ae [2020-10-27T00:36:37.330Z] ---> 7ec83d1f3cb5 [2020-10-27T00:36:37.330Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-27T00:36:37.369Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-27T00:36:38.285Z] Removing intermediate container 234ad251c33d [2020-10-27T00:36:38.285Z] ---> 8d3afc0f34da [2020-10-27T00:36:38.285Z] Step 19/20 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:36:38.285Z] Removing intermediate container 61404a41d8b3 [2020-10-27T00:36:38.285Z] ---> e265593264a0 [2020-10-27T00:36:38.285Z] [2020-10-27T00:36:38.861Z] Successfully built e265593264a0 [2020-10-27T00:36:39.124Z] Successfully tagged docker-core-command-go:latest [2020-10-27T00:36:39.124Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-10-27T00:36:39.359Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-27T00:36:40.346Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-27T00:36:40.620Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-27T00:36:40.620Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-27T00:36:40.620Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-27T00:36:41.051Z] ---> Running in 9b494775da5d [2020-10-27T00:36:41.051Z] ---> 3b17d830f3b0 [2020-10-27T00:36:41.051Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-27T00:36:42.000Z] ---> Running in ff0fed1009dc [2020-10-27T00:36:46.229Z] Removing intermediate container 9b494775da5d [2020-10-27T00:36:46.229Z] ---> 60683bf4a395 [2020-10-27T00:36:46.229Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-27T00:36:46.492Z] Removing intermediate container ff0fed1009dc [2020-10-27T00:36:46.492Z] ---> 3e1bb0ad331a [2020-10-27T00:36:46.492Z] Step 20/20 : LABEL version=0.0.0 [2020-10-27T00:36:46.752Z] ---> 02fb337e7dee [2020-10-27T00:36:46.752Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-27T00:36:47.328Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:36:47.328Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-27T00:36:47.328Z] ---> deab4bbc66f3 [2020-10-27T00:36:47.328Z] Step 3/29 : WORKDIR /edgex-go [2020-10-27T00:36:47.328Z] ---> Using cache [2020-10-27T00:36:47.328Z] ---> 0f6d99faded9 [2020-10-27T00:36:47.328Z] Step 4/29 : RUN apk update && apk add make git [2020-10-27T00:36:47.911Z] ---> Running in 9b20e4f49d47 [2020-10-27T00:36:47.911Z] ---> Running in 485d3c31b508 [2020-10-27T00:36:48.495Z] ---> 5a7e46ce66b7 [2020-10-27T00:36:48.495Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-27T00:36:48.495Z] ---> Running in 15d9197a6545 [2020-10-27T00:36:49.072Z] Removing intermediate container 9b20e4f49d47 [2020-10-27T00:36:49.072Z] ---> 6657f5021b00 [2020-10-27T00:36:49.072Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-27T00:36:49.072Z] Removing intermediate container 485d3c31b508 [2020-10-27T00:36:49.072Z] ---> 3f7da108ff5a [2020-10-27T00:36:49.072Z] [2020-10-27T00:36:49.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.073s coverage: 46.6% of statements [2020-10-27T00:36:49.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-27T00:36:49.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-27T00:36:49.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-27T00:36:49.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-27T00:36:49.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-27T00:36:49.338Z] ---> Running in a414def62aa2 [2020-10-27T00:36:49.603Z] Successfully built 3f7da108ff5a [2020-10-27T00:36:49.865Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-27T00:36:49.865Z] Building docker-support-scheduler-go [2020-10-27T00:36:50.814Z]  Building docker-security-proxy-setup-go ... done  ---> 7b7647c82ef1 [2020-10-27T00:36:50.814Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T00:36:51.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:36:52.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:36:52.597Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:36:52.597Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:36:52.597Z] OK: 12752 distinct packages available [2020-10-27T00:36:53.993Z] OK: 233 MiB in 51 packages [2020-10-27T00:36:54.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-27T00:36:54.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-27T00:36:54.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-27T00:36:54.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-27T00:36:55.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.381s coverage: 66.0% of statements [2020-10-27T00:36:55.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-27T00:36:55.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-27T00:36:55.395Z] Removing intermediate container a414def62aa2 [2020-10-27T00:36:55.395Z] ---> aba249ade8f1 [2020-10-27T00:36:55.395Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-27T00:36:56.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.404s coverage: 84.5% of statements [2020-10-27T00:36:56.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-27T00:36:56.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-27T00:36:56.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-27T00:36:56.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-27T00:36:56.794Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:36:56.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:36:56.795Z] ---> deab4bbc66f3 [2020-10-27T00:36:56.795Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T00:36:56.795Z] ---> Using cache [2020-10-27T00:36:56.795Z] ---> 0f6d99faded9 [2020-10-27T00:36:56.795Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:36:56.795Z] ---> Using cache [2020-10-27T00:36:56.795Z] ---> 58e758cdfac9 [2020-10-27T00:36:56.795Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T00:36:56.795Z] ---> Using cache [2020-10-27T00:36:56.795Z] ---> 26fa292dd03b [2020-10-27T00:36:56.795Z] Step 6/22 : COPY go.mod . [2020-10-27T00:36:56.795Z] ---> Using cache [2020-10-27T00:36:56.795Z] ---> 96a594d2c8e6 [2020-10-27T00:36:56.795Z] Step 7/22 : RUN go mod download [2020-10-27T00:36:56.795Z] ---> Using cache [2020-10-27T00:36:56.795Z] ---> aaa8575d4550 [2020-10-27T00:36:56.795Z] Step 8/22 : COPY . . [2020-10-27T00:36:56.795Z] ---> Using cache [2020-10-27T00:36:56.795Z] ---> de84797c4434 [2020-10-27T00:36:56.795Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-27T00:36:57.374Z] ---> b423fece5f5c [2020-10-27T00:36:57.374Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T00:36:57.636Z] ---> Running in 6ebb59e8d088 [2020-10-27T00:36:57.901Z] ---> 2b371d126d4e [2020-10-27T00:36:57.901Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-27T00:36:57.901Z] ---> Running in 4c14243f4e5f [2020-10-27T00:36:57.901Z] Removing intermediate container 15d9197a6545 [2020-10-27T00:36:57.901Z] ---> 3c7404d39cde [2020-10-27T00:36:57.901Z] Step 5/29 : COPY go.mod . [2020-10-27T00:36:58.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.308s coverage: 28.6% of statements [2020-10-27T00:36:58.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-27T00:36:58.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-27T00:36:58.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-27T00:36:58.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-27T00:36:58.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-27T00:36:58.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2020-10-27T00:36:58.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-27T00:36:58.477Z] ---> a0d90611e6e9 [2020-10-27T00:36:58.477Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-27T00:36:58.742Z] ---> 7c2066856791 [2020-10-27T00:36:58.742Z] Step 6/29 : RUN go mod download [2020-10-27T00:36:59.317Z] 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-27T00:36:59.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements [2020-10-27T00:36:59.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-27T00:36:59.943Z] ---> Running in 55506b0a04b4 [2020-10-27T00:37:01.036Z] ---> 6d9439c3c363 [2020-10-27T00:37:01.036Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-27T00:37:02.018Z] ---> Running in 1c6b3782e12b [2020-10-27T00:37:02.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.075s coverage: 86.7% of statements [2020-10-27T00:37:02.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-27T00:37:03.441Z] Removing intermediate container 4c14243f4e5f [2020-10-27T00:37:03.441Z] ---> 48ab60d94fce [2020-10-27T00:37:03.441Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T00:37:03.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2020-10-27T00:37:03.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-27T00:37:03.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 100.0% of statements [2020-10-27T00:37:03.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-27T00:37:03.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-27T00:37:03.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-27T00:37:03.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-27T00:37:04.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:37:04.027Z] ---> Running in 68ee13190e45 [2020-10-27T00:37:04.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:37:04.289Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-27T00:37:04.568Z] (2/33) Installing expat (2.2.9-r1) [2020-10-27T00:37:04.568Z] (3/33) Installing libffi (3.3-r2) [2020-10-27T00:37:04.568Z] (4/33) Installing gdbm (1.13-r1) [2020-10-27T00:37:04.568Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-27T00:37:04.568Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-27T00:37:04.568Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-27T00:37:05.164Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:37:05.164Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:37:05.164Z] ---> deab4bbc66f3 [2020-10-27T00:37:05.164Z] Step 3/21 : WORKDIR /edgex-go [2020-10-27T00:37:05.164Z] ---> Using cache [2020-10-27T00:37:05.164Z] ---> 0f6d99faded9 [2020-10-27T00:37:05.164Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:37:05.164Z] ---> Using cache [2020-10-27T00:37:05.164Z] ---> 58e758cdfac9 [2020-10-27T00:37:05.165Z] Step 5/21 : RUN apk update && apk add make git [2020-10-27T00:37:05.165Z] ---> Using cache [2020-10-27T00:37:05.165Z] ---> 26fa292dd03b [2020-10-27T00:37:05.165Z] Step 6/21 : COPY go.mod . [2020-10-27T00:37:05.165Z] ---> Using cache [2020-10-27T00:37:05.165Z] ---> 96a594d2c8e6 [2020-10-27T00:37:05.165Z] Step 7/21 : RUN go mod download [2020-10-27T00:37:05.165Z] ---> Using cache [2020-10-27T00:37:05.165Z] ---> aaa8575d4550 [2020-10-27T00:37:05.165Z] Step 8/21 : COPY . . [2020-10-27T00:37:05.165Z] ---> Using cache [2020-10-27T00:37:05.165Z] ---> de84797c4434 [2020-10-27T00:37:05.165Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-27T00:37:05.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.233s coverage: 95.7% of statements [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-27T00:37:05.482Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.012s coverage: 58.8% of statements [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-27T00:37:05.482Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.0% of statements [no tests to run] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-27T00:37:05.482Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-27T00:37:07.745Z] Removing intermediate container 68ee13190e45 [2020-10-27T00:37:07.745Z] ---> 47161d4499be [2020-10-27T00:37:07.745Z] Step 24/26 : LABEL arch=x86_64 [2020-10-27T00:37:07.745Z] ---> Running in f83ea76bce4c [2020-10-27T00:37:07.745Z] ---> Running in 770171758efe [2020-10-27T00:37:07.745Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-27T00:37:07.745Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-27T00:37:07.745Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-27T00:37:07.745Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-27T00:37:07.745Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-27T00:37:07.745Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-27T00:37:07.745Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-27T00:37:08.021Z] Removing intermediate container 55506b0a04b4 [2020-10-27T00:37:08.021Z] ---> dc9dcfb9991c [2020-10-27T00:37:08.021Z] Step 7/29 : COPY . . [2020-10-27T00:37:08.021Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-27T00:37:08.021Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-27T00:37:08.021Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-27T00:37:08.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements [2020-10-27T00:37:08.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-27T00:37:08.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-27T00:37:08.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements [2020-10-27T00:37:08.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.022s coverage: 91.3% of statements [2020-10-27T00:37:08.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.018s coverage: 100.0% of statements [2020-10-27T00:37:08.624Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-27T00:37:08.624Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-27T00:37:08.624Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-27T00:37:08.624Z] Removing intermediate container 770171758efe [2020-10-27T00:37:08.624Z] ---> 0cf2faa9d9ba [2020-10-27T00:37:08.624Z] Step 25/26 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:37:08.624Z] 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-27T00:37:08.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2020-10-27T00:37:09.248Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-27T00:37:09.248Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-27T00:37:09.248Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-27T00:37:09.519Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-27T00:37:09.519Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-27T00:37:09.519Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-27T00:37:09.519Z] ---> Running in 0a8f3ed4d7c9 [2020-10-27T00:37:09.519Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-27T00:37:09.789Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-27T00:37:09.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2020-10-27T00:37:10.052Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-27T00:37:10.052Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-27T00:37:11.001Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-27T00:37:11.579Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-27T00:37:11.579Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-27T00:37:12.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 55.9% of statements [2020-10-27T00:37:12.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-27T00:37:12.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-27T00:37:12.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-27T00:37:12.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-27T00:37:13.532Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:37:13.798Z] OK: 71 MiB in 55 packages [2020-10-27T00:37:15.742Z] Removing intermediate container 0a8f3ed4d7c9 [2020-10-27T00:37:15.742Z] ---> 8f4376a23a04 [2020-10-27T00:37:15.742Z] Step 26/26 : LABEL version=0.0.0 [2020-10-27T00:37:18.320Z] ---> Running in e12d22173cd6 [2020-10-27T00:37:20.286Z] Removing intermediate container e12d22173cd6 [2020-10-27T00:37:20.286Z] ---> d167fb42008b [2020-10-27T00:37:20.286Z] [2020-10-27T00:37:20.555Z] Successfully built d167fb42008b [2020-10-27T00:37:20.555Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-27T00:37:20.555Z] Building docker-support-notifications-go [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 17.109s coverage: 86.3% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.065s coverage: 72.2% of statements [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.529s coverage: 72.1% of statements [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.039s coverage: 48.4% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 36.5% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.242s coverage: 84.1% of statements [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.023s coverage: 100.0% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-27T00:37:30.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements [2020-10-27T00:37:30.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-27T00:37:33.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.165s coverage: 29.1% of statements [2020-10-27T00:37:33.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-27T00:37:33.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-27T00:37:33.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-27T00:37:33.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-27T00:37:33.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-27T00:37:33.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2020-10-27T00:37:33.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-27T00:37:33.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-10-27T00:37:33.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-27T00:37:33.592Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements [2020-10-27T00:37:33.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-27T00:37:33.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements [2020-10-27T00:37:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-27T00:37:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-27T00:37:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-27T00:37:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-27T00:37:34.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements [2020-10-27T00:37:34.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-27T00:37:34.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-27T00:37:34.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements [2020-10-27T00:37:35.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements [2020-10-27T00:37:36.197Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-10-27T00:37:36.793Z] GO111MODULE=on go vet ./... [2020-10-27T00:37:38.742Z]  Building docker-security-secretstore-setup-go ... done  ---> 52cc3a9e0fe8 [2020-10-27T00:37:38.742Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-27T00:37:39.327Z] ---> Running in ffba59e45faa [2020-10-27T00:37:41.893Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:37:41.893Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:37:41.893Z] ---> deab4bbc66f3 [2020-10-27T00:37:41.893Z] Step 3/24 : WORKDIR /edgex-go [2020-10-27T00:37:41.893Z] ---> Using cache [2020-10-27T00:37:41.893Z] ---> 0f6d99faded9 [2020-10-27T00:37:41.893Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:37:41.893Z] ---> Using cache [2020-10-27T00:37:41.893Z] ---> 58e758cdfac9 [2020-10-27T00:37:41.894Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-27T00:37:41.894Z] 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-27T00:37:43.301Z] ---> Running in bc42206272ea [2020-10-27T00:37:44.730Z] Removing intermediate container 1c6b3782e12b [2020-10-27T00:37:44.730Z] ---> d48acad33893 [2020-10-27T00:37:44.730Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-27T00:37:46.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:37:46.393Z] ---> Running in da2c43fd12f7 [2020-10-27T00:37:46.663Z] Removing intermediate container f83ea76bce4c [2020-10-27T00:37:46.663Z] ---> dc9adf0dd478 [2020-10-27T00:37:46.663Z] [2020-10-27T00:37:46.663Z] Step 10/21 : FROM scratch [2020-10-27T00:37:46.663Z] ---> [2020-10-27T00:37:46.663Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T00:37:46.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:37:46.932Z] ---> Using cache [2020-10-27T00:37:46.932Z] ---> a73262978b3b [2020-10-27T00:37:46.932Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-27T00:37:47.205Z] ---> Running in 4ddc982504c3 [2020-10-27T00:37:47.205Z] Removing intermediate container 6ebb59e8d088 [2020-10-27T00:37:47.205Z] ---> 53bfbfc649ee [2020-10-27T00:37:47.205Z] [2020-10-27T00:37:47.205Z] Step 10/22 : FROM scratch [2020-10-27T00:37:47.205Z] ---> [2020-10-27T00:37:47.205Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T00:37:47.477Z] ---> Using cache [2020-10-27T00:37:47.477Z] ---> a73262978b3b [2020-10-27T00:37:47.477Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-27T00:37:47.477Z] ---> Running in de4cc2f04273 [2020-10-27T00:37:47.477Z] Removing intermediate container 4ddc982504c3 [2020-10-27T00:37:47.477Z] ---> d2fa27d9a87d [2020-10-27T00:37:47.477Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-27T00:37:47.748Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:37:47.748Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:37:47.748Z] OK: 12752 distinct packages available [2020-10-27T00:37:47.748Z] OK: 233 MiB in 51 packages [2020-10-27T00:37:48.333Z] ---> Running in bc07ad838099 [2020-10-27T00:37:48.931Z] Removing intermediate container de4cc2f04273 [2020-10-27T00:37:48.931Z] ---> 61553875f577 [2020-10-27T00:37:48.931Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T00:37:48.931Z] ---> Running in fab4096bd8fe [2020-10-27T00:37:48.931Z] Removing intermediate container bc07ad838099 [2020-10-27T00:37:48.931Z] ---> 73286266ff4f [2020-10-27T00:37:48.931Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-27T00:37:49.516Z] Removing intermediate container fab4096bd8fe [2020-10-27T00:37:49.516Z] ---> 8a206f4aa31f [2020-10-27T00:37:49.516Z] Step 14/22 : WORKDIR / [2020-10-27T00:37:49.516Z] Removing intermediate container bc42206272ea [2020-10-27T00:37:49.516Z] ---> 8110f540af11 [2020-10-27T00:37:49.516Z] Step 6/24 : COPY go.mod . [2020-10-27T00:37:49.516Z] Collecting docker-compose==1.23.2 [2020-10-27T00:37:49.516Z] ---> Running in 3e4d1cd600b3 [2020-10-27T00:37:49.516Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-27T00:37:49.516Z] ---> 9f1b5ecf72e5 [2020-10-27T00:37:49.516Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-27T00:37:49.865Z] ---> bab9c1ed5b50 [2020-10-27T00:37:49.865Z] Step 7/24 : RUN go mod download [2020-10-27T00:37:49.865Z] Collecting texttable<0.10,>=0.9.0 [2020-10-27T00:37:50.128Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-27T00:37:50.128Z] Removing intermediate container 3e4d1cd600b3 [2020-10-27T00:37:50.128Z] ---> c8318b83fcc6 [2020-10-27T00:37:50.128Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-27T00:37:50.128Z] ---> Running in 4520cd94d0d4 [2020-10-27T00:37:50.395Z] ---> 6285cba8a121 [2020-10-27T00:37:50.395Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-27T00:37:50.678Z] ---> 6b9f7b8f3ac4 [2020-10-27T00:37:50.678Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-27T00:37:50.951Z] ---> 4612ae49a8bb [2020-10-27T00:37:50.951Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-27T00:37:50.951Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-27T00:37:50.951Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-27T00:37:51.528Z] ---> Running in 0918dff2711c [2020-10-27T00:37:51.528Z] Collecting docopt<0.7,>=0.6.1 [2020-10-27T00:37:51.528Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-27T00:37:51.803Z] ---> fd7fd34b430d [2020-10-27T00:37:51.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-27T00:37:51.803Z] Removing intermediate container 0918dff2711c [2020-10-27T00:37:51.803Z] ---> cab78514a914 [2020-10-27T00:37:51.803Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:37:51.803Z] ---> Running in e00f4c3ca41d [2020-10-27T00:37:52.385Z] ---> 49aee49f2c6e [2020-10-27T00:37:52.385Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-27T00:37:52.385Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-27T00:37:52.385Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-27T00:37:52.385Z] ---> Running in 1d25b58e29af [2020-10-27T00:37:52.385Z] Removing intermediate container e00f4c3ca41d [2020-10-27T00:37:52.385Z] ---> 832d1b44a0d6 [2020-10-27T00:37:52.385Z] Step 19/21 : LABEL arch=x86_64 [2020-10-27T00:37:52.961Z] Collecting jsonschema<3,>=2.5.1 [2020-10-27T00:37:52.961Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-27T00:37:53.908Z] ---> Running in fddad5b5553c [2020-10-27T00:37:53.908Z] Removing intermediate container 1d25b58e29af [2020-10-27T00:37:53.908Z] ---> 9bd582887685 [2020-10-27T00:37:53.908Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:37:53.908Z] Collecting PyYAML<4,>=3.10 [2020-10-27T00:37:53.908Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-27T00:37:54.176Z] Removing intermediate container ffba59e45faa [2020-10-27T00:37:54.176Z] ---> fcb4851e0230 [2020-10-27T00:37:54.176Z] [2020-10-27T00:37:54.176Z] Step 9/29 : FROM alpine:latest [2020-10-27T00:37:54.176Z] ---> d6e46aa2470d [2020-10-27T00:37:54.176Z] 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-27T00:37:54.176Z] ---> Running in 0759385cc84f [2020-10-27T00:37:54.176Z] Removing intermediate container 4520cd94d0d4 [2020-10-27T00:37:54.176Z] ---> b6eb4290e20a [2020-10-27T00:37:54.176Z] Step 8/24 : COPY . . [2020-10-27T00:37:55.122Z] 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-27T00:37:55.122Z] ---> Running in 9cc76e10630e [2020-10-27T00:37:55.122Z] Removing intermediate container fddad5b5553c [2020-10-27T00:37:55.122Z] ---> 9c570e5c21fb [2020-10-27T00:37:55.122Z] Step 20/21 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:37:56.142Z] Collecting cached-property<2,>=1.2.0 [2020-10-27T00:37:56.142Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-27T00:37:58.789Z] Collecting docker<4.0,>=3.6.0 [2020-10-27T00:37:58.789Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-27T00:37:58.977Z] gofmt -l . [2020-10-27T00:37:58.977Z] [ "`gofmt -l .`" = "" ] [2020-10-27T00:37:59.734Z] ---> Running in 4160cbafeeac [2020-10-27T00:37:59.734Z] Removing intermediate container 0759385cc84f [2020-10-27T00:37:59.734Z] ---> 000aebea570e [2020-10-27T00:37:59.734Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T00:37:59.734Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-27T00:37:59.734Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-27T00:38:00.688Z] Removing intermediate container 9cc76e10630e [2020-10-27T00:38:00.688Z] ---> 8a2d240f9b2c [2020-10-27T00:38:00.688Z] Step 11/29 : USER root [2020-10-27T00:38:01.587Z] ./bin/test-go-mod-tidy.sh [2020-10-27T00:38:01.860Z] ./bin/test-attribution-txt.sh [2020-10-27T00:38:02.075Z] 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-27T00:38:02.075Z] 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-27T00:38:02.075Z] Collecting idna<2.8,>=2.5 [2020-10-27T00:38:02.075Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-27T00:38:02.337Z] ---> Running in 196f8f89f071 [2020-10-27T00:38:03.285Z] ---> Running in cbc20c656324 [2020-10-27T00:38:03.285Z] Removing intermediate container 4160cbafeeac [2020-10-27T00:38:03.285Z] ---> d6cebc4eae8d [2020-10-27T00:38:03.285Z] Step 21/21 : LABEL version=0.0.0 [2020-10-27T00:38:03.285Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-27T00:38:03.285Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [Pipeline] sh [2020-10-27T00:38:06.592Z] Collecting docker-pycreds>=0.4.0 [2020-10-27T00:38:06.592Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-27T00:38:06.825Z] + ls -al . [2020-10-27T00:38:06.826Z] total 660 [2020-10-27T00:38:06.826Z] drwxrwxr-x 9 1001 1001 4096 Oct 27 00:38 . [2020-10-27T00:38:06.826Z] drwxr-xr-x 4 root root 4096 Oct 27 00:35 .. [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 11 Oct 27 00:33 .dockerignore [2020-10-27T00:38:06.826Z] drwxrwxr-x 8 1001 1001 4096 Oct 27 00:34 .git [2020-10-27T00:38:06.826Z] drwxrwxr-x 3 1001 1001 4096 Oct 27 00:33 .github [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 932 Oct 27 00:33 .gitignore [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 166 Oct 27 00:33 .sonarcloud.properties [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 3804 Oct 27 00:33 CONTRIBUTING.md [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 1035 Oct 27 00:33 Dockerfile.build [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 863 Oct 27 00:33 Jenkinsfile [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 10775 Oct 27 00:33 LICENSE [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 6237 Oct 27 00:33 Makefile [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 6447 Oct 27 00:33 README.md [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 259 Oct 27 00:33 SECURITY.md [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 5 Oct 27 00:31 VERSION [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 4131 Oct 27 00:33 ZMQWindows.md [2020-10-27T00:38:06.826Z] drwxrwxr-x 2 1001 1001 4096 Oct 27 00:33 bin [2020-10-27T00:38:06.826Z] drwxrwxr-x 15 1001 1001 4096 Oct 27 00:33 cmd [2020-10-27T00:38:06.826Z] -rw-r--r-- 1 root root 539324 Oct 27 00:37 coverage.out [2020-10-27T00:38:06.826Z] -rw-r--r-- 1 root root 1041 Oct 27 00:38 go.mod [2020-10-27T00:38:06.826Z] -rw-r--r-- 1 root root 19010 Oct 27 00:38 go.sum [2020-10-27T00:38:06.826Z] drwxrwxr-x 8 1001 1001 4096 Oct 27 00:33 internal [2020-10-27T00:38:06.826Z] drwxrwxr-x 4 1001 1001 4096 Oct 27 00:33 openapi [2020-10-27T00:38:06.826Z] drwxrwxr-x 4 1001 1001 4096 Oct 27 00:33 snap [2020-10-27T00:38:06.826Z] -rw-rw-r-- 1 1001 1001 168 Oct 27 00:33 version.go [Pipeline] sh [2020-10-27T00:38:07.169Z] Removing intermediate container 196f8f89f071 [2020-10-27T00:38:07.169Z] ---> 11f9d308c51d [2020-10-27T00:38:07.169Z] Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:38:07.169Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-27T00:38:07.169Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-27T00:38:07.169Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-27T00:38:07.169Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-27T00:38:07.169Z] Installing collected packages: texttable, idna, urllib3, requests, docopt, websocket-client, jsonschema, PyYAML, cached-property, docker-pycreds, docker, dockerpty, docker-compose [2020-10-27T00:38:07.169Z] Running setup.py install for texttable: started [2020-10-27T00:38:07.499Z] + '[' -e coverage.out ] [2020-10-27T00:38:07.499Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-27T00:38:07.521Z] Warning: overwriting stash ‘coverage-report’ [2020-10-27T00:38:07.751Z] ---> Running in bceb16aa2a2c [2020-10-27T00:38:08.677Z] Stashed 1 file(s) [Pipeline] sh [2020-10-27T00:38:08.698Z] Running setup.py install for texttable: finished with status 'done' [2020-10-27T00:38:08.698Z] Attempting uninstall: idna [2020-10-27T00:38:08.698Z] Found existing installation: idna 2.9 [2020-10-27T00:38:08.698Z] Uninstalling idna-2.9: [2020-10-27T00:38:08.960Z] Successfully uninstalled idna-2.9 [2020-10-27T00:38:08.960Z] Removing intermediate container cbc20c656324 [2020-10-27T00:38:08.960Z] ---> 0a921ad63c1f [2020-10-27T00:38:08.960Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-27T00:38:09.356Z] + make build [2020-10-27T00:38:09.356Z] 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-27T00:38:10.349Z] ---> Running in 4e6c3b9bc29d [2020-10-27T00:38:10.349Z] Attempting uninstall: urllib3 [2020-10-27T00:38:10.349Z] Found existing installation: urllib3 1.25.9 [2020-10-27T00:38:10.349Z] Uninstalling urllib3-1.25.9: [2020-10-27T00:38:11.299Z] Removing intermediate container bceb16aa2a2c [2020-10-27T00:38:11.299Z] ---> f5ef0b231e78 [2020-10-27T00:38:11.299Z] [2020-10-27T00:38:12.246Z] Successfully uninstalled urllib3-1.25.9 [2020-10-27T00:38:12.246Z] ---> Running in d71dcad76a1d [2020-10-27T00:38:14.312Z] Successfully built f5ef0b231e78 [2020-10-27T00:38:14.312Z] Attempting uninstall: requests [2020-10-27T00:38:14.312Z] Found existing installation: requests 2.23.0 [2020-10-27T00:38:14.312Z] Uninstalling requests-2.23.0: [2020-10-27T00:38:14.312Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-27T00:38:14.312Z] Building docker-core-data-go [2020-10-27T00:38:14.312Z]  Building docker-support-scheduler-go ... done  Successfully uninstalled requests-2.23.0 [2020-10-27T00:38:14.312Z] Removing intermediate container 4e6c3b9bc29d [2020-10-27T00:38:14.312Z] ---> 68d54cebfc01 [2020-10-27T00:38:14.312Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T00:38:14.312Z] Running setup.py install for docopt: started [2020-10-27T00:38:14.888Z] Running setup.py install for docopt: finished with status 'done' [2020-10-27T00:38:20.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:38:20.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:38:20.297Z] Running setup.py install for PyYAML: started [2020-10-27T00:38:20.297Z] ---> Running in eaaa2593e83a [2020-10-27T00:38:20.297Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:38:20.297Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:38:20.297Z] OK: 12744 distinct packages available [2020-10-27T00:38:20.580Z] ---> e64f522e663f [2020-10-27T00:38:20.580Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-27T00:38:20.580Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-27T00:38:20.580Z] Removing intermediate container eaaa2593e83a [2020-10-27T00:38:20.580Z] ---> f316a41dfd4a [2020-10-27T00:38:20.580Z] [2020-10-27T00:38:20.580Z] ---> Running in 75539e9f34c3 [2020-10-27T00:38:20.580Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-27T00:38:20.580Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:38:20.580Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T00:38:20.580Z] OK: 6 MiB in 16 packages [2020-10-27T00:38:20.861Z] Successfully built f316a41dfd4a [2020-10-27T00:38:20.861Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-27T00:38:20.861Z] Successfully tagged docker-core-metadata-go:latest [2020-10-27T00:38:21.836Z]  Building docker-core-metadata-go ... done  Running setup.py install for dockerpty: started [2020-10-27T00:38:21.836Z] 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-27T00:38:22.455Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-27T00:38:22.455Z] Removing intermediate container d71dcad76a1d [2020-10-27T00:38:22.455Z] ---> 3a2d99fb1ea5 [2020-10-27T00:38:22.455Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-27T00:38:22.723Z] ---> Running in 24221f0bb6fb [2020-10-27T00:38:23.001Z] 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-27T00:38:23.284Z] Removing intermediate container 24221f0bb6fb [2020-10-27T00:38:23.284Z] ---> 5f089c1f0db4 [2020-10-27T00:38:23.284Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-27T00:38:25.929Z] ---> Running in 10cc843c46df [2020-10-27T00:38:27.003Z] Removing intermediate container 10cc843c46df [2020-10-27T00:38:27.003Z] ---> 732f2482a664 [2020-10-27T00:38:27.003Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-27T00:38:30.474Z] ---> Running in f9487d3dd66d [2020-10-27T00:38:31.131Z] Removing intermediate container da2c43fd12f7 [2020-10-27T00:38:31.131Z] ---> de9a09287758 [2020-10-27T00:38:31.131Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-27T00:38:31.131Z] ---> Running in cae9eed22cf7 [2020-10-27T00:38:31.594Z] 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-27T00:38:32.163Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:38:32.163Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:38:32.163Z] ---> deab4bbc66f3 [2020-10-27T00:38:32.163Z] Step 3/23 : WORKDIR /edgex-go [2020-10-27T00:38:32.163Z] ---> Using cache [2020-10-27T00:38:32.163Z] ---> 0f6d99faded9 [2020-10-27T00:38:32.163Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:38:32.163Z] ---> Using cache [2020-10-27T00:38:32.163Z] ---> 58e758cdfac9 [2020-10-27T00:38:32.163Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-27T00:38:33.611Z] ---> Running in bcabdc56e4e7 [2020-10-27T00:38:33.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:38:34.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:38:34.180Z] Removing intermediate container f9487d3dd66d [2020-10-27T00:38:34.180Z] ---> ad9be848a3eb [2020-10-27T00:38:34.180Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-27T00:38:34.466Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T00:38:34.466Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-27T00:38:34.466Z] (3/3) Installing curl (7.69.1-r1) [2020-10-27T00:38:34.466Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:38:34.466Z] OK: 72 MiB in 58 packages [2020-10-27T00:38:34.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:38:35.050Z] ---> 7e5de8624c12 [2020-10-27T00:38:35.050Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-27T00:38:35.342Z] Removing intermediate container cae9eed22cf7 [2020-10-27T00:38:35.343Z] ---> 692b53e4bb29 [2020-10-27T00:38:35.343Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-27T00:38:35.621Z] ---> Running in eac6119b3cab [2020-10-27T00:38:35.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:38:35.621Z] ---> fc77d58f9d3b [2020-10-27T00:38:35.621Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-27T00:38:35.893Z] Removing intermediate container eac6119b3cab [2020-10-27T00:38:35.893Z] ---> 458efbde542d [2020-10-27T00:38:35.893Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:38:36.164Z] ---> 191fd4e41a68 [2020-10-27T00:38:36.164Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-27T00:38:36.164Z] ---> Running in 17d792438513 [2020-10-27T00:38:36.437Z] Removing intermediate container 17d792438513 [2020-10-27T00:38:36.437Z] ---> 27e8efac7853 [2020-10-27T00:38:36.437Z] Step 25/27 : LABEL arch=x86_64 [2020-10-27T00:38:36.437Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:38:36.437Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:38:36.437Z] OK: 12752 distinct packages available [2020-10-27T00:38:36.437Z] ---> Running in 88f0f67a3b08 [2020-10-27T00:38:36.437Z] ---> 9d3a8ce60e35 [2020-10-27T00:38:36.437Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-27T00:38:36.706Z] Removing intermediate container 88f0f67a3b08 [2020-10-27T00:38:36.706Z] ---> da970c445b45 [2020-10-27T00:38:36.706Z] Step 26/27 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:38:36.706Z] OK: 233 MiB in 51 packages [2020-10-27T00:38:36.706Z] ---> Running in 3c93c2b208a8 [2020-10-27T00:38:36.970Z] ---> c54ba4885efa [2020-10-27T00:38:36.970Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-27T00:38:36.970Z] ---> Running in 3ec464812942 [2020-10-27T00:38:36.970Z] Removing intermediate container 3c93c2b208a8 [2020-10-27T00:38:36.970Z] ---> 02dad9fc127d [2020-10-27T00:38:36.970Z] Step 27/27 : LABEL version=0.0.0 [2020-10-27T00:38:37.232Z] ---> Running in fe8c7f005060 [2020-10-27T00:38:37.496Z] Removing intermediate container fe8c7f005060 [2020-10-27T00:38:37.496Z] ---> 3518f9ad18ad [2020-10-27T00:38:37.496Z] [2020-10-27T00:38:37.758Z] Successfully built 3518f9ad18ad [2020-10-27T00:38:37.758Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-27T00:38:37.758Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bcabdc56e4e7 [2020-10-27T00:38:37.758Z] ---> 9fe0956a7900 [2020-10-27T00:38:37.758Z] Step 6/23 : COPY go.mod . [2020-10-27T00:38:38.031Z] ---> e4f53b1bb5a6 [2020-10-27T00:38:38.031Z] Step 7/23 : RUN go mod download [2020-10-27T00:38:38.031Z] ---> Running in b819eb667fc3 [2020-10-27T00:38:38.616Z] Removing intermediate container 3ec464812942 [2020-10-27T00:38:38.616Z] ---> daef6d642760 [2020-10-27T00:38:38.616Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T00:38:40.542Z] ---> 27ca2dacf43b [2020-10-27T00:38:40.542Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T00:38:40.804Z] ---> Running in 66b7c3b31096 [2020-10-27T00:38:40.804Z] Removing intermediate container 75539e9f34c3 [2020-10-27T00:38:40.804Z] ---> 311ee1579346 [2020-10-27T00:38:40.804Z] [2020-10-27T00:38:40.804Z] Step 10/24 : FROM scratch [2020-10-27T00:38:40.804Z] ---> [2020-10-27T00:38:40.804Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T00:38:41.406Z] ---> Using cache [2020-10-27T00:38:41.406Z] ---> d5c41d180142 [2020-10-27T00:38:41.406Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-27T00:38:41.406Z] Removing intermediate container b819eb667fc3 [2020-10-27T00:38:41.406Z] ---> 5f99d9c29429 [2020-10-27T00:38:41.406Z] Step 8/23 : COPY . . [2020-10-27T00:38:41.406Z] ---> Running in 0a38173f2ed7 [2020-10-27T00:38:41.406Z] Removing intermediate container 0a38173f2ed7 [2020-10-27T00:38:41.406Z] ---> 7f5ee5928bd8 [2020-10-27T00:38:41.406Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-27T00:38:41.732Z] ---> Running in 7bbf3669cff1 [2020-10-27T00:38:42.918Z] Removing intermediate container 7bbf3669cff1 [2020-10-27T00:38:42.918Z] ---> d7fbe986e812 [2020-10-27T00:38:42.918Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-27T00:38:43.239Z] Removing intermediate container 66b7c3b31096 [2020-10-27T00:38:43.239Z] ---> 6952f91c20ea [2020-10-27T00:38:43.239Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-27T00:38:43.554Z] ---> 70898363ee35 [2020-10-27T00:38:43.554Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-27T00:38:43.554Z] ---> Running in dd8c07b31e84 [2020-10-27T00:38:46.871Z] 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-27T00:38:48.284Z] ---> e5358b91293b [2020-10-27T00:38:48.284Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-27T00:38:50.456Z] 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-27T00:38:53.881Z] ---> b3ae0dd7fde1 [2020-10-27T00:38:53.881Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-27T00:38:53.980Z] 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-27T00:38:54.846Z] ---> 7e8e6503fdd4 [2020-10-27T00:38:54.846Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-27T00:38:55.112Z] Removing intermediate container dd8c07b31e84 [2020-10-27T00:38:55.112Z] ---> e9b3557f1020 [2020-10-27T00:38:55.112Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T00:38:56.571Z] ---> Running in ec8b260352cc [2020-10-27T00:38:57.602Z] Removing intermediate container ec8b260352cc [2020-10-27T00:38:57.602Z] ---> b70942ea571b [2020-10-27T00:38:57.602Z] Step 26/29 : CMD [ "generate" ] [2020-10-27T00:38:58.201Z] ---> cec7b98aa1c1 [2020-10-27T00:38:58.201Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-27T00:38:58.201Z] ---> Running in 414d1a477d05 [2020-10-27T00:38:58.470Z] 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-27T00:38:58.480Z] ---> 012c6b8b0809 [2020-10-27T00:38:58.480Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-27T00:38:58.480Z] ---> Running in 0cbfa5a718c3 [2020-10-27T00:38:58.480Z] Removing intermediate container 414d1a477d05 [2020-10-27T00:38:58.480Z] ---> 44a1dbaa1a2b [2020-10-27T00:38:58.480Z] Step 27/29 : LABEL arch=x86_64 [2020-10-27T00:38:58.480Z] ---> ea0eed1fb91b [2020-10-27T00:38:58.480Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-27T00:38:58.747Z] ---> Running in 026c17d37d35 [2020-10-27T00:38:58.747Z] ---> Running in 31eb794bd5a6 [2020-10-27T00:38:59.029Z] Removing intermediate container 026c17d37d35 [2020-10-27T00:38:59.029Z] ---> 1e3c82374fd7 [2020-10-27T00:38:59.029Z] Step 28/29 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:38:59.029Z] Removing intermediate container 31eb794bd5a6 [2020-10-27T00:38:59.029Z] ---> 3a955fb71bcc [2020-10-27T00:38:59.029Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:38:59.029Z] ---> Running in 2b5ce80d5748 [2020-10-27T00:38:59.029Z] ---> Running in d8d51dc9e0f8 [2020-10-27T00:38:59.029Z] 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-27T00:38:59.308Z] Removing intermediate container 2b5ce80d5748 [2020-10-27T00:38:59.308Z] ---> 4c3b398548d0 [2020-10-27T00:38:59.308Z] Step 29/29 : LABEL version=0.0.0 [2020-10-27T00:38:59.308Z] Removing intermediate container d8d51dc9e0f8 [2020-10-27T00:38:59.308Z] ---> 4be4ab68ba68 [2020-10-27T00:38:59.308Z] Step 22/24 : LABEL arch=x86_64 [2020-10-27T00:38:59.308Z] ---> Running in 58ff9f195d9a [2020-10-27T00:38:59.308Z] ---> Running in 1446053c4f5f [2020-10-27T00:38:59.494Z] 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-27T00:38:59.597Z] Removing intermediate container 58ff9f195d9a [2020-10-27T00:38:59.597Z] ---> f8bc6f60f21b [2020-10-27T00:38:59.597Z] [2020-10-27T00:38:59.597Z] Removing intermediate container 1446053c4f5f [2020-10-27T00:38:59.597Z] ---> 653730ba7302 [2020-10-27T00:38:59.597Z] Step 23/24 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:38:59.597Z] Successfully built f8bc6f60f21b [2020-10-27T00:38:59.597Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-27T00:38:59.597Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 7a4affd05212 [2020-10-27T00:38:59.872Z] Removing intermediate container 7a4affd05212 [2020-10-27T00:38:59.872Z] ---> 23b6eb78696d [2020-10-27T00:38:59.872Z] Step 24/24 : LABEL version=0.0.0 [2020-10-27T00:39:00.149Z] ---> Running in fb3b3aa7f6c7 [2020-10-27T00:39:00.417Z] Removing intermediate container fb3b3aa7f6c7 [2020-10-27T00:39:00.418Z] ---> 1826bfab8579 [2020-10-27T00:39:00.418Z] [2020-10-27T00:39:00.685Z] Successfully built 1826bfab8579 [2020-10-27T00:39:00.685Z] Successfully tagged docker-support-notifications-go:latest [2020-10-27T00:39:04.932Z] 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-27T00:39:11.671Z] 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-27T00:39:15.073Z] 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-27T00:39:15.753Z]  Building docker-support-notifications-go ... done Removing intermediate container 0cbfa5a718c3 [2020-10-27T00:39:15.753Z] ---> bcba0f806d39 [2020-10-27T00:39:15.753Z] [2020-10-27T00:39:15.753Z] Step 10/23 : FROM alpine [2020-10-27T00:39:15.753Z] ---> d6e46aa2470d [2020-10-27T00:39:15.753Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T00:39:15.753Z] ---> Running in 4c6f535f5402 [2020-10-27T00:39:15.753Z] Removing intermediate container 4c6f535f5402 [2020-10-27T00:39:15.753Z] ---> 92f6b1a0d057 [2020-10-27T00:39:15.753Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-27T00:39:15.753Z] ---> Running in 3def37ff049e [2020-10-27T00:39:15.753Z] Removing intermediate container 3def37ff049e [2020-10-27T00:39:15.753Z] ---> 543033245088 [2020-10-27T00:39:15.753Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-27T00:39:15.753Z] ---> Running in 6cf710885184 [2020-10-27T00:39:15.753Z] Removing intermediate container 6cf710885184 [2020-10-27T00:39:15.753Z] ---> fa9bb490c760 [2020-10-27T00:39:15.753Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:39:15.753Z] ---> Running in 3bcd81d43839 [2020-10-27T00:39:16.325Z] Removing intermediate container 3bcd81d43839 [2020-10-27T00:39:16.325Z] ---> bf6f0790bcf1 [2020-10-27T00:39:16.325Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-27T00:39:16.325Z] ---> Running in fbaf0246a8cb [2020-10-27T00:39:16.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:39:17.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:39:18.410Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-27T00:39:18.410Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-27T00:39:18.410Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-27T00:39:18.672Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-27T00:39:18.672Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-27T00:39:18.936Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:39:18.936Z] OK: 8 MiB in 19 packages [2020-10-27T00:39:19.381Z] 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-27T00:39:19.508Z] Removing intermediate container fbaf0246a8cb [2020-10-27T00:39:19.508Z] ---> 86893f6de1ec [2020-10-27T00:39:19.508Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-27T00:39:19.508Z] ---> 7af5d756c1ac [2020-10-27T00:39:19.508Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-27T00:39:20.079Z] ---> 4d82408ad769 [2020-10-27T00:39:20.079Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-27T00:39:20.339Z] ---> 243d1da9d188 [2020-10-27T00:39:20.340Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-27T00:39:20.601Z] ---> Running in 7f87e425007f [2020-10-27T00:39:20.601Z] Removing intermediate container 7f87e425007f [2020-10-27T00:39:20.601Z] ---> aa04e4cb2dc2 [2020-10-27T00:39:20.601Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:39:20.601Z] ---> Running in 64aa065fa27b [2020-10-27T00:39:20.863Z] Removing intermediate container 64aa065fa27b [2020-10-27T00:39:20.863Z] ---> eb77824ce43d [2020-10-27T00:39:20.863Z] Step 21/23 : LABEL arch=x86_64 [2020-10-27T00:39:20.863Z] ---> Running in d6a289ececf8 [2020-10-27T00:39:21.125Z] Removing intermediate container d6a289ececf8 [2020-10-27T00:39:21.125Z] ---> 60be8a1319b2 [2020-10-27T00:39:21.125Z] Step 22/23 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:39:21.125Z] ---> Running in 6aa0c5a71c92 [2020-10-27T00:39:21.386Z] Removing intermediate container 6aa0c5a71c92 [2020-10-27T00:39:21.386Z] ---> b6c98552bab8 [2020-10-27T00:39:21.386Z] Step 23/23 : LABEL version=0.0.0 [2020-10-27T00:39:21.386Z] ---> Running in 790b60ac4b7f [2020-10-27T00:39:21.386Z] Removing intermediate container 790b60ac4b7f [2020-10-27T00:39:21.386Z] ---> f1888d1d97b1 [2020-10-27T00:39:21.386Z] [2020-10-27T00:39:21.648Z] Successfully built f1888d1d97b1 [2020-10-27T00:39:21.648Z] Successfully tagged docker-core-data-go:latest [2020-10-27T00:39:21.962Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-27T00:39:22.030Z] $ docker stop --time=1 8fde965aa6d7e0f2b708c48d8c7cf114cacc652652b180f086151eb12bc560a2 [2020-10-27T00:39:23.702Z] 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-27T00:39:23.734Z] $ docker rm -f 8fde965aa6d7e0f2b708c48d8c7cf114cacc652652b180f086151eb12bc560a2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T00:39:24.337Z] + docker images [2020-10-27T00:39:24.337Z] + grep docker [2020-10-27T00:39:24.597Z] docker-core-data-go latest f1888d1d97b1 3 seconds ago 23.7MB [2020-10-27T00:39:24.597Z] docker-support-notifications-go latest 1826bfab8579 24 seconds ago 13.6MB [2020-10-27T00:39:24.597Z] docker-security-secrets-setup-go latest f8bc6f60f21b 25 seconds ago 24MB [2020-10-27T00:39:24.597Z] docker-sys-mgmt-agent-go latest 3518f9ad18ad 47 seconds ago 290MB [2020-10-27T00:39:24.597Z] docker-core-metadata-go latest f316a41dfd4a About a minute ago 14.5MB [2020-10-27T00:39:24.597Z] docker-support-scheduler-go latest f5ef0b231e78 About a minute ago 12.3MB [2020-10-27T00:39:24.597Z] docker-security-secretstore-setup-go latest d167fb42008b 2 minutes ago 32.4MB [2020-10-27T00:39:24.597Z] docker-security-proxy-setup-go latest 3f7da108ff5a 2 minutes ago 15.8MB [2020-10-27T00:39:24.597Z] docker-core-command-go latest e265593264a0 2 minutes ago 12.2MB [2020-10-27T00:39:24.597Z] docker-support-logging-go latest ca3249458c1b 2 minutes ago 11.1MB [2020-10-27T00:39:24.597Z] docker latest 6972c414f322 4 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-10-27T00:39:27.104Z] 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-27T00:39:29.769Z] $ docker stop --time=1 c3f745f878d1bcdb70fced074fb8581d4edbe28d00de932c9060d2c863b5dedc [2020-10-27T00:39:32.011Z] $ docker rm -f c3f745f878d1bcdb70fced074fb8581d4edbe28d00de932c9060d2c863b5dedc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:39:33.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T00:39:33.625Z] [2020-10-27T00:39:33.625Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:39:34.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T00:39:34.015Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-27T00:39:34.015Z] 29e5d40040c1: Pulling fs layer [2020-10-27T00:39:34.015Z] 1ce36da41761: Pulling fs layer [2020-10-27T00:39:34.015Z] 25b303627fd3: Pulling fs layer [2020-10-27T00:39:34.614Z] 29e5d40040c1: Verifying Checksum [2020-10-27T00:39:34.614Z] 29e5d40040c1: Download complete [2020-10-27T00:39:35.209Z] 29e5d40040c1: Pull complete [2020-10-27T00:39:35.209Z] 1ce36da41761: Verifying Checksum [2020-10-27T00:39:35.209Z] 1ce36da41761: Download complete [2020-10-27T00:39:36.641Z] 1ce36da41761: Pull complete [2020-10-27T00:39:36.913Z] 25b303627fd3: Verifying Checksum [2020-10-27T00:39:36.913Z] 25b303627fd3: Download complete [2020-10-27T00:39:40.567Z] Still waiting to schedule task [2020-10-27T00:39:40.567Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-27T00:39:47.049Z] 25b303627fd3: Pull complete [2020-10-27T00:39:47.049Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-27T00:39:47.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T00:39:47.049Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-27T00:39:47.270Z] prd-ubuntu18.04-docker-arm64-4c-16g-9033 does not seem to be running inside a container [2020-10-27T00:39:47.358Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-27T00:39:50.697Z] $ docker top 7594825b68b04fda0ae15f5603e8eea7b743c61e36483e6c13c419ff16fc3158 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:39:52.164Z] + docker-compose build --help [2020-10-27T00:39:52.164Z] + grep parallel [2020-10-27T00:39:55.527Z] --parallel Build images in parallel. [Pipeline] } [2020-10-27T00:39:55.549Z] $ docker stop --time=1 7594825b68b04fda0ae15f5603e8eea7b743c61e36483e6c13c419ff16fc3158 [2020-10-27T00:39:57.383Z] $ docker rm -f 7594825b68b04fda0ae15f5603e8eea7b743c61e36483e6c13c419ff16fc3158 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:39:58.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T00:39:58.156Z] . [Pipeline] withDockerContainer [2020-10-27T00:39:58.379Z] prd-ubuntu18.04-docker-arm64-4c-16g-9033 does not seem to be running inside a container [2020-10-27T00:39:58.490Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-27T00:39:59.823Z] $ docker top 7832ea948da49dc0b9e525f448fe3805428ee38bc54177e5505c9a3f4df2e078 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:40:00.864Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-27T00:40:04.239Z] Building docker-core-command-go ... [2020-10-27T00:40:04.239Z] Building docker-core-data-go ... [2020-10-27T00:40:04.239Z] Building docker-core-metadata-go ... [2020-10-27T00:40:04.239Z] Building docker-security-proxy-setup-go ... [2020-10-27T00:40:04.239Z] Building docker-security-secrets-setup-go ... [2020-10-27T00:40:04.239Z] Building docker-security-secretstore-setup-go ... [2020-10-27T00:40:04.239Z] Building docker-support-logging-go ... [2020-10-27T00:40:04.239Z] Building docker-support-notifications-go ... [2020-10-27T00:40:04.239Z] Building docker-support-scheduler-go ... [2020-10-27T00:40:04.239Z] Building docker-sys-mgmt-agent-go ... [2020-10-27T00:40:04.239Z] Building docker-support-scheduler-go [2020-10-27T00:40:04.239Z] Building docker-support-logging-go [2020-10-27T00:40:04.239Z] Building docker-core-command-go [2020-10-27T00:40:04.239Z] Building docker-security-secretstore-setup-go [2020-10-27T00:40:04.239Z] Building docker-security-proxy-setup-go [2020-10-27T00:40:47.065Z] Running on prd-centos7-docker-8c-8g-9038 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws [2020-10-27T00:40:47.126Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-10-27T00:40:49.390Z] using credential edgex-jenkins-ssh [2020-10-27T00:40:49.452Z] Cloning the remote Git repository [2020-10-27T00:40:49.478Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-27T00:40:49.546Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-10-27T00:40:49.573Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T00:40:49.573Z] > git --version # timeout=10 [2020-10-27T00:40:49.580Z] > git --version # 'git version 2.16.5' [2020-10-27T00:40:49.580Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:40:49.604Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T00:41:11.842Z] Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 3518a29232dda2303eb10bbc901c390a9db916dd [2020-10-27T00:41:12.030Z] Merge succeeded, producing 0c3bae0bcf8b86eb55d414c942c7eb9146e6faca [2020-10-27T00:41:12.031Z] Checking out Revision 0c3bae0bcf8b86eb55d414c942c7eb9146e6faca (PR-2848) [2020-10-27T00:41:12.251Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:41:12.251Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:41:12.251Z] ---> 98084fee9a0b [2020-10-27T00:41:12.251Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T00:41:12.523Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:41:12.523Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:41:12.523Z] ---> 98084fee9a0b [2020-10-27T00:41:12.523Z] Step 3/21 : WORKDIR /edgex-go [2020-10-27T00:41:12.800Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:41:12.800Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:41:12.800Z] ---> 98084fee9a0b [2020-10-27T00:41:12.800Z] Step 3/20 : WORKDIR /edgex-go [2020-10-27T00:41:12.800Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:41:12.800Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:41:12.800Z] ---> 98084fee9a0b [2020-10-27T00:41:12.800Z] Step 3/26 : WORKDIR /edgex-go [2020-10-27T00:41:12.800Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:41:12.800Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:41:12.800Z] ---> 98084fee9a0b [2020-10-27T00:41:12.800Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T00:41:11.264Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T00:41:11.274Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T00:41:11.284Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T00:41:11.296Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T00:41:11.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:41:11.301Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T00:41:11.855Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T00:41:11.860Z] > git checkout -f 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 [2020-10-27T00:41:11.952Z] > git remote # timeout=10 [2020-10-27T00:41:11.959Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T00:41:11.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:41:11.967Z] > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 [2020-10-27T00:41:12.026Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T00:41:12.035Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T00:41:12.039Z] > git checkout -f 0c3bae0bcf8b86eb55d414c942c7eb9146e6faca # timeout=10 [2020-10-27T00:41:15.639Z] Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" [2020-10-27T00:41:15.644Z] > git rev-list --no-walk 3518a29232dda2303eb10bbc901c390a9db916dd # timeout=10 [2020-10-27T00:41:16.526Z] ---> Running in 2ab376d726ff [2020-10-27T00:41:16.526Z] ---> Running in c187820aa765 [2020-10-27T00:41:16.526Z] ---> Running in 1231b2f2937c [2020-10-27T00:41:16.526Z] ---> Running in 6d57551b8c42 [2020-10-27T00:41:16.526Z] ---> Running in 776fd360a5c5 [2020-10-27T00:41:16.526Z] Removing intermediate container 6d57551b8c42 [2020-10-27T00:41:16.526Z] ---> ce4c67f99d0b [2020-10-27T00:41:16.526Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:41:16.526Z] Removing intermediate container 776fd360a5c5 [2020-10-27T00:41:16.526Z] ---> 713331436972 [2020-10-27T00:41:16.526Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:41:16.526Z] Removing intermediate container 1231b2f2937c [2020-10-27T00:41:16.526Z] ---> c9310c580c74 [2020-10-27T00:41:16.526Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:41:16.526Z] Removing intermediate container 2ab376d726ff [2020-10-27T00:41:16.526Z] ---> 7f708dc13028 [2020-10-27T00:41:16.526Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:41:16.526Z] Removing intermediate container c187820aa765 [2020-10-27T00:41:16.526Z] ---> 567f873fabc9 [2020-10-27T00:41:16.801Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:41:16.802Z] ---> Running in e4c10ef730db [2020-10-27T00:41:16.802Z] ---> Running in 7fa5de6a6cdb [2020-10-27T00:41:16.802Z] ---> Running in 40ba924042d5 [Pipeline] withEnv [Pipeline] { [2020-10-27T00:41:17.075Z] ---> Running in aaf247a19d17 [2020-10-27T00:41:17.076Z] ---> Running in ffec3a1c9543 [Pipeline] sh [2020-10-27T00:41:18.136Z] ++ find /w/workspace/edgex-go/5 [2020-10-27T00:41:18.136Z] ++ grep snapcraft.yaml [2020-10-27T00:41:18.136Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/5/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T00:41:18.299Z] provisioning config files... [2020-10-27T00:41:18.311Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/5@tmp/config5849967679163149356tmp [Pipeline] { [Pipeline] sh [2020-10-27T00:41:18.699Z] + cp /w/workspace/edgex-go/5@tmp/config5849967679163149356tmp /w/workspace/edgex-go/5/edgex-snap-store-login [Pipeline] sh [2020-10-27T00:41:19.014Z] + 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-27T00:41:19.015Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-27T00:41:19.015Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-27T00:41:19.015Z] f08d8e2a3ba1: Pulling fs layer [2020-10-27T00:41:19.015Z] 3baa9cb2483b: Pulling fs layer [2020-10-27T00:41:19.015Z] 94e5ff4c0b15: Pulling fs layer [2020-10-27T00:41:19.015Z] 1860925334f9: Pulling fs layer [2020-10-27T00:41:19.015Z] 2daf38717194: Pulling fs layer [2020-10-27T00:41:19.015Z] 309017e8d7a4: Pulling fs layer [2020-10-27T00:41:19.015Z] f7790dc9fd0f: Pulling fs layer [2020-10-27T00:41:19.015Z] cac0ae9282c2: Pulling fs layer [2020-10-27T00:41:19.015Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-27T00:41:19.015Z] 309017e8d7a4: Waiting [2020-10-27T00:41:19.015Z] f7790dc9fd0f: Waiting [2020-10-27T00:41:19.015Z] 1860925334f9: Waiting [2020-10-27T00:41:19.015Z] 2daf38717194: Waiting [2020-10-27T00:41:19.015Z] cac0ae9282c2: Waiting [2020-10-27T00:41:19.015Z] 1f4cadf9a1ed: Waiting [2020-10-27T00:41:19.015Z] 94e5ff4c0b15: Download complete [2020-10-27T00:41:19.277Z] 3baa9cb2483b: Download complete [2020-10-27T00:41:19.277Z] 1860925334f9: Verifying Checksum [2020-10-27T00:41:19.277Z] 1860925334f9: Download complete [2020-10-27T00:41:19.277Z] 309017e8d7a4: Download complete [2020-10-27T00:41:19.277Z] f7790dc9fd0f: Verifying Checksum [2020-10-27T00:41:19.277Z] f7790dc9fd0f: Download complete [2020-10-27T00:41:19.277Z] cac0ae9282c2: Verifying Checksum [2020-10-27T00:41:19.277Z] cac0ae9282c2: Download complete [2020-10-27T00:41:19.277Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-27T00:41:19.277Z] 1f4cadf9a1ed: Download complete [2020-10-27T00:41:20.225Z] f08d8e2a3ba1: Verifying Checksum [2020-10-27T00:41:20.225Z] f08d8e2a3ba1: Download complete [2020-10-27T00:41:21.176Z] f08d8e2a3ba1: Pull complete [2020-10-27T00:41:21.176Z] 3baa9cb2483b: Pull complete [2020-10-27T00:41:21.438Z] 94e5ff4c0b15: Pull complete [2020-10-27T00:41:21.438Z] 1860925334f9: Pull complete [2020-10-27T00:41:21.444Z] Removing intermediate container 7fa5de6a6cdb [2020-10-27T00:41:21.444Z] ---> fbb1cc14060f [2020-10-27T00:41:21.444Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T00:41:21.444Z] ---> Running in 25bf5da41012 [2020-10-27T00:41:21.444Z] Removing intermediate container e4c10ef730db [2020-10-27T00:41:21.444Z] ---> dcdb3d752f19 [2020-10-27T00:41:21.444Z] Step 5/26 : RUN apk update && apk add make git [2020-10-27T00:41:21.444Z] Removing intermediate container 40ba924042d5 [2020-10-27T00:41:21.444Z] ---> 9ff22ff63734 [2020-10-27T00:41:21.444Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-27T00:41:21.444Z] ---> Running in e27997f178c1 [2020-10-27T00:41:21.720Z] ---> Running in 297390ad4f1b [2020-10-27T00:41:21.720Z] Removing intermediate container ffec3a1c9543 [2020-10-27T00:41:21.720Z] ---> bff0cbde60f0 [2020-10-27T00:41:21.720Z] Step 5/21 : RUN apk update && apk add make git [2020-10-27T00:41:21.997Z] Removing intermediate container aaf247a19d17 [2020-10-27T00:41:21.997Z] ---> 5998c93acfd4 [2020-10-27T00:41:21.997Z] Step 5/20 : RUN apk update && apk add make git [2020-10-27T00:41:21.997Z] ---> Running in 4f48d9eb37ac [2020-10-27T00:41:22.274Z] ---> Running in 0e0f17ca65d3 [2020-10-27T00:41:23.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:23.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:24.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:24.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:24.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:24.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:24.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:25.655Z] 2daf38717194: Verifying Checksum [2020-10-27T00:41:25.655Z] 2daf38717194: Download complete [2020-10-27T00:41:25.666Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:41:25.666Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:41:25.666Z] OK: 12623 distinct packages available [2020-10-27T00:41:25.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:25.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:25.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:41:26.218Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:41:26.218Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:41:26.218Z] OK: 12623 distinct packages available [2020-10-27T00:41:26.218Z] OK: 217 MiB in 51 packages [2020-10-27T00:41:27.224Z] OK: 217 MiB in 51 packages [2020-10-27T00:41:27.820Z] Removing intermediate container 25bf5da41012 [2020-10-27T00:41:27.820Z] ---> e79337b549ff [2020-10-27T00:41:27.820Z] Step 6/22 : COPY go.mod . [2020-10-27T00:41:28.098Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:41:28.098Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:41:28.098Z] OK: 12623 distinct packages available [2020-10-27T00:41:28.369Z] Removing intermediate container e27997f178c1 [2020-10-27T00:41:28.369Z] ---> 563bfadf7fb7 [2020-10-27T00:41:28.369Z] Step 6/26 : COPY go.mod . [2020-10-27T00:41:28.369Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:41:28.369Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:41:28.369Z] OK: 12623 distinct packages available [2020-10-27T00:41:28.369Z] ---> e684d873a71c [2020-10-27T00:41:28.369Z] Step 7/22 : RUN go mod download [2020-10-27T00:41:28.643Z] ---> Running in e91c5fbdd23f [2020-10-27T00:41:28.913Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:41:28.913Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:41:28.913Z] OK: 12623 distinct packages available [2020-10-27T00:41:29.184Z] OK: 217 MiB in 51 packages [2020-10-27T00:41:29.184Z] OK: 217 MiB in 51 packages [2020-10-27T00:41:29.456Z] ---> c8921ecbd136 [2020-10-27T00:41:29.457Z] Step 7/26 : RUN go mod download [2020-10-27T00:41:29.730Z] ---> Running in c2c379cbe13d [2020-10-27T00:41:29.730Z] OK: 217 MiB in 51 packages [2020-10-27T00:41:30.005Z] OK: 217 MiB in 51 packages [2020-10-27T00:41:31.450Z] Removing intermediate container 0e0f17ca65d3 [2020-10-27T00:41:31.450Z] ---> aa6d25c6fff0 [2020-10-27T00:41:31.450Z] Step 6/20 : COPY go.mod . [2020-10-27T00:41:31.725Z] Removing intermediate container 4f48d9eb37ac [2020-10-27T00:41:31.725Z] ---> 4a8c4fdfee8e [2020-10-27T00:41:31.725Z] Step 6/21 : COPY go.mod . [2020-10-27T00:41:32.000Z] Removing intermediate container 297390ad4f1b [2020-10-27T00:41:32.000Z] ---> e5c1ee77842f [2020-10-27T00:41:32.000Z] Step 6/22 : COPY go.mod . [2020-10-27T00:41:32.277Z] ---> f4ee579ff514 [2020-10-27T00:41:32.277Z] Step 7/20 : RUN go mod download [2020-10-27T00:41:32.553Z] ---> Running in ece7946cd5aa [2020-10-27T00:41:32.828Z] ---> 79663403e93e [2020-10-27T00:41:32.828Z] Step 7/21 : RUN go mod download [2020-10-27T00:41:32.828Z] Removing intermediate container e91c5fbdd23f [2020-10-27T00:41:32.828Z] ---> 086fa5bdb891 [2020-10-27T00:41:32.828Z] Step 8/22 : COPY . . [2020-10-27T00:41:33.108Z] ---> Running in 028af3a820b5 [2020-10-27T00:41:33.387Z] ---> c2e83dc593ca [2020-10-27T00:41:33.387Z] Step 7/22 : RUN go mod download [2020-10-27T00:41:33.675Z] ---> Running in f33c00840639 [2020-10-27T00:41:34.662Z] Removing intermediate container c2c379cbe13d [2020-10-27T00:41:34.662Z] ---> d6a9f9e34a81 [2020-10-27T00:41:34.662Z] Step 8/26 : COPY . . [2020-10-27T00:41:39.027Z] Removing intermediate container ece7946cd5aa [2020-10-27T00:41:39.027Z] ---> c83031dc5a18 [2020-10-27T00:41:39.027Z] Step 8/20 : COPY . . [2020-10-27T00:41:39.027Z] Removing intermediate container f33c00840639 [2020-10-27T00:41:39.027Z] ---> 855280510c23 [2020-10-27T00:41:39.027Z] Step 8/22 : COPY . . [2020-10-27T00:41:39.027Z] Removing intermediate container 028af3a820b5 [2020-10-27T00:41:39.027Z] ---> 7d6b50625498 [2020-10-27T00:41:39.027Z] Step 8/21 : COPY . . [2020-10-27T00:41:40.717Z] 2daf38717194: Pull complete [2020-10-27T00:41:40.717Z] 309017e8d7a4: Pull complete [2020-10-27T00:41:40.717Z] f7790dc9fd0f: Pull complete [2020-10-27T00:41:40.717Z] cac0ae9282c2: Pull complete [2020-10-27T00:41:40.717Z] 1f4cadf9a1ed: Pull complete [2020-10-27T00:41:40.717Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-27T00:41:40.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-27T00:41:42.657Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T00:41:42.657Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-27T00:41:42.657Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-27T00:41:42.657Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-27T00:41:42.923Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-27T00:41:42.923Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] [2020-10-27T00:41:42.923Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2020-10-27T00:41:43.187Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] [2020-10-27T00:41:43.187Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] [2020-10-27T00:41:43.452Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-27T00:41:43.452Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-10-27T00:41:43.452Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-27T00:41:43.452Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-27T00:41:43.452Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-27T00:41:43.719Z] Fetched 8163 kB in 2s (5094 kB/s) [2020-10-27T00:41:44.696Z] Reading package lists... [2020-10-27T00:41:45.727Z] 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-27T00:41:45.727Z] - README.md [2020-10-27T00:41:45.727Z] [2020-10-27T00:41:45.727Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-10-27T00:41:47.393Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T00:41:47.393Z] 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T00:41:47.393Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T00:41:47.393Z] 0% [1 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T00:41:48.755Z] 0% [2 InRelease gpgv 88.7 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... 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... 84% 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-27T00:41:50.141Z] Installing build dependencies: 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 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip [2020-10-27T00:41:50.973Z] 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... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 82% 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-27T00:41:51.236Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-27T00:41:51.236Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-27T00:41:51.236Z] The following packages were automatically installed and are no longer required: [2020-10-27T00:41:51.236Z] libjq1 libonig4 [2020-10-27T00:41:51.236Z] Use 'sudo apt autoremove' to remove them. [2020-10-27T00:41:51.236Z] Suggested packages: [2020-10-27T00:41:51.236Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-10-27T00:41:51.236Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-10-27T00:41:51.236Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-10-27T00:41:51.236Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-10-27T00:41:51.236Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-10-27T00:41:51.236Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-10-27T00:41:51.236Z] git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc [2020-10-27T00:41:51.236Z] man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-27T00:41:51.236Z] | libterm-readline-perl-perl [2020-10-27T00:41:51.497Z] The following NEW packages will be installed: [2020-10-27T00:41:51.497Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-10-27T00:41:51.497Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-10-27T00:41:51.497Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-10-27T00:41:51.497Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-10-27T00:41:51.497Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-10-27T00:41:51.497Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-10-27T00:41:51.497Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-10-27T00:41:51.497Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-10-27T00:41:51.497Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-10-27T00:41:51.497Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-10-27T00:41:51.497Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-10-27T00:41:51.497Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-10-27T00:41:51.497Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-10-27T00:41:51.497Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-10-27T00:41:51.497Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-10-27T00:41:51.497Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-10-27T00:41:51.497Z] perl perl-modules-5.26 pkg-config unzip zip [2020-10-27T00:41:51.497Z] The following packages will be upgraded: [2020-10-27T00:41:51.497Z] perl-base [2020-10-27T00:41:51.497Z] 1 upgraded, 101 newly installed, 0 to remove and 31 not upgraded. [2020-10-27T00:41:51.497Z] Need to get 81.6 MB of archives. [2020-10-27T00:41:51.497Z] After this operation, 369 MB of additional disk space will be used. [2020-10-27T00:41:51.759Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-10-27T00:41:52.339Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 686 kB/1391 kB 49%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-10-27T00:41:52.339Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-10-27T00:41:52.603Z] 2% [3 perl-modules-5.26 30.6 kB/2762 kB 1%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-27T00:41:52.603Z] 5% [4 libgdbm5 11.4 kB/26.0 kB 44%] 5% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-27T00:41:52.603Z] 5% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-10-27T00:41:52.603Z] 5% [6 libperl5.26 21.2 kB/3534 kB 1%] 9% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-10-27T00:41:52.603Z] 9% [7 perl 26.6 kB/201 kB 13%] 9% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-27T00:41:52.603Z] 9% [8 less 33.5 kB/112 kB 30%] 9% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-27T00:41:52.603Z] 9% [9 netbase 12.7 kB/12.7 kB 100%] 10% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-10-27T00:41:52.603Z] 10% [10 manpages 49.1 kB/1234 kB 4%] 11% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-10-27T00:41:52.603Z] 11% [11 binutils-common 8192 B/196 kB 4%] 11% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-10-27T00:41:52.603Z] 11% [12 libbinutils 7549 B/488 kB 2%] 12% [Waiting for headers] Get:13 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-27T00:41:52.603Z] 12% [13 binutils-x86-64-linux-gnu 29.1 kB/1839 kB 2%] 14% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-10-27T00:41:52.603Z] 14% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-10-27T00:41:52.865Z] 14% [15 libc-dev-bin 3227 B/71.8 kB 4%] 15% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] [2020-10-27T00:41:52.865Z] 15% [16 linux-libc-dev 29.2 kB/998 kB 3%] 16% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-10-27T00:41:53.128Z] 16% [17 libc6-dev 65.5 kB/2585 kB 3%] 19% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-10-27T00:41:53.128Z] 19% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-10-27T00:41:53.128Z] 19% [19 libisl19 32.1 kB/551 kB 6%] 19% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-10-27T00:41:53.128Z] 20% [20 libmpfr6 65.5 kB/243 kB 27%] 20% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-10-27T00:41:53.128Z] 20% [21 libmpc3 23.9 kB/40.8 kB 59%] 20% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-10-27T00:41:53.394Z] 20% [22 cpp-7 48.4 kB/8591 kB 1%] 29% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-10-27T00:41:53.394Z] 29% [23 cpp 27.7 kB/27.7 kB 100%] 29% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-10-27T00:41:53.394Z] 29% [24 libcc1-0 14.3 kB/39.4 kB 36%] 29% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-10-27T00:41:53.394Z] 29% [25 libgomp1 16.4 kB/76.5 kB 21%] 29% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-10-27T00:41:53.394Z] 30% [26 libitm1 27.3 kB/27.9 kB 98%] 30% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-10-27T00:41:53.394Z] 30% [27 libatomic1 4225 B/9192 B 46%] 30% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-10-27T00:41:53.394Z] 30% [28 libasan4 19.2 kB/358 kB 5%] 30% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-10-27T00:41:53.394Z] 30% [29 liblsan0 21.2 kB/133 kB 16%] 31% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-10-27T00:41:53.394Z] 31% [30 libtsan0 24.0 kB/288 kB 8%] 31% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-10-27T00:41:53.656Z] 31% [31 libubsan0 18.4 kB/126 kB 15%] 32% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-10-27T00:41:53.656Z] 32% [32 libcilkrts5 2308 B/42.5 kB 5%] 32% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-10-27T00:41:53.656Z] 32% [33 libmpx2 11.6 kB/11.6 kB 100%] 32% [Working] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-10-27T00:41:53.656Z] 32% [34 libquadmath0 7445 B/134 kB 6%] 32% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-10-27T00:41:53.657Z] 32% [35 libgcc-7-dev 65.5 kB/2378 kB 3%] 35% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-10-27T00:41:54.234Z] 35% [36 gcc-7 56.6 kB/9381 kB 1%] 43% [36 gcc-7 8680 kB/9381 kB 93%] 44% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-10-27T00:41:54.234Z] 44% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-10-27T00:41:54.234Z] 45% [38 libstdc++-7-dev 28.5 kB/1471 kB 2%] 46% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-10-27T00:41:54.809Z] 46% [39 g++-7 26.5 kB/9697 kB 0%] 54% [39 g++-7 8181 kB/9697 kB 84%] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-10-27T00:41:54.809Z] 56% [40 g++ 1568 B/1568 B 100%] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-27T00:41:54.809Z] 56% [41 make 10.2 kB/154 kB 7%] 56% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-10-27T00:41:54.809Z] 56% [42 libdpkg-perl 20.8 kB/211 kB 10%] 57% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-27T00:41:54.809Z] 57% [43 patch 23.3 kB/102 kB 23%] 57% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-10-27T00:41:54.809Z] 57% [44 dpkg-dev 7474 B/607 kB 1%] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-10-27T00:41:54.809Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-10-27T00:41:55.091Z] 58% [46 cmake-data 54.7 kB/1332 kB 4%] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-10-27T00:41:55.091Z] 60% [47 libarchive13 45.1 kB/288 kB 16%] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-10-27T00:41:55.091Z] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-10-27T00:41:55.091Z] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-10-27T00:41:55.091Z] 61% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-10-27T00:41:55.091Z] 61% [51 cmake 3579 B/3152 kB 0%] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-27T00:41:55.091Z] 64% [52 curl 54.4 kB/159 kB 34%] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-10-27T00:41:55.091Z] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-10-27T00:41:55.091Z] 65% [54 fakeroot 36.7 kB/62.3 kB 59%] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] [2020-10-27T00:41:55.353Z] 65% [55 libc6-i386 117 kB/2650 kB 4%] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] [2020-10-27T00:41:55.353Z] 68% [56 libc6-dev-i386 88.2 kB/1817 kB 5%] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] [2020-10-27T00:41:55.615Z] 70% [57 libc6-x32 10.1 kB/2847 kB 0%] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] [2020-10-27T00:41:55.615Z] 73% [58 libc6-dev-x32 65.5 kB/2018 kB 3%] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-10-27T00:41:55.615Z] 75% [59 lib32gcc1 14.3 kB/48.1 kB 30%] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-10-27T00:41:55.615Z] 75% [60 libx32gcc1 40.5 kB/40.5 kB 100%] 75% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-10-27T00:41:55.876Z] 75% [61 lib32gomp1 17.9 kB/83.7 kB 21%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-10-27T00:41:55.876Z] 76% [62 libx32gomp1 47.4 kB/77.8 kB 61%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-10-27T00:41:55.876Z] 76% [63 lib32itm1 30.0 kB/30.0 kB 100%] 76% [Working] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-10-27T00:41:55.876Z] 76% [64 libx32itm1 4608 B/28.1 kB 16%] 76% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-10-27T00:41:55.876Z] 76% [65 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-10-27T00:41:55.876Z] 77% [66 libx32atomic1 9188 B/9188 B 100%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-10-27T00:41:55.876Z] 77% [67 lib32asan4 23.4 kB/362 kB 6%] 77% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-10-27T00:41:55.876Z] 77% [68 libx32asan4 54.8 kB/351 kB 16%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-10-27T00:41:55.877Z] 78% [69 lib32stdc++6 30.8 kB/415 kB 7%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-10-27T00:41:55.877Z] 79% [70 lib32ubsan0 8688 B/140 kB 6%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-10-27T00:41:56.142Z] 79% [71 libx32stdc++6 44.8 kB/387 kB 12%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-10-27T00:41:56.142Z] 79% [72 libx32ubsan0 65.5 kB/127 kB 51%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-10-27T00:41:56.142Z] 80% [73 lib32cilkrts5 8953 B/47.2 kB 19%] 80% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-10-27T00:41:56.142Z] 80% [74 libx32cilkrts5 27.0 kB/43.0 kB 63%] 80% [Working] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-10-27T00:41:56.142Z] 80% [75 lib32mpx2 12.9 kB/12.9 kB 100%] 80% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-10-27T00:41:56.142Z] 80% [76 lib32quadmath0 36.1 kB/208 kB 17%] 81% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-10-27T00:41:56.142Z] 81% [77 libx32quadmath0 24.7 kB/135 kB 18%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-10-27T00:41:56.142Z] 81% [78 lib32gcc-7-dev 49.2 kB/2211 kB 2%] 84% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-10-27T00:41:56.405Z] 84% [79 libx32gcc-7-dev 16.8 kB/1999 kB 1%] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-10-27T00:41:56.405Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-10-27T00:41:56.405Z] 86% [81 lib32stdc++-7-dev 65.5 kB/626 kB 10%] 87% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-10-27T00:41:56.405Z] 87% [82 libx32stdc++-7-dev 31.7 kB/582 kB 5%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-10-27T00:41:56.405Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-10-27T00:41:56.405Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-10-27T00:41:56.405Z] 88% [85 g++-multilib 1020 B/1020 B 100%] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-27T00:41:56.405Z] 88% [86 libcurl3-gnutls 65.5 kB/213 kB 31%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-27T00:41:56.405Z] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-27T00:41:56.405Z] 89% [88 git-man 61.2 kB/804 kB 8%] 90% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-27T00:41:56.405Z] 90% [89 git 43.8 kB/3915 kB 1%] 94% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-10-27T00:41:56.405Z] 94% [90 libalgorithm-diff-perl 28.4 kB/47.6 kB 60%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-10-27T00:41:56.405Z] 94% [91 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-10-27T00:41:56.405Z] 94% [92 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-10-27T00:41:56.405Z] 94% [93 libfile-fcntllock-perl 21.2 kB/33.2 kB 64%] 95% [Waiting for headers] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-10-27T00:41:56.405Z] 95% [94 libnorm1 21.3 kB/224 kB 9%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-10-27T00:41:56.668Z] 95% [95 libpgm-5.2-0 20.6 kB/157 kB 13%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-10-27T00:41:56.668Z] 95% [96 libsodium23 32.4 kB/143 kB 23%] 96% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-10-27T00:41:56.668Z] 96% [97 libzmq5 0 B/221 kB 0%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-10-27T00:41:56.668Z] 96% [98 libzmq3-dev 8363 B/400 kB 2%] 97% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-10-27T00:41:56.668Z] 97% [99 manpages-dev 24.2 kB/2217 kB 1%] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-10-27T00:41:56.668Z] 99% [100 pkg-config 45.0 kB/45.0 kB 100%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-10-27T00:41:56.929Z] 99% [101 unzip 65.5 kB/167 kB 39%] 100% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-10-27T00:41:57.191Z] 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 6s (14.2 MB/s) [2020-10-27T00:41:57.452Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T00:41:57.452Z] (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-27T00:41:57.452Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T00:41:57.452Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-10-27T00:42:00.782Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-10-27T00:42:00.782Z] Selecting previously unselected package liblocale-gettext-perl. [2020-10-27T00:42:00.782Z] (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-27T00:42:00.782Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-10-27T00:42:00.782Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-10-27T00:42:00.782Z] Selecting previously unselected package perl-modules-5.26. [2020-10-27T00:42:00.782Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-10-27T00:42:00.782Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-27T00:42:01.285Z] ---> db42f3aa30af [2020-10-27T00:42:01.285Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-27T00:42:01.285Z] ---> ae5cf8a45f86 [2020-10-27T00:42:01.285Z] 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-27T00:42:01.285Z] ---> 06264840ae63 [2020-10-27T00:42:01.285Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-27T00:42:01.285Z] ---> db4f52b8d09e [2020-10-27T00:42:01.285Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-27T00:42:01.285Z] ---> 6230617708bd [2020-10-27T00:42:01.285Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-27T00:42:01.285Z] ---> Running in 9cd5ead8ec41 [2020-10-27T00:42:01.285Z] ---> Running in d0bf0a382beb [2020-10-27T00:42:01.285Z] ---> Running in cc3541756e01 [2020-10-27T00:42:01.285Z] ---> Running in 836b8a6eef1d [2020-10-27T00:42:01.285Z] ---> Running in 2d3ca676e338 [2020-10-27T00:42:01.564Z] 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-27T00:42:01.564Z] 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-27T00:42:01.731Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-27T00:42:01.732Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-27T00:42:01.732Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-27T00:42:01.732Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-27T00:42:01.732Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-27T00:42:01.732Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-27T00:42:01.844Z] 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-27T00:42:01.994Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-27T00:42:01.994Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T00:42:01.994Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-27T00:42:02.120Z] 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-27T00:42:02.405Z] 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-27T00:42:02.571Z] Selecting previously unselected package perl. [2020-10-27T00:42:02.571Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T00:42:02.571Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-10-27T00:42:02.571Z] Selecting previously unselected package less. [2020-10-27T00:42:02.571Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-10-27T00:42:02.571Z] Unpacking less (487-0.1) ... [2020-10-27T00:42:02.571Z] Selecting previously unselected package netbase. [2020-10-27T00:42:02.571Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-10-27T00:42:02.571Z] Unpacking netbase (5.4) ... [2020-10-27T00:42:02.833Z] Selecting previously unselected package manpages. [2020-10-27T00:42:02.833Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-10-27T00:42:02.833Z] Unpacking manpages (4.15-1) ... [2020-10-27T00:42:02.833Z] Selecting previously unselected package binutils-common:amd64. [2020-10-27T00:42:02.833Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-27T00:42:02.833Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-27T00:42:02.833Z] Selecting previously unselected package libbinutils:amd64. [2020-10-27T00:42:02.833Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-27T00:42:02.833Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-27T00:42:03.101Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-10-27T00:42:03.101Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-27T00:42:03.101Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-27T00:42:03.374Z] Selecting previously unselected package binutils. [2020-10-27T00:42:03.374Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-27T00:42:03.374Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-27T00:42:03.374Z] Selecting previously unselected package libc-dev-bin. [2020-10-27T00:42:03.374Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T00:42:03.374Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-27T00:42:03.642Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-10-27T00:42:03.642Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-10-27T00:42:03.642Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-27T00:42:03.905Z] Selecting previously unselected package libc6-dev:amd64. [2020-10-27T00:42:03.905Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T00:42:03.905Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:04.491Z] Selecting previously unselected package gcc-7-base:amd64. [2020-10-27T00:42:04.491Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:04.491Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:04.491Z] Selecting previously unselected package libisl19:amd64. [2020-10-27T00:42:04.491Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-10-27T00:42:04.491Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-10-27T00:42:04.491Z] Selecting previously unselected package libmpfr6:amd64. [2020-10-27T00:42:04.491Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-10-27T00:42:04.491Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-10-27T00:42:04.754Z] Selecting previously unselected package libmpc3:amd64. [2020-10-27T00:42:04.754Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-10-27T00:42:04.754Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-10-27T00:42:04.754Z] Selecting previously unselected package cpp-7. [2020-10-27T00:42:04.754Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:04.754Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:05.328Z] Selecting previously unselected package cpp. [2020-10-27T00:42:05.328Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T00:42:05.588Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:05.588Z] Selecting previously unselected package libcc1-0:amd64. [2020-10-27T00:42:05.588Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:05.588Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:05.588Z] Selecting previously unselected package libgomp1:amd64. [2020-10-27T00:42:05.588Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:05.588Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:05.588Z] Selecting previously unselected package libitm1:amd64. [2020-10-27T00:42:05.588Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:05.588Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:05.850Z] Selecting previously unselected package libatomic1:amd64. [2020-10-27T00:42:05.850Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:05.850Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:05.850Z] Selecting previously unselected package libasan4:amd64. [2020-10-27T00:42:05.850Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:05.850Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:05.850Z] Selecting previously unselected package liblsan0:amd64. [2020-10-27T00:42:05.850Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:06.112Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:06.112Z] Selecting previously unselected package libtsan0:amd64. [2020-10-27T00:42:06.112Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:06.112Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:06.112Z] Selecting previously unselected package libubsan0:amd64. [2020-10-27T00:42:06.112Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:06.112Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:06.377Z] Selecting previously unselected package libcilkrts5:amd64. [2020-10-27T00:42:06.377Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:06.377Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:06.377Z] Selecting previously unselected package libmpx2:amd64. [2020-10-27T00:42:06.377Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:06.377Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:06.377Z] Selecting previously unselected package libquadmath0:amd64. [2020-10-27T00:42:06.377Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:06.377Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:06.377Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-10-27T00:42:06.377Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:06.377Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:06.951Z] Selecting previously unselected package gcc-7. [2020-10-27T00:42:06.951Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:06.951Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:07.525Z] Selecting previously unselected package gcc. [2020-10-27T00:42:07.525Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T00:42:07.525Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:07.788Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-10-27T00:42:07.788Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:07.788Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:08.364Z] Selecting previously unselected package g++-7. [2020-10-27T00:42:08.364Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:08.364Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:08.938Z] Selecting previously unselected package g++. [2020-10-27T00:42:08.938Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T00:42:08.938Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:09.200Z] Selecting previously unselected package make. [2020-10-27T00:42:09.200Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-27T00:42:09.200Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-27T00:42:09.200Z] Selecting previously unselected package libdpkg-perl. [2020-10-27T00:42:09.200Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-10-27T00:42:09.200Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-27T00:42:09.200Z] Selecting previously unselected package patch. [2020-10-27T00:42:09.200Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-27T00:42:09.200Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-27T00:42:09.464Z] Selecting previously unselected package dpkg-dev. [2020-10-27T00:42:09.464Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-10-27T00:42:09.464Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-27T00:42:09.464Z] Selecting previously unselected package build-essential. [2020-10-27T00:42:09.464Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-10-27T00:42:09.464Z] Unpacking build-essential (12.4ubuntu1) ... [2020-10-27T00:42:09.464Z] Selecting previously unselected package cmake-data. [2020-10-27T00:42:09.464Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-10-27T00:42:09.464Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-27T00:42:10.413Z] Selecting previously unselected package libarchive13:amd64. [2020-10-27T00:42:10.413Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-10-27T00:42:10.413Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-27T00:42:10.413Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-10-27T00:42:10.413Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-27T00:42:10.413Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-27T00:42:10.413Z] Selecting previously unselected package librhash0:amd64. [2020-10-27T00:42:10.413Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-10-27T00:42:10.413Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-10-27T00:42:10.675Z] Selecting previously unselected package libuv1:amd64. [2020-10-27T00:42:10.675Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-10-27T00:42:10.675Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-10-27T00:42:10.675Z] Selecting previously unselected package cmake. [2020-10-27T00:42:10.675Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-10-27T00:42:10.675Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-27T00:42:10.939Z] Selecting previously unselected package curl. [2020-10-27T00:42:10.939Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-27T00:42:10.939Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-27T00:42:11.218Z] Selecting previously unselected package libfakeroot:amd64. [2020-10-27T00:42:11.218Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-27T00:42:11.218Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-27T00:42:11.218Z] Selecting previously unselected package fakeroot. [2020-10-27T00:42:11.218Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-27T00:42:11.218Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-10-27T00:42:11.218Z] Selecting previously unselected package libc6-i386. [2020-10-27T00:42:11.219Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T00:42:11.219Z] Unpacking libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:11.793Z] Selecting previously unselected package libc6-dev-i386. [2020-10-27T00:42:11.793Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T00:42:11.793Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:12.055Z] Selecting previously unselected package libc6-x32. [2020-10-27T00:42:12.055Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T00:42:12.055Z] Unpacking libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:12.318Z] Selecting previously unselected package libc6-dev-x32. [2020-10-27T00:42:12.318Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T00:42:12.318Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:12.582Z] Selecting previously unselected package lib32gcc1. [2020-10-27T00:42:12.582Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:12.582Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:12.582Z] Selecting previously unselected package libx32gcc1. [2020-10-27T00:42:12.582Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:12.582Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:12.843Z] Selecting previously unselected package lib32gomp1. [2020-10-27T00:42:12.843Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:12.843Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:12.843Z] Selecting previously unselected package libx32gomp1. [2020-10-27T00:42:12.843Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:12.843Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:12.843Z] Selecting previously unselected package lib32itm1. [2020-10-27T00:42:12.843Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:12.843Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:13.106Z] Selecting previously unselected package libx32itm1. [2020-10-27T00:42:13.106Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.106Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:13.106Z] Selecting previously unselected package lib32atomic1. [2020-10-27T00:42:13.106Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.106Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:13.106Z] Selecting previously unselected package libx32atomic1. [2020-10-27T00:42:13.106Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.106Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:13.369Z] Selecting previously unselected package lib32asan4. [2020-10-27T00:42:13.369Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.369Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:13.369Z] Selecting previously unselected package libx32asan4. [2020-10-27T00:42:13.369Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.369Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:13.632Z] Selecting previously unselected package lib32stdc++6. [2020-10-27T00:42:13.632Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.632Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:13.632Z] Selecting previously unselected package lib32ubsan0. [2020-10-27T00:42:13.632Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.632Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:13.632Z] Selecting previously unselected package libx32stdc++6. [2020-10-27T00:42:13.632Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.632Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:13.896Z] Selecting previously unselected package libx32ubsan0. [2020-10-27T00:42:13.896Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.896Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:13.896Z] Selecting previously unselected package lib32cilkrts5. [2020-10-27T00:42:13.896Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:13.896Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:14.162Z] Selecting previously unselected package libx32cilkrts5. [2020-10-27T00:42:14.162Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:14.162Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:14.162Z] Selecting previously unselected package lib32mpx2. [2020-10-27T00:42:14.162Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:14.162Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:14.162Z] Selecting previously unselected package lib32quadmath0. [2020-10-27T00:42:14.162Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:14.162Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:14.426Z] Selecting previously unselected package libx32quadmath0. [2020-10-27T00:42:14.426Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:14.426Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:14.426Z] Selecting previously unselected package lib32gcc-7-dev. [2020-10-27T00:42:14.426Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:14.426Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:14.687Z] Selecting previously unselected package libx32gcc-7-dev. [2020-10-27T00:42:14.688Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:14.688Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:14.950Z] Selecting previously unselected package gcc-7-multilib. [2020-10-27T00:42:14.950Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:14.950Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:14.950Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-10-27T00:42:14.951Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:14.951Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:15.213Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-10-27T00:42:15.213Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:15.213Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:15.213Z] Selecting previously unselected package g++-7-multilib. [2020-10-27T00:42:15.213Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T00:42:15.213Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:15.213Z] Selecting previously unselected package gcc-multilib. [2020-10-27T00:42:15.213Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T00:42:15.213Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:15.475Z] Selecting previously unselected package g++-multilib. [2020-10-27T00:42:15.475Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T00:42:15.475Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:15.475Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-27T00:42:15.475Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-27T00:42:15.475Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-27T00:42:15.475Z] Selecting previously unselected package liberror-perl. [2020-10-27T00:42:15.475Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-10-27T00:42:15.475Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-27T00:42:15.475Z] Selecting previously unselected package git-man. [2020-10-27T00:42:15.475Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-27T00:42:15.475Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-27T00:42:15.737Z] Selecting previously unselected package git. [2020-10-27T00:42:15.738Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-27T00:42:15.738Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-27T00:42:16.314Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-10-27T00:42:16.314Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-10-27T00:42:16.314Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-10-27T00:42:16.314Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-10-27T00:42:16.314Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-10-27T00:42:16.314Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-27T00:42:16.314Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-10-27T00:42:16.314Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-10-27T00:42:16.314Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-10-27T00:42:16.314Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-10-27T00:42:16.314Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-10-27T00:42:16.314Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-10-27T00:42:16.578Z] Selecting previously unselected package libnorm1:amd64. [2020-10-27T00:42:16.578Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-10-27T00:42:16.578Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-27T00:42:16.578Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-10-27T00:42:16.578Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-10-27T00:42:16.578Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-27T00:42:16.578Z] Selecting previously unselected package libsodium23:amd64. [2020-10-27T00:42:16.578Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-10-27T00:42:16.578Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-10-27T00:42:16.841Z] Selecting previously unselected package libzmq5:amd64. [2020-10-27T00:42:16.841Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-27T00:42:16.841Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-27T00:42:16.841Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-10-27T00:42:16.841Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-27T00:42:16.841Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-27T00:42:17.103Z] Selecting previously unselected package manpages-dev. [2020-10-27T00:42:17.103Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-10-27T00:42:17.103Z] Unpacking manpages-dev (4.15-1) ... [2020-10-27T00:42:17.365Z] Selecting previously unselected package pkg-config. [2020-10-27T00:42:17.365Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-10-27T00:42:17.365Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-10-27T00:42:17.365Z] Selecting previously unselected package unzip. [2020-10-27T00:42:17.365Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-10-27T00:42:17.365Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-10-27T00:42:17.365Z] Selecting previously unselected package zip. [2020-10-27T00:42:17.366Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-10-27T00:42:17.366Z] Unpacking zip (3.0-11build1) ... [2020-10-27T00:42:17.628Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:17.628Z] Setting up libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:17.628Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:17.628Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-27T00:42:17.628Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:17.628Z] Setting up manpages (4.15-1) ... [2020-10-27T00:42:17.628Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-27T00:42:17.628Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:17.628Z] Setting up less (487-0.1) ... [2020-10-27T00:42:17.890Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-27T00:42:17.890Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:17.890Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-27T00:42:17.890Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-27T00:42:17.890Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-10-27T00:42:17.890Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-27T00:42:17.890Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:17.890Z] Setting up unzip (6.0-21ubuntu1) ... [2020-10-27T00:42:18.155Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-27T00:42:18.155Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-10-27T00:42:18.155Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-27T00:42:18.155Z] Setting up libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:18.155Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-27T00:42:18.155Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-27T00:42:18.155Z] Setting up zip (3.0-11build1) ... [2020-10-27T00:42:18.155Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.155Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.155Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.155Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-10-27T00:42:18.155Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.416Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-27T00:42:18.416Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:18.416Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.416Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-27T00:42:18.416Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-10-27T00:42:18.416Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.416Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-27T00:42:18.416Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-27T00:42:18.416Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.416Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-10-27T00:42:18.416Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-10-27T00:42:18.416Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-27T00:42:18.680Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-27T00:42:18.680Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.680Z] Setting up manpages-dev (4.15-1) ... [2020-10-27T00:42:18.680Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:18.680Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.680Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.680Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.680Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.680Z] Setting up netbase (5.4) ... [2020-10-27T00:42:18.680Z] Setting up libisl19:amd64 (0.19-1) ... [2020-10-27T00:42:18.680Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-27T00:42:18.944Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:18.944Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-27T00:42:18.944Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:18.944Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:18.944Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-27T00:42:18.944Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:18.944Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:18.944Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:18.944Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:18.944Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:18.944Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:19.206Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-27T00:42:19.206Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-10-27T00:42:19.206Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-10-27T00:42:19.206Z] 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-27T00:42:19.206Z] 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-27T00:42:19.206Z] 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-27T00:42:19.206Z] 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-27T00:42:19.206Z] 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-27T00:42:19.206Z] 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-27T00:42:19.206Z] 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-27T00:42:19.206Z] 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-27T00:42:19.206Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.206Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.206Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.206Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-27T00:42:19.206Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T00:42:19.206Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.206Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-27T00:42:19.206Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.470Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:19.470Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-27T00:42:19.470Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-27T00:42:19.470Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:19.470Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.470Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-10-27T00:42:19.470Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-10-27T00:42:19.470Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-10-27T00:42:19.470Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.735Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-27T00:42:19.735Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.735Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.735Z] Setting up liberror-perl (0.17025-1) ... [2020-10-27T00:42:19.735Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.735Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-27T00:42:19.735Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.735Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:19.735Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.735Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-27T00:42:19.735Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-10-27T00:42:19.997Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-27T00:42:19.997Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-27T00:42:19.997Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:19.997Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-10-27T00:42:19.997Z] 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-27T00:42:19.997Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-27T00:42:19.997Z] Setting up build-essential (12.4ubuntu1) ... [2020-10-27T00:42:19.997Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:19.997Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-10-27T00:42:20.259Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-27T00:42:20.259Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-27T00:42:20.259Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-27T00:42:21.649Z] binutils set to automatically installed. [2020-10-27T00:42:21.649Z] binutils-common set to automatically installed. [2020-10-27T00:42:21.649Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-10-27T00:42:21.649Z] build-essential set to automatically installed. [2020-10-27T00:42:21.649Z] cmake set to automatically installed. [2020-10-27T00:42:21.649Z] cmake-data set to automatically installed. [2020-10-27T00:42:21.649Z] cpp set to automatically installed. [2020-10-27T00:42:21.649Z] cpp-7 set to automatically installed. [2020-10-27T00:42:21.649Z] curl set to automatically installed. [2020-10-27T00:42:21.649Z] dpkg-dev set to automatically installed. [2020-10-27T00:42:21.649Z] fakeroot set to automatically installed. [2020-10-27T00:42:21.649Z] g++ set to automatically installed. [2020-10-27T00:42:21.649Z] g++-7 set to automatically installed. [2020-10-27T00:42:21.649Z] g++-7-multilib set to automatically installed. [2020-10-27T00:42:21.649Z] g++-multilib set to automatically installed. [2020-10-27T00:42:21.649Z] gcc set to automatically installed. [2020-10-27T00:42:21.649Z] gcc-7 set to automatically installed. [2020-10-27T00:42:21.649Z] gcc-7-base set to automatically installed. [2020-10-27T00:42:21.649Z] gcc-7-multilib set to automatically installed. [2020-10-27T00:42:21.649Z] gcc-multilib set to automatically installed. [2020-10-27T00:42:21.649Z] git set to automatically installed. [2020-10-27T00:42:21.649Z] git-man set to automatically installed. [2020-10-27T00:42:21.649Z] less set to automatically installed. [2020-10-27T00:42:21.649Z] lib32asan4 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32atomic1 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32cilkrts5 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32gcc-7-dev set to automatically installed. [2020-10-27T00:42:21.649Z] lib32gcc1 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32gomp1 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32itm1 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32mpx2 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32quadmath0 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32stdc++-7-dev set to automatically installed. [2020-10-27T00:42:21.649Z] lib32stdc++6 set to automatically installed. [2020-10-27T00:42:21.649Z] lib32ubsan0 set to automatically installed. [2020-10-27T00:42:21.649Z] libalgorithm-diff-perl set to automatically installed. [2020-10-27T00:42:21.649Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-10-27T00:42:21.649Z] libalgorithm-merge-perl set to automatically installed. [2020-10-27T00:42:21.649Z] libarchive13 set to automatically installed. [2020-10-27T00:42:21.649Z] libasan4 set to automatically installed. [2020-10-27T00:42:21.649Z] libatomic1 set to automatically installed. [2020-10-27T00:42:21.649Z] libbinutils set to automatically installed. [2020-10-27T00:42:21.649Z] libc-dev-bin set to automatically installed. [2020-10-27T00:42:21.649Z] libc6-dev set to automatically installed. [2020-10-27T00:42:21.649Z] libc6-dev-i386 set to automatically installed. [2020-10-27T00:42:21.649Z] libc6-dev-x32 set to automatically installed. [2020-10-27T00:42:21.649Z] libc6-i386 set to automatically installed. [2020-10-27T00:42:21.649Z] libc6-x32 set to automatically installed. [2020-10-27T00:42:21.649Z] libcc1-0 set to automatically installed. [2020-10-27T00:42:21.649Z] libcilkrts5 set to automatically installed. [2020-10-27T00:42:21.649Z] libcurl3-gnutls set to automatically installed. [2020-10-27T00:42:21.649Z] libdpkg-perl set to automatically installed. [2020-10-27T00:42:21.649Z] liberror-perl set to automatically installed. [2020-10-27T00:42:21.649Z] libfakeroot set to automatically installed. [2020-10-27T00:42:21.649Z] libfile-fcntllock-perl set to automatically installed. [2020-10-27T00:42:21.649Z] libgcc-7-dev set to automatically installed. [2020-10-27T00:42:21.649Z] libgdbm-compat4 set to automatically installed. [2020-10-27T00:42:21.649Z] libgdbm5 set to automatically installed. [2020-10-27T00:42:21.649Z] libgomp1 set to automatically installed. [2020-10-27T00:42:21.649Z] libisl19 set to automatically installed. [2020-10-27T00:42:21.649Z] libitm1 set to automatically installed. [2020-10-27T00:42:21.649Z] libjsoncpp1 set to automatically installed. [2020-10-27T00:42:21.649Z] liblocale-gettext-perl set to automatically installed. [2020-10-27T00:42:21.911Z] liblsan0 set to automatically installed. [2020-10-27T00:42:21.911Z] libmpc3 set to automatically installed. [2020-10-27T00:42:21.911Z] libmpfr6 set to automatically installed. [2020-10-27T00:42:21.911Z] libmpx2 set to automatically installed. [2020-10-27T00:42:21.911Z] libnorm1 set to automatically installed. [2020-10-27T00:42:21.911Z] libperl5.26 set to automatically installed. [2020-10-27T00:42:21.911Z] libpgm-5.2-0 set to automatically installed. [2020-10-27T00:42:21.911Z] libquadmath0 set to automatically installed. [2020-10-27T00:42:21.911Z] librhash0 set to automatically installed. [2020-10-27T00:42:21.911Z] libsodium23 set to automatically installed. [2020-10-27T00:42:21.911Z] libstdc++-7-dev set to automatically installed. [2020-10-27T00:42:21.911Z] libtsan0 set to automatically installed. [2020-10-27T00:42:21.911Z] libubsan0 set to automatically installed. [2020-10-27T00:42:21.911Z] libuv1 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32asan4 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32atomic1 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32cilkrts5 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32gcc-7-dev set to automatically installed. [2020-10-27T00:42:21.911Z] libx32gcc1 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32gomp1 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32itm1 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32quadmath0 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32stdc++-7-dev set to automatically installed. [2020-10-27T00:42:21.911Z] libx32stdc++6 set to automatically installed. [2020-10-27T00:42:21.911Z] libx32ubsan0 set to automatically installed. [2020-10-27T00:42:21.911Z] libzmq3-dev set to automatically installed. [2020-10-27T00:42:21.911Z] libzmq5 set to automatically installed. [2020-10-27T00:42:21.911Z] linux-libc-dev set to automatically installed. [2020-10-27T00:42:21.911Z] make set to automatically installed. [2020-10-27T00:42:21.911Z] manpages set to automatically installed. [2020-10-27T00:42:21.911Z] manpages-dev set to automatically installed. [2020-10-27T00:42:21.911Z] netbase set to automatically installed. [2020-10-27T00:42:21.911Z] patch set to automatically installed. [2020-10-27T00:42:21.911Z] perl set to automatically installed. [2020-10-27T00:42:21.911Z] perl-base set to automatically installed. [2020-10-27T00:42:21.911Z] perl-modules-5.26 set to automatically installed. [2020-10-27T00:42:21.911Z] pkg-config set to automatically installed. [2020-10-27T00:42:21.911Z] unzip set to automatically installed. [2020-10-27T00:42:21.911Z] zip set to automatically installed. [2020-10-27T00:42:21.911Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-27T00:42:21.911Z] Please ensure the environment is properly setup before continuing. [2020-10-27T00:42:21.911Z] Ignore this message if the appropriate measures have already been taken [2020-10-27T00:42:22.860Z] Pulling go-build-helper  [2020-10-27T00:42:23.437Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-10-27T00:42:23.437Z] Skipping pull go-build-helper (already ran) [2020-10-27T00:42:23.437Z] Building go-build-helper  [2020-10-27T00:42:26.010Z] Staging go-build-helper  [2020-10-27T00:42:26.272Z] Pulling go115  [2020-10-27T00:42:27.215Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-10-27T00:42:27.215Z] Skipping pull go115 (already ran) [2020-10-27T00:42:27.215Z] Building go115  [2020-10-27T00:42:27.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T00:42:27.215Z] Dload Upload Total Spent Left Speed [2020-10-27T00:42:27.739Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6335k 0 0 17.8M 0 0:00:06 --:--:-- 0:00:06 17.7M 9 115M 9 10.8M 0 0 22.6M 0 0:00:05 --:--:-- 0:00:05 22.6M [2020-10-27T00:42:27.739Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-10-27T00:42:27.739Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-10-27T00:42:28.696Z] 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-27T00:42:29.668Z] Failed in branch amd64 [2020-10-27T00:43:24.232Z] 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-27T00:43:24.232Z] Removing intermediate container 836b8a6eef1d [2020-10-27T00:43:24.232Z] ---> 2e10d47a1314 [2020-10-27T00:43:24.232Z] [2020-10-27T00:43:24.232Z] Step 10/20 : FROM alpine [2020-10-27T00:43:24.232Z] latest: Pulling from library/alpine [2020-10-27T00:43:24.232Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T00:43:24.232Z] Status: Downloaded newer image for alpine:latest [2020-10-27T00:43:24.232Z] ---> 2e77e061c27f [2020-10-27T00:43:24.232Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-27T00:43:24.232Z] ---> Running in a066982c4056 [2020-10-27T00:43:24.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:43:25.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:43:26.412Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:43:26.412Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:43:26.412Z] OK: 12615 distinct packages available [2020-10-27T00:43:27.011Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-27T00:43:27.288Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T00:43:27.288Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-27T00:43:27.288Z] (4/4) Installing curl (7.69.1-r1) [2020-10-27T00:43:27.288Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:43:27.288Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T00:43:27.563Z] OK: 7 MiB in 18 packages [2020-10-27T00:43:27.839Z] 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-27T00:43:30.477Z] Removing intermediate container a066982c4056 [2020-10-27T00:43:30.477Z] ---> 737ab98c791e [2020-10-27T00:43:30.477Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T00:43:30.477Z] ---> Running in 1d64c524ea82 [2020-10-27T00:43:30.755Z] Removing intermediate container 1d64c524ea82 [2020-10-27T00:43:30.755Z] ---> 103fefacac6d [2020-10-27T00:43:30.755Z] Step 13/20 : WORKDIR /edgex [2020-10-27T00:43:31.034Z] ---> Running in 84da9e7796f5 [2020-10-27T00:43:31.645Z] Removing intermediate container 84da9e7796f5 [2020-10-27T00:43:31.645Z] ---> 5ffba617e657 [2020-10-27T00:43:31.645Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-27T00:43:33.100Z] ---> 8d7934ffc496 [2020-10-27T00:43:33.100Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-27T00:43:34.549Z] ---> 41662921207d [2020-10-27T00:43:34.549Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-27T00:43:34.962Z] ---> Running in b447378ed64e [2020-10-27T00:43:35.682Z] Removing intermediate container b447378ed64e [2020-10-27T00:43:35.682Z] ---> b84b477a3cdd [2020-10-27T00:43:35.682Z] Step 17/20 : CMD ["--init=true"] [2020-10-27T00:43:36.323Z] ---> Running in abf902474299 [2020-10-27T00:43:36.939Z] Removing intermediate container abf902474299 [2020-10-27T00:43:36.939Z] ---> 74f28d69c376 [2020-10-27T00:43:36.939Z] Step 18/20 : LABEL arch=arm64 [2020-10-27T00:43:37.927Z] ---> Running in 410ec5cfc464 [2020-10-27T00:43:38.920Z] Removing intermediate container 410ec5cfc464 [2020-10-27T00:43:38.920Z] ---> 403044cbd1a6 [2020-10-27T00:43:38.920Z] Step 19/20 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:43:39.914Z] ---> Running in bb20ad58c571 [2020-10-27T00:43:40.514Z] Removing intermediate container d0bf0a382beb [2020-10-27T00:43:40.514Z] ---> 353afc38bf62 [2020-10-27T00:43:40.514Z] [2020-10-27T00:43:40.514Z] Step 10/22 : FROM scratch [2020-10-27T00:43:40.514Z] ---> [2020-10-27T00:43:40.514Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T00:43:40.794Z] Removing intermediate container bb20ad58c571 [2020-10-27T00:43:40.794Z] ---> a4f7106ff13d [2020-10-27T00:43:40.794Z] Step 20/20 : LABEL version=0.0.0 [2020-10-27T00:43:40.794Z] ---> Running in 8fcd5fe108e0 [2020-10-27T00:43:41.073Z] ---> Running in 18ecb9b02fc0 [2020-10-27T00:43:41.675Z] Removing intermediate container 8fcd5fe108e0 [2020-10-27T00:43:41.675Z] ---> 48bfef39898d [2020-10-27T00:43:41.675Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-27T00:43:41.675Z] Removing intermediate container cc3541756e01 [2020-10-27T00:43:41.675Z] ---> fe7e3994a109 [2020-10-27T00:43:41.675Z] [2020-10-27T00:43:41.675Z] Step 10/26 : FROM alpine:3.10 [2020-10-27T00:43:41.675Z] ---> Running in a9a172f458a5 [2020-10-27T00:43:41.675Z] Removing intermediate container 18ecb9b02fc0 [2020-10-27T00:43:41.675Z] ---> 7cef5a8c8ba0 [2020-10-27T00:43:41.675Z] [2020-10-27T00:43:42.290Z] 3.10: Pulling from library/alpine [2020-10-27T00:43:42.290Z] Successfully built 7cef5a8c8ba0 [2020-10-27T00:43:42.290Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-27T00:43:42.290Z] Removing intermediate container a9a172f458a5 [2020-10-27T00:43:42.290Z] ---> be502d130d0b [2020-10-27T00:43:42.290Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T00:43:42.290Z] Building docker-support-notifications-go [2020-10-27T00:43:42.566Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 5959104d9e50 [2020-10-27T00:43:43.553Z] Removing intermediate container 5959104d9e50 [2020-10-27T00:43:43.553Z] ---> 394ee0e81a8e [2020-10-27T00:43:43.553Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-27T00:43:43.553Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-27T00:43:43.831Z] Status: Downloaded newer image for alpine:3.10 [2020-10-27T00:43:43.831Z] ---> 536a684cf733 [2020-10-27T00:43:43.831Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-27T00:43:44.430Z] ---> Running in e2e9a2de5ece [2020-10-27T00:43:45.049Z] ---> 18301f954fba [2020-10-27T00:43:45.049Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-27T00:43:47.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:43:47.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:43:47.950Z] ---> d1c35d9e5fdf [2020-10-27T00:43:47.950Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-27T00:43:48.229Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-27T00:43:48.229Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-27T00:43:48.229Z] OK: 10167 distinct packages available [2020-10-27T00:43:48.828Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-27T00:43:49.103Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-27T00:43:49.103Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-27T00:43:49.103Z] (4/5) Installing curl (7.66.0-r1) [2020-10-27T00:43:49.103Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-27T00:43:49.103Z] Executing busybox-1.30.1-r3.trigger [2020-10-27T00:43:49.103Z] Executing ca-certificates-20191127-r2.trigger [2020-10-27T00:43:49.395Z] OK: 7 MiB in 19 packages [2020-10-27T00:43:52.031Z] ---> 29f078ed1bef [2020-10-27T00:43:52.031Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-27T00:43:52.639Z] Removing intermediate container 2d3ca676e338 [2020-10-27T00:43:52.639Z] ---> 0acb6d7846fc [2020-10-27T00:43:52.639Z] [2020-10-27T00:43:52.639Z] Step 10/21 : FROM scratch [2020-10-27T00:43:52.639Z] ---> [2020-10-27T00:43:52.639Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T00:43:52.639Z] Removing intermediate container 9cd5ead8ec41 [2020-10-27T00:43:52.639Z] ---> b6eb0ef9e7cf [2020-10-27T00:43:52.639Z] [2020-10-27T00:43:52.639Z] Step 10/22 : FROM scratch [2020-10-27T00:43:52.639Z] ---> [2020-10-27T00:43:52.639Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T00:43:53.237Z] ---> Running in 197c03af58a4 [2020-10-27T00:43:53.237Z] ---> bb8988d00131 [2020-10-27T00:43:53.237Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-27T00:43:53.520Z] ---> Running in d25cec5f660d [2020-10-27T00:43:53.791Z] ---> Running in dc49f0e525aa [2020-10-27T00:43:54.063Z] Removing intermediate container e2e9a2de5ece [2020-10-27T00:43:54.064Z] ---> 1a2666b47e05 [2020-10-27T00:43:54.064Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T00:43:54.064Z] Removing intermediate container d25cec5f660d [2020-10-27T00:43:54.064Z] ---> 61ded2aee943 [2020-10-27T00:43:54.064Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-27T00:43:54.064Z] Removing intermediate container 197c03af58a4 [2020-10-27T00:43:54.064Z] ---> 8e66ce380614 [2020-10-27T00:43:54.354Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-27T00:43:54.629Z] ---> Running in 20a050932315 [2020-10-27T00:43:54.908Z] ---> Running in 47ffcee1b6e2 [2020-10-27T00:43:54.908Z] ---> Running in a9a4db9415c9 [2020-10-27T00:43:54.908Z] Removing intermediate container dc49f0e525aa [2020-10-27T00:43:54.908Z] ---> 5bdffcf0ecf8 [2020-10-27T00:43:54.908Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:43:55.189Z] Removing intermediate container 20a050932315 [2020-10-27T00:43:55.189Z] ---> 0b884856d20f [2020-10-27T00:43:55.189Z] Step 13/26 : WORKDIR / [2020-10-27T00:43:55.784Z] ---> Running in c34c7615498b [2020-10-27T00:43:55.784Z] Removing intermediate container 47ffcee1b6e2 [2020-10-27T00:43:55.784Z] ---> 3438e334f01c [2020-10-27T00:43:55.784Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-27T00:43:56.061Z] ---> Running in 1bf4817f101c [2020-10-27T00:43:56.061Z] ---> Running in 689aa6aa3d67 [2020-10-27T00:43:56.351Z] Removing intermediate container a9a4db9415c9 [2020-10-27T00:43:56.351Z] ---> c5df22b54d64 [2020-10-27T00:43:56.351Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T00:43:56.634Z] ---> Running in daf075d6e7d2 [2020-10-27T00:43:56.634Z] Removing intermediate container c34c7615498b [2020-10-27T00:43:56.634Z] ---> f08317dead14 [2020-10-27T00:43:56.634Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T00:43:56.634Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:43:56.634Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:43:56.634Z] ---> 98084fee9a0b [2020-10-27T00:43:56.634Z] Step 3/24 : WORKDIR /edgex-go [2020-10-27T00:43:56.634Z] ---> Using cache [2020-10-27T00:43:56.634Z] ---> 567f873fabc9 [2020-10-27T00:43:56.634Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:43:56.634Z] ---> Using cache [2020-10-27T00:43:56.634Z] ---> bff0cbde60f0 [2020-10-27T00:43:56.634Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-27T00:43:56.634Z] ---> Running in b754f2172e08 [2020-10-27T00:43:56.634Z] Removing intermediate container 1bf4817f101c [2020-10-27T00:43:56.634Z] ---> bbcbcc985cfd [2020-10-27T00:43:56.908Z] 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-27T00:43:56.908Z] ---> Running in bccaa739386c [2020-10-27T00:43:56.908Z] Removing intermediate container 689aa6aa3d67 [2020-10-27T00:43:56.908Z] ---> 92c7a679994c [2020-10-27T00:43:56.908Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-27T00:43:57.182Z] Removing intermediate container daf075d6e7d2 [2020-10-27T00:43:57.182Z] ---> 845d3d295223 [2020-10-27T00:43:57.182Z] Step 14/22 : WORKDIR / [2020-10-27T00:43:57.182Z] ---> Running in b2ea85c4d5d3 [2020-10-27T00:43:57.454Z] Removing intermediate container bccaa739386c [2020-10-27T00:43:57.454Z] ---> d04170d000e9 [2020-10-27T00:43:57.454Z] Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:43:57.733Z] ---> Running in e752d39e2ca8 [2020-10-27T00:43:57.733Z] ---> 42450f45b2d9 [2020-10-27T00:43:57.733Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-27T00:43:58.010Z] ---> af8ce22ebf84 [2020-10-27T00:43:58.010Z] 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-27T00:43:58.010Z] Removing intermediate container b2ea85c4d5d3 [2020-10-27T00:43:58.010Z] ---> cb58466659bb [2020-10-27T00:43:58.010Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-27T00:43:58.280Z] Removing intermediate container e752d39e2ca8 [2020-10-27T00:43:58.280Z] ---> a861f8428f41 [2020-10-27T00:43:58.280Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T00:43:58.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:43:58.822Z] ---> Running in 0caaad1233f6 [2020-10-27T00:43:59.093Z] ---> 3fe39e7f2557 [2020-10-27T00:43:59.093Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-27T00:43:59.365Z] Removing intermediate container 0caaad1233f6 [2020-10-27T00:43:59.365Z] ---> 5b9279d47a6c [2020-10-27T00:43:59.365Z] [2020-10-27T00:43:59.365Z] ---> ac779f1b3aaa [2020-10-27T00:43:59.365Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-27T00:43:59.365Z] ---> 51022ffc280c [2020-10-27T00:43:59.365Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-27T00:43:59.959Z] Successfully built 5b9279d47a6c [2020-10-27T00:43:59.959Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-27T00:43:59.959Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-10-27T00:44:00.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:44:00.514Z] ---> da1c1711e78d [2020-10-27T00:44:00.514Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-27T00:44:00.514Z] ---> 7c0e223bfab2 [2020-10-27T00:44:00.514Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-27T00:44:00.514Z] ---> 6d23c446ac39 [2020-10-27T00:44:00.514Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-27T00:44:00.790Z] ---> Running in fa358d4db565 [2020-10-27T00:44:01.785Z] Removing intermediate container fa358d4db565 [2020-10-27T00:44:01.785Z] ---> 8e7c15a93517 [2020-10-27T00:44:01.785Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:44:01.785Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:44:01.785Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:44:01.785Z] OK: 12623 distinct packages available [2020-10-27T00:44:02.056Z] ---> 1ac28519b4a3 [2020-10-27T00:44:02.056Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-27T00:44:02.650Z] OK: 217 MiB in 51 packages [2020-10-27T00:44:02.937Z] ---> dffe40d0169a [2020-10-27T00:44:02.937Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-27T00:44:02.937Z] ---> Running in 7a6d8224fc78 [2020-10-27T00:44:02.937Z] ---> Running in bb990be97a53 [2020-10-27T00:44:03.922Z] Removing intermediate container 7a6d8224fc78 [2020-10-27T00:44:03.922Z] ---> 00836836a054 [2020-10-27T00:44:03.922Z] Step 19/21 : LABEL arch=arm64 [2020-10-27T00:44:03.922Z] Removing intermediate container bb990be97a53 [2020-10-27T00:44:03.922Z] ---> 0a06914d1b6d [2020-10-27T00:44:03.922Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:44:04.893Z] ---> 0ccd62e090d8 [2020-10-27T00:44:04.893Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-27T00:44:04.893Z] ---> Running in 5cc69b251c20 [2020-10-27T00:44:04.893Z] ---> Running in 4a42067383e5 [2020-10-27T00:44:04.893Z] Removing intermediate container b754f2172e08 [2020-10-27T00:44:04.893Z] ---> 4b8ab322fdbc [2020-10-27T00:44:04.893Z] Step 6/24 : COPY go.mod . [2020-10-27T00:44:05.496Z] Removing intermediate container 5cc69b251c20 [2020-10-27T00:44:05.496Z] ---> f8cb926af356 [2020-10-27T00:44:05.496Z] Step 20/21 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:44:05.770Z] Removing intermediate container 4a42067383e5 [2020-10-27T00:44:05.770Z] ---> 190be61411c4 [2020-10-27T00:44:05.770Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T00:44:05.770Z] ---> 3ac69424b05a [2020-10-27T00:44:05.770Z] Step 7/24 : RUN go mod download [2020-10-27T00:44:05.770Z] ---> Running in 1f2827704d97 [2020-10-27T00:44:05.770Z] ---> Running in 2075e2bd7e80 [2020-10-27T00:44:06.053Z] ---> Running in a0e2582f7991 [2020-10-27T00:44:06.343Z] ---> d46afc929a4f [2020-10-27T00:44:06.343Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-27T00:44:06.620Z] Removing intermediate container 1f2827704d97 [2020-10-27T00:44:06.620Z] ---> 3e0680d5f594 [2020-10-27T00:44:06.620Z] Step 21/21 : LABEL version=0.0.0 [2020-10-27T00:44:06.620Z] Removing intermediate container 2075e2bd7e80 [2020-10-27T00:44:06.620Z] ---> dd9fb5fc9730 [2020-10-27T00:44:06.620Z] Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:44:06.900Z] ---> Running in b16e4e9b84fb [2020-10-27T00:44:06.900Z] ---> Running in d00f493b13ba [2020-10-27T00:44:07.899Z] Removing intermediate container d00f493b13ba [2020-10-27T00:44:07.899Z] ---> e9c941627677 [2020-10-27T00:44:07.899Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T00:44:08.508Z] Removing intermediate container b16e4e9b84fb [2020-10-27T00:44:08.508Z] ---> a28dad0d84d6 [2020-10-27T00:44:08.508Z] [2020-10-27T00:44:08.508Z] ---> a7ff19bfb93c [2020-10-27T00:44:08.508Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T00:44:08.508Z] ---> Running in 9a92ba34887b [2020-10-27T00:44:08.791Z] Successfully built a28dad0d84d6 [2020-10-27T00:44:09.074Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-27T00:44:09.074Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-10-27T00:44:09.697Z] Removing intermediate container 9a92ba34887b [2020-10-27T00:44:09.697Z] ---> 4e34fbb8b5a2 [2020-10-27T00:44:09.697Z] [2020-10-27T00:44:09.973Z] ---> 99e37ea15645 [2020-10-27T00:44:09.973Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T00:44:09.973Z] Successfully built 4e34fbb8b5a2 [2020-10-27T00:44:10.252Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-27T00:44:10.252Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-10-27T00:44:10.252Z] ---> Running in d719da39bfb6 [2020-10-27T00:44:10.526Z] Removing intermediate container a0e2582f7991 [2020-10-27T00:44:10.526Z] ---> ce8bf3bc776e [2020-10-27T00:44:10.526Z] Step 8/24 : COPY . . [2020-10-27T00:44:17.258Z] Removing intermediate container d719da39bfb6 [2020-10-27T00:44:17.258Z] ---> a7d23b4ed095 [2020-10-27T00:44:17.258Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T00:44:17.869Z] ---> Running in 27f232cee1d9 [2020-10-27T00:44:19.317Z] Removing intermediate container 27f232cee1d9 [2020-10-27T00:44:19.317Z] ---> ccc98fd5a81d [2020-10-27T00:44:19.317Z] Step 24/26 : LABEL arch=arm64 [2020-10-27T00:44:20.312Z] ---> Running in 97d79795115d [2020-10-27T00:44:21.510Z] Removing intermediate container 97d79795115d [2020-10-27T00:44:21.510Z] ---> 1571eb779a37 [2020-10-27T00:44:21.510Z] Step 25/26 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:44:21.810Z] ---> 0bb1696f2d81 [2020-10-27T00:44:21.811Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-27T00:44:22.086Z] ---> Running in aa6a8eb9c8c6 [2020-10-27T00:44:22.359Z] ---> Running in 842efcc832ea [2020-10-27T00:44:22.359Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:44:22.359Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-27T00:44:22.359Z] ---> 98084fee9a0b [2020-10-27T00:44:22.359Z] Step 3/29 : WORKDIR /edgex-go [2020-10-27T00:44:22.359Z] ---> Using cache [2020-10-27T00:44:22.359Z] ---> 567f873fabc9 [2020-10-27T00:44:22.359Z] Step 4/29 : RUN apk update && apk add make git [2020-10-27T00:44:22.635Z] ---> Running in d4c76966b7de [2020-10-27T00:44:22.911Z] Removing intermediate container aa6a8eb9c8c6 [2020-10-27T00:44:22.911Z] ---> 7b7b34de2feb [2020-10-27T00:44:22.911Z] Step 26/26 : LABEL version=0.0.0 [2020-10-27T00:44:22.911Z] ---> Running in bf2afb20308f [2020-10-27T00:44:23.514Z] Removing intermediate container bf2afb20308f [2020-10-27T00:44:23.514Z] ---> 3a0979f4d47a [2020-10-27T00:44:23.514Z] [2020-10-27T00:44:24.118Z] Successfully built 3a0979f4d47a [2020-10-27T00:44:24.118Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-27T00:44:24.118Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-10-27T00:44:24.397Z] 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-27T00:44:24.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:44:26.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:44:27.560Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:44:27.560Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:44:27.560Z] OK: 12623 distinct packages available [2020-10-27T00:44:28.173Z] OK: 217 MiB in 51 packages [2020-10-27T00:44:31.647Z] Removing intermediate container d4c76966b7de [2020-10-27T00:44:31.647Z] ---> b135dd92d144 [2020-10-27T00:44:31.647Z] Step 5/29 : COPY go.mod . [2020-10-27T00:44:33.648Z] ---> c1313f2ada52 [2020-10-27T00:44:33.648Z] Step 6/29 : RUN go mod download [2020-10-27T00:44:33.931Z] ---> Running in 6133a7c5b51b [2020-10-27T00:44:40.718Z] Removing intermediate container 6133a7c5b51b [2020-10-27T00:44:40.718Z] ---> 3b1f2e27feac [2020-10-27T00:44:40.718Z] Step 7/29 : COPY . . [2020-10-27T00:44:47.656Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:44:47.656Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:44:47.656Z] ---> 98084fee9a0b [2020-10-27T00:44:47.656Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T00:44:47.656Z] ---> Using cache [2020-10-27T00:44:47.656Z] ---> 567f873fabc9 [2020-10-27T00:44:47.656Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:44:47.656Z] ---> Using cache [2020-10-27T00:44:47.656Z] ---> bff0cbde60f0 [2020-10-27T00:44:47.656Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T00:44:47.656Z] ---> Using cache [2020-10-27T00:44:47.656Z] ---> 4a8c4fdfee8e [2020-10-27T00:44:47.656Z] Step 6/22 : COPY go.mod . [2020-10-27T00:44:47.656Z] ---> Using cache [2020-10-27T00:44:47.656Z] ---> 79663403e93e [2020-10-27T00:44:47.656Z] Step 7/22 : RUN go mod download [2020-10-27T00:44:47.656Z] ---> Using cache [2020-10-27T00:44:47.656Z] ---> 7d6b50625498 [2020-10-27T00:44:47.656Z] Step 8/22 : COPY . . [2020-10-27T00:44:47.934Z] ---> Using cache [2020-10-27T00:44:47.934Z] ---> 6230617708bd [2020-10-27T00:44:47.934Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-27T00:44:48.215Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:44:48.215Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:44:48.215Z] ---> 98084fee9a0b [2020-10-27T00:44:48.215Z] Step 3/27 : WORKDIR /edgex-go [2020-10-27T00:44:48.215Z] ---> Using cache [2020-10-27T00:44:48.215Z] ---> 567f873fabc9 [2020-10-27T00:44:48.215Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:44:48.215Z] ---> Using cache [2020-10-27T00:44:48.215Z] ---> bff0cbde60f0 [2020-10-27T00:44:48.215Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-27T00:44:50.893Z] ---> Running in e62d4d948300 [2020-10-27T00:44:50.893Z] ---> Running in 15773de3c7c1 [2020-10-27T00:44:53.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:44:53.822Z] 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-27T00:44:54.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:44:56.281Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:44:56.281Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:44:56.281Z] OK: 12623 distinct packages available [2020-10-27T00:44:57.305Z] OK: 217 MiB in 51 packages [2020-10-27T00:45:01.695Z] Removing intermediate container 15773de3c7c1 [2020-10-27T00:45:01.695Z] ---> 3dbc1956067f [2020-10-27T00:45:01.695Z] Step 6/27 : COPY go.mod . [2020-10-27T00:45:01.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T00:45:01.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-27T00:45:01.695Z] ---> 98084fee9a0b [2020-10-27T00:45:01.695Z] Step 3/23 : WORKDIR /edgex-go [2020-10-27T00:45:01.695Z] ---> Using cache [2020-10-27T00:45:01.695Z] ---> 567f873fabc9 [2020-10-27T00:45:01.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:45:01.695Z] ---> Using cache [2020-10-27T00:45:01.695Z] ---> bff0cbde60f0 [2020-10-27T00:45:01.695Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-27T00:45:01.695Z] ---> Running in 3d0fb8f1347b [2020-10-27T00:45:03.148Z] ---> ccd61e0fb6a5 [2020-10-27T00:45:03.148Z] Step 7/27 : RUN go mod download [2020-10-27T00:45:03.773Z] ---> Running in d6b7d1c58cea [2020-10-27T00:45:04.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:45:05.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:45:05.639Z] ---> 3ca328d4c578 [2020-10-27T00:45:05.639Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-27T00:45:05.920Z] ---> Running in 2e6b5961cc60 [2020-10-27T00:45:06.921Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:45:06.921Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:45:06.921Z] OK: 12623 distinct packages available [2020-10-27T00:45:08.389Z] 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-27T00:45:08.389Z] OK: 217 MiB in 51 packages [2020-10-27T00:45:09.008Z] Removing intermediate container d6b7d1c58cea [2020-10-27T00:45:09.008Z] ---> 3a3817300fa5 [2020-10-27T00:45:09.008Z] Step 8/27 : COPY . . [2020-10-27T00:45:10.469Z] Removing intermediate container 3d0fb8f1347b [2020-10-27T00:45:10.469Z] ---> cc6ecfee7f0f [2020-10-27T00:45:10.469Z] Step 6/23 : COPY go.mod . [2020-10-27T00:45:11.923Z] ---> c754540faa92 [2020-10-27T00:45:11.923Z] Step 7/23 : RUN go mod download [2020-10-27T00:45:12.541Z] ---> Running in 61e56ad60799 [2020-10-27T00:45:19.350Z] Removing intermediate container 61e56ad60799 [2020-10-27T00:45:19.350Z] ---> 6039fee450ec [2020-10-27T00:45:19.350Z] Step 8/23 : COPY . . [2020-10-27T00:45:31.826Z] ---> 217914d34bee [2020-10-27T00:45:31.826Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-27T00:45:31.826Z] ---> Running in 1e791bb4d9e0 [2020-10-27T00:45:34.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-27T00:45:41.251Z] Removing intermediate container 842efcc832ea [2020-10-27T00:45:41.251Z] ---> cbd9cf500bce [2020-10-27T00:45:41.251Z] [2020-10-27T00:45:41.251Z] Step 10/24 : FROM scratch [2020-10-27T00:45:41.251Z] ---> [2020-10-27T00:45:41.251Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T00:45:41.251Z] ---> Using cache [2020-10-27T00:45:41.251Z] ---> 48bfef39898d [2020-10-27T00:45:41.251Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-27T00:45:41.251Z] ---> Running in cd487c139aaf [2020-10-27T00:45:41.251Z] ---> 30ac11c058aa [2020-10-27T00:45:41.251Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-27T00:45:41.251Z] ---> Running in ab8fb8912af4 [2020-10-27T00:45:41.540Z] Removing intermediate container cd487c139aaf [2020-10-27T00:45:41.540Z] ---> 8ab79cf73b77 [2020-10-27T00:45:41.540Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-27T00:45:41.540Z] ---> Running in 91d0f7e22ecc [2020-10-27T00:45:42.533Z] Removing intermediate container 91d0f7e22ecc [2020-10-27T00:45:42.533Z] ---> 9d5e8ccfddcf [2020-10-27T00:45:42.533Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-27T00:45:43.544Z] ---> 45ed5a4753d1 [2020-10-27T00:45:43.544Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-27T00:45:44.162Z] 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-27T00:45:45.158Z] ---> 38782d801d3f [2020-10-27T00:45:45.158Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-27T00:45:47.168Z] ---> 41766672065c [2020-10-27T00:45:47.168Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-27T00:45:48.165Z] ---> de4e8ccf3f6a [2020-10-27T00:45:48.165Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-27T00:45:50.165Z] ---> 32f599f27b3b [2020-10-27T00:45:50.165Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-27T00:45:51.160Z] ---> 7a90d3fa8b09 [2020-10-27T00:45:51.160Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-27T00:45:51.160Z] ---> Running in 17f21cdb26d3 [2020-10-27T00:45:51.822Z] Removing intermediate container 17f21cdb26d3 [2020-10-27T00:45:51.822Z] ---> b1cee9e0a5e1 [2020-10-27T00:45:51.822Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:45:52.116Z] ---> Running in ad17f5495f14 [2020-10-27T00:45:52.731Z] Removing intermediate container ad17f5495f14 [2020-10-27T00:45:52.731Z] ---> 474cd97cee7e [2020-10-27T00:45:52.731Z] Step 22/24 : LABEL arch=arm64 [2020-10-27T00:45:52.731Z] ---> Running in 64998789df47 [2020-10-27T00:45:53.335Z] Removing intermediate container 64998789df47 [2020-10-27T00:45:53.335Z] ---> 2a9f975a6db4 [2020-10-27T00:45:53.335Z] Step 23/24 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:45:53.618Z] ---> Running in b2dbb2dbcbec [2020-10-27T00:45:54.621Z] Removing intermediate container b2dbb2dbcbec [2020-10-27T00:45:54.621Z] ---> 68e179368118 [2020-10-27T00:45:54.621Z] Step 24/24 : LABEL version=0.0.0 [2020-10-27T00:45:54.621Z] ---> Running in c04c8410e4dc [2020-10-27T00:45:55.237Z] Removing intermediate container c04c8410e4dc [2020-10-27T00:45:55.238Z] ---> 666e97af83f7 [2020-10-27T00:45:55.238Z] [2020-10-27T00:45:55.845Z] Successfully built 666e97af83f7 [2020-10-27T00:45:55.845Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-27T00:46:28.309Z]  Building docker-support-notifications-go ... done Removing intermediate container 2e6b5961cc60 [2020-10-27T00:46:28.309Z] ---> c3cfeeeea740 [2020-10-27T00:46:28.309Z] [2020-10-27T00:46:28.309Z] Step 9/29 : FROM alpine:latest [2020-10-27T00:46:28.309Z] ---> 2e77e061c27f [2020-10-27T00:46:28.309Z] 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-27T00:46:28.309Z] ---> Running in 0e3f08859472 [2020-10-27T00:46:28.309Z] Removing intermediate container 0e3f08859472 [2020-10-27T00:46:28.309Z] ---> 1dd844f28f2d [2020-10-27T00:46:28.309Z] Step 11/29 : USER root [2020-10-27T00:46:28.309Z] ---> Running in 4b959604652b [2020-10-27T00:46:28.309Z] Removing intermediate container 4b959604652b [2020-10-27T00:46:28.309Z] ---> dd9b80858766 [2020-10-27T00:46:28.309Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-27T00:46:28.309Z] ---> Running in b831fd9e9c1d [2020-10-27T00:46:28.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:46:28.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:46:28.309Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T00:46:28.309Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T00:46:28.309Z] OK: 12615 distinct packages available [2020-10-27T00:46:28.656Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-27T00:46:28.656Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-27T00:46:28.656Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:46:28.656Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T00:46:29.037Z] OK: 6 MiB in 16 packages [2020-10-27T00:46:31.427Z] Removing intermediate container b831fd9e9c1d [2020-10-27T00:46:31.427Z] ---> bd91c5b150c8 [2020-10-27T00:46:31.427Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-27T00:46:31.427Z] ---> Running in 177c004c5a0d [2020-10-27T00:46:32.093Z] Removing intermediate container 177c004c5a0d [2020-10-27T00:46:32.093Z] ---> 3583272c2dd6 [2020-10-27T00:46:32.093Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-27T00:46:32.403Z] ---> Running in 49835b501340 [2020-10-27T00:46:32.800Z] Removing intermediate container 49835b501340 [2020-10-27T00:46:32.800Z] ---> 99b9889c91be [2020-10-27T00:46:32.800Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-27T00:46:33.162Z] ---> Running in 7d66ca49bf4d [2020-10-27T00:46:37.954Z] Removing intermediate container 7d66ca49bf4d [2020-10-27T00:46:37.954Z] ---> 339590807da6 [2020-10-27T00:46:37.954Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-27T00:46:38.940Z] ---> 653ed92639b8 [2020-10-27T00:46:38.940Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-27T00:46:39.953Z] ---> 766f1c6a93fd [2020-10-27T00:46:39.953Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-27T00:46:41.409Z] ---> 54e7473e1496 [2020-10-27T00:46:41.410Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-27T00:46:42.033Z] ---> 4db56078fad8 [2020-10-27T00:46:42.033Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-27T00:46:43.070Z] ---> a32774e6543f [2020-10-27T00:46:43.070Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-27T00:46:43.354Z] ---> Running in 5242825250a0 [2020-10-27T00:46:46.814Z] Removing intermediate container 5242825250a0 [2020-10-27T00:46:46.814Z] ---> ee5de63152e6 [2020-10-27T00:46:46.814Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T00:46:48.262Z] ---> e21afef248c3 [2020-10-27T00:46:48.262Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T00:46:48.537Z] ---> Running in 02645b5e14cb [2020-10-27T00:46:53.970Z] Removing intermediate container 1e791bb4d9e0 [2020-10-27T00:46:53.970Z] ---> 678326c7ebde [2020-10-27T00:46:53.970Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-27T00:46:53.970Z] Removing intermediate container 02645b5e14cb [2020-10-27T00:46:53.970Z] ---> 6cdca394c13f [2020-10-27T00:46:53.970Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-27T00:46:53.970Z] ---> Running in 401601237dac [2020-10-27T00:46:53.970Z] ---> Running in d68e2b791b18 [2020-10-27T00:46:55.967Z] Removing intermediate container e62d4d948300 [2020-10-27T00:46:55.967Z] ---> 1e02f9b92928 [2020-10-27T00:46:55.967Z] [2020-10-27T00:46:55.967Z] Step 10/22 : FROM scratch [2020-10-27T00:46:55.967Z] ---> [2020-10-27T00:46:55.967Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T00:46:55.967Z] ---> Using cache [2020-10-27T00:46:55.967Z] ---> 61ded2aee943 [2020-10-27T00:46:55.967Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-27T00:46:56.246Z] ---> Running in 591a9d44e7f5 [2020-10-27T00:46:56.523Z] 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-27T00:46:56.801Z] Removing intermediate container 591a9d44e7f5 [2020-10-27T00:46:56.801Z] ---> 3bd7f50ece45 [2020-10-27T00:46:56.801Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T00:46:56.801Z] ---> Running in 02851c4bf5a1 [2020-10-27T00:46:57.401Z] Removing intermediate container 02851c4bf5a1 [2020-10-27T00:46:57.401Z] ---> 62af82d23213 [2020-10-27T00:46:57.401Z] Step 14/22 : WORKDIR / [2020-10-27T00:46:57.709Z] ---> Running in 66c7d4588a93 [2020-10-27T00:46:58.717Z] Removing intermediate container 66c7d4588a93 [2020-10-27T00:46:58.717Z] ---> ac4b5cc0efb9 [2020-10-27T00:46:58.717Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-27T00:46:58.994Z] Removing intermediate container d68e2b791b18 [2020-10-27T00:46:58.994Z] ---> c450f3c100d5 [2020-10-27T00:46:58.994Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T00:46:58.994Z] ---> Running in e57c32027422 [2020-10-27T00:46:59.606Z] ---> 6a93e19b55f5 [2020-10-27T00:46:59.606Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-27T00:46:59.887Z] Removing intermediate container e57c32027422 [2020-10-27T00:46:59.887Z] ---> dd2665489ff0 [2020-10-27T00:46:59.887Z] Step 26/29 : CMD [ "generate" ] [2020-10-27T00:47:00.164Z] ---> Running in a80cdb3415b4 [2020-10-27T00:47:01.163Z] Removing intermediate container a80cdb3415b4 [2020-10-27T00:47:01.163Z] ---> fc8a6b9288b9 [2020-10-27T00:47:01.163Z] Step 27/29 : LABEL arch=arm64 [2020-10-27T00:47:01.442Z] ---> Running in 755781a7e033 [2020-10-27T00:47:01.722Z] Removing intermediate container 401601237dac [2020-10-27T00:47:01.722Z] ---> 4138d9574fa7 [2020-10-27T00:47:01.722Z] [2020-10-27T00:47:01.722Z] Step 11/27 : FROM docker:latest [2020-10-27T00:47:01.722Z] ---> 5d4db4dc0692 [2020-10-27T00:47:01.722Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-27T00:47:01.998Z] ---> Running in 05cb5634ca18 [2020-10-27T00:47:02.274Z] ---> 87910cfe8a29 [2020-10-27T00:47:02.274Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-27T00:47:02.548Z] Removing intermediate container 755781a7e033 [2020-10-27T00:47:02.548Z] ---> ff2919c670be [2020-10-27T00:47:02.548Z] Step 28/29 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:47:02.825Z] ---> Running in c64ca987e386 [2020-10-27T00:47:03.435Z] Removing intermediate container c64ca987e386 [2020-10-27T00:47:03.435Z] ---> 75d1655476a5 [2020-10-27T00:47:03.435Z] Step 29/29 : LABEL version=0.0.0 [2020-10-27T00:47:03.715Z] ---> Running in 81306f146924 [2020-10-27T00:47:03.993Z] ---> 702469ad0e57 [2020-10-27T00:47:03.993Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-27T00:47:03.993Z] ---> Running in 77b20e5173ab [2020-10-27T00:47:04.612Z] Removing intermediate container 81306f146924 [2020-10-27T00:47:04.612Z] ---> 71c53c31de96 [2020-10-27T00:47:04.612Z] [2020-10-27T00:47:04.612Z] Removing intermediate container 77b20e5173ab [2020-10-27T00:47:04.890Z] ---> cb04dc241449 [2020-10-27T00:47:04.890Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:47:04.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:47:04.890Z] ---> Running in a1badf64523c [2020-10-27T00:47:05.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:47:05.167Z] Successfully built 71c53c31de96 [2020-10-27T00:47:05.454Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-27T00:47:05.454Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container a1badf64523c [2020-10-27T00:47:05.454Z] ---> 6017ada0b2c4 [2020-10-27T00:47:05.454Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T00:47:05.454Z] (1/2) Installing readline (8.0.4-r0) [2020-10-27T00:47:05.733Z] (2/2) Installing bash (5.0.17-r0) [2020-10-27T00:47:05.733Z] Executing bash-5.0.17-r0.post-install [2020-10-27T00:47:05.733Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:47:05.733Z] OK: 12 MiB in 22 packages [2020-10-27T00:47:05.733Z] ---> Running in bf9d1764cac0 [2020-10-27T00:47:06.351Z] Removing intermediate container bf9d1764cac0 [2020-10-27T00:47:06.351Z] ---> e9a5a2341878 [2020-10-27T00:47:06.351Z] Step 21/22 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:47:06.625Z] ---> Running in 50a8e1a37714 [2020-10-27T00:47:07.243Z] Removing intermediate container 50a8e1a37714 [2020-10-27T00:47:07.243Z] ---> 8033468fb87a [2020-10-27T00:47:07.243Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T00:47:07.243Z] Removing intermediate container 05cb5634ca18 [2020-10-27T00:47:07.243Z] ---> 8bf63ae19de1 [2020-10-27T00:47:07.243Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-27T00:47:07.243Z] ---> Running in b8848a5bb262 [2020-10-27T00:47:07.517Z] ---> Running in 037b298f8d14 [2020-10-27T00:47:08.116Z] Removing intermediate container b8848a5bb262 [2020-10-27T00:47:08.116Z] ---> 3561e1c17bd5 [2020-10-27T00:47:08.116Z] [2020-10-27T00:47:08.391Z] Successfully built 3561e1c17bd5 [2020-10-27T00:47:08.391Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-27T00:47:10.371Z]  Building docker-core-metadata-go ... done Removing intermediate container 037b298f8d14 [2020-10-27T00:47:10.371Z] ---> 109bd2b0f256 [2020-10-27T00:47:10.371Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-27T00:47:10.371Z] ---> Running in 931fb52f51ea [2020-10-27T00:47:10.647Z] Removing intermediate container 931fb52f51ea [2020-10-27T00:47:10.647Z] ---> 6c3ad478576a [2020-10-27T00:47:10.647Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-27T00:47:10.647Z] ---> Running in 66560facd16e [2020-10-27T00:47:11.252Z] Removing intermediate container 66560facd16e [2020-10-27T00:47:11.252Z] ---> 38c8be0c8ffe [2020-10-27T00:47:11.252Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-27T00:47:11.252Z] ---> Running in 88c1555e26d6 [2020-10-27T00:47:11.848Z] Removing intermediate container 88c1555e26d6 [2020-10-27T00:47:11.848Z] ---> e300f03bc935 [2020-10-27T00:47:11.848Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-27T00:47:13.307Z] ---> 42fc9f7ca4de [2020-10-27T00:47:13.307Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-27T00:47:13.931Z] ---> 5a28a34273fc [2020-10-27T00:47:13.931Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-27T00:47:14.922Z] ---> 1d3f9c4e4f2f [2020-10-27T00:47:14.922Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-27T00:47:15.199Z] ---> Running in 2562720835f1 [2020-10-27T00:47:16.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:47:16.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:47:17.244Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-27T00:47:17.244Z] (2/33) Installing expat (2.2.9-r1) [2020-10-27T00:47:17.244Z] (3/33) Installing libffi (3.3-r2) [2020-10-27T00:47:17.244Z] (4/33) Installing gdbm (1.13-r1) [2020-10-27T00:47:17.244Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-27T00:47:17.520Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-27T00:47:17.520Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-27T00:47:19.501Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-27T00:47:19.777Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-27T00:47:19.777Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-27T00:47:19.777Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-27T00:47:19.777Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-27T00:47:19.777Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-27T00:47:19.777Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-27T00:47:19.777Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-27T00:47:20.050Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-27T00:47:20.050Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-27T00:47:20.050Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-27T00:47:20.050Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-27T00:47:20.050Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-27T00:47:20.050Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-27T00:47:20.050Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-27T00:47:20.050Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-27T00:47:20.050Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-27T00:47:20.325Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-27T00:47:20.325Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-27T00:47:20.325Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-27T00:47:20.325Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-27T00:47:20.325Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-27T00:47:20.325Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-27T00:47:20.325Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-27T00:47:20.325Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-27T00:47:20.325Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-27T00:47:20.601Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:47:20.601Z] OK: 71 MiB in 55 packages [2020-10-27T00:47:22.581Z] Removing intermediate container ab8fb8912af4 [2020-10-27T00:47:22.581Z] ---> 9066aff96340 [2020-10-27T00:47:22.581Z] [2020-10-27T00:47:22.581Z] Step 10/23 : FROM alpine [2020-10-27T00:47:22.581Z] ---> 2e77e061c27f [2020-10-27T00:47:22.581Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T00:47:22.581Z] ---> Running in c3e6c904bb33 [2020-10-27T00:47:23.172Z] Removing intermediate container c3e6c904bb33 [2020-10-27T00:47:23.172Z] ---> e5c59caafe30 [2020-10-27T00:47:23.172Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-27T00:47:23.445Z] ---> Running in 96bc08e0d0f2 [2020-10-27T00:47:24.061Z] Removing intermediate container 96bc08e0d0f2 [2020-10-27T00:47:24.061Z] ---> 030666d1b41f [2020-10-27T00:47:24.061Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-27T00:47:24.331Z] ---> Running in 13bf8bdea69c [2020-10-27T00:47:24.922Z] Removing intermediate container 13bf8bdea69c [2020-10-27T00:47:24.922Z] ---> 24ac03904b81 [2020-10-27T00:47:24.922Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:47:25.194Z] ---> Running in a08a916cfb31 [2020-10-27T00:47:27.164Z] Removing intermediate container 2562720835f1 [2020-10-27T00:47:27.164Z] ---> 971a82f7a284 [2020-10-27T00:47:27.164Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-27T00:47:27.444Z] ---> Running in 4296d74df8ca [2020-10-27T00:47:28.034Z] Removing intermediate container a08a916cfb31 [2020-10-27T00:47:28.034Z] ---> 4393df24a777 [2020-10-27T00:47:28.034Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-27T00:47:28.034Z] ---> Running in 9b6ad76041f6 [2020-10-27T00:47:29.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:47:30.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:47:31.023Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-27T00:47:31.023Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-27T00:47:31.023Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-27T00:47:31.294Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-27T00:47:31.562Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-27T00:47:31.563Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:47:31.563Z] OK: 8 MiB in 19 packages [2020-10-27T00:47:33.002Z] Collecting docker-compose==1.23.2 [2020-10-27T00:47:33.002Z] Removing intermediate container 9b6ad76041f6 [2020-10-27T00:47:33.002Z] ---> f73aa7590c2b [2020-10-27T00:47:33.002Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-27T00:47:33.002Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-27T00:47:33.597Z] ---> 7f980917f420 [2020-10-27T00:47:33.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-27T00:47:33.877Z] Collecting PyYAML<4,>=3.10 [2020-10-27T00:47:33.877Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-27T00:47:34.476Z] ---> a63b51d8517a [2020-10-27T00:47:34.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-27T00:47:35.461Z] ---> de8abc0abc90 [2020-10-27T00:47:35.461Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-27T00:47:35.461Z] ---> Running in 3eb9cd0df20a [2020-10-27T00:47:36.071Z] Removing intermediate container 3eb9cd0df20a [2020-10-27T00:47:36.071Z] ---> 59de4d7e4d95 [2020-10-27T00:47:36.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:47:36.071Z] ---> Running in 40340c773b49 [2020-10-27T00:47:36.755Z] Removing intermediate container 40340c773b49 [2020-10-27T00:47:36.755Z] ---> dcc192b3a112 [2020-10-27T00:47:36.755Z] Step 21/23 : LABEL arch=arm64 [2020-10-27T00:47:36.755Z] ---> Running in 74e352f06920 [2020-10-27T00:47:37.026Z] Removing intermediate container 74e352f06920 [2020-10-27T00:47:37.026Z] ---> f8339db52a15 [2020-10-27T00:47:37.026Z] Step 22/23 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:47:37.315Z] ---> Running in 7874f0159328 [2020-10-27T00:47:37.587Z] Removing intermediate container 7874f0159328 [2020-10-27T00:47:37.587Z] ---> c7c3d6841c5d [2020-10-27T00:47:37.587Z] Step 23/23 : LABEL version=0.0.0 [2020-10-27T00:47:37.861Z] ---> Running in 76a5db04462f [2020-10-27T00:47:38.135Z] Removing intermediate container 76a5db04462f [2020-10-27T00:47:38.135Z] ---> a1218cb064e1 [2020-10-27T00:47:38.135Z] [2020-10-27T00:47:38.730Z] Successfully built a1218cb064e1 [2020-10-27T00:47:38.730Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-27T00:47:38.730Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-27T00:47:38.730Z]  Building docker-core-data-go ... done  Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-27T00:47:39.001Z] Collecting texttable<0.10,>=0.9.0 [2020-10-27T00:47:39.001Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-27T00:47:40.964Z] Collecting docker<4.0,>=3.6.0 [2020-10-27T00:47:40.964Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-27T00:47:41.552Z] Collecting docopt<0.7,>=0.6.1 [2020-10-27T00:47:41.552Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-27T00:47:43.516Z] 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-27T00:47:43.516Z] Collecting jsonschema<3,>=2.5.1 [2020-10-27T00:47:43.516Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-27T00:47:44.106Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-27T00:47:44.106Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-27T00:47:44.698Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-27T00:47:44.698Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-27T00:47:46.658Z] Collecting cached-property<2,>=1.2.0 [2020-10-27T00:47:46.658Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-27T00:47:47.248Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-27T00:47:47.248Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-27T00:47:47.248Z] 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-27T00:47:47.519Z] Collecting idna<2.8,>=2.5 [2020-10-27T00:47:47.520Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-27T00:47:47.789Z] 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-27T00:47:47.789Z] Collecting docker-pycreds>=0.4.0 [2020-10-27T00:47:47.789Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-27T00:47:48.057Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-27T00:47:48.057Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-27T00:47:48.057Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-27T00:47:48.057Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-27T00:47:48.646Z] Installing collected packages: PyYAML, urllib3, idna, requests, texttable, websocket-client, docker-pycreds, docker, docopt, jsonschema, dockerpty, cached-property, docker-compose [2020-10-27T00:47:48.646Z] Running setup.py install for PyYAML: started [2020-10-27T00:47:50.613Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-27T00:47:50.613Z] Attempting uninstall: urllib3 [2020-10-27T00:47:50.613Z] Found existing installation: urllib3 1.25.9 [2020-10-27T00:47:50.613Z] Uninstalling urllib3-1.25.9: [2020-10-27T00:47:50.886Z] Successfully uninstalled urllib3-1.25.9 [2020-10-27T00:47:51.474Z] Attempting uninstall: idna [2020-10-27T00:47:51.474Z] Found existing installation: idna 2.9 [2020-10-27T00:47:51.474Z] Uninstalling idna-2.9: [2020-10-27T00:47:51.474Z] Successfully uninstalled idna-2.9 [2020-10-27T00:47:52.065Z] Attempting uninstall: requests [2020-10-27T00:47:52.065Z] Found existing installation: requests 2.23.0 [2020-10-27T00:47:52.065Z] Uninstalling requests-2.23.0: [2020-10-27T00:47:52.337Z] Successfully uninstalled requests-2.23.0 [2020-10-27T00:47:52.612Z] Running setup.py install for texttable: started [2020-10-27T00:47:54.033Z] Running setup.py install for texttable: finished with status 'done' [2020-10-27T00:47:55.455Z] Running setup.py install for docopt: started [2020-10-27T00:47:56.874Z] Running setup.py install for docopt: finished with status 'done' [2020-10-27T00:47:57.145Z] Running setup.py install for dockerpty: started [2020-10-27T00:47:59.109Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-27T00:47:59.701Z] 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-27T00:48:03.095Z] Removing intermediate container 4296d74df8ca [2020-10-27T00:48:03.095Z] ---> 519e157910d7 [2020-10-27T00:48:03.095Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-27T00:48:03.095Z] ---> Running in 49f7530abcde [2020-10-27T00:48:04.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:48:04.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:48:06.759Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T00:48:06.759Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-27T00:48:06.759Z] (3/3) Installing curl (7.69.1-r1) [2020-10-27T00:48:06.759Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:48:06.759Z] OK: 71 MiB in 58 packages [2020-10-27T00:48:07.732Z] Removing intermediate container 49f7530abcde [2020-10-27T00:48:07.732Z] ---> c9ada6092a8b [2020-10-27T00:48:07.732Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-27T00:48:08.013Z] ---> Running in c3aa32c0a67a [2020-10-27T00:48:08.285Z] Removing intermediate container c3aa32c0a67a [2020-10-27T00:48:08.285Z] ---> c3e175ad9d9c [2020-10-27T00:48:08.285Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:48:08.558Z] ---> Running in 89349efc7403 [2020-10-27T00:48:08.831Z] Removing intermediate container 89349efc7403 [2020-10-27T00:48:08.831Z] ---> 7b4a133ccfbc [2020-10-27T00:48:08.831Z] Step 25/27 : LABEL arch=arm64 [2020-10-27T00:48:09.107Z] ---> Running in 494bbb20120e [2020-10-27T00:48:09.378Z] Removing intermediate container 494bbb20120e [2020-10-27T00:48:09.378Z] ---> c467993bf6d3 [2020-10-27T00:48:09.378Z] Step 26/27 : LABEL git_sha=6252f2d244ab7c75ec4fe1b58532704959deb956 [2020-10-27T00:48:09.649Z] ---> Running in 66003bbbb8ba [2020-10-27T00:48:09.923Z] Removing intermediate container 66003bbbb8ba [2020-10-27T00:48:09.923Z] ---> c245dfd1e5b0 [2020-10-27T00:48:09.923Z] Step 27/27 : LABEL version=0.0.0 [2020-10-27T00:48:10.194Z] ---> Running in 713eed5fb7aa [2020-10-27T00:48:10.465Z] Removing intermediate container 713eed5fb7aa [2020-10-27T00:48:10.465Z] ---> a745a70b1bee [2020-10-27T00:48:10.465Z] [2020-10-27T00:48:11.057Z] Successfully built a745a70b1bee [2020-10-27T00:48:11.057Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-27T00:48:11.072Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-27T00:48:11.079Z] $ docker stop --time=1 7832ea948da49dc0b9e525f448fe3805428ee38bc54177e5505c9a3f4df2e078 [2020-10-27T00:48:12.926Z] $ docker rm -f 7832ea948da49dc0b9e525f448fe3805428ee38bc54177e5505c9a3f4df2e078 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T00:48:13.599Z] + docker images [2020-10-27T00:48:13.599Z] + grep docker [2020-10-27T00:48:13.888Z] docker-sys-mgmt-agent-go-arm64 latest a745a70b1bee 3 seconds ago 270MB [2020-10-27T00:48:13.888Z] docker-core-data-go-arm64 latest a1218cb064e1 36 seconds ago 22.3MB [2020-10-27T00:48:13.888Z] docker-core-metadata-go-arm64 latest 3561e1c17bd5 About a minute ago 13.5MB [2020-10-27T00:48:13.888Z] docker-security-secrets-setup-go-arm64 latest 71c53c31de96 About a minute ago 22.7MB [2020-10-27T00:48:13.888Z] docker-support-notifications-go-arm64 latest 666e97af83f7 2 minutes ago 12.9MB [2020-10-27T00:48:13.888Z] docker-security-secretstore-setup-go-arm64 latest 3a0979f4d47a 3 minutes ago 30.8MB [2020-10-27T00:48:13.888Z] docker-core-command-go-arm64 latest 4e34fbb8b5a2 4 minutes ago 11.4MB [2020-10-27T00:48:13.888Z] docker-support-scheduler-go-arm64 latest a28dad0d84d6 4 minutes ago 11.5MB [2020-10-27T00:48:13.888Z] docker-support-logging-go-arm64 latest 5b9279d47a6c 4 minutes ago 10.6MB [2020-10-27T00:48:13.888Z] docker-security-proxy-setup-go-arm64 latest 7cef5a8c8ba0 4 minutes ago 15.1MB [2020-10-27T00:48:13.888Z] docker latest 5d4db4dc0692 4 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-27T00:48:17.641Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:48:18.573Z] ---> package-listing.sh [2020-10-27T00:48:18.573Z] ++ facter osfamily [2020-10-27T00:48:18.573Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T00:48:18.573Z] + OS_FAMILY=redhat [2020-10-27T00:48:18.573Z] + workspace=/w/workspace/edgex-go/5 [2020-10-27T00:48:18.573Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T00:48:18.573Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T00:48:18.573Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T00:48:18.573Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T00:48:18.573Z] + '[' /w/workspace/edgex-go/5 ']' [2020-10-27T00:48:18.573Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T00:48:18.573Z] + case "${OS_FAMILY}" in [2020-10-27T00:48:18.573Z] + rpm -qa [2020-10-27T00:48:18.573Z] + sort [2020-10-27T00:48:22.826Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T00:48:22.826Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T00:48:22.826Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T00:48:22.826Z] + '[' /w/workspace/edgex-go/5 ']' [2020-10-27T00:48:22.826Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-10-27T00:48:22.826Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2020-10-27T00:48:22.838Z] 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-27T00:48:23.127Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:48:23.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T00:48:23.454Z] [2020-10-27T00:48:23.454Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:48:23.799Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T00:48:23.799Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T00:48:23.799Z] df20fa9351a1: Already exists [2020-10-27T00:48:23.799Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T00:48:23.799Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T00:48:23.799Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T00:48:23.799Z] 93b61091891f: Pulling fs layer [2020-10-27T00:48:23.799Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T00:48:23.799Z] 5e14af77c1be: Pulling fs layer [2020-10-27T00:48:23.799Z] 01666e4c0597: Pulling fs layer [2020-10-27T00:48:23.799Z] aa168da1d23b: Pulling fs layer [2020-10-27T00:48:23.799Z] 93b61091891f: Waiting [2020-10-27T00:48:23.799Z] 93b9cdb0e59b: Waiting [2020-10-27T00:48:23.799Z] 5e14af77c1be: Waiting [2020-10-27T00:48:23.799Z] aa168da1d23b: Waiting [2020-10-27T00:48:23.799Z] 01666e4c0597: Waiting [2020-10-27T00:48:23.799Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T00:48:23.799Z] 46f8f816bc3b: Download complete [2020-10-27T00:48:24.059Z] 36b3adc4ff6f: Download complete [2020-10-27T00:48:24.059Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T00:48:24.059Z] 93b9cdb0e59b: Download complete [2020-10-27T00:48:24.059Z] 5e14af77c1be: Verifying Checksum [2020-10-27T00:48:24.059Z] 5e14af77c1be: Download complete [2020-10-27T00:48:24.059Z] 01666e4c0597: Verifying Checksum [2020-10-27T00:48:24.059Z] 01666e4c0597: Download complete [2020-10-27T00:48:24.059Z] 93b61091891f: Verifying Checksum [2020-10-27T00:48:24.059Z] 93b61091891f: Download complete [2020-10-27T00:48:24.059Z] 36b3adc4ff6f: Pull complete [2020-10-27T00:48:25.000Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T00:48:25.000Z] 8ad3a11d3b57: Download complete [2020-10-27T00:48:25.577Z] 8ad3a11d3b57: Pull complete [2020-10-27T00:48:25.847Z] 46f8f816bc3b: Pull complete [2020-10-27T00:48:26.422Z] aa168da1d23b: Verifying Checksum [2020-10-27T00:48:26.422Z] aa168da1d23b: Download complete [2020-10-27T00:48:26.994Z] 93b61091891f: Pull complete [2020-10-27T00:48:27.254Z] 93b9cdb0e59b: Pull complete [2020-10-27T00:48:27.254Z] 5e14af77c1be: Pull complete [2020-10-27T00:48:27.254Z] 01666e4c0597: Pull complete [2020-10-27T00:48:42.194Z] aa168da1d23b: Pull complete [2020-10-27T00:48:42.194Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T00:48:42.194Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T00:48:42.194Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T00:48:42.414Z] prd-centos7-docker-4c-2g-9031 does not seem to be running inside a container [2020-10-27T00:48:42.472Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-27T00:48:45.045Z] $ docker top 6a2f7dbff98dd3644ebf834ea29cfa84befb6c66c7e8cab7fb528a423cd68a80 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:48:45.556Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T00:48:45.863Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T00:48:46.163Z] + ls /var/log/sa-host [2020-10-27T00:48:46.163Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T00:48:46.163Z] file_magic: OK [2020-10-27T00:48:46.163Z] HZ: Using current value: 100 [2020-10-27T00:48:46.163Z] file_header: OK [2020-10-27T00:48:46.163Z] 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-27T00:48:46.163Z] Statistics: [2020-10-27T00:48:46.163Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T00:48:46.163Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T00:48:46.163Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T00:48:46.163Z] file_magic: OK [2020-10-27T00:48:46.163Z] HZ: Using current value: 100 [2020-10-27T00:48:46.163Z] file_header: OK [2020-10-27T00:48:46.163Z] 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-27T00:48:46.163Z] Statistics: [2020-10-27T00:48:46.163Z] 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... [2020-10-27T00:48:46.163Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T00:48:46.830Z] provisioning config files... [2020-10-27T00:48:46.862Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3327743752479141570tmp [Pipeline] { [Pipeline] echo [2020-10-27T00:48:46.972Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:48:47.266Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T00:48:47.276Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T00:48:47.383Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:48:47.692Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T00:48:47.704Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:48:48.012Z] ---> sudo-logs.sh [2020-10-27T00:48:48.012Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T00:48:48.023Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:48:48.319Z] ---> job-cost.sh [2020-10-27T00:48:48.319Z] lf-activate-venv: SKIPPING [2020-10-27T00:48:48.319Z] INFO: No Stack... [2020-10-27T00:48:49.304Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T00:48:49.585Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T00:48:49.601Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:48:49.906Z] ---> logs-deploy.sh [2020-10-27T00:48:49.906Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2848/5 [2020-10-27T00:48:49.906Z] INFO: archiving workspace using pattern(s): [2020-10-27T00:48:52.454Z] Archives upload complete. [2020-10-27T00:48:52.454Z] INFO: archiving logs to Nexus