Pull request #2872 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac rather than 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c Obtained Jenkinsfile from 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac 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 d526b796bde0de554c29e9af20c0780a06d0fb4a 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 d526b796bde0de554c29e9af20c0780a06d0fb4a 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 d526b796bde0de554c29e9af20c0780a06d0fb4a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d526b796bde0de554c29e9af20c0780a06d0fb4a # timeout=10 Commit message: "Merge pull request #293 from ernestojeda/test-flags" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11356 in /w/workspace/edgexfoundry_edgex-go_PR-2872 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac into PR head commit 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c Merge succeeded, producing 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c Checking out Revision 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c (PR-2872) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2872/head:refs/remotes/origin/PR-2872 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # 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 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 Commit message: "fix(metadata): fix V2 API int overflow error on 32bit ARM build" First time build. Skipping changelog. > git rev-list --no-walk 016607ee2362f25e9ce340a2e049b10dea082014 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:37:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:38:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:38:00 ========================================================= 08:38:00 EdgeX Global Pipelines Version Info 08:38:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:38:01 ------------------- 08:38:01 stable info: 08:38:01 ------------------- 08:38:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:38:01 Commit SHA: d526b796bde0de554c29e9af20c0780a06d0fb4a 08:38:01 Message: update stable to v1.0.160 08:38:02 ------------------- 08:38:02 experimental info: 08:38:02 ------------------- 08:38:02 Commited By: **** collab-it+edgex@linuxfoundation.org 08:38:02 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 08:38:02 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:38:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:38:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:38:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:38:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2872 [Pipeline] echo 08:38:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2872 [Pipeline] echo 08:38:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2872 [Pipeline] echo 08:38:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [Pipeline] echo 08:38:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1a01ba7 [Pipeline] echo 08:38:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 08:38:06 ++ 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 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/core-command/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo core-command,cmd/core-command/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/core-data/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo core-data,cmd/core-data/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/core-metadata/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo core-metadata,cmd/core-metadata/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/security-bootstrap-redis/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/security-proxy-setup/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/security-secrets-setup/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/support-logging/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo support-logging,cmd/support-logging/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/support-notifications/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo support-notifications,cmd/support-notifications/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/support-scheduler/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:38:06 + for file in '`ls cmd/**/Dockerfile`' 08:38:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:38:06 ++ cut -d/ -f2 08:38:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:38:06 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 08:38:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:38:08 08:38:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:38:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:38:08 latest: Pulling from edgex-devops/git-semver 08:38:08 31603596830f: Pulling fs layer 08:38:08 2a8b12db71e7: Pulling fs layer 08:38:08 6ca5941a6612: Pulling fs layer 08:38:08 ecc8261a40a4: Pulling fs layer 08:38:08 ecc8261a40a4: Waiting 08:38:08 2a8b12db71e7: Verifying Checksum 08:38:08 2a8b12db71e7: Download complete 08:38:08 31603596830f: Download complete 08:38:08 ecc8261a40a4: Verifying Checksum 08:38:08 ecc8261a40a4: Download complete 08:38:08 6ca5941a6612: Verifying Checksum 08:38:08 6ca5941a6612: Download complete 08:38:08 31603596830f: Pull complete 08:38:09 2a8b12db71e7: Pull complete 08:38:10 6ca5941a6612: Pull complete 08:38:10 ecc8261a40a4: Pull complete 08:38:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:38:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:38:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:38:10 prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container 08:38:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:38:12 $ docker top a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:38:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:38:13 [ssh-agent] Looking for ssh-agent implementation... 08:38:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:38:13 $ docker exec a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a ssh-agent 08:38:13 SSH_AUTH_SOCK=/tmp/ssh-9kHYcvydxoQQ/agent.12 08:38:13 SSH_AGENT_PID=18 08:38:13 Running ssh-add (command line suppressed) 08:38:13 Identity added: /w/workspace/edgex-go/4@tmp/private_key_239309754010370506.key (/w/workspace/edgex-go/4@tmp/private_key_239309754010370506.key) 08:38:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:38:14 + git tag --points-at HEAD [Pipeline] } 08:38:14 $ docker exec --env ******** --env ******** a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a ssh-agent -k 08:38:14 unset SSH_AUTH_SOCK; 08:38:14 unset SSH_AGENT_PID; 08:38:14 echo Agent pid 18 killed; 08:38:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:38:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:38:14 [ssh-agent] Looking for ssh-agent implementation... 08:38:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:38:14 $ docker exec a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a ssh-agent 08:38:14 SSH_AUTH_SOCK=/tmp/ssh-e6147xmYhCof/agent.48 08:38:14 SSH_AGENT_PID=54 08:38:14 Running ssh-add (command line suppressed) 08:38:15 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8446227570019394539.key (/w/workspace/edgex-go/4@tmp/private_key_8446227570019394539.key) 08:38:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:38:15 + git semver init 08:38:15 # -> Open(): unable to determine branch for HEAD 08:38:15 # $GIT_DIR = /w/workspace/edgex-go/4/.git 08:38:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 08:38:15 # $SEMVER_REMOTE_NAME = origin 08:38:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:38:15 # $SEMVER_USER_NAME = edgex-jenkins 08:38:15 # $SEMVER_BRANCH = PR-2872 08:38:15 # $SEMVER_TEMP = /tmp/semver-920210644 08:38:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:38:33 # '/tmp/semver-920210644' -> '/w/workspace/edgex-go/4/.semver' 08:38:33 # -> Force: false 08:38:33 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 08:38:33 $ docker exec --env ******** --env ******** a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a ssh-agent -k 08:38:33 unset SSH_AUTH_SOCK; 08:38:33 unset SSH_AGENT_PID; 08:38:33 echo Agent pid 54 killed; 08:38:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:38:34 + git semver [Pipeline] } 08:38:34 $ docker stop --time=1 a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a 08:38:36 $ docker rm -f a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a [Pipeline] // withDockerContainer [Pipeline] sh 08:38:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:38:37 Stashed 1 file(s) [Pipeline] echo 08:38:37 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 08:38:37 ========================================================= 08:38:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:38:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:38:38 + 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 . 08:38:41 Sending build context to Docker daemon 325.8MB 08:38:41 Step 1/7 : ARG BASE=golang:1.15-alpine 08:38:41 Step 2/7 : FROM ${BASE} 08:38:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:38:41 df20fa9351a1: Pulling fs layer 08:38:41 ed8968b2872e: Pulling fs layer 08:38:41 a92cc7c5fd73: Pulling fs layer 08:38:41 e871e8e8d7a9: Pulling fs layer 08:38:41 e73272ec9a57: Pulling fs layer 08:38:41 1e910a182e73: Pulling fs layer 08:38:41 4e634b169226: Pulling fs layer 08:38:41 e871e8e8d7a9: Waiting 08:38:41 e73272ec9a57: Waiting 08:38:41 1e910a182e73: Waiting 08:38:41 4e634b169226: Waiting 08:38:41 a92cc7c5fd73: Verifying Checksum 08:38:41 a92cc7c5fd73: Download complete 08:38:41 ed8968b2872e: Verifying Checksum 08:38:41 ed8968b2872e: Download complete 08:38:41 e73272ec9a57: Download complete 08:38:41 1e910a182e73: Download complete 08:38:41 df20fa9351a1: Verifying Checksum 08:38:41 df20fa9351a1: Download complete 08:38:42 df20fa9351a1: Pull complete 08:38:42 ed8968b2872e: Pull complete 08:38:42 a92cc7c5fd73: Pull complete 08:38:43 4e634b169226: Verifying Checksum 08:38:43 4e634b169226: Download complete 08:38:44 e871e8e8d7a9: Verifying Checksum 08:38:44 e871e8e8d7a9: Download complete 08:38:49 e871e8e8d7a9: Pull complete 08:38:49 e73272ec9a57: Pull complete 08:38:49 1e910a182e73: Pull complete 08:38:52 Still waiting to schedule task 08:38:52 ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline 08:38:57 4e634b169226: Pull complete 08:38:57 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:38:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:38:57 ---> f7629b54cfaa 08:38:57 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 08:38:57 ---> Running in f86b97202fc3 08:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:00 (1/12) Installing libmagic (5.38-r0) 08:39:00 (2/12) Installing file (5.38-r0) 08:39:00 (3/12) Installing libc-dev (0.7.2-r3) 08:39:00 (4/12) Installing g++ (9.3.0-r2) 08:39:05 (5/12) Installing fortify-headers (1.1-r0) 08:39:05 (6/12) Installing patch (2.7.6-r6) 08:39:05 (7/12) Installing build-base (0.5-r2) 08:39:05 (8/12) Installing libsodium (1.0.18-r0) 08:39:05 (9/12) Installing pkgconf (1.7.2-r0) 08:39:05 (10/12) Installing libsodium-dev (1.0.18-r0) 08:39:05 (11/12) Installing libzmq (4.3.3-r0) 08:39:06 (12/12) Installing zeromq-dev (4.3.3-r0) 08:39:06 Executing busybox-1.31.1-r16.trigger 08:39:06 OK: 233 MiB in 51 packages 08:39:09 Removing intermediate container f86b97202fc3 08:39:09 ---> bb43dca56ee1 08:39:09 Step 4/7 : WORKDIR /edgex-go 08:39:09 ---> Running in 59cb68180c94 08:39:09 Removing intermediate container 59cb68180c94 08:39:09 ---> 1d2871de6347 08:39:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:39:10 latest: Pulling from library/docker 08:39:10 188c0c94c7c5: Pulling fs layer 08:39:10 0c7c675703d6: Pulling fs layer 08:39:10 cc8c12a437cb: Pulling fs layer 08:39:10 c5dafad2182a: Pulling fs layer 08:39:10 5aa711733414: Pulling fs layer 08:39:10 058f73b55e4b: Pulling fs layer 08:39:10 8c9c664faf12: Pulling fs layer 08:39:10 c5dafad2182a: Waiting 08:39:10 8c9c664faf12: Waiting 08:39:10 5aa711733414: Waiting 08:39:10 058f73b55e4b: Waiting 08:39:10 cc8c12a437cb: Verifying Checksum 08:39:10 cc8c12a437cb: Download complete 08:39:10 0c7c675703d6: Verifying Checksum 08:39:10 0c7c675703d6: Download complete 08:39:10 188c0c94c7c5: Verifying Checksum 08:39:10 188c0c94c7c5: Download complete 08:39:10 5aa711733414: Download complete 08:39:10 058f73b55e4b: Verifying Checksum 08:39:10 058f73b55e4b: Download complete 08:39:10 188c0c94c7c5: Pull complete 08:39:10 8c9c664faf12: Verifying Checksum 08:39:10 8c9c664faf12: Download complete 08:39:10 0c7c675703d6: Pull complete 08:39:11 cc8c12a437cb: Pull complete 08:39:11 c5dafad2182a: Verifying Checksum 08:39:11 c5dafad2182a: Download complete 08:39:14 c5dafad2182a: Pull complete 08:39:14 5aa711733414: Pull complete 08:39:14 058f73b55e4b: Pull complete 08:39:14 8c9c664faf12: Pull complete 08:39:14 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:39:14 Status: Downloaded newer image for docker:latest 08:39:15 ---> ed0947ca7f20 08:39:15 Step 6/7 : COPY go.mod . 08:39:15 ---> a6c0319534cc 08:39:15 Step 7/7 : RUN go mod download 08:39:16 ---> Running in 62a7e54235df 08:39:38 Removing intermediate container 62a7e54235df 08:39:38 ---> afa7267b428d 08:39:38 Successfully built afa7267b428d 08:39:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:39:38 + docker inspect -f . ci-base-image-x86_64 08:39:38 . [Pipeline] withDockerContainer 08:39:38 prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container 08:39:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:39:39 $ docker top abe2dcb8ae189372c29147556304a9f848f0e3c95817a8bc3ba9d1f9d4bc8737 -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:40 + go version 08:39:40 go version go1.15.2 linux/amd64 [Pipeline] } 08:39:40 $ docker stop --time=1 abe2dcb8ae189372c29147556304a9f848f0e3c95817a8bc3ba9d1f9d4bc8737 08:39:41 $ docker rm -f abe2dcb8ae189372c29147556304a9f848f0e3c95817a8bc3ba9d1f9d4bc8737 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:42 + docker inspect -f . ci-base-image-x86_64 08:39:42 . [Pipeline] withDockerContainer 08:39:42 prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container 08:39:42 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:39:43 $ docker top a2bf2ca76d042579757a427cd61e0afc428ad217e712fb2db7f9fa381f641ecd -eo pid,comm [Pipeline] { [Pipeline] echo 08:39:43 ========================================================= 08:39:43 [edgeXBuildGoParallel] Running Tests and Build... 08:39:43 ========================================================= [Pipeline] sh 08:39:43 + make test 08:39:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:39:53 ? github.com/edgexfoundry/edgex-go [no test files] 08:40:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:40:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:40:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:40:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:40:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:40:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:40:15 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.061s 08:40:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:40:15 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:40:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:40:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:40:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:40:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:40:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.1% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.407s coverage: 66.0% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.102s coverage: 84.5% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 100.0% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.262s coverage: 95.7% of statements 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:40:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:40:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.0% of statements [no tests to run] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 08:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements 08:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 08:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 08:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 08:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 55.9% of statements 08:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:40:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11357 in /w/workspace/edgexfoundry_edgex-go_PR-2872 [Pipeline] { [Pipeline] ws 08:40:30 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:40:36 using credential edgex-jenkins-ssh 08:40:36 Cloning the remote Git repository 08:40:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:40:36 > git init /w/workspace/edgex-go/4 # timeout=10 08:40:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:36 > git --version # timeout=10 08:40:36 > git --version # 'git version 2.17.1' 08:40:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.534s coverage: 86.3% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.079s coverage: 72.2% of statements 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.424s coverage: 72.1% of statements 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.055s coverage: 82.4% of statements 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 36.5% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.256s coverage: 84.1% of statements 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.057s coverage: 42.9% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.045s coverage: 83.8% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:40:39 GO111MODULE=on go vet ./... 08:40:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2872/head:refs/remotes/origin/PR-2872 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:40:53 Merging remotes/origin/master commit 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac into PR head commit 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:40:53 Merge succeeded, producing 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:40:53 Checking out Revision 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c (PR-2872) 08:40:53 > git config core.sparsecheckout # timeout=10 08:40:53 > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 08:40:53 > git remote # timeout=10 08:40:53 > git config --get remote.origin.url # timeout=10 08:40:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:53 > git merge 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac # timeout=10 08:40:53 > git rev-parse HEAD^{commit} # timeout=10 08:40:53 > git config core.sparsecheckout # timeout=10 08:40:53 > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 08:40:58 Commit message: "fix(metadata): fix V2 API int overflow error on 32bit ARM build" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:40:59 ========================================================= 08:40:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:40:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:41:00 + 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 . 08:41:01 gofmt -l . 08:41:01 [ "`gofmt -l .`" = "" ] 08:41:01 ./bin/test-go-mod-tidy.sh 08:41:02 ./bin/test-attribution-txt.sh 08:41:03 Sending build context to Docker daemon 165.3MB 08:41:03 Step 1/7 : ARG BASE=golang:1.15-alpine 08:41:03 Step 2/7 : FROM ${BASE} 08:41:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:41:03 b538f80385f9: Pulling fs layer 08:41:03 74f711af9a0d: Pulling fs layer 08:41:03 99f96fe45779: Pulling fs layer 08:41:03 8529a6b9a6be: Pulling fs layer 08:41:03 45590311c82a: Pulling fs layer 08:41:03 69ca0ff8b7b3: Pulling fs layer 08:41:03 209524e5b208: Pulling fs layer 08:41:03 8529a6b9a6be: Waiting 08:41:03 45590311c82a: Waiting 08:41:03 69ca0ff8b7b3: Waiting 08:41:03 209524e5b208: Waiting 08:41:03 99f96fe45779: Verifying Checksum 08:41:03 99f96fe45779: Download complete 08:41:03 74f711af9a0d: Verifying Checksum 08:41:03 74f711af9a0d: Download complete 08:41:03 45590311c82a: Verifying Checksum 08:41:03 45590311c82a: Download complete 08:41:03 69ca0ff8b7b3: Download complete 08:41:03 b538f80385f9: Download complete [Pipeline] sh 08:41:04 + ls -al . 08:41:04 total 632 08:41:04 drwxrwxr-x 10 1001 1001 4096 Nov 6 08:41 . 08:41:04 drwxr-xr-x 4 root root 28 Nov 6 08:39 .. 08:41:04 -rw-rw-r-- 1 1001 1001 11 Nov 6 08:37 .dockerignore 08:41:04 drwxrwxr-x 8 1001 1001 179 Nov 6 08:37 .git 08:41:04 drwxrwxr-x 3 1001 1001 125 Nov 6 08:37 .github 08:41:04 -rw-rw-r-- 1 1001 1001 944 Nov 6 08:37 .gitignore 08:41:04 drwx------ 3 1001 1001 47 Nov 6 08:38 .semver 08:41:04 -rw-rw-r-- 1 1001 1001 166 Nov 6 08:37 .sonarcloud.properties 08:41:04 -rw-rw-r-- 1 1001 1001 3804 Nov 6 08:37 CONTRIBUTING.md 08:41:04 -rw-rw-r-- 1 1001 1001 1035 Nov 6 08:37 Dockerfile.build 08:41:04 -rw-rw-r-- 1 1001 1001 863 Nov 6 08:37 Jenkinsfile 08:41:04 -rw-rw-r-- 1 1001 1001 10775 Nov 6 08:37 LICENSE 08:41:04 -rw-rw-r-- 1 1001 1001 6611 Nov 6 08:37 Makefile 08:41:04 -rw-rw-r-- 1 1001 1001 6447 Nov 6 08:37 README.md 08:41:04 -rw-rw-r-- 1 1001 1001 259 Nov 6 08:37 SECURITY.md 08:41:04 -rw-rw-r-- 1 1001 1001 5 Nov 6 08:38 VERSION 08:41:04 -rw-rw-r-- 1 1001 1001 4131 Nov 6 08:37 ZMQWindows.md 08:41:04 drwxrwxr-x 2 1001 1001 117 Nov 6 08:37 bin 08:41:04 drwxrwxr-x 15 1001 1001 4096 Nov 6 08:37 cmd 08:41:04 -rw-r--r-- 1 root root 539650 Nov 6 08:40 coverage.out 08:41:04 -rw-r--r-- 1 root root 1041 Nov 6 08:41 go.mod 08:41:04 -rw-r--r-- 1 root root 18582 Nov 6 08:41 go.sum 08:41:04 drwxrwxr-x 8 1001 1001 127 Nov 6 08:37 internal 08:41:04 drwxrwxr-x 4 1001 1001 26 Nov 6 08:37 openapi 08:41:04 drwxrwxr-x 4 1001 1001 71 Nov 6 08:37 snap 08:41:04 -rw-rw-r-- 1 1001 1001 168 Nov 6 08:37 version.go [Pipeline] sh 08:41:04 b538f80385f9: Pull complete 08:41:04 + '[' -e coverage.out ] 08:41:04 + chown 1001:1001 coverage.out [Pipeline] stash 08:41:04 Stashed 1 file(s) [Pipeline] sh 08:41:04 74f711af9a0d: Pull complete 08:41:05 + make build 08:41:05 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 08:41:05 99f96fe45779: Pull complete 08:41:05 209524e5b208: Verifying Checksum 08:41:05 209524e5b208: Download complete 08:41:07 8529a6b9a6be: Verifying Checksum 08:41:07 8529a6b9a6be: Download complete 08:41:14 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 08:41:17 8529a6b9a6be: Pull complete 08:41:18 45590311c82a: Pull complete 08:41:18 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 08:41:18 69ca0ff8b7b3: Pull complete 08:41:18 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 08:41:20 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 08:41:21 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 08:41:21 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 08:41:22 209524e5b208: Pull complete 08:41:22 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:41:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:41:22 ---> 5bddaf1c2fca 08:41:22 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 08:41:23 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 08:41:24 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 08:41:25 ---> Running in aac307661d62 08:41:25 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 08:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41: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 08:41:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:28 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 08:41:28 (1/12) Installing libmagic (5.38-r0) 08:41:28 (2/12) Installing file (5.38-r0) 08:41:28 (3/12) Installing libc-dev (0.7.2-r3) 08:41:28 (4/12) Installing g++ (9.3.0-r2) 08:41:29 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] } 08:41:29 $ docker stop --time=1 a2bf2ca76d042579757a427cd61e0afc428ad217e712fb2db7f9fa381f641ecd 08:41:32 $ docker rm -f a2bf2ca76d042579757a427cd61e0afc428ad217e712fb2db7f9fa381f641ecd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 08:41:34 (5/12) Installing fortify-headers (1.1-r0) 08:41:34 (6/12) Installing patch (2.7.6-r6) 08:41:34 (7/12) Installing build-base (0.5-r2) 08:41:34 (8/12) Installing libsodium (1.0.18-r0) 08:41:34 (9/12) Installing pkgconf (1.7.2-r0) 08:41:34 (10/12) Installing libsodium-dev (1.0.18-r0) 08:41:34 (11/12) Installing libzmq (4.3.3-r0) 08:41:34 (12/12) Installing zeromq-dev (4.3.3-r0) 08:41:34 Executing busybox-1.31.1-r16.trigger 08:41:34 OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 08:41:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:41:35 08:41:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:41:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:41:36 latest: Pulling from edgex-devops/edgex-compose 08:41:36 cbdbe7a5bc2a: Pulling fs layer 08:41:36 ca9280d653b3: Pulling fs layer 08:41:36 7e9c9ca2126c: Pulling fs layer 08:41:36 cbdbe7a5bc2a: Verifying Checksum 08:41:36 cbdbe7a5bc2a: Download complete 08:41:36 ca9280d653b3: Verifying Checksum 08:41:36 ca9280d653b3: Download complete 08:41:36 cbdbe7a5bc2a: Pull complete 08:41:37 ca9280d653b3: Pull complete 08:41:37 7e9c9ca2126c: Verifying Checksum 08:41:37 7e9c9ca2126c: Download complete 08:41:38 Removing intermediate container aac307661d62 08:41:38 ---> 5d2396966b98 08:41:38 Step 4/7 : WORKDIR /edgex-go 08:41:38 ---> Running in c3d27774efc4 08:41:39 Removing intermediate container c3d27774efc4 08:41:39 ---> 5af8be666ac1 08:41:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:41:39 latest: Pulling from library/docker 08:41:39 5f621e34cdf4: Pulling fs layer 08:41:39 85db56a05063: Pulling fs layer 08:41:39 ccb67d6aeaaa: Pulling fs layer 08:41:39 a0b19fc83503: Pulling fs layer 08:41:39 8eb508b41278: Pulling fs layer 08:41:39 37236713561e: Pulling fs layer 08:41:39 07c93f2b1b56: Pulling fs layer 08:41:39 a0b19fc83503: Waiting 08:41:39 8eb508b41278: Waiting 08:41:39 07c93f2b1b56: Waiting 08:41:39 37236713561e: Waiting 08:41:39 85db56a05063: Verifying Checksum 08:41:39 85db56a05063: Download complete 08:41:39 ccb67d6aeaaa: Verifying Checksum 08:41:39 ccb67d6aeaaa: Download complete 08:41:39 5f621e34cdf4: Download complete 08:41:39 8eb508b41278: Verifying Checksum 08:41:39 8eb508b41278: Download complete 08:41:40 37236713561e: Verifying Checksum 08:41:40 37236713561e: Download complete 08:41:40 07c93f2b1b56: Verifying Checksum 08:41:40 07c93f2b1b56: Download complete 08:41:40 5f621e34cdf4: Pull complete 08:41:41 85db56a05063: Pull complete 08:41:41 ccb67d6aeaaa: Pull complete 08:41:41 a0b19fc83503: Verifying Checksum 08:41:41 a0b19fc83503: Download complete 08:41:44 7e9c9ca2126c: Pull complete 08:41:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:41:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:41:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:41:44 prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container 08:41:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:41:45 a0b19fc83503: Pull complete 08:41:45 8eb508b41278: Pull complete 08:41:45 $ docker top cd8bbce02bda63358cd58010633612b727efb6b1a1b9866e44650bc687272041 -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:46 37236713561e: Pull complete 08:41:46 + docker-compose build --help 08:41:46 + grep parallel 08:41:46 07c93f2b1b56: Pull complete 08:41:46 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:41:46 Status: Downloaded newer image for docker:latest 08:41:47 --parallel Build images in parallel. [Pipeline] } 08:41:47 $ docker stop --time=1 cd8bbce02bda63358cd58010633612b727efb6b1a1b9866e44650bc687272041 08:41:48 $ docker rm -f cd8bbce02bda63358cd58010633612b727efb6b1a1b9866e44650bc687272041 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:41:49 . [Pipeline] withDockerContainer 08:41:49 prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container 08:41:49 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:41:49 ---> 1a095ec3bfd7 08:41:49 Step 6/7 : COPY go.mod . 08:41:50 $ docker top 4e5958dafee6c8f4f10fdc22b3e5d49c1e9353ff11f6e2da90b6d563cf0c7a62 -eo pid,comm [Pipeline] { 08:41:50 ---> 6313e5bc89d2 08:41:50 Step 7/7 : RUN go mod download [Pipeline] sh 08:41:50 ---> Running in 3093d101f267 08:41:50 + docker-compose -f ./docker-compose-build.yml build --parallel 08:41:51 Building docker-core-command-go ... 08:41:51 Building docker-core-data-go ... 08:41:51 Building docker-core-metadata-go ... 08:41:51 Building docker-security-bootstrap-redis-go ... 08:41:51 Building docker-security-proxy-setup-go ... 08:41:51 Building docker-security-secrets-setup-go ... 08:41:51 Building docker-security-secretstore-setup-go ... 08:41:51 Building docker-support-logging-go ... 08:41:51 Building docker-support-notifications-go ... 08:41:51 Building docker-support-scheduler-go ... 08:41:51 Building docker-sys-mgmt-agent-go ... 08:41:51 Building docker-core-data-go 08:41:51 Building docker-security-proxy-setup-go 08:41:51 Building docker-support-notifications-go 08:41:51 Building docker-core-command-go 08:41:51 Building docker-support-logging-go 08:42:17 Removing intermediate container 3093d101f267 08:42:17 ---> 774544b9bcf3 08:42:17 Successfully built 774544b9bcf3 08:42:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:42:17 + docker inspect -f . ci-base-image-arm64 08:42:17 . [Pipeline] withDockerContainer 08:42:18 prd-ubuntu18.04-docker-arm64-4c-16g-11357 does not seem to be running inside a container 08:42:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 08:42:20 $ docker top 03841f5cf2c784587baa13a899bc92f3a9593842488f2a9de9dffcdf328feb6e -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:21 + go version 08:42:21 go version go1.15.2 linux/arm64 [Pipeline] } 08:42:21 $ docker stop --time=1 03841f5cf2c784587baa13a899bc92f3a9593842488f2a9de9dffcdf328feb6e 08:42:23 $ docker rm -f 03841f5cf2c784587baa13a899bc92f3a9593842488f2a9de9dffcdf328feb6e 08:42:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:42:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:42:23 ---> afa7267b428d 08:42:23 Step 3/23 : WORKDIR /edgex-go 08:42:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:42:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:42:23 ---> afa7267b428d 08:42:23 Step 3/24 : WORKDIR /edgex-go 08:42:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:42:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:42:23 ---> afa7267b428d 08:42:23 Step 3/22 : WORKDIR /edgex-go 08:42:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:42:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:42:23 ---> afa7267b428d 08:42:23 Step 3/22 : WORKDIR /edgex-go 08:42:23 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:42:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:42:23 ---> afa7267b428d 08:42:23 Step 3/20 : WORKDIR /edgex-go 08:42:23 ---> Running in 14bd40590963 08:42:23 ---> Running in 5899e29e4588 08:42:23 ---> Running in 4fe40ec947ae 08:42:23 ---> Running in 5c6729e20f3d 08:42:23 ---> Running in 826e7b0cb8f2 08:42:23 Removing intermediate container 14bd40590963 08:42:23 ---> f1a288af02f8 08:42:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:23 Removing intermediate container 4fe40ec947ae 08:42:23 ---> ca70a65cd639 08:42:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:23 Removing intermediate container 5c6729e20f3d 08:42:23 ---> d04a19b24d4d 08:42:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:23 Removing intermediate container 826e7b0cb8f2 08:42:23 ---> bd9da9105937 08:42:23 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:23 Removing intermediate container 5899e29e4588 08:42:23 ---> e87155581b5e 08:42:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:23 ---> Running in 300b9cae8ddd 08:42:23 ---> Running in a5060759885a 08:42:23 ---> Running in f76cdfb602c9 08:42:23 ---> Running in b1fe1e68b297 08:42:23 ---> Running in 02d4dcfa72a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:42:24 + docker inspect -f . ci-base-image-arm64 08:42:24 . [Pipeline] withDockerContainer 08:42:24 prd-ubuntu18.04-docker-arm64-4c-16g-11357 does not seem to be running inside a container 08:42:25 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 08:42:25 Removing intermediate container a5060759885a 08:42:25 ---> f5df8f7dc4fb 08:42:25 Step 5/20 : RUN apk update && apk add make git 08:42:25 Removing intermediate container 300b9cae8ddd 08:42:25 ---> a7357e88e264 08:42:25 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:42:25 ---> Running in 476bcfcff5fd 08:42:26 Removing intermediate container b1fe1e68b297 08:42:26 ---> eb22499f927a 08:42:26 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:42:26 ---> Running in 3b03eff435f3 08:42:26 Removing intermediate container f76cdfb602c9 08:42:26 ---> 789f59a3257e 08:42:26 Step 5/22 : RUN apk update && apk add make git 08:42:26 Removing intermediate container 02d4dcfa72a4 08:42:26 ---> 0376141422f7 08:42:26 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:42:26 ---> Running in 4e81c9269f55 08:42:26 ---> Running in 077a8fdaddcf 08:42:26 $ docker top 6b7781e0832ec9f94ebe846e09a8fdae506ec714ff8f8e7bc4f034aaeff3ebf2 -eo pid,comm 08:42:26 ---> Running in 0d02964e8c56 08:42:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo 08:42:26 ========================================================= 08:42:26 [edgeXBuildGoParallel] Running Tests and Build... 08:42:26 ========================================================= [Pipeline] sh 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:42:27 + make test 08:42:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:42:28 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:42:28 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:42:28 OK: 12752 distinct packages available 08:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:42:28 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:42:28 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:42:28 OK: 12752 distinct packages available 08:42:28 OK: 233 MiB in 51 packages 08:42:28 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:42:28 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:42:28 OK: 12752 distinct packages available 08:42:28 OK: 233 MiB in 51 packages 08:42:28 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:42:28 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:42:28 OK: 12752 distinct packages available 08:42:28 OK: 233 MiB in 51 packages 08:42:28 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:42:28 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:42:28 OK: 12752 distinct packages available 08:42:28 OK: 233 MiB in 51 packages 08:42:29 Removing intermediate container 476bcfcff5fd 08:42:29 ---> 7797b84f1782 08:42:29 Step 6/20 : COPY go.mod . 08:42:29 OK: 233 MiB in 51 packages 08:42:29 OK: 233 MiB in 51 packages 08:42:29 Removing intermediate container 3b03eff435f3 08:42:29 ---> 28ae8744d1d5 08:42:29 Step 6/24 : COPY go.mod . 08:42:29 ---> 93167671ef12 08:42:29 Step 7/20 : RUN go mod download 08:42:29 Removing intermediate container 4e81c9269f55 08:42:29 ---> ee022b5e2e08 08:42:29 Step 6/22 : COPY go.mod . 08:42:29 ---> Running in 9672d76ebd6c 08:42:29 ---> fba9848a10ea 08:42:29 Step 7/24 : RUN go mod download 08:42:30 ---> Running in 99f5a463624d 08:42:30 ---> 2d789b25161e 08:42:30 Step 7/22 : RUN go mod download 08:42:30 Removing intermediate container 0d02964e8c56 08:42:30 ---> ea2cee48b7db 08:42:30 Step 6/23 : COPY go.mod . 08:42:30 Removing intermediate container 077a8fdaddcf 08:42:30 ---> a4652e77de3d 08:42:30 Step 6/22 : COPY go.mod . 08:42:30 ---> Running in ae0e3a9a49f1 08:42:30 ---> ee26b060b045 08:42:30 Step 7/23 : RUN go mod download 08:42:30 ---> Running in 84748b3bc837 08:42:30 ---> 2f2aa15ebac0 08:42:30 Step 7/22 : RUN go mod download 08:42:31 ---> Running in 97d140484ba1 08:42:32 Removing intermediate container 99f5a463624d 08:42:32 ---> ff692635c100 08:42:32 Step 8/24 : COPY . . 08:42:32 Removing intermediate container 9672d76ebd6c 08:42:32 ---> 120ead3932ab 08:42:32 Step 8/20 : COPY . . 08:42:32 Removing intermediate container ae0e3a9a49f1 08:42:32 ---> 18e4c051ee6f 08:42:32 Step 8/22 : COPY . . 08:42:36 Removing intermediate container 84748b3bc837 08:42:36 ---> 0988930d5cea 08:42:36 Step 8/23 : COPY . . 08:42:45 Removing intermediate container 97d140484ba1 08:42:45 ---> 75808e048cfc 08:42:45 Step 8/22 : COPY . . 08:42:49 ? github.com/edgexfoundry/edgex-go [no test files] 08:43:12 ---> 24212732c96b 08:43:12 Step 9/22 : RUN make cmd/core-command/core-command 08:43:12 ---> 6b14c794104b 08:43:12 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:43:12 ---> e21081fcac04 08:43:12 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:43:13 ---> Running in 2b74e4ade2d9 08:43:13 ---> Running in 7b1e6b92ab52 08:43:14 ---> Running in b99600f44458 08:43:14 ---> 5da45967d168 08:43:14 Step 9/23 : RUN make cmd/core-data/core-data 08:43:15 ---> Running in 8218140de0d3 08:43:16 ---> 80b794fb49e2 08:43:16 Step 9/22 : RUN make cmd/support-logging/support-logging 08:43:16 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 08:43:16 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 08:43:16 ---> Running in 979cf6e952be 08:43:16 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 08:43:16 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 08:43:17 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 08:43:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:43:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:43:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:43:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:43:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:43:49 Removing intermediate container b99600f44458 08:43:49 ---> b068d6cabda3 08:43:49 08:43:49 Step 10/20 : FROM alpine 08:43:49 latest: Pulling from library/alpine 08:43:49 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:43:49 Status: Downloaded newer image for alpine:latest 08:43:49 ---> d6e46aa2470d 08:43:49 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:43:49 ---> Running in 9739f9d33d8a 08:43:49 Removing intermediate container 979cf6e952be 08:43:49 ---> 5d0c1ee6cf0f 08:43:49 08:43:49 Step 10/22 : FROM scratch 08:43:49 ---> 08:43:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:43:50 ---> Running in 8c25a9ef0154 08:43:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:50 Removing intermediate container 8c25a9ef0154 08:43:50 ---> 8cf6329c66e3 08:43:50 Step 12/22 : ENV APP_PORT=48061 08:43:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:50 v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:43:50 v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:43:50 OK: 12744 distinct packages available 08:43:50 ---> Running in 42cbc257625c 08:43:50 (1/4) Installing ca-certificates (20191127-r4) 08:43:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:43:50 (3/4) Installing libcurl (7.69.1-r1) 08:43:50 (4/4) Installing curl (7.69.1-r1) 08:43:50 Executing busybox-1.31.1-r19.trigger 08:43:51 Executing ca-certificates-20191127-r4.trigger 08:43:52 OK: 7 MiB in 18 packages 08:43:52 Removing intermediate container 42cbc257625c 08:43:52 ---> d526a9fe36b8 08:43:52 Step 13/22 : EXPOSE $APP_PORT 08:43:54 ---> Running in 85cd1a15a1d3 08:43:54 Removing intermediate container 7b1e6b92ab52 08:43:54 ---> 14a7d3aea99a 08:43:54 08:43:54 Step 10/22 : FROM scratch 08:43:54 ---> 08:43:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:43:54 Removing intermediate container 2b74e4ade2d9 08:43:54 ---> 3dfb1489662d 08:43:54 08:43:54 Step 10/24 : FROM scratch 08:43:54 ---> 08:43:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:43:54 ---> Using cache 08:43:54 ---> 8cf6329c66e3 08:43:54 Step 12/24 : ENV APP_PORT=48060 08:43:55 Removing intermediate container 85cd1a15a1d3 08:43:55 ---> cb25791407e7 08:43:55 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:43:55 ---> Running in 44601ada12e3 08:43:55 ---> Running in 96dce2b7f29e 08:43:55 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.072s 08:43:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:43:55 Removing intermediate container 9739f9d33d8a 08:43:55 ---> 8a01f96b63e7 08:43:55 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:43:55 Removing intermediate container 96dce2b7f29e 08:43:55 ---> b097298c0bba 08:43:55 Step 13/24 : EXPOSE $APP_PORT 08:43:55 Removing intermediate container 44601ada12e3 08:43:55 ---> 786b0b1da45d 08:43:55 Step 12/22 : ENV APP_PORT=48082 08:43:55 ---> 0442f5c02064 08:43:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:43:55 ---> Running in ae30efe9e34b 08:43:55 ---> Running in a961e84ce1f7 08:43:55 ---> Running in d1da1f28bad3 08:43:56 ---> f93829d0d519 08:43:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:43:56 Removing intermediate container ae30efe9e34b 08:43:56 ---> b03bed03019b 08:43:56 Step 13/20 : WORKDIR /edgex 08:43:56 Removing intermediate container d1da1f28bad3 08:43:56 ---> d58e7ec8688e 08:43:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:43:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:43:56 Removing intermediate container a961e84ce1f7 08:43:56 ---> 63fc880dedda 08:43:56 Step 13/22 : EXPOSE $APP_PORT 08:43:56 ---> Running in 30442b2854fe 08:43:56 ---> Running in d5a3bd766ebc 08:43:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:43:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:43:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:43:56 ---> 5f02c5d7567b 08:43:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:43:56 Removing intermediate container 30442b2854fe 08:43:56 ---> 80cf779cb89f 08:43:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:43:57 ---> 67b4baa3b77b 08:43:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:43:57 Removing intermediate container d5a3bd766ebc 08:43:57 ---> 27c872cc6b74 08:43:57 Step 14/22 : WORKDIR / 08:43:57 ---> Running in 9005c9ca2365 08:44:00 ---> db29cce17ef9 08:44:00 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:44:00 Removing intermediate container 9005c9ca2365 08:44:00 ---> bbf1bcbb6184 08:44:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:44:00 ---> 2b46e5da1876 08:44:00 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:44:00 ---> f364197f3850 08:44:00 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:44:00 ---> Running in 3c3918ef96a2 08:44:00 Removing intermediate container 8218140de0d3 08:44:00 ---> 9a8db345a3b6 08:44:00 08:44:00 Step 10/23 : FROM alpine 08:44:00 ---> d6e46aa2470d 08:44:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:44:00 ---> Running in c06a95be38c0 08:44:00 ---> 0653be2f7927 08:44:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:44:00 Removing intermediate container 3c3918ef96a2 08:44:00 ---> 1245d2857c55 08:44:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:00 ---> fcafb5971bd4 08:44:00 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:44:00 ---> d0989e2826f7 08:44:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:44:01 ---> Running in a5ef1150150e 08:44:01 ---> Running in 9eb87a9f27a8 08:44:01 Removing intermediate container c06a95be38c0 08:44:01 ---> a51a7726dcde 08:44:01 Step 12/23 : ENV APP_PORT=48080 08:44:01 ---> Running in b789ec5e52f3 08:44:01 Removing intermediate container a5ef1150150e 08:44:01 ---> 5ad97bc910c8 08:44:01 Step 20/22 : LABEL arch=x86_64 08:44:02 ---> cebbb065d47c 08:44:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:44:02 ---> a240c6902000 08:44:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:44:02 Removing intermediate container 9eb87a9f27a8 08:44:02 ---> 978455d1b9cd 08:44:02 Step 17/20 : CMD ["--init=true"] 08:44:02 ---> Running in 70e7a9eb9518 08:44:02 Removing intermediate container b789ec5e52f3 08:44:02 ---> 7cb63c9d3831 08:44:02 Step 13/23 : EXPOSE $APP_PORT 08:44:02 ---> Running in 10066a77fbcd 08:44:02 ---> Running in 1d0c762054f7 08:44:02 Removing intermediate container 70e7a9eb9518 08:44:02 ---> 5d1f204c05f9 08:44:02 ---> 3ef08f5c06ef 08:44:02 Step 18/22 : ENTRYPOINT ["/core-command"]Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:44:02 08:44:02 ---> 5f8e90f57866 08:44:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:44:03 Removing intermediate container 10066a77fbcd 08:44:03 ---> 2ae4dbcf1f95 08:44:03 Step 18/20 : LABEL arch=x86_64 08:44:03 ---> Running in 82564732446c 08:44:03 ---> Running in fd089d936427 08:44:03 Removing intermediate container 1d0c762054f7 08:44:03 ---> ad503ae6e6b8 08:44:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:03 ---> Running in 0311b3e7d431 08:44:03 ---> Running in 6134ebfe5529 08:44:03 ---> 44a6ad094b9d 08:44:03 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:44:03 Removing intermediate container fd089d936427 08:44:03 ---> 2be5913657b9 08:44:03 Step 22/22 : LABEL version=0.0.0 08:44:03 Removing intermediate container 82564732446c 08:44:03 ---> 6777464b8a39 08:44:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:03 Removing intermediate container 0311b3e7d431 08:44:03 ---> 8acf6b6ac31d 08:44:03 Step 19/20 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:44:04 ---> Running in a7a36be667ff 08:44:04 ---> Running in 4b91ec46a608 08:44:04 ---> Running in 11e62db957bf 08:44:04 ---> Running in 6d06625f2924 08:44:04 Removing intermediate container a7a36be667ff 08:44:04 ---> b5dd1b91f68d 08:44:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:04 Removing intermediate container 4b91ec46a608 08:44:04 ---> acbdd2b39ed2 08:44:04 Step 20/22 : LABEL arch=x86_64 08:44:04 Removing intermediate container 11e62db957bf 08:44:04 ---> 64c5eccfb194 08:44:04 08:44:04 Removing intermediate container 6d06625f2924 08:44:04 ---> e1595a143ded 08:44:04 Step 20/20 : LABEL version=0.0.0 08:44:04 ---> Running in 433e78296368 08:44:04 ---> Running in 48acd9fafce9 08:44:04 Successfully built 64c5eccfb194 08:44:04 Successfully tagged docker-support-logging-go:latest 08:44:04  Building docker-support-logging-go ... done Building docker-security-bootstrap-redis-go 08:44:04 ---> Running in edc65c3776ec 08:44:04 Removing intermediate container 433e78296368 08:44:04 ---> ae1b107f5fc2 08:44:04 Step 22/24 : LABEL arch=x86_64 08:44:04 Removing intermediate container 48acd9fafce9 08:44:04 ---> 72281af654a6 08:44:04 Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:44:05 ---> Running in 6753cec65ff0 08:44:05 ---> Running in 1fd77147bc53 08:44:05 Removing intermediate container edc65c3776ec 08:44:05 ---> ac801cb69213 08:44:05 08:44:05 Removing intermediate container 6134ebfe5529 08:44:05 ---> 2500ccf94ca3 08:44:05 Step 15/23 : RUN apk --no-cache add zeromq 08:44:05 Successfully built ac801cb69213 08:44:05 Successfully tagged docker-security-proxy-setup-go:latest 08:44:05  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 08:44:05 Removing intermediate container 6753cec65ff0 08:44:05 ---> bdc55a702683 08:44:05 Step 23/24 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:44:05 ---> Running in f311d082bc95 08:44:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 46.6% of statements 08:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:44:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:44:08 Removing intermediate container 1fd77147bc53 08:44:08 ---> 05d017e075aa 08:44:08 Step 22/22 : LABEL version=0.0.0 08:44:11 ---> Running in 1fcd0f8fa08e 08:44:11 ---> Running in 888a837f5688 08:44:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.464s coverage: 27.1% of statements 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:44:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:44:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:44:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.482s coverage: 66.0% of statements 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:44:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.567s coverage: 84.5% of statements 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:15 (1/5) Installing libgcc (9.3.0-r2) 08:44:15 (2/5) Installing libsodium (1.0.18-r0) 08:44:15 (3/5) Installing libstdc++ (9.3.0-r2) 08:44:15 (4/5) Installing libzmq (4.3.3-r0) 08:44:15 (5/5) Installing zeromq (4.3.3-r0) 08:44:15 Executing busybox-1.31.1-r19.trigger 08:44:15 OK: 8 MiB in 19 packages 08:44:17 Removing intermediate container 1fcd0f8fa08e 08:44:17 ---> 94ec86b93ea0 08:44:17 Step 24/24 : LABEL version=0.0.0 08:44:17 Removing intermediate container 888a837f5688 08:44:17 ---> 304d0ab81886 08:44:17 08:44:17 Successfully built 304d0ab81886 08:44:18 Successfully tagged docker-core-command-go:latest 08:44:18 Building docker-sys-mgmt-agent-go 08:44:19  Building docker-core-command-go ... done  ---> Running in b53464629750 08:44:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.161s coverage: 28.6% of statements 08:44:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:44:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:44:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:44:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:44:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:44:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.223s coverage: 100.0% of statements 08:44:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:44:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 08:44:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:44:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.324s coverage: 86.7% of statements 08:44:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:44:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.307s coverage: 97.5% of statements 08:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:44:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 100.0% of statements 08:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:44:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:44:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:44:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:23 ---> afa7267b428d 08:44:23 Step 3/22 : WORKDIR /edgex-go 08:44:23 ---> Using cache 08:44:23 ---> e87155581b5e 08:44:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:23 ---> Using cache 08:44:23 ---> 0376141422f7 08:44:23 Step 5/22 : RUN apk update && apk add make git 08:44:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:44:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:44:23 ---> afa7267b428d 08:44:23 Step 3/24 : WORKDIR /edgex-go 08:44:23 ---> Using cache 08:44:23 ---> e87155581b5e 08:44:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:23 ---> Using cache 08:44:23 ---> 0376141422f7 08:44:23 Step 5/24 : RUN apk update && apk add make git 08:44:25 Removing intermediate container b53464629750 08:44:25 ---> e2b79601eb65 08:44:25 08:44:25 Removing intermediate container f311d082bc95 08:44:25 ---> 01b24aae25ac 08:44:25 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:44:25 Successfully built e2b79601eb65 08:44:25 ---> Running in 86ff45ed6937 08:44:25 ---> Running in 07282f12a7dc 08:44:25 Successfully tagged docker-support-notifications-go:latest 08:44:25  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 08:44:25 ---> e24521a07de2 08:44:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.983s coverage: 95.7% of statements 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:44:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:44:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.158s coverage: 0.0% of statements [no tests to run] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:44:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 63.5% of statements 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:44:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:44:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements 08:44:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.145s coverage: 91.3% of statements 08:44:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 08:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 08:44:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 08:44:28 ---> 238fffefc3a0 08:44:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:44:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:32 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:44:32 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:44:32 OK: 12752 distinct packages available 08:44:32 ---> 1eaa3e41fa39 08:44:32 Step 19/23 : ENTRYPOINT ["/core-data"] 08:44:32 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:44:32 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:44:32 OK: 12752 distinct packages available 08:44:32 ---> Running in b9189d024f4c 08:44:32 OK: 233 MiB in 51 packages 08:44:32 OK: 233 MiB in 51 packages 08:44:33 Removing intermediate container b9189d024f4c 08:44:33 ---> 5be347b25be9 08:44:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 55.9% of statements 08:44:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:44:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:44:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:44:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:44:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:44:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:44:34 ---> Running in c172e9fe3ff4 08:44:35 Removing intermediate container c172e9fe3ff4 08:44:35 ---> 4d29c750a05b 08:44:35 Step 21/23 : LABEL arch=x86_64 08:44:35 Removing intermediate container 86ff45ed6937 08:44:35 ---> 13ccd7a4ae38 08:44:35 Step 6/22 : COPY go.mod . 08:44:35 Removing intermediate container 07282f12a7dc 08:44:35 ---> fc97f499c509 08:44:35 Step 6/24 : COPY go.mod . 08:44:35 ---> Running in 5fe2f72fb8af 08:44:36 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:44:36 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:44:36 ---> afa7267b428d 08:44:36 Step 3/27 : WORKDIR /edgex-go 08:44:36 ---> Using cache 08:44:36 ---> e87155581b5e 08:44:36 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:36 ---> Using cache 08:44:36 ---> 0376141422f7 08:44:36 Step 5/27 : RUN apk update && apk add make bash git 08:44:36 ---> 4adf470f3474 08:44:36 Step 7/22 : RUN go mod download 08:44:37 ---> Running in 675bb84f901f 08:44:37 Removing intermediate container 5fe2f72fb8af 08:44:37 ---> 6e0acefaab5a 08:44:37 Step 22/23 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c ---> Running in 857b1f3125c8 08:44:37 08:44:37 ---> e0652b89b8d9 08:44:37 Step 7/24 : RUN go mod download 08:44:38 ---> Running in a5f820913623 08:44:38 ---> Running in 61ef780ebc6a 08:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:44:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:44:39 ---> afa7267b428d 08:44:39 Step 3/21 : WORKDIR /edgex-go 08:44:39 ---> Using cache 08:44:39 ---> e87155581b5e 08:44:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:39 ---> Using cache 08:44:39 ---> 0376141422f7 08:44:39 Step 5/21 : RUN apk update && apk add make git 08:44:39 ---> Using cache 08:44:39 ---> fc97f499c509 08:44:39 Step 6/21 : COPY go.mod . 08:44:39 ---> Using cache 08:44:39 ---> e0652b89b8d9 08:44:39 Step 7/21 : RUN go mod download 08:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:40 Removing intermediate container a5f820913623 08:44:40 ---> e9e17afe1e36 08:44:40 Step 23/23 : LABEL version=0.0.0 08:44:40 ---> Running in e61415a4b250 08:44:40 ---> Running in 3f59937e696e 08:44:40 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:44:40 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:44:40 OK: 12752 distinct packages available 08:44:41 OK: 233 MiB in 51 packages 08:44:41 Removing intermediate container 3f59937e696e 08:44:41 ---> 1a6b1b5b35e4 08:44:41 08:44:41 Removing intermediate container 857b1f3125c8 08:44:41 ---> 00f4fe638f04 08:44:41 Step 8/22 : COPY . . 08:44:41 Successfully built 1a6b1b5b35e4 08:44:41 Successfully tagged docker-core-data-go:latest 08:44:41 Building docker-security-secrets-setup-go 08:44:41  Building docker-core-data-go ... done Removing intermediate container 61ef780ebc6a 08:44:41 ---> 85b1b2e6f532 08:44:41 Step 8/24 : COPY . . 08:44:42 Removing intermediate container 675bb84f901f 08:44:42 ---> 5bf0d990fbfb 08:44:42 Step 6/27 : COPY go.mod . 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.371s coverage: 86.3% of statements 08:44:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.373s coverage: 72.2% of statements 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.424s coverage: 72.1% of statements 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.073s coverage: 82.4% of statements 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.065s coverage: 48.4% of statements 08:44:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:44:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:44:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.063s coverage: 28.8% of statements 08:44:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.110s coverage: 96.8% of statements 08:44:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.329s coverage: 36.5% of statements 08:44:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:44:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.599s coverage: 84.1% of statements 08:44:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.074s coverage: 100.0% of statements 08:44:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.088s coverage: 42.9% of statements 08:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:44:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.071s coverage: 100.0% of statements 08:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:44:46 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.122s coverage: 83.8% of statements 08:44:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:44:52 ---> e5fe192fb878 08:44:52 Step 7/27 : RUN go mod download 08:44:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.1% of statements 08:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:44:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.153s coverage: 100.0% of statements 08:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:44:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 08:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:44:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 08:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:44:53 ---> Running in 3638860ec9b2 08:44:53 Removing intermediate container e61415a4b250 08:44:53 ---> 004643c8e46b 08:44:53 Step 8/21 : COPY . . 08:44:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.892s coverage: 29.1% of statements 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:44:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:44:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:44:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:44:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:44:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:44:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.096s coverage: 100.0% of statements 08:44:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 08:44:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 08:45:00 GO111MODULE=on go vet ./... 08:45:08 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:45:08 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:45:08 ---> afa7267b428d 08:45:08 Step 3/29 : WORKDIR /edgex-go 08:45:08 ---> Using cache 08:45:08 ---> e87155581b5e 08:45:08 Step 4/29 : RUN apk update && apk add make git 08:45:11 ---> Running in 302ea66c2680 08:45:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:45:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:45:13 Removing intermediate container 3638860ec9b2 08:45:13 ---> b08a01b273a5 08:45:13 Step 8/27 : COPY . . 08:45:13 ---> 7017e7e0ae3f 08:45:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:45:13 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:45:13 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:45:13 OK: 12752 distinct packages available 08:45:13 ---> 45689c5c0065 08:45:13 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:45:14 ---> Running in 1714989adbd0 08:45:14 OK: 233 MiB in 51 packages 08:45:14 ---> Running in 92dda76f349e 08:45:17 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 08:45:19 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 08:45:19 Removing intermediate container 302ea66c2680 08:45:19 ---> e530e03f3407 08:45:19 Step 5/29 : COPY go.mod . 08:45:23 ---> 8eb4c5747745 08:45:23 Step 6/29 : RUN go mod download 08:45:24 ---> Running in 420e11922ce9 08:45:32 Removing intermediate container 420e11922ce9 08:45:32 ---> 0863927b8270 08:45:32 Step 7/29 : COPY . . 08:45:32 ---> 26bfb199a5cf 08:45:32 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:45:32 ---> Running in 8bbb658a6145 08:45:35 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 08:45:41 ---> b7be5ae1e29c 08:45:41 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:45:41 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 08:45:42 ---> Running in bc2095cc6274 08:45:44 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 08:45:51 Removing intermediate container 92dda76f349e 08:45:51 ---> e4eadc575e5c 08:45:51 08:45:51 Step 10/22 : FROM alpine:3.10 08:45:51 3.10: Pulling from library/alpine 08:45:53 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:45:53 Status: Downloaded newer image for alpine:3.10 08:45:53 ---> be4e4bea2c2e 08:45:53 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:45:56 ---> Running in 38dcbd4c8524 08:45:56 Removing intermediate container 1714989adbd0 08:45:56 ---> ae7785080f7e 08:45:56 08:45:56 Step 10/24 : FROM alpine:3.10 08:45:56 ---> be4e4bea2c2e 08:45:56 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:45:57 ---> Running in 3a0e6021b328 08:45:57 ---> 0999dcfdebc5 08:45:57 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:45:57 ---> Running in 6fedd708c16b 08:45:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:45:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:45:58 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:45:58 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:45:58 OK: 10346 distinct packages available 08:45:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:45:58 (1/5) Installing ca-certificates (20191127-r2) 08:45:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:45:58 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:45:58 (3/5) Installing libcurl (7.66.0-r1) 08:45:58 (4/5) Installing curl (7.66.0-r1) 08:45:58 (5/5) Installing dumb-init (1.2.2-r1) 08:45:58 Executing busybox-1.30.1-r3.trigger 08:45:58 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:45:58 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:45:58 OK: 10346 distinct packages available 08:45:58 Executing ca-certificates-20191127-r2.trigger 08:45:58 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 08:45:59 OK: 7 MiB in 19 packages 08:45:59 (1/5) Installing ca-certificates (20191127-r2) 08:45:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:45:59 (3/5) Installing libcurl (7.66.0-r1) 08:45:59 (4/5) Installing curl (7.66.0-r1) 08:45:59 (5/5) Installing dumb-init (1.2.2-r1) 08:45:59 Executing busybox-1.30.1-r3.trigger 08:45:59 Executing ca-certificates-20191127-r2.trigger 08:45:59 OK: 7 MiB in 19 packages 08:46:01 Removing intermediate container 38dcbd4c8524 08:46:01 ---> aac2ab0d6ac5 08:46:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:46:04 ---> Running in da184fa84d06 08:46:04 Removing intermediate container 3a0e6021b328 08:46:04 ---> 65770280fc0c 08:46:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:46:05 ---> Running in 473ecc8752ce 08:46:05 Removing intermediate container da184fa84d06 08:46:05 ---> 49f232b5464f 08:46:05 Step 13/22 : WORKDIR / 08:46:05 Removing intermediate container 8bbb658a6145 08:46:05 ---> f5926a35f9f9 08:46:05 08:46:05 Step 10/21 : FROM scratch 08:46:05 ---> 08:46:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:46:05 ---> Running in 5cbe4992fe61 08:46:07 ---> Using cache 08:46:07 ---> 786b0b1da45d 08:46:07 Step 12/21 : ENV APP_PORT=48085 08:46:08 Removing intermediate container 473ecc8752ce 08:46:08 ---> 4de0ddf1344b 08:46:08 Step 13/24 : WORKDIR / 08:46:08 Removing intermediate container 5cbe4992fe61 08:46:08 ---> 90265fbe1e21 08:46:08 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:46:08 ---> Running in 749e371eacce 08:46:08 Removing intermediate container bc2095cc6274 08:46:08 ---> 72436f54f276 08:46:08 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:46:08 ---> Running in 1bb676e8af06 08:46:08 ---> Running in fc40f658ab8f 08:46:08 Removing intermediate container 749e371eacce 08:46:08 ---> 84e30f23fd55 08:46:08 Step 13/21 : EXPOSE $APP_PORT 08:46:08 gofmt -l . 08:46:09 Removing intermediate container 1bb676e8af06 08:46:09 ---> 436fcfe51d79 08:46:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:46:09 ---> 167d53402b99 08:46:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:46:09 ---> Running in 354937259c55 08:46:09 [ "`gofmt -l .`" = "" ] 08:46:09 Removing intermediate container 354937259c55 08:46:09 ---> 17c45bf397cc 08:46:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:46:09 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 08:46:09 ---> 7c8e5db8728a 08:46:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:46:09 ---> d78627d033b7 08:46:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:46:09 ---> eeb5a6623ed9 08:46:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:46:10 ---> 27625d498854 08:46:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:46:10 ---> 575fcac297b7 08:46:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:46:11 ---> cdccd750f24a 08:46:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:46:11 ---> 8a853efc4603 08:46:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:46:11 ---> 51509c0b38a5 08:46:11 Step 18/22 : RUN chmod +x entrypoint.sh 08:46:11 ./bin/test-go-mod-tidy.sh 08:46:11 ---> Running in 3cd6ebb9b82e 08:46:12 ---> ae399ecebfde 08:46:12 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:46:12 Removing intermediate container fc40f658ab8f 08:46:12 ---> 7000525d4b8a 08:46:12 08:46:12 Step 11/27 : FROM docker:latest 08:46:12 ---> 6972c414f322 08:46:12 Step 12/27 : RUN apk add --no-cache bash 08:46:12 ---> 98c184e41aa7 08:46:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:46:12 ./bin/test-attribution-txt.sh 08:46:13 ---> Running in b7089836b656 08:46:13 ---> Running in a30364284f0a 08:46:14 ---> ddc0415e9633 08:46:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:46:14 Removing intermediate container 6fedd708c16b 08:46:14 ---> 1d682ca22f72 08:46:14 08:46:14 Step 9/29 : FROM alpine:latest 08:46:14 ---> d6e46aa2470d 08:46:14 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:46:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:46:14 Removing intermediate container a30364284f0a 08:46:14 ---> cd1e6c266b3e 08:46:14 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:14 ---> Running in 040a47cd2c95 08:46:14 ---> 889336fd519e 08:46:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:46:14 ---> Running in be53979af61c 08:46:14 ---> Running in c7694a1822fd 08:46:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:46:15 Removing intermediate container 040a47cd2c95 08:46:15 ---> 81d0df48539c 08:46:15 Step 11/29 : USER root 08:46:15 (1/2) Installing readline (8.0.4-r0) 08:46:15 ---> Running in e2cf184bc7dd 08:46:15 Removing intermediate container be53979af61c 08:46:15 ---> 4a925793546c 08:46:15 Step 19/21 : LABEL arch=x86_64 08:46:15 (2/2) Installing bash (5.0.17-r0) 08:46:15 Removing intermediate container 3cd6ebb9b82e 08:46:15 ---> 6d8cee36007b 08:46:15 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:46:15 Executing bash-5.0.17-r0.post-install 08:46:15 Executing busybox-1.31.1-r19.trigger 08:46:15 OK: 12 MiB in 22 packages 08:46:15 ---> Running in 9a16573804cd 08:46:15 ---> Running in 4153d1dcad82 08:46:15 Removing intermediate container e2cf184bc7dd 08:46:15 ---> 955d843ca4e0 08:46:15 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:46:15 ---> Running in 4b7eed4cdc60 08:46:15 Removing intermediate container 9a16573804cd 08:46:15 ---> 8a81a80b61d3 08:46:15 Step 20/21 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:46:16 Removing intermediate container 4153d1dcad82 08:46:16 ---> cada97ea0d89 08:46:16 Step 20/22 : LABEL arch=x86_64 08:46:16 ---> Running in 133270fb15b1 08:46:16 ---> Running in 28c7dd009b8e [Pipeline] sh 08:46:16 Removing intermediate container b7089836b656 08:46:16 ---> 41fc13f52fc2 08:46:16 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:46:16 Removing intermediate container 133270fb15b1 08:46:16 ---> 7afb9f0feae9 08:46:16 Step 21/21 : LABEL version=0.0.0 08:46:16 Removing intermediate container c7694a1822fd 08:46:16 ---> e02ed35f8660 08:46:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:46:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:46:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:46:17 Removing intermediate container 28c7dd009b8e 08:46:17 ---> bab2709c54e9 08:46:17 Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:46:17 ---> Running in 7196f7901444 08:46:17 ---> Running in d77cf4c09b3f 08:46:17 ---> Running in f5907ffca9ee 08:46:17 v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:46:17 v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:46:17 OK: 12744 distinct packages available 08:46:17 ---> Running in 5c01de60142a 08:46:17 + ls -al . 08:46:17 total 660 08:46:17 drwxrwxr-x 9 1001 1001 4096 Nov 6 08:46 . 08:46:17 drwxr-xr-x 4 root root 4096 Nov 6 08:42 .. 08:46:17 -rw-rw-r-- 1 1001 1001 11 Nov 6 08:40 .dockerignore 08:46:17 drwxrwxr-x 8 1001 1001 4096 Nov 6 08:40 .git 08:46:17 drwxrwxr-x 3 1001 1001 4096 Nov 6 08:40 .github 08:46:17 -rw-rw-r-- 1 1001 1001 944 Nov 6 08:40 .gitignore 08:46:17 -rw-rw-r-- 1 1001 1001 166 Nov 6 08:40 .sonarcloud.properties 08:46:17 -rw-rw-r-- 1 1001 1001 3804 Nov 6 08:40 CONTRIBUTING.md 08:46:17 -rw-rw-r-- 1 1001 1001 1035 Nov 6 08:40 Dockerfile.build 08:46:17 -rw-rw-r-- 1 1001 1001 863 Nov 6 08:40 Jenkinsfile 08:46:17 -rw-rw-r-- 1 1001 1001 10775 Nov 6 08:40 LICENSE 08:46:17 -rw-rw-r-- 1 1001 1001 6611 Nov 6 08:40 Makefile 08:46:17 -rw-rw-r-- 1 1001 1001 6447 Nov 6 08:40 README.md 08:46:17 -rw-rw-r-- 1 1001 1001 259 Nov 6 08:40 SECURITY.md 08:46:17 -rw-rw-r-- 1 1001 1001 5 Nov 6 08:38 VERSION 08:46:17 -rw-rw-r-- 1 1001 1001 4131 Nov 6 08:40 ZMQWindows.md 08:46:17 drwxrwxr-x 2 1001 1001 4096 Nov 6 08:40 bin 08:46:17 drwxrwxr-x 15 1001 1001 4096 Nov 6 08:40 cmd 08:46:17 -rw-r--r-- 1 root root 539650 Nov 6 08:44 coverage.out 08:46:17 -rw-r--r-- 1 root root 1041 Nov 6 08:46 go.mod 08:46:17 -rw-r--r-- 1 root root 18582 Nov 6 08:46 go.sum 08:46:17 drwxrwxr-x 8 1001 1001 4096 Nov 6 08:40 internal 08:46:17 drwxrwxr-x 4 1001 1001 4096 Nov 6 08:40 openapi 08:46:17 drwxrwxr-x 4 1001 1001 4096 Nov 6 08:40 snap 08:46:17 -rw-rw-r-- 1 1001 1001 168 Nov 6 08:40 version.go [Pipeline] sh 08:46:17 (1/2) Installing ca-certificates (20191127-r4) 08:46:17 (2/2) Installing dumb-init (1.2.2-r1) 08:46:17 Executing busybox-1.31.1-r19.trigger 08:46:17 Executing ca-certificates-20191127-r4.trigger 08:46:18 + '[' -e coverage.out ] 08:46:18 + chown 1001:1001 coverage.out [Pipeline] stash 08:46:18 Warning: overwriting stash ‘coverage-report’ 08:46:18 OK: 6 MiB in 16 packages 08:46:18 Removing intermediate container d77cf4c09b3f 08:46:18 ---> 50381754d1f8 08:46:18 08:46:18 Removing intermediate container f5907ffca9ee 08:46:18 ---> a28cd756d273 08:46:18 Step 22/24 : LABEL arch=x86_64 08:46:18 Removing intermediate container 5c01de60142a 08:46:18 ---> 3782ec0c5720 08:46:18 Step 22/22 : LABEL version=0.0.0 08:46:18 Successfully built 50381754d1f8 08:46:18 Successfully tagged docker-support-scheduler-go:latest 08:46:18  Building docker-support-scheduler-go ... done  ---> Running in c395935e237b 08:46:18 Building docker-core-metadata-go 08:46:18 ---> Running in cc205970bcf6 08:46:18 Removing intermediate container c395935e237b 08:46:18 ---> 8ce3a23ce8d6 08:46:18 Step 23/24 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:46:19 Removing intermediate container cc205970bcf6 08:46:19 ---> 05f8fcc77ff6 08:46:19 08:46:19 Stashed 1 file(s) [Pipeline] sh 08:46:19 Successfully built 05f8fcc77ff6 08:46:19 ---> Running in 5cc4128bb583 08:46:20 + make build 08:46:20 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 08:46:20 Successfully tagged docker-security-bootstrap-redis-go:latest 08:46:20  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7196f7901444 08:46:20 ---> 7bb67bacd246 08:46:20 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:46:22 Removing intermediate container 4b7eed4cdc60 08:46:22 ---> d13ff5eb9917 08:46:22 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:46:22 ---> Running in ccd49e861c0a 08:46:22 Removing intermediate container 5cc4128bb583 08:46:22 ---> b2a889fbf970 08:46:22 Step 24/24 : LABEL version=0.0.0 08:46:23 ---> Running in 50f1ea7f484f 08:46:23 Removing intermediate container ccd49e861c0a 08:46:23 ---> 42424731e16e 08:46:23 Step 15/27 : ENV APP_PORT=48090 08:46:23 ---> Running in 883cf2de50b2 08:46:24 ---> Running in 09838f55fe7a 08:46:24 Removing intermediate container 50f1ea7f484f 08:46:24 ---> 6d1d0e340821 08:46:24 Step 14/29 : WORKDIR $BASE_DIR 08:46:25 Removing intermediate container 883cf2de50b2 08:46:25 ---> c9bc40dff8e7 08:46:25 08:46:25 Successfully built c9bc40dff8e7 08:46:25 Successfully tagged docker-security-secretstore-setup-go:latest 08:46:25  Building docker-security-secretstore-setup-go ... done Removing intermediate container 09838f55fe7a 08:46:25 ---> 6303d0e69d84 08:46:25 Step 16/27 : EXPOSE $APP_PORT 08:46:25 ---> Running in 9f2d81d8a38c 08:46:27 ---> Running in 1bd9e6dae38c 08:46:27 Removing intermediate container 9f2d81d8a38c 08:46:27 ---> 6d47cb235210 08:46:27 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:46:28 Removing intermediate container 1bd9e6dae38c 08:46:28 ---> d35aa2272abd 08:46:28 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:46:28 ---> Running in d558d35a602c 08:46:30 ---> 7a037c36ffba 08:46:30 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:46:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:46:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:46:30 ---> afa7267b428d 08:46:30 Step 3/22 : WORKDIR /edgex-go 08:46:30 ---> Using cache 08:46:30 ---> e87155581b5e 08:46:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:30 ---> Using cache 08:46:30 ---> 0376141422f7 08:46:30 Step 5/22 : RUN apk update && apk add make git 08:46:30 ---> Using cache 08:46:30 ---> fc97f499c509 08:46:30 Step 6/22 : COPY go.mod . 08:46:30 ---> Using cache 08:46:30 ---> e0652b89b8d9 08:46:30 Step 7/22 : RUN go mod download 08:46:30 ---> Using cache 08:46:30 ---> 004643c8e46b 08:46:30 Step 8/22 : COPY . . 08:46:30 ---> Using cache 08:46:30 ---> 26bfb199a5cf 08:46:30 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:46:31 ---> Running in f321a9afcb26 08:46:31 ---> 6912688b1fd9 08:46:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:46:31 Removing intermediate container d558d35a602c 08:46:31 ---> 1a86fe84a830 08:46:31 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:46:32 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 08:46:32 ---> fe0fbe02b382 08:46:32 Step 20/27 : RUN apk --no-cache add py3-pip 08:46:32 ---> Running in 35346c0e722d 08:46:32 ---> 0e58458865ed 08:46:32 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:46:33 ---> eb15214953e8 08:46:33 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:46:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:46:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:46:33 ---> bca0e0909f81 08:46:33 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:46:33 (1/33) Installing libbz2 (1.0.8-r1) 08:46:33 (2/33) Installing expat (2.2.9-r1) 08:46:33 (3/33) Installing libffi (3.3-r2) 08:46:33 (4/33) Installing gdbm (1.13-r1) 08:46:33 (5/33) Installing xz-libs (5.2.5-r0) 08:46:33 (6/33) Installing sqlite-libs (3.32.1-r0) 08:46:33 (7/33) Installing python3 (3.8.5-r0) 08:46:38 ---> 841affceb6e2 08:46:38 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:46:38 (8/33) Installing py3-appdirs (1.4.4-r1) 08:46:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:46:38 (10/33) Installing py3-parsing (2.4.7-r0) 08:46:38 (11/33) Installing py3-six (1.15.0-r0) 08:46:38 (12/33) Installing py3-packaging (20.4-r0) 08:46:38 (13/33) Installing py3-setuptools (47.0.0-r0) 08:46:38 (14/33) Installing py3-chardet (3.0.4-r4) 08:46:38 (15/33) Installing py3-idna (2.9-r0) 08:46:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:46:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:46:38 (18/33) Installing py3-requests (2.23.0-r0) 08:46:38 (19/33) Installing py3-msgpack (1.0.0-r0) 08:46:39 (20/33) Installing py3-lockfile (0.12.2-r3) 08:46:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:46:39 (22/33) Installing py3-colorama (0.4.3-r0) 08:46:39 ---> 8de4ca23eb0e 08:46:39 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:46:39 (23/33) Installing py3-distlib (0.3.0-r0) 08:46:39 (24/33) Installing py3-distro (1.5.0-r1) 08:46:39 (25/33) Installing py3-webencodings (0.5.1-r3) 08:46:39 (26/33) Installing py3-html5lib (1.0.1-r4) 08:46:39 (27/33) Installing py3-pytoml (0.1.21-r0) 08:46:39 ---> Running in 129a75a9c0d2 08:46:39 (28/33) Installing py3-pep517 (0.8.2-r0) 08:46:39 (29/33) Installing py3-progress (1.5-r0) 08:46:39 (30/33) Installing py3-toml (0.10.1-r0) 08:46:39 (31/33) Installing py3-retrying (1.3.3-r0) 08:46:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:46:39 (33/33) Installing py3-pip (20.1.1-r0) 08:46:39 Executing busybox-1.31.1-r19.trigger 08:46:39 OK: 71 MiB in 55 packages 08:46:41 Removing intermediate container 129a75a9c0d2 08:46:41 ---> a95cdc91738e 08:46:41 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:46:45 ---> c61928bb5300 08:46:45 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:46:46 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 08:46:46 ---> Running in 6e9fe9d9827f 08:46:47 Removing intermediate container 35346c0e722d 08:46:47 ---> 10bfbc119a38 08:46:47 Step 21/27 : RUN pip install docker-compose==1.23.2 08:46:47 ---> Running in 3e70cba8b7cb 08:46:48 Removing intermediate container 6e9fe9d9827f 08:46:48 ---> aa967169a3e5 08:46:48 Step 24/29 : RUN chmod 755 security-secrets-setup 08:46:48 ---> Running in 4755251abfb5 08:46:49 Collecting docker-compose==1.23.2 08:46:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:46:49 Collecting jsonschema<3,>=2.5.1 08:46:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:46:49 Collecting texttable<0.10,>=0.9.0 08:46:49 Downloading texttable-0.9.1.tar.gz (11 kB) 08:46:50 Collecting cached-property<2,>=1.2.0 08:46:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:46:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:46:50 Removing intermediate container 4755251abfb5 08:46:50 ---> cbc63c00d28e 08:46:50 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:46:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:46:50 ---> Running in fcd7a57d43da 08:46:50 Collecting dockerpty<0.5,>=0.4.1 08:46:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:46:50 Removing intermediate container fcd7a57d43da 08:46:50 ---> 145dc2025547 08:46:50 Step 26/29 : CMD [ "generate" ] 08:46:50 ---> Running in f7786cd535b3 08:46:51 Removing intermediate container f7786cd535b3 08:46:51 ---> ca49b2b2d902 08:46:51 Step 27/29 : LABEL arch=x86_64 08:46:51 ---> Running in c1b98deb6c06 08:46:51 Collecting docopt<0.7,>=0.6.1 08:46:51 Downloading docopt-0.6.2.tar.gz (25 kB) 08:46:52 Removing intermediate container c1b98deb6c06 08:46:52 ---> e95365843120 08:46:52 Step 28/29 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:46:52 ---> Running in cbc7cf6f90b1 08:46:52 Collecting PyYAML<4,>=3.10 08:46:52 Downloading PyYAML-3.13.tar.gz (270 kB) 08:46:52 Removing intermediate container cbc7cf6f90b1 08:46:52 ---> 121a76e5ea01 08:46:52 Step 29/29 : LABEL version=0.0.0 08:46:52 ---> Running in c0c071c6d0f1 08:46:53 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 08:46:54 Removing intermediate container c0c071c6d0f1 08:46:54 ---> 1cd71d4ba95c 08:46:54 08:46:54 Collecting websocket-client<1.0,>=0.32.0 08:46:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:46:54 Successfully built 1cd71d4ba95c 08:46:54 Successfully tagged docker-security-secrets-setup-go:latest 08:46:54  Building docker-security-secrets-setup-go ... done Collecting docker<4.0,>=3.6.0 08:46:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:46:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:46:54 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) 08:46:54 Collecting urllib3<1.25,>=1.21.1 08:46:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:46:55 Removing intermediate container f321a9afcb26 08:46:55 ---> aac413e1a2ca 08:46:55 08:46:55 Step 10/22 : FROM scratch 08:46:55 ---> 08:46:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:46:55 Collecting idna<2.8,>=2.5 08:46:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:46:55 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) 08:46:55 Collecting docker-pycreds>=0.4.0 08:46:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:46:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:46:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:46:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:46:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:46:55 ---> Using cache 08:46:55 ---> 786b0b1da45d 08:46:55 Step 12/22 : ENV APP_PORT=48081 08:46:55 ---> Running in b1b0f81584b0 08:46:55 Installing collected packages: jsonschema, texttable, cached-property, urllib3, idna, requests, dockerpty, docopt, PyYAML, websocket-client, docker-pycreds, docker, docker-compose 08:46:56 Running setup.py install for texttable: started 08:46:56 Removing intermediate container b1b0f81584b0 08:46:56 ---> daec8845af12 08:46:56 Step 13/22 : EXPOSE $APP_PORT 08:46:56 ---> Running in 68443aa42704 08:46:56 Removing intermediate container 68443aa42704 08:46:56 ---> 374acffdb57f 08:46:56 Step 14/22 : WORKDIR / 08:46:56 ---> Running in c171a7783e43 08:46:56 Removing intermediate container c171a7783e43 08:46:56 ---> da336d93949f 08:46:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:46:56 Running setup.py install for texttable: finished with status 'done' 08:46:56 Attempting uninstall: urllib3 08:46:56 Found existing installation: urllib3 1.25.9 08:46:56 Uninstalling urllib3-1.25.9: 08:46:56 Successfully uninstalled urllib3-1.25.9 08:46:57 ---> 3fb512544661 08:46:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:46:57 Attempting uninstall: idna 08:46:57 Found existing installation: idna 2.9 08:46:57 Uninstalling idna-2.9: 08:46:57 Successfully uninstalled idna-2.9 08:46:57 Attempting uninstall: requests 08:46:57 Found existing installation: requests 2.23.0 08:46:57 Uninstalling requests-2.23.0: 08:46:57 Successfully uninstalled requests-2.23.0 08:46:57 Running setup.py install for dockerpty: started 08:46:58 Running setup.py install for dockerpty: finished with status 'done' 08:46:58 Running setup.py install for docopt: started 08:46:58 ---> b59d981eb4da 08:46:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:46:58 ---> 466a1bfa92ef 08:46:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:46:58 Running setup.py install for docopt: finished with status 'done' 08:46:58 ---> Running in d96699ca4e27 08:46:58 Running setup.py install for PyYAML: started 08:46:58 Removing intermediate container d96699ca4e27 08:46:58 ---> 19bc54d0b059 08:46:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:58 ---> Running in b72a12c2170e 08:46:58 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 08:46:59 Removing intermediate container b72a12c2170e 08:46:59 ---> 0fe57bfccf68 08:46:59 Step 20/22 : LABEL arch=x86_64 08:46:59 ---> Running in 2f1b4d10de88 08:46:59 Running setup.py install for PyYAML: finished with status 'done' 08:46:59 Removing intermediate container 2f1b4d10de88 08:46:59 ---> 1e40a6e14e3d 08:46:59 Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:46:59 ---> Running in 7022293d52c9 08:47:00 Removing intermediate container 7022293d52c9 08:47:00 ---> 8fe66d681197 08:47:00 Step 22/22 : LABEL version=0.0.0 08:47:01 ---> Running in 0e259908c695 08:47: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 08:47:01 Removing intermediate container 0e259908c695 08:47:01 ---> fa299f121c86 08:47:01 08:47:01 Successfully built fa299f121c86 08:47:01 Successfully tagged docker-core-metadata-go:latest 08:47:03 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 08:47:04  Building docker-core-metadata-go ... done Removing intermediate container 3e70cba8b7cb 08:47:04 ---> 88739570efbf 08:47:04 Step 22/27 : RUN apk --no-cache add curl 08:47:04 ---> Running in bbae2cc89223 08:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:47:05 (2/3) Installing libcurl (7.69.1-r1) 08:47:05 (3/3) Installing curl (7.69.1-r1) 08:47:05 Executing busybox-1.31.1-r19.trigger 08:47:05 OK: 72 MiB in 58 packages 08:47:05 Removing intermediate container bbae2cc89223 08:47:05 ---> 605cd270dc00 08:47:05 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:47:05 ---> Running in 9fd0101b5053 08:47:06 Removing intermediate container 9fd0101b5053 08:47:06 ---> 4318b5b884be 08:47:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:06 ---> Running in 35d771950298 08:47:06 Removing intermediate container 35d771950298 08:47:06 ---> 1078e579a40d 08:47:06 Step 25/27 : LABEL arch=x86_64 08:47:06 ---> Running in b74e40bc62c3 08:47:06 Removing intermediate container b74e40bc62c3 08:47:06 ---> 7df8a7a42c7d 08:47:06 Step 26/27 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:47:06 ---> Running in 16d7138eef6b 08:47:06 Removing intermediate container 16d7138eef6b 08:47:06 ---> 4c9b7faba8c3 08:47:06 Step 27/27 : LABEL version=0.0.0 08:47:06 ---> Running in 0f3b30c77132 08:47:06 Removing intermediate container 0f3b30c77132 08:47:06 ---> 5d636c1a23bc 08:47:06 08:47:07 Successfully built 5d636c1a23bc 08:47:07 Successfully tagged docker-sys-mgmt-agent-go:latest 08:47:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:47:07 $ docker stop --time=1 4e5958dafee6c8f4f10fdc22b3e5d49c1e9353ff11f6e2da90b6d563cf0c7a62 08:47:07 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 08:47:09 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 08:47:09 $ docker rm -f 4e5958dafee6c8f4f10fdc22b3e5d49c1e9353ff11f6e2da90b6d563cf0c7a62 [Pipeline] // withDockerContainer [Pipeline] sh 08:47:09 + docker images 08:47:09 + grep docker 08:47:09 docker-sys-mgmt-agent-go latest 5d636c1a23bc 3 seconds ago 290MB 08:47:09 docker-core-metadata-go latest fa299f121c86 8 seconds ago 14.5MB 08:47:09 docker-security-secrets-setup-go latest 1cd71d4ba95c 17 seconds ago 24MB 08:47:09 docker-security-secretstore-setup-go latest c9bc40dff8e7 45 seconds ago 24.8MB 08:47:09 docker-security-bootstrap-redis-go latest 05f8fcc77ff6 51 seconds ago 15.9MB 08:47:09 docker-support-scheduler-go latest 50381754d1f8 52 seconds ago 12.3MB 08:47:09 docker-core-data-go latest 1a6b1b5b35e4 2 minutes ago 23.7MB 08:47:09 docker-support-notifications-go latest e2b79601eb65 2 minutes ago 13.6MB 08:47:09 docker-core-command-go latest 304d0ab81886 2 minutes ago 12.2MB 08:47:09 docker-security-proxy-setup-go latest ac801cb69213 3 minutes ago 15.8MB 08:47:09 docker-support-logging-go latest 64c5eccfb194 3 minutes ago 11.1MB 08:47:09 docker latest 6972c414f322 2 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 08:47:13 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 08:47:18 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 08:47:22 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 08:47:25 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 08:47:25 Still waiting to schedule task 08:47:25 All nodes of label ‘centos7-docker-8c-8g’ are offline 08:47:28 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 08:47:32 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] } 08:47:35 $ docker stop --time=1 6b7781e0832ec9f94ebe846e09a8fdae506ec714ff8f8e7bc4f034aaeff3ebf2 08:47:38 $ docker rm -f 6b7781e0832ec9f94ebe846e09a8fdae506ec714ff8f8e7bc4f034aaeff3ebf2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:47:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:47:40 08:47:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:47:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:47:41 latest: Pulling from edgex-devops/edgex-compose-arm64 08:47:41 29e5d40040c1: Pulling fs layer 08:47:41 1ce36da41761: Pulling fs layer 08:47:41 25b303627fd3: Pulling fs layer 08:47:41 29e5d40040c1: Verifying Checksum 08:47:41 29e5d40040c1: Download complete 08:47:42 1ce36da41761: Verifying Checksum 08:47:42 1ce36da41761: Download complete 08:47:42 29e5d40040c1: Pull complete 08:47:44 1ce36da41761: Pull complete 08:47:44 25b303627fd3: Verifying Checksum 08:47:44 25b303627fd3: Download complete 08:47:54 25b303627fd3: Pull complete 08:47:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:47:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:47:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:47:54 prd-ubuntu18.04-docker-arm64-4c-16g-11357 does not seem to be running inside a container 08:47:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:47:58 $ docker top 3c761d35230d382f8330a6b2f351f64afa61635e715038d30cce3b6825beae2b -eo pid,comm [Pipeline] { [Pipeline] sh 08:47:59 + docker-compose+ buildgrep parallel 08:47:59 --help 08:48:03 --parallel Build images in parallel. [Pipeline] } 08:48:03 $ docker stop --time=1 3c761d35230d382f8330a6b2f351f64afa61635e715038d30cce3b6825beae2b 08:48:05 $ docker rm -f 3c761d35230d382f8330a6b2f351f64afa61635e715038d30cce3b6825beae2b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:48:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:48:06 . [Pipeline] withDockerContainer 08:48:06 prd-ubuntu18.04-docker-arm64-4c-16g-11357 does not seem to be running inside a container 08:48:06 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:48:08 $ docker top 2085af2ec2bb82ed34cd9b0666e82e6524a4b56f4d265ef642f5e0d0f00b24ac -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:09 + docker-compose -f ./docker-compose-build.yml build --parallel 08:48:13 Building docker-core-command-go ... 08:48:13 Building docker-core-data-go ... 08:48:13 Building docker-core-metadata-go ... 08:48:13 Building docker-security-bootstrap-redis-go ... 08:48:13 Building docker-security-proxy-setup-go ... 08:48:13 Building docker-security-secrets-setup-go ... 08:48:13 Building docker-security-secretstore-setup-go ... 08:48:13 Building docker-support-logging-go ... 08:48:13 Building docker-support-notifications-go ... 08:48:13 Building docker-support-scheduler-go ... 08:48:13 Building docker-sys-mgmt-agent-go ... 08:48:13 Building docker-security-proxy-setup-go 08:48:13 Building docker-support-logging-go 08:48:13 Building docker-core-metadata-go 08:48:13 Building docker-security-secrets-setup-go 08:48:13 Building docker-security-secretstore-setup-go 08:48:24 Running on prd-centos7-docker-8c-8g-11358 in /w/workspace/edgexfoundry_edgex-go_PR-2872 [Pipeline] { [Pipeline] ws 08:48:24 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:48:26 using credential edgex-jenkins-ssh 08:48:27 Cloning the remote Git repository 08:48:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:48:26 > git init /w/workspace/edgex-go/4 # timeout=10 08:48:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:48:26 > git --version # timeout=10 08:48:26 > git --version # 'git version 2.16.5' 08:48:26 using GIT_SSH to set credentials SSH Credentials for GitHub 08:48:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:48:36 Merging remotes/origin/master commit 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac into PR head commit 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:48:36 Merge succeeded, producing 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:48:36 Checking out Revision 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c (PR-2872) 08:48:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:48:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:48:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:48:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:48:35 using GIT_SSH to set credentials SSH Credentials for GitHub 08:48:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2872/head:refs/remotes/origin/PR-2872 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:48:36 > git config core.sparsecheckout # timeout=10 08:48:36 > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 08:48:36 > git remote # timeout=10 08:48:36 > git config --get remote.origin.url # timeout=10 08:48:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:48:36 > git merge 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac # timeout=10 08:48:36 > git rev-parse HEAD^{commit} # timeout=10 08:48:36 > git config core.sparsecheckout # timeout=10 08:48:36 > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 08:48:40 Commit message: "fix(metadata): fix V2 API int overflow error on 32bit ARM build" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:41 ++ find /w/workspace/edgex-go/4 08:48:41 ++ grep snapcraft.yaml 08:48:41 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:48:41 provisioning config files... 08:48:41 copy managed file [EdgeX] to file:/w/workspace/edgex-go/4@tmp/config2723419894103712203tmp [Pipeline] { [Pipeline] sh 08:48:41 + cp /w/workspace/edgex-go/4@tmp/config2723419894103712203tmp /w/workspace/edgex-go/4/edgex-snap-store-login [Pipeline] sh 08:48:42 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/4:/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 08:48:42 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 08:48:42 latest: Pulling from edgex-devops/edgex-snap-builder 08:48:42 f08d8e2a3ba1: Pulling fs layer 08:48:42 3baa9cb2483b: Pulling fs layer 08:48:42 94e5ff4c0b15: Pulling fs layer 08:48:42 1860925334f9: Pulling fs layer 08:48:42 2daf38717194: Pulling fs layer 08:48:42 309017e8d7a4: Pulling fs layer 08:48:42 f7790dc9fd0f: Pulling fs layer 08:48:42 cac0ae9282c2: Pulling fs layer 08:48:42 1f4cadf9a1ed: Pulling fs layer 08:48:42 2daf38717194: Waiting 08:48:42 309017e8d7a4: Waiting 08:48:42 f7790dc9fd0f: Waiting 08:48:42 cac0ae9282c2: Waiting 08:48:42 1f4cadf9a1ed: Waiting 08:48:42 1860925334f9: Waiting 08:48:42 94e5ff4c0b15: Download complete 08:48:42 3baa9cb2483b: Verifying Checksum 08:48:42 3baa9cb2483b: Download complete 08:48:42 1860925334f9: Verifying Checksum 08:48:42 1860925334f9: Download complete 08:48:42 309017e8d7a4: Verifying Checksum 08:48:42 309017e8d7a4: Download complete 08:48:42 f7790dc9fd0f: Download complete 08:48:42 cac0ae9282c2: Download complete 08:48:42 1f4cadf9a1ed: Download complete 08:48:43 f08d8e2a3ba1: Verifying Checksum 08:48:43 f08d8e2a3ba1: Download complete 08:48:44 f08d8e2a3ba1: Pull complete 08:48:44 3baa9cb2483b: Pull complete 08:48:44 94e5ff4c0b15: Pull complete 08:48:44 1860925334f9: Pull complete 08:48:49 2daf38717194: Verifying Checksum 08:48:49 2daf38717194: Download complete 08:49:04 2daf38717194: Pull complete 08:49:04 309017e8d7a4: Pull complete 08:49:04 f7790dc9fd0f: Pull complete 08:49:04 cac0ae9282c2: Pull complete 08:49:04 1f4cadf9a1ed: Pull complete 08:49:04 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 08:49:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 08:49:08 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:49:08 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:49:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:49:08 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 08:49:08 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB] 08:49:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 08:49:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 08:49:08 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 08:49:08 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 08:49:08 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2119 kB] 08:49:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1354 kB] 08:49:08 Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 08:49:08 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 08:49:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1750 kB] 08:49:09 Fetched 8178 kB in 2s (4645 kB/s) 08:49:10 Reading package lists... 08:49:12 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: 08:49:12 - README.md 08:49:12 08:49:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:49:14 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:49:14 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:49:14 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:49:14 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 08:49:15 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... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 08:49:17 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 08:49:18 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 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 08:49:18 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 08:49:18 Reading state information... 0% Reading state information... 0% Reading state information... Done 08:49:18 The following packages were automatically installed and are no longer required: 08:49:18 libjq1 libonig4 08:49:18 Use 'sudo apt autoremove' to remove them. 08:49:18 Suggested packages: 08:49:18 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 08:49:18 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 08:49:18 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 08:49:18 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 08:49:18 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 08:49:18 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 08:49:18 git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc 08:49:18 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 08:49:18 | libterm-readline-perl-perl 08:49:19 The following NEW packages will be installed: 08:49:19 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 08:49:19 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 08:49:19 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 08:49:19 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 08:49:19 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 08:49:19 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 08:49:19 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 08:49:19 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 08:49:19 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 08:49:19 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 08:49:19 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 08:49:19 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 08:49:19 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 08:49:19 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 08:49:19 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 08:49:19 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 08:49:19 perl perl-modules-5.26 pkg-config unzip zip 08:49:19 The following packages will be upgraded: 08:49:19 libc6 perl-base 08:49:19 2 upgraded, 101 newly installed, 0 to remove and 35 not upgraded. 08:49:19 Need to get 84.4 MB of archives. 08:49:19 After this operation, 369 MB of additional disk space will be used. 08:49:19 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:49:20 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 715 kB/1391 kB 51%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 08:49:20 2% [2 libc6 22.9 kB/2831 kB 1%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 08:49:20 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:49:20 5% [4 perl-modules-5.26 13.8 kB/2762 kB 0%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 08:49:20 7% [5 libgdbm5 10.0 kB/26.0 kB 39%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 08:49:20 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] 08:49:20 8% [7 libperl5.26 12.3 kB/3534 kB 0%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:49:20 11% [8 perl 47.9 kB/201 kB 24%] 12% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 08:49:20 12% [9 less 42.7 kB/112 kB 38%] 12% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 08:49:20 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] 08:49:20 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] 08:49:20 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] 08:49:20 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] 08:49:20 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] 17% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 08:49:20 17% [15 binutils 3392 B/3392 B 100%] 17% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 08:49:20 17% [16 libc-dev-bin 22.8 kB/71.8 kB 32%] 17% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 08:49:20 17% [17 linux-libc-dev 16.2 kB/998 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] 08:49:20 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] 08:49:20 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] 08:49:21 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] 08:49:21 22% [21 libmpfr6 55.6 kB/243 kB 23%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 08:49:21 22% [22 libmpc3 9306 B/40.8 kB 23%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:49:21 22% [23 cpp-7 33.8 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:49:21 31% [24 cpp 27.6 kB/27.7 kB 100%] 31% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:49:21 31% [25 libcc1-0 0 B/39.4 kB 0%] 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] 08:49:21 31% [26 libgomp1 0 B/76.5 kB 0%] 31% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:49:21 31% [27 libitm1 0 B/27.9 kB 0%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:49:21 32% [28 libatomic1 0 B/9192 B 0%] 32% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:49:21 32% [29 libasan4 0 B/358 kB 0%] 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] 08:49:21 32% [30 liblsan0 11.2 kB/133 kB 8%] 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] 08:49:21 33% [31 libtsan0 9351 B/288 kB 3%] 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] 08:49:21 33% [32 libubsan0 48.6 kB/126 kB 39%] 34% [Working] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:49:21 34% [33 libcilkrts5 42.5 kB/42.5 kB 100%] 34% [Working] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:49:21 34% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:49:21 34% [35 libquadmath0 35.8 kB/134 kB 27%] 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] 08:49:21 34% [36 libgcc-7-dev 10.1 kB/2378 kB 0%] 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] 08:49:21 37% [37 gcc-7 14.3 kB/9381 kB 0%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:49:21 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] 08:49:21 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] 08:49:22 48% [40 g++-7 14.9 kB/9697 kB 0%] 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] 08:49:22 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 08:49:22 57% [42 make 35.9 kB/154 kB 23%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:49:22 58% [43 libdpkg-perl 20.8 kB/211 kB 10%] 58% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:49:22 58% [44 patch 7797 B/102 kB 8%] 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] 08:49:22 58% [45 dpkg-dev 30.6 kB/607 kB 5%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 08:49:22 59% [46 build-essential 4758 B/4758 B 100%] 59% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 08:49:22 59% [47 cmake-data 16.4 kB/1332 kB 1%] 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] 08:49:22 61% [48 libarchive13 9726 B/288 kB 3%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 08:49:22 61% [49 libjsoncpp1 17.9 kB/73.6 kB 24%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 08:49:22 61% [50 librhash0 0 B/78.1 kB 0%] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 08:49:22 62% [51 libuv1 33.4 kB/64.4 kB 52%] 62% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 08:49:22 62% [52 cmake 24.2 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] 08:49:22 65% [53 curl 18.4 kB/159 kB 12%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 08:49:22 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] 66% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 08:49:22 66% [55 fakeroot 26.4 kB/62.3 kB 42%] 66% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] 08:49:22 66% [56 libc6-i386 28.2 kB/2652 kB 1%] 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] 08:49:22 69% [57 libc6-dev-i386 57.9 kB/1817 kB 3%] 71% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] 08:49:22 71% [58 libc6-x32 24.7 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] 08:49:22 73% [59 libc6-dev-x32 50.7 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] 08:49:22 76% [60 lib32gcc1 10.1 kB/48.1 kB 21%] 76% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 08:49:22 76% [61 libx32gcc1 16.9 kB/40.5 kB 42%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 08:49:22 76% [62 lib32gomp1 27.7 kB/83.7 kB 33%] 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] 08:49:22 76% [63 libx32gomp1 14.5 kB/77.8 kB 19%] 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] 08:49:22 77% [64 lib32itm1 18.9 kB/30.0 kB 63%] 77% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 08:49:22 77% [65 libx32itm1 28.1 kB/28.1 kB 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 08:49:22 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 08:49:23 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] 08:49:23 77% [68 lib32asan4 9480 B/362 kB 3%] 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] 08:49:23 78% [69 libx32asan4 19.0 kB/351 kB 5%] 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] 08:49:23 78% [70 lib32stdc++6 16.9 kB/415 kB 4%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 08:49:23 79% [71 lib32ubsan0 21.0 kB/140 kB 15%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 08:49:23 79% [72 libx32stdc++6 9880 B/387 kB 3%] 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] 08:49:23 80% [73 libx32ubsan0 8621 B/127 kB 7%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 08:49:23 80% [74 lib32cilkrts5 9876 B/47.2 kB 21%] 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] 08:49:23 81% [75 libx32cilkrts5 11.4 kB/43.0 kB 26%] 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] 08:49:23 81% [76 lib32mpx2 12.9 kB/12.9 kB 100%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 08:49:23 81% [77 lib32quadmath0 14.1 kB/208 kB 7%] 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] 08:49:23 81% [78 libx32quadmath0 10.8 kB/135 kB 8%] 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] 08:49:23 82% [79 lib32gcc-7-dev 6203 B/2211 kB 0%] 84% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 08:49:23 84% [80 libx32gcc-7-dev 23.0 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 08:49:23 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] 08:49:23 86% [82 lib32stdc++-7-dev 54.6 kB/626 kB 9%] 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] 08:49:23 87% [83 libx32stdc++-7-dev 17.8 kB/582 kB 3%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 08:49:23 88% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 08:49:23 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 08:49:23 88% [86 g++-multilib 1020 B/1020 B 100%] 88% [Working] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 08:49:23 88% [87 libcurl3-gnutls 21.1 kB/213 kB 10%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:49:23 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] 08:49:23 89% [89 git-man 45.1 kB/804 kB 6%] 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] 08:49:23 90% [90 git 29.9 kB/3915 kB 1%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 08:49:23 94% [91 libalgorithm-diff-perl 14.2 kB/47.6 kB 30%] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 08:49:23 94% [92 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 08:49:23 94% [93 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 08:49:23 94% [94 libfile-fcntllock-perl 21.2 kB/33.2 kB 64%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:49:23 95% [95 libnorm1 7393 B/224 kB 3%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:49:23 95% [96 libpgm-5.2-0 20.6 kB/157 kB 13%] 95% [Working] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:49:23 95% [97 libsodium23 18.5 kB/143 kB 13%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:49:23 96% [98 libzmq5 6376 B/221 kB 3%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:49:23 96% [99 libzmq3-dev 16.2 kB/400 kB 4%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 08:49:23 97% [100 manpages-dev 0 B/2217 kB 0%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:49:23 99% [101 pkg-config 8192 B/45.0 kB 18%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 08:49:24 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Waiting for headers] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:49:24 100% [103 zip 4869 B/167 kB 3%] 100% [Working] Fetched 84.4 MB in 5s (16.2 MB/s) 08:49:24 debconf: delaying package configuration, since apt-utils is not installed 08:49:24 (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.) 08:49:24 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:49:24 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 08:49:28 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:49:28 (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.) 08:49:28 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 08:49:28 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... 08:49:30 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 08:49:31 Selecting previously unselected package liblocale-gettext-perl. 08:49:31 (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.) 08:49:31 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 08:49:31 Unpacking liblocale-gettext-perl (1.07-3build2) ... 08:49:31 Selecting previously unselected package perl-modules-5.26. 08:49:31 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:49:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:49:32 Selecting previously unselected package libgdbm5:amd64. 08:49:32 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 08:49:32 Unpacking libgdbm5:amd64 (1.14.1-6) ... 08:49:32 Selecting previously unselected package libgdbm-compat4:amd64. 08:49:32 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 08:49:32 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 08:49:32 Selecting previously unselected package libperl5.26:amd64. 08:49:32 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:49:32 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:49:33 Selecting previously unselected package perl. 08:49:33 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:49:33 Unpacking perl (5.26.1-6ubuntu0.5) ... 08:49:33 Selecting previously unselected package less. 08:49:33 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 08:49:33 Unpacking less (487-0.1) ... 08:49:33 Selecting previously unselected package netbase. 08:49:33 Preparing to unpack .../007-netbase_5.4_all.deb ... 08:49:33 Unpacking netbase (5.4) ... 08:49:33 Selecting previously unselected package manpages. 08:49:33 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 08:49:33 Unpacking manpages (4.15-1) ... 08:49:33 Selecting previously unselected package binutils-common:amd64. 08:49:33 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:49:33 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:49:33 Selecting previously unselected package libbinutils:amd64. 08:49:33 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:49:33 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:49:33 Selecting previously unselected package binutils-x86-64-linux-gnu. 08:49:33 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:49:33 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:49:34 Selecting previously unselected package binutils. 08:49:34 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:49:34 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 08:49:34 Selecting previously unselected package libc-dev-bin. 08:49:34 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 08:49:34 Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... 08:49:34 Selecting previously unselected package linux-libc-dev:amd64. 08:49:34 Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... 08:49:34 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 08:49:34 Selecting previously unselected package libc6-dev:amd64. 08:49:34 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 08:49:34 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... 08:49:34 Selecting previously unselected package gcc-7-base:amd64. 08:49:34 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:34 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:34 Selecting previously unselected package libisl19:amd64. 08:49:34 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 08:49:34 Unpacking libisl19:amd64 (0.19-1) ... 08:49:35 Selecting previously unselected package libmpfr6:amd64. 08:49:35 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 08:49:35 Unpacking libmpfr6:amd64 (4.0.1-1) ... 08:49:35 Selecting previously unselected package libmpc3:amd64. 08:49:35 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 08:49:35 Unpacking libmpc3:amd64 (1.1.0-1) ... 08:49:35 Selecting previously unselected package cpp-7. 08:49:35 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:49:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:49:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:49:35 ---> 774544b9bcf3 08:49:35 Step 3/22 : WORKDIR /edgex-go 08:49:35 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:49:35 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:49:35 ---> 774544b9bcf3 08:49:35 Step 3/29 : WORKDIR /edgex-go 08:49:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:49:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:49:35 ---> 774544b9bcf3 08:49:35 Step 3/22 : WORKDIR /edgex-go 08:49:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:49:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:49:35 ---> 774544b9bcf3 08:49:35 Step 3/24 : WORKDIR /edgex-go 08:49:35 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:49:35 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:49:35 ---> 774544b9bcf3 08:49:35 Step 3/20 : WORKDIR /edgex-go 08:49:35 ---> Running in d7cbd8556c42 08:49:35 ---> Running in 22894f25821e 08:49:35 ---> Running in a67efc119d4a 08:49:35 ---> Running in 357ff0be8634 08:49:35 ---> Running in 148bedec2b24 08:49:35 Removing intermediate container 148bedec2b24 08:49:35 ---> b0c7cb21b63c 08:49:35 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:35 Removing intermediate container 357ff0be8634 08:49:35 ---> 833444521682 08:49:35 Step 4/29 : RUN apk update && apk add make git 08:49:35 Removing intermediate container 22894f25821e 08:49:35 ---> 8fb1516a7a87 08:49:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:35 Removing intermediate container d7cbd8556c42 08:49:35 ---> 90128af8305c 08:49:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:35 Removing intermediate container a67efc119d4a 08:49:35 ---> 248e5bf08844 08:49:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:35 ---> Running in 73a3afbcb521 08:49:35 ---> Running in e5f2d11f2d4b 08:49:35 ---> Running in a1c4dbdbbe53 08:49:35 ---> Running in 4d14ddac8921 08:49:35 ---> Running in 818dae15cafc 08:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:36 Selecting previously unselected package cpp. 08:49:36 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:49:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 08:49:36 Selecting previously unselected package libcc1-0:amd64. 08:49:36 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libgomp1:amd64. 08:49:36 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libitm1:amd64. 08:49:36 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libatomic1:amd64. 08:49:36 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libasan4:amd64. 08:49:36 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:36 Selecting previously unselected package liblsan0:amd64. 08:49:36 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libtsan0:amd64. 08:49:36 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libubsan0:amd64. 08:49:36 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libcilkrts5:amd64. 08:49:36 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libmpx2:amd64. 08:49:36 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libquadmath0:amd64. 08:49:36 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:36 Selecting previously unselected package libgcc-7-dev:amd64. 08:49:36 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:36 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:37 Selecting previously unselected package gcc-7. 08:49:37 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:37 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:49:37 Removing intermediate container 73a3afbcb521 08:49:37 ---> 917bcfb1802e 08:49:37 Step 5/20 : RUN apk update && apk add make git 08:49:37 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:49:37 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:49:37 OK: 12623 distinct packages available 08:49:37 ---> Running in af59f34a0c03 08:49:37 Removing intermediate container a1c4dbdbbe53 08:49:37 ---> 5122d07e7cfe 08:49:37 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:49:38 Selecting previously unselected package gcc. 08:49:38 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:49:38 ---> Running in 2a854a13f93a 08:49:38 Removing intermediate container 818dae15cafc 08:49:38 ---> 16a656a6cafe 08:49:38 Step 5/24 : RUN apk update && apk add make git 08:49:38 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 08:49:38 Selecting previously unselected package libstdc++-7-dev:amd64. 08:49:38 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:38 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:38 Removing intermediate container 4d14ddac8921 08:49:38 OK: 217 MiB in 51 packages 08:49:38 ---> 17f7c908412d 08:49:38 Step 5/22 : RUN apk update && apk add make git 08:49:38 ---> Running in bcc134fb8d75 08:49:38 ---> Running in 366628de20fd 08:49:38 Selecting previously unselected package g++-7. 08:49:38 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 08:49:39 Selecting previously unselected package g++. 08:49:39 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:49:39 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 08:49:39 Selecting previously unselected package make. 08:49:39 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 08:49:39 Unpacking make (4.1-9.1ubuntu1) ... 08:49:39 Selecting previously unselected package libdpkg-perl. 08:49:39 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:49:39 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:49:40 Selecting previously unselected package patch. 08:49:40 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:49:40 Unpacking patch (2.7.6-2ubuntu1.1) ... 08:49:40 Selecting previously unselected package dpkg-dev. 08:49:40 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:49:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 08:49:40 Selecting previously unselected package build-essential. 08:49:40 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 08:49:40 Unpacking build-essential (12.4ubuntu1) ... 08:49:40 Selecting previously unselected package cmake-data. 08:49:40 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 08:49:40 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 08:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:40 Removing intermediate container e5f2d11f2d4b 08:49:40 ---> efcca56976eb 08:49:40 Step 5/29 : COPY go.mod . 08:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:41 ---> 571371f74e18 08:49:41 Step 6/29 : RUN go mod download 08:49:41 Selecting previously unselected package libarchive13:amd64. 08:49:41 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 08:49:41 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 08:49:41 Selecting previously unselected package libjsoncpp1:amd64. 08:49:41 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 08:49:41 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 08:49:41 Selecting previously unselected package librhash0:amd64. 08:49:41 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 08:49:41 Unpacking librhash0:amd64 (1.3.6-2) ... 08:49:41 Selecting previously unselected package libuv1:amd64. 08:49:41 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 08:49:41 Unpacking libuv1:amd64 (1.18.0-3) ... 08:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:41 ---> Running in d3e5d3e04bd4 08:49:41 Selecting previously unselected package cmake. 08:49:41 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 08:49:41 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 08:49:41 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:49:41 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:49:41 OK: 12623 distinct packages available 08:49:41 Selecting previously unselected package curl. 08:49:41 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 08:49:41 Unpacking curl (7.58.0-2ubuntu3.10) ... 08:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:42 Selecting previously unselected package libfakeroot:amd64. 08:49:42 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 08:49:42 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 08:49:42 Selecting previously unselected package fakeroot. 08:49:42 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 08:49:42 Unpacking fakeroot (1.22-2ubuntu1) ... 08:49:42 Selecting previously unselected package libc6-i386. 08:49:42 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... 08:49:42 Unpacking libc6-i386 (2.27-3ubuntu1.3) ... 08:49:42 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:49:42 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:49:42 OK: 12623 distinct packages available 08:49:42 OK: 217 MiB in 51 packages 08:49:42 Selecting previously unselected package libc6-dev-i386. 08:49:42 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... 08:49:42 Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... 08:49:42 Selecting previously unselected package libc6-x32. 08:49:42 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... 08:49:42 Unpacking libc6-x32 (2.27-3ubuntu1.3) ... 08:49:42 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:49:42 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:49:42 OK: 12623 distinct packages available 08:49:42 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:49:42 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:49:42 OK: 12623 distinct packages available 08:49:43 Selecting previously unselected package libc6-dev-x32. 08:49:43 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... 08:49:43 Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... 08:49:43 Selecting previously unselected package lib32gcc1. 08:49:43 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:43 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 08:49:43 OK: 217 MiB in 51 packages 08:49:43 Selecting previously unselected package libx32gcc1. 08:49:43 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:43 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 08:49:43 Selecting previously unselected package lib32gomp1. 08:49:43 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:43 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 08:49:43 Selecting previously unselected package libx32gomp1. 08:49:43 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:43 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 08:49:43 Selecting previously unselected package lib32itm1. 08:49:43 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:43 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 08:49:43 Selecting previously unselected package libx32itm1. 08:49:43 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:43 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 08:49:43 Selecting previously unselected package lib32atomic1. 08:49:43 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:43 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 08:49:43 Selecting previously unselected package libx32atomic1. 08:49:43 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:43 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 08:49:44 OK: 217 MiB in 51 packages 08:49:44 OK: 217 MiB in 51 packages 08:49:44 Selecting previously unselected package lib32asan4. 08:49:44 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package libx32asan4. 08:49:44 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package lib32stdc++6. 08:49:44 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package lib32ubsan0. 08:49:44 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package libx32stdc++6. 08:49:44 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 08:49:44 OK: 217 MiB in 51 packages 08:49:44 Removing intermediate container af59f34a0c03 08:49:44 ---> 700889d818dd 08:49:44 Step 6/20 : COPY go.mod . 08:49:44 Selecting previously unselected package libx32ubsan0. 08:49:44 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package lib32cilkrts5. 08:49:44 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package libx32cilkrts5. 08:49:44 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package lib32mpx2. 08:49:44 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package lib32quadmath0. 08:49:44 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package libx32quadmath0. 08:49:44 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 08:49:44 Selecting previously unselected package lib32gcc-7-dev. 08:49:44 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:44 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 08:49:45 Selecting previously unselected package libx32gcc-7-dev. 08:49:45 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:45 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 08:49:45 Selecting previously unselected package gcc-7-multilib. 08:49:45 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:45 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 08:49:45 Selecting previously unselected package lib32stdc++-7-dev. 08:49:45 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:45 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 08:49:45 Removing intermediate container 366628de20fd 08:49:45 ---> 15cbb6a2fbe6 08:49:45 Step 7/20 : RUN go mod download 08:49:45 ---> b782b46c04de 08:49:45 Step 6/24 : COPY go.mod . 08:49:45 Selecting previously unselected package libx32stdc++-7-dev. 08:49:45 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:45 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 08:49:45 ---> Running in 982dbb451595 08:49:45 Removing intermediate container d3e5d3e04bd4 08:49:45 ---> c64cda41deb3 08:49:45 Step 7/29 : COPY . . 08:49:46 Selecting previously unselected package g++-7-multilib. 08:49:46 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:49:46 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 08:49:46 Selecting previously unselected package gcc-multilib. 08:49:46 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:49:46 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 08:49:46 Selecting previously unselected package g++-multilib. 08:49:46 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:49:46 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 08:49:46 Removing intermediate container bcc134fb8d75 08:49:46 ---> 58c50bd75c64 08:49:46 Step 6/22 : COPY go.mod . 08:49:46 Selecting previously unselected package libcurl3-gnutls:amd64. 08:49:46 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 08:49:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 08:49:46 Selecting previously unselected package liberror-perl. 08:49:46 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 08:49:46 Unpacking liberror-perl (0.17025-1) ... 08:49:46 Selecting previously unselected package git-man. 08:49:46 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:49:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:49:46 Selecting previously unselected package git. 08:49:46 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:49:46 Removing intermediate container 2a854a13f93a 08:49:46 ---> ba50d87be22a 08:49:46 Step 6/22 : COPY go.mod . 08:49:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:49:46 ---> 4df522b34db4 08:49:46 Step 7/24 : RUN go mod download 08:49:47 ---> Running in b61d1ca75d53 08:49:47 Selecting previously unselected package libalgorithm-diff-perl. 08:49:47 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 08:49:47 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 08:49:47 Selecting previously unselected package libalgorithm-diff-xs-perl. 08:49:47 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 08:49:47 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 08:49:47 Selecting previously unselected package libalgorithm-merge-perl. 08:49:47 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 08:49:47 Unpacking libalgorithm-merge-perl (0.08-3) ... 08:49:47 Selecting previously unselected package libfile-fcntllock-perl. 08:49:47 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 08:49:47 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 08:49:47 Selecting previously unselected package libnorm1:amd64. 08:49:47 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:49:47 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:49:47 Selecting previously unselected package libpgm-5.2-0:amd64. 08:49:47 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:49:47 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:49:47 Selecting previously unselected package libsodium23:amd64. 08:49:47 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 08:49:47 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:49:47 Selecting previously unselected package libzmq5:amd64. 08:49:47 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:49:47 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:49:47 Selecting previously unselected package libzmq3-dev:amd64. 08:49:47 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:49:47 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:49:47 Selecting previously unselected package manpages-dev. 08:49:47 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 08:49:47 Unpacking manpages-dev (4.15-1) ... 08:49:47 ---> b5d77b2fdc10 08:49:47 ---> a8e5bed02e87 08:49:47 Step 7/22 : RUN go mod download 08:49:47 Step 7/22 : RUN go mod download 08:49:47 Selecting previously unselected package pkg-config. 08:49:47 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:49:47 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:49:47 Selecting previously unselected package unzip. 08:49:47 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 08:49:47 Unpacking unzip (6.0-21ubuntu1) ... 08:49:48 ---> Running in fe8f9d15e573 08:49:48 ---> Running in 06a8333122bf 08:49:48 Selecting previously unselected package zip. 08:49:48 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 08:49:48 Unpacking zip (3.0-11build1) ... 08:49:48 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up libc6-x32 (2.27-3ubuntu1.3) ... 08:49:48 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:49:48 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up manpages (4.15-1) ... 08:49:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:49:48 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up less (487-0.1) ... 08:49:48 Setting up make (4.1-9.1ubuntu1) ... 08:49:48 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up curl (7.58.0-2ubuntu3.10) ... 08:49:48 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 08:49:48 Setting up libuv1:amd64 (1.18.0-3) ... 08:49:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 08:49:48 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up unzip (6.0-21ubuntu1) ... 08:49:48 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 08:49:48 Setting up libmpfr6:amd64 (4.0.1-1) ... 08:49:48 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 08:49:48 Setting up libc6-i386 (2.27-3ubuntu1.3) ... 08:49:48 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:49:48 Setting up libgdbm5:amd64 (1.14.1-6) ... 08:49:48 Setting up zip (3.0-11build1) ... 08:49:48 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 08:49:48 Setting up librhash0:amd64 (1.3.6-2) ... 08:49:48 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:49:49 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:49 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:49:49 Setting up libsodium23:amd64 (1.0.16-2) ... 08:49:49 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up patch (2.7.6-2ubuntu1.1) ... 08:49:49 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 08:49:49 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up liblocale-gettext-perl (1.07-3build2) ... 08:49:49 Setting up libmpc3:amd64 (1.1.0-1) ... 08:49:49 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 08:49:49 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 08:49:49 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up manpages-dev (4.15-1) ... 08:49:49 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 08:49:49 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 08:49:49 Setting up netbase (5.4) ... 08:49:49 Setting up libisl19:amd64 (0.19-1) ... 08:49:49 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 08:49:49 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 08:49:49 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:49:49 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 08:49:49 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:49 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:49:49 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 08:49:50 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 08:49:50 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:49:50 Setting up fakeroot (1.22-2ubuntu1) ... 08:49:50 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 08:49:50 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 08:49:50 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 08:49:50 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 08:49:50 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 08:49:50 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 08:49:50 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 08:49:50 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 08:49:50 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 08:49:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:49:50 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 08:49:50 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 08:49:50 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... 08:49:50 Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... 08:49:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:49:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:49:50 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up perl (5.26.1-6ubuntu0.5) ... 08:49:50 Setting up libfile-fcntllock-perl (0.22-3build2) ... 08:49:50 Setting up libalgorithm-diff-perl (1.19.03-1) ... 08:49:50 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:49:50 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up liberror-perl (0.17025-1) ... 08:49:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:49:50 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:49:50 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 08:49:50 Setting up libalgorithm-merge-perl (0.08-3) ... 08:49:50 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:49:50 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 08:49:50 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:49:50 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 08:49:50 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 08:49:50 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:49:50 Setting up build-essential (12.4ubuntu1) ... 08:49:50 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 08:49:50 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:49:51 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 08:49:51 Processing triggers for mime-support (3.60ubuntu1) ... 08:49:51 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 08:49:51 Removing intermediate container 982dbb451595 08:49:51 ---> 5fec59dbf65a 08:49:51 Step 8/20 : COPY . . 08:49:51 Removing intermediate container b61d1ca75d53 08:49:51 ---> 74dcfed09768 08:49:51 Step 8/24 : COPY . . 08:49:52 binutils set to automatically installed. 08:49:52 binutils-common set to automatically installed. 08:49:52 binutils-x86-64-linux-gnu set to automatically installed. 08:49:52 build-essential set to automatically installed. 08:49:52 cmake set to automatically installed. 08:49:52 cmake-data set to automatically installed. 08:49:52 cpp set to automatically installed. 08:49:52 cpp-7 set to automatically installed. 08:49:52 curl set to automatically installed. 08:49:52 dpkg-dev set to automatically installed. 08:49:52 fakeroot set to automatically installed. 08:49:52 g++ set to automatically installed. 08:49:52 g++-7 set to automatically installed. 08:49:52 g++-7-multilib set to automatically installed. 08:49:52 g++-multilib set to automatically installed. 08:49:52 gcc set to automatically installed. 08:49:52 gcc-7 set to automatically installed. 08:49:52 gcc-7-base set to automatically installed. 08:49:52 gcc-7-multilib set to automatically installed. 08:49:52 gcc-multilib set to automatically installed. 08:49:52 git set to automatically installed. 08:49:52 git-man set to automatically installed. 08:49:52 less set to automatically installed. 08:49:52 lib32asan4 set to automatically installed. 08:49:52 lib32atomic1 set to automatically installed. 08:49:52 lib32cilkrts5 set to automatically installed. 08:49:52 lib32gcc-7-dev set to automatically installed. 08:49:52 lib32gcc1 set to automatically installed. 08:49:52 lib32gomp1 set to automatically installed. 08:49:52 lib32itm1 set to automatically installed. 08:49:52 lib32mpx2 set to automatically installed. 08:49:52 lib32quadmath0 set to automatically installed. 08:49:52 lib32stdc++-7-dev set to automatically installed. 08:49:52 lib32stdc++6 set to automatically installed. 08:49:52 lib32ubsan0 set to automatically installed. 08:49:52 libalgorithm-diff-perl set to automatically installed. 08:49:52 libalgorithm-diff-xs-perl set to automatically installed. 08:49:52 libalgorithm-merge-perl set to automatically installed. 08:49:52 libarchive13 set to automatically installed. 08:49:52 libasan4 set to automatically installed. 08:49:52 libatomic1 set to automatically installed. 08:49:52 libbinutils set to automatically installed. 08:49:52 libc-dev-bin set to automatically installed. 08:49:52 libc6 set to automatically installed. 08:49:52 libc6-dev set to automatically installed. 08:49:52 libc6-dev-i386 set to automatically installed. 08:49:52 libc6-dev-x32 set to automatically installed. 08:49:52 libc6-i386 set to automatically installed. 08:49:52 libc6-x32 set to automatically installed. 08:49:52 libcc1-0 set to automatically installed. 08:49:52 libcilkrts5 set to automatically installed. 08:49:52 libcurl3-gnutls set to automatically installed. 08:49:52 libdpkg-perl set to automatically installed. 08:49:52 liberror-perl set to automatically installed. 08:49:52 libfakeroot set to automatically installed. 08:49:52 libfile-fcntllock-perl set to automatically installed. 08:49:52 libgcc-7-dev set to automatically installed. 08:49:52 libgdbm-compat4 set to automatically installed. 08:49:52 libgdbm5 set to automatically installed. 08:49:52 libgomp1 set to automatically installed. 08:49:52 libisl19 set to automatically installed. 08:49:52 libitm1 set to automatically installed. 08:49:52 libjsoncpp1 set to automatically installed. 08:49:52 liblocale-gettext-perl set to automatically installed. 08:49:52 liblsan0 set to automatically installed. 08:49:52 libmpc3 set to automatically installed. 08:49:52 libmpfr6 set to automatically installed. 08:49:52 libmpx2 set to automatically installed. 08:49:52 libnorm1 set to automatically installed. 08:49:52 libperl5.26 set to automatically installed. 08:49:52 libpgm-5.2-0 set to automatically installed. 08:49:52 libquadmath0 set to automatically installed. 08:49:52 librhash0 set to automatically installed. 08:49:52 libsodium23 set to automatically installed. 08:49:52 libstdc++-7-dev set to automatically installed. 08:49:52 libtsan0 set to automatically installed. 08:49:52 libubsan0 set to automatically installed. 08:49:52 libuv1 set to automatically installed. 08:49:52 libx32asan4 set to automatically installed. 08:49:52 libx32atomic1 set to automatically installed. 08:49:52 libx32cilkrts5 set to automatically installed. 08:49:52 libx32gcc-7-dev set to automatically installed. 08:49:52 libx32gcc1 set to automatically installed. 08:49:52 libx32gomp1 set to automatically installed. 08:49:52 libx32itm1 set to automatically installed. 08:49:52 libx32quadmath0 set to automatically installed. 08:49:52 libx32stdc++-7-dev set to automatically installed. 08:49:52 libx32stdc++6 set to automatically installed. 08:49:52 libx32ubsan0 set to automatically installed. 08:49:52 libzmq3-dev set to automatically installed. 08:49:52 libzmq5 set to automatically installed. 08:49:52 linux-libc-dev set to automatically installed. 08:49:52 make set to automatically installed. 08:49:52 manpages set to automatically installed. 08:49:52 manpages-dev set to automatically installed. 08:49:52 netbase set to automatically installed. 08:49:52 patch set to automatically installed. 08:49:52 perl set to automatically installed. 08:49:52 perl-base set to automatically installed. 08:49:52 perl-modules-5.26 set to automatically installed. 08:49:52 pkg-config set to automatically installed. 08:49:52 unzip set to automatically installed. 08:49:52 zip set to automatically installed. 08:49:52 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 08:49:52 Please ensure the environment is properly setup before continuing. 08:49:52 Ignore this message if the appropriate measures have already been taken 08:49:53 Pulling go-build-helper  08:49:53 Removing intermediate container fe8f9d15e573 08:49:53 ---> fd32b13e73e4 08:49:53 Step 8/22 : COPY . . 08:49:53 Removing intermediate container 06a8333122bf 08:49:53 ---> 9df05e322c37 08:49:53 Step 8/22 : COPY . . 08:49:54 'go115' has dependencies that need to be staged: go-build-helper 08:49:54 Skipping pull go-build-helper (already ran) 08:49:54 Building go-build-helper  08:49:57 Staging go-build-helper  08:49:58 Pulling go115  08:49:59 'app-service-config' has dependencies that need to be staged: go115 08:49:59 Skipping pull go115 (already ran) 08:49:59 Building go115  08:49:59 % Total % Received % Xferd Average Speed Time Time Time Current 08:49:59 Dload Upload Total Spent Left Speed 08:50:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 45 115M 45 52.2M 0 0 51.5M 0 0:00:02 0:00:01 0:00:01 51.5M 56 115M 56 64.9M 0 0 52.9M 0 0:00:02 0:00:01 0:00:01 52.8M 08:50:00 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 08:50:00 Failed to run 'override-build': Exit code was 56. [Pipeline] } 08:50:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:50:02 Failed in branch amd64 08:50:16 ---> 4fa5e793af73 08:50:16 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:50:16 ---> c6af01c0f87e 08:50:16 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:50:16 ---> 266943b00c08 08:50:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:50:16 ---> d20fea95e3fc 08:50:16 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:50:16 ---> d0e1fa7af054 08:50:16 Step 9/22 : RUN make cmd/support-logging/support-logging 08:50:16 ---> Running in d7874da4975e 08:50:16 ---> Running in 8dcd3f2d0906 08:50:16 ---> Running in 418c3f0d7530 08:50:16 ---> Running in 09bdcecfe15d 08:50:16 ---> Running in 27e11c725e43 08:50:16 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 08:50:16 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 08:50:16 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 08:50:16 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 08:50:16 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 08:51:38 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 08:51:38 Removing intermediate container d7874da4975e 08:51:38 ---> 8d8b59ed0067 08:51:38 08:51:38 Step 9/29 : FROM alpine:latest 08:51:38 Removing intermediate container 8dcd3f2d0906 08:51:38 ---> 8b153970abdb 08:51:38 08:51:38 Step 10/20 : FROM alpine 08:51:38 latest: Pulling from library/alpine 08:51:38 latest: Pulling from library/alpine 08:51:38 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:51:38 Status: Downloaded newer image for alpine:latest 08:51:38 ---> 2e77e061c27f 08:51:38 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:51:38 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:51:38 Status: Image is up to date for alpine:latest 08:51:38 ---> 2e77e061c27f 08:51:38 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:51:38 ---> Running in b0b547a9559a 08:51:38 ---> Running in 04542814522f 08:51:38 Removing intermediate container b0b547a9559a 08:51:38 ---> f013eb44b73d 08:51:38 Step 11/29 : USER root 08:51:38 ---> Running in 61d27d1247eb 08:51:38 Removing intermediate container 61d27d1247eb 08:51:38 ---> 9db8fecf7d68 08:51:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:51:38 ---> Running in fa73fdb3d96d 08:51:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:39 v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:51:39 v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:51:39 OK: 12615 distinct packages available 08:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:40 (1/4) Installing ca-certificates (20191127-r4) 08:51:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:51:40 (3/4) Installing libcurl (7.69.1-r1) 08:51:40 (4/4) Installing curl (7.69.1-r1) 08:51:40 Executing busybox-1.31.1-r19.trigger 08:51:40 Executing ca-certificates-20191127-r4.trigger 08:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:41 OK: 7 MiB in 18 packages 08:51:41 v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:51:41 v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:51:41 OK: 12615 distinct packages available 08:51:42 (1/2) Installing ca-certificates (20191127-r4) 08:51:42 (2/2) Installing dumb-init (1.2.2-r1) 08:51:42 Executing busybox-1.31.1-r19.trigger 08:51:42 Executing ca-certificates-20191127-r4.trigger 08:51:43 OK: 6 MiB in 16 packages 08:51:44 Removing intermediate container 04542814522f 08:51:44 ---> 9e849370333f 08:51:44 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:51:44 ---> Running in ac35a46ed852 08:51:46 Removing intermediate container ac35a46ed852 08:51:46 ---> 404a92e266cf 08:51:46 Step 13/20 : WORKDIR /edgex 08:51:47 Removing intermediate container fa73fdb3d96d 08:51:47 ---> eccf02d57a42 08:51:47 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:51:47 ---> Running in 137c702d7387 08:51:47 ---> Running in 3e0ecbc0bd6f 08:51:48 Removing intermediate container 418c3f0d7530 08:51:48 ---> a034438444ad 08:51:48 08:51:48 Step 10/24 : FROM alpine:3.10 08:51:48 Removing intermediate container 137c702d7387 08:51:48 ---> 95cba669dd12 08:51:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:51:48 Removing intermediate container 3e0ecbc0bd6f 08:51:48 ---> 247ca2ec18a0 08:51:48 Step 14/29 : WORKDIR $BASE_DIR 08:51:49 3.10: Pulling from library/alpine 08:51:49 ---> Running in ece459baa105 08:51:49 Removing intermediate container 09bdcecfe15d 08:51:49 ---> c89df05d6229 08:51:49 08:51:49 Step 10/22 : FROM scratch 08:51:49 ---> 08:51:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:51:50 ---> Running in ddc42852e8e4 08:51:50 ---> 598cc1c5d760 08:51:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:51:50 Removing intermediate container ece459baa105 08:51:50 ---> ea8b0dd9cbb6 08:51:50 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:51:50 ---> Running in 83d988ef239f 08:51:51 Removing intermediate container ddc42852e8e4 08:51:51 ---> 82262ad6d669 08:51:51 Step 12/22 : ENV APP_PORT=48061 08:51:51 ---> Running in 8b0938c29e99 08:51:52 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:51:52 Status: Downloaded newer image for alpine:3.10 08:51:52 ---> 536a684cf733 08:51:52 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:51:52 ---> Running in 98afd591e7aa 08:51:53 Removing intermediate container 8b0938c29e99 08:51:53 ---> df2a16e21338 08:51:53 Step 13/22 : EXPOSE $APP_PORT 08:51:53 ---> Running in a5cad37d7e93 08:51:54 ---> 589bda54c09d 08:51:54 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:51:54 Removing intermediate container a5cad37d7e93 08:51:54 ---> 5c76c88cfd77 08:51:54 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:51:54 ---> Running in acfcf9c46fdf 08:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:51:55 Removing intermediate container acfcf9c46fdf 08:51:55 ---> eb592957184a 08:51:55 Step 17/20 : CMD ["--init=true"] 08:51:56 ---> Running in e2033417d84f 08:51:56 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:51:56 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:51:56 OK: 10167 distinct packages available 08:51:56 Removing intermediate container 83d988ef239f 08:51:56 ---> 3fe74f414cb1 08:51:56 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:51:56 ---> 376c2bd4ac1d 08:51:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:51:56 (1/5) Installing ca-certificates (20191127-r2) 08:51:56 Removing intermediate container e2033417d84f 08:51:56 ---> 7e550a7ad719 08:51:56 Step 18/20 : LABEL arch=arm64 08:51:57 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:51:57 (3/5) Installing libcurl (7.66.0-r1) 08:51:57 (4/5) Installing curl (7.66.0-r1) 08:51:57 (5/5) Installing dumb-init (1.2.2-r1) 08:51:57 Executing busybox-1.30.1-r3.trigger 08:51:57 Executing ca-certificates-20191127-r2.trigger 08:51:57 OK: 7 MiB in 19 packages 08:51:57 ---> Running in 40f968c9f928 08:51:58 ---> 6b253bb065c2 08:51:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:51:58 ---> 96e3c867c960 08:51:58 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:51:58 Removing intermediate container 40f968c9f928 08:51:58 ---> 446504faceee 08:51:58 Step 19/20 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:51:58 ---> Running in fb78b58159f3 08:51:59 Removing intermediate container fb78b58159f3 08:51:59 ---> 388e5e9afe87 08:51:59 Step 20/20 : LABEL version=0.0.0 08:52:00 ---> e147c7f5f36a 08:52:00 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:52:00 ---> dbb8dcefd3b6 08:52:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:52:00 Removing intermediate container 98afd591e7aa 08:52:00 ---> 9bf9ab3d131f 08:52:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:52:00 ---> Running in 4f37ae65ca2a 08:52:00 ---> Running in fcac64ec1007 08:52:00 Removing intermediate container 4f37ae65ca2a 08:52:00 ---> 2784608d04d0 08:52:00 08:52:01 Removing intermediate container fcac64ec1007 08:52:01 ---> 4c7df2bf54f9 08:52:01 Step 13/24 : WORKDIR / 08:52:01 ---> 8a0dd9d512a8 08:52:01 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:52:01 Successfully built 2784608d04d0 08:52:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:52:01 Building docker-core-data-go 08:52:01 ---> Running in 7af16c3eb0f1 08:52:01  Building docker-security-proxy-setup-go ... done  ---> 7ffa116a2492 08:52:01 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:52:01 ---> Running in 45e3ef9e8073 08:52:02 Removing intermediate container 7af16c3eb0f1 08:52:02 ---> 9daa1f943568 08:52:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:52:02 Removing intermediate container 45e3ef9e8073 08:52:02 ---> 5bb12d58b660 08:52:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:02 ---> 4111994298c3 08:52:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:52:02 ---> Running in ddc618a806d5 08:52:04 ---> b21166ef8f68 08:52:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:52:04 Removing intermediate container ddc618a806d5 08:52:04 ---> 4ae3a24b26cc 08:52:04 Step 20/22 : LABEL arch=arm64 08:52:04 ---> b76f01b2217b 08:52:04 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:52:04 ---> Running in 1c318059e95b 08:52:05 ---> Running in 97c0ca2bbb4b 08:52:05 ---> 87b12b959827 08:52:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:52:06 Removing intermediate container 1c318059e95b 08:52:06 ---> 4c0b1ceaa180 08:52:06 Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:52:06 ---> Running in 3d922b20a867 08:52:07 ---> 2d1e49172e9d 08:52:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:52:07 Removing intermediate container 3d922b20a867 08:52:07 ---> 9a4bdc2ee354 08:52:07 Step 22/22 : LABEL version=0.0.0 08:52:07 ---> Running in 37fb0c6ae2cf 08:52:08 Removing intermediate container 37fb0c6ae2cf 08:52:08 ---> 5d9e32162c9c 08:52:08 08:52:09 ---> 8d2a99d5ca03 08:52:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:52:09 Removing intermediate container 97c0ca2bbb4b 08:52:09 ---> 1d4dbd944208 08:52:09 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:52:09 Successfully built 5d9e32162c9c 08:52:09 Successfully tagged docker-support-logging-go-arm64:latest 08:52:09  Building docker-support-logging-go ... done Building docker-support-notifications-go 08:52:09 Removing intermediate container 27e11c725e43 08:52:09 ---> 84e53747c8b8 08:52:09 08:52:09 Step 10/22 : FROM scratch 08:52:09 ---> 08:52:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:52:10 ---> Running in d6d94e681b0c 08:52:10 ---> 974f40a18919 08:52:10 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:52:10 ---> 0aa0ff16b106 08:52:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:52:10 ---> Running in 143aea3ebe86 08:52:10 Removing intermediate container d6d94e681b0c 08:52:10 ---> b33ef71c4562 08:52:10 Step 12/22 : ENV APP_PORT=48081 08:52:10 ---> Running in ee1cbbbacdf6 08:52:11 ---> 32fc521f942a 08:52:11 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:52:11 Removing intermediate container ee1cbbbacdf6 08:52:11 ---> 0a6ec93ab637 08:52:11 Step 13/22 : EXPOSE $APP_PORT 08:52:12 ---> Running in 60f5e4cd097f 08:52:12 ---> Running in 7b91c0a375d9 08:52:13 Removing intermediate container 7b91c0a375d9 08:52:13 ---> ace6cd573065 08:52:13 Step 14/22 : WORKDIR / 08:52:13 ---> Running in f9bfd2698d0f 08:52:14 Removing intermediate container 143aea3ebe86 08:52:14 ---> 6ca38a75bc20 08:52:14 Step 24/29 : RUN chmod 755 security-secrets-setup 08:52:14 Removing intermediate container f9bfd2698d0f 08:52:14 ---> 1f832d179ffb 08:52:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:52:15 ---> Running in cfdcda5d30d0 08:52:16 Removing intermediate container 60f5e4cd097f 08:52:16 ---> 911d72e0f813 08:52:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:52:16 ---> 1d0537e6a38e 08:52:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:52:16 ---> Running in cfd58bfebd8c 08:52:17 Removing intermediate container cfd58bfebd8c 08:52:17 ---> 02b23a2a6b63 08:52:17 Step 22/24 : LABEL arch=arm64 08:52:18 ---> Running in 39ffb2797070 08:52:18 ---> b8cdb793dae8 08:52:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:52:19 Removing intermediate container 39ffb2797070 08:52:19 ---> 542b0bba5c79 08:52:19 Step 23/24 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:52:19 ---> Running in 0d6990fc6dc6 08:52:19 Removing intermediate container cfdcda5d30d0 08:52:19 ---> fb2f39777a4b 08:52:19 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:52:19 ---> Running in a35a273ad76b 08:52:19 ---> 79519323ee3d 08:52:19 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:52:19 ---> Running in 455ad4c404ab 08:52:19 Removing intermediate container 0d6990fc6dc6 08:52:19 ---> 855ebd4b1abe 08:52:19 Step 24/24 : LABEL version=0.0.0 08:52:20 Removing intermediate container a35a273ad76b 08:52:20 ---> e977c4705d09 08:52:20 Step 26/29 : CMD [ "generate" ] 08:52:20 ---> Running in f896a7532ef6 08:52:20 ---> Running in 1729688d4928 08:52:20 Removing intermediate container 455ad4c404ab 08:52:20 ---> b26a32838846 08:52:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:20 ---> Running in 71bf0324d6c4 08:52:20 Removing intermediate container f896a7532ef6 08:52:20 ---> 37ab1ddddeea 08:52:20 08:52:21 Removing intermediate container 1729688d4928 08:52:21 ---> bf5b217cf907 08:52:21 Step 27/29 : LABEL arch=arm64 08:52:21 ---> Running in 8ea819e6b406 08:52:21 Successfully built 37ab1ddddeea 08:52:21 Removing intermediate container 71bf0324d6c4 08:52:21 ---> a87ab2227e03 08:52:21 Step 20/22 : LABEL arch=arm64 08:52:21 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:52:21  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go 08:52:21 ---> Running in 414347e20fb0 08:52:22 Removing intermediate container 8ea819e6b406 08:52:22 ---> cd7b68b2d923 08:52:22 Step 28/29 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:52:22 ---> Running in c7466cea833c 08:52:22 Removing intermediate container 414347e20fb0 08:52:22 ---> 45823541147e 08:52:22 Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:52:22 ---> Running in 4267e95d2b6e 08:52:22 Removing intermediate container c7466cea833c 08:52:22 ---> dbbed840bb82 08:52:22 Step 29/29 : LABEL version=0.0.0 08:52:22 ---> Running in f02acf1cda58 08:52:23 Removing intermediate container 4267e95d2b6e 08:52:23 ---> 622be9eb2096 08:52:23 Step 22/22 : LABEL version=0.0.0 08:52:23 ---> Running in 322cd1cc1c87 08:52:23 Removing intermediate container f02acf1cda58 08:52:23 ---> e6c7d7b232df 08:52:23 08:52:24 Successfully built e6c7d7b232df 08:52:24 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:52:24  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 08:52:24 Removing intermediate container 322cd1cc1c87 08:52:24 ---> 25e7f2d93e1d 08:52:24 08:52:24 Successfully built 25e7f2d93e1d 08:52:24 Successfully tagged docker-core-metadata-go-arm64:latest 08:52:24 Building docker-support-scheduler-go 08:52:28  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:52:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:52:28 ---> 774544b9bcf3 08:52:28 Step 3/23 : WORKDIR /edgex-go 08:52:28 ---> Using cache 08:52:28 ---> 90128af8305c 08:52:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:28 ---> Using cache 08:52:28 ---> 17f7c908412d 08:52:28 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:52:29 ---> Running in 3388173c8a13 08:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:32 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:52:32 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:52:32 OK: 12623 distinct packages available 08:52:33 OK: 217 MiB in 51 packages 08:52:36 Removing intermediate container 3388173c8a13 08:52:36 ---> 0e1a82f27007 08:52:36 Step 6/23 : COPY go.mod . 08:52:37 ---> 07a88aaef5dd 08:52:37 Step 7/23 : RUN go mod download 08:52:37 ---> Running in 70a22ba5f0e2 08:52:41 Removing intermediate container 70a22ba5f0e2 08:52:41 ---> b66dc9b9086a 08:52:41 Step 8/23 : COPY . . 08:52:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:52:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:52:56 ---> 774544b9bcf3 08:52:56 Step 3/24 : WORKDIR /edgex-go 08:52:56 ---> Using cache 08:52:56 ---> 90128af8305c 08:52:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:56 ---> Using cache 08:52:56 ---> 17f7c908412d 08:52:56 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:52:56 ---> bd2cfa77a431 08:52:56 Step 9/23 : RUN make cmd/core-data/core-data 08:52:56 ---> Running in 1796ee99c995 08:52:56 ---> Running in 59cf26008d81 08:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:57 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 08:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:58 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:52:58 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:52:58 OK: 12623 distinct packages available 08:52:59 OK: 217 MiB in 51 packages 08:53:04 Removing intermediate container 1796ee99c995 08:53:04 ---> e53246cbf26f 08:53:04 Step 6/24 : COPY go.mod . 08:53:06 ---> c5965f2e80f1 08:53:06 Step 7/24 : RUN go mod download 08:53:07 ---> Running in d216b1bc40d1 08:53:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:53:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:53:09 ---> 774544b9bcf3 08:53:09 Step 3/22 : WORKDIR /edgex-go 08:53:09 ---> Using cache 08:53:09 ---> 90128af8305c 08:53:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:09 ---> Using cache 08:53:09 ---> 17f7c908412d 08:53:09 Step 5/22 : RUN apk update && apk add make git 08:53:09 ---> Using cache 08:53:09 ---> 58c50bd75c64 08:53:09 Step 6/22 : COPY go.mod . 08:53:09 ---> Using cache 08:53:09 ---> b5d77b2fdc10 08:53:09 Step 7/22 : RUN go mod download 08:53:09 ---> Using cache 08:53:09 ---> fd32b13e73e4 08:53:09 Step 8/22 : COPY . . 08:53:10 ---> Using cache 08:53:10 ---> d20fea95e3fc 08:53:10 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:53:10 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:53:10 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:53:10 ---> 774544b9bcf3 08:53:10 Step 3/27 : WORKDIR /edgex-go 08:53:10 ---> Using cache 08:53:10 ---> 90128af8305c 08:53:10 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:10 ---> Using cache 08:53:10 ---> 17f7c908412d 08:53:10 Step 5/27 : RUN apk update && apk add make bash git 08:53:10 ---> Running in 5e9e11b82b97 08:53:10 ---> Running in 2e6e4e2203a2 08:53:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:53:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:53:11 ---> 774544b9bcf3 08:53:11 Step 3/21 : WORKDIR /edgex-go 08:53:11 ---> Using cache 08:53:11 ---> 90128af8305c 08:53:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:11 ---> Using cache 08:53:11 ---> 17f7c908412d 08:53:11 Step 5/21 : RUN apk update && apk add make git 08:53:11 ---> Using cache 08:53:11 ---> 58c50bd75c64 08:53:11 Step 6/21 : COPY go.mod . 08:53:11 ---> Using cache 08:53:11 ---> b5d77b2fdc10 08:53:11 Step 7/21 : RUN go mod download 08:53:11 ---> Using cache 08:53:11 ---> fd32b13e73e4 08:53:11 Step 8/21 : COPY . . 08:53:11 ---> Using cache 08:53:11 ---> d20fea95e3fc 08:53:11 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:53:12 ---> Running in 5a2d3d58365d 08:53:13 Removing intermediate container d216b1bc40d1 08:53:13 ---> e97e6b335ff7 08:53:13 Step 8/24 : COPY . . 08:53:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:14 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 08:53:15 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 08:53:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:16 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:53:16 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:53:16 OK: 12623 distinct packages available 08:53:17 OK: 217 MiB in 51 packages 08:53:21 Removing intermediate container 2e6e4e2203a2 08:53:21 ---> e20008567f29 08:53:21 Step 6/27 : COPY go.mod . 08:53:23 ---> 596352e86a3c 08:53:23 Step 7/27 : RUN go mod download 08:53:23 ---> Running in b8bab9249507 08:53:30 Removing intermediate container b8bab9249507 08:53:30 ---> d491d6e650f8 08:53:30 Step 8/27 : COPY . . 08:53:31 ---> 14617932dacc 08:53:31 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:53:32 ---> Running in 29fe8451b65c 08:53:35 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 08:53:50 ---> b57613b67cd4 08:53:50 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:53:50 ---> Running in 34c5d00ff515 08:53:51 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 08:54:48 Removing intermediate container 5e9e11b82b97 08:54:48 ---> ac51a5163b6f 08:54:48 08:54:48 Step 10/22 : FROM alpine:3.10 08:54:48 ---> 536a684cf733 08:54:48 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:54:48 ---> Using cache 08:54:48 ---> 9bf9ab3d131f 08:54:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:54:48 ---> Running in 2b5c5baa3995 08:54:48 Removing intermediate container 2b5c5baa3995 08:54:48 ---> 80b888808672 08:54:48 Step 13/22 : WORKDIR / 08:54:48 ---> Running in 55f7d675d59c 08:54:48 Removing intermediate container 55f7d675d59c 08:54:48 ---> 18e56a42b7dd 08:54:48 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:54:49 ---> b0bb9b18ae59 08:54:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:54:51 ---> 7c6d75f845bb 08:54:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:54:52 ---> 014425ea9f58 08:54:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:54:53 ---> 52db71c03520 08:54:53 Step 18/22 : RUN chmod +x entrypoint.sh 08:54:53 ---> Running in c9adb2971cd0 08:54:57 Removing intermediate container c9adb2971cd0 08:54:57 ---> e92e095541d1 08:54:57 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:54:57 ---> Running in 34b8251080ed 08:54:57 Removing intermediate container 34b8251080ed 08:54:57 ---> 4151927e065b 08:54:57 Step 20/22 : LABEL arch=arm64 08:54:58 ---> Running in 5904372f6e1e 08:54:58 Removing intermediate container 5904372f6e1e 08:54:58 ---> 76b6dcbc42d3 08:54:58 Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:54:59 ---> Running in 07b6817f4d11 08:54:59 Removing intermediate container 07b6817f4d11 08:54:59 ---> 54a42fb3c28b 08:54:59 Step 22/22 : LABEL version=0.0.0 08:54:59 ---> Running in c3f1a4ae5545 08:55:00 Removing intermediate container c3f1a4ae5545 08:55:00 ---> b7d98e81c175 08:55:00 08:55:01 Successfully built b7d98e81c175 08:55:01 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 08:55:01  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 08:55:16 Removing intermediate container 5a2d3d58365d 08:55:16 ---> a6f078396609 08:55:16 08:55:16 Step 10/21 : FROM scratch 08:55:16 ---> 08:55:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:55:16 ---> Using cache 08:55:16 ---> b33ef71c4562 08:55:16 Step 12/21 : ENV APP_PORT=48085 08:55:16 ---> Running in 811e1c856678 08:55:16 Removing intermediate container 811e1c856678 08:55:16 ---> 253b997ff350 08:55:16 Step 13/21 : EXPOSE $APP_PORT 08:55:16 ---> Running in 21437fb34589 08:55:16 Removing intermediate container 21437fb34589 08:55:16 ---> 4d45f7dc701e 08:55:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:55:18 ---> 5d79013e7766 08:55:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:55:20 ---> 56114b6ad894 08:55:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:55:23 ---> ef1d268a321a 08:55:23 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:55:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:55:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:55:23 ---> 774544b9bcf3 08:55:23 Step 3/22 : WORKDIR /edgex-go 08:55:23 ---> Using cache 08:55:23 ---> 90128af8305c 08:55:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:23 ---> Using cache 08:55:23 ---> 17f7c908412d 08:55:23 Step 5/22 : RUN apk update && apk add make git 08:55:23 ---> Using cache 08:55:23 ---> 58c50bd75c64 08:55:23 Step 6/22 : COPY go.mod . 08:55:23 ---> Using cache 08:55:23 ---> b5d77b2fdc10 08:55:23 Step 7/22 : RUN go mod download 08:55:23 ---> Using cache 08:55:23 ---> fd32b13e73e4 08:55:23 Step 8/22 : COPY . . 08:55:23 ---> Using cache 08:55:23 ---> d20fea95e3fc 08:55:23 Step 9/22 : RUN make cmd/core-command/core-command 08:55:23 ---> Running in 87704917ec5f 08:55:23 ---> Running in 7b3f8cfd76fa 08:55:24 Removing intermediate container 87704917ec5f 08:55:24 ---> 484022dfc378 08:55:24 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:55:24 Removing intermediate container 34c5d00ff515 08:55:24 ---> ddc08eb78d27 08:55:24 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:55:25 ---> Running in 2dff97c07618 08:55:25 ---> Running in 1f4a54c356d2 08:55:25 Removing intermediate container 59cf26008d81 08:55:25 ---> af7536005626 08:55:25 08:55:25 Step 10/23 : FROM alpine 08:55:25 ---> 2e77e061c27f 08:55:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:55:25 Removing intermediate container 1f4a54c356d2 08:55:25 ---> 5687ad9aa677 08:55:25 Step 19/21 : LABEL arch=arm64 08:55:26 ---> Running in 1f089232402b 08:55:26 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 08:55:26 ---> Running in a7f9dbb93bac 08:55:27 Removing intermediate container 1f089232402b 08:55:27 ---> 387a7df4b1d4 08:55:27 Step 12/23 : ENV APP_PORT=48080 08:55:27 Removing intermediate container a7f9dbb93bac 08:55:27 ---> eae8c75fe9c8 08:55:27 Step 20/21 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:55:27 ---> Running in f8b42c99fd75 08:55:27 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 08:55:27 ---> Running in e8a6b904703b 08:55:27 Removing intermediate container 29fe8451b65c 08:55:27 ---> efb8f49ee4f2 08:55:27 08:55:27 Step 10/24 : FROM scratch 08:55:27 ---> 08:55:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:55:28 ---> Using cache 08:55:28 ---> 82262ad6d669 08:55:28 Step 12/24 : ENV APP_PORT=48060 08:55:28 Removing intermediate container f8b42c99fd75 08:55:28 ---> e5fdc43ee5c8 08:55:28 Step 13/23 : EXPOSE $APP_PORT 08:55:28 Removing intermediate container e8a6b904703b 08:55:28 ---> 553f37b251b9 08:55:28 Step 21/21 : LABEL version=0.0.0 08:55:28 ---> Running in 7c3f0a3b113a 08:55:28 ---> Running in 92d6790e08f8 08:55:28 ---> Running in 6d69bb35e914 08:55:29 Removing intermediate container 7c3f0a3b113a 08:55:29 ---> 259265d74aec 08:55:29 Step 13/24 : EXPOSE $APP_PORT 08:55:29 ---> Running in d4a31ce7a7f7 08:55:29 Removing intermediate container 92d6790e08f8 08:55:29 ---> 49f3a1841704 08:55:29 08:55:29 Removing intermediate container 6d69bb35e914 08:55:29 ---> 4699ec822288 08:55:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:30 ---> Running in 72990e6ba167 08:55:30 Removing intermediate container d4a31ce7a7f7 08:55:30 ---> 38340409994e 08:55:30 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:55:30 Successfully built 49f3a1841704 08:55:30 Successfully tagged docker-support-scheduler-go-arm64:latest 08:55:31  Building docker-support-scheduler-go ... done  ---> b94396051dc9 08:55:31 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:55:32 Removing intermediate container 2dff97c07618 08:55:32 ---> 78262e1eee72 08:55:32 08:55:32 Step 11/27 : FROM docker:latest 08:55:32 ---> 5d4db4dc0692 08:55:32 Step 12/27 : RUN apk add --no-cache bash 08:55:33 ---> Running in 7d4282384531 08:55:33 ---> 4d19f396c0a9 08:55:33 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:55:35 Removing intermediate container 72990e6ba167 08:55:35 ---> 57a8d0370e8d 08:55:35 Step 15/23 : RUN apk --no-cache add zeromq 08:55:35 ---> Running in ab47d0053def 08:55:36 ---> 40594ae9af57 08:55:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:55:37 (1/2) Installing readline (8.0.4-r0) 08:55:37 (2/2) Installing bash (5.0.17-r0) 08:55:37 Executing bash-5.0.17-r0.post-install 08:55:37 Executing busybox-1.31.1-r19.trigger 08:55:37 OK: 12 MiB in 22 packages 08:55:37 ---> f338cec4ff33 08:55:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:55:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:55:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:55:39 Removing intermediate container 7d4282384531 08:55:39 ---> efd613bb4fc2 08:55:39 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:55:39 (1/5) Installing libgcc (9.3.0-r2) 08:55:39 (2/5) Installing libsodium (1.0.18-r0) 08:55:39 (3/5) Installing libstdc++ (9.3.0-r2) 08:55:39 ---> 3bec38f37f21 08:55:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:55:39 ---> Running in ae02e510ef23 08:55:40 (4/5) Installing libzmq (4.3.3-r0) 08:55:40 (5/5) Installing zeromq (4.3.3-r0) 08:55:40 Executing busybox-1.31.1-r19.trigger 08:55:40 OK: 8 MiB in 19 packages 08:55:41 ---> f8cc30772660 08:55:41 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:55:41 ---> Running in 1294dac5665d 08:55:42 Removing intermediate container 1294dac5665d 08:55:42 ---> 1721f1da6b3a 08:55:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:55:42 Removing intermediate container ab47d0053def 08:55:42 ---> 29544b4710cb 08:55:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:55:42 ---> Running in b2244bbf5db3 08:55:44 Removing intermediate container b2244bbf5db3 08:55:44 ---> 328c83d1d89c 08:55:44 Step 22/24 : LABEL arch=arm64 08:55:44 ---> 3c33fb05bceb 08:55:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:55:44 ---> Running in a6a863d58971 08:55:44 Removing intermediate container ae02e510ef23 08:55:44 ---> fbb8a12554ad 08:55:44 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:55:44 ---> Running in 495d362883c2 08:55:44 Removing intermediate container a6a863d58971 08:55:44 ---> a2e00e68441a 08:55:44 Step 23/24 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:55:44 Removing intermediate container 495d362883c2 08:55:44 ---> 61f7d1ab6e6d 08:55:44 Step 15/27 : ENV APP_PORT=48090 08:55:44 ---> Running in a48a1c442830 08:55:45 ---> Running in 29d4d3e99137 08:55:45 Removing intermediate container a48a1c442830 08:55:45 ---> 9acf20ca9ee0 08:55:45 Step 24/24 : LABEL version=0.0.0 08:55:46 Removing intermediate container 29d4d3e99137 08:55:46 ---> 879edb3c30b2 08:55:46 Step 16/27 : EXPOSE $APP_PORT 08:55:46 ---> 428a66ee6a43 08:55:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:55:46 ---> Running in c37fabf90872 08:55:46 ---> Running in 34f92c719db5 08:55:47 Removing intermediate container 34f92c719db5 08:55:47 ---> cd10849abf14 08:55:47 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:55:47 Removing intermediate container c37fabf90872 08:55:47 ---> aff50891a4bd 08:55:47 08:55:47 ---> 8ba4c5ad3ddc 08:55:47 Step 19/23 : ENTRYPOINT ["/core-data"] 08:55:47 ---> Running in 8ce72e1c96b7 08:55:47 Successfully built aff50891a4bd 08:55:47 Successfully tagged docker-support-notifications-go-arm64:latest 08:55:48  Building docker-support-notifications-go ... done Removing intermediate container 8ce72e1c96b7 08:55:48 ---> 6d28227a0c16 08:55:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:55:48 ---> Running in 10333d1350de 08:55:49 ---> 237684f0f8fe 08:55:49 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:55:49 Removing intermediate container 10333d1350de 08:55:49 ---> 382ff3694cdc 08:55:49 Step 21/23 : LABEL arch=arm64 08:55:49 ---> Running in 1bc2cd61a546 08:55:50 ---> f952f68a0a0c 08:55:50 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:55:50 Removing intermediate container 1bc2cd61a546 08:55:50 ---> 05284c0eeb83 08:55:50 Step 22/23 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:55:50 ---> Running in c2a557c76087 08:55:51 ---> 668ec9e9fc6c 08:55:51 Step 20/27 : RUN apk --no-cache add py3-pip 08:55:51 Removing intermediate container c2a557c76087 08:55:51 ---> 60df026c5c64 08:55:51 Step 23/23 : LABEL version=0.0.0 08:55:51 ---> Running in f4e18a82514a 08:55:51 ---> Running in 0bc2e0312ea8 08:55:52 Removing intermediate container 0bc2e0312ea8 08:55:52 ---> d33592334f7c 08:55:52 08:55:53 Successfully built d33592334f7c 08:55:53 Successfully tagged docker-core-data-go-arm64:latest 08:55:53  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:55:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:55:54 (1/33) Installing libbz2 (1.0.8-r1) 08:55:54 (2/33) Installing expat (2.2.9-r1) 08:55:54 (3/33) Installing libffi (3.3-r2) 08:55:54 (4/33) Installing gdbm (1.13-r1) 08:55:54 (5/33) Installing xz-libs (5.2.5-r0) 08:55:54 (6/33) Installing sqlite-libs (3.32.1-r0) 08:55:54 (7/33) Installing python3 (3.8.5-r0) 08:55:56 (8/33) Installing py3-appdirs (1.4.4-r1) 08:55:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:55:56 (10/33) Installing py3-parsing (2.4.7-r0) 08:55:56 (11/33) Installing py3-six (1.15.0-r0) 08:55:56 (12/33) Installing py3-packaging (20.4-r0) 08:55:56 (13/33) Installing py3-setuptools (47.0.0-r0) 08:55:56 (14/33) Installing py3-chardet (3.0.4-r4) 08:55:56 (15/33) Installing py3-idna (2.9-r0) 08:55:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:55:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:55:57 (18/33) Installing py3-requests (2.23.0-r0) 08:55:57 (19/33) Installing py3-msgpack (1.0.0-r0) 08:55:57 (20/33) Installing py3-lockfile (0.12.2-r3) 08:55:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:55:57 (22/33) Installing py3-colorama (0.4.3-r0) 08:55:57 (23/33) Installing py3-distlib (0.3.0-r0) 08:55:57 (24/33) Installing py3-distro (1.5.0-r1) 08:55:57 (25/33) Installing py3-webencodings (0.5.1-r3) 08:55:57 (26/33) Installing py3-html5lib (1.0.1-r4) 08:55:57 (27/33) Installing py3-pytoml (0.1.21-r0) 08:55:57 (28/33) Installing py3-pep517 (0.8.2-r0) 08:55:57 (29/33) Installing py3-progress (1.5-r0) 08:55:57 (30/33) Installing py3-toml (0.10.1-r0) 08:55:57 (31/33) Installing py3-retrying (1.3.3-r0) 08:55:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:55:57 (33/33) Installing py3-pip (20.1.1-r0) 08:55:57 Executing busybox-1.31.1-r19.trigger 08:55:57 OK: 71 MiB in 55 packages 08:56:05 Removing intermediate container f4e18a82514a 08:56:05 ---> 28c41c46e3bd 08:56:05 Step 21/27 : RUN pip install docker-compose==1.23.2 08:56:05 ---> Running in 7200a7fd4bdf 08:56:10 Removing intermediate container 7b3f8cfd76fa 08:56:10 ---> b941301b7cc1 08:56:10 08:56:10 Step 10/22 : FROM scratch 08:56:10 ---> 08:56:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:56:10 ---> Using cache 08:56:10 ---> b33ef71c4562 08:56:10 Step 12/22 : ENV APP_PORT=48082 08:56:10 ---> Running in a6f7f2d88a1f 08:56:10 Removing intermediate container a6f7f2d88a1f 08:56:10 ---> 83e74d8d342a 08:56:10 Step 13/22 : EXPOSE $APP_PORT 08:56:10 ---> Running in 410a4f90a16c 08:56:11 Removing intermediate container 410a4f90a16c 08:56:11 ---> 1c70d6224f40 08:56:11 Step 14/22 : WORKDIR / 08:56:11 ---> Running in c96447821b6b 08:56:11 Collecting docker-compose==1.23.2 08:56:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:56:11 Removing intermediate container c96447821b6b 08:56:11 ---> 5d14b42eb2ec 08:56:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:56:12 Collecting texttable<0.10,>=0.9.0 08:56:12 Downloading texttable-0.9.1.tar.gz (11 kB) 08:56:12 ---> ebfa9ffd2f53 08:56:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:56:13 ---> 7301ce0afc28 08:56:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:56:14 ---> e58ec16395b6 08:56:14 Step 18/22 : ENTRYPOINT ["/core-command"] 08:56:14 Collecting websocket-client<1.0,>=0.32.0 08:56:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:56:14 ---> Running in e4e7252fee82 08:56:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:56:15 Removing intermediate container e4e7252fee82 08:56:15 ---> 3612a6a37fa6 08:56:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:56:15 ---> Running in 59b00c0804b2 08:56:15 Collecting docker<4.0,>=3.6.0 08:56:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:56:15 Removing intermediate container 59b00c0804b2 08:56:15 ---> 2b22b12bf514 08:56:15 Step 20/22 : LABEL arch=arm64 08:56:16 ---> Running in ac15ed130381 08:56:16 Collecting docopt<0.7,>=0.6.1 08:56:16 Downloading docopt-0.6.2.tar.gz (25 kB) 08:56:16 Removing intermediate container ac15ed130381 08:56:16 ---> 43969fd0bfb2 08:56:16 Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:56:16 ---> Running in 02fa7f51e402 08:56:17 Removing intermediate container 02fa7f51e402 08:56:17 ---> c5cbe8654405 08:56:17 Step 22/22 : LABEL version=0.0.0 08:56:17 ---> Running in 2190e04e2203 08:56:17 Removing intermediate container 2190e04e2203 08:56:17 ---> 971d31e0872f 08:56:17 08:56:18 Successfully built 971d31e0872f 08:56:18 Successfully tagged docker-core-command-go-arm64:latest 08:56:18  Building docker-core-command-go ... done Collecting PyYAML<4,>=3.10 08:56:18 Downloading PyYAML-3.13.tar.gz (270 kB) 08:56:22 Collecting cached-property<2,>=1.2.0 08:56:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:56:22 Collecting dockerpty<0.5,>=0.4.1 08:56:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:56:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:56:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:56:25 Collecting jsonschema<3,>=2.5.1 08:56:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:56:25 Collecting docker-pycreds>=0.4.0 08:56:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:56:26 Collecting urllib3<1.25,>=1.21.1 08:56:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:56:26 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) 08:56:26 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) 08:56:26 Collecting idna<2.8,>=2.5 08:56:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:56:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:56:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:56:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:56:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:56:27 Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, PyYAML, cached-property, dockerpty, jsonschema, docker-compose 08:56:27 Running setup.py install for texttable: started 08:56:29 Running setup.py install for texttable: finished with status 'done' 08:56:29 Attempting uninstall: urllib3 08:56:29 Found existing installation: urllib3 1.25.9 08:56:29 Uninstalling urllib3-1.25.9: 08:56:29 Successfully uninstalled urllib3-1.25.9 08:56:30 Attempting uninstall: idna 08:56:30 Found existing installation: idna 2.9 08:56:30 Uninstalling idna-2.9: 08:56:30 Successfully uninstalled idna-2.9 08:56:30 Attempting uninstall: requests 08:56:30 Found existing installation: requests 2.23.0 08:56:30 Uninstalling requests-2.23.0: 08:56:31 Successfully uninstalled requests-2.23.0 08:56:32 Running setup.py install for docopt: started 08:56:34 Running setup.py install for docopt: finished with status 'done' 08:56:34 Running setup.py install for PyYAML: started 08:56:36 Running setup.py install for PyYAML: finished with status 'done' 08:56:36 Running setup.py install for dockerpty: started 08:56:38 Running setup.py install for dockerpty: finished with status 'done' 08:56:39 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 08:56:42 Removing intermediate container 7200a7fd4bdf 08:56:42 ---> c1314d7ac248 08:56:42 Step 22/27 : RUN apk --no-cache add curl 08:56:42 ---> Running in db8f54fed0b7 08:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:56:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:56:44 (2/3) Installing libcurl (7.69.1-r1) 08:56:44 (3/3) Installing curl (7.69.1-r1) 08:56:44 Executing busybox-1.31.1-r19.trigger 08:56:44 OK: 71 MiB in 58 packages 08:56:46 Removing intermediate container db8f54fed0b7 08:56:46 ---> e58012d7439b 08:56:46 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:56:46 ---> Running in 5b6af2c64d10 08:56:46 Removing intermediate container 5b6af2c64d10 08:56:46 ---> 0ea97684f6c5 08:56:46 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:56:46 ---> Running in 2ae732a86e28 08:56:47 Removing intermediate container 2ae732a86e28 08:56:47 ---> 7299be706eac 08:56:47 Step 25/27 : LABEL arch=arm64 08:56:47 ---> Running in 1949e1997bd6 08:56:48 Removing intermediate container 1949e1997bd6 08:56:48 ---> d06e03117a61 08:56:48 Step 26/27 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c 08:56:48 ---> Running in 3b8f37c22426 08:56:48 Removing intermediate container 3b8f37c22426 08:56:48 ---> 42c7a4e9914b 08:56:48 Step 27/27 : LABEL version=0.0.0 08:56:48 ---> Running in 8851bb1285fc 08:56:49 Removing intermediate container 8851bb1285fc 08:56:49 ---> 4b796b4a9712 08:56:49 08:56:49 Successfully built 4b796b4a9712 08:56:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:56:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:56:50 $ docker stop --time=1 2085af2ec2bb82ed34cd9b0666e82e6524a4b56f4d265ef642f5e0d0f00b24ac 08:56:52 $ docker rm -f 2085af2ec2bb82ed34cd9b0666e82e6524a4b56f4d265ef642f5e0d0f00b24ac [Pipeline] // withDockerContainer [Pipeline] sh 08:56:52 + grep docker+ 08:56:52 docker images 08:56:53 docker-sys-mgmt-agent-go-arm64 latest 4b796b4a9712 4 seconds ago 270MB 08:56:53 docker-core-command-go-arm64 latest 971d31e0872f 35 seconds ago 11.4MB 08:56:53 docker-core-data-go-arm64 latest d33592334f7c About a minute ago 22.3MB 08:56:53 docker-support-notifications-go-arm64 latest aff50891a4bd About a minute ago 12.9MB 08:56:53 docker-support-scheduler-go-arm64 latest 49f3a1841704 About a minute ago 11.5MB 08:56:53 docker-security-bootstrap-redis-go-arm64 latest b7d98e81c175 About a minute ago 15.2MB 08:56:53 docker-core-metadata-go-arm64 latest 25e7f2d93e1d 4 minutes ago 13.5MB 08:56:53 docker-security-secrets-setup-go-arm64 latest e6c7d7b232df 4 minutes ago 22.7MB 08:56:53 docker-security-secretstore-setup-go-arm64 latest 37ab1ddddeea 4 minutes ago 23.6MB 08:56:53 docker-support-logging-go-arm64 latest 5d9e32162c9c 4 minutes ago 10.6MB 08:56:53 docker-security-proxy-setup-go-arm64 latest 2784608d04d0 4 minutes ago 15.1MB 08:56:53 docker latest 5d4db4dc0692 2 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 08:56:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:56:58 ---> package-listing.sh 08:56:58 ++ facter osfamily 08:56:58 ++ tr '[:upper:]' '[:lower:]' 08:56:58 + OS_FAMILY=redhat 08:56:58 + workspace=/w/workspace/edgex-go/4 08:56:58 + START_PACKAGES=/tmp/packages_start.txt 08:56:58 + END_PACKAGES=/tmp/packages_end.txt 08:56:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:56:58 + PACKAGES=/tmp/packages_start.txt 08:56:58 + '[' /w/workspace/edgex-go/4 ']' 08:56:58 + PACKAGES=/tmp/packages_end.txt 08:56:58 + case "${OS_FAMILY}" in 08:56:58 + rpm -qa 08:56:58 + sort 08:57:02 + '[' -f /tmp/packages_start.txt ']' 08:57:02 + '[' -f /tmp/packages_end.txt ']' 08:57:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:57:02 + '[' /w/workspace/edgex-go/4 ']' 08:57:02 + mkdir -p /w/workspace/edgex-go/4/archives/ 08:57:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 08:57:02 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:57:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:57:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:57:03 08:57:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:57:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:57:03 alpine: Pulling from edgex-lftools-log-publisher 08:57:03 df20fa9351a1: Already exists 08:57:03 36b3adc4ff6f: Pulling fs layer 08:57:03 8ad3a11d3b57: Pulling fs layer 08:57:03 46f8f816bc3b: Pulling fs layer 08:57:03 93b61091891f: Pulling fs layer 08:57:03 93b9cdb0e59b: Pulling fs layer 08:57:03 5e14af77c1be: Pulling fs layer 08:57:03 01666e4c0597: Pulling fs layer 08:57:03 aa168da1d23b: Pulling fs layer 08:57:03 93b61091891f: Waiting 08:57:03 93b9cdb0e59b: Waiting 08:57:03 5e14af77c1be: Waiting 08:57:03 aa168da1d23b: Waiting 08:57:03 01666e4c0597: Waiting 08:57:03 46f8f816bc3b: Verifying Checksum 08:57:03 46f8f816bc3b: Download complete 08:57:03 36b3adc4ff6f: Verifying Checksum 08:57:03 36b3adc4ff6f: Download complete 08:57:03 93b9cdb0e59b: Verifying Checksum 08:57:03 93b9cdb0e59b: Download complete 08:57:03 5e14af77c1be: Verifying Checksum 08:57:03 5e14af77c1be: Download complete 08:57:03 01666e4c0597: Verifying Checksum 08:57:03 01666e4c0597: Download complete 08:57:03 36b3adc4ff6f: Pull complete 08:57:04 93b61091891f: Download complete 08:57:04 8ad3a11d3b57: Verifying Checksum 08:57:04 8ad3a11d3b57: Download complete 08:57:05 8ad3a11d3b57: Pull complete 08:57:05 46f8f816bc3b: Pull complete 08:57:06 aa168da1d23b: Download complete 08:57:08 93b61091891f: Pull complete 08:57:08 93b9cdb0e59b: Pull complete 08:57:08 5e14af77c1be: Pull complete 08:57:08 01666e4c0597: Pull complete 08:57:20 aa168da1d23b: Pull complete 08:57:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:57:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:57:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:57:21 prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container 08:57:21 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:57:29 $ docker top 51ac355b3e046bde56a3633f29497c141f4c86d1a9cad1f8d7436fab6731a111 -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:30 + touch /tmp/pre-build-complete [Pipeline] sh 08:57:30 + mkdir -p /var/log/sa [Pipeline] sh 08:57:30 + ls /var/log/sa-host 08:57:30 + sadf -c /var/log/sa-host/sa05 08:57:30 file_magic: OK 08:57:30 HZ: Using current value: 100 08:57:30 file_header: OK 08:57:30 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 08:57:30 Statistics: 08:57:30 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:57:30 File successfully converted to sysstat format version 12.2.1 08:57:30 + sadf -c /var/log/sa-host/sa06 08:57:30 file_magic: OK 08:57:30 HZ: Using current value: 100 08:57:30 file_header: OK 08:57:30 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 08:57:30 Statistics: 08:57:30 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... 08:57:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:57:31 provisioning config files... 08:57:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1761162565724359665tmp [Pipeline] { [Pipeline] echo 08:57:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:57:31 ---> create-netrc.sh [Pipeline] } 08:57:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:57:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:57:32 ---> python-tools-install.sh [Pipeline] echo 08:57:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:57:32 ---> sudo-logs.sh 08:57:32 Archiving 'sudo' log.. [Pipeline] echo 08:57:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:57:32 ---> job-cost.sh 08:57:32 lf-activate-venv: SKIPPING 08:57:32 INFO: No Stack... 08:57:33 INFO: Retrieving Pricing Info for: v1-standard-2 08:57:34 INFO: Archiving Costs [Pipeline] echo 08:57:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:57:34 ---> logs-deploy.sh 08:57:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2872/4 08:57:34 INFO: archiving workspace using pattern(s): 08:57:36 Archives upload complete. 08:57:36 INFO: archiving logs to Nexus 08:57:37 ---> uname -a: 08:57:37 Linux prd-centos7-docker-4c-2g-11356.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:57:37 08:57:37 08:57:37 ---> lscpu: 08:57:37 Architecture: x86_64 08:57:37 CPU op-mode(s): 32-bit, 64-bit 08:57:37 Byte Order: Little Endian 08:57:37 Address sizes: 40 bits physical, 48 bits virtual 08:57:37 CPU(s): 4 08:57:37 On-line CPU(s) list: 0-3 08:57:37 Thread(s) per core: 1 08:57:37 Core(s) per socket: 1 08:57:37 Socket(s): 4 08:57:37 NUMA node(s): 1 08:57:37 Vendor ID: GenuineIntel 08:57:37 CPU family: 6 08:57:37 Model: 44 08:57:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:57:37 Stepping: 1 08:57:37 CPU MHz: 2933.442 08:57:37 BogoMIPS: 5866.88 08:57:37 Virtualization: VT-x 08:57:37 Hypervisor vendor: KVM 08:57:37 Virtualization type: full 08:57:37 L1d cache: 128 KiB 08:57:37 L1i cache: 128 KiB 08:57:37 L2 cache: 16 MiB 08:57:37 L3 cache: 64 MiB 08:57:37 NUMA node0 CPU(s): 0-3 08:57:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:57:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:57:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:57:37 Vulnerability Meltdown: Mitigation; PTI 08:57:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:57:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:57:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:57:37 Vulnerability Tsx async abort: Not affected 08:57:37 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 08:57:37 08:57:37 08:57:37 ---> nproc: 08:57:37 4 08:57:37 08:57:37 08:57:37 ---> df -h: 08:57:37 Filesystem Size Used Available Use% Mounted on 08:57:37 overlay 50.0G 13.6G 36.4G 27% / 08:57:37 tmpfs 64.0M 0 64.0M 0% /dev 08:57:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:57:37 shm 64.0M 0 64.0M 0% /dev/shm 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/4 08:57:37 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/4@tmp 08:57:37 08:57:37 08:57:37 ---> free -m: 08:57:37 total used free shared buff/cache available 08:57:37 Mem: 1837 657 270 0 909 1097 08:57:37 Swap: 1023 94 929 08:57:37 08:57:37 08:57:37 ---> ip addr: 08:57:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:57:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:57:37 inet 127.0.0.1/8 scope host lo 08:57:37 valid_lft forever preferred_lft forever 08:57:37 inet6 ::1/128 scope host 08:57:37 valid_lft forever preferred_lft forever 08:57:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:57:37 link/ether fa:16:3e:5a:03:72 brd ff:ff:ff:ff:ff:ff 08:57:37 inet 10.30.123.226/23 brd 10.30.123.255 scope global dynamic eth0 08:57:37 valid_lft 85180sec preferred_lft 85180sec 08:57:37 inet6 fe80::f816:3eff:fe5a:372/64 scope link 08:57:37 valid_lft forever preferred_lft forever 08:57:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:57:37 link/ether 02:42:0a:5a:1f:20 brd ff:ff:ff:ff:ff:ff 08:57:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:57:37 valid_lft forever preferred_lft forever 08:57:37 inet6 fe80::42:aff:fe5a:1f20/64 scope link 08:57:37 valid_lft forever preferred_lft forever 08:57:37 08:57:37 08:57:37 ---> sar -b -r -n DEV: 08:57:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/06/20 _x86_64_ (4 CPU) 08:57:37 08:57:37 08:36:59 LINUX RESTART (4 CPU) 08:57:37 08:57:37 08:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:57:37 08:39:01 206.29 79.44 126.85 0.00 9557.54 46030.98 0.00 08:57:37 08:40:02 282.81 108.74 174.06 0.00 5844.59 34888.25 0.00 08:57:37 08:41:01 175.88 74.54 101.34 0.00 3127.15 10208.78 0.00 08:57:37 08:42:01 213.76 67.09 146.67 0.00 13762.97 74905.65 0.00 08:57:37 08:43:02 2712.20 2346.61 365.60 0.00 187430.55 210843.17 0.00 08:57:37 08:44:01 1023.53 774.40 249.13 0.00 51526.54 69311.54 0.00 08:57:37 08:45:04 2692.35 2308.22 384.13 0.00 167631.67 198409.97 0.00 08:57:37 08:46:03 1807.32 1463.68 343.64 0.00 107162.56 117867.15 0.00 08:57:37 08:47:01 884.21 562.16 322.05 0.00 33425.51 57512.84 0.00 08:57:37 08:48:01 45.72 20.06 25.67 0.00 3296.54 880.79 0.00 08:57:37 08:49:01 1.67 0.05 1.62 0.00 2.13 24.74 0.00 08:57:37 08:50:02 0.30 0.02 0.28 0.00 0.53 4.13 0.00 08:57:37 08:51:01 0.42 0.02 0.41 0.00 0.27 5.93 0.00 08:57:37 08:52:01 0.87 0.62 0.25 0.00 29.57 2.66 0.00 08:57:37 08:53:01 2.13 1.28 0.85 0.00 28.64 17.52 0.00 08:57:37 08:54:01 0.32 0.00 0.32 0.00 0.00 5.05 0.00 08:57:37 08:55:01 0.38 0.10 0.28 0.00 1.33 4.60 0.00 08:57:37 08:56:01 0.37 0.02 0.35 0.00 0.13 6.66 0.00 08:57:37 08:57:01 41.72 41.31 0.42 0.00 4468.33 9.72 0.00 08:57:37 Average: 537.18 418.70 118.48 0.00 31347.76 43717.28 0.00 08:57:37 08:57:37 08:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:57:37 08:39:01 105468 0 703660 37.40 1896 1070532 1436204 49.02 606380 969840 30452 08:57:37 08:40:02 230876 0 725724 38.57 1468 923488 1729708 59.03 638076 777716 52632 08:57:37 08:41:01 306004 0 702156 37.32 852 872544 1310992 44.74 565892 761900 39324 08:57:37 08:42:01 74948 0 695452 36.96 140 1111016 1311720 44.77 744440 860000 23696 08:57:37 08:43:02 79208 0 819640 43.56 104 982604 2331884 79.58 763644 857800 83052 08:57:37 08:44:01 479060 0 667772 35.49 72 734652 1348532 46.02 475720 724360 44 08:57:37 08:45:04 80980 0 756424 40.20 24 1044128 2361624 80.60 708356 921804 56044 08:57:37 08:46:03 375156 0 724672 38.51 24 781704 2181236 74.44 625456 685680 2904 08:57:37 08:47:01 661412 0 636088 33.81 24 584032 1383752 47.22 523492 482640 8 08:57:37 08:48:01 620128 0 580780 30.87 24 680624 1179976 40.27 519592 536552 8 08:57:37 08:49:01 620300 0 580624 30.86 24 680608 1177980 40.20 519612 536544 8 08:57:37 08:50:02 622036 0 578852 30.76 24 680644 1163516 39.71 518036 536512 8 08:57:37 08:51:01 622192 0 578688 30.76 24 680652 1163516 39.71 518040 536520 8 08:57:37 08:52:01 621100 0 579044 30.77 24 681388 1164104 39.73 518296 537272 8 08:57:37 08:53:01 620060 0 579800 30.81 24 681672 1163600 39.71 518400 537544 16 08:57:37 08:54:01 620520 0 579320 30.79 24 681692 1163552 39.71 518296 537552 16 08:57:37 08:55:01 620568 0 579220 30.78 24 681744 1163516 39.71 518040 537600 32 08:57:37 08:56:01 620620 0 579208 30.78 24 681704 1163516 39.71 518220 537592 8 08:57:37 08:57:01 463812 0 603548 32.08 24 814172 1199328 40.93 548608 661844 8 08:57:37 Average: 444445 0 644772 34.27 255 792084 1426224 48.67 571926 659856 15172 08:57:37 08:57:37 08:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:57:37 08:39:01 veth4e8fa3e 18.82 24.46 1.36 123.53 0.00 0.00 0.00 0.00 08:57:37 08:39:01 eth0 1078.44 1187.54 5952.50 143.13 0.00 0.00 0.00 0.00 08:57:37 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:39:01 docker0 870.35 708.98 70.51 2785.78 0.00 0.00 0.00 0.00 08:57:37 08:40:02 vethae87fbc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:57:37 08:40:02 eth0 316.34 213.27 1857.18 29.40 0.00 0.00 0.00 0.00 08:57:37 08:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:40:02 docker0 126.78 152.65 9.25 704.20 0.00 0.00 0.00 0.00 08:57:37 08:41:01 vethae87fbc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:41:01 eth0 25.78 12.80 21.70 10.55 0.00 0.00 0.00 0.00 08:57:37 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:42:01 veth22cb0cd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:57:37 08:42:01 eth0 211.06 173.17 1700.54 102.89 0.00 0.00 0.00 0.00 08:57:37 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:43:02 veth22cb0cd 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 08:57:37 08:43:02 eth0 70.90 52.34 165.05 61.86 0.00 0.00 0.00 0.00 08:57:37 08:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:43:02 docker0 16.27 24.48 0.87 145.30 0.00 0.00 0.00 0.00 08:57:37 08:44:01 veth22cb0cd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:44:01 eth0 27.22 16.83 56.50 9.50 0.00 0.00 0.00 0.00 08:57:37 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:44:01 docker0 4.83 5.56 0.26 38.90 0.00 0.00 0.00 0.00 08:57:37 08:45:04 veth22cb0cd 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 08:57:37 08:45:04 eth0 60.16 32.69 156.32 17.48 0.00 0.00 0.00 0.00 08:57:37 08:45:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:45:04 veth7d547d0 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 08:57:37 08:46:03 veth22cb0cd 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:57:37 08:46:03 eth0 85.02 64.02 173.79 95.63 0.00 0.00 0.00 0.00 08:57:37 08:46:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:46:03 veth9845989 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 08:57:37 08:47:01 veth22cb0cd 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 08:57:37 08:47:01 eth0 124.58 74.06 452.14 86.79 0.00 0.00 0.00 0.00 08:57:37 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:47:01 docker0 1117.04 1025.74 87.43 4449.02 0.00 0.00 0.00 0.00 08:57:37 08:48:01 eth0 14.00 7.92 43.03 3.36 0.00 0.00 0.00 0.00 08:57:37 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:48:01 docker0 3.05 5.58 0.16 35.79 0.00 0.00 0.00 0.00 08:57:37 08:49:01 eth0 0.70 0.52 0.29 0.21 0.00 0.00 0.00 0.00 08:57:37 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:50:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:57:37 08:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:57:37 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:57:37 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:53:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 08:57:37 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:54:01 eth0 0.20 0.20 0.07 0.01 0.00 0.00 0.00 0.00 08:57:37 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:55:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:57:37 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:57:01 eth0 5.08 2.98 4.84 1.83 0.00 0.00 0.00 0.00 08:57:37 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 Average: eth0 106.47 96.94 558.27 29.50 0.00 0.00 0.00 0.00 08:57:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:37 Average: docker0 57.11 52.58 4.47 228.69 0.00 0.00 0.00 0.00 08:57:37 08:57:37 08:57:37 ---> sar -P ALL: 08:57:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/06/20 _x86_64_ (4 CPU) 08:57:37 08:57:37 08:36:59 LINUX RESTART (4 CPU) 08:57:37 08:57:37 08:38:01 CPU %user %nice %system %iowait %steal %idle 08:57:37 08:39:01 all 15.63 0.00 8.58 1.60 0.05 74.13 08:57:37 08:39:01 0 13.34 0.00 9.67 1.95 0.03 75.00 08:57:37 08:39:01 1 15.94 0.00 8.03 1.26 0.07 74.71 08:57:37 08:39:01 2 14.71 0.00 8.31 1.52 0.05 75.41 08:57:37 08:39:01 3 18.55 0.00 8.32 1.69 0.03 71.40 08:57:37 08:40:02 all 24.28 0.00 9.20 6.39 0.05 60.07 08:57:37 08:40:02 0 22.92 0.00 8.52 7.19 0.03 61.33 08:57:37 08:40:02 1 23.10 0.00 9.23 4.61 0.05 63.02 08:57:37 08:40:02 2 23.83 0.00 9.54 8.15 0.05 58.42 08:57:37 08:40:02 3 27.29 0.00 9.52 5.61 0.07 57.51 08:57:37 08:41:01 all 63.76 0.00 15.61 4.26 0.04 16.33 08:57:37 08:41:01 0 62.88 0.00 15.09 5.25 0.02 16.76 08:57:37 08:41:01 1 65.08 0.00 16.04 1.66 0.05 17.16 08:57:37 08:41:01 2 63.87 0.00 15.45 3.07 0.04 17.58 08:57:37 08:41:01 3 63.22 0.00 15.85 7.07 0.05 13.80 08:57:37 08:42:01 all 23.55 0.00 12.21 8.15 0.06 56.03 08:57:37 08:42:01 0 23.75 0.00 11.85 6.50 0.07 57.84 08:57:37 08:42:01 1 23.75 0.00 12.15 7.36 0.07 56.67 08:57:37 08:42:01 2 23.55 0.00 11.79 9.20 0.07 55.38 08:57:37 08:42:01 3 23.15 0.00 13.03 9.56 0.05 54.22 08:57:37 08:43:02 all 21.64 0.00 25.43 27.10 0.10 25.73 08:57:37 08:43:02 0 20.57 0.00 24.81 29.44 0.10 25.07 08:57:37 08:43:02 1 21.78 0.00 25.86 28.48 0.10 23.78 08:57:37 08:43:02 2 21.99 0.00 25.16 25.05 0.12 27.68 08:57:37 08:43:02 3 22.25 0.00 25.88 25.37 0.07 26.43 08:57:37 08:44:01 all 55.15 0.00 16.54 14.56 0.04 13.71 08:57:37 08:44:01 0 53.84 0.00 16.61 14.41 0.04 15.10 08:57:37 08:44:01 1 56.36 0.00 16.02 17.35 0.03 10.25 08:57:37 08:44:01 2 55.25 0.00 16.20 12.37 0.07 16.11 08:57:37 08:44:01 3 55.12 0.00 17.33 14.10 0.02 13.43 08:57:37 08:45:04 all 18.01 0.00 23.05 31.67 0.07 27.20 08:57:37 08:45:04 0 16.33 0.00 20.74 33.16 0.07 29.70 08:57:37 08:45:04 1 18.53 0.00 22.95 34.69 0.08 23.75 08:57:37 08:45:04 2 18.26 0.00 23.76 27.25 0.07 30.66 08:57:37 08:45:04 3 18.94 0.00 24.78 31.53 0.07 24.68 08:57:37 08:46:03 all 46.99 0.00 22.24 22.64 0.05 8.08 08:57:37 08:46:03 0 46.78 0.00 21.33 21.68 0.05 10.16 08:57:37 08:46:03 1 47.91 0.00 22.03 21.51 0.05 8.49 08:57:37 08:46:03 2 46.67 0.00 22.75 23.20 0.07 7.30 08:57:37 08:46:03 3 46.57 0.00 22.87 24.20 0.04 6.32 08:57:37 08:47:01 all 29.21 0.00 15.31 22.45 0.05 32.97 08:57:37 08:47:01 0 26.50 0.00 14.76 20.30 0.05 38.39 08:57:37 08:47:01 1 31.02 0.00 15.31 26.73 0.05 26.89 08:57:37 08:47:01 2 30.47 0.00 16.10 18.94 0.04 34.46 08:57:37 08:47:01 3 28.90 0.00 15.09 23.89 0.05 32.06 08:57:37 08:48:01 all 0.76 0.00 0.77 1.20 0.01 97.27 08:57:37 08:48:01 0 0.87 0.00 0.93 1.02 0.02 97.16 08:57:37 08:48:01 1 0.85 0.00 0.90 0.57 0.02 97.66 08:57:37 08:48:01 2 0.72 0.00 0.62 2.61 0.00 96.05 08:57:37 08:48:01 3 0.58 0.00 0.62 0.60 0.00 98.20 08:57:37 08:49:01 all 0.16 0.00 0.05 0.00 0.00 99.79 08:57:37 08:49:01 0 0.07 0.00 0.07 0.00 0.00 99.87 08:57:37 08:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:57:37 08:49:01 2 0.53 0.00 0.05 0.00 0.02 99.40 08:57:37 08:49:01 3 0.02 0.00 0.05 0.00 0.00 99.93 08:57:37 08:57:37 08:49:01 CPU %user %nice %system %iowait %steal %idle 08:57:37 08:50:02 all 0.16 0.00 0.03 0.00 0.00 99.81 08:57:37 08:50:02 0 0.02 0.00 0.03 0.00 0.00 99.95 08:57:37 08:50:02 1 0.07 0.00 0.03 0.00 0.00 99.90 08:57:37 08:50:02 2 0.53 0.00 0.02 0.00 0.00 99.45 08:57:37 08:50:02 3 0.03 0.00 0.03 0.00 0.00 99.93 08:57:37 08:51:01 all 0.14 0.00 0.03 0.00 0.00 99.83 08:57:37 08:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:57:37 08:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:57:37 08:51:01 2 0.53 0.00 0.03 0.00 0.00 99.44 08:57:37 08:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:57:37 08:52:01 all 0.10 0.00 0.05 0.01 0.00 99.85 08:57:37 08:52:01 0 0.03 0.00 0.05 0.02 0.00 99.90 08:57:37 08:52:01 1 0.28 0.00 0.07 0.00 0.00 99.65 08:57:37 08:52:01 2 0.03 0.00 0.05 0.02 0.00 99.90 08:57:37 08:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:57:37 08:53:01 all 0.02 0.00 0.05 0.02 0.00 99.91 08:57:37 08:53:01 0 0.02 0.00 0.05 0.02 0.00 99.92 08:57:37 08:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:57:37 08:53:01 2 0.02 0.00 0.07 0.07 0.00 99.85 08:57:37 08:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:57:37 08:54:01 all 0.13 0.00 0.03 0.00 0.00 99.84 08:57:37 08:54:01 0 0.32 0.00 0.03 0.00 0.00 99.65 08:57:37 08:54:01 1 0.12 0.00 0.03 0.00 0.00 99.85 08:57:37 08:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:57:37 08:54:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:57:37 08:55:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:57:37 08:55:01 0 0.08 0.00 0.03 0.00 0.00 99.88 08:57:37 08:55:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:57:37 08:55:01 2 0.48 0.00 0.03 0.00 0.00 99.48 08:57:37 08:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:57:37 08:56:01 all 0.16 0.00 0.02 0.00 0.00 99.82 08:57:37 08:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:57:37 08:56:01 1 0.03 0.00 0.03 0.02 0.00 99.92 08:57:37 08:56:01 2 0.52 0.00 0.02 0.00 0.00 99.47 08:57:37 08:56:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:57:37 08:57:01 all 0.59 0.00 0.31 0.94 0.00 98.16 08:57:37 08:57:01 0 0.10 0.00 0.08 0.03 0.00 99.78 08:57:37 08:57:01 1 0.42 0.00 0.30 0.87 0.00 98.42 08:57:37 08:57:01 2 1.42 0.00 0.55 2.22 0.00 95.82 08:57:37 08:57:01 3 0.43 0.00 0.32 0.63 0.00 98.61 08:57:37 Average: all 15.44 0.00 7.73 7.31 0.03 69.49 08:57:37 Average: 0 14.84 0.00 7.50 7.33 0.02 70.31 08:57:37 Average: 1 15.71 0.00 7.73 7.54 0.03 68.99 08:57:37 Average: 2 15.59 0.00 7.78 6.92 0.03 69.68 08:57:37 Average: 3 15.64 0.00 7.93 7.43 0.02 68.99 08:57:37 08:57:37 08:57:37