Pull request #2910 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from ae6166b8c9fd034394a4982ee13bb410ff196e21+efc1644df1976da5690ede7e7b0e2d2c06b6d44e (1a48c03de24dbf387655ad34de2dd5de553a9d60) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 ‘prd-centos7-docker-4c-2g-14001’ Running on prd-centos7-docker-4c-2g-14004 in /w/workspace/edgexfoundry_edgex-go_PR-2910 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit efc1644df1976da5690ede7e7b0e2d2c06b6d44e into PR head commit ae6166b8c9fd034394a4982ee13bb410ff196e21 Merge succeeded, producing ae6166b8c9fd034394a4982ee13bb410ff196e21 Checking out Revision ae6166b8c9fd034394a4982ee13bb410ff196e21 (PR-2910) > git config core.sparsecheckout # timeout=10 > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # 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 efc1644df1976da5690ede7e7b0e2d2c06b6d44e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 Commit message: "Merge branch 'master' into issue-2903" > git rev-list --no-walk daa04cf8c19f4eab04ca829c95023bfbf477734c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:17:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:17:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:17:59 ========================================================= 10:17:59 EdgeX Global Pipelines Version Info 10:17:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:18:01 ------------------- 10:18:01 stable info: 10:18:01 ------------------- 10:18:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:18:01 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 10:18:01 Message: update stable to v1.0.169 10:18:02 ------------------- 10:18:02 experimental info: 10:18:02 ------------------- 10:18:02 Commited By: **** collab-it+edgex@linuxfoundation.org 10:18:02 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 10:18:02 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:18:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:18:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:18:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:18:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:18:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:18:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:18:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2910 [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2910 [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2910 [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae6166b8c9fd034394a4982ee13bb410ff196e21 [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae6166b [Pipeline] echo 10:18:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:18:05 provisioning config files... 10:18:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config925859118789286199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:18:05 ---> docker-login.sh 10:18:05 nexus3.edgexfoundry.org:10001 10:18:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:06 Configure a credential helper to remove this warning. See 10:18:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:06 10:18:06 Login Succeeded 10:18:06 nexus3.edgexfoundry.org:10002 10:18:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:06 Configure a credential helper to remove this warning. See 10:18:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:06 10:18:06 Login Succeeded 10:18:06 nexus3.edgexfoundry.org:10003 10:18:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:06 Configure a credential helper to remove this warning. See 10:18:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:06 10:18:06 Login Succeeded 10:18:06 nexus3.edgexfoundry.org:10004 10:18:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:06 Configure a credential helper to remove this warning. See 10:18:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:06 10:18:06 Login Succeeded 10:18:06 docker.io 10:18:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:07 Configure a credential helper to remove this warning. See 10:18:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:07 10:18:07 Login Succeeded 10:18:07 ---> docker-login.sh ends [Pipeline] } 10:18:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:18:07 ++ 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 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/core-command/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo core-command,cmd/core-command/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/core-data/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo core-data,cmd/core-data/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/core-metadata/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo core-metadata,cmd/core-metadata/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/security-bootstrap-redis/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/security-proxy-setup/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/security-secrets-setup/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/support-logging/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo support-logging,cmd/support-logging/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/support-notifications/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo support-notifications,cmd/support-notifications/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/support-scheduler/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:18:07 + for file in '`ls cmd/**/Dockerfile`' 10:18:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:18:07 ++ cut -d/ -f2 10:18:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:18:07 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 10:18:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:18:09 10:18:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:18:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:18:09 latest: Pulling from edgex-devops/git-semver 10:18:09 31603596830f: Pulling fs layer 10:18:09 2a8b12db71e7: Pulling fs layer 10:18:09 6ca5941a6612: Pulling fs layer 10:18:09 ecc8261a40a4: Pulling fs layer 10:18:09 ecc8261a40a4: Waiting 10:18:09 2a8b12db71e7: Verifying Checksum 10:18:09 2a8b12db71e7: Download complete 10:18:09 31603596830f: Verifying Checksum 10:18:09 31603596830f: Download complete 10:18:10 ecc8261a40a4: Verifying Checksum 10:18:10 ecc8261a40a4: Download complete 10:18:10 6ca5941a6612: Verifying Checksum 10:18:10 6ca5941a6612: Download complete 10:18:10 31603596830f: Pull complete 10:18:10 2a8b12db71e7: Pull complete 10:18:11 6ca5941a6612: Pull complete 10:18:11 ecc8261a40a4: Pull complete 10:18:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:18:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:18:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:18:11 prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container 10:18:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 10:18:14 $ docker top de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:18:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:18:14 [ssh-agent] Looking for ssh-agent implementation... 10:18:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:18:14 $ docker exec de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 ssh-agent 10:18:14 SSH_AUTH_SOCK=/tmp/ssh-MiVGOGL1d0zB/agent.12 10:18:14 SSH_AGENT_PID=17 10:18:14 Running ssh-add (command line suppressed) 10:18:15 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6251785317715834333.key (/w/workspace/edgex-go/2@tmp/private_key_6251785317715834333.key) 10:18:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:18:15 + git tag --points-at HEAD [Pipeline] } 10:18:15 $ docker exec --env ******** --env ******** de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 ssh-agent -k 10:18:15 unset SSH_AUTH_SOCK; 10:18:15 unset SSH_AGENT_PID; 10:18:15 echo Agent pid 17 killed; 10:18:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:18:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:18:15 [ssh-agent] Looking for ssh-agent implementation... 10:18:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:18:15 $ docker exec de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 ssh-agent 10:18:16 SSH_AUTH_SOCK=/tmp/ssh-LEZtCz0529mX/agent.45 10:18:16 SSH_AGENT_PID=50 10:18:16 Running ssh-add (command line suppressed) 10:18:16 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1904089946202668305.key (/w/workspace/edgex-go/2@tmp/private_key_1904089946202668305.key) 10:18:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:18:16 + git semver init 10:18:16 # -> Open(): unable to determine branch for HEAD 10:18:16 # $GIT_DIR = /w/workspace/edgex-go/2/.git 10:18:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 10:18:16 # $SEMVER_REMOTE_NAME = origin 10:18:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:18:16 # $SEMVER_USER_NAME = edgex-jenkins 10:18:16 # $SEMVER_BRANCH = PR-2910 10:18:16 # $SEMVER_TEMP = /tmp/semver-987028257 10:18:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:18:38 # '/tmp/semver-987028257' -> '/w/workspace/edgex-go/2/.semver' 10:18:39 # -> Force: false 10:18:39 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 10:18:39 $ docker exec --env ******** --env ******** de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 ssh-agent -k 10:18:39 unset SSH_AUTH_SOCK; 10:18:39 unset SSH_AGENT_PID; 10:18:39 echo Agent pid 50 killed; 10:18:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:18:40 + git semver [Pipeline] } 10:18:40 $ docker stop --time=1 de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 10:18:41 $ docker rm -f de24e0a9f78a1d41a13e0099cef35b0a5c0e38798dbfff254830124c6be54756 [Pipeline] // withDockerContainer [Pipeline] sh 10:18:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:18:42 Stashed 1 file(s) [Pipeline] echo 10:18:42 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:18:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:18:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:18:44 + sudo service docker restart 10:18:44 + true 10:18:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:18:44 ========================================================= 10:18:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:18:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:18:45 + 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 . 10:18:48 Sending build context to Docker daemon 326MB 10:18:48 Step 1/7 : ARG BASE=golang:1.15-alpine 10:18:48 Step 2/7 : FROM ${BASE} 10:18:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:18:48 df20fa9351a1: Pulling fs layer 10:18:48 ed8968b2872e: Pulling fs layer 10:18:48 a92cc7c5fd73: Pulling fs layer 10:18:48 e871e8e8d7a9: Pulling fs layer 10:18:48 e73272ec9a57: Pulling fs layer 10:18:48 1e910a182e73: Pulling fs layer 10:18:48 4e634b169226: Pulling fs layer 10:18:48 e73272ec9a57: Waiting 10:18:48 4e634b169226: Waiting 10:18:48 1e910a182e73: Waiting 10:18:48 a92cc7c5fd73: Verifying Checksum 10:18:48 a92cc7c5fd73: Download complete 10:18:48 ed8968b2872e: Download complete 10:18:48 e73272ec9a57: Verifying Checksum 10:18:48 e73272ec9a57: Download complete 10:18:48 1e910a182e73: Verifying Checksum 10:18:48 1e910a182e73: Download complete 10:18:48 df20fa9351a1: Verifying Checksum 10:18:48 df20fa9351a1: Download complete 10:18:49 df20fa9351a1: Pull complete 10:18:49 ed8968b2872e: Pull complete 10:18:49 a92cc7c5fd73: Pull complete 10:18:50 4e634b169226: Verifying Checksum 10:18:50 4e634b169226: Download complete 10:18:51 e871e8e8d7a9: Verifying Checksum 10:18:51 e871e8e8d7a9: Download complete 10:18:56 e871e8e8d7a9: Pull complete 10:18:56 e73272ec9a57: Pull complete 10:18:56 1e910a182e73: Pull complete 10:18:58 Still waiting to schedule task 10:18:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:19:00 4e634b169226: Pull complete 10:19:00 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 10:19:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:19:00 ---> f7629b54cfaa 10:19:00 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 10:19:00 ---> Running in f675fddb23f1 10:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:19:02 (1/12) Installing libmagic (5.38-r0) 10:19:02 (2/12) Installing file (5.38-r0) 10:19:02 (3/12) Installing libc-dev (0.7.2-r3) 10:19:02 (4/12) Installing g++ (9.3.0-r2) 10:19:08 (5/12) Installing fortify-headers (1.1-r0) 10:19:08 (6/12) Installing patch (2.7.6-r6) 10:19:08 (7/12) Installing build-base (0.5-r2) 10:19:08 (8/12) Installing libsodium (1.0.18-r0) 10:19:08 (9/12) Installing pkgconf (1.7.2-r0) 10:19:08 (10/12) Installing libsodium-dev (1.0.18-r0) 10:19:08 (11/12) Installing libzmq (4.3.3-r0) 10:19:08 (12/12) Installing zeromq-dev (4.3.3-r0) 10:19:08 Executing busybox-1.31.1-r16.trigger 10:19:08 OK: 233 MiB in 51 packages 10:19:12 Removing intermediate container f675fddb23f1 10:19:12 ---> 9bbd7726d809 10:19:12 Step 4/7 : WORKDIR /edgex-go 10:19:12 ---> Running in 8671cab9a310 10:19:12 Removing intermediate container 8671cab9a310 10:19:12 ---> bf06bdeb7bc7 10:19:12 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 10:19:13 latest: Pulling from library/docker 10:19:13 188c0c94c7c5: Pulling fs layer 10:19:13 0c7c675703d6: Pulling fs layer 10:19:13 cc8c12a437cb: Pulling fs layer 10:19:13 c5dafad2182a: Pulling fs layer 10:19:13 5aa711733414: Pulling fs layer 10:19:13 058f73b55e4b: Pulling fs layer 10:19:13 8c9c664faf12: Pulling fs layer 10:19:13 c5dafad2182a: Waiting 10:19:13 5aa711733414: Waiting 10:19:13 058f73b55e4b: Waiting 10:19:13 8c9c664faf12: Waiting 10:19:13 cc8c12a437cb: Verifying Checksum 10:19:13 cc8c12a437cb: Download complete 10:19:13 188c0c94c7c5: Verifying Checksum 10:19:13 188c0c94c7c5: Download complete 10:19:13 0c7c675703d6: Verifying Checksum 10:19:13 0c7c675703d6: Download complete 10:19:13 5aa711733414: Verifying Checksum 10:19:13 5aa711733414: Download complete 10:19:13 058f73b55e4b: Verifying Checksum 10:19:13 058f73b55e4b: Download complete 10:19:13 c5dafad2182a: Retrying in 5 seconds 10:19:13 8c9c664faf12: Verifying Checksum 10:19:13 8c9c664faf12: Download complete 10:19:13 188c0c94c7c5: Pull complete 10:19:13 0c7c675703d6: Pull complete 10:19:13 cc8c12a437cb: Pull complete 10:19:14 c5dafad2182a: Retrying in 4 seconds 10:19:15 c5dafad2182a: Retrying in 3 seconds 10:19:16 c5dafad2182a: Retrying in 2 seconds 10:19:17 c5dafad2182a: Retrying in 1 second 10:19:19 c5dafad2182a: Verifying Checksum 10:19:19 c5dafad2182a: Download complete 10:19:21 c5dafad2182a: Pull complete 10:19:21 5aa711733414: Pull complete 10:19:21 058f73b55e4b: Pull complete 10:19:21 8c9c664faf12: Pull complete 10:19:21 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 10:19:21 Status: Downloaded newer image for docker:latest 10:19:23 ---> 309172368ebd 10:19:23 Step 6/7 : COPY go.mod . 10:19:23 ---> 8f704e35c481 10:19:23 Step 7/7 : RUN go mod download 10:19:23 ---> Running in 84aae2f66c94 10:19:45 Removing intermediate container 84aae2f66c94 10:19:45 ---> 86bbd6092319 10:19:45 Successfully built 86bbd6092319 10:19:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:19:46 + docker inspect -f . ci-base-image-x86_64 10:19:46 . [Pipeline] withDockerContainer 10:19:46 prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container 10:19:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 10:19:47 $ docker top c0366771ed6a9691a07534ec82d326f40169ee574139a91300e952f9b4884069 -eo pid,comm [Pipeline] { [Pipeline] sh 10:19:47 + go version 10:19:47 go version go1.15.2 linux/amd64 [Pipeline] } 10:19:47 $ docker stop --time=1 c0366771ed6a9691a07534ec82d326f40169ee574139a91300e952f9b4884069 10:19:49 $ docker rm -f c0366771ed6a9691a07534ec82d326f40169ee574139a91300e952f9b4884069 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:19:50 + docker inspect -f . ci-base-image-x86_64 10:19:50 . [Pipeline] withDockerContainer 10:19:50 prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container 10:19:50 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 10:19:50 $ docker top 61b099f06efdc0ac7fbe00fa7e9c9a3e7e75b8808b52ad9ee868e0332b161e21 -eo pid,comm [Pipeline] { [Pipeline] echo 10:19:51 ========================================================= 10:19:51 [edgeXBuildGoParallel] Running Tests and Build... 10:19:51 ========================================================= [Pipeline] sh 10:19:51 + make test 10:19:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:20:01 ? github.com/edgexfoundry/edgex-go [no test files] 10:20:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:20:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:20:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:20:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:20:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:20:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:20:24 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s 10:20:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:20:24 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 10:20:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:20:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:20:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:20:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:20:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:20:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements 10:20:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:20:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:20:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:20:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:20:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:20:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:20:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:20:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:20:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.412s coverage: 69.3% of statements 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:20:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.103s coverage: 83.3% of statements 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.404s coverage: 28.6% of statements 10:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 10:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 10:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:20:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements 10:20:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:20:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 10:20:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:20:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 10:20:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:20:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:20:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:20:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.275s coverage: 95.7% of statements 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.0% of statements [no tests to run] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:20:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 10:20:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 10:20:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.421s coverage: 55.9% of statements 10:20:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:20:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:20:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:20:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:20:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:20:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.604s coverage: 86.3% of statements 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.106s coverage: 72.2% of statements 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.410s coverage: 72.1% of statements 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.038s coverage: 96.8% of statements 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.2% of statements 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.352s coverage: 84.1% of statements 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.052s coverage: 42.9% of statements 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 10:20:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements 10:20:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 10:20:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.176s coverage: 47.1% of statements 10:20:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:20:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:20:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 10:20:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:20:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:20:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:20:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 10:20:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:20:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements 10:20:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.649s coverage: 29.1% of statements 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:20:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements 10:20:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:20:45 GO111MODULE=on go vet ./... 10:20:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14005 in /w/workspace/edgexfoundry_edgex-go_PR-2910 [Pipeline] { [Pipeline] ws 10:20:47 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 10:20:52 using credential edgex-jenkins-ssh 10:20:52 Cloning the remote Git repository 10:20:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:20:52 > git init /w/workspace/edgex-go/2 # timeout=10 10:20:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:20:52 > git --version # timeout=10 10:20:53 > git --version # 'git version 2.17.1' 10:20:53 using GIT_SSH to set credentials SSH Credentials for GitHub 10:20:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:21:08 gofmt -l . 10:21:08 [ "`gofmt -l .`" = "" ] 10:21:08 ./bin/test-go-mod-tidy.sh 10:21:09 ./bin/test-attribution-txt.sh 10:21:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:21:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:21:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:21:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:21:10 using GIT_SSH to set credentials SSH Credentials for GitHub 10:21:11 Merging remotes/origin/master commit efc1644df1976da5690ede7e7b0e2d2c06b6d44e into PR head commit ae6166b8c9fd034394a4982ee13bb410ff196e21 10:21:11 Merge succeeded, producing ae6166b8c9fd034394a4982ee13bb410ff196e21 10:21:11 Checking out Revision ae6166b8c9fd034394a4982ee13bb410ff196e21 (PR-2910) 10:21:11 Commit message: "Merge branch 'master' into issue-2903" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 10:21:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:21:11 > git config core.sparsecheckout # timeout=10 10:21:11 > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 10:21:11 > git remote # timeout=10 10:21:11 > git config --get remote.origin.url # timeout=10 10:21:11 using GIT_SSH to set credentials SSH Credentials for GitHub 10:21:11 > git merge efc1644df1976da5690ede7e7b0e2d2c06b6d44e # timeout=10 10:21:11 > git rev-parse HEAD^{commit} # timeout=10 10:21:11 > git config core.sparsecheckout # timeout=10 10:21:11 > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) 10:21:12 + ls -al . 10:21:12 total 644 10:21:12 drwxrwxr-x 10 1001 1001 4096 Dec 1 10:21 . 10:21:12 drwxr-xr-x 4 root root 28 Dec 1 10:19 .. 10:21:12 -rw-rw-r-- 1 1001 1001 11 Dec 1 10:17 .dockerignore 10:21:12 drwxrwxr-x 8 1001 1001 179 Dec 1 10:17 .git 10:21:12 drwxrwxr-x 3 1001 1001 125 Dec 1 10:17 .github 10:21:12 -rw-rw-r-- 1 1001 1001 971 Dec 1 10:17 .gitignore 10:21:12 drwx------ 3 1001 1001 47 Dec 1 10:18 .semver 10:21:12 -rw-rw-r-- 1 1001 1001 166 Dec 1 10:17 .sonarcloud.properties 10:21:12 -rw-rw-r-- 1 1001 1001 3804 Dec 1 10:17 CONTRIBUTING.md 10:21:12 -rw-rw-r-- 1 1001 1001 1035 Dec 1 10:17 Dockerfile.build 10:21:12 -rw-rw-r-- 1 1001 1001 863 Dec 1 10:17 Jenkinsfile 10:21:12 -rw-rw-r-- 1 1001 1001 10775 Dec 1 10:17 LICENSE 10:21:12 -rw-rw-r-- 1 1001 1001 6581 Dec 1 10:17 Makefile 10:21:12 -rw-rw-r-- 1 1001 1001 6447 Dec 1 10:17 README.md 10:21:12 -rw-rw-r-- 1 1001 1001 259 Dec 1 10:17 SECURITY.md 10:21:12 -rw-rw-r-- 1 1001 1001 5 Dec 1 10:18 VERSION 10:21:12 -rw-rw-r-- 1 1001 1001 4131 Dec 1 10:17 ZMQWindows.md 10:21:12 drwxrwxr-x 2 1001 1001 117 Dec 1 10:17 bin 10:21:12 drwxrwxr-x 15 1001 1001 4096 Dec 1 10:17 cmd 10:21:12 -rw-r--r-- 1 root root 549148 Dec 1 10:20 coverage.out 10:21:12 -rw-r--r-- 1 root root 1041 Dec 1 10:21 go.mod 10:21:12 -rw-r--r-- 1 root root 18856 Dec 1 10:21 go.sum 10:21:12 drwxrwxr-x 8 1001 1001 127 Dec 1 10:17 internal 10:21:12 drwxrwxr-x 4 1001 1001 26 Dec 1 10:17 openapi 10:21:12 drwxrwxr-x 4 1001 1001 71 Dec 1 10:17 snap 10:21:12 -rw-rw-r-- 1 1001 1001 168 Dec 1 10:17 version.go [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 10:21:12 + '[' -e coverage.out ] 10:21:12 + chown 1001:1001 coverage.out [Pipeline] stash 10:21:13 Stashed 1 file(s) [Pipeline] sh 10:21:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:21:13 + make build 10:21:13 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 10:21:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:21:14 + true 10:21:14 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:21:17 provisioning config files... 10:21:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6434793408726896871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:21:17 ---> docker-login.sh 10:21:17 nexus3.edgexfoundry.org:10001 10:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:18 Configure a credential helper to remove this warning. See 10:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:18 10:21:18 Login Succeeded 10:21:18 nexus3.edgexfoundry.org:10002 10:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:18 Configure a credential helper to remove this warning. See 10:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:18 10:21:18 Login Succeeded 10:21:18 nexus3.edgexfoundry.org:10003 10:21:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:19 Configure a credential helper to remove this warning. See 10:21:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:19 10:21:19 Login Succeeded 10:21:19 nexus3.edgexfoundry.org:10004 10:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:20 Configure a credential helper to remove this warning. See 10:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:20 10:21:20 Login Succeeded 10:21:20 docker.io 10:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:21 Configure a credential helper to remove this warning. See 10:21:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:21 10:21:21 Login Succeeded 10:21:21 ---> docker-login.sh ends [Pipeline] } 10:21:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:21:21 ========================================================= 10:21:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:21:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:21:21 + 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 . 10:21:22 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 10:21:24 Sending build context to Docker daemon 165.4MB 10:21:24 Step 1/7 : ARG BASE=golang:1.15-alpine 10:21:24 Step 2/7 : FROM ${BASE} 10:21:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:21:24 b538f80385f9: Pulling fs layer 10:21:24 74f711af9a0d: Pulling fs layer 10:21:24 99f96fe45779: Pulling fs layer 10:21:24 8529a6b9a6be: Pulling fs layer 10:21:24 45590311c82a: Pulling fs layer 10:21:24 69ca0ff8b7b3: Pulling fs layer 10:21:24 209524e5b208: Pulling fs layer 10:21:24 8529a6b9a6be: Waiting 10:21:24 45590311c82a: Waiting 10:21:24 69ca0ff8b7b3: Waiting 10:21:24 209524e5b208: Waiting 10:21:24 99f96fe45779: Verifying Checksum 10:21:24 99f96fe45779: Download complete 10:21:24 74f711af9a0d: Verifying Checksum 10:21:24 45590311c82a: Verifying Checksum 10:21:24 45590311c82a: Download complete 10:21:24 69ca0ff8b7b3: Verifying Checksum 10:21:24 69ca0ff8b7b3: Download complete 10:21:24 b538f80385f9: Verifying Checksum 10:21:24 b538f80385f9: Download complete 10:21:25 b538f80385f9: Pull complete 10:21:25 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 10:21:25 74f711af9a0d: Pull complete 10:21:26 99f96fe45779: Pull complete 10:21:26 209524e5b208: Verifying Checksum 10:21:26 209524e5b208: Download complete 10:21:26 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 10:21:27 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 10:21:27 8529a6b9a6be: Verifying Checksum 10:21:27 8529a6b9a6be: Download complete 10:21:29 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 10:21:29 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 10:21:31 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 10:21:32 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 10:21:33 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 10:21:34 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 10:21:35 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 10:21:36 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 [Pipeline] } 10:21:37 $ docker stop --time=1 61b099f06efdc0ac7fbe00fa7e9c9a3e7e75b8808b52ad9ee868e0332b161e21 10:21:37 8529a6b9a6be: Pull complete 10:21:37 45590311c82a: Pull complete 10:21:37 69ca0ff8b7b3: Pull complete 10:21:39 $ docker rm -f 61b099f06efdc0ac7fbe00fa7e9c9a3e7e75b8808b52ad9ee868e0332b161e21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 10:21:41 209524e5b208: Pull complete 10:21:41 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 10:21:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:21:41 ---> 5bddaf1c2fca 10:21:41 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 [Pipeline] isUnix [Pipeline] sh 10:21:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:21:44 10:21:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:21:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:21:44 latest: Pulling from edgex-devops/edgex-compose 10:21:44 cbdbe7a5bc2a: Pulling fs layer 10:21:44 ca9280d653b3: Pulling fs layer 10:21:44 7e9c9ca2126c: Pulling fs layer 10:21:44 cbdbe7a5bc2a: Download complete 10:21:44 ---> Running in 98149162bfde 10:21:45 cbdbe7a5bc2a: Pull complete 10:21:45 ca9280d653b3: Verifying Checksum 10:21:45 ca9280d653b3: Download complete 10:21:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:21:46 ca9280d653b3: Pull complete 10:21:46 7e9c9ca2126c: Download complete 10:21:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:21:50 (1/12) Installing libmagic (5.38-r0) 10:21:51 (2/12) Installing file (5.38-r0) 10:21:51 (3/12) Installing libc-dev (0.7.2-r3) 10:21:51 (4/12) Installing g++ (9.3.0-r2) 10:21:52 7e9c9ca2126c: Pull complete 10:21:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:21:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:21:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:21:53 prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container 10:21:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 10:21:56 $ docker top 18ce5cff7ae781eca3889174b9009f96b7a27643c5fba566c44fe2fba23e949d -eo pid,comm [Pipeline] { [Pipeline] sh 10:21:56 + docker-compose build --help 10:21:56 + grep parallel 10:21:57 --parallel Build images in parallel. [Pipeline] } 10:21:57 $ docker stop --time=1 18ce5cff7ae781eca3889174b9009f96b7a27643c5fba566c44fe2fba23e949d 10:21:59 $ docker rm -f 18ce5cff7ae781eca3889174b9009f96b7a27643c5fba566c44fe2fba23e949d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:21:59 (5/12) Installing fortify-headers (1.1-r0) 10:21:59 (6/12) Installing patch (2.7.6-r6) 10:21:59 (7/12) Installing build-base (0.5-r2) 10:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:21:59 . [Pipeline] withDockerContainer 10:21:59 (8/12) Installing libsodium (1.0.18-r0) 10:21:59 (9/12) Installing pkgconf (1.7.2-r0) 10:21:59 (10/12) Installing libsodium-dev (1.0.18-r0) 10:21:59 prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container 10:21:59 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 10:22:00 (11/12) Installing libzmq (4.3.3-r0) 10:22:00 (12/12) Installing zeromq-dev (4.3.3-r0) 10:22:00 Executing busybox-1.31.1-r16.trigger 10:22:00 OK: 217 MiB in 51 packages 10:22:00 $ docker top 6e77fd18928dfe5883fcad2f9946e81eafa2ea3839c910ae0a7ad065852d1d61 -eo pid,comm [Pipeline] { [Pipeline] sh 10:22:01 + docker-compose -f ./docker-compose-build.yml build --parallel 10:22:02 Building docker-core-command-go ... 10:22:02 Building docker-core-data-go ... 10:22:02 Building docker-core-metadata-go ... 10:22:02 Building docker-security-bootstrap-redis-go ... 10:22:02 Building docker-security-proxy-setup-go ... 10:22:02 Building docker-security-secrets-setup-go ... 10:22:02 Building docker-security-secretstore-setup-go ... 10:22:02 Building docker-support-logging-go ... 10:22:02 Building docker-support-notifications-go ... 10:22:02 Building docker-support-scheduler-go ... 10:22:02 Building docker-sys-mgmt-agent-go ... 10:22:02 Building docker-core-command-go 10:22:02 Building docker-security-secrets-setup-go 10:22:02 Building docker-core-data-go 10:22:02 Building docker-support-logging-go 10:22:02 Building docker-support-scheduler-go 10:22:04 Removing intermediate container 98149162bfde 10:22:04 ---> 8e3ae1eef6b7 10:22:04 Step 4/7 : WORKDIR /edgex-go 10:22:04 ---> Running in c5096b0ee44a 10:22:04 Removing intermediate container c5096b0ee44a 10:22:04 ---> 05987fbb509f 10:22:04 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 10:22:05 latest: Pulling from library/docker 10:22:05 5f621e34cdf4: Pulling fs layer 10:22:05 85db56a05063: Pulling fs layer 10:22:05 ccb67d6aeaaa: Pulling fs layer 10:22:05 a0b19fc83503: Pulling fs layer 10:22:05 8eb508b41278: Pulling fs layer 10:22:05 37236713561e: Pulling fs layer 10:22:05 07c93f2b1b56: Pulling fs layer 10:22:05 a0b19fc83503: Waiting 10:22:05 8eb508b41278: Waiting 10:22:05 07c93f2b1b56: Waiting 10:22:05 37236713561e: Waiting 10:22:05 ccb67d6aeaaa: Verifying Checksum 10:22:05 ccb67d6aeaaa: Download complete 10:22:05 85db56a05063: Verifying Checksum 10:22:05 85db56a05063: Download complete 10:22:05 5f621e34cdf4: Verifying Checksum 10:22:05 5f621e34cdf4: Download complete 10:22:05 8eb508b41278: Verifying Checksum 10:22:05 8eb508b41278: Download complete 10:22:05 37236713561e: Verifying Checksum 10:22:05 37236713561e: Download complete 10:22:05 07c93f2b1b56: Verifying Checksum 10:22:05 07c93f2b1b56: Download complete 10:22:06 5f621e34cdf4: Pull complete 10:22:07 a0b19fc83503: Verifying Checksum 10:22:07 a0b19fc83503: Download complete 10:22:07 85db56a05063: Pull complete 10:22:07 ccb67d6aeaaa: Pull complete 10:22:11 a0b19fc83503: Pull complete 10:22:11 8eb508b41278: Pull complete 10:22:11 37236713561e: Pull complete 10:22:12 07c93f2b1b56: Pull complete 10:22:12 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 10:22:12 Status: Downloaded newer image for docker:latest 10:22:15 ---> 2bc520d41c55 10:22:15 Step 6/7 : COPY go.mod . 10:22:15 ---> 31f929e40eea 10:22:15 Step 7/7 : RUN go mod download 10:22:16 ---> Running in eb0b30bdc545 10:22:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:22:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:22:35 ---> 86bbd6092319 10:22:35 Step 3/21 : WORKDIR /edgex-go 10:22:35 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 10:22:35 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 10:22:35 ---> 86bbd6092319 10:22:35 Step 3/29 : WORKDIR /edgex-go 10:22:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:22:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:22:35 ---> 86bbd6092319 10:22:35 Step 3/22 : WORKDIR /edgex-go 10:22:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:22:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:22:35 ---> 86bbd6092319 10:22:35 Step 3/22 : WORKDIR /edgex-go 10:22:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 10:22:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:22:35 ---> 86bbd6092319 10:22:35 Step 3/23 : WORKDIR /edgex-go 10:22:35 ---> Running in 803cc4fb7f6e 10:22:35 ---> Running in c5b75c518942 10:22:35 ---> Running in 361561fbd59f 10:22:35 ---> Running in f091a557d594 10:22:35 ---> Running in d9ccb6a74a7d 10:22:35 Removing intermediate container 803cc4fb7f6e 10:22:35 ---> 810cf9c18301 10:22:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:22:35 Removing intermediate container c5b75c518942 10:22:35 ---> 6fee55df4afb 10:22:35 Step 4/29 : RUN apk update && apk add make git 10:22:35 Removing intermediate container 361561fbd59f 10:22:35 ---> db4497fdcef8 10:22:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:22:35 Removing intermediate container d9ccb6a74a7d 10:22:35 ---> 2658eb8dd4c9 10:22:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:22:35 Removing intermediate container f091a557d594 10:22:35 ---> b7037e3e0463 10:22:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:22:35 ---> Running in 3652e62fb65b 10:22:35 ---> Running in 9401068a228b 10:22:35 ---> Running in 609642c007bc 10:22:35 ---> Running in dd32fe6d854c 10:22:35 ---> Running in fdf00f923061 10:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:22:35 Removing intermediate container 9401068a228b 10:22:35 ---> 3da53b11e65a 10:22:35 Step 5/21 : RUN apk update && apk add make git 10:22:35 Removing intermediate container 3652e62fb65b 10:22:35 ---> bafd52d872ee 10:22:35 Step 5/22 : RUN apk update && apk add make && apk add bash git 10:22:35 ---> Running in 5ae1dfbafe65 10:22:35 ---> Running in 9c5f0f2a2f58 10:22:35 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:22:35 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:22:35 OK: 12754 distinct packages available 10:22:36 Removing intermediate container dd32fe6d854c 10:22:36 ---> 47a1d671891b 10:22:36 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 10:22:36 Removing intermediate container fdf00f923061 10:22:36 ---> 4c5b3692dacb 10:22:36 Step 5/22 : RUN apk update && apk add make git 10:22:36 OK: 233 MiB in 51 packages 10:22:36 ---> Running in a34f660208a5 10:22:36 ---> Running in 343068f034fe 10:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:22:36 Removing intermediate container 609642c007bc 10:22:36 ---> c71ba01f01c3 10:22:36 Step 5/29 : COPY go.mod . 10:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:22:37 ---> 2795d39cf571 10:22:37 Step 6/29 : RUN go mod download 10:22:37 ---> Running in 66d80c5c0ae8 10:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:22:37 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:22:37 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:22:37 OK: 12754 distinct packages available 10:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:22:37 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:22:37 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:22:37 OK: 12754 distinct packages available 10:22:37 OK: 233 MiB in 51 packages 10:22:38 OK: 233 MiB in 51 packages 10:22:38 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:22:38 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:22:38 OK: 12754 distinct packages available 10:22:38 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:22:38 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:22:38 OK: 12754 distinct packages available 10:22:38 OK: 233 MiB in 51 packages 10:22:38 OK: 233 MiB in 51 packages 10:22:38 OK: 233 MiB in 51 packages 10:22:38 Removing intermediate container 5ae1dfbafe65 10:22:38 ---> 5e5e24c628bf 10:22:38 Step 6/21 : COPY go.mod . 10:22:38 Removing intermediate container 66d80c5c0ae8 10:22:38 ---> 96e254f5bd73 10:22:38 Step 7/29 : COPY . . 10:22:39 ---> 8aee3a47bf4b 10:22:39 Step 7/21 : RUN go mod download 10:22:39 Removing intermediate container 9c5f0f2a2f58 10:22:39 ---> 0638d16664c9 10:22:39 Step 6/22 : COPY go.mod . 10:22:40 ---> Running in 264b88585e4c 10:22:42 Removing intermediate container eb0b30bdc545 10:22:42 ---> 865bc9cf0940 10:22:42 Successfully built 865bc9cf0940 10:22:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:22:42 Removing intermediate container a34f660208a5 10:22:42 ---> a68c2f482668 10:22:42 Step 6/23 : COPY go.mod . 10:22:42 ---> 4d5fcd08753b 10:22:42 Step 7/22 : RUN go mod download 10:22:42 Removing intermediate container 343068f034fe 10:22:42 ---> f7ecfbf1ae31 10:22:42 Step 6/22 : COPY go.mod . 10:22:43 + docker inspect -f . ci-base-image-arm64 10:22:43 . [Pipeline] withDockerContainer 10:22:43 prd-ubuntu18.04-docker-arm64-4c-16g-14005 does not seem to be running inside a container 10:22:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:22:44 ---> Running in 490fd2c4d0dc 10:22:44 ---> 3de2c0a84a8f 10:22:44 Step 7/23 : RUN go mod download 10:22:44 ---> 9e90e74dd23d 10:22:44 Step 7/22 : RUN go mod download 10:22:45 $ docker top f7d227fe88ac11f1d0d873e7c9ced951e99d95545ba03e9b9a7a5e90778eb1d0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:22:45 ---> Running in 5db53e825c11 10:22:45 ---> Running in d7877a6761ff 10:22:46 + go version 10:22:46 go version go1.15.2 linux/arm64 [Pipeline] } 10:22:46 $ docker stop --time=1 f7d227fe88ac11f1d0d873e7c9ced951e99d95545ba03e9b9a7a5e90778eb1d0 10:22:47 Removing intermediate container 264b88585e4c 10:22:47 ---> 2c8d3ee9f421 10:22:47 Step 8/21 : COPY . . 10:22:48 $ docker rm -f f7d227fe88ac11f1d0d873e7c9ced951e99d95545ba03e9b9a7a5e90778eb1d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:22:49 + docker inspect -f . ci-base-image-arm64 10:22:49 . [Pipeline] withDockerContainer 10:22:49 prd-ubuntu18.04-docker-arm64-4c-16g-14005 does not seem to be running inside a container 10:22:49 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:22:51 $ docker top 9f3f05be7f6f0cda7a3a61766479ebb3abc8f78bb2902b4815ff3830bf6f00b0 -eo pid,comm [Pipeline] { [Pipeline] echo 10:22:51 ========================================================= 10:22:51 [edgeXBuildGoParallel] Running Tests and Build... 10:22:51 ========================================================= [Pipeline] sh 10:22:52 + make test 10:22:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:22:56 Removing intermediate container 5db53e825c11 10:22:56 ---> 7a2ac7df95c5 10:22:56 Step 8/23 : COPY . . 10:22:56 Removing intermediate container 490fd2c4d0dc 10:22:56 ---> 955be63c7091 10:22:56 Step 8/22 : COPY . . 10:22:57 Removing intermediate container d7877a6761ff 10:22:57 ---> 07482e8628c9 10:22:57 Step 8/22 : COPY . . 10:23:09 ---> 87c1c899f6e2 10:23:09 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 10:23:13 ---> Running in 9e80cf79d0bf 10:23:14 ? github.com/edgexfoundry/edgex-go [no test files] 10:23:17 ---> 96c03b2e5238 10:23:17 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 10:23:21 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 10:23:21 ---> Running in 0f760911b42d 10:23:22 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 10:23:30 ---> 2e68074b61e3 10:23:30 Step 9/23 : RUN make cmd/core-data/core-data 10:23:30 ---> Running in f568d61d3e12 10:23:30 ---> e63f605299ab 10:23:30 Step 9/22 : RUN make cmd/core-command/core-command 10:23:30 ---> 5e5e8b237885 10:23:30 Step 9/22 : RUN make cmd/support-logging/support-logging 10:23:30 ---> Running in 1fd69c2a5231 10:23:30 ---> Running in 3a50409c76e8 10:23:31 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 10:23:31 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 10:23:31 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 10:23:46 Removing intermediate container 9e80cf79d0bf 10:23:46 ---> 2cf55b9939ff 10:23:46 10:23:46 Step 9/29 : FROM alpine:latest 10:23:46 latest: Pulling from library/alpine 10:23:46 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 10:23:46 Status: Downloaded newer image for alpine:latest 10:23:46 ---> d6e46aa2470d 10:23:46 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 10:23:46 ---> Running in d6f8d5ad6646 10:23:47 Removing intermediate container d6f8d5ad6646 10:23:47 ---> 73a973fbccc0 10:23:47 Step 11/29 : USER root 10:23:47 ---> Running in 781a304fc7cf 10:23:48 Removing intermediate container 781a304fc7cf 10:23:48 ---> 6311c500d20d 10:23:48 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 10:23:48 ---> Running in 4e63b368ba8d 10:23:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:23:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:23:50 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:23:50 v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:23:50 OK: 12746 distinct packages available 10:23:50 (1/2) Installing ca-certificates (20191127-r4) 10:23:50 (2/2) Installing dumb-init (1.2.2-r1) 10:23:50 Executing busybox-1.31.1-r19.trigger 10:23:51 Executing ca-certificates-20191127-r4.trigger 10:23:51 OK: 6 MiB in 16 packages 10:23:53 Removing intermediate container 0f760911b42d 10:23:53 ---> ac6c30cd9d76 10:23:53 10:23:53 Step 10/21 : FROM scratch 10:23:53 ---> 10:23:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:23:54 Removing intermediate container 4e63b368ba8d 10:23:54 ---> d0eeb88f4da2 10:23:54 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 10:23:54 ---> Running in 3142ddf57f22 10:23:54 ---> Running in 52b583c37ad1 10:23:55 Removing intermediate container 3142ddf57f22 10:23:55 ---> b0c1cd98ec89 10:23:55 Step 12/21 : ENV APP_PORT=48085 10:23:55 ---> Running in 48a891225ed0 10:23:55 Removing intermediate container 52b583c37ad1 10:23:55 ---> 027be1040439 10:23:55 Step 14/29 : WORKDIR $BASE_DIR 10:23:55 ---> Running in e4dc4dafe904 10:23:55 Removing intermediate container 48a891225ed0 10:23:55 ---> aafaa4645c0e 10:23:55 Step 13/21 : EXPOSE $APP_PORT 10:23:55 ---> Running in 888d67ff1f60 10:23:55 Removing intermediate container e4dc4dafe904 10:23:55 ---> 16921099f3e7 10:23:55 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 10:23:56 ---> Running in 136a5dc32136 10:23:56 Removing intermediate container 888d67ff1f60 10:23:56 ---> 8a2912175a16 10:23:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 10:23:56 ---> 700d2761caf9 10:23:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:23:58 ---> 4be4bcd991a7 10:23:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:23:58 Removing intermediate container 136a5dc32136 10:23:58 ---> 682f465e766a 10:23:58 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 10:23:58 ---> a49c0309fc36 10:23:58 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 10:24:00 ---> Running in 18c4efc43443 10:24:01 ---> c38ea14c02e5 10:24:01 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 10:24:01 Removing intermediate container 18c4efc43443 10:24:01 ---> 2445eaa0f9d5 10:24:01 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:24:01 Removing intermediate container 3a50409c76e8 10:24:01 ---> 1d24d2e4a0a6 10:24:01 10:24:01 Step 10/22 : FROM scratch 10:24:01 ---> 10:24:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:24:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:24:01 ---> Running in d1bc1d2e9cba 10:24:01 ---> Running in 65a9d054a5bb 10:24:02 ---> e18812264d25 10:24:02 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 10:24:02 Removing intermediate container d1bc1d2e9cba 10:24:02 ---> 48bb82d787ee 10:24:02 Step 19/21 : LABEL arch=x86_64 10:24:02 Removing intermediate container 65a9d054a5bb 10:24:02 ---> f1865c7ce81a 10:24:02 Step 12/22 : ENV APP_PORT=48061 10:24:03 ---> Running in 53f515dc9fca 10:24:03 ---> Running in 8bc686614d44 10:24:03 ---> b277409f2df4 10:24:03 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 10:24:04 Removing intermediate container 1fd69c2a5231 10:24:04 ---> aa0b8a7cd272 10:24:04 10:24:04 Step 10/22 : FROM scratch 10:24:04 ---> 10:24:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:24:04 ---> Using cache 10:24:04 ---> b0c1cd98ec89 10:24:04 Step 12/22 : ENV APP_PORT=48082 10:24:04 ---> Running in db4e287eea33 10:24:04 Removing intermediate container 53f515dc9fca 10:24:04 ---> 2b8243aa30a0 10:24:04 Step 13/22 : EXPOSE $APP_PORT 10:24:04 Removing intermediate container 8bc686614d44 10:24:04 ---> 19679ae92694 10:24:04 Step 20/21 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:24:04 ---> Running in 798f0c652833 10:24:05 ---> Running in f3ac37b2a720 10:24:05 ---> 1f6faf427b02 10:24:05 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 10:24:05 Removing intermediate container db4e287eea33 10:24:05 ---> 1cde640b5bd1 10:24:05 Step 13/22 : EXPOSE $APP_PORT 10:24:05 Removing intermediate container 798f0c652833 10:24:05 ---> 6db3fb174bd4 10:24:05 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 10:24:05 ---> Running in f85a8b9b02db 10:24:05 Removing intermediate container f3ac37b2a720 10:24:05 ---> ab9c140dd17e 10:24:05 Step 21/21 : LABEL version=0.0.0 10:24:05 ---> 75781b16c699 10:24:05 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 10:24:06 ---> Running in 42857feec446 10:24:06 ---> 442e4d5417c8 10:24:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 10:24:06 ---> Running in b9fd84807e33 10:24:06 Removing intermediate container f85a8b9b02db 10:24:06 ---> 548e99f7cd9e 10:24:06 Step 14/22 : WORKDIR / 10:24:06 ---> Running in 60e4c0856ea3 10:24:06 Removing intermediate container 42857feec446 10:24:06 ---> a36e210f0c23 10:24:06 10:24:06 ---> 61af081fb3c2 10:24:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 10:24:06 Removing intermediate container 60e4c0856ea3 10:24:06 ---> 3acb44068023 10:24:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 10:24:07 Successfully built a36e210f0c23 10:24:07 Successfully tagged docker-support-scheduler-go:latest 10:24:07  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 10:24:07 ---> 6a84abd349fc 10:24:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:24:10 ---> 1e08864748fe 10:24:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 10:24:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:24:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:24:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:24:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:24:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:24:14 ---> ca710f3da2e9 10:24:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:24:14 Removing intermediate container f568d61d3e12 10:24:14 ---> deb2f5053d79 10:24:14 10:24:14 Step 10/23 : FROM alpine 10:24:14 ---> d6e46aa2470d 10:24:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:24:15 Removing intermediate container b9fd84807e33 10:24:15 ---> ce83114f2def 10:24:15 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 10:24:15 ---> 7d8f5e0e5f42 10:24:15 Step 18/22 : ENTRYPOINT ["/support-logging"] 10:24:15 ---> Running in 17ba60f5b85b 10:24:16 ---> a71e6149af15 10:24:16 Step 18/22 : ENTRYPOINT ["/core-command"] 10:24:16 ---> Running in 66236a742f89 10:24:17 Removing intermediate container 17ba60f5b85b 10:24:17 ---> e98f7826a37a 10:24:17 Step 12/23 : ENV APP_PORT=48080 10:24:17 ---> Running in 5a493441ff24 10:24:18 ---> 70aabf80de19 10:24:18 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:24:18 Removing intermediate container 66236a742f89 10:24:18 ---> ae8ccd261571 10:24:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:24:19 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.057s 10:24:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:24:19 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 10:24:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:24:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:24:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:24:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:24:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:24:21 ---> Running in db6dc9edee59 10:24:21 ---> Running in adc725240826 10:24:21 ---> Running in 462072740e89 10:24:21 Removing intermediate container 5a493441ff24 10:24:21 ---> 427ae978633d 10:24:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:24:21 ---> Running in 837def13f71f 10:24:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:24:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:24:22 ---> 86bbd6092319 10:24:22 Step 3/24 : WORKDIR /edgex-go 10:24:22 ---> Using cache 10:24:22 ---> b7037e3e0463 10:24:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:24:22 ---> Using cache 10:24:22 ---> 4c5b3692dacb 10:24:22 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 10:24:23 Removing intermediate container db6dc9edee59 10:24:23 ---> def1e93a05f9 10:24:23 Step 20/22 : LABEL arch=x86_64 10:24:23 Removing intermediate container adc725240826 10:24:23 ---> af8c8bbceeff 10:24:23 Step 13/23 : EXPOSE $APP_PORT 10:24:23 ---> Running in dc9ae4cbe3e5 10:24:23 ---> Running in 0dcfadf2d490 10:24:23 Removing intermediate container 837def13f71f 10:24:23 ---> 24c0bbeeccc2 10:24:23 Step 20/22 : LABEL arch=x86_64 10:24:23 ---> Running in 5edcdb343a7b 10:24:23 ---> Running in 51478e2ba5bb 10:24:23 Removing intermediate container dc9ae4cbe3e5 10:24:23 ---> b73e76c72d64 10:24:23 Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:24:23 Removing intermediate container 5edcdb343a7b 10:24:23 ---> 15a50cc46170 10:24:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:24:23 ---> Running in db6e7a641c4f 10:24:24 Removing intermediate container 51478e2ba5bb 10:24:24 ---> 5dc6003f11ba 10:24:24 Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:24:24 ---> Running in ae4daca25af8 10:24:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:24:24 ---> Running in 1b545378474a 10:24:24 Removing intermediate container 462072740e89 10:24:24 ---> 6e3364b47db1 10:24:24 Step 24/29 : RUN chmod 755 security-secrets-setup 10:24:24 Removing intermediate container db6e7a641c4f 10:24:24 ---> ce950dffd9be 10:24:24 Step 22/22 : LABEL version=0.0.0 10:24:24 ---> Running in 16d3e920ffd0 10:24:24 ---> Running in 6a2df3ed07ec 10:24:24 Removing intermediate container 1b545378474a 10:24:24 ---> 8c06c915e238 10:24:24 Step 22/22 : LABEL version=0.0.0 10:24:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:24:25 ---> Running in 488302d41438 10:24:25 Removing intermediate container 6a2df3ed07ec 10:24:25 ---> 0cb40e0304ce 10:24:25 10:24:25 Successfully built 0cb40e0304ce 10:24:25 Removing intermediate container 488302d41438 10:24:25 ---> 3ea5cb79e4fb 10:24:25 10:24:25 Successfully tagged docker-support-logging-go:latest 10:24:25  Building docker-support-logging-go ... done Building docker-security-bootstrap-redis-go 10:24:25 Successfully built 3ea5cb79e4fb 10:24:25 Successfully tagged docker-core-command-go:latest 10:24:25 Building docker-core-metadata-go 10:24:25  Building docker-core-command-go ... done Removing intermediate container ae4daca25af8 10:24:25 ---> ecc76a8e13e6 10:24:25 Step 15/23 : RUN apk --no-cache add zeromq 10:24:25 ---> Running in 3347868abbf8 10:24:25 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:24:25 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:24:25 OK: 12754 distinct packages available 10:24:26 OK: 233 MiB in 51 packages 10:24:26 Removing intermediate container 16d3e920ffd0 10:24:26 ---> b97c3a382db9 10:24:26 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 10:24:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:24:26 ---> Running in 6777c3e0002f 10:24:27 Removing intermediate container 6777c3e0002f 10:24:27 ---> c4ef18996cf8 10:24:27 Step 26/29 : CMD [ "generate" ] 10:24:27 Removing intermediate container 0dcfadf2d490 10:24:27 ---> f5ee93634501 10:24:27 Step 6/24 : COPY go.mod . 10:24:27 ---> Running in 45112a4346c8 10:24:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:24:28 (1/5) Installing libgcc (9.3.0-r2) 10:24:28 (2/5) Installing libsodium (1.0.18-r0) 10:24:28 (3/5) Installing libstdc++ (9.3.0-r2) 10:24:29 (4/5) Installing libzmq (4.3.3-r0) 10:24:30 (5/5) Installing zeromq (4.3.3-r0) 10:24:30 Executing busybox-1.31.1-r19.trigger 10:24:30 OK: 8 MiB in 19 packages 10:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 46.6% of statements 10:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:24:33 ---> d1bfe86fda15 10:24:33 Step 7/24 : RUN go mod download 10:24:33 Removing intermediate container 45112a4346c8 10:24:33 ---> f188eff5c049 10:24:33 Step 27/29 : LABEL arch=x86_64 10:24:33 ---> Running in b3a5c052c12b 10:24:34 ---> Running in 5d32d2110692 10:24:37 Removing intermediate container 3347868abbf8 10:24:37 ---> ba7e04668d05 10:24:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 10:24:37 Removing intermediate container 5d32d2110692 10:24:37 ---> f7da9303f38b 10:24:37 Step 28/29 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:24:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:24:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:24:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:24:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.575s coverage: 69.3% of statements 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:24:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 83.3% of statements 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:24:38 ---> Running in 5f40f076c290 10:24:39 ---> e25eec6a4b68 10:24:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.164s coverage: 28.6% of statements 10:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.209s coverage: 100.0% of statements 10:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 10:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements 10:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:24:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:24:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:24:44 ---> 86bbd6092319 10:24:44 Step 3/22 : WORKDIR /edgex-go 10:24:44 ---> Using cache 10:24:44 ---> b7037e3e0463 10:24:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:24:44 ---> Using cache 10:24:44 ---> 4c5b3692dacb 10:24:44 Step 5/22 : RUN apk update && apk add make git 10:24:44 ---> Using cache 10:24:44 ---> f7ecfbf1ae31 10:24:44 Step 6/22 : COPY go.mod . 10:24:44 ---> Using cache 10:24:44 ---> 9e90e74dd23d 10:24:44 Step 7/22 : RUN go mod download 10:24:44 ---> Using cache 10:24:44 ---> 07482e8628c9 10:24:44 Step 8/22 : COPY . . 10:24:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:24:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:24:44 ---> 86bbd6092319 10:24:44 Step 3/22 : WORKDIR /edgex-go 10:24:44 ---> Using cache 10:24:44 ---> b7037e3e0463 10:24:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:24:44 ---> Using cache 10:24:44 ---> 4c5b3692dacb 10:24:44 Step 5/22 : RUN apk update && apk add make git 10:24:44 ---> Using cache 10:24:44 ---> f7ecfbf1ae31 10:24:44 Step 6/22 : COPY go.mod . 10:24:44 ---> Using cache 10:24:44 ---> 9e90e74dd23d 10:24:44 Step 7/22 : RUN go mod download 10:24:44 ---> Using cache 10:24:44 ---> 07482e8628c9 10:24:44 Step 8/22 : COPY . . 10:24:45 ---> Using cache 10:24:45 ---> Using cache 10:24:45 ---> e63f605299ab 10:24:45 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 10:24:45 ---> e63f605299ab 10:24:45 Step 9/22 : RUN make cmd/core-metadata/core-metadata 10:24:45 Removing intermediate container 5f40f076c290 10:24:45 ---> 308a2168d2fa 10:24:45 Step 29/29 : LABEL version=0.0.0 10:24:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements 10:24:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:24:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements 10:24:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:24:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:24:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:24:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:24:46 ---> Running in 45f286b72b62 10:24:46 ---> 06e77d0bcbc1 10:24:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:24:46 ---> Running in 6e1f9c239c0e 10:24:46 ---> Running in 1d2642c260fd 10:24:47 Removing intermediate container 45f286b72b62 10:24:47 ---> dd9430b49343 10:24:47 10:24:47 Removing intermediate container b3a5c052c12b 10:24:47 ---> 14a702ed4fd6 10:24:47 Step 8/24 : COPY . . 10:24:47 ---> 8806b1385f8f 10:24:47 Step 19/23 : ENTRYPOINT ["/core-data"] 10:24:47 ---> Running in d29293d4da65 10:24:47 Successfully built dd9430b49343 10:24:47 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 10:24:47 Successfully tagged docker-security-secrets-setup-go:latest 10:24:47 Building docker-sys-mgmt-agent-go 10:24:47  Building docker-security-secrets-setup-go ... done 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 10:24:47 Removing intermediate container d29293d4da65 10:24:47 ---> ddfe17c8e549 10:24:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:24:48 ---> Running in dd43289e9084 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.039s coverage: 95.7% of statements 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.0% of statements [no tests to run] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.596s coverage: 63.5% of statements 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:24:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.083s coverage: 100.0% of statements 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 10:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 10:24:53 Removing intermediate container dd43289e9084 10:24:53 ---> 33a603132adf 10:24:53 Step 21/23 : LABEL arch=x86_64 10:24:56 ---> Running in 52328faf528a 10:24:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.841s coverage: 55.9% of statements 10:24:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:24:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:24:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:24:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:24:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:24:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 10:24:57 Removing intermediate container 52328faf528a 10:24:57 ---> 2933f39e154b 10:24:57 Step 22/23 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:25:00 ---> Running in 703ec97bd867 10:25:02 Removing intermediate container 703ec97bd867 10:25:02 ---> 45b46a1a0397 10:25:02 Step 23/23 : LABEL version=0.0.0 10:25:02 ---> Running in d52851bf4404 10:25:03 Removing intermediate container d52851bf4404 10:25:03 ---> ae3385a9c105 10:25:03 10:25:04 Successfully built ae3385a9c105 10:25:04 Successfully tagged docker-core-data-go:latest 10:25:04 Building docker-security-proxy-setup-go 10:25:14  Building docker-core-data-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 10:25:14 Step 2/27 : FROM ${BUILDER_BASE} AS builder 10:25:14 ---> 86bbd6092319 10:25:14 Step 3/27 : WORKDIR /edgex-go 10:25:14 ---> Using cache 10:25:14 ---> b7037e3e0463 10:25:14 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:25:14 ---> Using cache 10:25:14 ---> 4c5b3692dacb 10:25:14 Step 5/27 : RUN apk update && apk add make bash git 10:25:15 ---> Running in 770ab3114bdb 10:25:16 ---> 99e04f05e65b 10:25:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 10:25:16 ---> Running in 24b1e305c338 10:25:18 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 10:25:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 23.268s coverage: 86.3% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.092s coverage: 72.2% of statements 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.492s coverage: 72.1% of statements 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.077s coverage: 82.4% of statements 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.090s coverage: 48.4% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.065s coverage: 28.8% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.089s coverage: 96.8% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.357s coverage: 37.2% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.410s coverage: 84.1% of statements 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.093s coverage: 42.9% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.060s coverage: 100.0% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.099s coverage: 83.8% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.346s coverage: 47.1% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.063s coverage: 100.0% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:25:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 10:25:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:25:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:25:20 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:25:20 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:25:20 OK: 12754 distinct packages available 10:25:20 OK: 233 MiB in 51 packages 10:25:22 Removing intermediate container 770ab3114bdb 10:25:22 ---> 5bdb256ac701 10:25:22 Step 6/27 : COPY go.mod . 10:25:23 Removing intermediate container 6e1f9c239c0e 10:25:23 ---> 1c2ca725e94c 10:25:23 10:25:23 Step 10/22 : FROM alpine:3.10 10:25:23 ---> ac2b3165fbff 10:25:23 Step 7/27 : RUN go mod download 10:25:23 3.10: Pulling from library/alpine 10:25:23 ---> Running in bc402b507b60 10:25:24 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 10:25:24 Status: Downloaded newer image for alpine:3.10 10:25:24 ---> be4e4bea2c2e 10:25:24 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.248s coverage: 29.1% of statements 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.105s coverage: 100.0% of statements 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:25:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 10:25:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 10:25:26 ---> Running in e202ba239d77 10:25:27 GO111MODULE=on go vet ./... 10:25:28 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 10:25:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:25:28 ---> 86bbd6092319 10:25:28 Step 3/20 : WORKDIR /edgex-go 10:25:28 ---> Using cache 10:25:28 ---> b7037e3e0463 10:25:28 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:25:28 ---> Using cache 10:25:28 ---> 4c5b3692dacb 10:25:28 Step 5/20 : RUN apk update && apk add make git 10:25:28 ---> Using cache 10:25:28 ---> f7ecfbf1ae31 10:25:28 Step 6/20 : COPY go.mod . 10:25:28 ---> Using cache 10:25:28 ---> 9e90e74dd23d 10:25:28 Step 7/20 : RUN go mod download 10:25:28 ---> Using cache 10:25:28 ---> 07482e8628c9 10:25:28 Step 8/20 : COPY . . 10:25:28 ---> Using cache 10:25:28 ---> e63f605299ab 10:25:28 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 10:25:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 10:25:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 10:25:30 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 10:25:30 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 10:25:30 OK: 10348 distinct packages available 10:25:30 (1/5) Installing ca-certificates (20191127-r2) 10:25:30 ---> Running in 77c69ea7c1f7 10:25:30 (2/5) Installing nghttp2-libs (1.39.2-r1) 10:25:30 (3/5) Installing libcurl (7.66.0-r1) 10:25:30 (4/5) Installing curl (7.66.0-r1) 10:25:30 (5/5) Installing dumb-init (1.2.2-r1) 10:25:30 Executing busybox-1.30.1-r3.trigger 10:25:30 Executing ca-certificates-20191127-r2.trigger 10:25:31 Removing intermediate container 1d2642c260fd 10:25:31 ---> 2f0d8fb2a61d 10:25:31 10:25:31 Step 10/22 : FROM scratch 10:25:31 ---> 10:25:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:25:31 OK: 7 MiB in 19 packages 10:25:31 Removing intermediate container bc402b507b60 10:25:31 ---> b4c9335b042a 10:25:31 Step 8/27 : COPY . . 10:25:31 ---> Using cache 10:25:31 ---> b0c1cd98ec89 10:25:31 Step 12/22 : ENV APP_PORT=48081 10:25:31 ---> Running in 8da2bb98f986 10:25:32 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 10:25:34 Removing intermediate container 8da2bb98f986 10:25:34 ---> f9cfc83fb7c5 10:25:34 Step 13/22 : EXPOSE $APP_PORT 10:25:37 Removing intermediate container e202ba239d77 10:25:37 ---> d3979b4b6144 10:25:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 10:25:37 ---> Running in a3c86c2c4464 10:25:39 ---> Running in ed4f7f2f8f1b 10:25:40 Removing intermediate container a3c86c2c4464 10:25:40 ---> d5b06aa884a0 10:25:40 Step 14/22 : WORKDIR / 10:25:43 Removing intermediate container ed4f7f2f8f1b 10:25:43 ---> 7ffdbc77f2e6 10:25:43 Step 13/22 : WORKDIR / 10:25:43 ---> Running in ac523364cb9d 10:25:43 ---> Running in d8b4917fdc3b 10:25:45 Removing intermediate container d8b4917fdc3b 10:25:45 ---> 1c4f0ff98ea1 10:25:45 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 10:25:45 Removing intermediate container ac523364cb9d 10:25:45 ---> 9d81389ac2f1 10:25:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 10:25:51 ---> 7def00f3a99f 10:25:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:25:53 ---> b931a33e87ab 10:25:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 10:25:53 Removing intermediate container 24b1e305c338 10:25:53 ---> 84b0790edaf4 10:25:53 10:25:53 Step 10/24 : FROM scratch 10:25:53 ---> 10:25:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:25:53 ---> Using cache 10:25:53 ---> f1865c7ce81a 10:25:53 Step 12/24 : ENV APP_PORT=48060 10:25:54 ---> 1c3f40896928 10:25:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:25:54 ---> Running in db045b8d5dd8 10:25:55 ---> 39f311b5fdb8 10:25:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 10:25:55 ---> ac3fb373b672 10:25:55 Step 18/22 : ENTRYPOINT ["/core-metadata"] 10:25:55 Removing intermediate container db045b8d5dd8 10:25:55 ---> b394a8897f96 10:25:55 Step 13/24 : EXPOSE $APP_PORT 10:25:55 ---> 9887501bf812 10:25:55 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:25:55 ---> Running in f9962af5e48e 10:25:55 ---> Running in f08c5fa3d0af 10:25:55 ---> Running in 05073629df16 10:25:56 ---> a556688a7afe 10:25:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 10:25:56 Removing intermediate container f08c5fa3d0af 10:25:56 ---> 12fd19ffc9b5 10:25:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 10:25:57 Removing intermediate container f9962af5e48e 10:25:57 ---> 17e08516da70 10:25:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:25:57 Removing intermediate container 77c69ea7c1f7 10:25:57 ---> 03e3277c79b4 10:25:57 10:25:57 Step 10/20 : FROM alpine 10:25:57 ---> d6e46aa2470d 10:25:57 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 10:25:57 ---> 7ac21e768e27 10:25:57 Step 18/22 : RUN chmod +x entrypoint.sh 10:25:57 ---> Running in 34efa4fb7ba1 10:25:57 ---> Running in 2063cb78ff40 10:25:57 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 10:25:57 ---> Running in 4f9b690c63f8 10:25:57 ---> 28916b7b6b70 10:25:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 10:25:57 Removing intermediate container 34efa4fb7ba1 10:25:57 ---> b431639d3eee 10:25:57 Step 20/22 : LABEL arch=x86_64 10:25:57 ---> Running in 5aed9b5c9703 10:25:58 ---> 180db7a609b1 10:25:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 10:25:58 Removing intermediate container 5aed9b5c9703 10:25:58 ---> 732fd53b55ce 10:25:58 Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:25:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:25:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:25:58 ---> Running in e386a1dc0f13 10:25:59 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:25:59 v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:25:59 OK: 12746 distinct packages available 10:25:59 Removing intermediate container e386a1dc0f13 10:25:59 ---> e30f4707bf6b 10:25:59 Step 22/22 : LABEL version=0.0.0 10:25:59 (1/4) Installing ca-certificates (20191127-r4) 10:25:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:25:59 (3/4) Installing libcurl (7.69.1-r1) 10:25:59 (4/4) Installing curl (7.69.1-r1) 10:25:59 Executing busybox-1.31.1-r19.trigger 10:25:59 Executing ca-certificates-20191127-r4.trigger 10:25:59 OK: 7 MiB in 18 packages 10:26:00 ---> 69f0e82ff0a1 10:26:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 10:26:00 ---> Running in 34308e5e6e1d 10:26:00 Removing intermediate container 4f9b690c63f8 10:26:00 ---> a9355ce1821a 10:26:00 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 10:26:01 ---> Running in 82eecf13b0d1 10:26:01 Removing intermediate container 34308e5e6e1d 10:26:01 ---> be52b078f19f 10:26:01 10:26:01 ---> 0a58f491e4c8 10:26:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:26:01 Successfully built be52b078f19f 10:26:01 Successfully tagged docker-core-metadata-go:latest 10:26:01  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 10:26:02 Removing intermediate container 82eecf13b0d1 10:26:02 ---> fb8a2c19435d 10:26:02 Step 20/22 : LABEL arch=x86_64 10:26:02 Removing intermediate container 2063cb78ff40 10:26:02 ---> adb7c22f7a00 10:26:02 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:26:02 ---> Running in d2b5e1757618 10:26:02 ---> Running in ed9ae6f118a8 10:26:02 ---> 9d5c1453a7a8 10:26:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:26:02 Removing intermediate container d2b5e1757618 10:26:02 ---> c208e9afebee 10:26:02 Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:26:03 Removing intermediate container ed9ae6f118a8 10:26:03 ---> 39ea2bd172fd 10:26:03 Step 13/20 : WORKDIR /edgex 10:26:03 ---> Running in 9f9103b4ef08 10:26:05 ---> Running in f4f97fc12f5f 10:26:06 ---> 3566ff5492a4 10:26:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 10:26:06 Removing intermediate container 9f9103b4ef08 10:26:06 ---> 90aa94596e71 10:26:06 Step 22/22 : LABEL version=0.0.0 10:26:08 ---> Running in 4f1ad0ce8f18 10:26:08 ---> Running in 79448d7ba4a5 10:26:08 Removing intermediate container f4f97fc12f5f 10:26:08 ---> a500aa118dcb 10:26:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:26:11 Removing intermediate container 79448d7ba4a5 10:26:11 ---> a8058629f246 10:26:11 10:26:11 Removing intermediate container 4f1ad0ce8f18 10:26:11 ---> 8ffcb2a48743 10:26:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:26:11 Successfully built a8058629f246 10:26:12 Successfully tagged docker-security-bootstrap-redis-go:latest 10:26:13  Building docker-security-bootstrap-redis-go ... done  ---> cb599b73407e 10:26:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:26:13 ---> Running in e5b1c52ff581 10:26:14 Removing intermediate container e5b1c52ff581 10:26:14 ---> 372b029675e9 10:26:14 Step 22/24 : LABEL arch=x86_64 10:26:14 ---> 870b3ddb31ee 10:26:14 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:26:14 ---> Running in 22de5f947bf5 10:26:15 ---> Running in 999cdc9cd3cb 10:26:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:26:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:26:16 ---> 86bbd6092319 10:26:16 Step 3/24 : WORKDIR /edgex-go 10:26:16 ---> Using cache 10:26:16 ---> b7037e3e0463 10:26:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:26:16 ---> Using cache 10:26:16 ---> 4c5b3692dacb 10:26:16 Step 5/24 : RUN apk update && apk add make git 10:26:16 ---> Using cache 10:26:16 ---> f7ecfbf1ae31 10:26:16 Step 6/24 : COPY go.mod . 10:26:16 ---> Using cache 10:26:16 ---> 9e90e74dd23d 10:26:16 Step 7/24 : RUN go mod download 10:26:16 ---> Using cache 10:26:16 ---> 07482e8628c9 10:26:16 Step 8/24 : COPY . . 10:26:16 ---> Using cache 10:26:16 ---> e63f605299ab 10:26:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:26:17 Removing intermediate container 22de5f947bf5 10:26:17 ---> e0caa1469510 10:26:17 Step 23/24 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:26:18 Removing intermediate container 999cdc9cd3cb 10:26:18 ---> c94ac0a61609 10:26:18 Step 17/20 : CMD ["--init=true"] 10:26:18 ---> Running in 528d42f13dd6 10:26:18 ---> Running in 94bdb473f68b 10:26:18 Removing intermediate container 05073629df16 10:26:18 ---> 43709c44de54 10:26:18 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:26:18 ---> Running in bebdc06fa14c 10:26:18 ---> Running in 3c58f57a5ebd 10:26:18 Removing intermediate container 94bdb473f68b 10:26:18 ---> d48988d74631 10:26:18 Step 24/24 : LABEL version=0.0.0 10:26:19 Removing intermediate container bebdc06fa14c 10:26:19 ---> 2b7a2546ccfa 10:26:19 Step 18/20 : LABEL arch=x86_64 10:26:19 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 10:26:19 ---> Running in 071c91690d9f 10:26:19 ---> Running in ef2c14ad60f4 10:26:19 Removing intermediate container 071c91690d9f 10:26:19 ---> 9d663fbb080b 10:26:19 10:26:19 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 10:26:19 Removing intermediate container ef2c14ad60f4 10:26:19 ---> 3c8fec7ea2de 10:26:19 Step 19/20 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:26:19 ---> Running in 03f32a964af6 10:26:19 Successfully built 9d663fbb080b 10:26:19 Successfully tagged docker-support-notifications-go:latest 10:26:20  Building docker-support-notifications-go ... done Removing intermediate container 03f32a964af6 10:26:20 ---> 255207b87eba 10:26:20 Step 20/20 : LABEL version=0.0.0 10:26:20 ---> Running in 7bf8bd35497f 10:26:20 Removing intermediate container 7bf8bd35497f 10:26:20 ---> 4ab808063b35 10:26:20 10:26:20 Successfully built 4ab808063b35 10:26:20 Successfully tagged docker-security-proxy-setup-go:latest 10:26:21  Building docker-security-proxy-setup-go ... done Removing intermediate container 3c58f57a5ebd 10:26:21 ---> ef3800696d0e 10:26:21 10:26:21 Step 11/27 : FROM docker:latest 10:26:21 ---> 6972c414f322 10:26:21 Step 12/27 : RUN apk add --no-cache bash 10:26:21 ---> Running in 79491e1a8a6a 10:26:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:26:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:26:22 (1/2) Installing readline (8.0.4-r0) 10:26:22 (2/2) Installing bash (5.0.17-r0) 10:26:22 Executing bash-5.0.17-r0.post-install 10:26:22 Executing busybox-1.31.1-r19.trigger 10:26:22 OK: 12 MiB in 22 packages 10:26:23 Removing intermediate container 79491e1a8a6a 10:26:23 ---> 1bc8129d77eb 10:26:23 Step 13/27 : RUN rm -rf /var/cache/apk/* 10:26:23 ---> Running in 44bc1e20bdbf 10:26:25 Removing intermediate container 44bc1e20bdbf 10:26:25 ---> 6f547a325e59 10:26:25 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:26:25 ---> Running in 339c08743286 10:26:25 Removing intermediate container 339c08743286 10:26:25 ---> 5fdb97242a55 10:26:25 Step 15/27 : ENV APP_PORT=48090 10:26:25 ---> Running in fa0ebd122930 10:26:25 Removing intermediate container fa0ebd122930 10:26:25 ---> cff33f9442c3 10:26:25 Step 16/27 : EXPOSE $APP_PORT 10:26:25 ---> Running in 32ea1edd2a39 10:26:26 Removing intermediate container 32ea1edd2a39 10:26:26 ---> ef435daba187 10:26:26 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:26:27 ---> 167ef7d01cde 10:26:27 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:26:27 ---> c8dd34d8ba1e 10:26:27 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:26:27 ---> 38c904a2feae 10:26:27 Step 20/27 : RUN apk --no-cache add py3-pip 10:26:27 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 10:26:27 ---> Running in 787bd2412074 10:26:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:26:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:26:28 (1/33) Installing libbz2 (1.0.8-r1) 10:26:28 (2/33) Installing expat (2.2.9-r1) 10:26:28 (3/33) Installing libffi (3.3-r2) 10:26:28 (4/33) Installing gdbm (1.13-r1) 10:26:28 (5/33) Installing xz-libs (5.2.5-r0) 10:26:28 (6/33) Installing sqlite-libs (3.32.1-r0) 10:26:28 (7/33) Installing python3 (3.8.5-r0) 10:26:34 (8/33) Installing py3-appdirs (1.4.4-r1) 10:26:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:26:34 (10/33) Installing py3-parsing (2.4.7-r0) 10:26:34 (11/33) Installing py3-six (1.15.0-r0) 10:26:34 (12/33) Installing py3-packaging (20.4-r0) 10:26:34 (13/33) Installing py3-setuptools (47.0.0-r0) 10:26:34 (14/33) Installing py3-chardet (3.0.4-r4) 10:26:34 (15/33) Installing py3-idna (2.9-r0) 10:26:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:26:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:26:34 (18/33) Installing py3-requests (2.23.0-r0) 10:26:34 (19/33) Installing py3-msgpack (1.0.0-r0) 10:26:34 (20/33) Installing py3-lockfile (0.12.2-r3) 10:26:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:26:34 (22/33) Installing py3-colorama (0.4.3-r0) 10:26:34 (23/33) Installing py3-distlib (0.3.0-r0) 10:26:34 (24/33) Installing py3-distro (1.5.0-r1) 10:26:34 (25/33) Installing py3-webencodings (0.5.1-r3) 10:26:34 (26/33) Installing py3-html5lib (1.0.1-r4) 10:26:34 (27/33) Installing py3-pytoml (0.1.21-r0) 10:26:34 (28/33) Installing py3-pep517 (0.8.2-r0) 10:26:34 (29/33) Installing py3-progress (1.5-r0) 10:26:34 (30/33) Installing py3-toml (0.10.1-r0) 10:26:34 (31/33) Installing py3-retrying (1.3.3-r0) 10:26:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:26:34 (33/33) Installing py3-pip (20.1.1-r0) 10:26:34 Executing busybox-1.31.1-r19.trigger 10:26:34 OK: 71 MiB in 55 packages 10:26:35 gofmt -l . 10:26:36 [ "`gofmt -l .`" = "" ] 10:26:37 Removing intermediate container 528d42f13dd6 10:26:37 ---> deccf77ab42a 10:26:37 10:26:37 Step 10/24 : FROM alpine:3.10 10:26:37 ---> be4e4bea2c2e 10:26:37 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:26:37 ---> Using cache 10:26:37 ---> d3979b4b6144 10:26:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:26:37 ---> Running in a27ef9851864 10:26:37 Removing intermediate container a27ef9851864 10:26:37 ---> f9d3e0ad0be3 10:26:37 Step 13/24 : WORKDIR / 10:26:39 ./bin/test-go-mod-tidy.sh 10:26:39 ./bin/test-attribution-txt.sh 10:26:40 ---> Running in 6505fe11d911 10:26:43 Removing intermediate container 787bd2412074 10:26:43 ---> 91a6093919f3 10:26:43 Step 21/27 : RUN pip install docker-compose==1.23.2 10:26:43 Removing intermediate container 6505fe11d911 10:26:43 ---> aab5b05d5c1d 10:26:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:26:43 ---> Running in 81b4918e5abe [Pipeline] sh 10:26:43 ---> 09a7252bb680 10:26:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:26:43 ---> a531536a8d5b 10:26:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:26:44 ---> e4242d6f98df 10:26:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:26:44 + ls -al . 10:26:44 total 672 10:26:44 drwxrwxr-x 9 1001 1001 4096 Dec 1 10:26 . 10:26:44 drwxr-xr-x 4 root root 4096 Dec 1 10:22 .. 10:26:44 -rw-rw-r-- 1 1001 1001 11 Dec 1 10:21 .dockerignore 10:26:44 drwxrwxr-x 8 1001 1001 4096 Dec 1 10:21 .git 10:26:44 drwxrwxr-x 3 1001 1001 4096 Dec 1 10:21 .github 10:26:44 -rw-rw-r-- 1 1001 1001 971 Dec 1 10:21 .gitignore 10:26:44 -rw-rw-r-- 1 1001 1001 166 Dec 1 10:21 .sonarcloud.properties 10:26:44 -rw-rw-r-- 1 1001 1001 3804 Dec 1 10:21 CONTRIBUTING.md 10:26:44 -rw-rw-r-- 1 1001 1001 1035 Dec 1 10:21 Dockerfile.build 10:26:44 -rw-rw-r-- 1 1001 1001 863 Dec 1 10:21 Jenkinsfile 10:26:44 -rw-rw-r-- 1 1001 1001 10775 Dec 1 10:21 LICENSE 10:26:44 -rw-rw-r-- 1 1001 1001 6581 Dec 1 10:21 Makefile 10:26:44 -rw-rw-r-- 1 1001 1001 6447 Dec 1 10:21 README.md 10:26:44 -rw-rw-r-- 1 1001 1001 259 Dec 1 10:21 SECURITY.md 10:26:44 -rw-rw-r-- 1 1001 1001 5 Dec 1 10:18 VERSION 10:26:44 -rw-rw-r-- 1 1001 1001 4131 Dec 1 10:21 ZMQWindows.md 10:26:44 drwxrwxr-x 2 1001 1001 4096 Dec 1 10:21 bin 10:26:44 drwxrwxr-x 15 1001 1001 4096 Dec 1 10:21 cmd 10:26:44 -rw-r--r-- 1 root root 549148 Dec 1 10:25 coverage.out 10:26:44 -rw-r--r-- 1 root root 1041 Dec 1 10:26 go.mod 10:26:44 -rw-r--r-- 1 root root 18856 Dec 1 10:26 go.sum 10:26:44 drwxrwxr-x 8 1001 1001 4096 Dec 1 10:21 internal 10:26:44 drwxrwxr-x 4 1001 1001 4096 Dec 1 10:21 openapi 10:26:44 drwxrwxr-x 4 1001 1001 4096 Dec 1 10:21 snap 10:26:44 -rw-rw-r-- 1 1001 1001 168 Dec 1 10:21 version.go [Pipeline] sh 10:26:44 ---> 2fdf9e1e323c 10:26:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:26:44 Collecting docker-compose==1.23.2 10:26:44 + '[' -e coverage.out ] 10:26:44 + chown 1001:1001 coverage.out [Pipeline] stash 10:26:45 Warning: overwriting stash ‘coverage-report’ 10:26:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:26:45 ---> 56ca011f3e0f 10:26:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:26:45 Collecting docopt<0.7,>=0.6.1 10:26:45 Downloading docopt-0.6.2.tar.gz (25 kB) 10:26:45 ---> 086fefa5d3a2 10:26:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:26:45 ---> Running in 44e4c372c831 10:26:45 Collecting cached-property<2,>=1.2.0 10:26:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:26:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:26:45 Collecting docker<4.0,>=3.6.0 10:26:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:26:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:26:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:26:46 Stashed 1 file(s) [Pipeline] sh 10:26:46 Collecting PyYAML<4,>=3.10 10:26:46 Downloading PyYAML-3.13.tar.gz (270 kB) 10:26:46 Removing intermediate container 44e4c372c831 10:26:46 ---> 8c21896053dc 10:26:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:26:46 ---> Running in e37bfebedb9a 10:26:46 + make build 10:26:46 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 10:26:47 Removing intermediate container e37bfebedb9a 10:26:47 ---> 6a8ad7da6edb 10:26:47 Step 22/24 : LABEL arch=x86_64 10:26:47 Collecting texttable<0.10,>=0.9.0 10:26:47 Downloading texttable-0.9.1.tar.gz (11 kB) 10:26:47 ---> Running in 73ba81f402a1 10:26:47 Removing intermediate container 73ba81f402a1 10:26:47 ---> 6a10b81efa35 10:26:47 Step 23/24 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:26:47 ---> Running in 238fbd065ff3 10:26:48 Removing intermediate container 238fbd065ff3 10:26:48 ---> 3e7ed45880ea 10:26:48 Step 24/24 : LABEL version=0.0.0 10:26:48 ---> Running in b446c63f799e 10:26:48 Collecting jsonschema<3,>=2.5.1 10:26:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:26:48 Removing intermediate container b446c63f799e 10:26:48 ---> 009dd40a4554 10:26:48 10:26:48 Collecting websocket-client<1.0,>=0.32.0 10:26:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:26:48 Successfully built 009dd40a4554 10:26:48 Successfully tagged docker-security-secretstore-setup-go:latest 10:26:48  Building docker-security-secretstore-setup-go ... done Collecting dockerpty<0.5,>=0.4.1 10:26:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:26:48 Collecting docker-pycreds>=0.4.0 10:26:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:26:48 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) 10:26:48 Collecting idna<2.8,>=2.5 10:26:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:26:49 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) 10:26:49 Collecting urllib3<1.25,>=1.21.1 10:26:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:26:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:26:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:26:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:26:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:26:49 Installing collected packages: docopt, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, jsonschema, dockerpty, docker-compose 10:26:49 Running setup.py install for docopt: started 10:26:50 Running setup.py install for docopt: finished with status 'done' 10:26:50 Attempting uninstall: idna 10:26:50 Found existing installation: idna 2.9 10:26:50 Uninstalling idna-2.9: 10:26:50 Successfully uninstalled idna-2.9 10:26:50 Attempting uninstall: urllib3 10:26:50 Found existing installation: urllib3 1.25.9 10:26:50 Uninstalling urllib3-1.25.9: 10:26:50 Successfully uninstalled urllib3-1.25.9 10:26:50 Attempting uninstall: requests 10:26:50 Found existing installation: requests 2.23.0 10:26:50 Uninstalling requests-2.23.0: 10:26:50 Successfully uninstalled requests-2.23.0 10:26:50 Running setup.py install for PyYAML: started 10:26:51 Running setup.py install for PyYAML: finished with status 'done' 10:26:51 Running setup.py install for texttable: started 10:26:52 Running setup.py install for texttable: finished with status 'done' 10:26:52 Running setup.py install for dockerpty: started 10:26:52 Running setup.py install for dockerpty: finished with status 'done' 10:26:53 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 10:26:56 Removing intermediate container 81b4918e5abe 10:26:56 ---> f84147184b16 10:26:56 Step 22/27 : RUN apk --no-cache add curl 10:26:56 ---> Running in 3df06d56bd26 10:26:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:26:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:26:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:26:57 (2/3) Installing libcurl (7.69.1-r1) 10:26:57 (3/3) Installing curl (7.69.1-r1) 10:26:57 Executing busybox-1.31.1-r19.trigger 10:26:57 OK: 72 MiB in 58 packages 10:26:57 Removing intermediate container 3df06d56bd26 10:26:57 ---> 748ea4c452e5 10:26:57 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 10:26:57 ---> Running in eb4b2049e1b9 10:26:57 Removing intermediate container eb4b2049e1b9 10:26:57 ---> 873eaed45e3f 10:26:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:26:57 ---> Running in ab806ad74f56 10:26:58 Removing intermediate container ab806ad74f56 10:26:58 ---> 46fe4addff97 10:26:58 Step 25/27 : LABEL arch=x86_64 10:26:58 ---> Running in 6ff1cdcb54ae 10:26:58 Removing intermediate container 6ff1cdcb54ae 10:26:58 ---> 95c2dd2cffc6 10:26:58 Step 26/27 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:26:58 ---> Running in 8f5df66cf1c6 10:26:58 Removing intermediate container 8f5df66cf1c6 10:26:58 ---> eb0254d11be7 10:26:58 Step 27/27 : LABEL version=0.0.0 10:26:58 ---> Running in 8cc89dc5e411 10:26:58 Removing intermediate container 8cc89dc5e411 10:26:58 ---> 6bffd4caeada 10:26:58 10:26:58 Successfully built 6bffd4caeada 10:26:58 Successfully tagged docker-sys-mgmt-agent-go:latest 10:26:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:26:59 $ docker stop --time=1 6e77fd18928dfe5883fcad2f9946e81eafa2ea3839c910ae0a7ad065852d1d61 10:27:00 $ docker rm -f 6e77fd18928dfe5883fcad2f9946e81eafa2ea3839c910ae0a7ad065852d1d61 [Pipeline] // withDockerContainer [Pipeline] sh 10:27:01 + docker images 10:27:01 + grep docker 10:27:01 docker-sys-mgmt-agent-go latest 6bffd4caeada 3 seconds ago 290MB 10:27:01 docker-security-secretstore-setup-go latest 009dd40a4554 13 seconds ago 24.8MB 10:27:01 docker-security-proxy-setup-go latest 4ab808063b35 42 seconds ago 15.8MB 10:27:01 docker-support-notifications-go latest 9d663fbb080b 42 seconds ago 13.6MB 10:27:01 docker-security-bootstrap-redis-go latest a8058629f246 53 seconds ago 15.9MB 10:27:01 docker-core-metadata-go latest be52b078f19f About a minute ago 14.5MB 10:27:01 docker-core-data-go latest ae3385a9c105 About a minute ago 23.7MB 10:27:01 docker-security-secrets-setup-go latest dd9430b49343 2 minutes ago 24MB 10:27:01 docker-core-command-go latest 3ea5cb79e4fb 2 minutes ago 12.2MB 10:27:01 docker-support-logging-go latest 0cb40e0304ce 2 minutes ago 11.1MB 10:27:01 docker-support-scheduler-go latest a36e210f0c23 2 minutes ago 12.3MB 10:27:01 docker latest 6972c414f322 5 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 10:27:13 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 10:27:17 Still waiting to schedule task 10:27:17 All nodes of label ‘centos7-docker-8c-8g’ are offline 10:27:21 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 10:27:26 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 10:27:30 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 10:27:37 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 10:27:37 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 10:27:43 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 10:27:47 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 10:27:50 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 10:27:55 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 10:27:59 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 10:28:02 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 [Pipeline] } 10:28:07 $ docker stop --time=1 9f3f05be7f6f0cda7a3a61766479ebb3abc8f78bb2902b4815ff3830bf6f00b0 10:28:09 $ docker rm -f 9f3f05be7f6f0cda7a3a61766479ebb3abc8f78bb2902b4815ff3830bf6f00b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:28:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:28:11 10:28:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:28:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:28:12 latest: Pulling from edgex-devops/edgex-compose-arm64 10:28:12 29e5d40040c1: Pulling fs layer 10:28:12 1ce36da41761: Pulling fs layer 10:28:12 25b303627fd3: Pulling fs layer 10:28:13 29e5d40040c1: Verifying Checksum 10:28:13 29e5d40040c1: Download complete 10:28:13 1ce36da41761: Verifying Checksum 10:28:13 1ce36da41761: Download complete 10:28:14 29e5d40040c1: Pull complete 10:28:15 25b303627fd3: Verifying Checksum 10:28:15 25b303627fd3: Download complete 10:28:15 1ce36da41761: Pull complete 10:28:18 Running on prd-centos7-docker-8c-8g-14010 in /w/workspace/edgexfoundry_edgex-go_PR-2910 [Pipeline] { [Pipeline] ws 10:28:18 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 10:28:21 using credential edgex-jenkins-ssh 10:28:21 Cloning the remote Git repository 10:28:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:28:21 > git init /w/workspace/edgex-go/2 # timeout=10 10:28:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:28:21 > git --version # timeout=10 10:28:21 > git --version # 'git version 2.24.3' 10:28:21 using GIT_SSH to set credentials SSH Credentials for GitHub 10:28:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:28:25 25b303627fd3: Pull complete 10:28:25 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:28:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:28:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:28:26 prd-ubuntu18.04-docker-arm64-4c-16g-14005 does not seem to be running inside a container 10:28:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:28:29 $ docker top ae1286277e70990d5e8419862aebaf3e7f763d69ca3e16a0bdc8cf39d614d292 -eo pid,comm [Pipeline] { [Pipeline] sh 10:28:30 + + grepdocker-compose parallel build 10:28:30 --help 10:28:33 --parallel Build images in parallel. [Pipeline] } 10:28:33 $ docker stop --time=1 ae1286277e70990d5e8419862aebaf3e7f763d69ca3e16a0bdc8cf39d614d292 10:28:35 $ docker rm -f ae1286277e70990d5e8419862aebaf3e7f763d69ca3e16a0bdc8cf39d614d292 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:28:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:28:36 . [Pipeline] withDockerContainer 10:28:36 prd-ubuntu18.04-docker-arm64-4c-16g-14005 does not seem to be running inside a container 10:28:37 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 10:28:38 $ docker top db7f5a94a21bd47ebe7333287136eda1200996bed6c7b964c76ec611113d05b7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:28:39 + docker-compose -f ./docker-compose-build.yml build --parallel 10:28:43 Building docker-core-command-go ... 10:28:43 Building docker-core-data-go ... 10:28:43 Building docker-core-metadata-go ... 10:28:43 Building docker-security-bootstrap-redis-go ... 10:28:43 Building docker-security-proxy-setup-go ... 10:28:43 Building docker-security-secrets-setup-go ... 10:28:43 Building docker-security-secretstore-setup-go ... 10:28:43 Building docker-support-logging-go ... 10:28:43 Building docker-support-notifications-go ... 10:28:43 Building docker-support-scheduler-go ... 10:28:43 Building docker-sys-mgmt-agent-go ... 10:28:43 Building docker-core-command-go 10:28:43 Building docker-support-logging-go 10:28:43 Building docker-core-data-go 10:28:43 Building docker-security-secretstore-setup-go 10:28:43 Building docker-security-secrets-setup-go 10:28:48 Merging remotes/origin/master commit efc1644df1976da5690ede7e7b0e2d2c06b6d44e into PR head commit ae6166b8c9fd034394a4982ee13bb410ff196e21 10:28:48 Merge succeeded, producing ae6166b8c9fd034394a4982ee13bb410ff196e21 10:28:48 Checking out Revision ae6166b8c9fd034394a4982ee13bb410ff196e21 (PR-2910) 10:28:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:28:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:28:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:28:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:28:48 using GIT_SSH to set credentials SSH Credentials for GitHub 10:28:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:28:48 > git config core.sparsecheckout # timeout=10 10:28:48 > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 10:28:48 > git remote # timeout=10 10:28:48 > git config --get remote.origin.url # timeout=10 10:28:48 using GIT_SSH to set credentials SSH Credentials for GitHub 10:28:48 > git merge efc1644df1976da5690ede7e7b0e2d2c06b6d44e # timeout=10 10:28:48 > git rev-parse HEAD^{commit} # timeout=10 10:28:48 > git config core.sparsecheckout # timeout=10 10:28:48 > git checkout -f ae6166b8c9fd034394a4982ee13bb410ff196e21 # timeout=10 10:28:52 Commit message: "Merge branch 'master' into issue-2903" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:54 ++ find /w/workspace/edgex-go/2 10:28:54 ++ grep snapcraft.yaml 10:28:54 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:28:54 provisioning config files... 10:28:54 copy managed file [EdgeX] to file:/w/workspace/edgex-go/2@tmp/config6637037165449001368tmp [Pipeline] { [Pipeline] sh 10:28:54 + cp /w/workspace/edgex-go/2@tmp/config6637037165449001368tmp /w/workspace/edgex-go/2/edgex-snap-store-login [Pipeline] sh 10:28:55 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/2:/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 10:28:55 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 10:28:55 latest: Pulling from edgex-devops/edgex-snap-builder 10:28:55 f08d8e2a3ba1: Pulling fs layer 10:28:55 3baa9cb2483b: Pulling fs layer 10:28:55 94e5ff4c0b15: Pulling fs layer 10:28:55 1860925334f9: Pulling fs layer 10:28:55 2daf38717194: Pulling fs layer 10:28:55 309017e8d7a4: Pulling fs layer 10:28:55 f7790dc9fd0f: Pulling fs layer 10:28:55 cac0ae9282c2: Pulling fs layer 10:28:55 1f4cadf9a1ed: Pulling fs layer 10:28:55 1860925334f9: Waiting 10:28:55 2daf38717194: Waiting 10:28:55 309017e8d7a4: Waiting 10:28:55 f7790dc9fd0f: Waiting 10:28:55 cac0ae9282c2: Waiting 10:28:55 1f4cadf9a1ed: Waiting 10:28:55 94e5ff4c0b15: Verifying Checksum 10:28:55 94e5ff4c0b15: Download complete 10:28:55 3baa9cb2483b: Download complete 10:28:55 1860925334f9: Download complete 10:28:55 309017e8d7a4: Verifying Checksum 10:28:55 309017e8d7a4: Download complete 10:28:55 f7790dc9fd0f: Download complete 10:28:55 cac0ae9282c2: Verifying Checksum 10:28:55 cac0ae9282c2: Download complete 10:28:55 1f4cadf9a1ed: Verifying Checksum 10:28:55 1f4cadf9a1ed: Download complete 10:28:55 f08d8e2a3ba1: Download complete 10:28:56 f08d8e2a3ba1: Pull complete 10:28:56 3baa9cb2483b: Pull complete 10:28:57 94e5ff4c0b15: Pull complete 10:28:57 1860925334f9: Pull complete 10:29:02 2daf38717194: Verifying Checksum 10:29:02 2daf38717194: Download complete 10:29:17 2daf38717194: Pull complete 10:29:17 309017e8d7a4: Pull complete 10:29:17 f7790dc9fd0f: Pull complete 10:29:17 cac0ae9282c2: Pull complete 10:29:17 1f4cadf9a1ed: Pull complete 10:29:17 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 10:29:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 10:29:19 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:29:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:29:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:29:19 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 10:29:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] 10:29:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1366 kB] 10:29:19 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2130 kB] 10:29:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 10:29:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1790 kB] 10:29:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] 10:29:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2227 kB] 10:29:20 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [259 kB] 10:29:20 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 10:29:20 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 10:29:20 Fetched 8343 kB in 2s (4827 kB/s) 10:29:21 Reading package lists... 10:29:23 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: 10:29:23 - README.md 10:29:23 10:29:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:29:24 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:29:24 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:29:24 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:29:24 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 10:29:25 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 70% 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 10:29:27 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 10:29:28 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 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... 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 10:29:28 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 10:29:28 Reading state information... 0% Reading state information... 0% Reading state information... Done 10:29:28 The following packages were automatically installed and are no longer required: 10:29:28 libjq1 libonig4 10:29:28 Use 'sudo apt autoremove' to remove them. 10:29:28 Suggested packages: 10:29:28 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 10:29:28 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 10:29:28 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 10:29:28 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 10:29:28 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 10:29:28 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 10:29:28 git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc 10:29:28 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 10:29:28 | libterm-readline-perl-perl 10:29:28 The following NEW packages will be installed: 10:29:28 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 10:29:28 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 10:29:28 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 10:29:28 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 10:29:28 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 10:29:28 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 10:29:28 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 10:29:28 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 10:29:28 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 10:29:28 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 10:29:28 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 10:29:28 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 10:29:28 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 10:29:28 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 10:29:28 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 10:29:28 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 10:29:28 perl perl-modules-5.26 pkg-config unzip zip 10:29:28 The following packages will be upgraded: 10:29:28 libc6 perl-base 10:29:28 2 upgraded, 101 newly installed, 0 to remove and 49 not upgraded. 10:29:28 Need to get 84.4 MB of archives. 10:29:28 After this operation, 369 MB of additional disk space will be used. 10:29:29 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 10:29:29 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 530 kB/1391 kB 38%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 10:29:29 2% [2 libc6 25.5 kB/2831 kB 1%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 10:29:29 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 10:29:30 5% [4 perl-modules-5.26 49.8 kB/2762 kB 2%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 10:29:30 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 10:29:30 8% [6 libgdbm-compat4 0 B/6084 B 0%] 8% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 10:29:30 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] 10:29:30 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] 10:29:30 12% [9 less 27.6 kB/112 kB 25%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 10:29:30 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] 10:29:30 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] 10:29:30 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] 10:29:30 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] 10:29:30 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 10:29:30 17% [15 binutils 3392 B/3392 B 100%] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 10:29:30 17% [16 libc-dev-bin 65.5 kB/71.8 kB 91%] 17% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] 10:29:30 17% [17 linux-libc-dev 21.0 kB/976 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] 10:29:30 18% [18 libc6-dev 65.5 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] 10:29:30 21% [19 gcc-7-base 18.3 kB/18.3 kB 100%] 21% [Working] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 10:29:30 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] 10:29:30 22% [21 libmpfr6 65.5 kB/243 kB 27%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 10:29:30 22% [22 libmpc3 30.6 kB/40.8 kB 75%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 10:29:31 22% [23 cpp-7 55.0 kB/8591 kB 1%] 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] 10:29:31 31% [24 cpp 27.7 kB/27.7 kB 100%] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 10:29:31 31% [25 libcc1-0 21.0 kB/39.4 kB 53%] 31% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 10:29:31 31% [26 libgomp1 46.8 kB/76.5 kB 61%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 10:29:31 32% [27 libitm1 27.9 kB/27.9 kB 100%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 10:29:31 32% [28 libatomic1 7440 B/9192 B 81%] 32% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 10:29:31 32% [29 libasan4 63.5 kB/358 kB 18%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 10:29:31 32% [30 liblsan0 32.5 kB/133 kB 25%] 33% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 10:29:31 33% [31 libtsan0 30.6 kB/288 kB 11%] 33% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 10:29:31 33% [32 libubsan0 65.5 kB/126 kB 52%] 34% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 10:29:31 34% [33 libcilkrts5 8939 B/42.5 kB 21%] 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] 10:29:31 34% [34 libmpx2 11.6 kB/11.6 kB 100%] 34% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 10:29:31 34% [35 libquadmath0 46.1 kB/134 kB 34%] 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] 10:29:31 34% [36 libgcc-7-dev 17.0 kB/2378 kB 1%] 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] 10:29:32 37% [37 gcc-7 27.2 kB/9381 kB 0%] 46% [37 gcc-7 9302 kB/9381 kB 99%] 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] 10:29:32 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] 10:29:32 46% [39 libstdc++-7-dev 0 B/1471 kB 0%] 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] 10:29:33 48% [40 g++-7 65.5 kB/9697 kB 1%] 56% [40 g++-7 9100 kB/9697 kB 94%] 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] 10:29:33 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 10:29:33 57% [42 make 18.0 kB/154 kB 12%] 58% [Working] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 10:29:33 58% [43 libdpkg-perl 60.4 kB/211 kB 29%] 58% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:29:33 58% [44 patch 45.6 kB/102 kB 45%] 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] 10:29:33 58% [45 dpkg-dev 65.5 kB/607 kB 11%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 10:29:33 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 10:29:33 59% [47 cmake-data 52.1 kB/1332 kB 4%] 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] 10:29:33 61% [48 libarchive13 31.0 kB/288 kB 11%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 10:29:33 61% [49 libjsoncpp1 5340 B/73.6 kB 7%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 10:29:33 61% [50 librhash0 61.4 kB/78.1 kB 79%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 10:29:33 62% [51 libuv1 49.8 kB/64.4 kB 77%] 62% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 10:29:33 62% [52 cmake 16.4 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] 10:29:33 65% [53 curl 13.2 kB/159 kB 8%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 10:29:33 65% [54 libfakeroot 16.1 kB/25.9 kB 62%] 66% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 10:29:33 66% [55 fakeroot 55.5 kB/62.3 kB 89%] 66% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] 10:29:33 66% [56 libc6-i386 58.4 kB/2652 kB 2%] 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] 10:29:33 69% [57 libc6-dev-i386 27.8 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] 10:29:34 71% [58 libc6-x32 32.6 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] 10:29:34 74% [59 libc6-dev-x32 65.5 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] 10:29:34 76% [60 lib32gcc1 31.4 kB/48.1 kB 65%] 76% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 10:29:34 76% [61 libx32gcc1 40.5 kB/40.5 kB 100%] 76% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 10:29:34 76% [62 lib32gomp1 7731 B/83.7 kB 9%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 10:29:34 76% [63 libx32gomp1 54.8 kB/77.8 kB 70%] 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] 10:29:34 77% [64 lib32itm1 30.0 kB/30.0 kB 100%] 77% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 10:29:34 77% [65 libx32itm1 12.0 kB/28.1 kB 43%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 10:29:34 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] 10:29:34 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] 10:29:34 77% [68 lib32asan4 30.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] 10:29:34 78% [69 libx32asan4 47.4 kB/351 kB 13%] 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] 10:29:34 79% [70 lib32stdc++6 36.9 kB/415 kB 9%] 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] 10:29:34 79% [71 lib32ubsan0 15.9 kB/140 kB 11%] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 10:29:34 79% [72 libx32stdc++6 30.5 kB/387 kB 8%] 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] 10:29:34 80% [73 libx32ubsan0 9948 B/127 kB 8%] 80% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 10:29:34 80% [74 lib32cilkrts5 4763 B/47.2 kB 10%] 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] 10:29:34 81% [75 libx32cilkrts5 21.7 kB/43.0 kB 50%] 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] 10:29:34 81% [76 lib32mpx2 8017 B/12.9 kB 62%] 81% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 10:29:34 81% [77 lib32quadmath0 21.9 kB/208 kB 11%] 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] 10:29:34 81% [78 libx32quadmath0 4096 B/135 kB 3%] 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] 10:29:34 82% [79 lib32gcc-7-dev 27.5 kB/2211 kB 1%] 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] 10:29:34 84% [80 libx32gcc-7-dev 22.2 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] 10:29:34 86% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 10:29:34 86% [82 lib32stdc++-7-dev 10.3 kB/626 kB 2%] 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] 10:29:34 87% [83 libx32stdc++-7-dev 39.1 kB/582 kB 7%] 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] 10:29:34 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 10:29:34 88% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 10:29:34 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 10:29:34 88% [87 libcurl3-gnutls 42.3 kB/213 kB 20%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:29:34 89% [88 liberror-perl 22.8 kB/22.8 kB 100%] 89% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 10:29:34 89% [89 git-man 65.5 kB/804 kB 8%] 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] 10:29:35 90% [90 git 12.3 kB/3915 kB 0%] 94% [Waiting for headers] 13.1 MB/s 0s Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 10:29:35 Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 10:29:35 Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 10:29:35 Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 10:29:35 Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 10:29:35 95% [95 libnorm1 160 kB/224 kB 71%] 13.1 MB/s 0s 95% [Waiting for headers] 13.1 MB/s 0s Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 10:29:35 95% [96 libpgm-5.2-0 65.5 kB/157 kB 42%] 13.1 MB/s 0s 95% [Waiting for headers] 13.1 MB/s 0s Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 10:29:35 95% [97 libsodium23 39.8 kB/143 kB 28%] 13.1 MB/s 0s 96% [Waiting for headers] 13.1 MB/s 0s Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 10:29:35 96% [98 libzmq5 27.6 kB/221 kB 12%] 13.1 MB/s 0s 96% [Waiting for headers] 13.1 MB/s 0s Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 10:29:35 96% [99 libzmq3-dev 65.5 kB/400 kB 16%] 13.1 MB/s 0s 97% [Waiting for headers] 13.1 MB/s 0s Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 10:29:35 97% [100 manpages-dev 4096 B/2217 kB 0%] 13.1 MB/s 0s 99% [Waiting for headers] 13.1 MB/s 0s Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 10:29:35 99% [101 pkg-config 45.0 kB/45.0 kB 100%] 13.1 MB/s 0s 99% [Working] 13.1 MB/s 0s Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 10:29:35 99% [102 unzip 12.6 kB/167 kB 8%] 13.1 MB/s 0s 100% [Working] 13.1 MB/s 0s Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 10:29:35 100% [103 zip 7445 B/167 kB 4%] 13.1 MB/s 0s 100% [Working] 13.1 MB/s 0s Fetched 84.4 MB in 7s (12.1 MB/s) 10:29:35 debconf: delaying package configuration, since apt-utils is not installed 10:29:36 (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.) 10:29:36 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 10:29:36 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 10:29:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 10:29:39 (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.) 10:29:39 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 10:29:40 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... 10:29:41 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 10:29:43 Selecting previously unselected package liblocale-gettext-perl. 10:29:43 (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.) 10:29:43 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 10:29:43 Unpacking liblocale-gettext-perl (1.07-3build2) ... 10:29:43 Selecting previously unselected package perl-modules-5.26. 10:29:43 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 10:29:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:29:44 Selecting previously unselected package libgdbm5:amd64. 10:29:44 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 10:29:44 Unpacking libgdbm5:amd64 (1.14.1-6) ... 10:29:44 Selecting previously unselected package libgdbm-compat4:amd64. 10:29:44 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 10:29:44 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 10:29:44 Selecting previously unselected package libperl5.26:amd64. 10:29:44 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 10:29:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:29:44 Selecting previously unselected package perl. 10:29:44 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 10:29:44 Unpacking perl (5.26.1-6ubuntu0.5) ... 10:29:45 Selecting previously unselected package less. 10:29:45 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 10:29:45 Unpacking less (487-0.1) ... 10:29:45 Selecting previously unselected package netbase. 10:29:45 Preparing to unpack .../007-netbase_5.4_all.deb ... 10:29:45 Unpacking netbase (5.4) ... 10:29:45 Selecting previously unselected package manpages. 10:29:45 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 10:29:45 Unpacking manpages (4.15-1) ... 10:29:45 Selecting previously unselected package binutils-common:amd64. 10:29:45 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:29:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 10:29:45 Selecting previously unselected package libbinutils:amd64. 10:29:45 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:29:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 10:29:45 Selecting previously unselected package binutils-x86-64-linux-gnu. 10:29:45 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:29:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 10:29:45 Selecting previously unselected package binutils. 10:29:45 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:29:45 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 10:29:45 Selecting previously unselected package libc-dev-bin. 10:29:45 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 10:29:45 Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... 10:29:46 Selecting previously unselected package linux-libc-dev:amd64. 10:29:46 Preparing to unpack .../014-linux-libc-dev_4.15.0-124.127_amd64.deb ... 10:29:46 Unpacking linux-libc-dev:amd64 (4.15.0-124.127) ... 10:29:46 Selecting previously unselected package libc6-dev:amd64. 10:29:46 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 10:29:46 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... 10:29:46 Selecting previously unselected package gcc-7-base:amd64. 10:29:46 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:46 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:29:46 Selecting previously unselected package libisl19:amd64. 10:29:46 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 10:29:46 Unpacking libisl19:amd64 (0.19-1) ... 10:29:46 Selecting previously unselected package libmpfr6:amd64. 10:29:46 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 10:29:46 Unpacking libmpfr6:amd64 (4.0.1-1) ... 10:29:47 Selecting previously unselected package libmpc3:amd64. 10:29:47 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 10:29:47 Unpacking libmpc3:amd64 (1.1.0-1) ... 10:29:47 Selecting previously unselected package cpp-7. 10:29:47 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:47 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package cpp. 10:29:48 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:29:48 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 10:29:48 Selecting previously unselected package libcc1-0:amd64. 10:29:48 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package libgomp1:amd64. 10:29:48 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package libitm1:amd64. 10:29:48 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package libatomic1:amd64. 10:29:48 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package libasan4:amd64. 10:29:48 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package liblsan0:amd64. 10:29:48 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package libtsan0:amd64. 10:29:48 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package libubsan0:amd64. 10:29:48 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package libcilkrts5:amd64. 10:29:48 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:29:48 Selecting previously unselected package libmpx2:amd64. 10:29:48 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:48 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:29:49 Selecting previously unselected package libquadmath0:amd64. 10:29:49 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:29:49 Selecting previously unselected package libgcc-7-dev:amd64. 10:29:49 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:29:49 Selecting previously unselected package gcc-7. 10:29:49 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:49 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:29:50 Selecting previously unselected package gcc. 10:29:50 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:29:50 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 10:29:50 Selecting previously unselected package libstdc++-7-dev:amd64. 10:29:50 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:50 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:29:51 Selecting previously unselected package g++-7. 10:29:51 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 10:29:52 Selecting previously unselected package g++. 10:29:52 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:29:52 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 10:29:52 Selecting previously unselected package make. 10:29:52 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 10:29:52 Unpacking make (4.1-9.1ubuntu1) ... 10:29:52 Selecting previously unselected package libdpkg-perl. 10:29:52 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 10:29:52 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:29:52 Selecting previously unselected package patch. 10:29:52 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:29:52 Unpacking patch (2.7.6-2ubuntu1.1) ... 10:29:53 Selecting previously unselected package dpkg-dev. 10:29:53 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 10:29:53 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 10:29:53 Selecting previously unselected package build-essential. 10:29:53 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 10:29:53 Unpacking build-essential (12.4ubuntu1) ... 10:29:53 Selecting previously unselected package cmake-data. 10:29:53 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 10:29:53 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 10:29:53 Selecting previously unselected package libarchive13:amd64. 10:29:53 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 10:29:53 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 10:29:53 Selecting previously unselected package libjsoncpp1:amd64. 10:29:53 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 10:29:53 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 10:29:53 Selecting previously unselected package librhash0:amd64. 10:29:53 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 10:29:53 Unpacking librhash0:amd64 (1.3.6-2) ... 10:29:53 Selecting previously unselected package libuv1:amd64. 10:29:53 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 10:29:54 Unpacking libuv1:amd64 (1.18.0-3) ... 10:29:54 Selecting previously unselected package cmake. 10:29:54 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 10:29:54 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 10:29:54 Selecting previously unselected package curl. 10:29:54 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 10:29:54 Unpacking curl (7.58.0-2ubuntu3.10) ... 10:29:54 Selecting previously unselected package libfakeroot:amd64. 10:29:54 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 10:29:54 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 10:29:54 Selecting previously unselected package fakeroot. 10:29:54 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 10:29:54 Unpacking fakeroot (1.22-2ubuntu1) ... 10:29:54 Selecting previously unselected package libc6-i386. 10:29:54 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... 10:29:54 Unpacking libc6-i386 (2.27-3ubuntu1.3) ... 10:29:55 Selecting previously unselected package libc6-dev-i386. 10:29:55 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... 10:29:55 Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... 10:29:55 Selecting previously unselected package libc6-x32. 10:29:55 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... 10:29:55 Unpacking libc6-x32 (2.27-3ubuntu1.3) ... 10:29:55 Selecting previously unselected package libc6-dev-x32. 10:29:55 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... 10:29:55 Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... 10:29:56 Selecting previously unselected package lib32gcc1. 10:29:56 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package libx32gcc1. 10:29:56 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package lib32gomp1. 10:29:56 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package libx32gomp1. 10:29:56 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package lib32itm1. 10:29:56 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package libx32itm1. 10:29:56 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package lib32atomic1. 10:29:56 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package libx32atomic1. 10:29:56 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package lib32asan4. 10:29:56 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 10:29:56 Selecting previously unselected package libx32asan4. 10:29:56 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:56 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package lib32stdc++6. 10:29:57 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package lib32ubsan0. 10:29:57 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package libx32stdc++6. 10:29:57 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package libx32ubsan0. 10:29:57 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package lib32cilkrts5. 10:29:57 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package libx32cilkrts5. 10:29:57 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package lib32mpx2. 10:29:57 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package lib32quadmath0. 10:29:57 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package libx32quadmath0. 10:29:57 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 10:29:57 Selecting previously unselected package lib32gcc-7-dev. 10:29:57 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:57 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 10:29:58 Selecting previously unselected package libx32gcc-7-dev. 10:29:58 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:58 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 10:29:58 Selecting previously unselected package gcc-7-multilib. 10:29:58 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:58 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 10:29:58 Selecting previously unselected package lib32stdc++-7-dev. 10:29:58 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:58 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 10:29:58 Selecting previously unselected package libx32stdc++-7-dev. 10:29:58 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:58 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 10:29:58 Selecting previously unselected package g++-7-multilib. 10:29:58 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:29:58 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 10:29:59 Selecting previously unselected package gcc-multilib. 10:29:59 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:29:59 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 10:29:59 Selecting previously unselected package g++-multilib. 10:29:59 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:29:59 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 10:29:59 Selecting previously unselected package libcurl3-gnutls:amd64. 10:29:59 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 10:29:59 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 10:29:59 Selecting previously unselected package liberror-perl. 10:29:59 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 10:29:59 Unpacking liberror-perl (0.17025-1) ... 10:29:59 Selecting previously unselected package git-man. 10:29:59 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 10:29:59 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 10:29:59 Selecting previously unselected package git. 10:29:59 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 10:29:59 Unpacking git (1:2.17.1-1ubuntu0.7) ... 10:30:00 Selecting previously unselected package libalgorithm-diff-perl. 10:30:00 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 10:30:00 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 10:30:00 Selecting previously unselected package libalgorithm-diff-xs-perl. 10:30:00 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 10:30:00 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 10:30:00 Selecting previously unselected package libalgorithm-merge-perl. 10:30:00 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 10:30:00 Unpacking libalgorithm-merge-perl (0.08-3) ... 10:30:00 Selecting previously unselected package libfile-fcntllock-perl. 10:30:00 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 10:30:00 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 10:30:00 Selecting previously unselected package libnorm1:amd64. 10:30:00 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 10:30:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:30:00 Selecting previously unselected package libpgm-5.2-0:amd64. 10:30:00 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 10:30:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:30:00 Selecting previously unselected package libsodium23:amd64. 10:30:00 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 10:30:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 10:30:00 Selecting previously unselected package libzmq5:amd64. 10:30:00 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 10:30:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:30:00 Selecting previously unselected package libzmq3-dev:amd64. 10:30:00 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 10:30:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:30:00 Selecting previously unselected package manpages-dev. 10:30:00 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 10:30:00 Unpacking manpages-dev (4.15-1) ... 10:30:01 Selecting previously unselected package pkg-config. 10:30:01 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 10:30:01 Unpacking pkg-config (0.29.1-0ubuntu2) ... 10:30:01 Selecting previously unselected package unzip. 10:30:01 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 10:30:01 Unpacking unzip (6.0-21ubuntu1) ... 10:30:01 Selecting previously unselected package zip. 10:30:01 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 10:30:01 Unpacking zip (3.0-11build1) ... 10:30:01 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:30:01 Setting up libc6-x32 (2.27-3ubuntu1.3) ... 10:30:01 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:30:01 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:30:01 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:30:01 Setting up manpages (4.15-1) ... 10:30:01 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 10:30:01 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:30:01 Setting up less (487-0.1) ... 10:30:01 Setting up make (4.1-9.1ubuntu1) ... 10:30:01 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 10:30:01 Setting up curl (7.58.0-2ubuntu3.10) ... 10:30:01 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 10:30:01 Setting up libuv1:amd64 (1.18.0-3) ... 10:30:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 10:30:01 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:30:01 Setting up unzip (6.0-21ubuntu1) ... 10:30:01 Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... 10:30:01 Setting up libmpfr6:amd64 (4.0.1-1) ... 10:30:02 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 10:30:02 Setting up libc6-i386 (2.27-3ubuntu1.3) ... 10:30:02 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:30:02 Setting up libgdbm5:amd64 (1.14.1-6) ... 10:30:02 Setting up zip (3.0-11build1) ... 10:30:02 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 10:30:02 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 10:30:02 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 10:30:02 Setting up librhash0:amd64 (1.3.6-2) ... 10:30:02 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:30:02 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:30:02 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:30:02 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 10:30:02 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 10:30:02 Setting up libsodium23:amd64 (1.0.16-2) ... 10:30:02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:30:02 Setting up patch (2.7.6-2ubuntu1.1) ... 10:30:02 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 10:30:02 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 10:30:02 Setting up liblocale-gettext-perl (1.07-3build2) ... 10:30:03 Setting up libmpc3:amd64 (1.1.0-1) ... 10:30:03 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 10:30:03 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 10:30:03 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 10:30:03 Setting up manpages-dev (4.15-1) ... 10:30:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 10:30:03 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 10:30:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:30:03 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 10:30:03 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 10:30:03 Setting up netbase (5.4) ... 10:30:03 Setting up libisl19:amd64 (0.19-1) ... 10:30:03 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 10:30:03 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:30:03 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 10:30:03 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 10:30:03 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 10:30:03 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:30:03 Setting up fakeroot (1.22-2ubuntu1) ... 10:30:03 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 10:30:03 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 10:30:03 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 10:30:03 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 10:30:03 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 10:30:03 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 10:30:03 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 10:30:03 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 10:30:03 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 10:30:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:30:03 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 10:30:03 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 10:30:03 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... 10:30:03 Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... 10:30:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 10:30:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 10:30:03 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 10:30:03 Setting up perl (5.26.1-6ubuntu0.5) ... 10:30:03 Setting up libfile-fcntllock-perl (0.22-3build2) ... 10:30:03 Setting up libalgorithm-diff-perl (1.19.03-1) ... 10:30:04 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 10:30:04 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 10:30:04 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 10:30:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:30:04 Setting up liberror-perl (0.17025-1) ... 10:30:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 10:30:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:30:04 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 10:30:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 10:30:04 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 10:30:04 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 10:30:04 Setting up libalgorithm-merge-perl (0.08-3) ... 10:30:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 10:30:04 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 10:30:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 10:30:04 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 10:30:04 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 10:30:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 10:30:04 Setting up build-essential (12.4ubuntu1) ... 10:30:04 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 10:30:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 10:30:04 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 10:30:04 Processing triggers for mime-support (3.60ubuntu1) ... 10:30:04 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 10:30:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:30:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:30:05 ---> 865bc9cf0940 10:30:05 Step 3/22 : WORKDIR /edgex-go 10:30:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 10:30:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:30:05 ---> 865bc9cf0940 10:30:05 Step 3/23 : WORKDIR /edgex-go 10:30:05 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 10:30:05 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 10:30:05 ---> 865bc9cf0940 10:30:05 Step 3/29 : WORKDIR /edgex-go 10:30:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:30:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:30:05 ---> 865bc9cf0940 10:30:05 Step 3/24 : WORKDIR /edgex-go 10:30:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:30:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:30:05 ---> 865bc9cf0940 10:30:05 Step 3/22 : WORKDIR /edgex-go 10:30:05 ---> Running in ad206558c787 10:30:05 ---> Running in cb9cdca9c4df 10:30:05 ---> Running in 720b941743da 10:30:05 ---> Running in df19dc24a9a4 10:30:05 ---> Running in 32149187229c 10:30:05 Removing intermediate container 720b941743da 10:30:05 ---> 334729d1d330 10:30:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:05 Removing intermediate container 32149187229c 10:30:05 ---> bd4b88803aac 10:30:05 Step 4/29 : RUN apk update && apk add make git 10:30:05 Removing intermediate container ad206558c787 10:30:05 ---> a4cfb23c2cd0 10:30:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:05 Removing intermediate container cb9cdca9c4df 10:30:05 ---> 177f1b070029 10:30:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:05 Removing intermediate container df19dc24a9a4 10:30:05 ---> f0f0e9374b24 10:30:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:05 ---> Running in 94f16e2686ba 10:30:05 ---> Running in ebdcfd9c54ac 10:30:05 ---> Running in 5914d6dd4d88 10:30:05 ---> Running in 8bb2b8664873 10:30:05 ---> Running in 3c8b4a09193c 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:30:05 Removing intermediate container ebdcfd9c54ac 10:30:05 ---> deca93723884 10:30:05 Step 5/22 : RUN apk update && apk add make && apk add bash git 10:30:05 ---> Running in 2dd38d891ff3 10:30:05 Removing intermediate container 5914d6dd4d88 10:30:05 ---> a089f2fc13ef 10:30:05 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 10:30:05 Removing intermediate container 8bb2b8664873 10:30:05 ---> f83644d7a370 10:30:05 Step 5/22 : RUN apk update && apk add make git 10:30:05 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:30:05 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:30:05 OK: 12625 distinct packages available 10:30:05 ---> Running in e25bd88ce81c 10:30:05 ---> Running in c752ddf62793 10:30:05 Removing intermediate container 3c8b4a09193c 10:30:05 ---> 089ab0aa7594 10:30:05 Step 5/24 : RUN apk update && apk add make git 10:30:05 ---> Running in e13729d4057a 10:30:05 OK: 217 MiB in 51 packages 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:30:05 Removing intermediate container 94f16e2686ba 10:30:05 ---> f223688685ed 10:30:05 Step 5/29 : COPY go.mod . 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:30:05 ---> c091df71bb9b 10:30:05 Step 6/29 : RUN go mod download 10:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:30:05 ---> Running in a318899fd86a 10:30:06 binutils set to automatically installed. 10:30:06 binutils-common set to automatically installed. 10:30:06 binutils-x86-64-linux-gnu set to automatically installed. 10:30:06 build-essential set to automatically installed. 10:30:06 cmake set to automatically installed. 10:30:06 cmake-data set to automatically installed. 10:30:06 cpp set to automatically installed. 10:30:06 cpp-7 set to automatically installed. 10:30:06 curl set to automatically installed. 10:30:06 dpkg-dev set to automatically installed. 10:30:06 fakeroot set to automatically installed. 10:30:06 g++ set to automatically installed. 10:30:06 g++-7 set to automatically installed. 10:30:06 g++-7-multilib set to automatically installed. 10:30:06 g++-multilib set to automatically installed. 10:30:06 gcc set to automatically installed. 10:30:06 gcc-7 set to automatically installed. 10:30:06 gcc-7-base set to automatically installed. 10:30:06 gcc-7-multilib set to automatically installed. 10:30:06 gcc-multilib set to automatically installed. 10:30:06 git set to automatically installed. 10:30:06 git-man set to automatically installed. 10:30:06 less set to automatically installed. 10:30:06 lib32asan4 set to automatically installed. 10:30:06 lib32atomic1 set to automatically installed. 10:30:06 lib32cilkrts5 set to automatically installed. 10:30:06 lib32gcc-7-dev set to automatically installed. 10:30:06 lib32gcc1 set to automatically installed. 10:30:06 lib32gomp1 set to automatically installed. 10:30:06 lib32itm1 set to automatically installed. 10:30:06 lib32mpx2 set to automatically installed. 10:30:06 lib32quadmath0 set to automatically installed. 10:30:06 lib32stdc++-7-dev set to automatically installed. 10:30:06 lib32stdc++6 set to automatically installed. 10:30:06 lib32ubsan0 set to automatically installed. 10:30:06 libalgorithm-diff-perl set to automatically installed. 10:30:06 libalgorithm-diff-xs-perl set to automatically installed. 10:30:06 libalgorithm-merge-perl set to automatically installed. 10:30:06 libarchive13 set to automatically installed. 10:30:06 libasan4 set to automatically installed. 10:30:06 libatomic1 set to automatically installed. 10:30:06 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:30:06 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:30:06 OK: 12625 distinct packages available 10:30:06 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:30:06 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:30:06 OK: 12625 distinct packages available 10:30:06 libbinutils set to automatically installed. 10:30:06 libc-dev-bin set to automatically installed. 10:30:06 libc6 set to automatically installed. 10:30:06 libc6-dev set to automatically installed. 10:30:06 libc6-dev-i386 set to automatically installed. 10:30:06 libc6-dev-x32 set to automatically installed. 10:30:06 libc6-i386 set to automatically installed. 10:30:06 libc6-x32 set to automatically installed. 10:30:06 libcc1-0 set to automatically installed. 10:30:06 libcilkrts5 set to automatically installed. 10:30:06 libcurl3-gnutls set to automatically installed. 10:30:06 libdpkg-perl set to automatically installed. 10:30:06 liberror-perl set to automatically installed. 10:30:06 libfakeroot set to automatically installed. 10:30:06 libfile-fcntllock-perl set to automatically installed. 10:30:06 libgcc-7-dev set to automatically installed. 10:30:06 libgdbm-compat4 set to automatically installed. 10:30:06 libgdbm5 set to automatically installed. 10:30:06 libgomp1 set to automatically installed. 10:30:06 libisl19 set to automatically installed. 10:30:06 libitm1 set to automatically installed. 10:30:06 libjsoncpp1 set to automatically installed. 10:30:06 liblocale-gettext-perl set to automatically installed. 10:30:06 liblsan0 set to automatically installed. 10:30:06 libmpc3 set to automatically installed. 10:30:06 libmpfr6 set to automatically installed. 10:30:06 libmpx2 set to automatically installed. 10:30:06 libnorm1 set to automatically installed. 10:30:06 libperl5.26 set to automatically installed. 10:30:06 libpgm-5.2-0 set to automatically installed. 10:30:06 libquadmath0 set to automatically installed. 10:30:06 librhash0 set to automatically installed. 10:30:06 libsodium23 set to automatically installed. 10:30:06 libstdc++-7-dev set to automatically installed. 10:30:06 libtsan0 set to automatically installed. 10:30:06 libubsan0 set to automatically installed. 10:30:06 libuv1 set to automatically installed. 10:30:06 libx32asan4 set to automatically installed. 10:30:06 libx32atomic1 set to automatically installed. 10:30:06 libx32cilkrts5 set to automatically installed. 10:30:06 libx32gcc-7-dev set to automatically installed. 10:30:06 libx32gcc1 set to automatically installed. 10:30:06 libx32gomp1 set to automatically installed. 10:30:06 libx32itm1 set to automatically installed. 10:30:06 libx32quadmath0 set to automatically installed. 10:30:06 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:30:06 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:30:06 OK: 12625 distinct packages available 10:30:06 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:30:06 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:30:06 OK: 12625 distinct packages available 10:30:06 libx32stdc++-7-dev set to automatically installed. 10:30:06 libx32stdc++6 set to automatically installed. 10:30:06 libx32ubsan0 set to automatically installed. 10:30:06 libzmq3-dev set to automatically installed. 10:30:06 libzmq5 set to automatically installed. 10:30:06 linux-libc-dev set to automatically installed. 10:30:06 make set to automatically installed. 10:30:06 manpages set to automatically installed. 10:30:06 manpages-dev set to automatically installed. 10:30:06 netbase set to automatically installed. 10:30:06 patch set to automatically installed. 10:30:06 perl set to automatically installed. 10:30:06 perl-base set to automatically installed. 10:30:06 perl-modules-5.26 set to automatically installed. 10:30:06 pkg-config set to automatically installed. 10:30:06 unzip set to automatically installed. 10:30:06 zip set to automatically installed. 10:30:06 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 10:30:06 Please ensure the environment is properly setup before continuing. 10:30:06 Ignore this message if the appropriate measures have already been taken 10:30:06 OK: 217 MiB in 51 packages 10:30:07 Pulling go-build-helper  10:30:07 OK: 217 MiB in 51 packages 10:30:07 OK: 217 MiB in 51 packages 10:30:07 OK: 217 MiB in 51 packages 10:30:08 'go115' has dependencies that need to be staged: go-build-helper 10:30:08 Skipping pull go-build-helper (already ran) 10:30:08 Building go-build-helper  10:30:08 OK: 217 MiB in 51 packages 10:30:08 Removing intermediate container c752ddf62793 10:30:08 ---> c19fda8ac3e5 10:30:08 Step 6/23 : COPY go.mod . 10:30:09 Removing intermediate container e13729d4057a 10:30:09 ---> 2a2995fcab38 10:30:09 Step 6/24 : COPY go.mod . 10:30:09 Removing intermediate container e25bd88ce81c 10:30:09 ---> e0867563befa 10:30:09 Step 6/22 : COPY go.mod . 10:30:09 Removing intermediate container a318899fd86a 10:30:09 ---> cdf88a8f2fa2 10:30:09 Step 7/29 : COPY . . 10:30:09 Removing intermediate container 2dd38d891ff3 10:30:09 ---> 949333978da6 10:30:09 Step 6/22 : COPY go.mod . 10:30:10 ---> e245c4d73599 10:30:10 Step 7/23 : RUN go mod download 10:30:10 ---> 2875a60c2ff3 10:30:10 Step 7/24 : RUN go mod download 10:30:10 Staging go-build-helper  10:30:10 ---> Running in b57ef11f48e2 10:30:10 ---> 925e9c0c1077 10:30:10 Step 7/22 : RUN go mod download 10:30:10 ---> Running in 0f5cea2831b1 10:30:11 ---> f95203402dc5 10:30:11 Step 7/22 : RUN go mod download 10:30:11 ---> Running in 755c8a4130f7 10:30:11 Pulling go115  10:30:11 ---> Running in 9b3a58e46e95 10:30:11 'app-service-config' has dependencies that need to be staged: go115 10:30:11 Skipping pull go115 (already ran) 10:30:11 Building go115  10:30:11 % Total % Received % Xferd Average Speed Time Time Time Current 10:30:11 Dload Upload Total Spent Left Speed 10:30:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2783k 0 0 12.8M 0 0:00:08 --:--:-- 0:00:08 12.8M 58 115M 58 67.2M 0 0 55.4M 0 0:00:02 0:00:01 0:00:01 55.4M 96 115M 96 111M 0 0 57.8M 0 0:00:01 0:00:01 --:--:-- 57.8M 10:30:13 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 10:30:13 Failed to run 'override-build': Exit code was 56. 10:30:14 Removing intermediate container b57ef11f48e2 10:30:14 ---> 15bbdc81fc7c 10:30:14 Step 8/23 : COPY . . [Pipeline] } 10:30:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:30:15 Removing intermediate container 0f5cea2831b1 10:30:15 ---> 065692c55157 10:30:15 Step 8/24 : COPY . . [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:30:16 Failed in branch amd64 10:30:16 Removing intermediate container 755c8a4130f7 10:30:16 ---> f090bf69010f 10:30:16 Step 8/22 : COPY . . 10:30:16 Removing intermediate container 9b3a58e46e95 10:30:16 ---> 1a52e7687921 10:30:16 Step 8/22 : COPY . . 10:30:38 ---> 737f21e03a2f 10:30:38 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 10:30:38 ---> Running in 5204c5c82ccc 10:30:38 ---> 2bc9c1504f88 10:30:38 Step 9/23 : RUN make cmd/core-data/core-data 10:30:38 ---> e7fee9c5b8c5 10:30:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:30:38 ---> d80b3a7b3241 10:30:38 Step 9/22 : RUN make cmd/core-command/core-command 10:30:38 ---> 5d2cf620e82d 10:30:38 Step 9/22 : RUN make cmd/support-logging/support-logging 10:30:38 ---> Running in dfa00e4615f5 10:30:38 ---> Running in d85cbc332d9e 10:30:38 ---> Running in f97800a9c385 10:30:38 ---> Running in d79a99243f95 10:30:39 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 10:30:40 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 10:30:41 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 10:30:41 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 10:30:41 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 10:32:02 Removing intermediate container 5204c5c82ccc 10:32:02 ---> 5249d178ef8c 10:32:02 10:32:02 Step 9/29 : FROM alpine:latest 10:32:02 latest: Pulling from library/alpine 10:32:02 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 10:32:02 Status: Downloaded newer image for alpine:latest 10:32:02 ---> 2e77e061c27f 10:32:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 10:32:02 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 10:32:02 ---> Running in 300489f54097 10:32:02 Removing intermediate container 300489f54097 10:32:02 ---> 32e83bada174 10:32:02 Step 11/29 : USER root 10:32:02 ---> Running in 0cdedfe18052 10:32:02 Removing intermediate container 0cdedfe18052 10:32:02 ---> 164effb2ea3b 10:32:02 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 10:32:02 ---> Running in 0717ed961a28 10:32:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:32:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:32:04 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:32:04 v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:32:04 OK: 12617 distinct packages available 10:32:05 (1/2) Installing ca-certificates (20191127-r4) 10:32:05 (2/2) Installing dumb-init (1.2.2-r1) 10:32:05 Executing busybox-1.31.1-r19.trigger 10:32:05 Executing ca-certificates-20191127-r4.trigger 10:32:06 OK: 6 MiB in 16 packages 10:32:08 Removing intermediate container 0717ed961a28 10:32:08 ---> daed81df8996 10:32:08 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 10:32:08 ---> Running in c355953d28fb 10:32:09 Removing intermediate container c355953d28fb 10:32:09 ---> db23c50fb8e1 10:32:09 Step 14/29 : WORKDIR $BASE_DIR 10:32:09 ---> Running in 89146ba3ac46 10:32:10 Removing intermediate container 89146ba3ac46 10:32:10 ---> 7baa437ba0d4 10:32:10 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 10:32:10 ---> Running in ddccf2e408b8 10:32:17 Removing intermediate container ddccf2e408b8 10:32:17 ---> 22d25c37208b 10:32:17 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 10:32:17 Removing intermediate container d79a99243f95 10:32:17 ---> 7f4f3d7158a9 10:32:17 10:32:17 Step 10/22 : FROM scratch 10:32:17 ---> 10:32:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:32:17 ---> Running in f8a6f4d8fa9d 10:32:18 Removing intermediate container f97800a9c385 10:32:18 ---> c3fa756a9124 10:32:18 10:32:18 Step 10/24 : FROM alpine:3.10 10:32:18 3.10: Pulling from library/alpine 10:32:19 Removing intermediate container f8a6f4d8fa9d 10:32:19 ---> 109d9d90ff46 10:32:19 Step 12/22 : ENV APP_PORT=48061 10:32:19 ---> Running in 6ce794a471ff 10:32:19 ---> e7aba9c23655 10:32:19 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 10:32:20 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 10:32:20 Status: Downloaded newer image for alpine:3.10 10:32:20 ---> 536a684cf733 10:32:20 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:32:20 Removing intermediate container 6ce794a471ff 10:32:20 ---> aa966cd89714 10:32:20 Step 13/22 : EXPOSE $APP_PORT 10:32:20 ---> Running in 0041a3a3ccc5 10:32:20 ---> Running in 4e3c6e5a4706 10:32:21 ---> 7bee0912b9ad 10:32:21 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 10:32:21 Removing intermediate container 4e3c6e5a4706 10:32:21 ---> f67619dd21f6 10:32:21 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 10:32:22 ---> 87789342d97f 10:32:22 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 10:32:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 10:32:23 ---> 632fe211db6c 10:32:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 10:32:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 10:32:23 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 10:32:23 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 10:32:23 OK: 10169 distinct packages available 10:32:24 ---> b0c4bd48575f 10:32:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 10:32:24 ---> faeb53f900e1 10:32:24 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 10:32:24 (1/5) Installing ca-certificates (20191127-r2) 10:32:24 (2/5) Installing nghttp2-libs (1.39.2-r1) 10:32:24 (3/5) Installing libcurl (7.66.0-r1) 10:32:24 (4/5) Installing curl (7.66.0-r1) 10:32:24 (5/5) Installing dumb-init (1.2.2-r1) 10:32:24 Executing busybox-1.30.1-r3.trigger 10:32:24 Executing ca-certificates-20191127-r2.trigger 10:32:25 OK: 7 MiB in 19 packages 10:32:26 ---> ac80218c5d66 10:32:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 10:32:26 ---> ebdec5e9258f 10:32:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 10:32:26 ---> Running in 35543fb911e0 10:32:28 ---> 8dc711125049 10:32:28 Step 18/22 : ENTRYPOINT ["/support-logging"] 10:32:28 ---> Running in 8c538a7a79c7 10:32:29 Removing intermediate container 0041a3a3ccc5 10:32:29 ---> 56412b1c6a41 10:32:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:32:29 ---> Running in bbff274addaa 10:32:30 Removing intermediate container 8c538a7a79c7 10:32:30 ---> e60e694d714b 10:32:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:32:30 ---> Running in fee54e467217 10:32:30 Removing intermediate container bbff274addaa 10:32:30 ---> 143678db2314 10:32:30 Step 13/24 : WORKDIR / 10:32:31 ---> Running in fcec9133ea05 10:32:31 Removing intermediate container fee54e467217 10:32:31 ---> 6bbdfb5cc8b7 10:32:31 Step 20/22 : LABEL arch=arm64 10:32:32 Removing intermediate container 35543fb911e0 10:32:32 ---> 2b4642ea4c56 10:32:32 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 10:32:32 ---> Running in 21b1f32df985 10:32:32 Removing intermediate container fcec9133ea05 10:32:32 ---> ac801ff6ceb0 10:32:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:32:33 Removing intermediate container 21b1f32df985 10:32:33 ---> bf51d26ac888 10:32:33 Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:32:33 ---> Running in 389006b95171 10:32:33 Removing intermediate container d85cbc332d9e 10:32:33 ---> 8abc27700747 10:32:33 10:32:33 Step 10/22 : FROM scratch 10:32:33 ---> 10:32:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:32:33 ---> fe480269ce3e 10:32:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:32:34 ---> cd9e45ea6314 10:32:34 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:32:34 ---> Running in d606c7bf30fe 10:32:34 ---> Running in ca82f5aec4b1 10:32:34 Removing intermediate container 389006b95171 10:32:34 ---> ba3402d41bfd 10:32:34 Step 22/22 : LABEL version=0.0.0 10:32:34 ---> Running in 28b91f62cee9 10:32:35 Removing intermediate container d606c7bf30fe 10:32:35 ---> 4ddfc22b8903 10:32:35 Step 12/22 : ENV APP_PORT=48082 10:32:35 ---> 9015e5c09aa6 10:32:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:32:35 ---> Running in 00c0d1877c86 10:32:35 Removing intermediate container 28b91f62cee9 10:32:35 ---> aeb40a03d1d3 10:32:35 10:32:36 Successfully built aeb40a03d1d3 10:32:36 Successfully tagged docker-support-logging-go-arm64:latest 10:32:36  Building docker-support-logging-go ... done Building docker-core-metadata-go 10:32:36 Removing intermediate container 00c0d1877c86 10:32:36 ---> 4d69d422580e 10:32:36 Step 13/22 : EXPOSE $APP_PORT 10:32:36 ---> d740b513cf06 10:32:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:32:36 ---> Running in e992cee53dfb 10:32:37 Removing intermediate container e992cee53dfb 10:32:37 ---> 831ca6c9dc43 10:32:37 Step 14/22 : WORKDIR / 10:32:38 ---> Running in 6a15b01285cc 10:32:39 Removing intermediate container ca82f5aec4b1 10:32:39 ---> 12563cc7ae77 10:32:39 Step 24/29 : RUN chmod 755 security-secrets-setup 10:32:39 ---> b03998171c1a 10:32:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:32:39 ---> Running in 17d581164b91 10:32:39 Removing intermediate container 6a15b01285cc 10:32:39 ---> aeb625a5283f 10:32:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 10:32:42 ---> a415f8f3f95e 10:32:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:32:43 ---> 9461604c9451 10:32:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:32:44 ---> cffaa2ed23c6 10:32:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:32:44 ---> ae3178b8de7d 10:32:44 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:32:44 Removing intermediate container 17d581164b91 10:32:44 ---> 210d4e8b6faf 10:32:44 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 10:32:45 ---> Running in ce4c0ab13475 10:32:45 ---> Running in 6463705fe587 10:32:45 ---> 94e81e100e35 10:32:45 Step 18/22 : ENTRYPOINT ["/core-command"] 10:32:46 ---> Running in 72fd50212448 10:32:46 Removing intermediate container 6463705fe587 10:32:46 ---> 1d40b1815e5a 10:32:46 Step 26/29 : CMD [ "generate" ] 10:32:46 Removing intermediate container 72fd50212448 10:32:46 ---> 267295eddc1f 10:32:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:32:46 ---> Running in 1a82d91cc695 10:32:47 ---> Running in 3004c1b628be 10:32:47 Removing intermediate container 1a82d91cc695 10:32:47 ---> ebe6136abdc5 10:32:47 Step 27/29 : LABEL arch=arm64 10:32:48 ---> Running in 5b32d96681b7 10:32:48 Removing intermediate container 3004c1b628be 10:32:48 ---> 9cf6a15151c8 10:32:48 Step 20/22 : LABEL arch=arm64 10:32:49 ---> Running in 6d5961d37139 10:32:49 Removing intermediate container ce4c0ab13475 10:32:49 ---> 13de90f97107 10:32:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:32:49 Removing intermediate container 5b32d96681b7 10:32:49 ---> 2019d1448450 10:32:49 Step 28/29 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:32:50 ---> Running in 842f1f6b7ecc 10:32:50 ---> Running in f3d621494358 10:32:50 Removing intermediate container 6d5961d37139 10:32:50 ---> bbf39b2d7cf1 10:32:50 Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:32:51 Removing intermediate container 842f1f6b7ecc 10:32:51 ---> 349189f484c7 10:32:51 Step 22/24 : LABEL arch=arm64 10:32:51 ---> Running in 4fb6d0be0797 10:32:51 Removing intermediate container f3d621494358 10:32:51 ---> 9500c63b6e75 10:32:51 Step 29/29 : LABEL version=0.0.0 10:32:52 ---> Running in 4d7f0340d71b 10:32:52 ---> Running in c34cacdb7e34 10:32:52 Removing intermediate container 4fb6d0be0797 10:32:52 ---> 0ab4df627d3e 10:32:52 Step 22/22 : LABEL version=0.0.0 10:32:53 Removing intermediate container 4d7f0340d71b 10:32:53 ---> 9ee8c58b5c4e 10:32:53 Step 23/24 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:32:53 ---> Running in d02f9ef3bd42 10:32:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:32:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:32:53 ---> 865bc9cf0940 10:32:53 Step 3/22 : WORKDIR /edgex-go 10:32:53 ---> Using cache 10:32:53 ---> f0f0e9374b24 10:32:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:32:53 ---> Using cache 10:32:53 ---> 089ab0aa7594 10:32:53 Step 5/22 : RUN apk update && apk add make git 10:32:53 ---> Using cache 10:32:53 ---> 2a2995fcab38 10:32:53 Step 6/22 : COPY go.mod . 10:32:53 ---> Using cache 10:32:53 ---> 2875a60c2ff3 10:32:53 Step 7/22 : RUN go mod download 10:32:53 ---> Using cache 10:32:53 ---> 065692c55157 10:32:53 Step 8/22 : COPY . . 10:32:53 ---> Running in 3d309b5b1719 10:32:53 Removing intermediate container c34cacdb7e34 10:32:53 ---> 5b3a6ff1a4ad 10:32:53 10:32:54 ---> Using cache 10:32:54 ---> e7fee9c5b8c5 10:32:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 10:32:54 Removing intermediate container dfa00e4615f5 10:32:54 ---> a98f2fc7d94d 10:32:54 10:32:54 Step 10/23 : FROM alpine 10:32:54 ---> 2e77e061c27f 10:32:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:32:54 Successfully built 5b3a6ff1a4ad 10:32:54 Successfully tagged docker-security-secrets-setup-go-arm64:latest 10:32:54  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 10:32:54 Removing intermediate container d02f9ef3bd42 10:32:54 ---> 49392ecee44b 10:32:54 10:32:54 ---> Running in 9edc07174e7b 10:32:54 ---> Running in 40fce65b8f30 10:32:54 Removing intermediate container 3d309b5b1719 10:32:54 ---> bdcae10ae503 10:32:54 Step 24/24 : LABEL version=0.0.0 10:32:55 ---> Running in 239cca4360b2 10:32:55 Removing intermediate container 9edc07174e7b 10:32:55 ---> 8a692293f7a1 10:32:55 Step 12/23 : ENV APP_PORT=48080 10:32:55 Successfully built 49392ecee44b 10:32:55 Successfully tagged docker-core-command-go-arm64:latest 10:32:55  Building docker-core-command-go ... done Building docker-support-notifications-go 10:32:55 ---> Running in 9362541ad2fa 10:32:55 Removing intermediate container 239cca4360b2 10:32:55 ---> b81f6e1a712e 10:32:55 10:32:56 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 10:32:56 Successfully built b81f6e1a712e 10:32:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:32:56  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 10:32:56 Removing intermediate container 9362541ad2fa 10:32:56 ---> bce47ecddb9a 10:32:56 Step 13/23 : EXPOSE $APP_PORT 10:32:56 ---> Running in 1163b868adb8 10:32:57 Removing intermediate container 1163b868adb8 10:32:57 ---> 21c3b9157286 10:32:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:32:57 ---> Running in b155ff0785fc 10:33:03 Removing intermediate container b155ff0785fc 10:33:03 ---> b39c4a006a7b 10:33:03 Step 15/23 : RUN apk --no-cache add zeromq 10:33:03 ---> Running in 73c573d9d2c3 10:33:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:33:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:33:06 (1/5) Installing libgcc (9.3.0-r2) 10:33:06 (2/5) Installing libsodium (1.0.18-r0) 10:33:07 (3/5) Installing libstdc++ (9.3.0-r2) 10:33:07 (4/5) Installing libzmq (4.3.3-r0) 10:33:07 (5/5) Installing zeromq (4.3.3-r0) 10:33:07 Executing busybox-1.31.1-r19.trigger 10:33:07 OK: 8 MiB in 19 packages 10:33:11 Removing intermediate container 73c573d9d2c3 10:33:11 ---> 569addef9371 10:33:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 10:33:13 ---> b63ca490a120 10:33:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:33:15 ---> cbdf63112cee 10:33:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:33:17 ---> c3c691008693 10:33:17 Step 19/23 : ENTRYPOINT ["/core-data"] 10:33:17 ---> Running in 7b8112d2c1a9 10:33:18 Removing intermediate container 7b8112d2c1a9 10:33:18 ---> abcadf6408e8 10:33:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:33:18 ---> Running in deabefc086fa 10:33:19 Removing intermediate container deabefc086fa 10:33:19 ---> 28d03e08915a 10:33:19 Step 21/23 : LABEL arch=arm64 10:33:20 ---> Running in 83a811f2e953 10:33:22 Removing intermediate container 83a811f2e953 10:33:22 ---> 90bc0e89eeaf 10:33:22 Step 22/23 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:33:22 ---> Running in 6f7b6a585687 10:33:23 Removing intermediate container 6f7b6a585687 10:33:23 ---> f40d7e2d7e2f 10:33:23 Step 23/23 : LABEL version=0.0.0 10:33:24 ---> Running in c4140efd5e5c 10:33:25 Removing intermediate container c4140efd5e5c 10:33:25 ---> da631fa3e1fa 10:33:25 10:33:26 Successfully built da631fa3e1fa 10:33:26 Successfully tagged docker-core-data-go-arm64:latest 10:33:26  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go 10:33:41 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 10:33:41 Step 2/27 : FROM ${BUILDER_BASE} AS builder 10:33:41 ---> 865bc9cf0940 10:33:41 Step 3/27 : WORKDIR /edgex-go 10:33:41 ---> Using cache 10:33:41 ---> f0f0e9374b24 10:33:41 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:33:41 ---> Using cache 10:33:41 ---> 089ab0aa7594 10:33:41 Step 5/27 : RUN apk update && apk add make bash git 10:33:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:33:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:33:41 ---> 865bc9cf0940 10:33:41 Step 3/24 : WORKDIR /edgex-go 10:33:41 ---> Using cache 10:33:41 ---> f0f0e9374b24 10:33:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:33:41 ---> Using cache 10:33:41 ---> 089ab0aa7594 10:33:41 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 10:33:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:33:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:33:42 ---> 865bc9cf0940 10:33:42 Step 3/21 : WORKDIR /edgex-go 10:33:42 ---> Using cache 10:33:42 ---> f0f0e9374b24 10:33:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:33:42 ---> Using cache 10:33:42 ---> 089ab0aa7594 10:33:42 Step 5/21 : RUN apk update && apk add make git 10:33:42 ---> Using cache 10:33:42 ---> 2a2995fcab38 10:33:42 Step 6/21 : COPY go.mod . 10:33:42 ---> Using cache 10:33:42 ---> 2875a60c2ff3 10:33:42 Step 7/21 : RUN go mod download 10:33:42 ---> Using cache 10:33:42 ---> 065692c55157 10:33:42 Step 8/21 : COPY . . 10:33:42 ---> Using cache 10:33:42 ---> e7fee9c5b8c5 10:33:42 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 10:33:43 ---> Running in 720f3ec8591a 10:33:43 ---> Running in 641187c737cc 10:33:43 ---> Running in a18facf1bbb0 10:33:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:33:46 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 10:33:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:33:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:33:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:33:48 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:33:48 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:33:48 OK: 12625 distinct packages available 10:33:49 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 10:33:49 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 10:33:49 OK: 12625 distinct packages available 10:33:49 OK: 217 MiB in 51 packages 10:33:50 OK: 217 MiB in 51 packages 10:33:52 Removing intermediate container 641187c737cc 10:33:52 ---> fca1ea2d003b 10:33:52 Step 6/24 : COPY go.mod . 10:33:52 Removing intermediate container 720f3ec8591a 10:33:52 ---> 0ebd5c6abf06 10:33:52 Step 6/27 : COPY go.mod . 10:33:54 ---> bf53c2d8b67f 10:33:54 Step 7/24 : RUN go mod download 10:33:54 ---> 6e87b2d03a62 10:33:54 Step 7/27 : RUN go mod download 10:33:54 ---> Running in bedd1a039dda 10:33:54 ---> Running in a4a244a895c9 10:34:01 Removing intermediate container bedd1a039dda 10:34:01 ---> eccfcd107202 10:34:01 Step 8/24 : COPY . . 10:34:01 Removing intermediate container a4a244a895c9 10:34:01 ---> 323ecb7f2ab3 10:34:01 Step 8/27 : COPY . . 10:34:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:34:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:34:02 ---> 865bc9cf0940 10:34:02 Step 3/22 : WORKDIR /edgex-go 10:34:02 ---> Using cache 10:34:02 ---> f0f0e9374b24 10:34:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:34:02 ---> Using cache 10:34:02 ---> 089ab0aa7594 10:34:02 Step 5/22 : RUN apk update && apk add make git 10:34:02 ---> Using cache 10:34:02 ---> 2a2995fcab38 10:34:02 Step 6/22 : COPY go.mod . 10:34:02 ---> Using cache 10:34:02 ---> 2875a60c2ff3 10:34:02 Step 7/22 : RUN go mod download 10:34:02 ---> Using cache 10:34:02 ---> 065692c55157 10:34:02 Step 8/22 : COPY . . 10:34:03 ---> Using cache 10:34:03 ---> e7fee9c5b8c5 10:34:03 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 10:34:04 ---> Running in bb8cc8226be9 10:34:06 Removing intermediate container 40fce65b8f30 10:34:06 ---> 676017a70b9e 10:34:06 10:34:06 Step 10/22 : FROM scratch 10:34:06 ---> 10:34:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:34:06 ---> Using cache 10:34:06 ---> 4ddfc22b8903 10:34:06 Step 12/22 : ENV APP_PORT=48081 10:34:06 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 10:34:07 ---> Running in abef521db2c2 10:34:09 Removing intermediate container abef521db2c2 10:34:09 ---> 2e12d11018dc 10:34:09 Step 13/22 : EXPOSE $APP_PORT 10:34:10 ---> Running in 67dc62fa9edd 10:34:11 Removing intermediate container 67dc62fa9edd 10:34:11 ---> 4d76831f6810 10:34:11 Step 14/22 : WORKDIR / 10:34:12 ---> Running in 4f43f20e8533 10:34:14 Removing intermediate container 4f43f20e8533 10:34:14 ---> f0b784ee3ec8 10:34:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 10:34:16 ---> ce78472f98eb 10:34:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:34:20 ---> cd872032ba74 10:34:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:34:22 ---> 30b6c49aafee 10:34:22 Step 18/22 : ENTRYPOINT ["/core-metadata"] 10:34:23 ---> Running in 7d4630d263e3 10:34:24 Removing intermediate container 7d4630d263e3 10:34:24 ---> 4f6b61791733 10:34:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:34:24 ---> Running in 8a47bea4fd84 10:34:26 Removing intermediate container 8a47bea4fd84 10:34:26 ---> 68fbb7ad067b 10:34:26 Step 20/22 : LABEL arch=arm64 10:34:26 ---> Running in 2572720061e2 10:34:28 Removing intermediate container 2572720061e2 10:34:28 ---> dc8a5a2c4eb0 10:34:28 Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:34:28 ---> Running in d26648fcbf92 10:34:30 Removing intermediate container d26648fcbf92 10:34:30 ---> 333c8e080ec9 10:34:30 Step 22/22 : LABEL version=0.0.0 10:34:31 ---> Running in 4f0d82ac9c4a 10:34:32 Removing intermediate container 4f0d82ac9c4a 10:34:32 ---> 17dab8617500 10:34:32 10:34:33 Successfully built 17dab8617500 10:34:33 Successfully tagged docker-core-metadata-go-arm64:latest 10:34:33 Building docker-security-proxy-setup-go 10:34:34  Building docker-core-metadata-go ... done  ---> c7f0dabb12be 10:34:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 10:34:34 ---> Running in 0ee1cb1c30af 10:34:34 ---> 75cdc694659a 10:34:34 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:34:35 ---> Running in ddce290b3a61 10:34:37 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 10:34:37 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 10:34:59 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 10:34:59 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:34:59 ---> 865bc9cf0940 10:34:59 Step 3/20 : WORKDIR /edgex-go 10:34:59 ---> Using cache 10:34:59 ---> f0f0e9374b24 10:34:59 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:34:59 ---> Using cache 10:34:59 ---> 089ab0aa7594 10:34:59 Step 5/20 : RUN apk update && apk add make git 10:34:59 ---> Using cache 10:34:59 ---> 2a2995fcab38 10:34:59 Step 6/20 : COPY go.mod . 10:34:59 ---> Using cache 10:34:59 ---> 2875a60c2ff3 10:34:59 Step 7/20 : RUN go mod download 10:34:59 ---> Using cache 10:34:59 ---> 065692c55157 10:34:59 Step 8/20 : COPY . . 10:34:59 ---> Using cache 10:34:59 ---> e7fee9c5b8c5 10:34:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 10:35:01 ---> Running in fdfc69e6535f 10:35:03 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 10:35:14 Removing intermediate container a18facf1bbb0 10:35:14 ---> a61674f45079 10:35:14 10:35:14 Step 10/21 : FROM scratch 10:35:14 ---> 10:35:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:35:14 ---> Using cache 10:35:14 ---> 4ddfc22b8903 10:35:14 Step 12/21 : ENV APP_PORT=48085 10:35:14 ---> Running in 287d831c24ee 10:35:15 Removing intermediate container 287d831c24ee 10:35:15 ---> cde5aacd6ac0 10:35:15 Step 13/21 : EXPOSE $APP_PORT 10:35:15 ---> Running in d2c170e8ec95 10:35:15 Removing intermediate container d2c170e8ec95 10:35:15 ---> 6282a6c0d530 10:35:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 10:35:17 ---> 2b25d3df4e70 10:35:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:35:19 ---> 87591159fc2c 10:35:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:35:20 ---> 98f0a71c0685 10:35:20 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 10:35:20 ---> Running in 0cd35101fb9a 10:35:20 Removing intermediate container 0cd35101fb9a 10:35:20 ---> e5f33fd87784 10:35:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:35:21 ---> Running in 3dd894571e96 10:35:22 Removing intermediate container 3dd894571e96 10:35:22 ---> 5fff8192b257 10:35:22 Step 19/21 : LABEL arch=arm64 10:35:22 ---> Running in 0c32b9c47c35 10:35:23 Removing intermediate container 0c32b9c47c35 10:35:23 ---> cc2613f817e6 10:35:23 Step 20/21 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:35:23 ---> Running in 7cd8e7775c24 10:35:23 Removing intermediate container 7cd8e7775c24 10:35:23 ---> 572aa25d656e 10:35:23 Step 21/21 : LABEL version=0.0.0 10:35:24 ---> Running in b1af6767b60e 10:35:25 Removing intermediate container b1af6767b60e 10:35:25 ---> 40747dbec5b3 10:35:25 10:35:26 Successfully built 40747dbec5b3 10:35:26 Successfully tagged docker-support-scheduler-go-arm64:latest 10:35:26  Building docker-support-scheduler-go ... done Removing intermediate container bb8cc8226be9 10:35:26 ---> 0833ef584140 10:35:26 10:35:26 Step 10/22 : FROM alpine:3.10 10:35:26 ---> 536a684cf733 10:35:26 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:35:26 ---> Using cache 10:35:26 ---> 56412b1c6a41 10:35:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 10:35:27 ---> Running in 0d9e0ed9c711 10:35:27 Removing intermediate container 0d9e0ed9c711 10:35:27 ---> 905e16b7f23f 10:35:27 Step 13/22 : WORKDIR / 10:35:27 ---> Running in 89dea665a14f 10:35:28 Removing intermediate container 89dea665a14f 10:35:28 ---> 113a58472670 10:35:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 10:35:29 ---> c944cb16db16 10:35:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 10:35:31 ---> 2eabb18e6955 10:35:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 10:35:32 ---> a0cdbaabbb11 10:35:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 10:35:33 ---> 6333d3d734ff 10:35:33 Step 18/22 : RUN chmod +x entrypoint.sh 10:35:33 ---> Running in 5bcd45d74057 10:35:37 Removing intermediate container 5bcd45d74057 10:35:37 ---> 23577c362b32 10:35:37 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 10:35:37 ---> Running in 52e961a9a717 10:35:38 Removing intermediate container 52e961a9a717 10:35:38 ---> 49df806fe743 10:35:38 Step 20/22 : LABEL arch=arm64 10:35:38 ---> Running in 7ac17929eb9e 10:35:39 Removing intermediate container 7ac17929eb9e 10:35:39 ---> 8f4800bf1246 10:35:39 Step 21/22 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:35:39 ---> Running in 073dba5a9888 10:35:39 Removing intermediate container 073dba5a9888 10:35:39 ---> dac4579570d8 10:35:39 Step 22/22 : LABEL version=0.0.0 10:35:40 ---> Running in f8327ceba07d 10:35:40 Removing intermediate container f8327ceba07d 10:35:40 ---> e035fa12226c 10:35:40 10:35:41 Successfully built e035fa12226c 10:35:41 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 10:36:03  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ddce290b3a61 10:36:03 ---> 3025c8bbdaa1 10:36:03 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:36:03 ---> Running in 02335454e01b 10:36:03 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 10:36:05 Removing intermediate container fdfc69e6535f 10:36:05 ---> 4568c0a53d7d 10:36:05 10:36:05 Step 10/20 : FROM alpine 10:36:05 ---> 2e77e061c27f 10:36:05 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 10:36:05 ---> Running in 5b3c097f596f 10:36:06 Removing intermediate container 02335454e01b 10:36:06 ---> 749b273bb968 10:36:06 10:36:06 Step 11/27 : FROM docker:latest 10:36:06 ---> 5d4db4dc0692 10:36:06 Step 12/27 : RUN apk add --no-cache bash 10:36:06 ---> Running in 781c1584a4b5 10:36:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:08 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:36:08 v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:36:08 OK: 12617 distinct packages available 10:36:08 (1/2) Installing readline (8.0.4-r0) 10:36:08 (2/2) Installing bash (5.0.17-r0) 10:36:08 Executing bash-5.0.17-r0.post-install 10:36:08 Executing busybox-1.31.1-r19.trigger 10:36:08 OK: 12 MiB in 22 packages 10:36:08 Removing intermediate container 0ee1cb1c30af 10:36:08 ---> dcbfd4d24cdf 10:36:08 10:36:08 Step 10/24 : FROM scratch 10:36:08 ---> 10:36:08 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:36:09 ---> Using cache 10:36:09 ---> 109d9d90ff46 10:36:09 Step 12/24 : ENV APP_PORT=48060 10:36:09 (1/4) Installing ca-certificates (20191127-r4) 10:36:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:36:09 (3/4) Installing libcurl (7.69.1-r1) 10:36:09 (4/4) Installing curl (7.69.1-r1) 10:36:09 Executing busybox-1.31.1-r19.trigger 10:36:09 Executing ca-certificates-20191127-r4.trigger 10:36:09 ---> Running in efe9daa6e544 10:36:09 OK: 7 MiB in 18 packages 10:36:10 Removing intermediate container efe9daa6e544 10:36:10 ---> 7f5b9f5639d8 10:36:10 Step 13/24 : EXPOSE $APP_PORT 10:36:10 ---> Running in a0817c728714 10:36:10 Removing intermediate container 781c1584a4b5 10:36:10 ---> 2290a0ba54bc 10:36:10 Step 13/27 : RUN rm -rf /var/cache/apk/* 10:36:10 ---> Running in e6ac783b68f9 10:36:10 Removing intermediate container a0817c728714 10:36:10 ---> 08d2a58d1101 10:36:10 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 10:36:11 Removing intermediate container 5b3c097f596f 10:36:11 ---> ce763535b094 10:36:11 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:36:11 ---> Running in 878731926d41 10:36:11 ---> 77d3562ebdf9 10:36:11 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 10:36:12 Removing intermediate container 878731926d41 10:36:12 ---> fdb550b76864 10:36:12 Step 13/20 : WORKDIR /edgex 10:36:12 ---> Running in 9707c05ef8ce 10:36:13 Removing intermediate container 9707c05ef8ce 10:36:13 ---> 4c6625a146eb 10:36:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:36:13 ---> 9948856d0b49 10:36:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 10:36:13 Removing intermediate container e6ac783b68f9 10:36:13 ---> 8170bdf115e1 10:36:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:36:13 ---> Running in 5cac6fa244a6 10:36:14 Removing intermediate container 5cac6fa244a6 10:36:14 ---> 29b60fba8244 10:36:14 Step 15/27 : ENV APP_PORT=48090 10:36:14 ---> 299dbc0ca49a 10:36:14 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:36:14 ---> Running in 63ac6a5259a6 10:36:14 ---> df7c279b02e3 10:36:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 10:36:15 Removing intermediate container 63ac6a5259a6 10:36:15 ---> 200547830afd 10:36:15 Step 16/27 : EXPOSE $APP_PORT 10:36:15 ---> Running in b2049b88e682 10:36:15 ---> c07dccb6b2c3 10:36:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:36:15 ---> cdf60ced1381 10:36:15 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:36:15 ---> Running in cb3532b59c8f 10:36:15 Removing intermediate container b2049b88e682 10:36:15 ---> f0145cc1ce45 10:36:15 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:36:16 Removing intermediate container cb3532b59c8f 10:36:16 ---> 571dfc66803a 10:36:16 Step 17/20 : CMD ["--init=true"] 10:36:16 ---> Running in 8ebb3f031c60 10:36:17 ---> db2df32766b4 10:36:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:36:17 ---> fbf433d59ea2 10:36:17 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:36:17 Removing intermediate container 8ebb3f031c60 10:36:17 ---> 7544ff024c53 10:36:17 Step 18/20 : LABEL arch=arm64 10:36:17 ---> Running in a627535e7cf9 10:36:17 ---> a1b51339d5c8 10:36:17 Step 20/24 : ENTRYPOINT ["/support-notifications"] 10:36:17 Removing intermediate container a627535e7cf9 10:36:17 ---> 84d66f6f624e 10:36:17 Step 19/20 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:36:18 ---> Running in 75666270efb2 10:36:18 ---> Running in 5ac2a093c501 10:36:18 ---> 1790f0546be7 10:36:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:36:18 Removing intermediate container 5ac2a093c501 10:36:18 ---> f0eaaa18f287 10:36:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:36:18 Removing intermediate container 75666270efb2 10:36:18 ---> 903a2f8a9986 10:36:18 Step 20/20 : LABEL version=0.0.0 10:36:19 ---> Running in a32223894838 10:36:19 ---> Running in f826d852c68b 10:36:19 ---> 1d16f41abc1b 10:36:19 Step 20/27 : RUN apk --no-cache add py3-pip 10:36:19 ---> Running in ffc1fc89f301 10:36:19 Removing intermediate container f826d852c68b 10:36:19 ---> ab184a7d71af 10:36:19 10:36:19 Removing intermediate container a32223894838 10:36:19 ---> f4ba0a9b6e0a 10:36:19 Step 22/24 : LABEL arch=arm64 10:36:19 ---> Running in 88398ad7457a 10:36:19 Successfully built ab184a7d71af 10:36:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:36:20  Building docker-security-proxy-setup-go ... done Removing intermediate container 88398ad7457a 10:36:20 ---> 92e1ac869544 10:36:20 Step 23/24 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:36:20 ---> Running in 3d6da9770ca4 10:36:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:21 Removing intermediate container 3d6da9770ca4 10:36:21 ---> f7a6e7a33f40 10:36:21 Step 24/24 : LABEL version=0.0.0 10:36:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:21 ---> Running in c6f126336cbf 10:36:21 Removing intermediate container c6f126336cbf 10:36:21 ---> 3d4ae6502ad9 10:36:21 10:36:21 (1/33) Installing libbz2 (1.0.8-r1) 10:36:21 (2/33) Installing expat (2.2.9-r1) 10:36:21 (3/33) Installing libffi (3.3-r2) 10:36:21 (4/33) Installing gdbm (1.13-r1) 10:36:21 (5/33) Installing xz-libs (5.2.5-r0) 10:36:21 (6/33) Installing sqlite-libs (3.32.1-r0) 10:36:21 (7/33) Installing python3 (3.8.5-r0) 10:36:22 Successfully built 3d4ae6502ad9 10:36:22 Successfully tagged docker-support-notifications-go-arm64:latest 10:36:23  Building docker-support-notifications-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 10:36:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:36:23 (10/33) Installing py3-parsing (2.4.7-r0) 10:36:23 (11/33) Installing py3-six (1.15.0-r0) 10:36:23 (12/33) Installing py3-packaging (20.4-r0) 10:36:23 (13/33) Installing py3-setuptools (47.0.0-r0) 10:36:23 (14/33) Installing py3-chardet (3.0.4-r4) 10:36:23 (15/33) Installing py3-idna (2.9-r0) 10:36:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:36:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:36:23 (18/33) Installing py3-requests (2.23.0-r0) 10:36:23 (19/33) Installing py3-msgpack (1.0.0-r0) 10:36:23 (20/33) Installing py3-lockfile (0.12.2-r3) 10:36:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:36:24 (22/33) Installing py3-colorama (0.4.3-r0) 10:36:24 (23/33) Installing py3-distlib (0.3.0-r0) 10:36:24 (24/33) Installing py3-distro (1.5.0-r1) 10:36:24 (25/33) Installing py3-webencodings (0.5.1-r3) 10:36:24 (26/33) Installing py3-html5lib (1.0.1-r4) 10:36:24 (27/33) Installing py3-pytoml (0.1.21-r0) 10:36:24 (28/33) Installing py3-pep517 (0.8.2-r0) 10:36:24 (29/33) Installing py3-progress (1.5-r0) 10:36:24 (30/33) Installing py3-toml (0.10.1-r0) 10:36:24 (31/33) Installing py3-retrying (1.3.3-r0) 10:36:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:36:24 (33/33) Installing py3-pip (20.1.1-r0) 10:36:24 Executing busybox-1.31.1-r19.trigger 10:36:24 OK: 71 MiB in 55 packages 10:36:31 Removing intermediate container ffc1fc89f301 10:36:31 ---> 3b2eb68614f1 10:36:31 Step 21/27 : RUN pip install docker-compose==1.23.2 10:36:31 ---> Running in 40c697e91390 10:36:35 Collecting docker-compose==1.23.2 10:36:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:36:36 Collecting dockerpty<0.5,>=0.4.1 10:36:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:36:38 Collecting docopt<0.7,>=0.6.1 10:36:38 Downloading docopt-0.6.2.tar.gz (25 kB) 10:36:40 Collecting PyYAML<4,>=3.10 10:36:40 Downloading PyYAML-3.13.tar.gz (270 kB) 10:36:43 Collecting docker<4.0,>=3.6.0 10:36:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:36:43 Collecting cached-property<2,>=1.2.0 10:36:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:36:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:36:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:36:45 Collecting websocket-client<1.0,>=0.32.0 10:36:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:36:46 Collecting jsonschema<3,>=2.5.1 10:36:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:36:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:36:46 Collecting texttable<0.10,>=0.9.0 10:36:46 Downloading texttable-0.9.1.tar.gz (11 kB) 10:36:48 Collecting docker-pycreds>=0.4.0 10:36:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:36:48 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) 10:36:48 Collecting idna<2.8,>=2.5 10:36:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:36:48 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) 10:36:49 Collecting urllib3<1.25,>=1.21.1 10:36:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:36:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:36:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:36:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:36:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:36:50 Installing collected packages: dockerpty, docopt, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, jsonschema, texttable, docker-compose 10:36:50 Running setup.py install for dockerpty: started 10:36:52 Running setup.py install for dockerpty: finished with status 'done' 10:36:52 Running setup.py install for docopt: started 10:36:53 Running setup.py install for docopt: finished with status 'done' 10:36:53 Running setup.py install for PyYAML: started 10:36:55 Running setup.py install for PyYAML: finished with status 'done' 10:36:56 Attempting uninstall: idna 10:36:56 Found existing installation: idna 2.9 10:36:56 Uninstalling idna-2.9: 10:36:56 Successfully uninstalled idna-2.9 10:36:56 Attempting uninstall: urllib3 10:36:56 Found existing installation: urllib3 1.25.9 10:36:56 Uninstalling urllib3-1.25.9: 10:36:57 Successfully uninstalled urllib3-1.25.9 10:36:57 Attempting uninstall: requests 10:36:57 Found existing installation: requests 2.23.0 10:36:57 Uninstalling requests-2.23.0: 10:36:57 Successfully uninstalled requests-2.23.0 10:36:59 Running setup.py install for texttable: started 10:37:01 Running setup.py install for texttable: finished with status 'done' 10:37:01 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 10:37:05 Removing intermediate container 40c697e91390 10:37:05 ---> abaed16ee2f5 10:37:05 Step 22/27 : RUN apk --no-cache add curl 10:37:05 ---> Running in 18dc196357e7 10:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:37:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:37:07 (2/3) Installing libcurl (7.69.1-r1) 10:37:07 (3/3) Installing curl (7.69.1-r1) 10:37:07 Executing busybox-1.31.1-r19.trigger 10:37:07 OK: 71 MiB in 58 packages 10:37:08 Removing intermediate container 18dc196357e7 10:37:08 ---> d2ded07660ae 10:37:08 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 10:37:08 ---> Running in 86c6df1abae6 10:37:09 Removing intermediate container 86c6df1abae6 10:37:09 ---> 26ab16284350 10:37:09 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:37:09 ---> Running in 2841c0699288 10:37:09 Removing intermediate container 2841c0699288 10:37:09 ---> 880694a5f6e0 10:37:09 Step 25/27 : LABEL arch=arm64 10:37:09 ---> Running in 21ba0eaea63c 10:37:10 Removing intermediate container 21ba0eaea63c 10:37:10 ---> 974f49625039 10:37:10 Step 26/27 : LABEL git_sha=ae6166b8c9fd034394a4982ee13bb410ff196e21 10:37:10 ---> Running in d31a85017b00 10:37:11 Removing intermediate container d31a85017b00 10:37:11 ---> 229ed5a281c3 10:37:11 Step 27/27 : LABEL version=0.0.0 10:37:11 ---> Running in d32f70ead8ce 10:37:11 Removing intermediate container d32f70ead8ce 10:37:11 ---> 471d90ec56d4 10:37:11 10:37:12 Successfully built 471d90ec56d4 10:37:12 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:37:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:37:12 $ docker stop --time=1 db7f5a94a21bd47ebe7333287136eda1200996bed6c7b964c76ec611113d05b7 10:37:14 $ docker rm -f db7f5a94a21bd47ebe7333287136eda1200996bed6c7b964c76ec611113d05b7 [Pipeline] // withDockerContainer [Pipeline] sh 10:37:15 + docker+ images 10:37:15 grep docker 10:37:15 docker-sys-mgmt-agent-go-arm64 latest 471d90ec56d4 4 seconds ago 270MB 10:37:15 docker-support-notifications-go-arm64 latest 3d4ae6502ad9 54 seconds ago 12.9MB 10:37:15 docker-security-proxy-setup-go-arm64 latest ab184a7d71af 56 seconds ago 15.1MB 10:37:15 docker-security-bootstrap-redis-go-arm64 latest e035fa12226c About a minute ago 15.2MB 10:37:15 docker-support-scheduler-go-arm64 latest 40747dbec5b3 About a minute ago 11.5MB 10:37:15 docker-core-metadata-go-arm64 latest 17dab8617500 2 minutes ago 13.6MB 10:37:15 docker-core-data-go-arm64 latest da631fa3e1fa 3 minutes ago 22.3MB 10:37:15 docker-security-secretstore-setup-go-arm64 latest b81f6e1a712e 4 minutes ago 23.5MB 10:37:15 docker-core-command-go-arm64 latest 49392ecee44b 4 minutes ago 11.4MB 10:37:15 docker-security-secrets-setup-go-arm64 latest 5b3a6ff1a4ad 4 minutes ago 22.7MB 10:37:15 docker-support-logging-go-arm64 latest aeb40a03d1d3 4 minutes ago 10.6MB 10:37:15 docker latest 5d4db4dc0692 5 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 10:37:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:37:20 ---> package-listing.sh 10:37:20 ++ facter osfamily 10:37:20 ++ tr '[:upper:]' '[:lower:]' 10:37:20 + OS_FAMILY=redhat 10:37:20 + workspace=/w/workspace/edgex-go/2 10:37:20 + START_PACKAGES=/tmp/packages_start.txt 10:37:20 + END_PACKAGES=/tmp/packages_end.txt 10:37:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:37:20 + PACKAGES=/tmp/packages_start.txt 10:37:20 + '[' /w/workspace/edgex-go/2 ']' 10:37:20 + PACKAGES=/tmp/packages_end.txt 10:37:20 + case "${OS_FAMILY}" in 10:37:20 + rpm -qa 10:37:20 + sort 10:37:26 + '[' -f /tmp/packages_start.txt ']' 10:37:26 + '[' -f /tmp/packages_end.txt ']' 10:37:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:37:26 + '[' /w/workspace/edgex-go/2 ']' 10:37:26 + mkdir -p /w/workspace/edgex-go/2/archives/ 10:37:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 10:37:26 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:37:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:37:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:26 10:37:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:37:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:27 alpine: Pulling from edgex-lftools-log-publisher 10:37:27 df20fa9351a1: Already exists 10:37:27 36b3adc4ff6f: Pulling fs layer 10:37:27 8ad3a11d3b57: Pulling fs layer 10:37:27 46f8f816bc3b: Pulling fs layer 10:37:27 93b61091891f: Pulling fs layer 10:37:27 93b9cdb0e59b: Pulling fs layer 10:37:27 5e14af77c1be: Pulling fs layer 10:37:27 01666e4c0597: Pulling fs layer 10:37:27 aa168da1d23b: Pulling fs layer 10:37:27 93b61091891f: Waiting 10:37:27 93b9cdb0e59b: Waiting 10:37:27 5e14af77c1be: Waiting 10:37:27 01666e4c0597: Waiting 10:37:27 aa168da1d23b: Waiting 10:37:27 46f8f816bc3b: Verifying Checksum 10:37:27 46f8f816bc3b: Download complete 10:37:27 36b3adc4ff6f: Verifying Checksum 10:37:27 36b3adc4ff6f: Download complete 10:37:27 93b9cdb0e59b: Verifying Checksum 10:37:27 93b9cdb0e59b: Download complete 10:37:27 5e14af77c1be: Verifying Checksum 10:37:27 5e14af77c1be: Download complete 10:37:27 93b61091891f: Verifying Checksum 10:37:27 93b61091891f: Download complete 10:37:27 01666e4c0597: Verifying Checksum 10:37:27 01666e4c0597: Download complete 10:37:27 36b3adc4ff6f: Pull complete 10:37:28 8ad3a11d3b57: Verifying Checksum 10:37:28 8ad3a11d3b57: Download complete 10:37:28 8ad3a11d3b57: Pull complete 10:37:29 46f8f816bc3b: Pull complete 10:37:30 aa168da1d23b: Verifying Checksum 10:37:30 aa168da1d23b: Download complete 10:37:31 93b61091891f: Pull complete 10:37:31 93b9cdb0e59b: Pull complete 10:37:31 5e14af77c1be: Pull complete 10:37:31 01666e4c0597: Pull complete 10:37:43 aa168da1d23b: Pull complete 10:37:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:37:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:37:44 prd-centos7-docker-4c-2g-14004 does not seem to be running inside a container 10:37:44 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 10:37:46 $ docker top 36341b716516b947df46adaf72d44472ad4c7881a9246a10efaa2b192649e44b -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:47 + touch /tmp/pre-build-complete [Pipeline] sh 10:37:47 + mkdir -p /var/log/sa [Pipeline] sh 10:37:47 + ls /var/log/sa-host 10:37:47 + sadf -c /var/log/sa-host/sa01 10:37:47 file_magic: OK 10:37:47 HZ: Using current value: 100 10:37:47 file_header: OK 10:37:47 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 10:37:47 Statistics: 10:37:47 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... 10:37:47 File successfully converted to sysstat format version 12.2.1 10:37:47 + sadf -c /var/log/sa-host/sa23 10:37:47 file_magic: OK 10:37:47 HZ: Using current value: 100 10:37:47 file_header: OK 10:37:47 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 10:37:47 Statistics: 10:37:47 Hnuu...uuuununununu... 10:37:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:37:48 provisioning config files... 10:37:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5898369620783641476tmp [Pipeline] { [Pipeline] echo 10:37:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:37:48 ---> create-netrc.sh [Pipeline] } 10:37:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:37:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:37:49 ---> python-tools-install.sh [Pipeline] echo 10:37:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:37:49 ---> sudo-logs.sh 10:37:49 Archiving 'sudo' log.. [Pipeline] echo 10:37:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:37:49 ---> job-cost.sh 10:37:49 lf-activate-venv: SKIPPING 10:37:49 INFO: No Stack... 10:37:50 INFO: Retrieving Pricing Info for: v1-standard-2 10:37:51 INFO: Archiving Costs [Pipeline] echo 10:37:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:37:51 ---> logs-deploy.sh 10:37:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2910/2 10:37:51 INFO: archiving workspace using pattern(s): 10:37:53 Archives upload complete. 10:37:53 INFO: archiving logs to Nexus 10:37:54 ---> uname -a: 10:37:54 Linux prd-centos7-docker-4c-2g-14004.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:37:54 10:37:54 10:37:54 ---> lscpu: 10:37:54 Architecture: x86_64 10:37:54 CPU op-mode(s): 32-bit, 64-bit 10:37:54 Byte Order: Little Endian 10:37:54 Address sizes: 40 bits physical, 48 bits virtual 10:37:54 CPU(s): 4 10:37:54 On-line CPU(s) list: 0-3 10:37:54 Thread(s) per core: 1 10:37:54 Core(s) per socket: 1 10:37:54 Socket(s): 4 10:37:54 NUMA node(s): 1 10:37:54 Vendor ID: GenuineIntel 10:37:54 CPU family: 6 10:37:54 Model: 44 10:37:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:37:54 Stepping: 1 10:37:54 CPU MHz: 2933.438 10:37:54 BogoMIPS: 5866.87 10:37:54 Virtualization: VT-x 10:37:54 Hypervisor vendor: KVM 10:37:54 Virtualization type: full 10:37:54 L1d cache: 128 KiB 10:37:54 L1i cache: 128 KiB 10:37:54 L2 cache: 16 MiB 10:37:54 L3 cache: 64 MiB 10:37:54 NUMA node0 CPU(s): 0-3 10:37:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:37:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:37:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:37:54 Vulnerability Meltdown: Mitigation; PTI 10:37:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:37:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:37:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:37:54 Vulnerability Srbds: Not affected 10:37:54 Vulnerability Tsx async abort: Not affected 10:37:54 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:37:54 10:37:54 10:37:54 ---> nproc: 10:37:54 4 10:37:54 10:37:54 10:37:54 ---> df -h: 10:37:54 Filesystem Size Used Available Use% Mounted on 10:37:54 overlay 50.0G 12.7G 37.3G 25% / 10:37:54 tmpfs 64.0M 0 64.0M 0% /dev 10:37:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:37:54 shm 64.0M 0 64.0M 0% /dev/shm 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2 10:37:54 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2@tmp 10:37:54 10:37:54 10:37:54 ---> free -m: 10:37:54 total used free shared buff/cache available 10:37:54 Mem: 1837 702 239 0 894 1048 10:37:54 Swap: 1023 68 955 10:37:54 10:37:54 10:37:54 ---> ip addr: 10:37:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:37:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:37:54 inet 127.0.0.1/8 scope host lo 10:37:54 valid_lft forever preferred_lft forever 10:37:54 inet6 ::1/128 scope host 10:37:54 valid_lft forever preferred_lft forever 10:37:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:37:54 link/ether fa:16:3e:c0:c2:e6 brd ff:ff:ff:ff:ff:ff 10:37:54 inet 10.30.123.90/23 brd 10.30.123.255 scope global dynamic eth0 10:37:54 valid_lft 85167sec preferred_lft 85167sec 10:37:54 inet6 fe80::f816:3eff:fec0:c2e6/64 scope link 10:37:54 valid_lft forever preferred_lft forever 10:37:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:37:54 link/ether 02:42:32:1a:c0:73 brd ff:ff:ff:ff:ff:ff 10:37:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:37:54 valid_lft forever preferred_lft forever 10:37:54 inet6 fe80::42:32ff:fe1a:c073/64 scope link 10:37:54 valid_lft forever preferred_lft forever 10:37:54 10:37:54 10:37:54 ---> sar -b -r -n DEV: 10:37:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/01/20 _x86_64_ (4 CPU) 10:37:54 10:37:54 10:17:08 LINUX RESTART (4 CPU) 10:37:54 10:37:54 10:18:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:37:54 10:19:01 225.23 110.49 114.74 0.00 11682.79 46977.95 0.00 10:37:54 10:20:01 255.50 111.24 144.26 0.00 6055.34 31259.43 0.00 10:37:54 10:21:01 189.04 77.72 111.32 0.00 3177.39 13231.96 0.00 10:37:54 10:22:02 147.67 47.77 99.90 0.00 3399.60 23744.19 0.00 10:37:54 10:23:02 1721.03 1350.55 370.48 0.00 166469.07 222854.00 0.00 10:37:54 10:24:01 1475.59 1185.28 290.32 0.00 93150.55 104830.46 0.00 10:37:54 10:25:01 1674.70 1317.38 357.32 0.00 112593.47 143496.88 0.00 10:37:54 10:26:02 1643.48 1297.70 345.78 0.00 92673.42 103466.80 0.00 10:37:54 10:27:01 662.99 406.50 256.50 0.00 37392.76 48235.75 0.00 10:37:54 10:28:01 7.61 1.15 6.46 0.00 40.22 228.87 0.00 10:37:54 10:29:01 2.08 1.78 0.30 0.00 118.17 4.06 0.00 10:37:54 10:30:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 10:37:54 10:31:01 0.25 0.00 0.25 0.00 0.00 2.06 0.00 10:37:54 10:32:01 0.32 0.00 0.32 0.00 0.00 4.23 0.00 10:37:54 10:33:01 1.93 1.75 0.18 0.00 58.22 2.06 0.00 10:37:54 10:34:01 0.30 0.02 0.28 0.00 0.53 3.40 0.00 10:37:54 10:35:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 10:37:54 10:36:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 10:37:54 10:37:01 0.28 0.03 0.25 0.00 0.80 2.63 0.00 10:37:54 Average: 421.75 311.30 110.45 0.00 27744.93 38867.96 0.00 10:37:54 10:37:54 10:18:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:37:54 10:19:01 149056 0 681280 36.21 2184 1049024 1422688 48.55 561092 931000 616 10:37:54 10:20:01 127316 0 768168 40.83 904 985156 1646212 56.18 650104 826020 66472 10:37:54 10:21:01 299724 0 754700 40.11 372 826748 1366368 46.63 611888 681544 48912 10:37:54 10:22:02 157624 0 751520 39.94 340 972060 1250168 42.67 616688 817836 272 10:37:54 10:23:02 78048 0 806508 42.86 0 996988 2121232 72.39 769828 814256 87776 10:37:54 10:24:01 329400 0 800056 42.52 0 752088 1919232 65.50 620212 675428 0 10:37:54 10:25:01 74852 0 953752 50.69 0 852940 2545912 86.89 736936 835928 2792 10:37:54 10:26:02 252172 0 827740 43.99 0 801632 2284576 77.97 594908 788668 2924 10:37:54 10:27:01 598848 0 660012 35.08 0 622684 1426164 48.67 517528 521952 28 10:37:54 10:28:01 629740 0 628156 33.39 0 623648 1179020 40.24 490596 521820 20 10:37:54 10:29:01 627664 0 626952 33.32 0 626928 1170868 39.96 489976 525064 8 10:37:54 10:30:01 628660 0 625932 33.27 0 626952 1164628 39.75 489328 525080 8 10:37:54 10:31:01 628264 0 626316 33.29 0 626964 1164628 39.75 489356 525080 8 10:37:54 10:32:01 628704 0 625872 33.26 0 626968 1164628 39.75 489484 525080 8 10:37:54 10:33:01 626848 0 626640 33.30 0 628056 1164700 39.75 489680 525948 24 10:37:54 10:34:01 626680 0 626800 33.31 0 628064 1164676 39.75 489696 525964 12 10:37:54 10:35:01 626952 0 626524 33.30 0 628068 1164628 39.75 489748 525964 16 10:37:54 10:36:01 626968 0 626500 33.30 0 628076 1164628 39.75 489504 525964 8 10:37:54 10:37:01 626828 0 626652 33.31 0 628064 1164628 39.75 489632 525964 8 10:37:54 Average: 439176 0 698425 37.12 200 743743 1455241 49.66 556641 639187 11048 10:37:54 10:37:54 10:18:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:37:54 10:19:01 eth0 1114.35 1191.67 5946.91 137.96 0.00 0.00 0.00 0.00 10:37:54 10:19:01 veth2814294 1.57 1.84 0.10 10.26 0.00 0.00 0.00 0.00 10:37:54 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:19:01 docker0 875.17 735.44 70.95 2720.38 0.00 0.00 0.00 0.00 10:37:54 10:20:01 vethba3d4ef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:37:54 10:20:01 eth0 447.24 320.34 2015.09 56.46 0.00 0.00 0.00 0.00 10:37:54 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:20:01 docker0 126.36 176.37 9.26 820.05 0.00 0.00 0.00 0.00 10:37:54 10:21:01 vethba3d4ef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:21:01 eth0 33.72 20.32 22.39 55.44 0.00 0.00 0.00 0.00 10:37:54 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:22:02 vetha51e3f3 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 10:37:54 10:22:02 eth0 239.28 201.33 1710.72 91.75 0.00 0.00 0.00 0.00 10:37:54 10:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:23:02 vetha51e3f3 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 10:37:54 10:23:02 eth0 45.40 27.35 166.24 11.07 0.00 0.00 0.00 0.00 10:37:54 10:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:23:02 docker0 14.83 20.83 0.81 146.40 0.00 0.00 0.00 0.00 10:37:54 10:24:01 vetha51e3f3 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:24:01 veth53601ab 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 10:37:54 10:24:01 eth0 42.44 27.26 57.64 66.95 0.00 0.00 0.00 0.00 10:37:54 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:25:01 veth8f64c4b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:37:54 10:25:01 vethb852aa9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:37:54 10:25:01 vetha51e3f3 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:25:01 eth0 55.21 30.88 108.23 19.21 0.00 0.00 0.00 0.00 10:37:54 10:26:02 vetha51e3f3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:37:54 10:26:02 eth0 76.22 50.30 181.07 83.62 0.00 0.00 0.00 0.00 10:37:54 10:26:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:37:54 10:26:02 veth50b9241 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:37:54 10:27:01 eth0 122.69 72.52 448.78 81.13 0.00 0.00 0.00 0.00 10:37:54 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:27:01 docker0 1072.27 1026.92 84.40 4319.83 0.00 0.00 0.00 0.00 10:37:54 10:28:01 eth0 2.20 1.22 1.47 0.63 0.00 0.00 0.00 0.00 10:37:54 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:29:01 eth0 0.72 0.45 0.34 0.21 0.00 0.00 0.00 0.00 10:37:54 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:30:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:37:54 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:31:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:37:54 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:37:54 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:33:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:37:54 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:34:01 eth0 0.20 0.17 0.10 0.01 0.00 0.00 0.00 0.00 10:37:54 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:35:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:36:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:37:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 Average: eth0 113.93 101.45 556.65 31.68 0.00 0.00 0.00 0.00 10:37:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:54 Average: docker0 55.62 53.26 4.38 224.06 0.00 0.00 0.00 0.00 10:37:54 10:37:54 10:37:54 ---> sar -P ALL: 10:37:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/01/20 _x86_64_ (4 CPU) 10:37:54 10:37:54 10:17:08 LINUX RESTART (4 CPU) 10:37:54 10:37:54 10:18:02 CPU %user %nice %system %iowait %steal %idle 10:37:54 10:19:01 all 15.91 0.00 9.18 1.51 0.05 73.34 10:37:54 10:19:01 0 17.47 0.00 10.43 2.29 0.03 69.77 10:37:54 10:19:01 1 18.94 0.00 8.81 1.53 0.07 70.66 10:37:54 10:19:01 2 14.50 0.00 9.04 1.34 0.03 75.09 10:37:54 10:19:01 3 12.73 0.00 8.44 0.91 0.07 77.85 10:37:54 10:20:01 all 16.05 0.00 8.39 5.75 0.03 69.77 10:37:54 10:20:01 0 15.20 0.00 8.27 8.74 0.05 67.74 10:37:54 10:20:01 1 16.95 0.00 9.12 5.04 0.02 68.87 10:37:54 10:20:01 2 16.74 0.00 8.09 5.14 0.05 69.97 10:37:54 10:20:01 3 15.33 0.00 8.09 4.07 0.02 72.50 10:37:54 10:21:01 all 65.68 0.00 16.05 4.44 0.03 13.79 10:37:54 10:21:01 0 67.39 0.00 15.27 3.00 0.03 14.30 10:37:54 10:21:01 1 65.81 0.00 15.87 5.32 0.03 12.96 10:37:54 10:21:01 2 64.29 0.00 15.81 5.29 0.05 14.56 10:37:54 10:21:01 3 65.22 0.00 17.26 4.16 0.02 13.35 10:37:54 10:22:02 all 28.49 0.00 11.13 3.62 0.03 56.72 10:37:54 10:22:02 0 29.16 0.00 11.25 0.95 0.03 58.61 10:37:54 10:22:02 1 29.00 0.00 11.02 4.52 0.02 55.44 10:37:54 10:22:02 2 27.28 0.00 11.32 5.83 0.05 55.52 10:37:54 10:22:02 3 28.54 0.00 10.92 3.20 0.03 57.31 10:37:54 10:23:02 all 21.20 0.00 27.57 22.57 0.07 28.59 10:37:54 10:23:02 0 18.85 0.00 23.94 20.31 0.09 36.82 10:37:54 10:23:02 1 23.07 0.00 28.56 25.53 0.05 22.79 10:37:54 10:23:02 2 21.08 0.00 28.92 21.33 0.05 28.62 10:37:54 10:23:02 3 21.83 0.00 28.92 23.13 0.09 26.03 10:37:54 10:24:01 all 56.21 0.00 19.86 15.42 0.05 8.45 10:37:54 10:24:01 0 54.86 0.00 18.46 15.12 0.07 11.48 10:37:54 10:24:01 1 56.78 0.00 19.71 16.04 0.07 7.40 10:37:54 10:24:01 2 56.89 0.00 20.43 15.18 0.03 7.47 10:37:54 10:24:01 3 56.33 0.00 20.86 15.35 0.04 7.43 10:37:54 10:25:01 all 25.33 0.00 21.46 27.58 0.04 25.60 10:37:54 10:25:01 0 23.68 0.00 19.11 21.93 0.03 35.24 10:37:54 10:25:01 1 24.70 0.00 22.68 29.20 0.05 23.37 10:37:54 10:25:01 2 27.81 0.00 21.33 30.25 0.05 20.56 10:37:54 10:25:01 3 25.12 0.00 22.74 28.98 0.03 23.14 10:37:54 10:26:02 all 43.03 0.00 21.23 24.64 0.06 11.05 10:37:54 10:26:02 0 42.16 0.00 19.86 26.23 0.07 11.68 10:37:54 10:26:02 1 43.23 0.00 21.53 25.97 0.05 9.23 10:37:54 10:26:02 2 43.00 0.00 21.82 25.52 0.05 9.61 10:37:54 10:26:02 3 43.73 0.00 21.71 20.82 0.05 13.69 10:37:54 10:27:01 all 21.18 0.00 12.45 17.50 0.04 48.83 10:37:54 10:27:01 0 21.17 0.00 13.33 17.19 0.03 48.28 10:37:54 10:27:01 1 22.53 0.00 11.81 21.03 0.03 44.59 10:37:54 10:27:01 2 19.89 0.00 12.87 17.07 0.03 50.13 10:37:54 10:27:01 3 21.16 0.00 11.76 14.74 0.05 52.30 10:37:54 10:28:01 all 0.06 0.00 0.08 0.05 0.00 99.81 10:37:54 10:28:01 0 0.03 0.00 0.05 0.08 0.00 99.83 10:37:54 10:28:01 1 0.07 0.00 0.10 0.02 0.00 99.82 10:37:54 10:28:01 2 0.07 0.00 0.12 0.08 0.00 99.73 10:37:54 10:28:01 3 0.07 0.00 0.07 0.02 0.00 99.85 10:37:54 10:29:01 all 0.07 0.00 0.08 0.01 0.00 99.85 10:37:54 10:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:37:54 10:29:01 1 0.13 0.00 0.13 0.00 0.00 99.73 10:37:54 10:29:01 2 0.05 0.00 0.10 0.02 0.00 99.83 10:37:54 10:29:01 3 0.07 0.00 0.05 0.02 0.00 99.87 10:37:54 10:37:54 10:29:01 CPU %user %nice %system %iowait %steal %idle 10:37:54 10:30:01 all 0.15 0.00 0.04 0.00 0.00 99.81 10:37:54 10:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:37:54 10:30:01 1 0.48 0.00 0.05 0.00 0.00 99.47 10:37:54 10:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:37:54 10:30:01 3 0.03 0.00 0.05 0.00 0.00 99.92 10:37:54 10:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:37:54 10:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:37:54 10:31:01 1 0.52 0.00 0.03 0.00 0.00 99.45 10:37:54 10:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:37:54 10:31:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:37:54 10:32:01 all 0.15 0.00 0.03 0.00 0.00 99.83 10:37:54 10:32:01 0 0.00 0.00 0.03 0.00 0.00 99.97 10:37:54 10:32:01 1 0.53 0.00 0.03 0.00 0.00 99.43 10:37:54 10:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:37:54 10:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:37:54 10:33:01 all 0.16 0.00 0.05 0.03 0.00 99.77 10:37:54 10:33:01 0 0.03 0.00 0.10 0.08 0.00 99.78 10:37:54 10:33:01 1 0.53 0.00 0.02 0.00 0.00 99.45 10:37:54 10:33:01 2 0.05 0.00 0.07 0.02 0.00 99.87 10:37:54 10:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 10:37:54 10:34:01 all 0.15 0.00 0.03 0.00 0.00 99.81 10:37:54 10:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:37:54 10:34:01 1 0.53 0.00 0.05 0.00 0.00 99.42 10:37:54 10:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:37:54 10:34:01 3 0.05 0.00 0.05 0.00 0.02 99.88 10:37:54 10:35:01 all 0.15 0.00 0.02 0.00 0.00 99.84 10:37:54 10:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:37:54 10:35:01 1 0.53 0.00 0.05 0.00 0.00 99.42 10:37:54 10:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:37:54 10:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:37:54 10:36:01 all 0.15 0.00 0.02 0.00 0.00 99.82 10:37:54 10:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:37:54 10:36:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:37:54 10:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:37:54 10:36:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:37:54 10:37:01 all 0.09 0.00 0.04 0.00 0.00 99.87 10:37:54 10:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:37:54 10:37:01 1 0.27 0.00 0.08 0.00 0.02 99.63 10:37:54 10:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:37:54 10:37:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:37:54 Average: all 15.21 0.00 7.62 6.35 0.02 70.81 10:37:54 Average: 0 15.02 0.00 7.25 5.99 0.02 71.71 10:37:54 Average: 1 15.74 0.00 7.71 6.90 0.02 69.63 10:37:54 Average: 2 15.09 0.00 7.75 6.56 0.02 70.58 10:37:54 Average: 3 14.97 0.00 7.77 5.93 0.02 71.31 10:37:54 10:37:54 10:37:54