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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 7e59eed31d5d107cd80d2fed28b10d2b19cc7331+82d8907018ab8cb9f1ec85c1c043836e064d42f9 (7b204249d9de364763b61d66919c2f51ff6bd928) 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12090 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 > 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/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # 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 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 Merge succeeded, producing d5c3b6b12c7bde5170ff52d42f5ec3321864578f Checking out Revision d5c3b6b12c7bde5170ff52d42f5ec3321864578f (PR-2808) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5c3b6b12c7bde5170ff52d42f5ec3321864578f # timeout=10 Commit message: "Merge commit '82d8907018ab8cb9f1ec85c1c043836e064d42f9' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-14T00:32:00.557Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-14T00:32:00.770Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-14T00:32:00.858Z] ========================================================= [2020-11-14T00:32:00.858Z] EdgeX Global Pipelines Version Info [2020-11-14T00:32:00.858Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4a970f9cb0cb0e2184e473a819e469c1c0ca6fb1 # timeout=10 [2020-11-14T00:32:02.365Z] ------------------- [2020-11-14T00:32:02.365Z] stable info: [2020-11-14T00:32:02.365Z] ------------------- [2020-11-14T00:32:02.365Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-14T00:32:02.365Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-14T00:32:02.365Z] Message: update stable to v1.0.162 [2020-11-14T00:32:03.310Z] ------------------- [2020-11-14T00:32:03.310Z] experimental info: [2020-11-14T00:32:03.310Z] ------------------- [2020-11-14T00:32:03.310Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-14T00:32:03.310Z] Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b [2020-11-14T00:32:03.310Z] Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-14T00:32:03.605Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-14T00:32:03.707Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-14T00:32:03.854Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-14T00:32:03.949Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-14T00:32:04.074Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-14T00:32:04.177Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-14T00:32:04.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-14T00:32:04.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-14T00:32:04.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-14T00:32:04.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-14T00:32:04.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-14T00:32:04.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-14T00:32:04.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-14T00:32:04.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-14T00:32:05.061Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-14T00:32:05.152Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-14T00:32:05.252Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-14T00:32:05.362Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-14T00:32:05.454Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-14T00:32:05.544Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-14T00:32:05.634Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-14T00:32:05.731Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-14T00:32:05.851Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2808 [Pipeline] echo [2020-11-14T00:32:05.960Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2808 [Pipeline] echo [2020-11-14T00:32:06.054Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2808 [Pipeline] echo [2020-11-14T00:32:06.148Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5c3b6b12c7bde5170ff52d42f5ec3321864578f [Pipeline] echo [2020-11-14T00:32:06.262Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5c3b6b [Pipeline] echo [2020-11-14T00:32:06.365Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-14T00:32:06.538Z] provisioning config files... [2020-11-14T00:32:06.565Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config7368621377309601152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-14T00:32:06.923Z] ---> docker-login.sh [2020-11-14T00:32:06.923Z] nexus3.edgexfoundry.org:10001 [2020-11-14T00:32:07.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:32:07.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:32:07.187Z] Configure a credential helper to remove this warning. See [2020-11-14T00:32:07.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:32:07.187Z] [2020-11-14T00:32:07.187Z] Login Succeeded [2020-11-14T00:32:07.187Z] nexus3.edgexfoundry.org:10002 [2020-11-14T00:32:07.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:32:07.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:32:07.450Z] Configure a credential helper to remove this warning. See [2020-11-14T00:32:07.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:32:07.450Z] [2020-11-14T00:32:07.450Z] Login Succeeded [2020-11-14T00:32:07.450Z] nexus3.edgexfoundry.org:10003 [2020-11-14T00:32:07.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:32:07.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:32:07.712Z] Configure a credential helper to remove this warning. See [2020-11-14T00:32:07.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:32:07.712Z] [2020-11-14T00:32:07.712Z] Login Succeeded [2020-11-14T00:32:07.712Z] nexus3.edgexfoundry.org:10004 [2020-11-14T00:32:07.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:32:07.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:32:07.712Z] Configure a credential helper to remove this warning. See [2020-11-14T00:32:07.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:32:07.712Z] [2020-11-14T00:32:07.712Z] Login Succeeded [2020-11-14T00:32:07.712Z] docker.io [2020-11-14T00:32:07.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:32:08.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:32:08.242Z] Configure a credential helper to remove this warning. See [2020-11-14T00:32:08.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:32:08.242Z] [2020-11-14T00:32:08.242Z] Login Succeeded [2020-11-14T00:32:08.242Z] ---> docker-login.sh ends [Pipeline] } [2020-11-14T00:32:08.252Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-14T00:32:08.743Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-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-11-14T00:32:08.743Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.743Z] ++ dirname cmd/core-command/Dockerfile [2020-11-14T00:32:08.743Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.743Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-14T00:32:08.743Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.743Z] ++ dirname cmd/core-data/Dockerfile [2020-11-14T00:32:08.743Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-14T00:32:08.744Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-14T00:32:08.744Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-14T00:32:08.744Z] ++ cut -d/ -f2 [2020-11-14T00:32:08.744Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-14T00:32:08.816Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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-11-14T00:32:09.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-14T00:32:09.673Z] [2020-11-14T00:32:09.673Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:32:10.016Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-14T00:32:10.016Z] latest: Pulling from edgex-devops/git-semver [2020-11-14T00:32:10.016Z] 31603596830f: Pulling fs layer [2020-11-14T00:32:10.016Z] 2a8b12db71e7: Pulling fs layer [2020-11-14T00:32:10.016Z] 6ca5941a6612: Pulling fs layer [2020-11-14T00:32:10.016Z] ecc8261a40a4: Pulling fs layer [2020-11-14T00:32:10.016Z] ecc8261a40a4: Waiting [2020-11-14T00:32:10.016Z] 2a8b12db71e7: Verifying Checksum [2020-11-14T00:32:10.016Z] 2a8b12db71e7: Download complete [2020-11-14T00:32:10.280Z] 31603596830f: Verifying Checksum [2020-11-14T00:32:10.280Z] 31603596830f: Download complete [2020-11-14T00:32:10.280Z] ecc8261a40a4: Verifying Checksum [2020-11-14T00:32:10.280Z] ecc8261a40a4: Download complete [2020-11-14T00:32:10.280Z] 6ca5941a6612: Verifying Checksum [2020-11-14T00:32:10.280Z] 6ca5941a6612: Download complete [2020-11-14T00:32:10.543Z] 31603596830f: Pull complete [2020-11-14T00:32:10.543Z] 2a8b12db71e7: Pull complete [2020-11-14T00:32:11.499Z] 6ca5941a6612: Pull complete [2020-11-14T00:32:11.499Z] ecc8261a40a4: Pull complete [2020-11-14T00:32:11.761Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-14T00:32:11.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-14T00:32:11.761Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-14T00:32:11.860Z] prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container [2020-11-14T00:32:11.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-14T00:32:14.567Z] $ docker top f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-14T00:32:14.974Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-14T00:32:14.974Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-14T00:32:15.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-14T00:32:15.206Z] $ docker exec f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 ssh-agent [2020-11-14T00:32:15.397Z] SSH_AUTH_SOCK=/tmp/ssh-QAsWiVArv0cT/agent.12 [2020-11-14T00:32:15.397Z] SSH_AGENT_PID=17 [2020-11-14T00:32:15.413Z] Running ssh-add (command line suppressed) [2020-11-14T00:32:15.541Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_6485566803760256619.key (/w/workspace/edgex-go/20@tmp/private_key_6485566803760256619.key) [2020-11-14T00:32:15.587Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-14T00:32:15.924Z] + git tag --points-at HEAD [Pipeline] } [2020-11-14T00:32:15.948Z] $ docker exec --env ******** --env ******** f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 ssh-agent -k [2020-11-14T00:32:16.059Z] unset SSH_AUTH_SOCK; [2020-11-14T00:32:16.060Z] unset SSH_AGENT_PID; [2020-11-14T00:32:16.060Z] echo Agent pid 17 killed; [2020-11-14T00:32:16.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-14T00:32:16.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-14T00:32:16.252Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-14T00:32:16.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-14T00:32:16.422Z] $ docker exec f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 ssh-agent [2020-11-14T00:32:16.575Z] SSH_AUTH_SOCK=/tmp/ssh-aoC7GpGCXhqg/agent.46 [2020-11-14T00:32:16.575Z] SSH_AGENT_PID=51 [2020-11-14T00:32:16.583Z] Running ssh-add (command line suppressed) [2020-11-14T00:32:16.706Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_6061859238482289423.key (/w/workspace/edgex-go/20@tmp/private_key_6061859238482289423.key) [2020-11-14T00:32:16.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-14T00:32:17.124Z] + git semver init [2020-11-14T00:32:17.124Z] # -> Open(): unable to determine branch for HEAD [2020-11-14T00:32:17.124Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2020-11-14T00:32:17.124Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2020-11-14T00:32:17.124Z] # $SEMVER_REMOTE_NAME = origin [2020-11-14T00:32:17.124Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-14T00:32:17.124Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-14T00:32:17.124Z] # $SEMVER_BRANCH = PR-2808 [2020-11-14T00:32:17.124Z] # $SEMVER_TEMP = /tmp/semver-803616445 [2020-11-14T00:32:17.124Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-14T00:32:43.753Z] # '/tmp/semver-803616445' -> '/w/workspace/edgex-go/20/.semver' [2020-11-14T00:32:44.025Z] # -> Force: false [2020-11-14T00:32:44.025Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2020-11-14T00:32:44.043Z] $ docker exec --env ******** --env ******** f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 ssh-agent -k [2020-11-14T00:32:44.274Z] unset SSH_AUTH_SOCK; [2020-11-14T00:32:44.276Z] unset SSH_AGENT_PID; [2020-11-14T00:32:44.276Z] echo Agent pid 51 killed; [2020-11-14T00:32:44.340Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-14T00:32:44.834Z] + git semver [Pipeline] } [2020-11-14T00:32:44.857Z] $ docker stop --time=1 f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 [2020-11-14T00:32:46.534Z] $ docker rm -f f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-14T00:32:47.101Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-14T00:32:47.594Z] Stashed 1 file(s) [Pipeline] echo [2020-11-14T00:32:47.596Z] [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-11-14T00:32:48.240Z] ========================================================= [2020-11-14T00:32:48.240Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-14T00:32:48.240Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:32:48.622Z] + 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-11-14T00:32:52.847Z] Sending build context to Docker daemon 326MB [2020-11-14T00:32:52.847Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-14T00:32:52.847Z] Step 2/7 : FROM ${BASE} [2020-11-14T00:32:52.847Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-14T00:32:52.847Z] df20fa9351a1: Pulling fs layer [2020-11-14T00:32:52.847Z] ed8968b2872e: Pulling fs layer [2020-11-14T00:32:52.847Z] a92cc7c5fd73: Pulling fs layer [2020-11-14T00:32:52.847Z] e871e8e8d7a9: Pulling fs layer [2020-11-14T00:32:52.847Z] e73272ec9a57: Pulling fs layer [2020-11-14T00:32:52.847Z] 1e910a182e73: Pulling fs layer [2020-11-14T00:32:52.847Z] 4e634b169226: Pulling fs layer [2020-11-14T00:32:52.847Z] e871e8e8d7a9: Waiting [2020-11-14T00:32:52.847Z] e73272ec9a57: Waiting [2020-11-14T00:32:52.847Z] 1e910a182e73: Waiting [2020-11-14T00:32:52.847Z] 4e634b169226: Waiting [2020-11-14T00:32:52.847Z] a92cc7c5fd73: Verifying Checksum [2020-11-14T00:32:52.847Z] a92cc7c5fd73: Download complete [2020-11-14T00:32:52.847Z] ed8968b2872e: Verifying Checksum [2020-11-14T00:32:52.847Z] ed8968b2872e: Download complete [2020-11-14T00:32:52.847Z] e73272ec9a57: Verifying Checksum [2020-11-14T00:32:52.847Z] e73272ec9a57: Download complete [2020-11-14T00:32:52.847Z] 1e910a182e73: Verifying Checksum [2020-11-14T00:32:52.847Z] 1e910a182e73: Download complete [2020-11-14T00:32:52.847Z] df20fa9351a1: Verifying Checksum [2020-11-14T00:32:52.847Z] df20fa9351a1: Download complete [2020-11-14T00:32:53.110Z] df20fa9351a1: Pull complete [2020-11-14T00:32:53.371Z] ed8968b2872e: Pull complete [2020-11-14T00:32:53.371Z] a92cc7c5fd73: Pull complete [2020-11-14T00:32:56.682Z] 4e634b169226: Verifying Checksum [2020-11-14T00:32:56.682Z] 4e634b169226: Download complete [2020-11-14T00:32:57.260Z] e871e8e8d7a9: Verifying Checksum [2020-11-14T00:32:57.260Z] e871e8e8d7a9: Download complete [2020-11-14T00:33:01.982Z] e871e8e8d7a9: Pull complete [2020-11-14T00:33:01.982Z] e73272ec9a57: Pull complete [2020-11-14T00:33:02.248Z] 1e910a182e73: Pull complete [2020-11-14T00:33:03.000Z] Still waiting to schedule task [2020-11-14T00:33:03.000Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-14T00:33:07.572Z] 4e634b169226: Pull complete [2020-11-14T00:33:07.572Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-14T00:33:07.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-14T00:33:07.572Z] ---> f7629b54cfaa [2020-11-14T00:33:07.572Z] 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-11-14T00:33:07.834Z] ---> Running in 8d326de6efa3 [2020-11-14T00:33:08.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:33:09.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:33:10.305Z] (1/12) Installing libmagic (5.38-r0) [2020-11-14T00:33:10.567Z] (2/12) Installing file (5.38-r0) [2020-11-14T00:33:10.567Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-14T00:33:10.567Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-14T00:33:14.784Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-14T00:33:14.784Z] (6/12) Installing patch (2.7.6-r6) [2020-11-14T00:33:14.784Z] (7/12) Installing build-base (0.5-r2) [2020-11-14T00:33:14.784Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-14T00:33:14.784Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-14T00:33:15.046Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-14T00:33:15.046Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-14T00:33:15.046Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-14T00:33:15.311Z] Executing busybox-1.31.1-r16.trigger [2020-11-14T00:33:15.311Z] OK: 233 MiB in 51 packages [2020-11-14T00:33:18.622Z] Removing intermediate container 8d326de6efa3 [2020-11-14T00:33:18.622Z] ---> 5444868cae9b [2020-11-14T00:33:18.622Z] Step 4/7 : WORKDIR /edgex-go [2020-11-14T00:33:18.622Z] ---> Running in 8dee8bb100c0 [2020-11-14T00:33:18.622Z] Removing intermediate container 8dee8bb100c0 [2020-11-14T00:33:18.622Z] ---> 525a96ec7444 [2020-11-14T00:33:18.622Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-14T00:33:18.886Z] latest: Pulling from library/docker [2020-11-14T00:33:19.466Z] 188c0c94c7c5: Pulling fs layer [2020-11-14T00:33:19.466Z] 0c7c675703d6: Pulling fs layer [2020-11-14T00:33:19.466Z] cc8c12a437cb: Pulling fs layer [2020-11-14T00:33:19.466Z] c5dafad2182a: Pulling fs layer [2020-11-14T00:33:19.466Z] 5aa711733414: Pulling fs layer [2020-11-14T00:33:19.466Z] 058f73b55e4b: Pulling fs layer [2020-11-14T00:33:19.466Z] 8c9c664faf12: Pulling fs layer [2020-11-14T00:33:19.466Z] c5dafad2182a: Waiting [2020-11-14T00:33:19.466Z] 5aa711733414: Waiting [2020-11-14T00:33:19.466Z] 8c9c664faf12: Waiting [2020-11-14T00:33:19.466Z] 058f73b55e4b: Waiting [2020-11-14T00:33:19.466Z] cc8c12a437cb: Verifying Checksum [2020-11-14T00:33:19.466Z] cc8c12a437cb: Download complete [2020-11-14T00:33:19.466Z] 188c0c94c7c5: Verifying Checksum [2020-11-14T00:33:19.466Z] 188c0c94c7c5: Download complete [2020-11-14T00:33:19.466Z] 0c7c675703d6: Verifying Checksum [2020-11-14T00:33:19.466Z] 0c7c675703d6: Download complete [2020-11-14T00:33:19.735Z] 5aa711733414: Verifying Checksum [2020-11-14T00:33:19.735Z] 5aa711733414: Download complete [2020-11-14T00:33:19.735Z] 058f73b55e4b: Verifying Checksum [2020-11-14T00:33:19.735Z] 058f73b55e4b: Download complete [2020-11-14T00:33:19.735Z] 8c9c664faf12: Verifying Checksum [2020-11-14T00:33:19.735Z] 8c9c664faf12: Download complete [2020-11-14T00:33:19.735Z] 188c0c94c7c5: Pull complete [2020-11-14T00:33:19.999Z] 0c7c675703d6: Pull complete [2020-11-14T00:33:20.266Z] cc8c12a437cb: Pull complete [2020-11-14T00:33:20.266Z] c5dafad2182a: Verifying Checksum [2020-11-14T00:33:20.266Z] c5dafad2182a: Download complete [2020-11-14T00:33:22.820Z] c5dafad2182a: Pull complete [2020-11-14T00:33:22.820Z] 5aa711733414: Pull complete [2020-11-14T00:33:22.820Z] 058f73b55e4b: Pull complete [2020-11-14T00:33:23.082Z] 8c9c664faf12: Pull complete [2020-11-14T00:33:23.082Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-14T00:33:23.082Z] Status: Downloaded newer image for docker:latest [2020-11-14T00:33:24.473Z] ---> ba96bf440b11 [2020-11-14T00:33:24.473Z] Step 6/7 : COPY go.mod . [2020-11-14T00:33:24.737Z] ---> 3ac0363cb382 [2020-11-14T00:33:24.737Z] Step 7/7 : RUN go mod download [2020-11-14T00:33:25.002Z] ---> Running in 92d0f9c63dd8 [2020-11-14T00:33:47.024Z] Removing intermediate container 92d0f9c63dd8 [2020-11-14T00:33:47.024Z] ---> 6ce48a645e62 [2020-11-14T00:33:47.024Z] Successfully built 6ce48a645e62 [2020-11-14T00:33:47.024Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:33:47.349Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-14T00:33:47.349Z] . [Pipeline] withDockerContainer [2020-11-14T00:33:47.458Z] prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container [2020-11-14T00:33:47.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-14T00:33:48.369Z] $ docker top 057cdd9bb68f0a875b1f9799e30fe0a5898dee0da090801bc53a0c7df4c0c8cb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-14T00:33:48.860Z] + go version [2020-11-14T00:33:48.860Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-14T00:33:48.875Z] $ docker stop --time=1 057cdd9bb68f0a875b1f9799e30fe0a5898dee0da090801bc53a0c7df4c0c8cb [2020-11-14T00:33:50.234Z] $ docker rm -f 057cdd9bb68f0a875b1f9799e30fe0a5898dee0da090801bc53a0c7df4c0c8cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:33:51.331Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-14T00:33:51.331Z] . [Pipeline] withDockerContainer [2020-11-14T00:33:51.438Z] prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container [2020-11-14T00:33:51.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-14T00:33:52.233Z] $ docker top c40d06c1ea68934c5fc79fb3e11d6606002f4bf33ff0ce2bc6ed89ea5b8c3efc -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-14T00:33:52.440Z] ========================================================= [2020-11-14T00:33:52.440Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-14T00:33:52.440Z] ========================================================= [Pipeline] sh [2020-11-14T00:33:52.731Z] + make test [2020-11-14T00:33:52.732Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-14T00:34:02.808Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-14T00:34:17.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-14T00:34:24.519Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-14T00:34:24.519Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-14T00:34:24.519Z] ? github.com/edgexfoundry/edgex-go/cmd/edgex-secrets-config [no test files] [2020-11-14T00:34:24.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-14T00:34:24.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-14T00:34:24.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-14T00:34:26.464Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s [2020-11-14T00:34:26.464Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-14T00:34:26.464Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-14T00:34:26.464Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-14T00:34:27.057Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-14T00:34:27.057Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-14T00:34:27.057Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-14T00:34:27.057Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-14T00:34:29.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2020-11-14T00:34:29.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-14T00:34:29.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-14T00:34:29.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-14T00:34:29.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-14T00:34:29.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-14T00:34:36.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-14T00:34:36.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-14T00:34:36.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-14T00:34:36.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.382s coverage: 66.0% of statements [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-14T00:34:36.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.100s coverage: 84.5% of statements [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-14T00:34:36.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-14T00:34:36.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements [2020-11-14T00:34:36.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-14T00:34:36.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-14T00:34:36.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-14T00:34:36.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-14T00:34:36.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-14T00:34:36.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2020-11-14T00:34:36.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-14T00:34:36.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2020-11-14T00:34:36.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-14T00:34:37.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.162s coverage: 86.7% of statements [2020-11-14T00:34:37.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-14T00:34:37.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2020-11-14T00:34:37.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-14T00:34:37.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 100.0% of statements [2020-11-14T00:34:37.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-14T00:34:37.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-14T00:34:37.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-14T00:34:37.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-14T00:34:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.344s coverage: 95.7% of statements [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-14T00:34:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-14T00:34:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.102s coverage: 0.0% of statements [no tests to run] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-11-14T00:34:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2020-11-14T00:34:40.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-11-14T00:34:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 76.2% of statements [2020-11-14T00:34:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2020-11-14T00:34:40.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2020-11-14T00:34:40.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.094s coverage: 84.2% of statements [2020-11-14T00:34:40.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 100.0% of statements [2020-11-14T00:34:40.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-11-14T00:34:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2020-11-14T00:34:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-14T00:34:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-14T00:34:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2020-11-14T00:34:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.067s coverage: 91.3% of statements [2020-11-14T00:34:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-11-14T00:34:41.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2020-11-14T00:34:41.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2020-11-14T00:34:43.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.414s coverage: 55.9% of statements [2020-11-14T00:34:43.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-14T00:34:43.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-14T00:34:43.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-14T00:34:43.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-14T00:34:43.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-14T00:34:43.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-14T00:34:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.290s coverage: 86.3% of statements [2020-11-14T00:34:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-14T00:34:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.083s coverage: 72.2% of statements [2020-11-14T00:34:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.375s coverage: 72.1% of statements [2020-11-14T00:34:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.057s coverage: 82.4% of statements [2020-11-14T00:34:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements [2020-11-14T00:34:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-14T00:34:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-14T00:34:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-14T00:34:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements [2020-11-14T00:34:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-14T00:34:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-11-14T00:34:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-14T00:34:46.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 36.5% of statements [2020-11-14T00:34:46.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-14T00:34:46.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-14T00:34:46.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.302s coverage: 84.1% of statements [2020-11-14T00:34:46.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2020-11-14T00:34:46.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.046s coverage: 42.9% of statements [2020-11-14T00:34:46.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-14T00:34:46.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-14T00:34:46.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.053s coverage: 100.0% of statements [2020-11-14T00:34:46.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-14T00:34:47.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.080s coverage: 83.8% of statements [2020-11-14T00:34:47.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-14T00:34:49.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.163s coverage: 47.1% of statements [2020-11-14T00:34:49.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-14T00:34:49.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-14T00:34:49.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements [2020-11-14T00:34:49.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-14T00:34:49.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-14T00:34:49.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-14T00:34:49.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2020-11-14T00:34:49.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-14T00:34:49.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2020-11-14T00:34:49.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-14T00:34:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.633s coverage: 29.1% of statements [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-14T00:34:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-14T00:34:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-14T00:34:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-14T00:34:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-14T00:34:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-14T00:34:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-14T00:34:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2020-11-14T00:34:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements [2020-11-14T00:34:51.225Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2020-11-14T00:34:51.487Z] GO111MODULE=on go vet ./... [2020-11-14T00:35:18.268Z] gofmt -l . [2020-11-14T00:35:18.268Z] [ "`gofmt -l .`" = "" ] [2020-11-14T00:35:18.268Z] ./bin/test-go-mod-tidy.sh [2020-11-14T00:35:18.268Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-14T00:35:18.579Z] + ls -al . [2020-11-14T00:35:18.579Z] total 648 [2020-11-14T00:35:18.579Z] drwxrwxr-x 10 1001 1001 4096 Nov 14 00:35 . [2020-11-14T00:35:18.579Z] drwxr-xr-x 4 root root 30 Nov 14 00:33 .. [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 11 Nov 14 00:31 .dockerignore [2020-11-14T00:35:18.579Z] drwxrwxr-x 8 1001 1001 179 Nov 14 00:31 .git [2020-11-14T00:35:18.579Z] drwxrwxr-x 3 1001 1001 125 Nov 14 00:31 .github [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 944 Nov 14 00:31 .gitignore [2020-11-14T00:35:18.579Z] drwx------ 3 1001 1001 47 Nov 14 00:32 .semver [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 166 Nov 14 00:31 .sonarcloud.properties [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 3804 Nov 14 00:31 CONTRIBUTING.md [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 1035 Nov 14 00:31 Dockerfile.build [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 863 Nov 14 00:31 Jenkinsfile [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 10775 Nov 14 00:31 LICENSE [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 6759 Nov 14 00:31 Makefile [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 6447 Nov 14 00:31 README.md [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 259 Nov 14 00:31 SECURITY.md [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 5 Nov 14 00:32 VERSION [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 4131 Nov 14 00:31 ZMQWindows.md [2020-11-14T00:35:18.579Z] drwxrwxr-x 2 1001 1001 117 Nov 14 00:31 bin [2020-11-14T00:35:18.579Z] drwxrwxr-x 16 1001 1001 4096 Nov 14 00:31 cmd [2020-11-14T00:35:18.579Z] -rw-r--r-- 1 root root 556652 Nov 14 00:34 coverage.out [2020-11-14T00:35:18.579Z] -rw-r--r-- 1 root root 1041 Nov 14 00:35 go.mod [2020-11-14T00:35:18.579Z] -rw-r--r-- 1 root root 18582 Nov 14 00:35 go.sum [2020-11-14T00:35:18.579Z] drwxrwxr-x 8 1001 1001 127 Nov 14 00:31 internal [2020-11-14T00:35:18.579Z] drwxrwxr-x 4 1001 1001 26 Nov 14 00:31 openapi [2020-11-14T00:35:18.579Z] drwxrwxr-x 4 1001 1001 71 Nov 14 00:31 snap [2020-11-14T00:35:18.579Z] -rw-rw-r-- 1 1001 1001 168 Nov 14 00:31 version.go [Pipeline] sh [2020-11-14T00:35:18.885Z] + '[' -e coverage.out ] [2020-11-14T00:35:18.885Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-14T00:35:19.070Z] Stashed 1 file(s) [Pipeline] sh [2020-11-14T00:35:19.364Z] + make build [2020-11-14T00:35:19.364Z] 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-11-14T00:35:27.631Z] 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-11-14T00:35:31.863Z] 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-11-14T00:35:33.257Z] 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-11-14T00:35:34.674Z] 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-11-14T00:35:36.073Z] 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-11-14T00:35:36.337Z] 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-11-14T00:35:37.728Z] 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-11-14T00:35:39.124Z] 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-11-14T00:35:40.077Z] 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-11-14T00:35:41.482Z] 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-11-14T00:35:42.442Z] 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-11-14T00:35:43.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-14T00:35:44.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [Pipeline] } [2020-11-14T00:35:45.785Z] $ docker stop --time=1 c40d06c1ea68934c5fc79fb3e11d6606002f4bf33ff0ce2bc6ed89ea5b8c3efc [2020-11-14T00:35:47.436Z] $ docker rm -f c40d06c1ea68934c5fc79fb3e11d6606002f4bf33ff0ce2bc6ed89ea5b8c3efc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:35:49.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-14T00:35:49.363Z] [2020-11-14T00:35:49.363Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:35:49.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-14T00:35:49.717Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-14T00:35:49.717Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-14T00:35:49.717Z] ca9280d653b3: Pulling fs layer [2020-11-14T00:35:49.717Z] 7e9c9ca2126c: Pulling fs layer [2020-11-14T00:35:50.298Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-14T00:35:50.298Z] cbdbe7a5bc2a: Download complete [2020-11-14T00:35:50.567Z] ca9280d653b3: Verifying Checksum [2020-11-14T00:35:50.567Z] ca9280d653b3: Download complete [2020-11-14T00:35:50.567Z] cbdbe7a5bc2a: Pull complete [2020-11-14T00:35:51.332Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12095 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [Pipeline] { [Pipeline] ws [2020-11-14T00:35:51.384Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2020-11-14T00:35:51.523Z] 7e9c9ca2126c: Verifying Checksum [2020-11-14T00:35:51.523Z] 7e9c9ca2126c: Download complete [2020-11-14T00:35:51.791Z] ca9280d653b3: Pull complete [2020-11-14T00:35:56.411Z] using credential edgex-jenkins-ssh [2020-11-14T00:35:56.466Z] Cloning the remote Git repository [2020-11-14T00:35:56.547Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-14T00:35:56.659Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2020-11-14T00:35:56.735Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-14T00:35:56.735Z] > git --version # timeout=10 [2020-11-14T00:35:56.751Z] > git --version # 'git version 2.17.1' [2020-11-14T00:35:56.752Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-14T00:35:56.807Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-14T00:35:59.987Z] 7e9c9ca2126c: Pull complete [2020-11-14T00:35:59.987Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-14T00:35:59.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-14T00:35:59.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-14T00:36:00.125Z] prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container [2020-11-14T00:36:00.177Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-14T00:36:01.181Z] $ docker top 6d47ad2a38397b5c1c69edb51c43a1cb442beaa0ceb8b9ae62ca4d66d1632619 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-14T00:36:01.676Z] + docker-compose build --help [2020-11-14T00:36:01.676Z] + grep parallel [2020-11-14T00:36:02.634Z] --parallel Build images in parallel. [Pipeline] } [2020-11-14T00:36:02.651Z] $ docker stop --time=1 6d47ad2a38397b5c1c69edb51c43a1cb442beaa0ceb8b9ae62ca4d66d1632619 [2020-11-14T00:36:04.027Z] $ docker rm -f 6d47ad2a38397b5c1c69edb51c43a1cb442beaa0ceb8b9ae62ca4d66d1632619 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:36:04.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-14T00:36:04.660Z] . [Pipeline] withDockerContainer [2020-11-14T00:36:04.759Z] prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container [2020-11-14T00:36:04.806Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-14T00:36:05.511Z] $ docker top 96bd6f2cf05c47f85bd44bfb73df38f715897d7cf308daf57b813a6892f313c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-14T00:36:06.075Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-14T00:36:07.022Z] Building docker-core-command-go ... [2020-11-14T00:36:07.022Z] Building docker-core-data-go ... [2020-11-14T00:36:07.022Z] Building docker-core-metadata-go ... [2020-11-14T00:36:07.022Z] Building docker-security-bootstrap-redis-go ... [2020-11-14T00:36:07.022Z] Building docker-security-proxy-setup-go ... [2020-11-14T00:36:07.022Z] Building docker-security-secrets-setup-go ... [2020-11-14T00:36:07.022Z] Building docker-security-secretstore-setup-go ... [2020-11-14T00:36:07.022Z] Building docker-support-logging-go ... [2020-11-14T00:36:07.022Z] Building docker-support-notifications-go ... [2020-11-14T00:36:07.022Z] Building docker-support-scheduler-go ... [2020-11-14T00:36:07.022Z] Building docker-sys-mgmt-agent-go ... [2020-11-14T00:36:07.022Z] Building docker-security-secrets-setup-go [2020-11-14T00:36:07.022Z] Building docker-security-secretstore-setup-go [2020-11-14T00:36:07.022Z] Building docker-security-bootstrap-redis-go [2020-11-14T00:36:07.022Z] Building docker-support-scheduler-go [2020-11-14T00:36:07.022Z] Building docker-support-logging-go [2020-11-14T00:36:15.588Z] Merging remotes/origin/master commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 [2020-11-14T00:36:14.800Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-14T00:36:14.825Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-14T00:36:14.848Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-14T00:36:14.878Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-14T00:36:14.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-14T00:36:14.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-14T00:36:15.614Z] > git config core.sparsecheckout # timeout=10 [2020-11-14T00:36:15.627Z] > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 [2020-11-14T00:36:16.303Z] Merge succeeded, producing 62cbcb8ab873256b1142f0cbbf23f89dec2a1859 [2020-11-14T00:36:16.303Z] Checking out Revision 62cbcb8ab873256b1142f0cbbf23f89dec2a1859 (PR-2808) [2020-11-14T00:36:15.964Z] > git remote # timeout=10 [2020-11-14T00:36:15.977Z] > git config --get remote.origin.url # timeout=10 [2020-11-14T00:36:16.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-14T00:36:16.015Z] > git merge 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 [2020-11-14T00:36:16.295Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-14T00:36:16.319Z] > git config core.sparsecheckout # timeout=10 [2020-11-14T00:36:16.345Z] > git checkout -f 62cbcb8ab873256b1142f0cbbf23f89dec2a1859 # timeout=10 [2020-11-14T00:36:20.556Z] Commit message: "Merge commit '82d8907018ab8cb9f1ec85c1c043836e064d42f9' into HEAD" [2020-11-14T00:36:20.579Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-14T00:36:21.263Z] provisioning config files... [2020-11-14T00:36:21.317Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config6022326128385361577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-14T00:36:22.232Z] ---> docker-login.sh [2020-11-14T00:36:22.232Z] nexus3.edgexfoundry.org:10001 [2020-11-14T00:36:20.572Z] > git rev-list --no-walk 4a970f9cb0cb0e2184e473a819e469c1c0ca6fb1 # timeout=10 [2020-11-14T00:36:22.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:36:23.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:36:23.439Z] Configure a credential helper to remove this warning. See [2020-11-14T00:36:23.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:36:23.439Z] [2020-11-14T00:36:23.439Z] Login Succeeded [2020-11-14T00:36:23.439Z] nexus3.edgexfoundry.org:10002 [2020-11-14T00:36:23.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:36:23.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:36:23.990Z] Configure a credential helper to remove this warning. See [2020-11-14T00:36:23.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:36:23.990Z] [2020-11-14T00:36:23.990Z] Login Succeeded [2020-11-14T00:36:23.990Z] nexus3.edgexfoundry.org:10003 [2020-11-14T00:36:24.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:36:24.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:36:24.266Z] Configure a credential helper to remove this warning. See [2020-11-14T00:36:24.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:36:24.266Z] [2020-11-14T00:36:24.266Z] Login Succeeded [2020-11-14T00:36:24.266Z] nexus3.edgexfoundry.org:10004 [2020-11-14T00:36:24.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:36:24.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:36:24.871Z] Configure a credential helper to remove this warning. See [2020-11-14T00:36:24.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:36:24.871Z] [2020-11-14T00:36:24.871Z] Login Succeeded [2020-11-14T00:36:24.871Z] docker.io [2020-11-14T00:36:25.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-14T00:36:25.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-14T00:36:25.742Z] Configure a credential helper to remove this warning. See [2020-11-14T00:36:25.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-14T00:36:25.742Z] [2020-11-14T00:36:25.742Z] Login Succeeded [2020-11-14T00:36:25.742Z] ---> docker-login.sh ends [Pipeline] } [2020-11-14T00:36:25.817Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-14T00:36:26.239Z] ========================================================= [2020-11-14T00:36:26.239Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-14T00:36:26.239Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:36:26.624Z] + 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-11-14T00:36:29.267Z] Sending build context to Docker daemon 165.5MB [2020-11-14T00:36:29.267Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-14T00:36:29.267Z] Step 2/7 : FROM ${BASE} [2020-11-14T00:36:29.267Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-14T00:36:29.267Z] b538f80385f9: Pulling fs layer [2020-11-14T00:36:29.267Z] 74f711af9a0d: Pulling fs layer [2020-11-14T00:36:29.267Z] 99f96fe45779: Pulling fs layer [2020-11-14T00:36:29.267Z] 8529a6b9a6be: Pulling fs layer [2020-11-14T00:36:29.267Z] 45590311c82a: Pulling fs layer [2020-11-14T00:36:29.267Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-14T00:36:29.267Z] 209524e5b208: Pulling fs layer [2020-11-14T00:36:29.267Z] 45590311c82a: Waiting [2020-11-14T00:36:29.267Z] 69ca0ff8b7b3: Waiting [2020-11-14T00:36:29.267Z] 209524e5b208: Waiting [2020-11-14T00:36:29.267Z] 8529a6b9a6be: Waiting [2020-11-14T00:36:29.267Z] 99f96fe45779: Verifying Checksum [2020-11-14T00:36:29.267Z] 99f96fe45779: Download complete [2020-11-14T00:36:30.049Z] 74f711af9a0d: Verifying Checksum [2020-11-14T00:36:30.049Z] 74f711af9a0d: Download complete [2020-11-14T00:36:30.049Z] 45590311c82a: Download complete [2020-11-14T00:36:30.049Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-14T00:36:30.049Z] 69ca0ff8b7b3: Download complete [2020-11-14T00:36:30.049Z] b538f80385f9: Verifying Checksum [2020-11-14T00:36:30.049Z] b538f80385f9: Download complete [2020-11-14T00:36:30.325Z] b538f80385f9: Pull complete [2020-11-14T00:36:30.928Z] 74f711af9a0d: Pull complete [2020-11-14T00:36:31.204Z] 99f96fe45779: Pull complete [2020-11-14T00:36:32.660Z] 209524e5b208: Verifying Checksum [2020-11-14T00:36:32.660Z] 209524e5b208: Download complete [2020-11-14T00:36:34.095Z] 8529a6b9a6be: Download complete [2020-11-14T00:36:39.431Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:36:39.431Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:36:39.431Z] ---> 6ce48a645e62 [2020-11-14T00:36:39.431Z] Step 3/21 : WORKDIR /edgex-go [2020-11-14T00:36:39.431Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:36:39.431Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:36:39.431Z] ---> 6ce48a645e62 [2020-11-14T00:36:39.431Z] Step 3/24 : WORKDIR /edgex-go [2020-11-14T00:36:39.431Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:36:39.431Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:36:39.431Z] ---> 6ce48a645e62 [2020-11-14T00:36:39.431Z] Step 3/22 : WORKDIR /edgex-go [2020-11-14T00:36:39.431Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:36:39.431Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-14T00:36:39.431Z] ---> 6ce48a645e62 [2020-11-14T00:36:39.431Z] Step 3/29 : WORKDIR /edgex-go [2020-11-14T00:36:39.694Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:36:39.694Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:36:39.694Z] ---> 6ce48a645e62 [2020-11-14T00:36:39.694Z] Step 3/22 : WORKDIR /edgex-go [2020-11-14T00:36:40.639Z] ---> Running in b42d9bf386e9 [2020-11-14T00:36:40.639Z] ---> Running in 06d46114313f [2020-11-14T00:36:40.639Z] ---> Running in 45b91c628d63 [2020-11-14T00:36:40.639Z] ---> Running in 0b6e14bc4acb [2020-11-14T00:36:40.639Z] ---> Running in cb5d5bd1ceb4 [2020-11-14T00:36:41.211Z] Removing intermediate container b42d9bf386e9 [2020-11-14T00:36:41.211Z] ---> 646f8aec0f8c [2020-11-14T00:36:41.211Z] Step 4/29 : RUN apk update && apk add make git [2020-11-14T00:36:41.211Z] Removing intermediate container cb5d5bd1ceb4 [2020-11-14T00:36:41.211Z] ---> 049ca1f5dbfc [2020-11-14T00:36:41.211Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:36:41.211Z] Removing intermediate container 45b91c628d63 [2020-11-14T00:36:41.211Z] ---> 7b8b98047589 [2020-11-14T00:36:41.211Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:36:41.211Z] Removing intermediate container 0b6e14bc4acb [2020-11-14T00:36:41.211Z] ---> b5994985af51 [2020-11-14T00:36:41.211Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:36:41.474Z] Removing intermediate container 06d46114313f [2020-11-14T00:36:41.474Z] ---> 15a3d674f019 [2020-11-14T00:36:41.474Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:36:41.474Z] ---> Running in 56c711f6ac47 [2020-11-14T00:36:41.474Z] ---> Running in 2f138310860d [2020-11-14T00:36:41.474Z] ---> Running in 9f8df39b38d1 [2020-11-14T00:36:41.474Z] ---> Running in f1c2ccc0c1af [2020-11-14T00:36:41.474Z] ---> Running in 0d8df4aa91a2 [2020-11-14T00:36:42.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:43.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:43.442Z] Removing intermediate container 56c711f6ac47 [2020-11-14T00:36:43.442Z] ---> 66723865c5ff [2020-11-14T00:36:43.442Z] Step 5/22 : RUN apk update && apk add make git [2020-11-14T00:36:43.708Z] Removing intermediate container 2f138310860d [2020-11-14T00:36:43.708Z] ---> 2e4591f29d99 [2020-11-14T00:36:43.708Z] Step 5/21 : RUN apk update && apk add make git [2020-11-14T00:36:43.708Z] ---> Running in 1a8c582acc2b [2020-11-14T00:36:43.708Z] Removing intermediate container f1c2ccc0c1af [2020-11-14T00:36:43.708Z] ---> c0bdc151c32d [2020-11-14T00:36:43.708Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-14T00:36:43.708Z] Removing intermediate container 0d8df4aa91a2 [2020-11-14T00:36:43.708Z] ---> efdf9147eaba [2020-11-14T00:36:43.708Z] Step 5/24 : RUN apk update && apk add make git [2020-11-14T00:36:43.708Z] ---> Running in 26a90bb73fc6 [2020-11-14T00:36:43.972Z] ---> Running in 6ef05f2016eb [2020-11-14T00:36:43.972Z] ---> Running in a6daf0ed62b0 [2020-11-14T00:36:44.240Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:36:44.240Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:36:44.240Z] OK: 12752 distinct packages available [2020-11-14T00:36:44.294Z] 8529a6b9a6be: Pull complete [2020-11-14T00:36:44.294Z] 45590311c82a: Pull complete [2020-11-14T00:36:44.516Z] OK: 233 MiB in 51 packages [2020-11-14T00:36:44.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:44.569Z] 69ca0ff8b7b3: Pull complete [2020-11-14T00:36:44.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:45.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:45.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:45.317Z] Removing intermediate container 9f8df39b38d1 [2020-11-14T00:36:45.317Z] ---> 27fd77a3181a [2020-11-14T00:36:45.317Z] Step 5/29 : COPY go.mod . [2020-11-14T00:36:45.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:45.581Z] ---> 6d7bd8488001 [2020-11-14T00:36:45.581Z] Step 6/29 : RUN go mod download [2020-11-14T00:36:45.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:45.581Z] ---> Running in bc9029affda0 [2020-11-14T00:36:45.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:45.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:36:46.104Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:36:46.104Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:36:46.104Z] OK: 12752 distinct packages available [2020-11-14T00:36:46.373Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:36:46.374Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:36:46.374Z] OK: 12752 distinct packages available [2020-11-14T00:36:46.374Z] OK: 233 MiB in 51 packages [2020-11-14T00:36:46.374Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:36:46.374Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:36:46.374Z] OK: 12752 distinct packages available [2020-11-14T00:36:46.643Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:36:46.643Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:36:46.643Z] OK: 12752 distinct packages available [2020-11-14T00:36:46.643Z] OK: 233 MiB in 51 packages [2020-11-14T00:36:46.643Z] OK: 233 MiB in 51 packages [2020-11-14T00:36:46.912Z] OK: 233 MiB in 51 packages [2020-11-14T00:36:46.912Z] OK: 233 MiB in 51 packages [2020-11-14T00:36:47.497Z] Removing intermediate container 1a8c582acc2b [2020-11-14T00:36:47.497Z] ---> cbcb95eb0e75 [2020-11-14T00:36:47.497Z] Step 6/22 : COPY go.mod . [2020-11-14T00:36:47.497Z] Removing intermediate container 26a90bb73fc6 [2020-11-14T00:36:47.497Z] ---> 6145b8cef1cb [2020-11-14T00:36:47.497Z] Step 6/21 : COPY go.mod . [2020-11-14T00:36:47.762Z] Removing intermediate container bc9029affda0 [2020-11-14T00:36:47.762Z] ---> d4d178bde79f [2020-11-14T00:36:47.762Z] Step 7/29 : COPY . . [2020-11-14T00:36:47.762Z] Removing intermediate container a6daf0ed62b0 [2020-11-14T00:36:47.762Z] ---> 651d80acd911 [2020-11-14T00:36:47.762Z] Step 6/24 : COPY go.mod . [2020-11-14T00:36:47.762Z] ---> 4872283e6ea6 [2020-11-14T00:36:47.762Z] Step 7/22 : RUN go mod download [2020-11-14T00:36:48.025Z] ---> 15250130c7f1 [2020-11-14T00:36:48.025Z] Step 7/21 : RUN go mod download [2020-11-14T00:36:48.610Z] ---> Running in 4b59da5840c2 [2020-11-14T00:36:48.610Z] Removing intermediate container 6ef05f2016eb [2020-11-14T00:36:48.610Z] ---> 84f5f9ccbac3 [2020-11-14T00:36:48.610Z] Step 6/22 : COPY go.mod . [2020-11-14T00:36:48.918Z] 209524e5b208: Pull complete [2020-11-14T00:36:48.918Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-14T00:36:48.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-14T00:36:48.918Z] ---> 5bddaf1c2fca [2020-11-14T00:36:48.918Z] 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-11-14T00:36:49.564Z] ---> Running in 92cf4a99054e [2020-11-14T00:36:50.528Z] ---> 25c348480b02 [2020-11-14T00:36:50.528Z] Step 7/24 : RUN go mod download [2020-11-14T00:36:51.556Z] ---> Running in 17032c643bc3 [2020-11-14T00:36:52.452Z] ---> Running in 7e60d5dfb13b [2020-11-14T00:36:52.452Z] ---> 062eb36426af [2020-11-14T00:36:52.452Z] Step 7/22 : RUN go mod download [2020-11-14T00:36:52.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:36:53.028Z] ---> Running in f8bcd360bc9a [2020-11-14T00:36:54.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:36:55.415Z] (1/12) Installing libmagic (5.38-r0) [2020-11-14T00:36:55.604Z] Removing intermediate container 4b59da5840c2 [2020-11-14T00:36:55.604Z] ---> 2a2399e4a2d6 [2020-11-14T00:36:55.604Z] Step 8/22 : COPY . . [2020-11-14T00:36:56.007Z] (2/12) Installing file (5.38-r0) [2020-11-14T00:36:56.007Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-14T00:36:56.007Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-14T00:36:57.533Z] Removing intermediate container 92cf4a99054e [2020-11-14T00:36:57.533Z] ---> ce8fde0f8d74 [2020-11-14T00:36:57.533Z] Step 8/21 : COPY . . [2020-11-14T00:37:01.413Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-14T00:37:01.413Z] (6/12) Installing patch (2.7.6-r6) [2020-11-14T00:37:01.413Z] (7/12) Installing build-base (0.5-r2) [2020-11-14T00:37:01.413Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-14T00:37:01.685Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-14T00:37:01.685Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-14T00:37:01.960Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-14T00:37:01.960Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-14T00:37:01.960Z] Executing busybox-1.31.1-r16.trigger [2020-11-14T00:37:01.960Z] OK: 217 MiB in 51 packages [2020-11-14T00:37:06.280Z] Removing intermediate container 17032c643bc3 [2020-11-14T00:37:06.280Z] ---> 7438f89703e2 [2020-11-14T00:37:06.280Z] Step 4/7 : WORKDIR /edgex-go [2020-11-14T00:37:06.280Z] ---> Running in 2d2a3525e16a [2020-11-14T00:37:06.875Z] Removing intermediate container 2d2a3525e16a [2020-11-14T00:37:06.875Z] ---> 380f37bc308f [2020-11-14T00:37:06.875Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-14T00:37:07.147Z] latest: Pulling from library/docker [2020-11-14T00:37:07.440Z] 5f621e34cdf4: Pulling fs layer [2020-11-14T00:37:07.440Z] 85db56a05063: Pulling fs layer [2020-11-14T00:37:07.440Z] ccb67d6aeaaa: Pulling fs layer [2020-11-14T00:37:07.440Z] a0b19fc83503: Pulling fs layer [2020-11-14T00:37:07.440Z] 8eb508b41278: Pulling fs layer [2020-11-14T00:37:07.440Z] 37236713561e: Pulling fs layer [2020-11-14T00:37:07.440Z] 07c93f2b1b56: Pulling fs layer [2020-11-14T00:37:07.440Z] a0b19fc83503: Waiting [2020-11-14T00:37:07.440Z] 8eb508b41278: Waiting [2020-11-14T00:37:07.440Z] 37236713561e: Waiting [2020-11-14T00:37:07.440Z] 07c93f2b1b56: Waiting [2020-11-14T00:37:07.440Z] ccb67d6aeaaa: Download complete [2020-11-14T00:37:07.717Z] 85db56a05063: Verifying Checksum [2020-11-14T00:37:07.717Z] 85db56a05063: Download complete [2020-11-14T00:37:07.717Z] 5f621e34cdf4: Verifying Checksum [2020-11-14T00:37:07.717Z] 37236713561e: Verifying Checksum [2020-11-14T00:37:07.717Z] 37236713561e: Download complete [2020-11-14T00:37:08.004Z] 07c93f2b1b56: Download complete [2020-11-14T00:37:08.005Z] 8eb508b41278: Download complete [2020-11-14T00:37:08.291Z] 5f621e34cdf4: Pull complete [2020-11-14T00:37:08.895Z] 85db56a05063: Pull complete [2020-11-14T00:37:09.168Z] a0b19fc83503: Verifying Checksum [2020-11-14T00:37:09.168Z] a0b19fc83503: Download complete [2020-11-14T00:37:09.442Z] ccb67d6aeaaa: Pull complete [2020-11-14T00:37:09.861Z] Removing intermediate container 7e60d5dfb13b [2020-11-14T00:37:09.861Z] ---> 58b01e1c6817 [2020-11-14T00:37:09.861Z] Step 8/24 : COPY . . [2020-11-14T00:37:09.861Z] Removing intermediate container f8bcd360bc9a [2020-11-14T00:37:09.861Z] ---> 575aa56a1f58 [2020-11-14T00:37:09.861Z] Step 8/22 : COPY . . [2020-11-14T00:37:12.833Z] a0b19fc83503: Pull complete [2020-11-14T00:37:12.833Z] 8eb508b41278: Pull complete [2020-11-14T00:37:13.106Z] 37236713561e: Pull complete [2020-11-14T00:37:13.701Z] 07c93f2b1b56: Pull complete [2020-11-14T00:37:13.701Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-14T00:37:13.701Z] Status: Downloaded newer image for docker:latest [2020-11-14T00:37:14.209Z] ---> f45da15b2f69 [2020-11-14T00:37:14.209Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-14T00:37:17.266Z] ---> 567c7f5376af [2020-11-14T00:37:17.266Z] Step 6/7 : COPY go.mod . [2020-11-14T00:37:17.865Z] ---> a36a0da5bd2a [2020-11-14T00:37:17.865Z] Step 7/7 : RUN go mod download [2020-11-14T00:37:18.138Z] ---> Running in 73ee8064f666 [2020-11-14T00:37:22.392Z] ---> Running in 6d7f19ad9c17 [2020-11-14T00:37:32.484Z] 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-11-14T00:37:39.203Z] ---> 7e1841ff5cae [2020-11-14T00:37:39.203Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-14T00:37:39.203Z] ---> 7124e15c1dee [2020-11-14T00:37:39.203Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-14T00:37:39.489Z] ---> Running in 4a723250c84a [2020-11-14T00:37:39.489Z] ---> Running in 904ea610a5eb [2020-11-14T00:37:42.064Z] 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-11-14T00:37:42.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-14T00:37:44.029Z] ---> 8b65342c9d62 [2020-11-14T00:37:44.029Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-14T00:37:44.641Z] ---> c0cf32a3c099 [2020-11-14T00:37:44.641Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-14T00:37:44.641Z] ---> Running in b1b91d5db348 [2020-11-14T00:37:44.913Z] ---> Running in 5e796e099a8d [2020-11-14T00:37:44.927Z] Removing intermediate container 73ee8064f666 [2020-11-14T00:37:44.927Z] ---> 5560038794d0 [2020-11-14T00:37:44.927Z] Successfully built 5560038794d0 [2020-11-14T00:37:44.927Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:37:45.269Z] + docker inspect -f . ci-base-image-arm64 [2020-11-14T00:37:45.269Z] . [Pipeline] withDockerContainer [2020-11-14T00:37:45.506Z] prd-ubuntu18.04-docker-arm64-4c-16g-12095 does not seem to be running inside a container [2020-11-14T00:37:45.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-14T00:37:45.919Z] 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-11-14T00:37:45.919Z] 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-11-14T00:37:47.338Z] $ docker top 285aca20df57198960ee792214eeacefebb6b2b8c6d3404d31dee8787c7ea610 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-14T00:37:48.709Z] + go version [2020-11-14T00:37:48.709Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-14T00:37:48.736Z] $ docker stop --time=1 285aca20df57198960ee792214eeacefebb6b2b8c6d3404d31dee8787c7ea610 [2020-11-14T00:37:50.668Z] $ docker rm -f 285aca20df57198960ee792214eeacefebb6b2b8c6d3404d31dee8787c7ea610 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:37:51.739Z] + docker inspect -f . ci-base-image-arm64 [2020-11-14T00:37:51.739Z] . [Pipeline] withDockerContainer [2020-11-14T00:37:51.978Z] prd-ubuntu18.04-docker-arm64-4c-16g-12095 does not seem to be running inside a container [2020-11-14T00:37:52.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-14T00:37:53.501Z] $ docker top cc529d08792f493315b106a7fed1eb6813d5f716c58657fcc1e805268d35ee7d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-14T00:37:53.880Z] ========================================================= [2020-11-14T00:37:53.880Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-14T00:37:53.881Z] ========================================================= [Pipeline] sh [2020-11-14T00:37:54.554Z] + make test [2020-11-14T00:37:54.555Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-14T00:37:56.040Z] Removing intermediate container 6d7f19ad9c17 [2020-11-14T00:37:56.040Z] ---> 1698f624996d [2020-11-14T00:37:56.040Z] [2020-11-14T00:37:56.040Z] Step 9/29 : FROM alpine:latest [2020-11-14T00:37:56.040Z] latest: Pulling from library/alpine [2020-11-14T00:37:56.040Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-14T00:37:56.040Z] Status: Downloaded newer image for alpine:latest [2020-11-14T00:37:56.040Z] ---> d6e46aa2470d [2020-11-14T00:37:56.040Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-14T00:37:56.040Z] ---> Running in 7f782b96d35c [2020-11-14T00:37:57.014Z] Removing intermediate container 7f782b96d35c [2020-11-14T00:37:57.014Z] ---> b5183cf5d651 [2020-11-14T00:37:57.014Z] Step 11/29 : USER root [2020-11-14T00:37:57.291Z] ---> Running in 99e444ab62d0 [2020-11-14T00:37:57.559Z] Removing intermediate container 99e444ab62d0 [2020-11-14T00:37:57.559Z] ---> 9c0605c204f8 [2020-11-14T00:37:57.559Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-14T00:37:57.559Z] ---> Running in 86a959f3b0c3 [2020-11-14T00:37:58.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:37:58.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:37:59.575Z] v3.12.1-24-g9d31f224d7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:37:59.575Z] v3.12.1-29-g3a247b9dbc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:37:59.575Z] OK: 12744 distinct packages available [2020-11-14T00:37:59.848Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-14T00:37:59.848Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-14T00:37:59.848Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:37:59.848Z] Executing ca-certificates-20191127-r4.trigger [2020-11-14T00:38:00.118Z] OK: 6 MiB in 16 packages [2020-11-14T00:38:01.551Z] Removing intermediate container 86a959f3b0c3 [2020-11-14T00:38:01.551Z] ---> d1c561db3491 [2020-11-14T00:38:01.551Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-14T00:38:01.823Z] ---> Running in 0098fe70c8ed [2020-11-14T00:38:02.092Z] Removing intermediate container 0098fe70c8ed [2020-11-14T00:38:02.092Z] ---> 31530a25fdcd [2020-11-14T00:38:02.092Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-14T00:38:02.092Z] ---> Running in 19525198d64b [2020-11-14T00:38:02.692Z] Removing intermediate container 19525198d64b [2020-11-14T00:38:02.692Z] ---> eef8b07888e3 [2020-11-14T00:38:02.692Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-14T00:38:02.692Z] ---> Running in 288349e42a35 [2020-11-14T00:38:04.672Z] Removing intermediate container 288349e42a35 [2020-11-14T00:38:04.672Z] ---> aa9efdc9f2b0 [2020-11-14T00:38:04.672Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-14T00:38:06.086Z] ---> 673012ba1658 [2020-11-14T00:38:06.086Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-14T00:38:06.360Z] ---> 8ff2dc2cc336 [2020-11-14T00:38:06.360Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-14T00:38:07.348Z] ---> 73fffb85183d [2020-11-14T00:38:07.348Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-14T00:38:08.314Z] 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-11-14T00:38:08.314Z] Removing intermediate container 4a723250c84a [2020-11-14T00:38:08.314Z] ---> a939d094a5ad [2020-11-14T00:38:08.314Z] [2020-11-14T00:38:08.314Z] Step 10/22 : FROM alpine:3.10 [2020-11-14T00:38:08.314Z] ---> 1c7e3083b4b1 [2020-11-14T00:38:08.314Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-14T00:38:08.583Z] 3.10: Pulling from library/alpine [2020-11-14T00:38:09.178Z] ---> dee2938b9208 [2020-11-14T00:38:09.178Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-14T00:38:12.526Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-14T00:38:12.526Z] ---> Running in a521d10bfacc [2020-11-14T00:38:12.526Z] Status: Downloaded newer image for alpine:3.10 [2020-11-14T00:38:12.526Z] ---> be4e4bea2c2e [2020-11-14T00:38:12.526Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-14T00:38:12.791Z] Removing intermediate container 904ea610a5eb [2020-11-14T00:38:12.791Z] ---> 7636826f51e3 [2020-11-14T00:38:12.791Z] [2020-11-14T00:38:12.791Z] Step 10/21 : FROM scratch [2020-11-14T00:38:12.791Z] ---> [2020-11-14T00:38:12.791Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-14T00:38:12.791Z] ---> Running in 4c8cbed6fd0c [2020-11-14T00:38:13.059Z] ---> Running in d980ec70c8fb [2020-11-14T00:38:13.328Z] Removing intermediate container d980ec70c8fb [2020-11-14T00:38:13.328Z] ---> 66e9150fc901 [2020-11-14T00:38:13.328Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-14T00:38:13.597Z] ---> Running in 90903f26c7c0 [2020-11-14T00:38:14.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:38:14.545Z] Removing intermediate container 90903f26c7c0 [2020-11-14T00:38:14.545Z] ---> cf880f6ea146 [2020-11-14T00:38:14.545Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-14T00:38:14.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:38:14.807Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-14T00:38:14.807Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-14T00:38:14.807Z] OK: 10346 distinct packages available [2020-11-14T00:38:14.807Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-14T00:38:15.069Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-14T00:38:15.069Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-14T00:38:15.069Z] (4/5) Installing curl (7.66.0-r1) [2020-11-14T00:38:15.069Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-14T00:38:15.069Z] Executing busybox-1.30.1-r3.trigger [2020-11-14T00:38:15.069Z] Executing ca-certificates-20191127-r2.trigger [2020-11-14T00:38:15.642Z] OK: 7 MiB in 19 packages [2020-11-14T00:38:15.905Z] ---> Running in f30421727a5e [2020-11-14T00:38:15.905Z] Removing intermediate container b1b91d5db348 [2020-11-14T00:38:15.905Z] ---> 9ee827e18fef [2020-11-14T00:38:15.905Z] [2020-11-14T00:38:15.905Z] Step 10/22 : FROM scratch [2020-11-14T00:38:15.905Z] ---> [2020-11-14T00:38:15.905Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-14T00:38:15.905Z] Removing intermediate container 5e796e099a8d [2020-11-14T00:38:15.905Z] ---> 52faabff3d23 [2020-11-14T00:38:15.905Z] [2020-11-14T00:38:15.905Z] Step 10/24 : FROM alpine:3.10 [2020-11-14T00:38:15.905Z] ---> be4e4bea2c2e [2020-11-14T00:38:15.905Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-14T00:38:16.172Z] ---> Running in 58b5cb174bd0 [2020-11-14T00:38:16.172Z] ---> Running in b3eb48bfb4f7 [2020-11-14T00:38:16.172Z] Removing intermediate container f30421727a5e [2020-11-14T00:38:16.172Z] ---> d7e0c20e1497 [2020-11-14T00:38:16.172Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-14T00:38:16.435Z] Removing intermediate container a521d10bfacc [2020-11-14T00:38:16.435Z] ---> b09d660eed4d [2020-11-14T00:38:16.435Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-14T00:38:16.719Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-14T00:38:17.022Z] Removing intermediate container b3eb48bfb4f7 [2020-11-14T00:38:17.022Z] ---> eb0e46261345 [2020-11-14T00:38:17.022Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-14T00:38:17.022Z] ---> aa34bfc197ca [2020-11-14T00:38:17.022Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-14T00:38:17.022Z] ---> Running in 111d89e5b34e [2020-11-14T00:38:17.293Z] Removing intermediate container 4c8cbed6fd0c [2020-11-14T00:38:17.293Z] ---> 78b3fdbb3436 [2020-11-14T00:38:17.293Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-14T00:38:17.293Z] ---> 25fbc939d5e1 [2020-11-14T00:38:17.293Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-14T00:38:17.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:38:17.293Z] ---> Running in b750740ffa21 [2020-11-14T00:38:17.293Z] ---> Running in 9394cb5cb26b [2020-11-14T00:38:17.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:38:17.564Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-14T00:38:17.564Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-14T00:38:17.564Z] OK: 10346 distinct packages available [2020-11-14T00:38:17.564Z] Removing intermediate container 111d89e5b34e [2020-11-14T00:38:17.564Z] ---> 2b3026b099ef [2020-11-14T00:38:17.564Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-14T00:38:17.828Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-14T00:38:17.828Z] ---> Running in 25e69fc38e97 [2020-11-14T00:38:17.828Z] Removing intermediate container 9394cb5cb26b [2020-11-14T00:38:17.828Z] ---> bb0fbf9d37a0 [2020-11-14T00:38:17.828Z] Step 13/22 : WORKDIR / [2020-11-14T00:38:17.828Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-14T00:38:17.828Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-14T00:38:17.828Z] (4/5) Installing curl (7.66.0-r1) [2020-11-14T00:38:17.828Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-14T00:38:17.828Z] Executing busybox-1.30.1-r3.trigger [2020-11-14T00:38:17.828Z] Executing ca-certificates-20191127-r2.trigger [2020-11-14T00:38:17.828Z] OK: 7 MiB in 19 packages [2020-11-14T00:38:18.407Z] ---> 2b95fe50a111 [2020-11-14T00:38:18.407Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-14T00:38:18.407Z] ---> Running in 9ef2b0f935fb [2020-11-14T00:38:18.672Z] Removing intermediate container 25e69fc38e97 [2020-11-14T00:38:18.672Z] ---> afe763122aee [2020-11-14T00:38:18.672Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-14T00:38:19.251Z] ---> e3acd5e00ce0 [2020-11-14T00:38:19.251Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-14T00:38:19.251Z] Removing intermediate container 9ef2b0f935fb [2020-11-14T00:38:19.251Z] ---> c46099d1d472 [2020-11-14T00:38:19.251Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-14T00:38:19.515Z] ---> b39c77e87b5a [2020-11-14T00:38:19.515Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-14T00:38:19.515Z] ---> Running in 2f0708574dc8 [2020-11-14T00:38:19.776Z] Removing intermediate container 58b5cb174bd0 [2020-11-14T00:38:19.776Z] ---> 2fb493695d91 [2020-11-14T00:38:19.776Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-14T00:38:20.355Z] ---> Running in 669088bdbee5 [2020-11-14T00:38:20.628Z] Removing intermediate container b750740ffa21 [2020-11-14T00:38:20.628Z] ---> e3ebaa953dfc [2020-11-14T00:38:20.628Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-14T00:38:20.628Z] Removing intermediate container 2f0708574dc8 [2020-11-14T00:38:20.628Z] ---> 90e2fe3fd2c6 [2020-11-14T00:38:20.628Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:38:20.628Z] ---> 8c5d8d34f01e [2020-11-14T00:38:20.628Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-14T00:38:20.628Z] ---> 9f4e1cd5d1ed [2020-11-14T00:38:20.628Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-14T00:38:20.628Z] ---> Running in 2818629b57d8 [2020-11-14T00:38:20.628Z] ---> Running in 2fd6f4ad2f82 [2020-11-14T00:38:20.898Z] Removing intermediate container 669088bdbee5 [2020-11-14T00:38:20.898Z] ---> f29156e820c4 [2020-11-14T00:38:20.898Z] Step 13/24 : WORKDIR / [2020-11-14T00:38:21.476Z] ---> Running in dab3c7034a3a [2020-11-14T00:38:21.476Z] Removing intermediate container 2818629b57d8 [2020-11-14T00:38:21.476Z] ---> fca3919eb274 [2020-11-14T00:38:21.476Z] Step 19/21 : LABEL arch=x86_64 [2020-11-14T00:38:21.476Z] ---> 3190de6f736f [2020-11-14T00:38:21.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-14T00:38:21.476Z] ---> c3864ccec656 [2020-11-14T00:38:21.476Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-14T00:38:21.476Z] ---> Running in a2880b6121b8 [2020-11-14T00:38:21.740Z] Removing intermediate container dab3c7034a3a [2020-11-14T00:38:21.740Z] ---> cd62239ffbd0 [2020-11-14T00:38:21.740Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-14T00:38:22.008Z] Removing intermediate container a2880b6121b8 [2020-11-14T00:38:22.008Z] ---> 06d7a05eb0a3 [2020-11-14T00:38:22.008Z] Step 20/21 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:38:22.008Z] ---> 82a15ad0f84d [2020-11-14T00:38:22.008Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-14T00:38:22.008Z] ---> 6ee7396df56e [2020-11-14T00:38:22.008Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-14T00:38:22.271Z] ---> Running in de9a0250dc72 [2020-11-14T00:38:22.271Z] ---> 1c1c770530c8 [2020-11-14T00:38:22.271Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-14T00:38:22.271Z] ---> Running in 86ba091b7342 [2020-11-14T00:38:22.533Z] ---> f7a4bf9e937e [2020-11-14T00:38:22.533Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-14T00:38:22.533Z] Removing intermediate container de9a0250dc72 [2020-11-14T00:38:22.533Z] ---> 82c3e3b32de0 [2020-11-14T00:38:22.533Z] Step 21/21 : LABEL version=0.0.0 [2020-11-14T00:38:22.796Z] ---> Running in 1d9b347330bf [2020-11-14T00:38:22.796Z] ---> Running in 2c21c6c37745 [2020-11-14T00:38:22.796Z] ---> 3d77e13a9a00 [2020-11-14T00:38:22.796Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-14T00:38:23.058Z] Removing intermediate container 86ba091b7342 [2020-11-14T00:38:23.058Z] ---> ef7bd2efd7c7 [2020-11-14T00:38:23.058Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:38:23.058Z] Removing intermediate container 2fd6f4ad2f82 [2020-11-14T00:38:23.058Z] ---> 0ceb18bcbf3a [2020-11-14T00:38:23.058Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-14T00:38:23.333Z] ---> Running in 803f5ab37f73 [2020-11-14T00:38:23.333Z] ---> Running in a82ac017778c [2020-11-14T00:38:23.333Z] Removing intermediate container 2c21c6c37745 [2020-11-14T00:38:23.333Z] ---> d43f466d7cd9 [2020-11-14T00:38:23.333Z] [2020-11-14T00:38:23.333Z] ---> bbecfa12f8a9 [2020-11-14T00:38:23.333Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-14T00:38:23.604Z] Removing intermediate container a82ac017778c [2020-11-14T00:38:23.605Z] ---> e081037a121f [2020-11-14T00:38:23.605Z] Step 26/29 : CMD [ "generate" ] [2020-11-14T00:38:23.605Z] Removing intermediate container 803f5ab37f73 [2020-11-14T00:38:23.605Z] ---> 86c22b2de0aa [2020-11-14T00:38:23.605Z] Step 20/22 : LABEL arch=x86_64 [2020-11-14T00:38:23.605Z] Successfully built d43f466d7cd9 [2020-11-14T00:38:23.605Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-14T00:38:23.868Z] ---> Running in c150767135eb [2020-11-14T00:38:23.868Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-11-14T00:38:23.868Z] ---> Running in 97e4e574edc6 [2020-11-14T00:38:23.868Z] ---> 007a5e703b81 [2020-11-14T00:38:23.868Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-14T00:38:24.131Z] Removing intermediate container c150767135eb [2020-11-14T00:38:24.131Z] ---> 63f5acbc87bd [2020-11-14T00:38:24.131Z] Step 27/29 : LABEL arch=x86_64 [2020-11-14T00:38:24.394Z] ---> Running in c68dcb52ba6c [2020-11-14T00:38:24.394Z] Removing intermediate container 97e4e574edc6 [2020-11-14T00:38:24.394Z] ---> eec563be1887 [2020-11-14T00:38:24.394Z] Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:38:24.659Z] ---> Running in b58836fae535 [2020-11-14T00:38:24.659Z] Removing intermediate container 1d9b347330bf [2020-11-14T00:38:24.659Z] ---> 3581957580c2 [2020-11-14T00:38:24.659Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-14T00:38:24.932Z] ---> Running in ecec392baf74 [2020-11-14T00:38:24.932Z] Removing intermediate container c68dcb52ba6c [2020-11-14T00:38:24.932Z] ---> 2d2894d4d98a [2020-11-14T00:38:24.932Z] Step 28/29 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:38:24.932Z] ---> 54ff48293ef3 [2020-11-14T00:38:24.932Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-14T00:38:25.507Z] Removing intermediate container b58836fae535 [2020-11-14T00:38:25.507Z] ---> e5bc5a99d01a [2020-11-14T00:38:25.507Z] Step 22/22 : LABEL version=0.0.0 [2020-11-14T00:38:27.444Z] ---> Running in 6120de7eb63e [2020-11-14T00:38:28.024Z] ---> Running in aa0bf128ec96 [2020-11-14T00:38:28.024Z] Removing intermediate container ecec392baf74 [2020-11-14T00:38:28.024Z] ---> 5622285dc445 [2020-11-14T00:38:28.024Z] Step 20/22 : LABEL arch=x86_64 [2020-11-14T00:38:28.603Z] ---> 9f194b96ebcb [2020-11-14T00:38:28.603Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-14T00:38:28.603Z] ---> Running in 396509a6079e [2020-11-14T00:38:28.603Z] Removing intermediate container 6120de7eb63e [2020-11-14T00:38:28.603Z] ---> 5e9887903f29 [2020-11-14T00:38:28.603Z] Step 29/29 : LABEL version=0.0.0 [2020-11-14T00:38:29.192Z] ---> Running in 3c1e7b5b2813 [2020-11-14T00:38:29.192Z] Removing intermediate container aa0bf128ec96 [2020-11-14T00:38:29.192Z] ---> ed9d92dcb090 [2020-11-14T00:38:29.192Z] [2020-11-14T00:38:29.192Z] ---> Running in a6b481105229 [2020-11-14T00:38:29.192Z] Removing intermediate container 396509a6079e [2020-11-14T00:38:29.192Z] ---> 58c542ca64c5 [2020-11-14T00:38:29.192Z] Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:38:29.769Z] Successfully built ed9d92dcb090 [2020-11-14T00:38:29.769Z] Successfully tagged docker-support-logging-go:latest [2020-11-14T00:38:29.769Z] Building docker-core-data-go [2020-11-14T00:38:31.166Z]  Building docker-support-logging-go ... done  ---> Running in 3d26ae7cae2e [2020-11-14T00:38:31.761Z] Removing intermediate container a6b481105229 [2020-11-14T00:38:31.761Z] ---> 5fbba6cb84a4 [2020-11-14T00:38:31.761Z] [2020-11-14T00:38:32.340Z] Successfully built 5fbba6cb84a4 [2020-11-14T00:38:32.602Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-14T00:38:32.602Z] Building docker-core-metadata-go [2020-11-14T00:38:36.324Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 3d26ae7cae2e [2020-11-14T00:38:36.324Z] ---> 5757c093f659 [2020-11-14T00:38:36.324Z] Step 22/22 : LABEL version=0.0.0 [2020-11-14T00:38:41.079Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:38:41.079Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:38:41.079Z] ---> 6ce48a645e62 [2020-11-14T00:38:41.079Z] Step 3/21 : WORKDIR /edgex-go [2020-11-14T00:38:41.079Z] ---> Using cache [2020-11-14T00:38:41.079Z] ---> 15a3d674f019 [2020-11-14T00:38:41.079Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:38:41.079Z] ---> Using cache [2020-11-14T00:38:41.079Z] ---> efdf9147eaba [2020-11-14T00:38:41.079Z] Step 5/21 : RUN apk update && apk add make git [2020-11-14T00:38:41.079Z] ---> Using cache [2020-11-14T00:38:41.079Z] ---> 651d80acd911 [2020-11-14T00:38:41.079Z] Step 6/21 : COPY go.mod . [2020-11-14T00:38:41.079Z] ---> Using cache [2020-11-14T00:38:41.079Z] ---> 25c348480b02 [2020-11-14T00:38:41.079Z] Step 7/21 : RUN go mod download [2020-11-14T00:38:41.079Z] ---> Using cache [2020-11-14T00:38:41.079Z] ---> 58b01e1c6817 [2020-11-14T00:38:41.079Z] Step 8/21 : COPY . . [2020-11-14T00:38:41.079Z] ---> Running in 231b67612839 [2020-11-14T00:38:41.079Z] ---> Using cache [2020-11-14T00:38:41.079Z] ---> c0cf32a3c099 [2020-11-14T00:38:41.079Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/edgex-secrets-config/edgex-secrets-config [2020-11-14T00:38:46.391Z] ---> Running in 67d2399cb310 [2020-11-14T00:38:48.322Z] Removing intermediate container 231b67612839 [2020-11-14T00:38:48.322Z] ---> 3c7530d2ac31 [2020-11-14T00:38:48.322Z] [2020-11-14T00:38:48.322Z] Successfully built 3c7530d2ac31 [2020-11-14T00:38:48.598Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-14T00:38:48.871Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2020-11-14T00:38:48.871Z] Removing intermediate container 3c1e7b5b2813 [2020-11-14T00:38:48.871Z] ---> 913ccef12b24 [2020-11-14T00:38:48.871Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-14T00:38:49.454Z] 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-11-14T00:38:51.394Z] ---> Running in b8c0be0169e0 [2020-11-14T00:38:51.657Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:38:51.657Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:38:51.657Z] ---> 6ce48a645e62 [2020-11-14T00:38:51.657Z] Step 3/23 : WORKDIR /edgex-go [2020-11-14T00:38:51.657Z] ---> Using cache [2020-11-14T00:38:51.657Z] ---> 15a3d674f019 [2020-11-14T00:38:51.657Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:38:51.657Z] ---> Using cache [2020-11-14T00:38:51.657Z] ---> efdf9147eaba [2020-11-14T00:38:51.657Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-14T00:38:53.601Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:38:53.601Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:38:53.601Z] ---> 6ce48a645e62 [2020-11-14T00:38:53.601Z] Step 3/22 : WORKDIR /edgex-go [2020-11-14T00:38:53.601Z] ---> Using cache [2020-11-14T00:38:53.601Z] ---> 15a3d674f019 [2020-11-14T00:38:53.601Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:38:53.601Z] ---> Using cache [2020-11-14T00:38:53.601Z] ---> efdf9147eaba [2020-11-14T00:38:53.601Z] Step 5/22 : RUN apk update && apk add make git [2020-11-14T00:38:53.601Z] ---> Using cache [2020-11-14T00:38:53.601Z] ---> 651d80acd911 [2020-11-14T00:38:53.601Z] Step 6/22 : COPY go.mod . [2020-11-14T00:38:53.601Z] ---> Using cache [2020-11-14T00:38:53.601Z] ---> 25c348480b02 [2020-11-14T00:38:53.601Z] Step 7/22 : RUN go mod download [2020-11-14T00:38:54.175Z] ---> Using cache [2020-11-14T00:38:54.175Z] ---> 58b01e1c6817 [2020-11-14T00:38:54.175Z] Step 8/22 : COPY . . [2020-11-14T00:38:54.175Z] ---> Using cache [2020-11-14T00:38:54.175Z] ---> c0cf32a3c099 [2020-11-14T00:38:54.175Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-14T00:38:55.128Z] ---> Running in 8ae3e8ae4b4e [2020-11-14T00:38:55.128Z] Removing intermediate container b8c0be0169e0 [2020-11-14T00:38:55.128Z] ---> f48d99b9920e [2020-11-14T00:38:55.128Z] Step 22/24 : LABEL arch=x86_64 [2020-11-14T00:38:55.128Z] ---> Running in 464029d0fc6c [2020-11-14T00:38:55.394Z] ---> Running in fcb0a709a5d0 [2020-11-14T00:38:55.751Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-14T00:38:55.989Z] Removing intermediate container fcb0a709a5d0 [2020-11-14T00:38:55.990Z] ---> a7fdfe20d4dd [2020-11-14T00:38:55.990Z] Step 23/24 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:38:55.990Z] ---> Running in 8c690f8665ea [2020-11-14T00:38:56.946Z] 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-11-14T00:38:56.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:38:57.223Z] Removing intermediate container 8c690f8665ea [2020-11-14T00:38:57.223Z] ---> 9fa19c85b1b8 [2020-11-14T00:38:57.223Z] Step 24/24 : LABEL version=0.0.0 [2020-11-14T00:38:57.498Z] ---> Running in d864c47e1e36 [2020-11-14T00:38:57.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:38:57.767Z] Removing intermediate container d864c47e1e36 [2020-11-14T00:38:57.767Z] ---> f398fe92f965 [2020-11-14T00:38:57.767Z] [2020-11-14T00:38:58.033Z] Successfully built f398fe92f965 [2020-11-14T00:38:58.300Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-14T00:38:58.300Z] Building docker-sys-mgmt-agent-go [2020-11-14T00:38:58.878Z]  Building docker-security-secretstore-setup-go ... done v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:38:58.878Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:38:58.878Z] OK: 12752 distinct packages available [2020-11-14T00:38:59.159Z] OK: 233 MiB in 51 packages [2020-11-14T00:39:04.514Z] Removing intermediate container 8ae3e8ae4b4e [2020-11-14T00:39:04.514Z] ---> d3b0b603fd04 [2020-11-14T00:39:04.514Z] Step 6/23 : COPY go.mod . [2020-11-14T00:39:05.113Z] ---> 958d7a90140b [2020-11-14T00:39:05.113Z] Step 7/23 : RUN go mod download [2020-11-14T00:39:05.390Z] ---> Running in 94c4ea8b3ccf [2020-11-14T00:39:09.727Z] Removing intermediate container 94c4ea8b3ccf [2020-11-14T00:39:09.727Z] ---> 6d0916adc88d [2020-11-14T00:39:09.727Z] Step 8/23 : COPY . . [2020-11-14T00:39:12.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [2020-11-14T00:39:13.771Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:39:13.771Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:39:13.771Z] ---> 6ce48a645e62 [2020-11-14T00:39:13.771Z] Step 3/24 : WORKDIR /edgex-go [2020-11-14T00:39:13.771Z] ---> Using cache [2020-11-14T00:39:13.771Z] ---> 15a3d674f019 [2020-11-14T00:39:13.771Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:39:13.771Z] ---> Using cache [2020-11-14T00:39:13.771Z] ---> efdf9147eaba [2020-11-14T00:39:13.771Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-14T00:39:16.339Z] ---> Running in 03e976628c26 [2020-11-14T00:39:17.966Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-14T00:39:17.966Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-14T00:39:17.966Z] ? github.com/edgexfoundry/edgex-go/cmd/edgex-secrets-config [no test files] [2020-11-14T00:39:17.966Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-14T00:39:17.966Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-14T00:39:17.966Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-14T00:39:20.616Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.067s [2020-11-14T00:39:20.616Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-14T00:39:20.616Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-14T00:39:21.217Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-14T00:39:22.689Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-14T00:39:22.689Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-14T00:39:22.689Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-14T00:39:22.689Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-14T00:39:22.959Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:39:22.959Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:39:22.959Z] ---> 6ce48a645e62 [2020-11-14T00:39:22.959Z] Step 3/27 : WORKDIR /edgex-go [2020-11-14T00:39:22.959Z] ---> Using cache [2020-11-14T00:39:22.959Z] ---> 15a3d674f019 [2020-11-14T00:39:22.959Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:39:22.959Z] ---> Using cache [2020-11-14T00:39:22.959Z] ---> efdf9147eaba [2020-11-14T00:39:22.959Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-14T00:39:24.375Z] ---> Running in db8a8ee7a4d0 [2020-11-14T00:39:24.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:39:25.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:39:27.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:39:27.304Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:39:27.304Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:39:27.304Z] OK: 12752 distinct packages available [2020-11-14T00:39:27.566Z] OK: 233 MiB in 51 packages [2020-11-14T00:39:27.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:39:28.796Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:39:28.796Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:39:28.796Z] OK: 12752 distinct packages available [2020-11-14T00:39:29.058Z] OK: 233 MiB in 51 packages [2020-11-14T00:39:32.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.285s coverage: 46.6% of statements [2020-11-14T00:39:32.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-14T00:39:32.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-14T00:39:32.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-14T00:39:32.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-14T00:39:32.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-14T00:39:33.301Z] Removing intermediate container 67d2399cb310 [2020-11-14T00:39:33.301Z] ---> c1f0dac40321 [2020-11-14T00:39:33.301Z] [2020-11-14T00:39:33.301Z] Step 10/21 : FROM alpine [2020-11-14T00:39:33.301Z] ---> d6e46aa2470d [2020-11-14T00:39:33.301Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-14T00:39:33.890Z] Removing intermediate container 03e976628c26 [2020-11-14T00:39:33.890Z] ---> 4924e06d17a1 [2020-11-14T00:39:33.890Z] Step 6/24 : COPY go.mod . [2020-11-14T00:39:34.154Z] ---> Running in 07c0bb4e5f28 [2020-11-14T00:39:35.101Z] Removing intermediate container db8a8ee7a4d0 [2020-11-14T00:39:35.101Z] ---> 023752842c0b [2020-11-14T00:39:35.101Z] Step 6/27 : COPY go.mod . [2020-11-14T00:39:35.363Z] ---> f227458ce3d4 [2020-11-14T00:39:35.363Z] Step 7/24 : RUN go mod download [2020-11-14T00:39:35.937Z] ---> Running in ae1ddd4fc04c [2020-11-14T00:39:37.327Z] ---> c77307ac6ef5 [2020-11-14T00:39:37.327Z] Step 7/27 : RUN go mod download [2020-11-14T00:39:37.327Z] ---> e7f7e669a92b [2020-11-14T00:39:37.327Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-14T00:39:37.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:39:37.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:39:38.165Z] v3.12.1-24-g9d31f224d7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:39:38.165Z] v3.12.1-29-g3a247b9dbc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:39:38.165Z] OK: 12744 distinct packages available [2020-11-14T00:39:38.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.465s coverage: 27.1% of statements [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-14T00:39:38.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-14T00:39:38.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-14T00:39:38.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.504s coverage: 66.0% of statements [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-14T00:39:38.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.244s coverage: 84.5% of statements [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-14T00:39:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-14T00:39:38.427Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-14T00:39:38.427Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-14T00:39:38.427Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-14T00:39:38.427Z] (4/4) Installing curl (7.69.1-r1) [2020-11-14T00:39:38.427Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:39:38.427Z] Executing ca-certificates-20191127-r4.trigger [2020-11-14T00:39:38.427Z] OK: 7 MiB in 18 packages [2020-11-14T00:39:39.002Z] ---> Running in 3d4470cc3f66 [2020-11-14T00:39:39.002Z] ---> Running in db954b6ea132 [2020-11-14T00:39:39.585Z] Removing intermediate container 464029d0fc6c [2020-11-14T00:39:39.585Z] ---> 09b22967f17e [2020-11-14T00:39:39.585Z] [2020-11-14T00:39:39.585Z] Step 10/22 : FROM scratch [2020-11-14T00:39:39.585Z] ---> [2020-11-14T00:39:39.585Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-14T00:39:39.851Z] ---> Using cache [2020-11-14T00:39:39.851Z] ---> 66e9150fc901 [2020-11-14T00:39:39.852Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-14T00:39:40.428Z] ---> Running in fe4357407c18 [2020-11-14T00:39:40.428Z] Removing intermediate container 07c0bb4e5f28 [2020-11-14T00:39:40.428Z] ---> 5da08fa32ff9 [2020-11-14T00:39:40.428Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-14T00:39:40.428Z] 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-11-14T00:39:40.691Z] ---> Running in 8a1cb1ae80d0 [2020-11-14T00:39:40.691Z] Removing intermediate container fe4357407c18 [2020-11-14T00:39:40.691Z] ---> 67c3c35da9db [2020-11-14T00:39:40.691Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-14T00:39:40.691Z] ---> Running in 8ea8a7cc1e9c [2020-11-14T00:39:40.962Z] Removing intermediate container ae1ddd4fc04c [2020-11-14T00:39:40.962Z] ---> ceea732065fb [2020-11-14T00:39:40.962Z] Step 8/24 : COPY . . [2020-11-14T00:39:40.962Z] Removing intermediate container 8a1cb1ae80d0 [2020-11-14T00:39:40.962Z] ---> f64a50cd653a [2020-11-14T00:39:40.962Z] Step 13/21 : WORKDIR /edgex [2020-11-14T00:39:42.355Z] ---> Running in cccf7c8643e3 [2020-11-14T00:39:42.355Z] Removing intermediate container 8ea8a7cc1e9c [2020-11-14T00:39:42.355Z] ---> 090cbd05ee24 [2020-11-14T00:39:42.355Z] Step 14/22 : WORKDIR / [2020-11-14T00:39:42.947Z] ---> Running in 2b7c55a7e947 [2020-11-14T00:39:43.553Z] Removing intermediate container 3d4470cc3f66 [2020-11-14T00:39:43.554Z] ---> ec2e47b77317 [2020-11-14T00:39:43.554Z] Step 8/27 : COPY . . [2020-11-14T00:39:44.137Z] Removing intermediate container cccf7c8643e3 [2020-11-14T00:39:44.137Z] ---> 584c0d35f5aa [2020-11-14T00:39:44.137Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-14T00:39:46.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-14T00:39:46.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-14T00:39:46.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-14T00:39:46.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-14T00:39:46.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.310s coverage: 97.5% of statements [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-14T00:39:46.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 100.0% of statements [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-14T00:39:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-14T00:39:47.482Z] Removing intermediate container 2b7c55a7e947 [2020-11-14T00:39:47.482Z] ---> 4864425ea6cb [2020-11-14T00:39:47.482Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-14T00:39:48.907Z] ---> 543e9b1b2663 [2020-11-14T00:39:48.907Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-14T00:39:49.184Z] ---> 811205a2f41a [2020-11-14T00:39:49.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-14T00:39:53.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.961s coverage: 95.7% of statements [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-14T00:39:53.397Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-14T00:39:53.397Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.144s coverage: 0.0% of statements [no tests to run] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-11-14T00:39:53.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2020-11-14T00:39:53.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-11-14T00:39:53.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 76.2% of statements [2020-11-14T00:39:53.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2020-11-14T00:39:53.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2020-11-14T00:39:54.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2020-11-14T00:39:54.546Z] ---> 85634c8e682c [2020-11-14T00:39:54.546Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/edgex-secrets-config/edgex-secrets-config . [2020-11-14T00:39:55.509Z] ---> 0fa0260221f0 [2020-11-14T00:39:55.509Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-14T00:39:56.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 100.0% of statements [2020-11-14T00:39:56.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-11-14T00:39:59.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.697s coverage: 63.5% of statements [2020-11-14T00:39:59.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-14T00:39:59.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-14T00:39:59.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2020-11-14T00:39:59.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2020-11-14T00:39:59.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2020-11-14T00:39:59.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements [2020-11-14T00:40:00.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2020-11-14T00:40:02.184Z] ---> c8838a32e438 [2020-11-14T00:40:02.184Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-14T00:40:04.774Z] ---> 66765228a13a [2020-11-14T00:40:04.774Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-14T00:40:05.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.884s coverage: 55.9% of statements [2020-11-14T00:40:05.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-14T00:40:05.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-14T00:40:05.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-14T00:40:05.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-14T00:40:05.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-14T00:40:05.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-14T00:40:06.880Z] ---> Running in d6224a5eefb9 [2020-11-14T00:40:08.855Z] ---> Running in 74e811661f63 [2020-11-14T00:40:09.457Z] Removing intermediate container d6224a5eefb9 [2020-11-14T00:40:09.457Z] ---> a0aee1db83cc [2020-11-14T00:40:09.457Z] Step 18/21 : CMD ["--init=true"] [2020-11-14T00:40:11.252Z] ---> Running in 33a1bfcf45b6 [2020-11-14T00:40:11.252Z] Removing intermediate container 74e811661f63 [2020-11-14T00:40:11.252Z] ---> c869e0355c96 [2020-11-14T00:40:11.252Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:40:13.126Z] ---> c4c59a8b1f2f [2020-11-14T00:40:13.126Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-14T00:40:14.070Z] ---> Running in 9e86aa0b09d9 [2020-11-14T00:40:14.642Z] ---> Running in 4d6e9fd03658 [2020-11-14T00:40:14.642Z] Removing intermediate container 33a1bfcf45b6 [2020-11-14T00:40:14.642Z] ---> a9c628b157f7 [2020-11-14T00:40:14.642Z] Step 19/21 : LABEL arch=x86_64 [2020-11-14T00:40:14.906Z] Removing intermediate container 9e86aa0b09d9 [2020-11-14T00:40:14.906Z] ---> 9d443e6371e1 [2020-11-14T00:40:14.906Z] Step 20/22 : LABEL arch=x86_64 [2020-11-14T00:40:14.906Z] ---> Running in 4fa5906ca7db [2020-11-14T00:40:14.906Z] ---> 277a0116a883 [2020-11-14T00:40:14.906Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-14T00:40:15.171Z] ---> Running in ccdf151803fa [2020-11-14T00:40:15.171Z] ---> Running in b82f6e954b67 [2020-11-14T00:40:15.435Z] Removing intermediate container 4fa5906ca7db [2020-11-14T00:40:15.435Z] ---> d0b57e80df3e [2020-11-14T00:40:15.435Z] Step 20/21 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:40:15.435Z] Removing intermediate container ccdf151803fa [2020-11-14T00:40:15.435Z] ---> 724f9f9ce144 [2020-11-14T00:40:15.435Z] Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:40:15.700Z] ---> Running in 8e9146b1d291 [2020-11-14T00:40:15.700Z] 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-11-14T00:40:15.700Z] ---> Running in 2166bda8e235 [2020-11-14T00:40:15.969Z] Removing intermediate container 8e9146b1d291 [2020-11-14T00:40:15.969Z] ---> 9102089a9515 [2020-11-14T00:40:15.969Z] Step 21/21 : LABEL version=0.0.0 [2020-11-14T00:40:15.969Z] ---> Running in e6387c577078 [2020-11-14T00:40:15.969Z] Removing intermediate container 2166bda8e235 [2020-11-14T00:40:15.969Z] ---> 587d90498529 [2020-11-14T00:40:15.969Z] Step 22/22 : LABEL version=0.0.0 [2020-11-14T00:40:15.969Z] ---> Running in 460202fbe151 [2020-11-14T00:40:15.969Z] 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-11-14T00:40:16.234Z] Removing intermediate container e6387c577078 [2020-11-14T00:40:16.234Z] ---> 22b497faab63 [2020-11-14T00:40:16.234Z] [2020-11-14T00:40:16.234Z] Removing intermediate container 460202fbe151 [2020-11-14T00:40:16.234Z] ---> abcfe03966cc [2020-11-14T00:40:16.234Z] [2020-11-14T00:40:16.502Z] Successfully built 22b497faab63 [2020-11-14T00:40:16.502Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-14T00:40:16.502Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-11-14T00:40:16.502Z] Successfully built abcfe03966cc [2020-11-14T00:40:16.502Z] Successfully tagged docker-core-metadata-go:latest [2020-11-14T00:40:34.737Z]  Building docker-core-metadata-go ... done Removing intermediate container db954b6ea132 [2020-11-14T00:40:34.737Z] ---> decaba96e895 [2020-11-14T00:40:34.737Z] [2020-11-14T00:40:34.737Z] Step 10/23 : FROM alpine [2020-11-14T00:40:34.737Z] ---> d6e46aa2470d [2020-11-14T00:40:34.737Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-14T00:40:35.003Z] ---> Running in c2b2c57dd873 [2020-11-14T00:40:36.434Z] Removing intermediate container c2b2c57dd873 [2020-11-14T00:40:36.434Z] ---> 8f686df7cb04 [2020-11-14T00:40:36.434Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 29.981s coverage: 86.3% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.201s coverage: 72.2% of statements [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.529s coverage: 72.1% of statements [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.092s coverage: 82.4% of statements [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.059s coverage: 48.4% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.095s coverage: 28.8% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.090s coverage: 96.8% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.334s coverage: 36.5% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.439s coverage: 84.1% of statements [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.105s coverage: 42.9% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.050s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.088s coverage: 83.8% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.330s coverage: 47.1% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.792s coverage: 29.1% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-14T00:40:37.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2020-11-14T00:40:37.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-11-14T00:40:37.390Z] GO111MODULE=on go vet ./... [2020-11-14T00:40:37.398Z] ---> Running in b4b05eed4c4e [2020-11-14T00:40:38.798Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:40:38.798Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:40:38.798Z] ---> 6ce48a645e62 [2020-11-14T00:40:38.798Z] Step 3/22 : WORKDIR /edgex-go [2020-11-14T00:40:39.059Z] ---> Using cache [2020-11-14T00:40:39.059Z] ---> 15a3d674f019 [2020-11-14T00:40:39.059Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:40:39.059Z] ---> Using cache [2020-11-14T00:40:39.059Z] ---> efdf9147eaba [2020-11-14T00:40:39.059Z] Step 5/22 : RUN apk update && apk add make git [2020-11-14T00:40:39.059Z] ---> Using cache [2020-11-14T00:40:39.059Z] ---> 651d80acd911 [2020-11-14T00:40:39.059Z] Step 6/22 : COPY go.mod . [2020-11-14T00:40:39.059Z] ---> Using cache [2020-11-14T00:40:39.059Z] ---> 25c348480b02 [2020-11-14T00:40:39.059Z] Step 7/22 : RUN go mod download [2020-11-14T00:40:39.059Z] ---> Using cache [2020-11-14T00:40:39.059Z] ---> 58b01e1c6817 [2020-11-14T00:40:39.059Z] Step 8/22 : COPY . . [2020-11-14T00:40:39.059Z] ---> Using cache [2020-11-14T00:40:39.059Z] ---> c0cf32a3c099 [2020-11-14T00:40:39.059Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-14T00:40:39.643Z] Removing intermediate container b4b05eed4c4e [2020-11-14T00:40:39.643Z] ---> ff06cebc111e [2020-11-14T00:40:39.643Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-14T00:40:39.643Z] ---> Running in ca8867088881 [2020-11-14T00:40:39.643Z] ---> Running in a6340014ddfb [2020-11-14T00:40:39.906Z] Removing intermediate container a6340014ddfb [2020-11-14T00:40:39.906Z] ---> c082027bcbcb [2020-11-14T00:40:39.906Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:40:40.175Z] ---> Running in 999706c56b76 [2020-11-14T00:40:40.441Z] 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-11-14T00:40:44.778Z] Removing intermediate container 999706c56b76 [2020-11-14T00:40:44.778Z] ---> 7f0d5a7cefe1 [2020-11-14T00:40:44.778Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-14T00:40:44.778Z] Removing intermediate container b82f6e954b67 [2020-11-14T00:40:44.778Z] ---> fd74ff0eb39d [2020-11-14T00:40:44.778Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-14T00:40:44.778Z] ---> Running in e3deec50bde5 [2020-11-14T00:40:45.051Z] ---> Running in 5aeb57f07b80 [2020-11-14T00:40:46.482Z] Removing intermediate container 4d6e9fd03658 [2020-11-14T00:40:46.482Z] ---> a88e637cfc03 [2020-11-14T00:40:46.482Z] [2020-11-14T00:40:46.482Z] Step 10/24 : FROM scratch [2020-11-14T00:40:46.482Z] ---> [2020-11-14T00:40:46.482Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-14T00:40:46.482Z] 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-11-14T00:40:46.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:40:47.081Z] ---> Using cache [2020-11-14T00:40:47.081Z] ---> eb0e46261345 [2020-11-14T00:40:47.081Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-14T00:40:47.081Z] ---> Running in 9d5adea39841 [2020-11-14T00:40:47.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:40:47.370Z] Removing intermediate container 9d5adea39841 [2020-11-14T00:40:47.370Z] ---> 85f041feddf4 [2020-11-14T00:40:47.370Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-14T00:40:47.370Z] ---> Running in d79288c78086 [2020-11-14T00:40:47.641Z] Removing intermediate container d79288c78086 [2020-11-14T00:40:47.641Z] ---> 116e2cc82b85 [2020-11-14T00:40:47.641Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-14T00:40:47.935Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-14T00:40:47.935Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-14T00:40:48.208Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-14T00:40:48.208Z] ---> 522ff02894ca [2020-11-14T00:40:48.208Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-14T00:40:48.483Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-14T00:40:48.483Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-14T00:40:48.483Z] Removing intermediate container e3deec50bde5 [2020-11-14T00:40:48.483Z] ---> daf70e1f7132 [2020-11-14T00:40:48.483Z] [2020-11-14T00:40:48.483Z] Step 11/27 : FROM docker:latest [2020-11-14T00:40:48.483Z] ---> 6972c414f322 [2020-11-14T00:40:48.483Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-14T00:40:48.759Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:40:48.759Z] OK: 8 MiB in 19 packages [2020-11-14T00:40:48.759Z] ---> Running in 429fadae72d7 [2020-11-14T00:40:49.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:40:49.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:40:49.979Z] ---> a9be8b10e379 [2020-11-14T00:40:49.979Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-14T00:40:49.979Z] (1/2) Installing readline (8.0.4-r0) [2020-11-14T00:40:49.979Z] (2/2) Installing bash (5.0.17-r0) [2020-11-14T00:40:50.253Z] Removing intermediate container 5aeb57f07b80 [2020-11-14T00:40:50.253Z] ---> 65d13eccd474 [2020-11-14T00:40:50.253Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-14T00:40:50.253Z] Executing bash-5.0.17-r0.post-install [2020-11-14T00:40:50.253Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:40:50.253Z] OK: 12 MiB in 22 packages [2020-11-14T00:40:50.840Z] ---> 129d9a013672 [2020-11-14T00:40:50.840Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-14T00:40:51.106Z] ---> c3b43ae329a9 [2020-11-14T00:40:51.106Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-14T00:40:51.374Z] ---> 817db6b13d75 [2020-11-14T00:40:51.374Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-14T00:40:51.653Z] Removing intermediate container 429fadae72d7 [2020-11-14T00:40:51.653Z] ---> 987cc96a3079 [2020-11-14T00:40:51.653Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-14T00:40:51.932Z] ---> Running in 38ee0528711a [2020-11-14T00:40:53.339Z] ---> d244c36c331e [2020-11-14T00:40:53.339Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-14T00:40:53.339Z] ---> bb467fd71568 [2020-11-14T00:40:53.339Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-14T00:40:53.914Z] ---> 3382b919e603 [2020-11-14T00:40:53.914Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-14T00:40:53.914Z] ---> Running in 2e039c8f7edf [2020-11-14T00:40:53.914Z] ---> d8adaf7f6d8a [2020-11-14T00:40:53.914Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-14T00:40:54.180Z] ---> Running in 85ecb51d5345 [2020-11-14T00:40:54.180Z] Removing intermediate container 2e039c8f7edf [2020-11-14T00:40:54.180Z] ---> 2afe7332e50c [2020-11-14T00:40:54.180Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:40:54.180Z] ---> Running in 34d39f70a922 [2020-11-14T00:40:54.447Z] Removing intermediate container 38ee0528711a [2020-11-14T00:40:54.447Z] ---> eab2eb0da2ec [2020-11-14T00:40:54.447Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-14T00:40:54.447Z] Removing intermediate container 85ecb51d5345 [2020-11-14T00:40:54.447Z] ---> 47dc28d117d6 [2020-11-14T00:40:54.447Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:40:54.447Z] ---> Running in 36d1acadc2ea [2020-11-14T00:40:54.447Z] ---> Running in de305200785d [2020-11-14T00:40:54.709Z] Removing intermediate container 34d39f70a922 [2020-11-14T00:40:54.709Z] ---> fdd10511250b [2020-11-14T00:40:54.709Z] Step 21/23 : LABEL arch=x86_64 [2020-11-14T00:40:54.972Z] ---> Running in 9f6275e0ca5e [2020-11-14T00:40:54.972Z] Removing intermediate container 36d1acadc2ea [2020-11-14T00:40:54.972Z] ---> 3d8ebec1661a [2020-11-14T00:40:54.972Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-14T00:40:54.972Z] Removing intermediate container de305200785d [2020-11-14T00:40:54.972Z] ---> 620e06013fc2 [2020-11-14T00:40:54.972Z] Step 22/24 : LABEL arch=x86_64 [2020-11-14T00:40:55.550Z] ---> Running in 4dd5d2ee2086 [2020-11-14T00:40:55.550Z] ---> Running in 401b0e3c17ac [2020-11-14T00:40:55.550Z] Removing intermediate container 9f6275e0ca5e [2020-11-14T00:40:55.550Z] ---> 0dc19debcb7f [2020-11-14T00:40:55.550Z] Step 22/23 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:40:55.813Z] ---> Running in 79569364d9e2 [2020-11-14T00:40:55.813Z] Removing intermediate container 4dd5d2ee2086 [2020-11-14T00:40:55.813Z] ---> fbbdeb42d4cc [2020-11-14T00:40:55.813Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-14T00:40:56.079Z] Removing intermediate container 401b0e3c17ac [2020-11-14T00:40:56.079Z] ---> fab94f70f30c [2020-11-14T00:40:56.079Z] Step 23/24 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:40:57.470Z] ---> Running in 0e2a61757b01 [2020-11-14T00:40:57.470Z] Removing intermediate container 79569364d9e2 [2020-11-14T00:40:57.470Z] ---> 4fdff1e2fa8c [2020-11-14T00:40:57.470Z] Step 23/23 : LABEL version=0.0.0 [2020-11-14T00:40:57.470Z] ---> Running in ccc5776bcbc1 [2020-11-14T00:40:57.470Z] Removing intermediate container ca8867088881 [2020-11-14T00:40:57.470Z] ---> 6d9317c916b9 [2020-11-14T00:40:57.470Z] [2020-11-14T00:40:57.470Z] Step 10/22 : FROM scratch [2020-11-14T00:40:57.470Z] ---> [2020-11-14T00:40:57.471Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-14T00:40:57.471Z] ---> Running in ba2a3879c624 [2020-11-14T00:40:57.471Z] ---> Using cache [2020-11-14T00:40:57.471Z] ---> 66e9150fc901 [2020-11-14T00:40:57.471Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-14T00:40:57.471Z] Removing intermediate container 0e2a61757b01 [2020-11-14T00:40:57.471Z] ---> d25a140ca736 [2020-11-14T00:40:57.471Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-14T00:40:57.732Z] ---> Running in 1c23bf8db710 [2020-11-14T00:40:57.732Z] Removing intermediate container ccc5776bcbc1 [2020-11-14T00:40:57.732Z] ---> 0c60ceeb9cd6 [2020-11-14T00:40:57.732Z] Step 24/24 : LABEL version=0.0.0 [2020-11-14T00:40:57.994Z] ---> Running in 876a04e72947 [2020-11-14T00:40:57.994Z] Removing intermediate container ba2a3879c624 [2020-11-14T00:40:57.994Z] ---> 5c3b0755edc7 [2020-11-14T00:40:57.994Z] [2020-11-14T00:40:58.257Z] Successfully built 5c3b0755edc7 [2020-11-14T00:40:58.257Z] Successfully tagged docker-core-data-go:latest [2020-11-14T00:40:58.257Z]  Building docker-core-data-go ... done Removing intermediate container 1c23bf8db710 [2020-11-14T00:40:58.257Z] ---> 5554e814f2c3 [2020-11-14T00:40:58.257Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-14T00:40:58.257Z] ---> Running in 669482d58e1d [2020-11-14T00:40:58.257Z] ---> fe4e83f406cb [2020-11-14T00:40:58.257Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-14T00:40:58.257Z] Removing intermediate container 876a04e72947 [2020-11-14T00:40:58.257Z] ---> 836435dc7735 [2020-11-14T00:40:58.257Z] [2020-11-14T00:40:58.521Z] Successfully built 836435dc7735 [2020-11-14T00:40:58.521Z] Removing intermediate container 669482d58e1d [2020-11-14T00:40:58.521Z] ---> 941880995103 [2020-11-14T00:40:58.521Z] Step 14/22 : WORKDIR / [2020-11-14T00:40:58.521Z] Successfully tagged docker-support-notifications-go:latest [2020-11-14T00:40:59.098Z]  Building docker-support-notifications-go ... done  ---> 2fb2ab1b8ee9 [2020-11-14T00:40:59.098Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-14T00:40:59.098Z] ---> Running in 8fc60958d249 [2020-11-14T00:40:59.361Z] Removing intermediate container 8fc60958d249 [2020-11-14T00:40:59.361Z] ---> 5d254462e8a3 [2020-11-14T00:40:59.361Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-14T00:40:59.625Z] ---> 07f272a8472a [2020-11-14T00:40:59.625Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-14T00:40:59.625Z] ---> Running in 8b5173020b96 [2020-11-14T00:40:59.625Z] ---> c4490ff13a9b [2020-11-14T00:40:59.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-14T00:41:00.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:41:00.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:41:00.215Z] ---> 57bc46ceb739 [2020-11-14T00:41:00.215Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-14T00:41:00.215Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-14T00:41:00.215Z] (2/33) Installing expat (2.2.9-r1) [2020-11-14T00:41:00.215Z] (3/33) Installing libffi (3.3-r2) [2020-11-14T00:41:00.215Z] (4/33) Installing gdbm (1.13-r1) [2020-11-14T00:41:00.485Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-14T00:41:00.485Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-14T00:41:00.485Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-14T00:41:04.726Z] ---> 9d1bc3eaeeaf [2020-11-14T00:41:04.726Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-14T00:41:04.726Z] ---> Running in 29cb320bb3e8 [2020-11-14T00:41:04.726Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-14T00:41:04.726Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-14T00:41:04.726Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-14T00:41:04.726Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-14T00:41:04.726Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-14T00:41:04.726Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-14T00:41:04.726Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-14T00:41:04.726Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-14T00:41:04.726Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-14T00:41:05.300Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-14T00:41:05.300Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-14T00:41:05.300Z] Removing intermediate container 29cb320bb3e8 [2020-11-14T00:41:05.300Z] ---> dc3d55cee82b [2020-11-14T00:41:05.300Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:41:05.300Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-14T00:41:05.882Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-14T00:41:05.882Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-14T00:41:05.882Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-14T00:41:05.882Z] ---> Running in 4b1d01405f1e [2020-11-14T00:41:05.882Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-14T00:41:05.882Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-14T00:41:05.882Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-14T00:41:05.882Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-14T00:41:06.519Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-14T00:41:06.519Z] Removing intermediate container 4b1d01405f1e [2020-11-14T00:41:06.519Z] ---> 23260f97b7ea [2020-11-14T00:41:06.519Z] Step 20/22 : LABEL arch=x86_64 [2020-11-14T00:41:06.519Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-14T00:41:06.519Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-14T00:41:06.519Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-14T00:41:06.519Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-14T00:41:06.519Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-14T00:41:06.519Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-14T00:41:06.780Z] ---> Running in 5f180cdc03f6 [2020-11-14T00:41:07.042Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:41:07.042Z] OK: 71 MiB in 55 packages [2020-11-14T00:41:07.618Z] Removing intermediate container 5f180cdc03f6 [2020-11-14T00:41:07.618Z] ---> d0548680ec97 [2020-11-14T00:41:07.618Z] Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:41:07.881Z] ---> Running in 4c3b00977761 [2020-11-14T00:41:07.881Z] Removing intermediate container 4c3b00977761 [2020-11-14T00:41:07.881Z] ---> 90c90c22eb38 [2020-11-14T00:41:07.881Z] Step 22/22 : LABEL version=0.0.0 [2020-11-14T00:41:08.531Z] ---> Running in 25f1bf61db9e [2020-11-14T00:41:10.461Z] Removing intermediate container 25f1bf61db9e [2020-11-14T00:41:10.461Z] ---> 92a12ca48b08 [2020-11-14T00:41:10.461Z] [2020-11-14T00:41:10.461Z] Successfully built 92a12ca48b08 [2020-11-14T00:41:12.388Z] Successfully tagged docker-core-command-go:latest [2020-11-14T00:41:13.781Z]  Building docker-core-command-go ... done Removing intermediate container 8b5173020b96 [2020-11-14T00:41:13.781Z] ---> 1f9b3059014e [2020-11-14T00:41:13.781Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-14T00:41:14.044Z] ---> Running in 7113ccc54cce [2020-11-14T00:41:15.433Z] Collecting docker-compose==1.23.2 [2020-11-14T00:41:15.433Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-14T00:41:15.433Z] Collecting docopt<0.7,>=0.6.1 [2020-11-14T00:41:15.695Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-14T00:41:15.958Z] 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-11-14T00:41:15.958Z] Collecting jsonschema<3,>=2.5.1 [2020-11-14T00:41:16.230Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-14T00:41:16.230Z] Collecting PyYAML<4,>=3.10 [2020-11-14T00:41:16.230Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-14T00:41:17.178Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-14T00:41:17.178Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-14T00:41:17.178Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-14T00:41:17.178Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-14T00:41:17.754Z] Collecting docker<4.0,>=3.6.0 [2020-11-14T00:41:17.754Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-14T00:41:18.019Z] Collecting texttable<0.10,>=0.9.0 [2020-11-14T00:41:18.019Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-14T00:41:18.596Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-14T00:41:18.596Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-14T00:41:18.596Z] Collecting cached-property<2,>=1.2.0 [2020-11-14T00:41:18.596Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-14T00:41:18.860Z] Collecting docker-pycreds>=0.4.0 [2020-11-14T00:41:18.860Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-14T00:41:18.860Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-14T00:41:18.860Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-14T00:41:18.861Z] 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-11-14T00:41:19.122Z] Collecting idna<2.8,>=2.5 [2020-11-14T00:41:19.122Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-14T00:41:19.122Z] 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-11-14T00:41:19.122Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-14T00:41:19.122Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-14T00:41:19.122Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-14T00:41:19.122Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-14T00:41:19.122Z] Installing collected packages: docopt, jsonschema, PyYAML, websocket-client, dockerpty, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, docker-compose [2020-11-14T00:41:19.122Z] Running setup.py install for docopt: started [2020-11-14T00:41:19.697Z] Running setup.py install for docopt: finished with status 'done' [2020-11-14T00:41:19.697Z] Running setup.py install for PyYAML: started [2020-11-14T00:41:20.272Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-14T00:41:20.272Z] Running setup.py install for dockerpty: started [2020-11-14T00:41:20.867Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-14T00:41:20.867Z] Attempting uninstall: urllib3 [2020-11-14T00:41:20.867Z] Found existing installation: urllib3 1.25.9 [2020-11-14T00:41:20.867Z] Uninstalling urllib3-1.25.9: [2020-11-14T00:41:20.867Z] Successfully uninstalled urllib3-1.25.9 [2020-11-14T00:41:21.129Z] Attempting uninstall: idna [2020-11-14T00:41:21.129Z] Found existing installation: idna 2.9 [2020-11-14T00:41:21.129Z] Uninstalling idna-2.9: [2020-11-14T00:41:21.129Z] Successfully uninstalled idna-2.9 [2020-11-14T00:41:21.390Z] Attempting uninstall: requests [2020-11-14T00:41:21.390Z] Found existing installation: requests 2.23.0 [2020-11-14T00:41:21.390Z] Uninstalling requests-2.23.0: [2020-11-14T00:41:21.390Z] Successfully uninstalled requests-2.23.0 [2020-11-14T00:41:21.652Z] Running setup.py install for texttable: started [2020-11-14T00:41:22.227Z] Running setup.py install for texttable: finished with status 'done' [2020-11-14T00:41:22.227Z] 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-11-14T00:41:25.551Z] Removing intermediate container 7113ccc54cce [2020-11-14T00:41:25.551Z] ---> 07e55d812ece [2020-11-14T00:41:25.551Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-14T00:41:25.551Z] ---> Running in 185509fce25f [2020-11-14T00:41:26.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-14T00:41:26.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-14T00:41:26.387Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-14T00:41:26.387Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-14T00:41:26.387Z] (3/3) Installing curl (7.69.1-r1) [2020-11-14T00:41:26.387Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:41:26.387Z] OK: 72 MiB in 58 packages [2020-11-14T00:41:26.968Z] Removing intermediate container 185509fce25f [2020-11-14T00:41:26.968Z] ---> 7fa6fc555273 [2020-11-14T00:41:26.968Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-14T00:41:26.968Z] ---> Running in 35e774152f51 [2020-11-14T00:41:27.230Z] Removing intermediate container 35e774152f51 [2020-11-14T00:41:27.230Z] ---> 004222e348c5 [2020-11-14T00:41:27.230Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:41:27.230Z] ---> Running in 240b86f4a84c [2020-11-14T00:41:27.492Z] Removing intermediate container 240b86f4a84c [2020-11-14T00:41:27.492Z] ---> ec3e5579fd59 [2020-11-14T00:41:27.492Z] Step 25/27 : LABEL arch=x86_64 [2020-11-14T00:41:27.492Z] ---> Running in 3bd018a9b2a9 [2020-11-14T00:41:27.492Z] Removing intermediate container 3bd018a9b2a9 [2020-11-14T00:41:27.492Z] ---> 3d786658eb93 [2020-11-14T00:41:27.492Z] Step 26/27 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:41:27.756Z] ---> Running in 33b1d2f8bf81 [2020-11-14T00:41:27.756Z] Removing intermediate container 33b1d2f8bf81 [2020-11-14T00:41:27.756Z] ---> 47454b11398b [2020-11-14T00:41:27.756Z] Step 27/27 : LABEL version=0.0.0 [2020-11-14T00:41:28.018Z] ---> Running in bd54ddb42ee6 [2020-11-14T00:41:28.018Z] Removing intermediate container bd54ddb42ee6 [2020-11-14T00:41:28.018Z] ---> e0a9e0724dfb [2020-11-14T00:41:28.018Z] [2020-11-14T00:41:28.280Z] Successfully built e0a9e0724dfb [2020-11-14T00:41:28.853Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-14T00:41:29.818Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-14T00:41:29.858Z] $ docker stop --time=1 96bd6f2cf05c47f85bd44bfb73df38f715897d7cf308daf57b813a6892f313c6 [2020-11-14T00:41:31.465Z] $ docker rm -f 96bd6f2cf05c47f85bd44bfb73df38f715897d7cf308daf57b813a6892f313c6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-14T00:41:32.071Z] + docker images [2020-11-14T00:41:32.071Z] + grep docker [2020-11-14T00:41:32.071Z] docker-sys-mgmt-agent-go latest e0a9e0724dfb 4 seconds ago 290MB [2020-11-14T00:41:32.071Z] docker-core-command-go latest 92a12ca48b08 23 seconds ago 12.2MB [2020-11-14T00:41:32.071Z] docker-support-notifications-go latest 836435dc7735 33 seconds ago 13.6MB [2020-11-14T00:41:32.071Z] docker-core-data-go latest 5c3b0755edc7 34 seconds ago 23.7MB [2020-11-14T00:41:32.071Z] docker-core-metadata-go latest abcfe03966cc About a minute ago 14.5MB [2020-11-14T00:41:32.071Z] docker-security-proxy-setup-go latest 22b497faab63 About a minute ago 24.6MB [2020-11-14T00:41:32.071Z] docker-security-secretstore-setup-go latest f398fe92f965 2 minutes ago 24.8MB [2020-11-14T00:41:32.071Z] docker-security-bootstrap-redis-go latest 3c7530d2ac31 2 minutes ago 15.9MB [2020-11-14T00:41:32.071Z] docker-security-secrets-setup-go latest 5fbba6cb84a4 3 minutes ago 24MB [2020-11-14T00:41:32.071Z] docker-support-logging-go latest ed9d92dcb090 3 minutes ago 11.1MB [2020-11-14T00:41:32.071Z] docker-support-scheduler-go latest d43f466d7cd9 3 minutes ago 12.3MB [2020-11-14T00:41:32.071Z] docker latest 6972c414f322 3 weeks 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-11-14T00:41:45.463Z] gofmt -l . [2020-11-14T00:41:45.463Z] [ "`gofmt -l .`" = "" ] [2020-11-14T00:41:46.888Z] ./bin/test-go-mod-tidy.sh [2020-11-14T00:41:47.872Z] ./bin/test-attribution-txt.sh [2020-11-14T00:41:47.958Z] Still waiting to schedule task [2020-11-14T00:41:47.958Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [Pipeline] sh [2020-11-14T00:41:52.841Z] + ls -al . [2020-11-14T00:41:52.841Z] total 676 [2020-11-14T00:41:52.841Z] drwxrwxr-x 9 1001 1001 4096 Nov 14 00:41 . [2020-11-14T00:41:52.841Z] drwxr-xr-x 4 root root 4096 Nov 14 00:37 .. [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 11 Nov 14 00:36 .dockerignore [2020-11-14T00:41:52.841Z] drwxrwxr-x 8 1001 1001 4096 Nov 14 00:36 .git [2020-11-14T00:41:52.841Z] drwxrwxr-x 3 1001 1001 4096 Nov 14 00:36 .github [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 944 Nov 14 00:36 .gitignore [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 166 Nov 14 00:36 .sonarcloud.properties [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 3804 Nov 14 00:36 CONTRIBUTING.md [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 1035 Nov 14 00:36 Dockerfile.build [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 863 Nov 14 00:36 Jenkinsfile [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 10775 Nov 14 00:36 LICENSE [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 6759 Nov 14 00:36 Makefile [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 6447 Nov 14 00:36 README.md [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 259 Nov 14 00:36 SECURITY.md [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 5 Nov 14 00:32 VERSION [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 4131 Nov 14 00:36 ZMQWindows.md [2020-11-14T00:41:52.841Z] drwxrwxr-x 2 1001 1001 4096 Nov 14 00:36 bin [2020-11-14T00:41:52.841Z] drwxrwxr-x 16 1001 1001 4096 Nov 14 00:36 cmd [2020-11-14T00:41:52.841Z] -rw-r--r-- 1 root root 556652 Nov 14 00:40 coverage.out [2020-11-14T00:41:52.841Z] -rw-r--r-- 1 root root 1041 Nov 14 00:41 go.mod [2020-11-14T00:41:52.841Z] -rw-r--r-- 1 root root 18582 Nov 14 00:41 go.sum [2020-11-14T00:41:52.841Z] drwxrwxr-x 8 1001 1001 4096 Nov 14 00:36 internal [2020-11-14T00:41:52.841Z] drwxrwxr-x 4 1001 1001 4096 Nov 14 00:36 openapi [2020-11-14T00:41:52.841Z] drwxrwxr-x 4 1001 1001 4096 Nov 14 00:36 snap [2020-11-14T00:41:52.841Z] -rw-rw-r-- 1 1001 1001 168 Nov 14 00:36 version.go [Pipeline] sh [2020-11-14T00:41:53.525Z] + '[' -e coverage.out ] [2020-11-14T00:41:53.525Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-14T00:41:53.599Z] Warning: overwriting stash ‘coverage-report’ [2020-11-14T00:41:54.769Z] Stashed 1 file(s) [Pipeline] sh [2020-11-14T00:41:55.430Z] + make build [2020-11-14T00:41:55.430Z] 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-11-14T00:42:22.230Z] 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-11-14T00:42:28.950Z] 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-11-14T00:42:33.260Z] 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-11-14T00:42:37.557Z] 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-11-14T00:42:42.959Z] 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-11-14T00:42:43.938Z] 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-11-14T00:42:48.270Z] 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-11-14T00:42:52.575Z] 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-11-14T00:42:52.681Z] Running on prd-centos7-docker-8c-8g-12100 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [Pipeline] { [Pipeline] ws [2020-11-14T00:42:52.743Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2020-11-14T00:42:55.067Z] using credential edgex-jenkins-ssh [2020-11-14T00:42:55.126Z] Cloning the remote Git repository [2020-11-14T00:42:55.153Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-14T00:42:55.219Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2020-11-14T00:42:55.242Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-14T00:42:55.242Z] > git --version # timeout=10 [2020-11-14T00:42:55.247Z] > git --version # 'git version 2.16.5' [2020-11-14T00:42:55.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-14T00:42:55.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-14T00:42:56.900Z] 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-11-14T00:43:00.290Z] 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-11-14T00:43:04.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-11-14T00:43:05.614Z] Merging remotes/origin/master commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 [2020-11-14T00:43:05.042Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-14T00:43:05.049Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-14T00:43:05.058Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-14T00:43:05.071Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-14T00:43:05.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-14T00:43:05.076Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-14T00:43:05.626Z] > git config core.sparsecheckout # timeout=10 [2020-11-14T00:43:05.630Z] > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 [2020-11-14T00:43:05.756Z] > git remote # timeout=10 [2020-11-14T00:43:05.760Z] > git config --get remote.origin.url # timeout=10 [2020-11-14T00:43:05.883Z] Merge succeeded, producing 67bcc87d32343063bfcaefedbece8ef7afb49b1f [2020-11-14T00:43:05.883Z] Checking out Revision 67bcc87d32343063bfcaefedbece8ef7afb49b1f (PR-2808) [2020-11-14T00:43:05.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-14T00:43:05.767Z] > git merge 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 [2020-11-14T00:43:05.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-14T00:43:05.888Z] > git config core.sparsecheckout # timeout=10 [2020-11-14T00:43:05.891Z] > git checkout -f 67bcc87d32343063bfcaefedbece8ef7afb49b1f # timeout=10 [2020-11-14T00:43:07.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-14T00:43:09.562Z] Commit message: "Merge commit '82d8907018ab8cb9f1ec85c1c043836e064d42f9' into HEAD" [2020-11-14T00:43:09.572Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-14T00:43:09.567Z] > git rev-list --no-walk 4a970f9cb0cb0e2184e473a819e469c1c0ca6fb1 # timeout=10 [2020-11-14T00:43:11.196Z] ++ find /w/workspace/edgex-go/20 [2020-11-14T00:43:11.196Z] ++ grep snapcraft.yaml [2020-11-14T00:43:11.196Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/20/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-14T00:43:11.339Z] provisioning config files... [2020-11-14T00:43:11.354Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/20@tmp/config7839427345152745837tmp [2020-11-14T00:43:11.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [Pipeline] { [Pipeline] sh [2020-11-14T00:43:11.750Z] + cp /w/workspace/edgex-go/20@tmp/config7839427345152745837tmp /w/workspace/edgex-go/20/edgex-snap-store-login [Pipeline] sh [2020-11-14T00:43:12.053Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/20:/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-11-14T00:43:12.053Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-11-14T00:43:12.053Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-11-14T00:43:12.053Z] f08d8e2a3ba1: Pulling fs layer [2020-11-14T00:43:12.053Z] 3baa9cb2483b: Pulling fs layer [2020-11-14T00:43:12.053Z] 94e5ff4c0b15: Pulling fs layer [2020-11-14T00:43:12.053Z] 1860925334f9: Pulling fs layer [2020-11-14T00:43:12.053Z] 2daf38717194: Pulling fs layer [2020-11-14T00:43:12.053Z] 309017e8d7a4: Pulling fs layer [2020-11-14T00:43:12.053Z] f7790dc9fd0f: Pulling fs layer [2020-11-14T00:43:12.053Z] cac0ae9282c2: Pulling fs layer [2020-11-14T00:43:12.053Z] 1f4cadf9a1ed: Pulling fs layer [2020-11-14T00:43:12.053Z] 1860925334f9: Waiting [2020-11-14T00:43:12.053Z] 2daf38717194: Waiting [2020-11-14T00:43:12.053Z] 309017e8d7a4: Waiting [2020-11-14T00:43:12.053Z] f7790dc9fd0f: Waiting [2020-11-14T00:43:12.053Z] cac0ae9282c2: Waiting [2020-11-14T00:43:12.053Z] 1f4cadf9a1ed: Waiting [2020-11-14T00:43:12.053Z] 94e5ff4c0b15: Verifying Checksum [2020-11-14T00:43:12.053Z] 94e5ff4c0b15: Download complete [2020-11-14T00:43:12.053Z] 3baa9cb2483b: Download complete [2020-11-14T00:43:12.315Z] 1860925334f9: Verifying Checksum [2020-11-14T00:43:12.316Z] 1860925334f9: Download complete [2020-11-14T00:43:12.316Z] 309017e8d7a4: Download complete [2020-11-14T00:43:12.316Z] f7790dc9fd0f: Verifying Checksum [2020-11-14T00:43:12.316Z] f7790dc9fd0f: Download complete [2020-11-14T00:43:12.316Z] cac0ae9282c2: Verifying Checksum [2020-11-14T00:43:12.316Z] cac0ae9282c2: Download complete [2020-11-14T00:43:12.316Z] 1f4cadf9a1ed: Verifying Checksum [2020-11-14T00:43:12.316Z] 1f4cadf9a1ed: Download complete [Pipeline] } [2020-11-14T00:43:14.847Z] $ docker stop --time=1 cc529d08792f493315b106a7fed1eb6813d5f716c58657fcc1e805268d35ee7d [2020-11-14T00:43:15.630Z] f08d8e2a3ba1: Verifying Checksum [2020-11-14T00:43:15.630Z] f08d8e2a3ba1: Download complete [2020-11-14T00:43:16.580Z] f08d8e2a3ba1: Pull complete [2020-11-14T00:43:16.580Z] 3baa9cb2483b: Pull complete [2020-11-14T00:43:16.840Z] 94e5ff4c0b15: Pull complete [2020-11-14T00:43:16.840Z] 1860925334f9: Pull complete [2020-11-14T00:43:17.477Z] $ docker rm -f cc529d08792f493315b106a7fed1eb6813d5f716c58657fcc1e805268d35ee7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:43:19.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-14T00:43:19.403Z] [2020-11-14T00:43:19.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:43:20.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-14T00:43:20.379Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-14T00:43:20.379Z] 29e5d40040c1: Pulling fs layer [2020-11-14T00:43:20.379Z] 1ce36da41761: Pulling fs layer [2020-11-14T00:43:20.379Z] 25b303627fd3: Pulling fs layer [2020-11-14T00:43:20.379Z] 29e5d40040c1: Verifying Checksum [2020-11-14T00:43:20.379Z] 29e5d40040c1: Download complete [2020-11-14T00:43:21.059Z] 2daf38717194: Verifying Checksum [2020-11-14T00:43:21.060Z] 2daf38717194: Download complete [2020-11-14T00:43:21.365Z] 1ce36da41761: Verifying Checksum [2020-11-14T00:43:21.365Z] 1ce36da41761: Download complete [2020-11-14T00:43:21.365Z] 29e5d40040c1: Pull complete [2020-11-14T00:43:22.347Z] 1ce36da41761: Pull complete [2020-11-14T00:43:22.618Z] 25b303627fd3: Verifying Checksum [2020-11-14T00:43:22.618Z] 25b303627fd3: Download complete [2020-11-14T00:43:32.767Z] 25b303627fd3: Pull complete [2020-11-14T00:43:32.767Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-14T00:43:32.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-14T00:43:32.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-14T00:43:33.036Z] prd-ubuntu18.04-docker-arm64-4c-16g-12095 does not seem to be running inside a container [2020-11-14T00:43:33.121Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-14T00:43:35.990Z] 2daf38717194: Pull complete [2020-11-14T00:43:35.990Z] 309017e8d7a4: Pull complete [2020-11-14T00:43:35.990Z] f7790dc9fd0f: Pull complete [2020-11-14T00:43:36.251Z] cac0ae9282c2: Pull complete [2020-11-14T00:43:36.251Z] 1f4cadf9a1ed: Pull complete [2020-11-14T00:43:36.251Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-11-14T00:43:36.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-11-14T00:43:36.763Z] $ docker top 225b193b83550bd9e2b87f10d5f1be738cf9c9306276984fb4ef4f617a4f7d8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-14T00:43:38.249Z] + grep parallel [2020-11-14T00:43:38.249Z] + docker-compose build --help [2020-11-14T00:43:40.470Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-14T00:43:40.470Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-11-14T00:43:40.470Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-11-14T00:43:40.470Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-11-14T00:43:40.470Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-11-14T00:43:40.732Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2020-11-14T00:43:40.732Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1365 kB] [2020-11-14T00:43:40.732Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2129 kB] [2020-11-14T00:43:40.993Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1781 kB] [2020-11-14T00:43:40.993Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [46.3 kB] [2020-11-14T00:43:40.993Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2198 kB] [2020-11-14T00:43:41.256Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-11-14T00:43:41.256Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-11-14T00:43:41.256Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2020-11-14T00:43:41.617Z] --parallel Build images in parallel. [2020-11-14T00:43:41.830Z] Fetched 8278 kB in 2s (4608 kB/s) [Pipeline] } [2020-11-14T00:43:41.914Z] $ docker stop --time=1 225b193b83550bd9e2b87f10d5f1be738cf9c9306276984fb4ef4f617a4f7d8d [2020-11-14T00:43:43.221Z] Reading package lists... [2020-11-14T00:43:43.962Z] $ docker rm -f 225b193b83550bd9e2b87f10d5f1be738cf9c9306276984fb4ef4f617a4f7d8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:43:44.611Z] 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-11-14T00:43:44.611Z] - README.md [2020-11-14T00:43:44.611Z] [2020-11-14T00:43:44.611Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-11-14T00:43:44.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-14T00:43:44.801Z] . [Pipeline] withDockerContainer [2020-11-14T00:43:45.069Z] prd-ubuntu18.04-docker-arm64-4c-16g-12095 does not seem to be running inside a container [2020-11-14T00:43:45.151Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-14T00:43:46.533Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-11-14T00:43:46.533Z] 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-14T00:43:46.533Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-11-14T00:43:46.609Z] $ docker top c6fa02f2f07646d9fcdf8247119d270e2d02c4140c89db86c29fd553bdae0b96 -eo pid,comm [2020-11-14T00:43:46.794Z] 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [Pipeline] { [Pipeline] sh [2020-11-14T00:43:47.642Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-14T00:43:48.150Z] 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... 53% 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... 72% Reading package lists... 72% 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-11-14T00:43:50.076Z] 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 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-11-14T00:43:51.182Z] 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... 54% 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... 72% Reading package lists... 72% 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-11-14T00:43:51.446Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-11-14T00:43:51.446Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-11-14T00:43:51.707Z] The following packages were automatically installed and are no longer required: [2020-11-14T00:43:51.707Z] libjq1 libonig4 [2020-11-14T00:43:51.707Z] Use 'sudo apt autoremove' to remove them. [2020-11-14T00:43:51.707Z] Suggested packages: [2020-11-14T00:43:51.707Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-11-14T00:43:51.707Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-11-14T00:43:51.707Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-11-14T00:43:51.707Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-11-14T00:43:51.707Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-11-14T00:43:51.707Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-11-14T00:43:51.707Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-11-14T00:43:51.707Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-11-14T00:43:51.707Z] | libterm-readline-perl-perl [2020-11-14T00:43:51.939Z] Building docker-core-command-go ... [2020-11-14T00:43:51.939Z] Building docker-core-data-go ... [2020-11-14T00:43:51.939Z] Building docker-core-metadata-go ... [2020-11-14T00:43:51.939Z] Building docker-security-bootstrap-redis-go ... [2020-11-14T00:43:51.939Z] Building docker-security-proxy-setup-go ... [2020-11-14T00:43:51.939Z] Building docker-security-secrets-setup-go ... [2020-11-14T00:43:51.939Z] Building docker-security-secretstore-setup-go ... [2020-11-14T00:43:51.939Z] Building docker-support-logging-go ... [2020-11-14T00:43:51.939Z] Building docker-support-notifications-go ... [2020-11-14T00:43:51.939Z] Building docker-support-scheduler-go ... [2020-11-14T00:43:51.939Z] Building docker-sys-mgmt-agent-go ... [2020-11-14T00:43:51.939Z] Building docker-support-logging-go [2020-11-14T00:43:51.939Z] Building docker-security-bootstrap-redis-go [2020-11-14T00:43:51.939Z] Building docker-security-secretstore-setup-go [2020-11-14T00:43:51.939Z] Building docker-security-proxy-setup-go [2020-11-14T00:43:51.939Z] Building docker-core-command-go [2020-11-14T00:43:51.968Z] The following NEW packages will be installed: [2020-11-14T00:43:51.968Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-11-14T00:43:51.968Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-11-14T00:43:51.968Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-11-14T00:43:51.968Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-11-14T00:43:51.968Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-11-14T00:43:51.968Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-11-14T00:43:51.968Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-11-14T00:43:51.968Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-11-14T00:43:51.968Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-11-14T00:43:51.968Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-11-14T00:43:51.968Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-11-14T00:43:51.968Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-11-14T00:43:51.968Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-11-14T00:43:51.968Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-11-14T00:43:51.968Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-11-14T00:43:51.968Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-11-14T00:43:51.968Z] perl perl-modules-5.26 pkg-config unzip zip [2020-11-14T00:43:51.968Z] The following packages will be upgraded: [2020-11-14T00:43:51.968Z] libc6 perl-base [2020-11-14T00:43:51.968Z] 2 upgraded, 101 newly installed, 0 to remove and 37 not upgraded. [2020-11-14T00:43:51.968Z] Need to get 84.4 MB of archives. [2020-11-14T00:43:51.968Z] After this operation, 369 MB of additional disk space will be used. [2020-11-14T00:43:52.228Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-11-14T00:43:53.061Z] 0% [1 perl-base 13.8 kB/1391 kB 1%] 1% [1 perl-base 599 kB/1391 kB 43%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-11-14T00:43:53.061Z] 2% [2 libc6 22.2 kB/2831 kB 1%] 4% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-11-14T00:43:53.061Z] 4% [3 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 5% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-11-14T00:43:53.327Z] 5% [4 perl-modules-5.26 0 B/2762 kB 0%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-11-14T00:43:53.327Z] 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-11-14T00:43:53.327Z] 8% [6 libgdbm-compat4 6084 B/6084 B 100%] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-11-14T00:43:53.327Z] 8% [7 libperl5.26 42.9 kB/3534 kB 1%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-11-14T00:43:53.327Z] 11% [8 perl 47.9 kB/201 kB 24%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-11-14T00:43:53.327Z] 12% [9 less 42.7 kB/112 kB 38%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-11-14T00:43:53.327Z] 12% [10 netbase 12.7 kB/12.7 kB 100%] 12% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-11-14T00:43:53.327Z] 12% [11 manpages 49.0 kB/1234 kB 4%] 14% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-11-14T00:43:53.327Z] 14% [12 binutils-common 60.3 kB/196 kB 31%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-11-14T00:43:53.327Z] 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-11-14T00:43:53.593Z] 15% [14 binutils-x86-64-linux-gnu 19.6 kB/1839 kB 1%] 17% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-11-14T00:43:53.593Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-11-14T00:43:53.593Z] 17% [16 libc-dev-bin 22.8 kB/71.8 kB 32%] 17% [Working] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-123.126 [997 kB] [2020-11-14T00:43:53.593Z] 17% [17 linux-libc-dev 16.2 kB/997 kB 2%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-11-14T00:43:53.593Z] 18% [18 libc6-dev 67.3 kB/2586 kB 3%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-11-14T00:43:53.593Z] 21% [19 gcc-7-base 12.3 kB/18.3 kB 67%] 21% [Working] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-11-14T00:43:53.593Z] 21% [20 libisl19 0 B/551 kB 0%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-11-14T00:43:53.593Z] 22% [21 libmpfr6 56.0 kB/243 kB 23%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-11-14T00:43:53.593Z] 22% [22 libmpc3 9778 B/40.8 kB 24%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-11-14T00:43:54.166Z] 22% [23 cpp-7 34.2 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-11-14T00:43:54.166Z] 31% [24 cpp 27.7 kB/27.7 kB 100%] 31% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-11-14T00:43:54.166Z] 31% [25 libcc1-0 0 B/39.4 kB 0%] 31% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-11-14T00:43:54.167Z] 31% [26 libgomp1 26.0 kB/76.5 kB 34%] 31% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-11-14T00:43:54.167Z] 32% [27 libitm1 14.8 kB/27.9 kB 53%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-11-14T00:43:54.167Z] 32% [28 libatomic1 9192 B/9192 B 100%] 32% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-11-14T00:43:54.167Z] 32% [29 libasan4 42.7 kB/358 kB 12%] 32% [Working] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-11-14T00:43:54.167Z] 32% [30 liblsan0 11.7 kB/133 kB 9%] 33% [Working] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-11-14T00:43:54.167Z] 33% [31 libtsan0 9823 B/288 kB 3%] 33% [Working] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-11-14T00:43:54.167Z] 33% [32 libubsan0 49.1 kB/126 kB 39%] 34% [Working] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-11-14T00:43:54.167Z] 34% [33 libcilkrts5 0 B/42.5 kB 0%] 34% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-11-14T00:43:54.167Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-11-14T00:43:54.167Z] 34% [35 libquadmath0 54.6 kB/134 kB 41%] 34% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-11-14T00:43:54.167Z] 34% [36 libgcc-7-dev 61.7 kB/2378 kB 3%] 37% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-11-14T00:43:54.427Z] 37% [37 gcc-7 42.4 kB/9381 kB 0%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-11-14T00:43:54.427Z] 46% [38 gcc 5184 B/5184 B 100%] 46% [Working] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-11-14T00:43:54.427Z] 46% [39 libstdc++-7-dev 27.1 kB/1471 kB 2%] 48% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-11-14T00:43:55.004Z] 48% [40 g++-7 62.9 kB/9697 kB 1%] 57% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-11-14T00:43:55.004Z] 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-11-14T00:43:55.004Z] 57% [42 make 62.7 kB/154 kB 41%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-11-14T00:43:55.004Z] 58% [43 libdpkg-perl 39.6 kB/211 kB 19%] 58% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-11-14T00:43:55.004Z] 58% [44 patch 24.8 kB/102 kB 24%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-11-14T00:43:55.004Z] 58% [45 dpkg-dev 53.7 kB/607 kB 9%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-11-14T00:43:55.004Z] 59% [46 build-essential 4758 B/4758 B 100%] 59% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-11-14T00:43:55.004Z] 59% [47 cmake-data 31.3 kB/1332 kB 2%] 61% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-11-14T00:43:55.004Z] 61% [48 libarchive13 10.2 kB/288 kB 4%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-11-14T00:43:55.004Z] 61% [49 libjsoncpp1 50.1 kB/73.6 kB 68%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-11-14T00:43:55.004Z] 61% [50 librhash0 41.8 kB/78.1 kB 54%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-11-14T00:43:55.004Z] 62% [51 libuv1 29.0 kB/64.4 kB 45%] 62% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-11-14T00:43:55.268Z] 62% [52 cmake 29.9 kB/3152 kB 1%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-11-14T00:43:55.268Z] 65% [53 curl 23.2 kB/159 kB 15%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-11-14T00:43:55.268Z] 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] 66% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-11-14T00:43:55.268Z] 66% [55 fakeroot 8192 B/62.3 kB 13%] 66% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] [2020-11-14T00:43:55.268Z] 66% [56 libc6-i386 4096 B/2652 kB 0%] 69% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.3 [1817 kB] [2020-11-14T00:43:55.530Z] 69% [57 libc6-dev-i386 28.7 kB/1817 kB 2%] 71% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] [2020-11-14T00:43:55.790Z] 71% [58 libc6-x32 25.2 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] [2020-11-14T00:43:55.790Z] 74% [59 libc6-dev-x32 61.0 kB/2016 kB 3%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-11-14T00:43:55.790Z] 76% [60 lib32gcc1 10.6 kB/48.1 kB 22%] 76% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-11-14T00:43:55.790Z] 76% [61 libx32gcc1 27.7 kB/40.5 kB 68%] 76% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-11-14T00:43:55.790Z] 76% [62 lib32gomp1 52.5 kB/83.7 kB 63%] 76% [Working] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-11-14T00:43:55.790Z] 76% [63 libx32gomp1 34.0 kB/77.8 kB 44%] 77% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-11-14T00:43:55.790Z] 77% [64 lib32itm1 21.5 kB/30.0 kB 72%] 77% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-11-14T00:43:55.790Z] 77% [65 libx32itm1 28.1 kB/28.1 kB 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-11-14T00:43:55.790Z] 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-11-14T00:43:55.790Z] 77% [67 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-11-14T00:43:55.790Z] 77% [68 lib32asan4 32.8 kB/362 kB 9%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-11-14T00:43:55.790Z] 78% [69 libx32asan4 41.4 kB/351 kB 12%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-11-14T00:43:55.790Z] 78% [70 lib32stdc++6 17.4 kB/415 kB 4%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-11-14T00:43:55.790Z] 79% [71 lib32ubsan0 20.5 kB/140 kB 15%] 79% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-11-14T00:43:56.051Z] 79% [72 libx32stdc++6 41.0 kB/387 kB 11%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-11-14T00:43:56.051Z] 80% [73 libx32ubsan0 14.2 kB/127 kB 11%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-11-14T00:43:56.051Z] 80% [74 lib32cilkrts5 11.7 kB/47.2 kB 25%] 81% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-11-14T00:43:56.051Z] 81% [75 libx32cilkrts5 13.6 kB/43.0 kB 32%] 81% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-11-14T00:43:56.051Z] 81% [76 lib32mpx2 12.9 kB/12.9 kB 100%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-11-14T00:43:56.051Z] 81% [77 lib32quadmath0 12.3 kB/208 kB 6%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-11-14T00:43:56.051Z] 81% [78 libx32quadmath0 57.3 kB/135 kB 42%] 82% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-11-14T00:43:56.051Z] 82% [79 lib32gcc-7-dev 6675 B/2211 kB 0%] 84% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-11-14T00:43:56.312Z] 84% [80 libx32gcc-7-dev 24.0 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-11-14T00:43:56.312Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-11-14T00:43:56.312Z] 86% [82 lib32stdc++-7-dev 37.2 kB/626 kB 6%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-11-14T00:43:56.312Z] 87% [83 libx32stdc++-7-dev 18.3 kB/582 kB 3%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-11-14T00:43:56.312Z] 88% [84 g++-7-multilib 0 B/1064 B 0%] 88% [Working] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-11-14T00:43:56.312Z] 88% [85 gcc-multilib 1428 B/1428 B 100%] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-11-14T00:43:56.312Z] 88% [86 g++-multilib 1020 B/1020 B 100%] 88% [Working] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-11-14T00:43:56.312Z] 88% [87 libcurl3-gnutls 4096 B/213 kB 2%] 89% [Working] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-11-14T00:43:56.312Z] 89% [88 liberror-perl 5328 B/22.8 kB 23%] 89% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-11-14T00:43:56.574Z] 89% [89 git-man 28.7 kB/804 kB 4%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-11-14T00:43:56.574Z] 90% [90 git 30.4 kB/3915 kB 1%] 94% [Working] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-11-14T00:43:56.574Z] 94% [91 libalgorithm-diff-perl 24.1 kB/47.6 kB 51%] 94% [Waiting for headers] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-11-14T00:43:56.574Z] 94% [92 libalgorithm-diff-xs-perl 8581 B/11.1 kB 77%] 94% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-11-14T00:43:56.574Z] 94% [93 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-11-14T00:43:56.574Z] 94% [94 libfile-fcntllock-perl 17.2 kB/33.2 kB 52%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-11-14T00:43:56.574Z] 95% [95 libnorm1 16.1 kB/224 kB 7%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-11-14T00:43:56.574Z] 95% [96 libpgm-5.2-0 17.7 kB/157 kB 11%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-11-14T00:43:56.574Z] 95% [97 libsodium23 19.0 kB/143 kB 13%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-11-14T00:43:56.574Z] 96% [98 libzmq5 12.4 kB/221 kB 6%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-11-14T00:43:56.574Z] 96% [99 libzmq3-dev 12.9 kB/400 kB 3%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-11-14T00:43:56.836Z] 97% [100 manpages-dev 32.1 kB/2217 kB 1%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-11-14T00:43:56.836Z] 99% [101 pkg-config 0 B/45.0 kB 0%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-11-14T00:43:57.408Z] 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-11-14T00:43:57.408Z] 100% [103 zip 10.0 kB/167 kB 6%] 100% [Working] Fetched 84.4 MB in 5s (15.9 MB/s) [2020-11-14T00:43:57.670Z] debconf: delaying package configuration, since apt-utils is not installed [2020-11-14T00:43:57.670Z] (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-11-14T00:43:57.670Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-14T00:43:57.670Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-11-14T00:44:00.972Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-11-14T00:44:00.972Z] (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-11-14T00:44:00.972Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-11-14T00:44:00.972Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-11-14T00:44:02.893Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:04.280Z] Selecting previously unselected package liblocale-gettext-perl. [2020-11-14T00:44:04.281Z] (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-11-14T00:44:04.281Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-11-14T00:44:04.281Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-11-14T00:44:04.281Z] Selecting previously unselected package perl-modules-5.26. [2020-11-14T00:44:04.281Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-11-14T00:44:04.281Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-11-14T00:44:05.226Z] Selecting previously unselected package libgdbm5:amd64. [2020-11-14T00:44:05.226Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-11-14T00:44:05.226Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-11-14T00:44:05.226Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-11-14T00:44:05.226Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-11-14T00:44:05.226Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-11-14T00:44:05.226Z] Selecting previously unselected package libperl5.26:amd64. [2020-11-14T00:44:05.226Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-14T00:44:05.226Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-11-14T00:44:05.798Z] Selecting previously unselected package perl. [2020-11-14T00:44:05.798Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-14T00:44:05.798Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-11-14T00:44:05.798Z] Selecting previously unselected package less. [2020-11-14T00:44:05.798Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-11-14T00:44:05.798Z] Unpacking less (487-0.1) ... [2020-11-14T00:44:06.059Z] Selecting previously unselected package netbase. [2020-11-14T00:44:06.059Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-11-14T00:44:06.059Z] Unpacking netbase (5.4) ... [2020-11-14T00:44:06.059Z] Selecting previously unselected package manpages. [2020-11-14T00:44:06.059Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-11-14T00:44:06.059Z] Unpacking manpages (4.15-1) ... [2020-11-14T00:44:06.059Z] Selecting previously unselected package binutils-common:amd64. [2020-11-14T00:44:06.059Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-14T00:44:06.059Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-14T00:44:06.321Z] Selecting previously unselected package libbinutils:amd64. [2020-11-14T00:44:06.321Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-14T00:44:06.321Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-14T00:44:06.321Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-11-14T00:44:06.321Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-14T00:44:06.321Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-11-14T00:44:06.893Z] Selecting previously unselected package binutils. [2020-11-14T00:44:06.893Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-14T00:44:06.893Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-11-14T00:44:06.893Z] Selecting previously unselected package libc-dev-bin. [2020-11-14T00:44:06.893Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-11-14T00:44:06.893Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-11-14T00:44:06.893Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-11-14T00:44:06.893Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-123.126_amd64.deb ... [2020-11-14T00:44:06.893Z] Unpacking linux-libc-dev:amd64 (4.15.0-123.126) ... [2020-11-14T00:44:07.464Z] Selecting previously unselected package libc6-dev:amd64. [2020-11-14T00:44:07.464Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-11-14T00:44:07.464Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:07.725Z] Selecting previously unselected package gcc-7-base:amd64. [2020-11-14T00:44:07.725Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:07.725Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:07.988Z] Selecting previously unselected package libisl19:amd64. [2020-11-14T00:44:07.988Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-11-14T00:44:07.988Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-11-14T00:44:07.988Z] Selecting previously unselected package libmpfr6:amd64. [2020-11-14T00:44:07.988Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-11-14T00:44:07.988Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-11-14T00:44:08.249Z] Selecting previously unselected package libmpc3:amd64. [2020-11-14T00:44:08.249Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-11-14T00:44:08.249Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-11-14T00:44:08.249Z] Selecting previously unselected package cpp-7. [2020-11-14T00:44:08.249Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:08.249Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:09.191Z] Selecting previously unselected package cpp. [2020-11-14T00:44:09.191Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-14T00:44:09.191Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:09.191Z] Selecting previously unselected package libcc1-0:amd64. [2020-11-14T00:44:09.191Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.191Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:09.191Z] Selecting previously unselected package libgomp1:amd64. [2020-11-14T00:44:09.191Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.191Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:09.452Z] Selecting previously unselected package libitm1:amd64. [2020-11-14T00:44:09.452Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.452Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:09.452Z] Selecting previously unselected package libatomic1:amd64. [2020-11-14T00:44:09.452Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.452Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:09.452Z] Selecting previously unselected package libasan4:amd64. [2020-11-14T00:44:09.452Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.452Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:09.712Z] Selecting previously unselected package liblsan0:amd64. [2020-11-14T00:44:09.713Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.713Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:09.713Z] Selecting previously unselected package libtsan0:amd64. [2020-11-14T00:44:09.713Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.713Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:09.713Z] Selecting previously unselected package libubsan0:amd64. [2020-11-14T00:44:09.713Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.713Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:09.713Z] Selecting previously unselected package libcilkrts5:amd64. [2020-11-14T00:44:09.713Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.973Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:09.973Z] Selecting previously unselected package libmpx2:amd64. [2020-11-14T00:44:09.973Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.973Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:09.973Z] Selecting previously unselected package libquadmath0:amd64. [2020-11-14T00:44:09.973Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.973Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:09.973Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-11-14T00:44:09.973Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:09.973Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:10.237Z] Selecting previously unselected package gcc-7. [2020-11-14T00:44:10.237Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:10.237Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:11.181Z] Selecting previously unselected package gcc. [2020-11-14T00:44:11.181Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-14T00:44:11.181Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:11.181Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-11-14T00:44:11.181Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:11.181Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:11.762Z] Selecting previously unselected package g++-7. [2020-11-14T00:44:11.762Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:11.762Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:12.722Z] Selecting previously unselected package g++. [2020-11-14T00:44:12.722Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-14T00:44:12.722Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:12.722Z] Selecting previously unselected package make. [2020-11-14T00:44:12.722Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-11-14T00:44:12.722Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-11-14T00:44:12.983Z] Selecting previously unselected package libdpkg-perl. [2020-11-14T00:44:12.983Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-11-14T00:44:12.983Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-11-14T00:44:12.983Z] Selecting previously unselected package patch. [2020-11-14T00:44:12.983Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-11-14T00:44:12.983Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-11-14T00:44:12.983Z] Selecting previously unselected package dpkg-dev. [2020-11-14T00:44:12.983Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-11-14T00:44:12.984Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-11-14T00:44:13.252Z] Selecting previously unselected package build-essential. [2020-11-14T00:44:13.252Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-11-14T00:44:13.252Z] Unpacking build-essential (12.4ubuntu1) ... [2020-11-14T00:44:13.252Z] Selecting previously unselected package cmake-data. [2020-11-14T00:44:13.252Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-11-14T00:44:13.252Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-11-14T00:44:14.951Z] Selecting previously unselected package libarchive13:amd64. [2020-11-14T00:44:14.951Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-11-14T00:44:14.951Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-11-14T00:44:14.951Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-11-14T00:44:14.951Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-14T00:44:14.951Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-14T00:44:14.951Z] Selecting previously unselected package librhash0:amd64. [2020-11-14T00:44:14.951Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-11-14T00:44:14.951Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-11-14T00:44:14.951Z] Selecting previously unselected package libuv1:amd64. [2020-11-14T00:44:14.951Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-11-14T00:44:14.951Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-11-14T00:44:14.951Z] Selecting previously unselected package cmake. [2020-11-14T00:44:14.951Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-11-14T00:44:14.951Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-11-14T00:44:14.951Z] Selecting previously unselected package curl. [2020-11-14T00:44:14.951Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-11-14T00:44:14.951Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-11-14T00:44:14.951Z] Selecting previously unselected package libfakeroot:amd64. [2020-11-14T00:44:14.951Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-11-14T00:44:14.951Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-11-14T00:44:14.951Z] Selecting previously unselected package fakeroot. [2020-11-14T00:44:14.951Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-11-14T00:44:14.951Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-11-14T00:44:15.218Z] Selecting previously unselected package libc6-i386. [2020-11-14T00:44:15.218Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-11-14T00:44:15.218Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:15.479Z] Selecting previously unselected package libc6-dev-i386. [2020-11-14T00:44:15.479Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-11-14T00:44:15.479Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:16.050Z] Selecting previously unselected package libc6-x32. [2020-11-14T00:44:16.050Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-11-14T00:44:16.050Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:16.311Z] Selecting previously unselected package libc6-dev-x32. [2020-11-14T00:44:16.311Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-11-14T00:44:16.311Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:16.900Z] Selecting previously unselected package lib32gcc1. [2020-11-14T00:44:16.900Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:16.900Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:16.900Z] Selecting previously unselected package libx32gcc1. [2020-11-14T00:44:16.900Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:16.900Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:16.900Z] Selecting previously unselected package lib32gomp1. [2020-11-14T00:44:16.900Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:16.900Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:16.900Z] Selecting previously unselected package libx32gomp1. [2020-11-14T00:44:16.900Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:16.900Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:17.160Z] Selecting previously unselected package lib32itm1. [2020-11-14T00:44:17.160Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.160Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:17.160Z] Selecting previously unselected package libx32itm1. [2020-11-14T00:44:17.160Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.160Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:17.160Z] Selecting previously unselected package lib32atomic1. [2020-11-14T00:44:17.160Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.160Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:17.160Z] Selecting previously unselected package libx32atomic1. [2020-11-14T00:44:17.160Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.160Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:17.422Z] Selecting previously unselected package lib32asan4. [2020-11-14T00:44:17.422Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.422Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:17.422Z] Selecting previously unselected package libx32asan4. [2020-11-14T00:44:17.422Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.422Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:17.683Z] Selecting previously unselected package lib32stdc++6. [2020-11-14T00:44:17.683Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.683Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:17.683Z] Selecting previously unselected package lib32ubsan0. [2020-11-14T00:44:17.683Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.683Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:17.683Z] Selecting previously unselected package libx32stdc++6. [2020-11-14T00:44:17.683Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.947Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:17.947Z] Selecting previously unselected package libx32ubsan0. [2020-11-14T00:44:17.947Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.948Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:17.948Z] Selecting previously unselected package lib32cilkrts5. [2020-11-14T00:44:17.948Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:17.948Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:17.948Z] Selecting previously unselected package libx32cilkrts5. [2020-11-14T00:44:17.948Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:18.210Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:18.210Z] Selecting previously unselected package lib32mpx2. [2020-11-14T00:44:18.210Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:18.210Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:18.210Z] Selecting previously unselected package lib32quadmath0. [2020-11-14T00:44:18.210Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:18.210Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:18.210Z] Selecting previously unselected package libx32quadmath0. [2020-11-14T00:44:18.210Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:18.474Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:18.474Z] Selecting previously unselected package lib32gcc-7-dev. [2020-11-14T00:44:18.474Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:18.474Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:18.735Z] Selecting previously unselected package libx32gcc-7-dev. [2020-11-14T00:44:18.735Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:18.735Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:18.997Z] Selecting previously unselected package gcc-7-multilib. [2020-11-14T00:44:18.997Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:18.997Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:18.997Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-11-14T00:44:18.997Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:18.997Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:19.258Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-11-14T00:44:19.258Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:19.258Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:19.258Z] Selecting previously unselected package g++-7-multilib. [2020-11-14T00:44:19.258Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-14T00:44:19.258Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:19.258Z] Selecting previously unselected package gcc-multilib. [2020-11-14T00:44:19.258Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-14T00:44:19.258Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:19.519Z] Selecting previously unselected package g++-multilib. [2020-11-14T00:44:19.519Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-14T00:44:19.519Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:19.519Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-11-14T00:44:19.519Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-11-14T00:44:19.519Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-11-14T00:44:19.519Z] Selecting previously unselected package liberror-perl. [2020-11-14T00:44:19.519Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-11-14T00:44:19.519Z] Unpacking liberror-perl (0.17025-1) ... [2020-11-14T00:44:19.781Z] Selecting previously unselected package git-man. [2020-11-14T00:44:19.781Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-11-14T00:44:19.781Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-11-14T00:44:19.781Z] Selecting previously unselected package git. [2020-11-14T00:44:19.781Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-11-14T00:44:19.781Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-11-14T00:44:20.356Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-11-14T00:44:20.356Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-11-14T00:44:20.356Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-11-14T00:44:20.356Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-11-14T00:44:20.356Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-11-14T00:44:20.356Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-11-14T00:44:20.617Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-11-14T00:44:20.617Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-11-14T00:44:20.617Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-11-14T00:44:20.617Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-11-14T00:44:20.617Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-11-14T00:44:20.617Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-11-14T00:44:20.617Z] Selecting previously unselected package libnorm1:amd64. [2020-11-14T00:44:20.617Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-11-14T00:44:20.617Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-11-14T00:44:20.617Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-11-14T00:44:20.617Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-11-14T00:44:20.617Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-11-14T00:44:20.879Z] Selecting previously unselected package libsodium23:amd64. [2020-11-14T00:44:20.879Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-11-14T00:44:20.879Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-11-14T00:44:20.879Z] Selecting previously unselected package libzmq5:amd64. [2020-11-14T00:44:20.879Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-11-14T00:44:20.879Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-14T00:44:20.879Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-11-14T00:44:20.879Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-11-14T00:44:20.879Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-14T00:44:21.141Z] Selecting previously unselected package manpages-dev. [2020-11-14T00:44:21.141Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-11-14T00:44:21.141Z] Unpacking manpages-dev (4.15-1) ... [2020-11-14T00:44:21.402Z] Selecting previously unselected package pkg-config. [2020-11-14T00:44:21.402Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-11-14T00:44:21.402Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-11-14T00:44:21.402Z] Selecting previously unselected package unzip. [2020-11-14T00:44:21.402Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-11-14T00:44:21.402Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-11-14T00:44:21.402Z] Selecting previously unselected package zip. [2020-11-14T00:44:21.402Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-11-14T00:44:21.402Z] Unpacking zip (3.0-11build1) ... [2020-11-14T00:44:21.663Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:21.663Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:21.663Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:21.663Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-11-14T00:44:21.663Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:21.663Z] Setting up manpages (4.15-1) ... [2020-11-14T00:44:21.663Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-11-14T00:44:21.663Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:21.663Z] Setting up less (487-0.1) ... [2020-11-14T00:44:21.936Z] Setting up make (4.1-9.1ubuntu1) ... [2020-11-14T00:44:21.936Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:21.936Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-11-14T00:44:21.936Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-11-14T00:44:21.936Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-11-14T00:44:21.936Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-11-14T00:44:21.936Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:21.936Z] Setting up unzip (6.0-21ubuntu1) ... [2020-11-14T00:44:21.936Z] Setting up linux-libc-dev:amd64 (4.15.0-123.126) ... [2020-11-14T00:44:22.198Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-11-14T00:44:22.198Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-11-14T00:44:22.198Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:22.198Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-11-14T00:44:22.198Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-11-14T00:44:22.198Z] Setting up zip (3.0-11build1) ... [2020-11-14T00:44:22.198Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.198Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.198Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.198Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-11-14T00:44:22.198Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.198Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-11-14T00:44:22.198Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.198Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.460Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-14T00:44:22.460Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-11-14T00:44:22.460Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.460Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-11-14T00:44:22.460Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-11-14T00:44:22.460Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.460Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-11-14T00:44:22.460Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-11-14T00:44:22.460Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-11-14T00:44:22.460Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-11-14T00:44:22.460Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.460Z] Setting up manpages-dev (4.15-1) ... [2020-11-14T00:44:22.461Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:22.722Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.722Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.722Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.722Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.722Z] Setting up netbase (5.4) ... [2020-11-14T00:44:22.722Z] Setting up libisl19:amd64 (0.19-1) ... [2020-11-14T00:44:22.722Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-14T00:44:22.722Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.722Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-14T00:44:22.722Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-14T00:44:22.983Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-14T00:44:22.983Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-11-14T00:44:22.983Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-11-14T00:44:22.983Z] 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-11-14T00:44:22.983Z] 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-11-14T00:44:22.983Z] 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-11-14T00:44:22.983Z] 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-11-14T00:44:22.983Z] 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-11-14T00:44:22.983Z] 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-11-14T00:44:22.983Z] 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-11-14T00:44:22.983Z] 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-11-14T00:44:22.983Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:22.983Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.243Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.243Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-11-14T00:44:23.244Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-14T00:44:23.244Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.244Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-11-14T00:44:23.244Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.244Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:23.244Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-11-14T00:44:23.244Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-11-14T00:44:23.244Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:23.244Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.505Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-11-14T00:44:23.505Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-11-14T00:44:23.505Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-11-14T00:44:23.505Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.505Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-11-14T00:44:23.505Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.505Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.505Z] Setting up liberror-perl (0.17025-1) ... [2020-11-14T00:44:23.505Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.505Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-11-14T00:44:23.505Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.767Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:23.767Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.767Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-14T00:44:23.767Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-11-14T00:44:23.767Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-11-14T00:44:23.767Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-11-14T00:44:23.767Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:23.767Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-11-14T00:44:23.767Z] 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-11-14T00:44:23.767Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-11-14T00:44:24.027Z] Setting up build-essential (12.4ubuntu1) ... [2020-11-14T00:44:24.027Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:24.027Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-11-14T00:44:24.027Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-14T00:44:24.027Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-11-14T00:44:24.027Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-11-14T00:44:25.946Z] binutils set to automatically installed. [2020-11-14T00:44:25.946Z] binutils-common set to automatically installed. [2020-11-14T00:44:25.946Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-11-14T00:44:25.946Z] build-essential set to automatically installed. [2020-11-14T00:44:25.946Z] cmake set to automatically installed. [2020-11-14T00:44:25.946Z] cmake-data set to automatically installed. [2020-11-14T00:44:25.946Z] cpp set to automatically installed. [2020-11-14T00:44:25.946Z] cpp-7 set to automatically installed. [2020-11-14T00:44:25.946Z] curl set to automatically installed. [2020-11-14T00:44:25.946Z] dpkg-dev set to automatically installed. [2020-11-14T00:44:25.946Z] fakeroot set to automatically installed. [2020-11-14T00:44:25.946Z] g++ set to automatically installed. [2020-11-14T00:44:25.946Z] g++-7 set to automatically installed. [2020-11-14T00:44:25.946Z] g++-7-multilib set to automatically installed. [2020-11-14T00:44:25.946Z] g++-multilib set to automatically installed. [2020-11-14T00:44:25.946Z] gcc set to automatically installed. [2020-11-14T00:44:25.946Z] gcc-7 set to automatically installed. [2020-11-14T00:44:25.946Z] gcc-7-base set to automatically installed. [2020-11-14T00:44:25.946Z] gcc-7-multilib set to automatically installed. [2020-11-14T00:44:25.946Z] gcc-multilib set to automatically installed. [2020-11-14T00:44:25.946Z] git set to automatically installed. [2020-11-14T00:44:25.946Z] git-man set to automatically installed. [2020-11-14T00:44:25.946Z] less set to automatically installed. [2020-11-14T00:44:25.946Z] lib32asan4 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32atomic1 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32cilkrts5 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32gcc-7-dev set to automatically installed. [2020-11-14T00:44:25.946Z] lib32gcc1 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32gomp1 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32itm1 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32mpx2 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32quadmath0 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32stdc++-7-dev set to automatically installed. [2020-11-14T00:44:25.946Z] lib32stdc++6 set to automatically installed. [2020-11-14T00:44:25.946Z] lib32ubsan0 set to automatically installed. [2020-11-14T00:44:25.946Z] libalgorithm-diff-perl set to automatically installed. [2020-11-14T00:44:25.946Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-11-14T00:44:25.946Z] libalgorithm-merge-perl set to automatically installed. [2020-11-14T00:44:25.946Z] libarchive13 set to automatically installed. [2020-11-14T00:44:25.946Z] libasan4 set to automatically installed. [2020-11-14T00:44:25.946Z] libatomic1 set to automatically installed. [2020-11-14T00:44:25.946Z] libbinutils set to automatically installed. [2020-11-14T00:44:25.946Z] libc-dev-bin set to automatically installed. [2020-11-14T00:44:25.946Z] libc6 set to automatically installed. [2020-11-14T00:44:25.946Z] libc6-dev set to automatically installed. [2020-11-14T00:44:25.946Z] libc6-dev-i386 set to automatically installed. [2020-11-14T00:44:25.946Z] libc6-dev-x32 set to automatically installed. [2020-11-14T00:44:25.946Z] libc6-i386 set to automatically installed. [2020-11-14T00:44:25.946Z] libc6-x32 set to automatically installed. [2020-11-14T00:44:25.946Z] libcc1-0 set to automatically installed. [2020-11-14T00:44:25.946Z] libcilkrts5 set to automatically installed. [2020-11-14T00:44:25.946Z] libcurl3-gnutls set to automatically installed. [2020-11-14T00:44:25.946Z] libdpkg-perl set to automatically installed. [2020-11-14T00:44:25.946Z] liberror-perl set to automatically installed. [2020-11-14T00:44:25.946Z] libfakeroot set to automatically installed. [2020-11-14T00:44:25.946Z] libfile-fcntllock-perl set to automatically installed. [2020-11-14T00:44:25.946Z] libgcc-7-dev set to automatically installed. [2020-11-14T00:44:25.946Z] libgdbm-compat4 set to automatically installed. [2020-11-14T00:44:25.946Z] libgdbm5 set to automatically installed. [2020-11-14T00:44:25.946Z] libgomp1 set to automatically installed. [2020-11-14T00:44:25.946Z] libisl19 set to automatically installed. [2020-11-14T00:44:25.946Z] libitm1 set to automatically installed. [2020-11-14T00:44:25.946Z] libjsoncpp1 set to automatically installed. [2020-11-14T00:44:26.208Z] liblocale-gettext-perl set to automatically installed. [2020-11-14T00:44:26.208Z] liblsan0 set to automatically installed. [2020-11-14T00:44:26.208Z] libmpc3 set to automatically installed. [2020-11-14T00:44:26.208Z] libmpfr6 set to automatically installed. [2020-11-14T00:44:26.208Z] libmpx2 set to automatically installed. [2020-11-14T00:44:26.208Z] libnorm1 set to automatically installed. [2020-11-14T00:44:26.208Z] libperl5.26 set to automatically installed. [2020-11-14T00:44:26.208Z] libpgm-5.2-0 set to automatically installed. [2020-11-14T00:44:26.208Z] libquadmath0 set to automatically installed. [2020-11-14T00:44:26.208Z] librhash0 set to automatically installed. [2020-11-14T00:44:26.208Z] libsodium23 set to automatically installed. [2020-11-14T00:44:26.208Z] libstdc++-7-dev set to automatically installed. [2020-11-14T00:44:26.208Z] libtsan0 set to automatically installed. [2020-11-14T00:44:26.208Z] libubsan0 set to automatically installed. [2020-11-14T00:44:26.208Z] libuv1 set to automatically installed. [2020-11-14T00:44:26.208Z] libx32asan4 set to automatically installed. [2020-11-14T00:44:26.208Z] libx32atomic1 set to automatically installed. [2020-11-14T00:44:26.208Z] libx32cilkrts5 set to automatically installed. [2020-11-14T00:44:26.208Z] libx32gcc-7-dev set to automatically installed. [2020-11-14T00:44:26.208Z] libx32gcc1 set to automatically installed. [2020-11-14T00:44:26.208Z] libx32gomp1 set to automatically installed. [2020-11-14T00:44:26.208Z] libx32itm1 set to automatically installed. [2020-11-14T00:44:26.208Z] libx32quadmath0 set to automatically installed. [2020-11-14T00:44:26.208Z] libx32stdc++-7-dev set to automatically installed. [2020-11-14T00:44:26.208Z] libx32stdc++6 set to automatically installed. [2020-11-14T00:44:26.469Z] libx32ubsan0 set to automatically installed. [2020-11-14T00:44:26.469Z] libzmq3-dev set to automatically installed. [2020-11-14T00:44:26.469Z] libzmq5 set to automatically installed. [2020-11-14T00:44:26.469Z] linux-libc-dev set to automatically installed. [2020-11-14T00:44:26.469Z] make set to automatically installed. [2020-11-14T00:44:26.469Z] manpages set to automatically installed. [2020-11-14T00:44:26.469Z] manpages-dev set to automatically installed. [2020-11-14T00:44:26.469Z] netbase set to automatically installed. [2020-11-14T00:44:26.469Z] patch set to automatically installed. [2020-11-14T00:44:26.469Z] perl set to automatically installed. [2020-11-14T00:44:26.469Z] perl-base set to automatically installed. [2020-11-14T00:44:26.469Z] perl-modules-5.26 set to automatically installed. [2020-11-14T00:44:26.469Z] pkg-config set to automatically installed. [2020-11-14T00:44:26.469Z] unzip set to automatically installed. [2020-11-14T00:44:26.469Z] zip set to automatically installed. [2020-11-14T00:44:26.469Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-11-14T00:44:26.469Z] Please ensure the environment is properly setup before continuing. [2020-11-14T00:44:26.469Z] Ignore this message if the appropriate measures have already been taken [2020-11-14T00:44:27.040Z] Pulling go-build-helper  [2020-11-14T00:44:27.991Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-11-14T00:44:27.992Z] Skipping pull go-build-helper (already ran) [2020-11-14T00:44:27.992Z] Building go-build-helper  [2020-11-14T00:44:32.198Z] Staging go-build-helper  [2020-11-14T00:44:32.198Z] Pulling go115  [2020-11-14T00:44:33.145Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-11-14T00:44:33.145Z] Skipping pull go115 (already ran) [2020-11-14T00:44:33.145Z] Building go115  [2020-11-14T00:44:33.145Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-14T00:44:33.145Z] Dload Upload Total Spent Left Speed [2020-11-14T00:44:35.036Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 115M 46 54.0M 0 0 52.7M 0 0:00:02 0:00:01 0:00:01 52.6M 92 115M 92 106M 0 0 54.6M 0 0:00:02 0:00:01 0:00:01 54.6M [2020-11-14T00:44:35.036Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-11-14T00:44:35.297Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-11-14T00:44:36.251Z] 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-11-14T00:44:37.255Z] Failed in branch amd64 [2020-11-14T00:45:14.577Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:45:14.577Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:45:14.577Z] ---> 5560038794d0 [2020-11-14T00:45:14.577Z] Step 3/22 : WORKDIR /edgex-go [2020-11-14T00:45:14.577Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:45:14.577Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:45:14.577Z] ---> 5560038794d0 [2020-11-14T00:45:14.577Z] Step 3/22 : WORKDIR /edgex-go [2020-11-14T00:45:14.577Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:45:14.577Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:45:14.577Z] ---> 5560038794d0 [2020-11-14T00:45:14.577Z] Step 3/21 : WORKDIR /edgex-go [2020-11-14T00:45:14.577Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:45:14.577Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:45:14.577Z] ---> 5560038794d0 [2020-11-14T00:45:14.577Z] Step 3/22 : WORKDIR /edgex-go [2020-11-14T00:45:14.577Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:45:14.577Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:45:14.577Z] ---> 5560038794d0 [2020-11-14T00:45:14.577Z] Step 3/24 : WORKDIR /edgex-go [2020-11-14T00:45:14.577Z] ---> Running in 7d40e7d65059 [2020-11-14T00:45:14.577Z] ---> Running in a3ff392924c1 [2020-11-14T00:45:14.577Z] ---> Running in ab27148bccb6 [2020-11-14T00:45:14.577Z] ---> Running in 47c4812d5c7f [2020-11-14T00:45:14.577Z] ---> Running in b47607bb7792 [2020-11-14T00:45:14.577Z] Removing intermediate container 47c4812d5c7f [2020-11-14T00:45:14.577Z] ---> 7c243bba519e [2020-11-14T00:45:14.577Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:45:14.577Z] Removing intermediate container a3ff392924c1 [2020-11-14T00:45:14.577Z] ---> f6161e9d682d [2020-11-14T00:45:14.577Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:45:14.577Z] Removing intermediate container 7d40e7d65059 [2020-11-14T00:45:14.577Z] ---> 7b9f7d70db99 [2020-11-14T00:45:14.577Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:45:14.577Z] Removing intermediate container ab27148bccb6 [2020-11-14T00:45:14.577Z] ---> 9b5ef1bac9dc [2020-11-14T00:45:14.577Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:45:14.577Z] Removing intermediate container b47607bb7792 [2020-11-14T00:45:14.577Z] ---> 9f17796f06cc [2020-11-14T00:45:14.577Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:45:14.577Z] ---> Running in eb832d2fca80 [2020-11-14T00:45:14.577Z] ---> Running in 9d426aa2245c [2020-11-14T00:45:14.577Z] ---> Running in 4b48982b5ec0 [2020-11-14T00:45:14.577Z] ---> Running in 623b89738d9b [2020-11-14T00:45:14.577Z] ---> Running in 05e84d774687 [2020-11-14T00:45:16.562Z] Removing intermediate container eb832d2fca80 [2020-11-14T00:45:16.562Z] ---> 4fff12d0b0c4 [2020-11-14T00:45:16.562Z] Step 5/22 : RUN apk update && apk add make git [2020-11-14T00:45:16.832Z] ---> Running in cf9a616032e5 [2020-11-14T00:45:16.832Z] Removing intermediate container 9d426aa2245c [2020-11-14T00:45:16.832Z] ---> 7ddf6170dd50 [2020-11-14T00:45:16.832Z] Step 5/21 : RUN apk update && apk add make git [2020-11-14T00:45:17.108Z] Removing intermediate container 623b89738d9b [2020-11-14T00:45:17.108Z] ---> 27431e70cc38 [2020-11-14T00:45:17.108Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-14T00:45:17.108Z] ---> Running in 9ff8a917ba80 [2020-11-14T00:45:17.380Z] Removing intermediate container 4b48982b5ec0 [2020-11-14T00:45:17.380Z] ---> 4ef34268bc20 [2020-11-14T00:45:17.380Z] Step 5/24 : RUN apk update && apk add make git [2020-11-14T00:45:17.380Z] ---> Running in beb005c0e0e2 [2020-11-14T00:45:17.380Z] Removing intermediate container 05e84d774687 [2020-11-14T00:45:17.380Z] ---> b2cd3e7b5a74 [2020-11-14T00:45:17.380Z] Step 5/22 : RUN apk update && apk add make git [2020-11-14T00:45:17.654Z] ---> Running in 7febe17ba40d [2020-11-14T00:45:17.654Z] ---> Running in 2526daa54a67 [2020-11-14T00:45:19.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:19.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:19.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:19.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:19.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:20.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:21.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:21.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:21.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:21.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:45:22.024Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:45:22.024Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:45:22.024Z] OK: 12623 distinct packages available [2020-11-14T00:45:22.626Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:45:22.626Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:45:22.626Z] OK: 12623 distinct packages available [2020-11-14T00:45:22.910Z] OK: 217 MiB in 51 packages [2020-11-14T00:45:22.910Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:45:22.910Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:45:22.910Z] OK: 12623 distinct packages available [2020-11-14T00:45:23.184Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:45:23.184Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:45:23.184Z] OK: 12623 distinct packages available [2020-11-14T00:45:23.472Z] OK: 217 MiB in 51 packages [2020-11-14T00:45:23.845Z] OK: 217 MiB in 51 packages [2020-11-14T00:45:24.150Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:45:24.150Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:45:24.150Z] OK: 12623 distinct packages available [2020-11-14T00:45:24.434Z] OK: 217 MiB in 51 packages [2020-11-14T00:45:24.750Z] Removing intermediate container cf9a616032e5 [2020-11-14T00:45:24.750Z] ---> 20ed3b230f49 [2020-11-14T00:45:24.750Z] Step 6/22 : COPY go.mod . [2020-11-14T00:45:24.750Z] OK: 217 MiB in 51 packages [2020-11-14T00:45:25.046Z] OK: 217 MiB in 51 packages [2020-11-14T00:45:25.639Z] Removing intermediate container 9ff8a917ba80 [2020-11-14T00:45:25.639Z] ---> 5ebdcb5f7245 [2020-11-14T00:45:25.639Z] Step 6/21 : COPY go.mod . [2020-11-14T00:45:26.237Z] ---> c905ac6823c6 [2020-11-14T00:45:26.237Z] Step 7/22 : RUN go mod download [2020-11-14T00:45:26.237Z] ---> Running in 7c5b73200f74 [2020-11-14T00:45:26.514Z] Removing intermediate container 2526daa54a67 [2020-11-14T00:45:26.514Z] ---> 0ff9d11fb76d [2020-11-14T00:45:26.514Z] Step 6/22 : COPY go.mod . [2020-11-14T00:45:26.791Z] Removing intermediate container beb005c0e0e2 [2020-11-14T00:45:26.791Z] ---> f3a378257f5f [2020-11-14T00:45:26.791Z] Step 6/22 : COPY go.mod . [2020-11-14T00:45:26.791Z] ---> 79b94759a8c0 [2020-11-14T00:45:26.791Z] Step 7/21 : RUN go mod download [2020-11-14T00:45:27.065Z] Removing intermediate container 7febe17ba40d [2020-11-14T00:45:27.065Z] ---> 9a3d72e5efbf [2020-11-14T00:45:27.065Z] Step 6/24 : COPY go.mod . [2020-11-14T00:45:27.065Z] ---> Running in bdaf19704df2 [2020-11-14T00:45:28.056Z] ---> 7c6d16e1acce [2020-11-14T00:45:28.056Z] Step 7/22 : RUN go mod download [2020-11-14T00:45:28.056Z] ---> ebd0220751b6 [2020-11-14T00:45:28.056Z] Step 7/22 : RUN go mod download [2020-11-14T00:45:28.056Z] ---> Running in f37f03e96c5d [2020-11-14T00:45:28.333Z] ---> a3823b731d6d [2020-11-14T00:45:28.333Z] Step 7/24 : RUN go mod download [2020-11-14T00:45:28.333Z] ---> Running in 0df96894c09a [2020-11-14T00:45:28.611Z] ---> Running in 353a32336e3c [2020-11-14T00:45:31.267Z] Removing intermediate container 7c5b73200f74 [2020-11-14T00:45:31.267Z] ---> a584c7709299 [2020-11-14T00:45:31.267Z] Step 8/22 : COPY . . [2020-11-14T00:45:31.267Z] Removing intermediate container bdaf19704df2 [2020-11-14T00:45:31.267Z] ---> 71042ade43db [2020-11-14T00:45:31.267Z] Step 8/21 : COPY . . [2020-11-14T00:45:34.655Z] Removing intermediate container 0df96894c09a [2020-11-14T00:45:34.655Z] ---> f01a916b5489 [2020-11-14T00:45:34.655Z] Step 8/22 : COPY . . [2020-11-14T00:45:34.933Z] Removing intermediate container f37f03e96c5d [2020-11-14T00:45:34.933Z] ---> 0db84158381a [2020-11-14T00:45:34.933Z] Step 8/22 : COPY . . [2020-11-14T00:45:34.933Z] Removing intermediate container 353a32336e3c [2020-11-14T00:45:34.933Z] ---> 8fc1c99701c9 [2020-11-14T00:45:34.933Z] Step 8/24 : COPY . . [2020-11-14T00:45:57.111Z] ---> 299a7fddb66e [2020-11-14T00:45:57.111Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/edgex-secrets-config/edgex-secrets-config [2020-11-14T00:45:57.111Z] ---> 87e191c1fdab [2020-11-14T00:45:57.111Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-14T00:45:57.111Z] ---> 77353f572842 [2020-11-14T00:45:57.111Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-14T00:45:57.111Z] ---> 3e7e59d7d82b [2020-11-14T00:45:57.111Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-14T00:45:57.111Z] ---> 0a57109eab52 [2020-11-14T00:45:57.111Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-14T00:45:57.111Z] ---> Running in 7150dc0218c8 [2020-11-14T00:45:57.111Z] ---> Running in 259980aab475 [2020-11-14T00:45:57.111Z] ---> Running in 7ec86f86124a [2020-11-14T00:45:57.111Z] ---> Running in 11ead7f03dab [2020-11-14T00:45:57.111Z] ---> Running in 7c94351ab944 [2020-11-14T00:45:58.536Z] 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-11-14T00:45:58.815Z] 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-11-14T00:45:58.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-14T00:45:58.815Z] 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-11-14T00:45:59.091Z] 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-11-14T00:47:20.939Z] 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-11-14T00:47:20.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [2020-11-14T00:47:23.571Z] Removing intermediate container 11ead7f03dab [2020-11-14T00:47:23.571Z] ---> 8ec49c713a92 [2020-11-14T00:47:23.571Z] [2020-11-14T00:47:23.571Z] Step 10/22 : FROM alpine:3.10 [2020-11-14T00:47:23.843Z] 3.10: Pulling from library/alpine [2020-11-14T00:47:25.870Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-14T00:47:25.870Z] Status: Downloaded newer image for alpine:3.10 [2020-11-14T00:47:25.870Z] ---> 536a684cf733 [2020-11-14T00:47:25.870Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-14T00:47:26.146Z] ---> Running in bcacad04cb63 [2020-11-14T00:47:29.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:47:29.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:47:30.260Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-14T00:47:30.260Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-14T00:47:30.260Z] OK: 10167 distinct packages available [2020-11-14T00:47:30.864Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-14T00:47:30.864Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-14T00:47:30.864Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-14T00:47:30.864Z] (4/5) Installing curl (7.66.0-r1) [2020-11-14T00:47:30.864Z] Removing intermediate container 259980aab475 [2020-11-14T00:47:30.864Z] ---> f240af57545b [2020-11-14T00:47:30.864Z] [2020-11-14T00:47:30.864Z] Step 10/24 : FROM alpine:3.10 [2020-11-14T00:47:30.864Z] ---> 536a684cf733 [2020-11-14T00:47:30.864Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-14T00:47:31.143Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-14T00:47:31.143Z] Executing busybox-1.30.1-r3.trigger [2020-11-14T00:47:31.143Z] Executing ca-certificates-20191127-r2.trigger [2020-11-14T00:47:31.417Z] OK: 7 MiB in 19 packages [2020-11-14T00:47:31.417Z] ---> Running in bad0b41bf6c0 [2020-11-14T00:47:34.052Z] Removing intermediate container 7150dc0218c8 [2020-11-14T00:47:34.052Z] ---> d9ae95ffc2ce [2020-11-14T00:47:34.052Z] [2020-11-14T00:47:34.052Z] Step 10/21 : FROM alpine [2020-11-14T00:47:34.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:47:34.329Z] latest: Pulling from library/alpine [2020-11-14T00:47:34.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:47:34.606Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-14T00:47:34.606Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-14T00:47:34.606Z] OK: 10167 distinct packages available [2020-11-14T00:47:34.876Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-14T00:47:34.876Z] Status: Downloaded newer image for alpine:latest [2020-11-14T00:47:34.876Z] ---> 2e77e061c27f [2020-11-14T00:47:34.876Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-14T00:47:34.876Z] Removing intermediate container bcacad04cb63 [2020-11-14T00:47:34.876Z] ---> 439d265d7b51 [2020-11-14T00:47:34.876Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-14T00:47:35.148Z] ---> Running in 95b869ab840d [2020-11-14T00:47:35.148Z] Removing intermediate container 7ec86f86124a [2020-11-14T00:47:35.148Z] ---> 5f5cc8ecbcb0 [2020-11-14T00:47:35.148Z] [2020-11-14T00:47:35.148Z] Step 10/22 : FROM scratch [2020-11-14T00:47:35.148Z] ---> [2020-11-14T00:47:35.148Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-14T00:47:35.434Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-14T00:47:35.434Z] ---> Running in a954c0b8a5c6 [2020-11-14T00:47:35.434Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-14T00:47:35.434Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-14T00:47:35.434Z] (4/5) Installing curl (7.66.0-r1) [2020-11-14T00:47:35.434Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-14T00:47:35.434Z] Executing busybox-1.30.1-r3.trigger [2020-11-14T00:47:35.719Z] Executing ca-certificates-20191127-r2.trigger [2020-11-14T00:47:35.719Z] ---> Running in 54bfee7dd5bb [2020-11-14T00:47:35.994Z] OK: 7 MiB in 19 packages [2020-11-14T00:47:36.275Z] Removing intermediate container a954c0b8a5c6 [2020-11-14T00:47:36.275Z] ---> ff8efb645b57 [2020-11-14T00:47:36.275Z] Step 13/22 : WORKDIR / [2020-11-14T00:47:36.275Z] Removing intermediate container 54bfee7dd5bb [2020-11-14T00:47:36.275Z] ---> b0c167a1fcc9 [2020-11-14T00:47:36.275Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-14T00:47:36.275Z] ---> Running in 6a0bbdf91107 [2020-11-14T00:47:36.552Z] ---> Running in 5d0b4a87e49f [2020-11-14T00:47:37.158Z] Removing intermediate container 5d0b4a87e49f [2020-11-14T00:47:37.439Z] ---> cf367fd93674 [2020-11-14T00:47:37.439Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-14T00:47:37.439Z] Removing intermediate container 6a0bbdf91107 [2020-11-14T00:47:37.439Z] ---> f2838f1e9600 [2020-11-14T00:47:37.439Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-14T00:47:37.439Z] ---> Running in 39afba1b7dac [2020-11-14T00:47:37.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:47:37.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:47:38.603Z] Removing intermediate container bad0b41bf6c0 [2020-11-14T00:47:38.603Z] ---> 0aa13996ad26 [2020-11-14T00:47:38.603Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-14T00:47:38.603Z] Removing intermediate container 39afba1b7dac [2020-11-14T00:47:38.603Z] ---> 0ce92177130e [2020-11-14T00:47:38.603Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash ---> 4cd1988388aa [2020-11-14T00:47:38.603Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-14T00:47:38.603Z] [2020-11-14T00:47:38.884Z] v3.12.1-24-g9d31f224d7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:47:38.885Z] v3.12.1-29-g3a247b9dbc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:47:38.885Z] OK: 12615 distinct packages available [2020-11-14T00:47:38.885Z] ---> Running in 69a7e8575da6 [2020-11-14T00:47:39.494Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-14T00:47:39.771Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-14T00:47:39.771Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-14T00:47:39.771Z] (4/4) Installing curl (7.69.1-r1) [2020-11-14T00:47:39.771Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:47:39.771Z] Executing ca-certificates-20191127-r4.trigger [2020-11-14T00:47:40.046Z] OK: 7 MiB in 18 packages [2020-11-14T00:47:40.046Z] ---> 1791d5fcd35c [2020-11-14T00:47:40.046Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-14T00:47:40.350Z] Removing intermediate container 69a7e8575da6 [2020-11-14T00:47:40.350Z] ---> b348ecd2adea [2020-11-14T00:47:40.350Z] Step 13/24 : WORKDIR / [2020-11-14T00:47:40.622Z] ---> 6b0ed523a9eb [2020-11-14T00:47:40.622Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-14T00:47:40.622Z] ---> Running in 84332e9563e3 [2020-11-14T00:47:41.595Z] ---> 2560c3360541 [2020-11-14T00:47:41.595Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-14T00:47:41.869Z] ---> 6d147394a359 [2020-11-14T00:47:41.869Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-14T00:47:41.869Z] Removing intermediate container 84332e9563e3 [2020-11-14T00:47:41.869Z] ---> 7db4986ab14d [2020-11-14T00:47:41.869Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-14T00:47:42.851Z] Removing intermediate container 95b869ab840d [2020-11-14T00:47:42.851Z] ---> 34f8bec083f1 [2020-11-14T00:47:42.851Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-14T00:47:43.126Z] ---> Running in da5dcaf9f145 [2020-11-14T00:47:43.126Z] ---> ef0d63ac8520 [2020-11-14T00:47:43.126Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-14T00:47:43.402Z] ---> 1c04064fdaac [2020-11-14T00:47:43.402Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-14T00:47:43.402Z] ---> 658b51189314 [2020-11-14T00:47:43.402Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-14T00:47:43.402Z] Removing intermediate container 7c94351ab944 [2020-11-14T00:47:43.402Z] ---> fc6dda7486fd [2020-11-14T00:47:43.402Z] [2020-11-14T00:47:43.402Z] Step 10/22 : FROM scratch [2020-11-14T00:47:43.402Z] ---> [2020-11-14T00:47:43.402Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-14T00:47:43.675Z] ---> Running in 5cc04ed25e66 [2020-11-14T00:47:43.970Z] ---> Running in 34faea3157a0 [2020-11-14T00:47:43.970Z] Removing intermediate container da5dcaf9f145 [2020-11-14T00:47:43.970Z] ---> 49aa84a1bfd0 [2020-11-14T00:47:43.970Z] Step 13/21 : WORKDIR /edgex [2020-11-14T00:47:43.970Z] ---> Running in 7e23a17e62c9 [2020-11-14T00:47:44.246Z] ---> cd4f0979269e [2020-11-14T00:47:44.246Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-14T00:47:44.522Z] Removing intermediate container 34faea3157a0 [2020-11-14T00:47:44.522Z] ---> 14c895b13f2a [2020-11-14T00:47:44.522Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-14T00:47:44.797Z] ---> 554fd455c5f2 [2020-11-14T00:47:44.797Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-14T00:47:44.797Z] ---> Running in bac37599cdac [2020-11-14T00:47:44.797Z] Removing intermediate container 7e23a17e62c9 [2020-11-14T00:47:44.797Z] ---> 1682675b03e3 [2020-11-14T00:47:44.797Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-14T00:47:44.797Z] ---> Running in 8cb8319a3024 [2020-11-14T00:47:45.394Z] Removing intermediate container bac37599cdac [2020-11-14T00:47:45.394Z] ---> b12ae135e37f [2020-11-14T00:47:45.394Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-14T00:47:45.394Z] ---> b29e6de6f81d [2020-11-14T00:47:45.394Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-14T00:47:45.394Z] ---> Running in 83f6e5f553f2 [2020-11-14T00:47:45.679Z] Removing intermediate container 8cb8319a3024 [2020-11-14T00:47:45.679Z] ---> ea107813a57d [2020-11-14T00:47:45.679Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:47:45.679Z] ---> Running in 25f61760e094 [2020-11-14T00:47:45.958Z] ---> 17ffcb2a3a98 [2020-11-14T00:47:45.958Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-14T00:47:46.235Z] Removing intermediate container 83f6e5f553f2 [2020-11-14T00:47:46.235Z] ---> bd5f26aa994b [2020-11-14T00:47:46.235Z] Step 14/22 : WORKDIR / [2020-11-14T00:47:46.512Z] ---> Running in 5f79e89b4b83 [2020-11-14T00:47:46.512Z] Removing intermediate container 25f61760e094 [2020-11-14T00:47:46.512Z] ---> 2fe80c49f140 [2020-11-14T00:47:46.512Z] Step 20/22 : LABEL arch=arm64 [2020-11-14T00:47:47.112Z] ---> Running in 5fe71cf46ee8 [2020-11-14T00:47:47.112Z] ---> 29d44273bea0 [2020-11-14T00:47:47.112Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-14T00:47:47.388Z] Removing intermediate container 5f79e89b4b83 [2020-11-14T00:47:47.388Z] ---> 786cbf1fc586 [2020-11-14T00:47:47.388Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-14T00:47:47.388Z] ---> 8ad5b15dfed1 [2020-11-14T00:47:47.388Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/edgex-secrets-config/edgex-secrets-config . [2020-11-14T00:47:47.388Z] Removing intermediate container 5cc04ed25e66 [2020-11-14T00:47:47.388Z] ---> 87f4aed40f13 [2020-11-14T00:47:47.388Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-14T00:47:47.665Z] ---> Running in 831daa7a0bdf [2020-11-14T00:47:47.665Z] Removing intermediate container 5fe71cf46ee8 [2020-11-14T00:47:47.665Z] ---> e79b0825b0df [2020-11-14T00:47:47.665Z] Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:47:47.940Z] ---> Running in b946a9b15575 [2020-11-14T00:47:48.221Z] Removing intermediate container 831daa7a0bdf [2020-11-14T00:47:48.221Z] ---> d461de19b780 [2020-11-14T00:47:48.221Z] Step 20/22 : LABEL arch=arm64 [2020-11-14T00:47:48.497Z] ---> f58b05e0f39a [2020-11-14T00:47:48.497Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-14T00:47:48.781Z] ---> Running in 90eb7e0ef907 [2020-11-14T00:47:48.781Z] Removing intermediate container b946a9b15575 [2020-11-14T00:47:48.781Z] ---> 364d28aa66e9 [2020-11-14T00:47:48.781Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ ---> 53be1808a597 [2020-11-14T00:47:48.781Z] [2020-11-14T00:47:48.781Z] Step 22/22 : LABEL version=0.0.0 [2020-11-14T00:47:49.057Z] ---> 6a5b2adbd561 [2020-11-14T00:47:49.057Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-14T00:47:49.057Z] ---> Running in 051da43edd65 [2020-11-14T00:47:49.341Z] ---> Running in a90ab4aa6800 [2020-11-14T00:47:49.341Z] Removing intermediate container 90eb7e0ef907 [2020-11-14T00:47:49.341Z] ---> 83e1ccbb1582 [2020-11-14T00:47:49.341Z] Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:47:49.620Z] ---> Running in 72b3275fd10d [2020-11-14T00:47:49.894Z] ---> b3d1e10150a3 [2020-11-14T00:47:49.894Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-14T00:47:49.894Z] Removing intermediate container a90ab4aa6800 [2020-11-14T00:47:49.894Z] ---> 0f257edcb3d0 [2020-11-14T00:47:49.894Z] Removing intermediate container 051da43edd65 [2020-11-14T00:47:49.894Z] Step 18/21 : CMD ["--init=true"] ---> 4bb9db18ea01 [2020-11-14T00:47:49.894Z] [2020-11-14T00:47:49.894Z] [2020-11-14T00:47:49.894Z] ---> e57d6b9a2f82 [2020-11-14T00:47:49.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-14T00:47:50.165Z] ---> Running in 36bb61192caf [2020-11-14T00:47:50.165Z] ---> Running in 68dcd7e728d5 [2020-11-14T00:47:50.435Z] Removing intermediate container 72b3275fd10d [2020-11-14T00:47:50.435Z] ---> 12a10bf2949b [2020-11-14T00:47:50.435Z] Step 22/22 : LABEL version=0.0.0 [2020-11-14T00:47:50.710Z] Successfully built 4bb9db18ea01 [2020-11-14T00:47:50.710Z] ---> Running in 20f74b834533 [2020-11-14T00:47:50.710Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-14T00:47:50.710Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-11-14T00:47:50.985Z] Removing intermediate container 36bb61192caf [2020-11-14T00:47:50.985Z] ---> ae27fc0d9e7c [2020-11-14T00:47:50.986Z] Step 19/21 : LABEL arch=arm64 [2020-11-14T00:47:51.259Z] ---> Running in 5d454091a6cd [2020-11-14T00:47:51.259Z] ---> 4be0d051d817 [2020-11-14T00:47:51.259Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-14T00:47:51.259Z] ---> Running in 3486e3764904 [2020-11-14T00:47:51.538Z] Removing intermediate container 20f74b834533 [2020-11-14T00:47:51.538Z] ---> f20573649e97 [2020-11-14T00:47:51.538Z] [2020-11-14T00:47:51.816Z] Removing intermediate container 5d454091a6cd [2020-11-14T00:47:51.816Z] ---> d9c38893f451 [2020-11-14T00:47:51.816Z] Step 20/21 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:47:52.099Z] Successfully built f20573649e97 [2020-11-14T00:47:52.099Z] ---> Running in 87863881039e [2020-11-14T00:47:52.099Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-14T00:47:52.099Z] Building docker-core-metadata-go [2020-11-14T00:47:52.379Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3486e3764904 [2020-11-14T00:47:52.379Z] ---> 76a93901d581 [2020-11-14T00:47:52.379Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:47:52.659Z] ---> Running in f1e9c99ed306 [2020-11-14T00:47:52.935Z] Removing intermediate container 87863881039e [2020-11-14T00:47:52.936Z] ---> 0965e355024b [2020-11-14T00:47:52.936Z] Step 21/21 : LABEL version=0.0.0 [2020-11-14T00:47:53.216Z] ---> Running in 33fb7bc33f19 [2020-11-14T00:47:53.216Z] Removing intermediate container f1e9c99ed306 [2020-11-14T00:47:53.216Z] ---> e452d32e1f7c [2020-11-14T00:47:53.216Z] Step 20/22 : LABEL arch=arm64 [2020-11-14T00:47:53.489Z] ---> Running in 112dc88f67e1 [2020-11-14T00:47:53.829Z] Removing intermediate container 68dcd7e728d5 [2020-11-14T00:47:53.829Z] ---> 95672a561a77 [2020-11-14T00:47:53.829Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-14T00:47:53.829Z] Removing intermediate container 33fb7bc33f19 [2020-11-14T00:47:53.829Z] ---> 81089482b096 [2020-11-14T00:47:53.829Z] [2020-11-14T00:47:54.162Z] ---> Running in 052e8fd7747d [2020-11-14T00:47:54.470Z] Removing intermediate container 112dc88f67e1 [2020-11-14T00:47:54.470Z] ---> f22d4eb34a42 [2020-11-14T00:47:54.470Z] Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:47:54.470Z] Successfully built 81089482b096 [2020-11-14T00:47:55.086Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-14T00:47:55.086Z] Building docker-core-data-go [2020-11-14T00:47:55.682Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 3d1d03483f67 [2020-11-14T00:47:55.682Z] Removing intermediate container 052e8fd7747d [2020-11-14T00:47:55.682Z] ---> 8c757d75baa3 [2020-11-14T00:47:55.682Z] Step 22/24 : LABEL arch=arm64 [2020-11-14T00:47:55.959Z] ---> Running in b99a25763242 [2020-11-14T00:47:56.232Z] Removing intermediate container 3d1d03483f67 [2020-11-14T00:47:56.232Z] ---> 5087ab7e8e73 [2020-11-14T00:47:56.232Z] Step 22/22 : LABEL version=0.0.0 [2020-11-14T00:47:56.505Z] ---> Running in 53ee907bad7f [2020-11-14T00:47:57.102Z] Removing intermediate container b99a25763242 [2020-11-14T00:47:57.102Z] ---> 550340ad61be [2020-11-14T00:47:57.102Z] Step 23/24 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:47:57.701Z] Removing intermediate container 53ee907bad7f [2020-11-14T00:47:57.701Z] ---> 56bb8c7c172c [2020-11-14T00:47:57.701Z] [2020-11-14T00:47:58.300Z] Successfully built 56bb8c7c172c [2020-11-14T00:47:58.300Z] ---> Running in 234eb772b2ff [2020-11-14T00:47:58.300Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-14T00:47:58.300Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-11-14T00:47:59.300Z] Removing intermediate container 234eb772b2ff [2020-11-14T00:47:59.300Z] ---> 584cb62d2322 [2020-11-14T00:47:59.300Z] Step 24/24 : LABEL version=0.0.0 [2020-11-14T00:47:59.300Z] ---> Running in 59971bf989e9 [2020-11-14T00:47:59.898Z] Removing intermediate container 59971bf989e9 [2020-11-14T00:47:59.898Z] ---> cdfffa9c25f0 [2020-11-14T00:47:59.898Z] [2020-11-14T00:48:00.496Z] Successfully built cdfffa9c25f0 [2020-11-14T00:48:00.496Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-14T00:48:00.496Z] Building docker-sys-mgmt-agent-go [2020-11-14T00:49:08.504Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:49:08.504Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:49:08.504Z] ---> 5560038794d0 [2020-11-14T00:49:08.504Z] Step 3/21 : WORKDIR /edgex-go [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 9f17796f06cc [2020-11-14T00:49:08.504Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> b2cd3e7b5a74 [2020-11-14T00:49:08.504Z] Step 5/21 : RUN apk update && apk add make git [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 0ff9d11fb76d [2020-11-14T00:49:08.504Z] Step 6/21 : COPY go.mod . [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 7c6d16e1acce [2020-11-14T00:49:08.504Z] Step 7/21 : RUN go mod download [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 0db84158381a [2020-11-14T00:49:08.504Z] Step 8/21 : COPY . . [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 0a57109eab52 [2020-11-14T00:49:08.504Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-14T00:49:08.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:49:08.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:49:08.504Z] ---> 5560038794d0 [2020-11-14T00:49:08.504Z] Step 3/22 : WORKDIR /edgex-go [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 9f17796f06cc [2020-11-14T00:49:08.504Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> b2cd3e7b5a74 [2020-11-14T00:49:08.504Z] Step 5/22 : RUN apk update && apk add make git [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 0ff9d11fb76d [2020-11-14T00:49:08.504Z] Step 6/22 : COPY go.mod . [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 7c6d16e1acce [2020-11-14T00:49:08.504Z] Step 7/22 : RUN go mod download [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 0db84158381a [2020-11-14T00:49:08.504Z] Step 8/22 : COPY . . [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 0a57109eab52 [2020-11-14T00:49:08.504Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-14T00:49:08.504Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:49:08.504Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:49:08.504Z] ---> 5560038794d0 [2020-11-14T00:49:08.504Z] Step 3/23 : WORKDIR /edgex-go [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 9f17796f06cc [2020-11-14T00:49:08.504Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> b2cd3e7b5a74 [2020-11-14T00:49:08.504Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-14T00:49:08.504Z] ---> Running in 22daf8a446a2 [2020-11-14T00:49:08.504Z] ---> Running in 8e341344a28f [2020-11-14T00:49:08.504Z] ---> Running in d54bdc31e681 [2020-11-14T00:49:08.504Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:49:08.504Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:49:08.504Z] ---> 5560038794d0 [2020-11-14T00:49:08.504Z] Step 3/24 : WORKDIR /edgex-go [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 9f17796f06cc [2020-11-14T00:49:08.504Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> b2cd3e7b5a74 [2020-11-14T00:49:08.504Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-14T00:49:08.504Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:49:08.504Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-14T00:49:08.504Z] ---> 5560038794d0 [2020-11-14T00:49:08.504Z] Step 3/27 : WORKDIR /edgex-go [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> 9f17796f06cc [2020-11-14T00:49:08.504Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:49:08.504Z] ---> Using cache [2020-11-14T00:49:08.504Z] ---> b2cd3e7b5a74 [2020-11-14T00:49:08.504Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-14T00:49:08.504Z] ---> Running in 3f612fafcd73 [2020-11-14T00:49:08.504Z] ---> Running in a6874b39a3f7 [2020-11-14T00:49:09.935Z] 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-11-14T00:49:09.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:49:10.209Z] 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-11-14T00:49:10.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:49:10.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:49:10.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:49:11.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:49:11.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:49:11.949Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:49:11.949Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:49:11.949Z] OK: 12623 distinct packages available [2020-11-14T00:49:12.221Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:49:12.221Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:49:12.221Z] OK: 12623 distinct packages available [2020-11-14T00:49:12.811Z] OK: 217 MiB in 51 packages [2020-11-14T00:49:12.811Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:49:12.811Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:49:12.811Z] OK: 12623 distinct packages available [2020-11-14T00:49:13.406Z] OK: 217 MiB in 51 packages [2020-11-14T00:49:13.686Z] OK: 217 MiB in 51 packages [2020-11-14T00:49:15.686Z] Removing intermediate container d54bdc31e681 [2020-11-14T00:49:15.686Z] ---> 44f20583e133 [2020-11-14T00:49:15.686Z] Step 6/23 : COPY go.mod . [2020-11-14T00:49:16.679Z] Removing intermediate container 3f612fafcd73 [2020-11-14T00:49:16.679Z] ---> 4e382bcec91b [2020-11-14T00:49:16.679Z] Step 6/27 : COPY go.mod . [2020-11-14T00:49:16.962Z] Removing intermediate container a6874b39a3f7 [2020-11-14T00:49:16.962Z] ---> 65cca18c854b [2020-11-14T00:49:16.962Z] Step 6/24 : COPY go.mod . [2020-11-14T00:49:17.951Z] ---> 9dd24a95ef42 [2020-11-14T00:49:17.951Z] Step 7/23 : RUN go mod download [2020-11-14T00:49:18.225Z] ---> Running in 999abb39599a [2020-11-14T00:49:18.831Z] ---> 4c225ae07a46 [2020-11-14T00:49:18.831Z] Step 7/27 : RUN go mod download [2020-11-14T00:49:19.114Z] ---> Running in 5eab803c8e9d [2020-11-14T00:49:19.394Z] ---> 9646ac577b72 [2020-11-14T00:49:19.394Z] Step 7/24 : RUN go mod download [2020-11-14T00:49:19.677Z] ---> Running in 1175af8bd939 [2020-11-14T00:49:24.175Z] Removing intermediate container 999abb39599a [2020-11-14T00:49:24.175Z] ---> 677e7e30ec19 [2020-11-14T00:49:24.175Z] Step 8/23 : COPY . . [2020-11-14T00:49:26.182Z] Removing intermediate container 5eab803c8e9d [2020-11-14T00:49:26.182Z] ---> f01eec57eb2e [2020-11-14T00:49:26.182Z] Step 8/27 : COPY . . [2020-11-14T00:49:26.459Z] Removing intermediate container 1175af8bd939 [2020-11-14T00:49:26.459Z] ---> d7f87f04a94e [2020-11-14T00:49:26.459Z] Step 8/24 : COPY . . [2020-11-14T00:50:05.588Z] ---> 4cf675fff985 [2020-11-14T00:50:05.588Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-14T00:50:05.588Z] ---> ca0b14cff7aa [2020-11-14T00:50:05.588Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-14T00:50:05.588Z] ---> 61852a26cef2 [2020-11-14T00:50:05.588Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-14T00:50:05.588Z] ---> Running in 8d588c2d0c9d [2020-11-14T00:50:05.588Z] ---> Running in 8dad7b4e7bb3 [2020-11-14T00:50:05.588Z] ---> Running in 2c31a86e13f9 [2020-11-14T00:50:05.588Z] 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-11-14T00:50:05.588Z] 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-11-14T00:50:05.588Z] 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-11-14T00:50:44.620Z] Removing intermediate container 22daf8a446a2 [2020-11-14T00:50:44.620Z] ---> 1b21bc6fd594 [2020-11-14T00:50:44.620Z] [2020-11-14T00:50:44.620Z] Step 10/21 : FROM scratch [2020-11-14T00:50:44.620Z] ---> [2020-11-14T00:50:44.620Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-14T00:50:44.620Z] ---> Using cache [2020-11-14T00:50:44.620Z] ---> 14c895b13f2a [2020-11-14T00:50:44.620Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-14T00:50:44.620Z] ---> Running in 68f11df87733 [2020-11-14T00:50:44.620Z] Removing intermediate container 68f11df87733 [2020-11-14T00:50:44.620Z] ---> 92b34f2a3b75 [2020-11-14T00:50:44.620Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-14T00:50:44.620Z] ---> Running in 34421bd6ec73 [2020-11-14T00:50:44.620Z] Removing intermediate container 34421bd6ec73 [2020-11-14T00:50:44.620Z] ---> 015fd3a71f05 [2020-11-14T00:50:44.620Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-14T00:50:44.620Z] ---> 0c63d7b5c8a1 [2020-11-14T00:50:44.620Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-14T00:50:44.620Z] ---> 5ea34196b672 [2020-11-14T00:50:44.620Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-14T00:50:44.620Z] ---> 5c748374dbe3 [2020-11-14T00:50:44.620Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-14T00:50:44.620Z] ---> Running in dfc3bdca46d5 [2020-11-14T00:50:44.896Z] Removing intermediate container dfc3bdca46d5 [2020-11-14T00:50:44.896Z] ---> b90b60d6e38b [2020-11-14T00:50:44.896Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:50:44.896Z] ---> Running in 462150e63f86 [2020-11-14T00:50:45.879Z] Removing intermediate container 462150e63f86 [2020-11-14T00:50:45.879Z] ---> df9533c2c272 [2020-11-14T00:50:45.879Z] Step 19/21 : LABEL arch=arm64 [2020-11-14T00:50:45.879Z] ---> Running in fa69e14eb286 [2020-11-14T00:50:46.496Z] Removing intermediate container fa69e14eb286 [2020-11-14T00:50:46.496Z] ---> 1733ef703789 [2020-11-14T00:50:46.496Z] Step 20/21 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:50:46.496Z] ---> Running in abbf0824f3a3 [2020-11-14T00:50:47.095Z] Removing intermediate container abbf0824f3a3 [2020-11-14T00:50:47.095Z] ---> 9f137ccc7f6c [2020-11-14T00:50:47.095Z] Step 21/21 : LABEL version=0.0.0 [2020-11-14T00:50:47.371Z] ---> Running in 3f3a48a95534 [2020-11-14T00:50:48.360Z] Removing intermediate container 3f3a48a95534 [2020-11-14T00:50:48.360Z] ---> cac89f90241e [2020-11-14T00:50:48.360Z] [2020-11-14T00:50:48.635Z] Successfully built cac89f90241e [2020-11-14T00:50:48.635Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-14T00:50:48.635Z] Building docker-security-secrets-setup-go [2020-11-14T00:51:06.966Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8e341344a28f [2020-11-14T00:51:06.966Z] ---> a2ee03ce91fb [2020-11-14T00:51:06.966Z] [2020-11-14T00:51:06.966Z] Step 10/22 : FROM scratch [2020-11-14T00:51:06.966Z] ---> [2020-11-14T00:51:06.966Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-14T00:51:06.966Z] ---> Using cache [2020-11-14T00:51:06.966Z] ---> 14c895b13f2a [2020-11-14T00:51:06.966Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-14T00:51:07.240Z] ---> Running in f35f7f82bcb0 [2020-11-14T00:51:08.224Z] Removing intermediate container f35f7f82bcb0 [2020-11-14T00:51:08.224Z] ---> 17904913b40e [2020-11-14T00:51:08.224Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-14T00:51:08.224Z] ---> Running in 83e60e49adeb [2020-11-14T00:51:09.255Z] Removing intermediate container 83e60e49adeb [2020-11-14T00:51:09.255Z] ---> 428016a825f0 [2020-11-14T00:51:09.255Z] Step 14/22 : WORKDIR / [2020-11-14T00:51:09.255Z] ---> Running in 9ee334102b0d [2020-11-14T00:51:10.308Z] Removing intermediate container 9ee334102b0d [2020-11-14T00:51:10.308Z] ---> 8e54bccf3b64 [2020-11-14T00:51:10.308Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-14T00:51:11.351Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-14T00:51:11.351Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-14T00:51:11.351Z] ---> 5560038794d0 [2020-11-14T00:51:11.351Z] Step 3/29 : WORKDIR /edgex-go [2020-11-14T00:51:11.351Z] ---> Using cache [2020-11-14T00:51:11.351Z] ---> 9f17796f06cc [2020-11-14T00:51:11.351Z] Step 4/29 : RUN apk update && apk add make git [2020-11-14T00:51:11.351Z] ---> Running in 78042909fc1f [2020-11-14T00:51:11.636Z] ---> 8955911350bc [2020-11-14T00:51:11.637Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-14T00:51:14.268Z] ---> 47fd0a4fef63 [2020-11-14T00:51:14.268Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-14T00:51:14.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:51:14.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:51:14.870Z] ---> efc739e6a221 [2020-11-14T00:51:14.870Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-14T00:51:15.146Z] ---> Running in f9d05d5cfe36 [2020-11-14T00:51:15.746Z] Removing intermediate container f9d05d5cfe36 [2020-11-14T00:51:15.746Z] ---> e6bd472cb35d [2020-11-14T00:51:15.746Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:51:16.025Z] ---> Running in d8a9fcc302f1 [2020-11-14T00:51:16.025Z] v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:51:16.303Z] v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:51:16.303Z] OK: 12623 distinct packages available [2020-11-14T00:51:16.575Z] Removing intermediate container d8a9fcc302f1 [2020-11-14T00:51:16.575Z] ---> d1188d5b71ff [2020-11-14T00:51:16.575Z] Step 20/22 : LABEL arch=arm64 [2020-11-14T00:51:16.849Z] ---> Running in 1a1c04c56fd7 [2020-11-14T00:51:17.123Z] OK: 217 MiB in 51 packages [2020-11-14T00:51:17.398Z] Removing intermediate container 1a1c04c56fd7 [2020-11-14T00:51:17.398Z] ---> a002c0bcacc9 [2020-11-14T00:51:17.398Z] Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:51:17.670Z] ---> Running in 7045a40a62ab [2020-11-14T00:51:18.661Z] Removing intermediate container 7045a40a62ab [2020-11-14T00:51:18.661Z] ---> 3c0ad65097d8 [2020-11-14T00:51:18.661Z] Step 22/22 : LABEL version=0.0.0 [2020-11-14T00:51:18.661Z] ---> Running in f4fc8d469661 [2020-11-14T00:51:18.940Z] Removing intermediate container 78042909fc1f [2020-11-14T00:51:18.940Z] ---> 562b2e8c9749 [2020-11-14T00:51:18.940Z] Step 5/29 : COPY go.mod . [2020-11-14T00:51:19.553Z] Removing intermediate container f4fc8d469661 [2020-11-14T00:51:19.553Z] ---> f205dd4e0c17 [2020-11-14T00:51:19.553Z] [2020-11-14T00:51:20.160Z] ---> 803a8260e9f1 [2020-11-14T00:51:20.160Z] Step 6/29 : RUN go mod download [2020-11-14T00:51:20.443Z] Successfully built f205dd4e0c17 [2020-11-14T00:51:20.443Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-14T00:51:20.443Z]  Building docker-core-metadata-go ... done  ---> Running in 396e0e13d378 [2020-11-14T00:51:25.870Z] Removing intermediate container 396e0e13d378 [2020-11-14T00:51:25.870Z] ---> 68254ce9dfe0 [2020-11-14T00:51:25.870Z] Step 7/29 : COPY . . [2020-11-14T00:51:41.017Z] Removing intermediate container 8d588c2d0c9d [2020-11-14T00:51:41.017Z] ---> 978c8093b5b6 [2020-11-14T00:51:41.017Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-14T00:51:41.017Z] ---> Running in db4787dd4568 [2020-11-14T00:51:42.488Z] 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-11-14T00:51:43.938Z] ---> 4ce6c5ed88eb [2020-11-14T00:51:43.938Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-14T00:51:44.218Z] ---> Running in a1232f8be21a [2020-11-14T00:51:46.846Z] 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-11-14T00:51:47.846Z] Removing intermediate container db4787dd4568 [2020-11-14T00:51:47.846Z] ---> 580d8043445d [2020-11-14T00:51:47.846Z] [2020-11-14T00:51:47.846Z] Step 11/27 : FROM docker:latest [2020-11-14T00:51:47.846Z] ---> 5d4db4dc0692 [2020-11-14T00:51:47.846Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-14T00:51:48.125Z] ---> Running in 0b75245382ed [2020-11-14T00:51:51.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:51:51.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:51:52.180Z] Removing intermediate container 2c31a86e13f9 [2020-11-14T00:51:52.180Z] ---> 9d60a8b487ff [2020-11-14T00:51:52.180Z] [2020-11-14T00:51:52.180Z] Step 10/24 : FROM scratch [2020-11-14T00:51:52.180Z] ---> [2020-11-14T00:51:52.180Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-14T00:51:52.180Z] ---> Using cache [2020-11-14T00:51:52.180Z] ---> b0c167a1fcc9 [2020-11-14T00:51:52.180Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-14T00:51:52.459Z] (1/2) Installing readline (8.0.4-r0) [2020-11-14T00:51:52.459Z] (2/2) Installing bash (5.0.17-r0) [2020-11-14T00:51:52.459Z] ---> Running in a8a1c8ba088c [2020-11-14T00:51:52.459Z] Executing bash-5.0.17-r0.post-install [2020-11-14T00:51:52.459Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:51:52.459Z] OK: 12 MiB in 22 packages [2020-11-14T00:51:53.061Z] Removing intermediate container a8a1c8ba088c [2020-11-14T00:51:53.061Z] ---> 579af50f98be [2020-11-14T00:51:53.061Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-14T00:51:53.340Z] ---> Running in 9518d850f183 [2020-11-14T00:51:53.948Z] Removing intermediate container 9518d850f183 [2020-11-14T00:51:54.237Z] ---> 10b00eb4dae5 [2020-11-14T00:51:54.237Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-14T00:51:54.513Z] Removing intermediate container 0b75245382ed [2020-11-14T00:51:54.513Z] ---> 62695998500a [2020-11-14T00:51:54.513Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-14T00:51:54.798Z] ---> Running in c6bf2aa01a7d [2020-11-14T00:51:55.399Z] ---> 8def070e0d8e [2020-11-14T00:51:55.399Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-14T00:51:57.380Z] ---> 77b2a2fcf5fe [2020-11-14T00:51:57.380Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-14T00:51:59.366Z] Removing intermediate container c6bf2aa01a7d [2020-11-14T00:51:59.366Z] ---> 0c58bf703b8a [2020-11-14T00:51:59.366Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-14T00:51:59.366Z] ---> 902642b48b78 [2020-11-14T00:51:59.366Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-14T00:51:59.643Z] ---> Running in e44e8a9998c0 [2020-11-14T00:52:00.247Z] Removing intermediate container e44e8a9998c0 [2020-11-14T00:52:00.247Z] ---> 104371a833ed [2020-11-14T00:52:00.247Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-14T00:52:00.523Z] ---> Running in 583eff990512 [2020-11-14T00:52:00.797Z] ---> d2993965c6ca [2020-11-14T00:52:00.797Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-14T00:52:01.405Z] Removing intermediate container 583eff990512 [2020-11-14T00:52:01.405Z] ---> 0feaa5649fe0 [2020-11-14T00:52:01.405Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-14T00:52:01.681Z] ---> Running in d572ff2bca1a [2020-11-14T00:52:02.673Z] Removing intermediate container d572ff2bca1a [2020-11-14T00:52:02.673Z] ---> 9ef8f68968b9 [2020-11-14T00:52:02.673Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-14T00:52:02.673Z] ---> 7a0eaf46fe2e [2020-11-14T00:52:02.673Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-14T00:52:04.131Z] ---> 5e23fff707cc [2020-11-14T00:52:04.131Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-14T00:52:04.415Z] ---> Running in 9db5ac7e75eb [2020-11-14T00:52:04.415Z] ---> 8ce227c77eb5 [2020-11-14T00:52:04.415Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-14T00:52:05.406Z] Removing intermediate container 9db5ac7e75eb [2020-11-14T00:52:05.406Z] ---> c63e9305f8f8 [2020-11-14T00:52:05.406Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:52:05.406Z] ---> Running in 8169050104c0 [2020-11-14T00:52:05.683Z] ---> c794e559f487 [2020-11-14T00:52:05.683Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-14T00:52:06.286Z] Removing intermediate container 8169050104c0 [2020-11-14T00:52:06.286Z] ---> 2690867da2e3 [2020-11-14T00:52:06.286Z] Step 22/24 : LABEL arch=arm64 [2020-11-14T00:52:06.566Z] ---> Running in 78dd019023e4 [2020-11-14T00:52:07.183Z] ---> fec8dcc5504c [2020-11-14T00:52:07.183Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-14T00:52:07.183Z] Removing intermediate container 78dd019023e4 [2020-11-14T00:52:07.183Z] ---> 48a3ba124ce8 [2020-11-14T00:52:07.183Z] Step 23/24 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:52:07.464Z] ---> Running in efccb9dd9de4 [2020-11-14T00:52:07.464Z] ---> Running in 5663e9f49a11 [2020-11-14T00:52:08.465Z] Removing intermediate container 5663e9f49a11 [2020-11-14T00:52:08.465Z] ---> 782513780c99 [2020-11-14T00:52:08.465Z] Step 24/24 : LABEL version=0.0.0 [2020-11-14T00:52:08.744Z] ---> Running in 16a7ebc43003 [2020-11-14T00:52:09.359Z] Removing intermediate container 16a7ebc43003 [2020-11-14T00:52:09.359Z] ---> 083ca3c45874 [2020-11-14T00:52:09.359Z] [2020-11-14T00:52:09.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:52:09.637Z] Successfully built 083ca3c45874 [2020-11-14T00:52:09.637Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-14T00:52:09.914Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:52:10.517Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-14T00:52:10.517Z] (2/33) Installing expat (2.2.9-r1) [2020-11-14T00:52:10.517Z] (3/33) Installing libffi (3.3-r2) [2020-11-14T00:52:10.517Z] (4/33) Installing gdbm (1.13-r1) [2020-11-14T00:52:10.517Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-14T00:52:10.517Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-14T00:52:10.517Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-14T00:52:12.500Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-14T00:52:12.500Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-14T00:52:12.500Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-14T00:52:12.500Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-14T00:52:12.500Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-14T00:52:12.500Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-14T00:52:12.500Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-14T00:52:12.774Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-14T00:52:12.774Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-14T00:52:12.774Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-14T00:52:12.774Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-14T00:52:12.774Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-14T00:52:12.774Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-14T00:52:12.774Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-14T00:52:12.774Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-14T00:52:12.774Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-14T00:52:13.049Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-14T00:52:13.049Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-14T00:52:13.049Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-14T00:52:13.049Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-14T00:52:13.049Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-14T00:52:13.049Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-14T00:52:13.049Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-14T00:52:13.049Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-14T00:52:13.049Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-14T00:52:13.049Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-14T00:52:13.324Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:52:13.324Z] OK: 71 MiB in 55 packages [2020-11-14T00:52:18.746Z] Removing intermediate container 8dad7b4e7bb3 [2020-11-14T00:52:18.746Z] ---> 70e20e27df57 [2020-11-14T00:52:18.746Z] [2020-11-14T00:52:18.746Z] Step 10/23 : FROM alpine [2020-11-14T00:52:18.746Z] ---> 2e77e061c27f [2020-11-14T00:52:18.746Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-14T00:52:19.100Z] ---> Running in 1837414bb0d9 [2020-11-14T00:52:20.254Z] Removing intermediate container 1837414bb0d9 [2020-11-14T00:52:20.254Z] ---> a20cbf1d7bc6 [2020-11-14T00:52:20.254Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-14T00:52:20.254Z] ---> Running in b1673b90518f [2020-11-14T00:52:21.249Z] Removing intermediate container b1673b90518f [2020-11-14T00:52:21.249Z] ---> c1a8cded8396 [2020-11-14T00:52:21.249Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-14T00:52:21.249Z] ---> Running in 7985d902799f [2020-11-14T00:52:21.852Z] Removing intermediate container 7985d902799f [2020-11-14T00:52:21.852Z] ---> 50857a27ee80 [2020-11-14T00:52:21.852Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-14T00:52:22.454Z] ---> Running in 5b75221c8244 [2020-11-14T00:52:22.454Z] Removing intermediate container efccb9dd9de4 [2020-11-14T00:52:22.454Z] ---> 8af54c6ea195 [2020-11-14T00:52:22.454Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-14T00:52:22.732Z] ---> Running in 8f73c11a56d6 [2020-11-14T00:52:25.379Z] Removing intermediate container 5b75221c8244 [2020-11-14T00:52:25.379Z] ---> b89a23013ee5 [2020-11-14T00:52:25.379Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-14T00:52:25.659Z] ---> Running in 17138453a3bd [2020-11-14T00:52:27.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:52:27.661Z] Removing intermediate container a1232f8be21a [2020-11-14T00:52:27.661Z] ---> 57ab27638730 [2020-11-14T00:52:27.661Z] [2020-11-14T00:52:27.661Z] Step 9/29 : FROM alpine:latest [2020-11-14T00:52:27.661Z] ---> 2e77e061c27f [2020-11-14T00:52:27.661Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-14T00:52:27.661Z] ---> Running in fba4cb26d0dc [2020-11-14T00:52:28.257Z] Removing intermediate container fba4cb26d0dc [2020-11-14T00:52:28.257Z] ---> 60b31c1e096d [2020-11-14T00:52:28.257Z] Step 11/29 : USER root [2020-11-14T00:52:28.257Z] ---> Running in f09b0350898d [2020-11-14T00:52:28.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:52:28.854Z] Removing intermediate container f09b0350898d [2020-11-14T00:52:28.854Z] ---> 5d2b2fee383f [2020-11-14T00:52:28.854Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-14T00:52:28.854Z] Collecting docker-compose==1.23.2 [2020-11-14T00:52:28.854Z] ---> Running in cf38432451a9 [2020-11-14T00:52:28.854Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-14T00:52:29.130Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-14T00:52:29.130Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-14T00:52:29.403Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-14T00:52:29.684Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-14T00:52:29.684Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-14T00:52:29.684Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-14T00:52:29.684Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-14T00:52:29.684Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:52:29.963Z] OK: 8 MiB in 19 packages [2020-11-14T00:52:30.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:52:30.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:52:31.147Z] Removing intermediate container 17138453a3bd [2020-11-14T00:52:31.147Z] ---> 45aae9681bb2 [2020-11-14T00:52:31.147Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-14T00:52:31.147Z] v3.12.1-24-g9d31f224d7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-14T00:52:31.147Z] v3.12.1-29-g3a247b9dbc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-14T00:52:31.147Z] OK: 12615 distinct packages available [2020-11-14T00:52:32.140Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-14T00:52:32.140Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-14T00:52:32.140Z] ---> 70f856e4d788 [2020-11-14T00:52:32.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-14T00:52:32.140Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:52:32.140Z] Executing ca-certificates-20191127-r4.trigger [2020-11-14T00:52:32.419Z] OK: 6 MiB in 16 packages [2020-11-14T00:52:33.466Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-14T00:52:33.466Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-14T00:52:33.466Z] ---> e705c872a685 [2020-11-14T00:52:33.466Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-14T00:52:34.060Z] Removing intermediate container cf38432451a9 [2020-11-14T00:52:34.060Z] ---> a298d0b73952 [2020-11-14T00:52:34.060Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-14T00:52:34.060Z] Collecting texttable<0.10,>=0.9.0 [2020-11-14T00:52:34.060Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-14T00:52:34.333Z] ---> Running in 1675e2ba40f6 [2020-11-14T00:52:34.333Z] ---> f65e54addc66 [2020-11-14T00:52:34.333Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-14T00:52:34.613Z] ---> Running in 87136dbd905e [2020-11-14T00:52:34.613Z] Removing intermediate container 1675e2ba40f6 [2020-11-14T00:52:34.613Z] ---> b65ea60ebdd7 [2020-11-14T00:52:34.613Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-14T00:52:34.885Z] ---> Running in 607b0cca9095 [2020-11-14T00:52:35.171Z] Removing intermediate container 87136dbd905e [2020-11-14T00:52:35.171Z] ---> 3cea86c9e64f [2020-11-14T00:52:35.171Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:52:35.171Z] ---> Running in 3809f97b97de [2020-11-14T00:52:35.458Z] Removing intermediate container 607b0cca9095 [2020-11-14T00:52:35.458Z] ---> 43d5c62de219 [2020-11-14T00:52:35.458Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-14T00:52:35.730Z] ---> Running in 6731caf4f6f4 [2020-11-14T00:52:36.003Z] Removing intermediate container 3809f97b97de [2020-11-14T00:52:36.003Z] ---> 46df25cf3d92 [2020-11-14T00:52:36.003Z] Step 21/23 : LABEL arch=arm64 [2020-11-14T00:52:36.003Z] ---> Running in e0bbe3994621 [2020-11-14T00:52:36.281Z] 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-11-14T00:52:36.564Z] Removing intermediate container e0bbe3994621 [2020-11-14T00:52:36.564Z] ---> 264bc2c516fb [2020-11-14T00:52:36.564Z] Step 22/23 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:52:36.839Z] ---> Running in 793c63223397 [2020-11-14T00:52:37.113Z] Collecting docker<4.0,>=3.6.0 [2020-11-14T00:52:37.113Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-14T00:52:37.389Z] Removing intermediate container 793c63223397 [2020-11-14T00:52:37.389Z] ---> d6990e51ba18 [2020-11-14T00:52:37.389Z] Step 23/23 : LABEL version=0.0.0 [2020-11-14T00:52:37.389Z] ---> Running in 16c343022558 [2020-11-14T00:52:37.998Z] Collecting jsonschema<3,>=2.5.1 [2020-11-14T00:52:37.998Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-14T00:52:37.998Z] Removing intermediate container 16c343022558 [2020-11-14T00:52:37.998Z] ---> 3355f645d623 [2020-11-14T00:52:37.998Z] [2020-11-14T00:52:38.596Z] Successfully built 3355f645d623 [2020-11-14T00:52:38.596Z] Collecting cached-property<2,>=1.2.0 [2020-11-14T00:52:38.596Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-14T00:52:38.596Z]  Building docker-core-data-go ... done  Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-14T00:52:38.596Z] Removing intermediate container 6731caf4f6f4 [2020-11-14T00:52:38.596Z] ---> f231875a383b [2020-11-14T00:52:38.596Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-14T00:52:39.589Z] Collecting PyYAML<4,>=3.10 [2020-11-14T00:52:39.589Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-14T00:52:39.860Z] ---> ffd8f95d374b [2020-11-14T00:52:39.860Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-14T00:52:40.839Z] ---> 8de9b2b75c81 [2020-11-14T00:52:40.839Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-14T00:52:41.436Z] ---> ceb8e5c0fa14 [2020-11-14T00:52:41.437Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-14T00:52:42.424Z] ---> 69a56dd78d9c [2020-11-14T00:52:42.424Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-14T00:52:42.699Z] Collecting docopt<0.7,>=0.6.1 [2020-11-14T00:52:42.699Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-14T00:52:42.974Z] ---> d784c62c7973 [2020-11-14T00:52:42.974Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-14T00:52:43.245Z] ---> Running in 516d7bcdb81f [2020-11-14T00:52:45.906Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-14T00:52:45.906Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-14T00:52:45.906Z] 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-11-14T00:52:45.906Z] Removing intermediate container 516d7bcdb81f [2020-11-14T00:52:45.906Z] ---> 4f81df0e4558 [2020-11-14T00:52:45.906Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-14T00:52:45.906Z] Collecting idna<2.8,>=2.5 [2020-11-14T00:52:46.179Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-14T00:52:46.783Z] ---> d698bceabfad [2020-11-14T00:52:46.783Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-14T00:52:46.783Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-14T00:52:46.783Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-14T00:52:46.783Z] ---> Running in 6a12b74d9654 [2020-11-14T00:52:47.059Z] 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-11-14T00:52:47.338Z] Collecting docker-pycreds>=0.4.0 [2020-11-14T00:52:47.338Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-14T00:52:47.614Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-14T00:52:47.614Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-14T00:52:47.614Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-14T00:52:47.614Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-14T00:52:48.593Z] Installing collected packages: dockerpty, idna, urllib3, requests, texttable, docker-pycreds, websocket-client, docker, jsonschema, cached-property, PyYAML, docopt, docker-compose [2020-11-14T00:52:48.593Z] Running setup.py install for dockerpty: started [2020-11-14T00:52:49.593Z] Removing intermediate container 6a12b74d9654 [2020-11-14T00:52:49.593Z] ---> a4826bde5fdf [2020-11-14T00:52:49.593Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-14T00:52:49.593Z] ---> Running in 72a6ef8552f7 [2020-11-14T00:52:51.036Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-14T00:52:51.036Z] Attempting uninstall: idna [2020-11-14T00:52:51.036Z] Found existing installation: idna 2.9 [2020-11-14T00:52:51.036Z] Uninstalling idna-2.9: [2020-11-14T00:52:51.036Z] Successfully uninstalled idna-2.9 [2020-11-14T00:52:51.648Z] Attempting uninstall: urllib3 [2020-11-14T00:52:51.648Z] Found existing installation: urllib3 1.25.9 [2020-11-14T00:52:51.648Z] Uninstalling urllib3-1.25.9: [2020-11-14T00:52:51.921Z] Successfully uninstalled urllib3-1.25.9 [2020-11-14T00:52:52.196Z] Removing intermediate container 72a6ef8552f7 [2020-11-14T00:52:52.196Z] ---> 2f8c0ec202b9 [2020-11-14T00:52:52.196Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-14T00:52:52.475Z] ---> Running in 353cb9496ad1 [2020-11-14T00:52:52.475Z] Attempting uninstall: requests [2020-11-14T00:52:52.475Z] Found existing installation: requests 2.23.0 [2020-11-14T00:52:52.475Z] Uninstalling requests-2.23.0: [2020-11-14T00:52:52.751Z] Successfully uninstalled requests-2.23.0 [2020-11-14T00:52:53.028Z] Removing intermediate container 353cb9496ad1 [2020-11-14T00:52:53.028Z] ---> 0058c22c2285 [2020-11-14T00:52:53.028Z] Step 26/29 : CMD [ "generate" ] [2020-11-14T00:52:53.028Z] Running setup.py install for texttable: started [2020-11-14T00:52:53.028Z] ---> Running in d15e4e52bfbc [2020-11-14T00:52:53.640Z] Removing intermediate container d15e4e52bfbc [2020-11-14T00:52:53.640Z] ---> 21d398ea9eae [2020-11-14T00:52:53.640Z] Step 27/29 : LABEL arch=arm64 [2020-11-14T00:52:53.640Z] ---> Running in 47c57581e6ce [2020-11-14T00:52:54.267Z] Removing intermediate container 47c57581e6ce [2020-11-14T00:52:54.267Z] ---> e674b260b428 [2020-11-14T00:52:54.267Z] Step 28/29 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:52:54.267Z] ---> Running in 5d24df8417d4 [2020-11-14T00:52:54.893Z] Removing intermediate container 5d24df8417d4 [2020-11-14T00:52:54.893Z] ---> 71d3d9c91fc3 [2020-11-14T00:52:54.893Z] Step 29/29 : LABEL version=0.0.0 [2020-11-14T00:52:54.893Z] ---> Running in 0c551275ad4b [2020-11-14T00:52:54.893Z] Running setup.py install for texttable: finished with status 'done' [2020-11-14T00:52:55.514Z] Removing intermediate container 0c551275ad4b [2020-11-14T00:52:55.515Z] ---> d4f15d65a132 [2020-11-14T00:52:55.515Z] [2020-11-14T00:52:55.814Z] Successfully built d4f15d65a132 [2020-11-14T00:52:55.814Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-14T00:52:56.458Z]  Building docker-security-secrets-setup-go ... done  Running setup.py install for PyYAML: started [2020-11-14T00:52:58.483Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-14T00:52:58.483Z] Running setup.py install for docopt: started [2020-11-14T00:53:00.495Z] Running setup.py install for docopt: finished with status 'done' [2020-11-14T00:53:01.134Z] 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-11-14T00:53:05.289Z] Removing intermediate container 8f73c11a56d6 [2020-11-14T00:53:05.289Z] ---> 9bdc6e1ac6ff [2020-11-14T00:53:05.289Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-14T00:53:05.289Z] ---> Running in 7a0ca0f6302f [2020-11-14T00:53:06.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-14T00:53:06.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-14T00:53:06.896Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-14T00:53:07.195Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-14T00:53:07.195Z] (3/3) Installing curl (7.69.1-r1) [2020-11-14T00:53:07.195Z] Executing busybox-1.31.1-r19.trigger [2020-11-14T00:53:07.195Z] OK: 71 MiB in 58 packages [2020-11-14T00:53:08.269Z] Removing intermediate container 7a0ca0f6302f [2020-11-14T00:53:08.269Z] ---> a3601c0e2efc [2020-11-14T00:53:08.269Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-14T00:53:08.555Z] ---> Running in 03329a656615 [2020-11-14T00:53:08.841Z] Removing intermediate container 03329a656615 [2020-11-14T00:53:08.841Z] ---> 107b3d719c63 [2020-11-14T00:53:08.841Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-14T00:53:09.114Z] ---> Running in 7e15c0f67f89 [2020-11-14T00:53:09.717Z] Removing intermediate container 7e15c0f67f89 [2020-11-14T00:53:09.717Z] ---> b1c6dd58d898 [2020-11-14T00:53:09.717Z] Step 25/27 : LABEL arch=arm64 [2020-11-14T00:53:09.717Z] ---> Running in bb5b2546070f [2020-11-14T00:53:10.001Z] Removing intermediate container bb5b2546070f [2020-11-14T00:53:10.001Z] ---> 2cfc986c0f22 [2020-11-14T00:53:10.001Z] Step 26/27 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f [2020-11-14T00:53:10.274Z] ---> Running in 2617a23d8627 [2020-11-14T00:53:10.545Z] Removing intermediate container 2617a23d8627 [2020-11-14T00:53:10.545Z] ---> 751fa973ae00 [2020-11-14T00:53:10.545Z] Step 27/27 : LABEL version=0.0.0 [2020-11-14T00:53:10.818Z] ---> Running in 9d7c19cfb30e [2020-11-14T00:53:11.089Z] Removing intermediate container 9d7c19cfb30e [2020-11-14T00:53:11.089Z] ---> c41d815b9f51 [2020-11-14T00:53:11.089Z] [2020-11-14T00:53:11.692Z] Successfully built c41d815b9f51 [2020-11-14T00:53:11.692Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-14T00:53:11.998Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-14T00:53:12.008Z] $ docker stop --time=1 c6fa02f2f07646d9fcdf8247119d270e2d02c4140c89db86c29fd553bdae0b96 [2020-11-14T00:53:13.986Z] $ docker rm -f c6fa02f2f07646d9fcdf8247119d270e2d02c4140c89db86c29fd553bdae0b96 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-14T00:53:14.782Z] + docker images [2020-11-14T00:53:14.782Z] + grep docker [2020-11-14T00:53:15.073Z] docker-sys-mgmt-agent-go-arm64 latest c41d815b9f51 4 seconds ago 270MB [2020-11-14T00:53:15.073Z] docker-security-secrets-setup-go-arm64 latest d4f15d65a132 19 seconds ago 22.7MB [2020-11-14T00:53:15.073Z] docker-core-data-go-arm64 latest 3355f645d623 37 seconds ago 22.3MB [2020-11-14T00:53:15.073Z] docker-support-notifications-go-arm64 latest 083ca3c45874 About a minute ago 12.9MB [2020-11-14T00:53:15.073Z] docker-core-metadata-go-arm64 latest f205dd4e0c17 About a minute ago 13.5MB [2020-11-14T00:53:15.073Z] docker-support-scheduler-go-arm64 latest cac89f90241e 2 minutes ago 11.5MB [2020-11-14T00:53:15.073Z] docker-security-secretstore-setup-go-arm64 latest cdfffa9c25f0 5 minutes ago 23.6MB [2020-11-14T00:53:15.073Z] docker-core-command-go-arm64 latest 56bb8c7c172c 5 minutes ago 11.4MB [2020-11-14T00:53:15.073Z] docker-security-proxy-setup-go-arm64 latest 81089482b096 5 minutes ago 23.4MB [2020-11-14T00:53:15.073Z] docker-security-bootstrap-redis-go-arm64 latest f20573649e97 5 minutes ago 15.2MB [2020-11-14T00:53:15.073Z] docker-support-logging-go-arm64 latest 4bb9db18ea01 5 minutes ago 10.6MB [2020-11-14T00:53:15.073Z] docker latest 5d4db4dc0692 3 weeks 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-11-14T00:53:19.540Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-14T00:53:20.267Z] ---> package-listing.sh [2020-11-14T00:53:20.267Z] ++ facter osfamily [2020-11-14T00:53:20.267Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-14T00:53:20.267Z] + OS_FAMILY=redhat [2020-11-14T00:53:20.267Z] + workspace=/w/workspace/edgex-go/20 [2020-11-14T00:53:20.267Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-14T00:53:20.267Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-14T00:53:20.267Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-14T00:53:20.267Z] + PACKAGES=/tmp/packages_start.txt [2020-11-14T00:53:20.267Z] + '[' /w/workspace/edgex-go/20 ']' [2020-11-14T00:53:20.267Z] + PACKAGES=/tmp/packages_end.txt [2020-11-14T00:53:20.267Z] + case "${OS_FAMILY}" in [2020-11-14T00:53:20.267Z] + rpm -qa [2020-11-14T00:53:20.267Z] + sort [2020-11-14T00:53:24.596Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-14T00:53:24.596Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-14T00:53:24.596Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-14T00:53:24.596Z] + '[' /w/workspace/edgex-go/20 ']' [2020-11-14T00:53:24.596Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2020-11-14T00:53:24.596Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2020-11-14T00:53:24.623Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-14T00:53:24.934Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:53:25.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-14T00:53:25.247Z] [2020-11-14T00:53:25.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-14T00:53:25.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-14T00:53:25.677Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-14T00:53:25.677Z] df20fa9351a1: Already exists [2020-11-14T00:53:25.677Z] 36b3adc4ff6f: Pulling fs layer [2020-11-14T00:53:25.677Z] 8ad3a11d3b57: Pulling fs layer [2020-11-14T00:53:25.677Z] 46f8f816bc3b: Pulling fs layer [2020-11-14T00:53:25.677Z] 93b61091891f: Pulling fs layer [2020-11-14T00:53:25.677Z] 93b9cdb0e59b: Pulling fs layer [2020-11-14T00:53:25.677Z] 5e14af77c1be: Pulling fs layer [2020-11-14T00:53:25.677Z] 01666e4c0597: Pulling fs layer [2020-11-14T00:53:25.677Z] aa168da1d23b: Pulling fs layer [2020-11-14T00:53:25.677Z] 93b9cdb0e59b: Waiting [2020-11-14T00:53:25.677Z] 5e14af77c1be: Waiting [2020-11-14T00:53:25.677Z] 01666e4c0597: Waiting [2020-11-14T00:53:25.677Z] aa168da1d23b: Waiting [2020-11-14T00:53:25.677Z] 93b61091891f: Waiting [2020-11-14T00:53:25.677Z] 46f8f816bc3b: Verifying Checksum [2020-11-14T00:53:25.677Z] 46f8f816bc3b: Download complete [2020-11-14T00:53:25.677Z] 36b3adc4ff6f: Verifying Checksum [2020-11-14T00:53:25.677Z] 36b3adc4ff6f: Download complete [2020-11-14T00:53:25.944Z] 93b9cdb0e59b: Download complete [2020-11-14T00:53:25.944Z] 5e14af77c1be: Verifying Checksum [2020-11-14T00:53:25.944Z] 5e14af77c1be: Download complete [2020-11-14T00:53:25.944Z] 93b61091891f: Verifying Checksum [2020-11-14T00:53:25.944Z] 93b61091891f: Download complete [2020-11-14T00:53:25.944Z] 01666e4c0597: Verifying Checksum [2020-11-14T00:53:25.944Z] 01666e4c0597: Download complete [2020-11-14T00:53:26.207Z] 36b3adc4ff6f: Pull complete [2020-11-14T00:53:26.790Z] 8ad3a11d3b57: Verifying Checksum [2020-11-14T00:53:26.790Z] 8ad3a11d3b57: Download complete [2020-11-14T00:53:27.419Z] 8ad3a11d3b57: Pull complete [2020-11-14T00:53:27.690Z] 46f8f816bc3b: Pull complete [2020-11-14T00:53:27.955Z] 93b61091891f: Pull complete [2020-11-14T00:53:28.552Z] aa168da1d23b: Verifying Checksum [2020-11-14T00:53:28.552Z] aa168da1d23b: Download complete [2020-11-14T00:53:31.193Z] 93b9cdb0e59b: Pull complete [2020-11-14T00:53:31.193Z] 5e14af77c1be: Pull complete [2020-11-14T00:53:31.193Z] 01666e4c0597: Pull complete [2020-11-14T00:53:43.547Z] aa168da1d23b: Pull complete [2020-11-14T00:53:43.547Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-14T00:53:43.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-14T00:53:43.547Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-14T00:53:43.831Z] prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container [2020-11-14T00:53:43.891Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-14T00:53:47.080Z] $ docker top fe4edbabd56de7456dc21596a527182667f42601528fcae4e6effde8cbc60dbb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-14T00:53:47.611Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-14T00:53:47.913Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-14T00:53:48.217Z] + ls /var/log/sa-host [2020-11-14T00:53:48.217Z] + sadf -c /var/log/sa-host/sa05 [2020-11-14T00:53:48.217Z] file_magic: OK [2020-11-14T00:53:48.217Z] HZ: Using current value: 100 [2020-11-14T00:53:48.217Z] file_header: OK [2020-11-14T00:53:48.217Z] 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-11-14T00:53:48.217Z] Statistics: [2020-11-14T00:53:48.217Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-14T00:53:48.217Z] File successfully converted to sysstat format version 12.2.1 [2020-11-14T00:53:48.217Z] + sadf -c /var/log/sa-host/sa14 [2020-11-14T00:53:48.217Z] file_magic: OK [2020-11-14T00:53:48.217Z] HZ: Using current value: 100 [2020-11-14T00:53:48.217Z] file_header: OK [2020-11-14T00:53:48.217Z] 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-11-14T00:53:48.217Z] Statistics: [2020-11-14T00:53:48.217Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-14T00:53:48.217Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-14T00:53:48.490Z] provisioning config files... [2020-11-14T00:53:48.512Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config7810584466816846591tmp [Pipeline] { [Pipeline] echo [2020-11-14T00:53:48.610Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-14T00:53:48.919Z] ---> create-netrc.sh [Pipeline] } [2020-11-14T00:53:48.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-14T00:53:49.041Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-14T00:53:49.342Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-14T00:53:49.352Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-14T00:53:49.659Z] ---> sudo-logs.sh [2020-11-14T00:53:49.659Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-14T00:53:49.670Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-14T00:53:49.970Z] ---> job-cost.sh [2020-11-14T00:53:49.970Z] lf-activate-venv: SKIPPING [2020-11-14T00:53:49.970Z] INFO: No Stack... [2020-11-14T00:53:50.914Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-14T00:53:51.487Z] INFO: Archiving Costs [Pipeline] echo [2020-11-14T00:53:51.501Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-14T00:53:51.804Z] ---> logs-deploy.sh [2020-11-14T00:53:51.804Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2808/20 [2020-11-14T00:53:51.804Z] INFO: archiving workspace using pattern(s): [2020-11-14T00:53:53.721Z] Archives upload complete. [2020-11-14T00:53:53.721Z] INFO: archiving logs to Nexus