Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cf4a297523e8c1596dfaf40076c202269d9b4183+668f0a3a269f3b051418dc2678a30c23b2beea7f (91b9ea0082560e943ed1c578cd4690848214c499) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22925 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 Checking out Revision 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" > git rev-list --no-walk cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:19 ========================================================= 00:30:19 EdgeX Global Pipelines Version Info 00:30:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:22 ------------------- 00:30:22 stable info: 00:30:22 ------------------- 00:30:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:22 Message: update stable to v1.0.179 00:30:22 ------------------- 00:30:22 experimental info: 00:30:22 ------------------- 00:30:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:22 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4649118 [Pipeline] echo 00:30:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:26 provisioning config files... 00:30:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6117814264158105351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:26 ---> docker-login.sh 00:30:26 nexus3.edgexfoundry.org:10001 00:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 nexus3.edgexfoundry.org:10002 00:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 nexus3.edgexfoundry.org:10003 00:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 nexus3.edgexfoundry.org:10004 00:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:27 Configure a credential helper to remove this warning. See 00:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:27 00:30:27 Login Succeeded 00:30:27 docker.io 00:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:28 Configure a credential helper to remove this warning. See 00:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:28 00:30:28 Login Succeeded 00:30:28 ---> docker-login.sh ends [Pipeline] } 00:30:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:28 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/core-command/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo core-command,cmd/core-command/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/core-data/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo core-data,cmd/core-data/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/core-metadata/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/support-notifications/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/support-scheduler/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:28 + for file in '`ls cmd/**/Dockerfile`' 00:30:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:28 ++ cut -d/ -f2 00:30:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:28 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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 00:30:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:29 00:30:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:30 latest: Pulling from edgex-devops/git-semver 00:30:30 31603596830f: Pulling fs layer 00:30:30 2a8b12db71e7: Pulling fs layer 00:30:30 6ca5941a6612: Pulling fs layer 00:30:30 ecc8261a40a4: Pulling fs layer 00:30:30 ecc8261a40a4: Waiting 00:30:30 2a8b12db71e7: Verifying Checksum 00:30:30 2a8b12db71e7: Download complete 00:30:30 31603596830f: Verifying Checksum 00:30:30 31603596830f: Download complete 00:30:30 ecc8261a40a4: Verifying Checksum 00:30:30 ecc8261a40a4: Download complete 00:30:30 6ca5941a6612: Verifying Checksum 00:30:30 6ca5941a6612: Download complete 00:30:30 31603596830f: Pull complete 00:30:31 2a8b12db71e7: Pull complete 00:30:32 6ca5941a6612: Pull complete 00:30:32 ecc8261a40a4: Pull complete 00:30:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:33 prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container 00:30:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:36 $ docker top cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:36 [ssh-agent] Looking for ssh-agent implementation... 00:30:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:36 $ docker exec cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc ssh-agent 00:30:36 SSH_AUTH_SOCK=/tmp/ssh-q4fg5cXY35ch/agent.12 00:30:36 SSH_AGENT_PID=18 00:30:37 Running ssh-add (command line suppressed) 00:30:37 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1909346253536700955.key (/w/workspace/edgex-go/2@tmp/private_key_1909346253536700955.key) 00:30:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:37 + git tag --points-at HEAD [Pipeline] } 00:30:37 $ docker exec --env ******** --env ******** cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc ssh-agent -k 00:30:37 unset SSH_AUTH_SOCK; 00:30:37 unset SSH_AGENT_PID; 00:30:37 echo Agent pid 18 killed; 00:30:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:37 [ssh-agent] Looking for ssh-agent implementation... 00:30:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:38 $ docker exec cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc ssh-agent 00:30:38 SSH_AUTH_SOCK=/tmp/ssh-YMr3WCY57D6i/agent.48 00:30:38 SSH_AGENT_PID=53 00:30:38 Running ssh-add (command line suppressed) 00:30:38 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8214013625198421529.key (/w/workspace/edgex-go/2@tmp/private_key_8214013625198421529.key) 00:30:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:39 + git semver init 00:30:39 # -> Open(): unable to determine branch for HEAD 00:30:39 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:39 # $SEMVER_REMOTE_NAME = origin 00:30:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:39 # $SEMVER_USER_NAME = edgex-jenkins 00:30:39 # $SEMVER_BRANCH = PR-3075 00:30:39 # $SEMVER_TEMP = /tmp/semver-866465097 00:30:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:17 # '/tmp/semver-866465097' -> '/w/workspace/edgex-go/2/.semver' 00:31:18 # -> Force: false 00:31:18 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:18 $ docker exec --env ******** --env ******** cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc ssh-agent -k 00:31:18 unset SSH_AUTH_SOCK; 00:31:18 unset SSH_AGENT_PID; 00:31:18 echo Agent pid 53 killed; 00:31:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:19 + git semver [Pipeline] } 00:31:19 $ docker stop --time=1 cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc 00:31:21 $ docker rm -f cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc [Pipeline] // withDockerContainer [Pipeline] sh 00:31:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:22 Stashed 1 file(s) [Pipeline] echo 00:31:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:24 + sudo service docker restart 00:31:24 + true 00:31:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:24 ========================================================= 00:31:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:25 + 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 . 00:31:29 Sending build context to Docker daemon 327.1MB 00:31:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:29 Step 2/6 : FROM ${BASE} 00:31:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:29 188c0c94c7c5: Pulling fs layer 00:31:29 0ef7d3d256c8: Pulling fs layer 00:31:29 de9db76c5a1d: Pulling fs layer 00:31:29 bca2f99d35d6: Pulling fs layer 00:31:29 93359f2a8cfa: Pulling fs layer 00:31:29 7c6f9722023f: Pulling fs layer 00:31:29 a35cf1a2eb13: Pulling fs layer 00:31:29 93359f2a8cfa: Waiting 00:31:29 7c6f9722023f: Waiting 00:31:29 a35cf1a2eb13: Waiting 00:31:29 bca2f99d35d6: Waiting 00:31:29 de9db76c5a1d: Verifying Checksum 00:31:29 de9db76c5a1d: Download complete 00:31:29 0ef7d3d256c8: Verifying Checksum 00:31:29 0ef7d3d256c8: Download complete 00:31:29 93359f2a8cfa: Verifying Checksum 00:31:29 93359f2a8cfa: Download complete 00:31:29 7c6f9722023f: Verifying Checksum 00:31:29 7c6f9722023f: Download complete 00:31:29 188c0c94c7c5: Verifying Checksum 00:31:29 188c0c94c7c5: Download complete 00:31:29 188c0c94c7c5: Pull complete 00:31:29 0ef7d3d256c8: Pull complete 00:31:30 de9db76c5a1d: Pull complete 00:31:31 a35cf1a2eb13: Verifying Checksum 00:31:31 a35cf1a2eb13: Download complete 00:31:32 bca2f99d35d6: Verifying Checksum 00:31:32 bca2f99d35d6: Download complete 00:31:37 Still waiting to schedule task 00:31:37 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:38 bca2f99d35d6: Pull complete 00:31:38 93359f2a8cfa: Pull complete 00:31:38 7c6f9722023f: Pull complete 00:31:45 a35cf1a2eb13: Pull complete 00:31:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:45 ---> a62c8e92a672 00:31:45 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:45 ---> Running in f23dc2884acf 00:31:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:49 (1/12) Installing libmagic (5.38-r0) 00:31:49 (2/12) Installing file (5.38-r0) 00:31:49 (3/12) Installing libc-dev (0.7.2-r3) 00:31:49 (4/12) Installing g++ (9.3.0-r2) 00:32:21 (5/12) Installing fortify-headers (1.1-r0) 00:32:21 (6/12) Installing patch (2.7.6-r6) 00:32:21 (7/12) Installing build-base (0.5-r2) 00:32:21 (8/12) Installing libsodium (1.0.18-r0) 00:32:21 (9/12) Installing pkgconf (1.7.2-r0) 00:32:21 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:21 (11/12) Installing libzmq (4.3.3-r0) 00:32:21 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:21 Executing busybox-1.31.1-r19.trigger 00:32:21 OK: 233 MiB in 51 packages 00:32:23 Removing intermediate container f23dc2884acf 00:32:23 ---> 9e8ee7b507b1 00:32:23 Step 4/6 : WORKDIR /edgex-go 00:32:23 ---> Running in 79000c4ed27d 00:32:23 Removing intermediate container 79000c4ed27d 00:32:23 ---> 1a33baf688db 00:32:23 Step 5/6 : COPY go.mod . 00:32:24 ---> 3e3d31d652f2 00:32:24 Step 6/6 : RUN go mod download 00:32:24 ---> Running in 3768141002c4 00:32:46 Removing intermediate container 3768141002c4 00:32:46 ---> 1dc53f678738 00:32:46 Successfully built 1dc53f678738 00:32:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:46 + docker inspect -f . ci-base-image-x86_64 00:32:46 . [Pipeline] withDockerContainer 00:32:46 prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container 00:32:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:48 $ docker top 363c038e02a680f37afecda52382b1ad8d5ebc9a96b7cdd6221f1f5a631b2e90 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:48 + go version 00:32:48 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:48 $ docker stop --time=1 363c038e02a680f37afecda52382b1ad8d5ebc9a96b7cdd6221f1f5a631b2e90 00:32:50 $ docker rm -f 363c038e02a680f37afecda52382b1ad8d5ebc9a96b7cdd6221f1f5a631b2e90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:51 + docker inspect -f . ci-base-image-x86_64 00:32:51 . [Pipeline] withDockerContainer 00:32:51 prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container 00:32:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:52 $ docker top ac4f23a8121b3f04815ef2a1ff0987b7faed7c2b1864fd4554774dda990cb097 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:52 ========================================================= 00:32:52 [edgeXBuildGoParallel] Running Tests and Build... 00:32:52 ========================================================= [Pipeline] sh 00:32:52 + make test 00:32:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:01 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.170s coverage: 46.6% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.297s coverage: 27.1% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.167s coverage: 65.8% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.166s coverage: 82.3% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.600s coverage: 28.6% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.196s coverage: 86.7% of statements 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.190s coverage: 97.5% of statements 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.630s coverage: 92.8% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 43.8% of statements 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.229s coverage: 79.5% of statements 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.103s coverage: 87.5% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.094s coverage: 94.4% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.095s coverage: 87.2% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.294s coverage: 75.5% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.093s coverage: 84.2% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.323s coverage: 91.4% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.178s coverage: 73.7% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.505s coverage: 68.9% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 37.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.643s coverage: 84.0% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.165s coverage: 47.1% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements 00:34:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.922s coverage: 29.1% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.095s coverage: 99.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.070s coverage: 87.9% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.134s coverage: 32.1% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.052s coverage: 100.0% of statements 00:34:16 GO111MODULE=on go vet ./... 00:34:55 gofmt -l . 00:34:55 [ "`gofmt -l .`" = "" ] 00:34:55 ./bin/test-go-mod-tidy.sh 00:34:55 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:56 + ls -al . 00:34:56 total 668 00:34:56 drwxrwxr-x 10 1001 1001 4096 Jan 27 00:34 . 00:34:56 drwxr-xr-x 4 root root 28 Jan 27 00:32 .. 00:34:56 -rw-rw-r-- 1 1001 1001 11 Jan 27 00:30 .dockerignore 00:34:56 drwxrwxr-x 8 1001 1001 179 Jan 27 00:30 .git 00:34:56 drwxrwxr-x 3 1001 1001 125 Jan 27 00:30 .github 00:34:56 -rw-rw-r-- 1 1001 1001 872 Jan 27 00:30 .gitignore 00:34:56 drwx------ 3 1001 1001 60 Jan 27 00:31 .semver 00:34:56 -rw-rw-r-- 1 1001 1001 166 Jan 27 00:30 .sonarcloud.properties 00:34:56 -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:30 Attribution.txt 00:34:56 -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:30 CONTRIBUTING.md 00:34:56 -rw-rw-r-- 1 1001 1001 931 Jan 27 00:30 Dockerfile.build 00:34:56 -rw-rw-r-- 1 1001 1001 863 Jan 27 00:30 Jenkinsfile 00:34:56 -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:30 LICENSE 00:34:56 -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:30 Makefile 00:34:56 -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:30 README.md 00:34:56 -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:30 SECURITY.md 00:34:56 -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION 00:34:56 -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:30 ZMQWindows.md 00:34:56 drwxrwxr-x 2 1001 1001 117 Jan 27 00:30 bin 00:34:56 drwxrwxr-x 15 1001 1001 4096 Jan 27 00:30 cmd 00:34:56 -rw-r--r-- 1 root root 564700 Jan 27 00:34 coverage.out 00:34:56 -rw-r--r-- 1 root root 1053 Jan 27 00:34 go.mod 00:34:56 -rw-r--r-- 1 root root 19105 Jan 27 00:34 go.sum 00:34:56 drwxrwxr-x 8 1001 1001 127 Jan 27 00:30 internal 00:34:56 drwxrwxr-x 4 1001 1001 26 Jan 27 00:30 openapi 00:34:56 drwxrwxr-x 4 1001 1001 71 Jan 27 00:30 snap 00:34:56 -rw-rw-r-- 1 1001 1001 168 Jan 27 00:30 version.go [Pipeline] sh 00:34:56 + '[' -e coverage.out ] 00:34:56 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:57 Stashed 1 file(s) [Pipeline] sh 00:34:57 + make build 00:34: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 00:35:00 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 00:35:13 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 00:35:13 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 00:35:16 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 00:35:17 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 00:35:19 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 00:35:21 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 00:35:23 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 00:35:26 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 00:35:28 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 00:35:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:34 $ docker stop --time=1 ac4f23a8121b3f04815ef2a1ff0987b7faed7c2b1864fd4554774dda990cb097 00:35:36 $ docker rm -f ac4f23a8121b3f04815ef2a1ff0987b7faed7c2b1864fd4554774dda990cb097 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:38 00:35:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:39 latest: Pulling from edgex-devops/edgex-compose 00:35:39 cbdbe7a5bc2a: Pulling fs layer 00:35:39 ca9280d653b3: Pulling fs layer 00:35:39 7e9c9ca2126c: Pulling fs layer 00:35:39 cbdbe7a5bc2a: Verifying Checksum 00:35:39 cbdbe7a5bc2a: Download complete 00:35:39 cbdbe7a5bc2a: Pull complete 00:35:40 ca9280d653b3: Download complete 00:35:41 ca9280d653b3: Pull complete 00:35:41 7e9c9ca2126c: Verifying Checksum 00:35:41 7e9c9ca2126c: Download complete 00:35:49 7e9c9ca2126c: Pull complete 00:35:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:49 prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container 00:35:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:52 $ docker top b4d5cd16f2d81ae0d05629435f327a214165e41285a852d13f843aa07404f7a4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:53 + docker-compose build --help 00:35:53 + grep parallel 00:35:54 --parallel Build images in parallel. [Pipeline] } 00:35:54 $ docker stop --time=1 b4d5cd16f2d81ae0d05629435f327a214165e41285a852d13f843aa07404f7a4 00:35:56 $ docker rm -f b4d5cd16f2d81ae0d05629435f327a214165e41285a852d13f843aa07404f7a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:56 . [Pipeline] withDockerContainer 00:35:56 prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container 00:35:56 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:57 $ docker top 46a8da0c0346b2ed41aba28647e6f99a0612cd9e36571dfce519faf19d8d6ad6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:58 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:59 Building docker-core-command-go ... 00:35:59 Building docker-core-data-go ... 00:35:59 Building docker-core-metadata-go ... 00:35:59 Building docker-security-bootstrapper-go ... 00:35:59 Building docker-security-proxy-setup-go ... 00:35:59 Building docker-security-secretstore-setup-go ... 00:35:59 Building docker-support-notifications-go ... 00:35:59 Building docker-support-scheduler-go ... 00:35:59 Building docker-sys-mgmt-agent-go ... 00:35:59 Building docker-support-notifications-go 00:35:59 Building docker-security-bootstrapper-go 00:35:59 Building docker-security-proxy-setup-go 00:35:59 Building docker-sys-mgmt-agent-go 00:35:59 Building docker-core-command-go 00:36:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 1dc53f678738 00:36:38 Step 3/22 : WORKDIR /edgex-go 00:36:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 1dc53f678738 00:36:38 Step 3/21 : WORKDIR /edgex-go 00:36:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 1dc53f678738 00:36:38 Step 3/23 : WORKDIR /edgex-go 00:36:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 1dc53f678738 00:36:38 Step 3/26 : WORKDIR /edgex-go 00:36:38 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:38 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:36:38 ---> 1dc53f678738 00:36:38 Step 3/33 : WORKDIR /edgex-go 00:36:38 ---> Running in dc116424dffc 00:36:38 ---> Running in e614b18e550f 00:36:38 ---> Running in db6fd6575bdf 00:36:38 ---> Running in 0948868a49b8 00:36:38 ---> Running in 3ddfae26b78a 00:36:39 Removing intermediate container db6fd6575bdf 00:36:39 ---> ec62fd1b9911 00:36:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:39 Removing intermediate container 3ddfae26b78a 00:36:39 ---> 237e04a30d44 00:36:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:39 Removing intermediate container dc116424dffc 00:36:39 ---> 62a97d6e6099 00:36:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:39 Removing intermediate container 0948868a49b8 00:36:39 ---> 4290a3f353fa 00:36:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:39 Removing intermediate container e614b18e550f 00:36:39 ---> 9ddc32b93fb7 00:36:39 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:39 ---> Running in 1bd456ae2d4f 00:36:39 ---> Running in 517430aa9b28 00:36:39 ---> Running in 04cd68cb3d86 00:36:39 ---> Running in 37caa6ad9929 00:36:39 ---> Running in 3ca37876ab98 00:36:42 Removing intermediate container 37caa6ad9929 00:36:42 ---> 75d163b671ad 00:36:42 Step 5/33 : RUN apk add --update --no-cache make git 00:36:42 Removing intermediate container 1bd456ae2d4f 00:36:42 ---> 419353dd0b72 00:36:42 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:42 Removing intermediate container 517430aa9b28 00:36:42 ---> d2dee4efd123 00:36:42 Step 5/21 : RUN apk add --update --no-cache make git 00:36:43 ---> Running in b4a20554925b 00:36:43 ---> Running in 4a56560a288b 00:36:43 Removing intermediate container 04cd68cb3d86 00:36:43 ---> 385eb8a4a9b3 00:36:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:43 ---> Running in dfb169929f4c 00:36:43 Removing intermediate container 3ca37876ab98 00:36:43 ---> a2fa730baf98 00:36:43 Step 5/23 : RUN apk add --update --no-cache make git 00:36:43 ---> Running in bef50c6649c5 00:36:43 ---> Running in 3796c802f4a2 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:47 OK: 233 MiB in 51 packages 00:36:47 OK: 233 MiB in 51 packages 00:36:47 Removing intermediate container b4a20554925b 00:36:47 ---> 457f717c18e0 00:36:47 Step 6/33 : COPY go.mod . 00:36:47 Removing intermediate container 3796c802f4a2 00:36:47 ---> 8a698ff4d238 00:36:47 Step 6/23 : COPY go.mod . 00:36:47 ---> a8daa92f3906 00:36:47 Step 7/33 : RUN go mod download 00:36:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22936 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { 00:36:48 Removing intermediate container dfb169929f4c 00:36:48 ---> e39c0958bfa7 00:36:48 Step 6/21 : COPY go.mod . 00:36:48 ---> Running in 5690a86ec87f 00:36:48 Removing intermediate container bef50c6649c5 00:36:48 ---> ad3280aaa812 00:36:48 Step 6/22 : COPY go.mod . [Pipeline] ws 00:36:48 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:36:48 ---> dcf08d91a664 00:36:48 Step 7/23 : RUN go mod download 00:36:48 Removing intermediate container 4a56560a288b 00:36:48 ---> f2005fef54c6 00:36:48 Step 6/26 : COPY go.mod . 00:36:48 ---> Running in f91f9e2dd5fe 00:36:48 ---> 535316eee3de 00:36:48 Step 7/21 : RUN go mod download 00:36:49 ---> d5e290367f26 00:36:49 Step 7/22 : RUN go mod download 00:36:49 ---> Running in 9e19fb675a83 00:36:49 ---> Running in d6236653ab41 00:36:49 ---> 7edb96e03db6 00:36:49 Step 7/26 : RUN go mod download 00:36:49 ---> Running in 283aac46f342 00:36:52 Removing intermediate container f91f9e2dd5fe 00:36:52 ---> 1a40c802dba1 00:36:52 Step 8/23 : COPY . . 00:36:52 Removing intermediate container 283aac46f342 00:36:52 ---> 1eb8e5b9d21b 00:36:52 Step 8/26 : COPY . . 00:36:52 Removing intermediate container 5690a86ec87f 00:36:52 ---> 8e0ce5eabfb2 00:36:52 Step 8/33 : COPY . . 00:36:52 Removing intermediate container d6236653ab41 00:36:52 ---> 53fa096e6bc0 00:36:52 Step 8/22 : COPY . . 00:36:52 Removing intermediate container 9e19fb675a83 00:36:52 ---> a886a66c51b8 00:36:52 Step 8/21 : COPY . . 00:36:52 using credential edgex-jenkins-ssh 00:36:53 Cloning the remote Git repository 00:36:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:53 > git init /w/workspace/edgex-go/2 # timeout=10 00:36:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:53 > git --version # timeout=10 00:36:53 > git --version # 'git version 2.17.1' 00:36:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:27 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 00:37:28 Merge succeeded, producing 0f9728b2a355c3c508a21d8dbe007d65eb08e301 00:37:28 Checking out Revision 0f9728b2a355c3c508a21d8dbe007d65eb08e301 (PR-3075) 00:37:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:37:28 > git config core.sparsecheckout # timeout=10 00:37:28 > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 00:37:28 > git remote # timeout=10 00:37:28 > git config --get remote.origin.url # timeout=10 00:37:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:28 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 00:37:28 > git rev-parse HEAD^{commit} # timeout=10 00:37:28 > git config core.sparsecheckout # timeout=10 00:37:28 > git checkout -f 0f9728b2a355c3c508a21d8dbe007d65eb08e301 # timeout=10 00:37:33 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" 00:37:33 > git rev-list --no-walk cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:35 + sudo service docker restart 00:37:35 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:38 provisioning config files... 00:37:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2912609896181882730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:39 ---> docker-login.sh 00:37:39 nexus3.edgexfoundry.org:10001 00:37:39 ---> d9fcd96a66fa 00:37:39 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:37:39 ---> a3cc6811b674 00:37:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:39 ---> 1c1a420a7e31 00:37:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:39 ---> 403fa52fb7f9 00:37:39 Step 9/23 : RUN make cmd/core-command/core-command 00:37:39 ---> Running in 1e952a8b07eb 00:37:39 ---> Running in d4b9f76011f2 00:37:39 ---> Running in b32355592534 00:37:39 ---> Running in fa357e202e7f 00:37:39 ---> 03a225562dab 00:37:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:39 ---> Running in 7304271c952e 00:37:39 Removing intermediate container 1e952a8b07eb 00:37:39 ---> 6f091e6720f0 00:37:39 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:37:39 ---> Running in 6eadf2e89623 00:37:39 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 00:37:39 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 00:37:39 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 00:37:39 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 00:37:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:40 Configure a credential helper to remove this warning. See 00:37:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:40 00:37:40 Login Succeeded 00:37:40 nexus3.edgexfoundry.org:10002 00:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:40 Configure a credential helper to remove this warning. See 00:37:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:40 00:37:40 Login Succeeded 00:37:40 nexus3.edgexfoundry.org:10003 00:37:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:41 Configure a credential helper to remove this warning. See 00:37:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:41 00:37:41 Login Succeeded 00:37:41 nexus3.edgexfoundry.org:10004 00:37:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:42 Configure a credential helper to remove this warning. See 00:37:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:42 00:37:42 Login Succeeded 00:37:42 docker.io 00:37:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:42 Configure a credential helper to remove this warning. See 00:37:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:42 00:37:42 Login Succeeded 00:37:42 ---> docker-login.sh ends [Pipeline] } 00:37:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:43 ========================================================= 00:37:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:43 + 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 . 00:37:46 Sending build context to Docker daemon 165.9MB 00:37:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:46 Step 2/6 : FROM ${BASE} 00:37:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:46 5f621e34cdf4: Pulling fs layer 00:37:46 a4357932f1b6: Pulling fs layer 00:37:46 18c013af1878: Pulling fs layer 00:37:46 00ac8860ef70: Pulling fs layer 00:37:46 63d7cb157983: Pulling fs layer 00:37:46 b116817d02f9: Pulling fs layer 00:37:46 745a02a5169b: Pulling fs layer 00:37:46 00ac8860ef70: Waiting 00:37:46 63d7cb157983: Waiting 00:37:46 745a02a5169b: Waiting 00:37:46 18c013af1878: Verifying Checksum 00:37:46 18c013af1878: Download complete 00:37:46 a4357932f1b6: Verifying Checksum 00:37:46 a4357932f1b6: Download complete 00:37:46 63d7cb157983: Download complete 00:37:46 b116817d02f9: Download complete 00:37:46 5f621e34cdf4: Verifying Checksum 00:37:46 5f621e34cdf4: Download complete 00:37:46 5f621e34cdf4: Pull complete 00:37:47 a4357932f1b6: Pull complete 00:37:48 18c013af1878: Pull complete 00:37:50 745a02a5169b: Verifying Checksum 00:37:50 745a02a5169b: Download complete 00:37:51 00ac8860ef70: Verifying Checksum 00:37:51 00ac8860ef70: Download complete 00:38:01 00ac8860ef70: Pull complete 00:38:01 63d7cb157983: Pull complete 00:38:01 b116817d02f9: Pull complete 00:38:05 745a02a5169b: Pull complete 00:38:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:38:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:38:05 ---> b7e6874047d6 00:38:05 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:38:08 ---> Running in 50750508e931 00:38:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:38:12 (1/12) Installing libmagic (5.38-r0) 00:38:13 (2/12) Installing file (5.38-r0) 00:38:13 (3/12) Installing libc-dev (0.7.2-r3) 00:38:13 (4/12) Installing g++ (9.3.0-r2) 00:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:27 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 00:38:28 Removing intermediate container d4b9f76011f2 00:38:28 ---> e4f722a6eef7 00:38:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:30 + mkdir -p /tmp/build/dist/linux 00:38:30 + cd /tmp/build/dist/linux 00:38:30 + git clone https://github.com/jwilder/dockerize.git . 00:38:30  ---> Running in c1e11c110a72 00:38:30 Cloning into '.'... 00:38:31 Removing intermediate container fa357e202e7f 00:38:31 ---> 450e3783248c 00:38:31 00:38:31 Step 10/22 : FROM alpine:3.12 00:38:31 Removing intermediate container b32355592534 00:38:31 ---> b250547883d1 00:38:31 00:38:31 Step 10/23 : FROM alpine:3.12 00:38:31 3.12: Pulling from library/alpine 00:38:31 3.12: Pulling from library/alpine 00:38:31 (5/12) Installing fortify-headers (1.1-r0) 00:38:31 (6/12) Installing patch (2.7.6-r6) 00:38:31 (7/12) Installing build-base (0.5-r2) 00:38:31 (8/12) Installing libsodium (1.0.18-r0) 00:38:31 (9/12) Installing pkgconf (1.7.2-r0) 00:38:31 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:31 (11/12) Installing libzmq (4.3.3-r0) 00:38:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:31 Executing busybox-1.31.1-r19.trigger 00:38:31 OK: 217 MiB in 51 packages 00:38:31 + go get github.com/robfig/glock 00:38:32 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 00:38:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:32 Status: Downloaded newer image for alpine:3.12 00:38:32 Status: Downloaded newer image for alpine:3.12 00:38:32 ---> 389fef711851 00:38:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:32 ---> 389fef711851 00:38:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:33 Removing intermediate container 50750508e931 00:38:33 ---> 569450c420ec 00:38:33 Step 4/6 : WORKDIR /edgex-go 00:38:33 ---> Running in 6d30bbca01da 00:38:34 Removing intermediate container 6d30bbca01da 00:38:34 ---> e6443253d56e 00:38:34 Step 5/6 : COPY go.mod . 00:38:34 ---> Running in 4ce23ae967a9 00:38:34 ---> Running in d8144bc660dd 00:38:34 Removing intermediate container 7304271c952e 00:38:34 ---> 710e7c3c5a45 00:38:34 00:38:34 Step 10/21 : FROM alpine:3.12 00:38:34 ---> 389fef711851 00:38:34 Step 11/21 : RUN apk add --update --no-cache curl 00:38:34 ---> Running in 5c337eb1f7b6 00:38:34 ---> b17cdc9449aa 00:38:34 Step 6/6 : RUN go mod download 00:38:35 ---> Running in 47bb45ea009e 00:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:35 (1/2) Installing ca-certificates (20191127-r4) 00:38:35 (2/2) Installing dumb-init (1.2.2-r1) 00:38:35 Executing busybox-1.31.1-r19.trigger 00:38:35 Executing ca-certificates-20191127-r4.trigger 00:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:36 (1/1) Installing dumb-init (1.2.2-r1) 00:38:36 Executing busybox-1.31.1-r19.trigger 00:38:36 Removing intermediate container c1e11c110a72 00:38:36 ---> fb418d37ef37 00:38:36 00:38:36 Step 11/26 : FROM docker:20.10.0 00:38:36 OK: 6 MiB in 15 packages 00:38:36 OK: 6 MiB in 16 packages 00:38:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:36 20.10.0: Pulling from library/docker 00:38:36 (1/4) Installing ca-certificates (20191127-r4) 00:38:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:36 (3/4) Installing libcurl (7.69.1-r3) 00:38:36 (4/4) Installing curl (7.69.1-r3) 00:38:36 Executing busybox-1.31.1-r19.trigger 00:38:36 Executing ca-certificates-20191127-r4.trigger 00:38:36 OK: 7 MiB in 18 packages 00:38:39 Removing intermediate container d8144bc660dd 00:38:39 ---> 9594c084256d 00:38:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:39 Removing intermediate container 4ce23ae967a9 00:38:39 ---> 767b84bd1a81 00:38:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:39 ---> Running in 5c3376f12b1a 00:38:40 Removing intermediate container 5c337eb1f7b6 00:38:40 ---> 9105c4836805 00:38:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:40 ---> Running in 0d72ee43000f 00:38:40 ---> Running in a7fef4e29f1d 00:38:40 Removing intermediate container 5c3376f12b1a 00:38:40 ---> 1087210acb76 00:38:40 Step 13/23 : ENV APP_PORT=48082 00:38:41 Removing intermediate container 0d72ee43000f 00:38:41 ---> 73f7e88a72e2 00:38:41 Step 13/22 : ENV APP_PORT=48060 00:38:41 ---> Running in ac398d9f7c35 00:38:44 ---> Running in b2e7f7b40f4b 00:38:44 Removing intermediate container a7fef4e29f1d 00:38:44 ---> 5312e85c9968 00:38:44 Step 13/21 : WORKDIR /edgex 00:38:44 Removing intermediate container ac398d9f7c35 00:38:44 ---> 60b544d10a4f 00:38:44 Step 14/23 : EXPOSE $APP_PORT 00:38:44 ---> Running in f26b0d029607 00:38:44 ---> Running in 6472abfcd98b 00:38:44 Removing intermediate container b2e7f7b40f4b 00:38:44 ---> 753aa798afb3 00:38:44 Step 14/22 : EXPOSE $APP_PORT 00:38:44 ---> Running in bf56ecdf861a 00:38:44 Removing intermediate container f26b0d029607 00:38:44 ---> 869b0c0a9c81 00:38:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:44 Removing intermediate container 6472abfcd98b 00:38:44 ---> 5c2f3404dae6 00:38:44 Step 15/23 : WORKDIR / 00:38:45 ---> Running in e9fc283d141f 00:38:45 Removing intermediate container bf56ecdf861a 00:38:45 ---> 23e59f371ae1 00:38:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:46 + glock sync -n 00:38:46  ---> bf96d7163301 00:38:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:46 Removing intermediate container e9fc283d141f 00:38:46 ---> d16f9d590fb4 00:38:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:47 ---> 919be44a2074 00:38:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:47 ---> 3b4f36bb6c46 00:38:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:47 ---> 9260f1bab23f 00:38:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:48 ---> bbd2aa875c30 00:38:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:49 ---> 89b2e4aa0b3f 00:38:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:49 ---> 8ffc4f830e91 00:38:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:49 ---> 248e02614d51 00:38:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:49 ---> Running in b670ea5d2602 00:38:49 ---> Running in a4b08aaa4b44 00:38:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:49 Removing intermediate container b670ea5d2602 00:38:49 ---> 5cb73c24dc70 00:38:49 Step 18/21 : CMD ["--init=true"] 00:38:49 Status: Downloaded newer image for docker:20.10.0 00:38:49 ---> aefe523efa57 00:38:49 Step 12/26 : RUN apk add --no-cache bash 00:38:50 ---> 4a2b1238fab2 00:38:50 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:50 Removing intermediate container a4b08aaa4b44 00:38:50 ---> 6196646466fe 00:38:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:50 ---> Running in 67e72b118093 00:38:50 ---> Running in db9d771e09a4 00:38:50 ---> Running in 23a0d65c8dbf 00:38:50 ---> Running in c859b202ebf9 00:38:50 Removing intermediate container db9d771e09a4 00:38:50 ---> 0ad57fee84c6 00:38:50 Step 19/21 : LABEL arch=x86_64 00:38:50 Removing intermediate container c859b202ebf9 00:38:50 ---> 673afde0fe10 00:38:50 Step 20/22 : LABEL arch=x86_64 00:38:50 Removing intermediate container 23a0d65c8dbf 00:38:50 ---> caf1c92c5477 00:38:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:51 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:38:51 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:38:51 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:38:51 ---> Running in ea0d00958f82 00:38:51 ---> Running in 8a47fba8f7c2 00:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:51 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:38:51 + git describe '--abbrev=0' --tags 00:38:51 + TAG=v0.6.1 00:38:51 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:38:51 + apk --print-arch 00:38:51 building [dockerize] for amd64 ... 00:38:51 + arch=x86_64 00:38:51 + echo 'building [dockerize] for amd64 ... ' 00:38:51 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:38:51 (1/2) Installing readline (8.0.4-r0) 00:38:51 (2/2) Installing bash (5.0.17-r0) 00:38:51 Executing bash-5.0.17-r0.post-install 00:38:51 Executing busybox-1.31.1-r19.trigger 00:38:51 OK: 12 MiB in 22 packages 00:38:51 ---> Running in f3c97e9f6910 00:38:52 Removing intermediate container ea0d00958f82 00:38:52 ---> bc63ba42231a 00:38:52 Step 21/22 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:38:52 Removing intermediate container 8a47fba8f7c2 00:38:52 ---> ddd77969e107 00:38:52 Step 20/21 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:38:52 ---> Running in 51a14e5f8d68 00:38:52 Removing intermediate container f3c97e9f6910 00:38:52 ---> 3e5a67abb161 00:38:52 Step 21/23 : LABEL arch=x86_64 00:38:52 ---> Running in d36fa9f60d06 00:38:53 ---> Running in 5e26878b4912 00:38:53 Removing intermediate container 51a14e5f8d68 00:38:53 ---> 70497b842f7f 00:38:53 Step 22/22 : LABEL version=0.0.0 00:38:53 Removing intermediate container 67e72b118093 00:38:53 ---> 7d644bd6b8f1 00:38:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:53 Removing intermediate container d36fa9f60d06 00:38:53 ---> 91389275985c 00:38:53 Step 21/21 : LABEL version=0.0.0 00:38:53 ---> Running in 2e8e5fb30ca3 00:38:53 ---> Running in 12ddbd19c875 00:38:53 Removing intermediate container 5e26878b4912 00:38:53 ---> f3931c29f69b 00:38:53 Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:38:54 ---> Running in 3caf076bf099 00:38:55 ---> Running in 9731dd16c3a8 00:38:55 Removing intermediate container 2e8e5fb30ca3 00:38:55 ---> 7005f20816c6 00:38:55 Step 14/26 : ENV APP_PORT=48090 00:38:55 Removing intermediate container 12ddbd19c875 00:38:55 ---> cfe3ff603e57 00:38:55 00:38:55 Removing intermediate container 3caf076bf099 00:38:55 ---> 02cc20c63d1a 00:38:55 00:38:55 ---> Running in 47d872aeb398 00:38:55 Removing intermediate container 9731dd16c3a8 00:38:55 ---> a38f8df81c8e 00:38:55 Step 23/23 : LABEL version=0.0.0 00:38:55 ---> Running in b7a2baad666c 00:38:55 Successfully built cfe3ff603e57 00:38:55 Successfully tagged docker-support-notifications-go:latest 00:38:55 Building docker-core-metadata-go 00:38:55  Building docker-support-notifications-go ... done Removing intermediate container 47d872aeb398 00:38:55 ---> 11c64b510b7e 00:38:55 Step 15/26 : EXPOSE $APP_PORT 00:38:55 Successfully built 02cc20c63d1a 00:38:55 Successfully tagged docker-security-proxy-setup-go:latest 00:38:55 Building docker-security-secretstore-setup-go 00:38:56  Building docker-security-proxy-setup-go ... done  ---> Running in 673404024d87 00:38:56 Removing intermediate container b7a2baad666c 00:38:56 ---> f276a75fd4ba 00:38:56 00:38:56 Successfully built f276a75fd4ba 00:38:56 Removing intermediate container 673404024d87 00:38:56 ---> 48e798e70084 00:38:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:56 Successfully tagged docker-core-command-go:latest 00:38:56 Building docker-core-data-go 00:39:01 Removing intermediate container 47bb45ea009e 00:39:01 ---> 3731fc452f1a 00:39:01 Successfully built 3731fc452f1a 00:39:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:39:01  Building docker-core-command-go ... done  ---> fae40b9e7bd3 00:39:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:02 + docker inspect -f . ci-base-image-arm64 00:39:02 . [Pipeline] withDockerContainer 00:39:02 prd-ubuntu18.04-docker-arm64-4c-16g-22936 does not seem to be running inside a container 00:39:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:03 ---> b9f366d4529a 00:39:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:04 $ docker top 34dfdc2ca66f876000b3b3eb05afbf9a766f5532f868707df1ed705611439855 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:05 + go version 00:39:05 go version go1.15.5 linux/arm64 [Pipeline] } 00:39:05 $ docker stop --time=1 34dfdc2ca66f876000b3b3eb05afbf9a766f5532f868707df1ed705611439855 00:39:05 ---> 4c6053d6bb42 00:39:05 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:05 ---> Running in 2f1f3644e7fd 00:39:07 $ docker rm -f 34dfdc2ca66f876000b3b3eb05afbf9a766f5532f868707df1ed705611439855 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:08 + docker inspect -f . ci-base-image-arm64 00:39:08 . [Pipeline] withDockerContainer 00:39:08 prd-ubuntu18.04-docker-arm64-4c-16g-22936 does not seem to be running inside a container 00:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:09 $ docker top e24aeb08ae3f64909887371dd1da6eb9bf712414edbb6d64f25397ff48805ed1 -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:10 ========================================================= 00:39:10 [edgeXBuildGoParallel] Running Tests and Build... 00:39:10 ========================================================= [Pipeline] sh 00:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:10 (1/33) Installing libbz2 (1.0.8-r1) 00:39:10 (2/33) Installing expat (2.2.9-r1) 00:39:10 (3/33) Installing libffi (3.3-r2) 00:39:10 (4/33) Installing gdbm (1.13-r1) 00:39:10 (5/33) Installing xz-libs (5.2.5-r0) 00:39:10 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:10 (7/33) Installing python3 (3.8.5-r0) 00:39:10 + make test 00:39:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:17 (11/33) Installing py3-six (1.15.0-r0) 00:39:17 (12/33) Installing py3-packaging (20.4-r0) 00:39:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:17 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:17 (15/33) Installing py3-idna (2.9-r0) 00:39:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:18 (18/33) Installing py3-requests (2.23.0-r0) 00:39:18 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:18 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:18 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:18 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:18 (24/33) Installing py3-distro (1.5.0-r1) 00:39:19 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:19 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:19 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:19 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:19 (29/33) Installing py3-progress (1.5-r0) 00:39:19 (30/33) Installing py3-toml (0.10.1-r0) 00:39:19 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:19 (33/33) Installing py3-pip (20.1.1-r0) 00:39:20 Executing busybox-1.31.1-r19.trigger 00:39:20 OK: 71 MiB in 55 packages 00:39:23 + date 00:39:23 + echo 'Wed Jan 27 00:39:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:39:23 Wed Jan 27 00:39:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:39:33 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:34 ---> 1dc53f678738 00:39:34 Step 3/23 : WORKDIR /edgex-go 00:39:34 ---> Using cache 00:39:34 ---> 9ddc32b93fb7 00:39:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:34 ---> Using cache 00:39:34 ---> 75d163b671ad 00:39:34 Step 5/23 : RUN apk add --update --no-cache make git 00:39:34 ---> Using cache 00:39:34 ---> 457f717c18e0 00:39:34 Step 6/23 : COPY go.mod . 00:39:34 ---> Using cache 00:39:34 ---> a8daa92f3906 00:39:34 Step 7/23 : RUN go mod download 00:39:34 ---> Using cache 00:39:34 ---> 8e0ce5eabfb2 00:39:34 Step 8/23 : COPY . . 00:39:34 ---> Using cache 00:39:34 ---> d9fcd96a66fa 00:39:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:39:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:34 ---> 1dc53f678738 00:39:34 Step 3/24 : WORKDIR /edgex-go 00:39:34 ---> Using cache 00:39:34 ---> 9ddc32b93fb7 00:39:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:34 ---> Using cache 00:39:34 ---> 75d163b671ad 00:39:34 Step 5/24 : RUN apk add --update --no-cache make git 00:39:34 ---> Using cache 00:39:34 ---> 457f717c18e0 00:39:34 Step 6/24 : COPY go.mod . 00:39:34 ---> Using cache 00:39:34 ---> a8daa92f3906 00:39:34 Step 7/24 : RUN go mod download 00:39:34 ---> Using cache 00:39:34 ---> 8e0ce5eabfb2 00:39:34 Step 8/24 : COPY . . 00:39:34 ---> Using cache 00:39:34 ---> d9fcd96a66fa 00:39:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:34 ---> 1dc53f678738 00:39:34 Step 3/23 : WORKDIR /edgex-go 00:39:34 ---> Using cache 00:39:34 ---> 9ddc32b93fb7 00:39:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:34 ---> Using cache 00:39:34 ---> 75d163b671ad 00:39:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:35 ---> Running in 7b51c13dd6d6 00:39:35 ---> Running in 3a0e005b8dfb 00:39:35 ---> Running in c67325bce6ec 00:39:37 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 00:39:37 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 00:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:40 OK: 233 MiB in 51 packages 00:39:44 Removing intermediate container 3a0e005b8dfb 00:39:44 ---> 44b6975beac9 00:39:44 Step 6/23 : COPY go.mod . 00:39:46 ---> c65b3990e8e7 00:39:46 Step 7/23 : RUN go mod download 00:39:47 ---> Running in 8e2b69f1dd3f 00:39:51 Removing intermediate container 2f1f3644e7fd 00:39:51 ---> 6d780da5313a 00:39:51 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:51 ---> Running in cd63f372a3bb 00:39:51 Removing intermediate container 8e2b69f1dd3f 00:39:51 ---> b3e17f645e07 00:39:51 Step 8/23 : COPY . . 00:40:01 Collecting docker-compose==1.23.2 00:40:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:02 Collecting websocket-client<1.0,>=0.32.0 00:40:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:03 Collecting docopt<0.7,>=0.6.1 00:40:03 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:05 Removing intermediate container 6eadf2e89623 00:40:05 ---> 90b4d0876728 00:40:05 00:40:05 Step 11/33 : FROM alpine:3.12 00:40:05 ---> 389fef711851 00:40:05 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:07 Collecting dockerpty<0.5,>=0.4.1 00:40:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:09 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 00:40:09 Collecting jsonschema<3,>=2.5.1 00:40:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:10 ---> Running in 1892f698dddf 00:40:10 Collecting cached-property<2,>=1.2.0 00:40:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:11 Collecting PyYAML<4,>=3.10 00:40:11 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:11 Removing intermediate container 1892f698dddf 00:40:11 ---> 1f8e35c5ba34 00:40:11 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:40:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:12 ---> Running in d4e78673cb12 00:40:13 Collecting texttable<0.10,>=0.9.0 00:40:13 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:15 (1/3) Installing dumb-init (1.2.2-r1) 00:40:15 (2/3) Installing openssl (1.1.1i-r0) 00:40:15 (3/3) Installing su-exec (0.2-r1) 00:40:15 Executing busybox-1.31.1-r19.trigger 00:40:15 Collecting docker<4.0,>=3.6.0 00:40:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:15 OK: 6 MiB in 17 packages 00:40:16 Collecting urllib3<1.25,>=1.21.1 00:40:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:18 Collecting idna<2.8,>=2.5 00:40:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:18 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) 00:40:18 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) 00:40:18 Collecting docker-pycreds>=0.4.0 00:40:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:18 Installing collected packages: websocket-client, docopt, dockerpty, jsonschema, cached-property, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, docker, docker-compose 00:40:20 Running setup.py install for docopt: started 00:40:21 Running setup.py install for docopt: finished with status 'done' 00:40:21 Running setup.py install for dockerpty: started 00:40:22 Removing intermediate container d4e78673cb12 00:40:22 ---> c21a36ce2252 00:40:22 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 00:40:22 Running setup.py install for dockerpty: finished with status 'done' 00:40:23 ---> Running in 1821a721d189 00:40:23 Running setup.py install for PyYAML: started 00:40:25 Removing intermediate container 1821a721d189 00:40:25 ---> bb2e79b100af 00:40:25 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:25 Running setup.py install for PyYAML: finished with status 'done' 00:40:26 Running setup.py install for texttable: started 00:40:27 ---> Running in 9333faabacee 00:40:27 Removing intermediate container c67325bce6ec 00:40:27 ---> ddebddeaa451 00:40:27 00:40:27 Step 10/24 : FROM alpine:3.12 00:40:27 ---> 389fef711851 00:40:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:40:27 Running setup.py install for texttable: finished with status 'done' 00:40:27 Attempting uninstall: urllib3 00:40:27 Found existing installation: urllib3 1.25.9 00:40:27 Uninstalling urllib3-1.25.9: 00:40:27 ---> Running in ebeed9a5f398 00:40:27 Successfully uninstalled urllib3-1.25.9 00:40:27 ---> 95119976fb76 00:40:27 Step 9/23 : RUN make cmd/core-data/core-data 00:40:27 Removing intermediate container 7b51c13dd6d6 00:40:27 ---> b9ae5ec303b6 00:40:27 00:40:27 Step 10/23 : FROM alpine:3.12 00:40:27 ---> 389fef711851 00:40:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:27 ---> Using cache 00:40:27 ---> 9594c084256d 00:40:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:27 ---> Using cache 00:40:27 ---> 1087210acb76 00:40:27 Step 13/23 : ENV APP_PORT=48081 00:40:27 Removing intermediate container 9333faabacee 00:40:27 ---> 3c99b596c598 00:40:27 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:28 ---> Running in ed781e677d38 00:40:28 Attempting uninstall: idna 00:40:28 Found existing installation: idna 2.9 00:40:28 Uninstalling idna-2.9: 00:40:28 Successfully uninstalled idna-2.9 00:40:28 ---> Running in 41070089a8b3 00:40:28 ---> Running in 400f3a8b1c80 00:40:28 Attempting uninstall: requests 00:40:28 Found existing installation: requests 2.23.0 00:40:28 Uninstalling requests-2.23.0: 00:40:28 Successfully uninstalled requests-2.23.0 00:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:29 Removing intermediate container 41070089a8b3 00:40:29 ---> 89cf3b1b2725 00:40:29 Step 14/23 : EXPOSE $APP_PORT 00:40:29 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 00:40:29 ---> Running in f04644edf58c 00:40:29 (1/5) Installing ca-certificates (20191127-r4) 00:40:29 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:40:29 (3/5) Installing libcurl (7.69.1-r3) 00:40:29 (4/5) Installing curl (7.69.1-r3) 00:40:29 (5/5) Installing dumb-init (1.2.2-r1) 00:40:29 Executing busybox-1.31.1-r19.trigger 00:40:29 Executing ca-certificates-20191127-r4.trigger 00:40:29 OK: 7 MiB in 19 packages 00:40:31 Removing intermediate container f04644edf58c 00:40:31 ---> c7549a9cede7 00:40:31 Step 15/23 : WORKDIR / 00:40:32 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 00:40:32 ---> Running in e06e7bd665b0 00:40:33 Removing intermediate container e06e7bd665b0 00:40:33 ---> 382d54931afd 00:40:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:33 Removing intermediate container 400f3a8b1c80 00:40:33 ---> 889ac37137f5 00:40:33 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 00:40:33 Removing intermediate container ebeed9a5f398 00:40:33 ---> 2429c444eca2 00:40:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:33 ---> Running in fd6c05dec079 00:40:33 ---> Running in acbbe5a0a829 00:40:33 ---> 7e89849f0735 00:40:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:34 Removing intermediate container acbbe5a0a829 00:40:34 ---> 051acd0e010f 00:40:34 Step 13/24 : WORKDIR / 00:40:34 Removing intermediate container fd6c05dec079 00:40:34 ---> a0807f98ddaf 00:40:34 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:40:35 ---> Running in d0111d7c306e 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:36 ---> 13ad23c2f163 00:40:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:36 Removing intermediate container cd63f372a3bb 00:40:36 ---> 166a15974f6e 00:40:36 Step 21/26 : RUN apk --no-cache add curl 00:40:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:36 ---> 722f12e5b45f 00:40:36 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:36 Removing intermediate container d0111d7c306e 00:40:36 ---> 8dbac4263098 00:40:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:36 ---> Running in 06f4c9b10f6c 00:40:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:37 ---> e06af79be4e2 00:40:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:37 ---> Running in 471ec14f0573 00:40:37 ---> b47fec5edb51 00:40:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:40:37 Removing intermediate container 471ec14f0573 00:40:37 ---> 15ec7c8737b2 00:40:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:38 ---> 488d520ad80c 00:40:38 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:38 ---> Running in cb92e45a97f0 00:40:38 ---> Running in 63590c8ce3f7 00:40:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:38 ---> 5f299b8af6e4 00:40:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:38 (2/3) Installing libcurl (7.69.1-r3) 00:40:38 (3/3) Installing curl (7.69.1-r3) 00:40:38 Executing busybox-1.31.1-r19.trigger 00:40:38 Removing intermediate container cb92e45a97f0 00:40:38 ---> ad5205a6e302 00:40:38 Step 21/23 : LABEL arch=x86_64 00:40:38 OK: 72 MiB in 58 packages 00:40:38 ---> Running in f1f30fee9917 00:40:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:41 Removing intermediate container f1f30fee9917 00:40:41 ---> 83cec79ae08c 00:40:41 Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:40:41 ---> d7425425577e 00:40:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:41 ---> Running in 5ecb1426a1b2 00:40:41 Removing intermediate container 5ecb1426a1b2 00:40:41 ---> 7276256a836c 00:40:41 Step 23/23 : LABEL version=0.0.0 00:40:42 Removing intermediate container 06f4c9b10f6c 00:40:42 ---> f4a016c1c8c8 00:40:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:42 ---> Running in 7009219756b6 00:40:42 ---> Running in a7933fb0d898 00:40:42 ---> b445d43c15f0 00:40:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:42 Removing intermediate container 63590c8ce3f7 00:40:42 ---> beff9fcec5a9 00:40:42 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:42 Removing intermediate container 7009219756b6 00:40:42 ---> 796ccb15ae86 00:40:42 00:40:42 Removing intermediate container a7933fb0d898 00:40:42 ---> beee8271b921 00:40:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:43 ---> Running in 6ac21276e87e 00:40:43 Successfully built 796ccb15ae86 00:40:43 Successfully tagged docker-core-metadata-go:latest 00:40:43  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 00:40:43 ---> 840dbe5e815e 00:40:43 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:43 Removing intermediate container 6ac21276e87e 00:40:43 ---> fde320bf9dff 00:40:43 Step 24/26 : LABEL arch=x86_64 00:40:44 ---> 0bc6f8f2707f 00:40:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:44 ---> Running in 33df64e5331f 00:40:44 ---> 42835eda749e 00:40:44 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:47 ---> 0fd655bb19dc 00:40:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:40:48 ---> 1f45fdc27187 00:40:48 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:40:48 Removing intermediate container 33df64e5331f 00:40:48 ---> eedd0e25ab17 00:40:48 Step 25/26 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:40:48 ---> Running in 07925597996d 00:40:48 ---> Running in 2def31e17128 00:40:51 Removing intermediate container 2def31e17128 00:40:51 ---> 823a8bfd7f6f 00:40:51 Step 26/26 : LABEL version=0.0.0 00:40:51 ---> 496796962834 00:40:51 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:51 ---> Running in b0432e01fbb4 00:40:52 ---> a676d8318253 00:40:52 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:40:52 Removing intermediate container b0432e01fbb4 00:40:52 ---> b7ecf985daa5 00:40:52 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:53 ---> Running in 0bf04745fe38 00:40:53 Successfully built b7ecf985daa5 00:40:53 Removing intermediate container 07925597996d 00:40:53 ---> 296b1f6fe1ce 00:40:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:53 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:53  Building docker-sys-mgmt-agent-go ... done  ---> Running in 0dd480533990 00:40:53 Removing intermediate container 0bf04745fe38 00:40:53 ---> 59bbb893b9e5 00:40:53 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:55 Removing intermediate container 0dd480533990 00:40:55 ---> 4961aad7db67 00:40:55 Step 22/24 : LABEL arch=x86_64 00:40:56 ---> 5e60146de76e 00:40:56 Step 28/33 : RUN chmod +x /entrypoint.sh 00:40:56 ---> Running in 8b3a25acc100 00:40:57 ---> Running in 727c149fa176 00:40:57 Removing intermediate container 8b3a25acc100 00:40:57 ---> c9a1e5c6eef3 00:40:57 Step 23/24 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:40:58 ---> Running in aa504ba24e99 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.1% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.131s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 65.8% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.393s coverage: 82.3% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:00 Removing intermediate container aa504ba24e99 00:41:00 ---> e8452f6fdf78 00:41:00 Step 24/24 : LABEL version=0.0.0 00:41:01 ---> Running in 919ebf306a84 00:41:01 Removing intermediate container 919ebf306a84 00:41:01 ---> d0485c042e06 00:41:01 00:41:02 Removing intermediate container 727c149fa176 00:41:02 ---> 987f7f3bd205 00:41:02 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:41:02 Successfully built d0485c042e06 00:41:02 Successfully tagged docker-security-secretstore-setup-go:latest 00:41:03  Building docker-security-secretstore-setup-go ... done  ---> Running in 42d833e85e95 00:41:03 Removing intermediate container 42d833e85e95 00:41:03 ---> f36aef45dfe4 00:41:03 Step 30/33 : CMD ["gate"] 00:41:04 ---> Running in 009edf50050f 00:41:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:06 ---> 1dc53f678738 00:41:06 Step 3/22 : WORKDIR /edgex-go 00:41:06 ---> Using cache 00:41:06 ---> 9ddc32b93fb7 00:41:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:06 ---> Using cache 00:41:06 ---> 75d163b671ad 00:41:06 Step 5/22 : RUN apk add --update --no-cache make git 00:41:06 ---> Using cache 00:41:06 ---> 457f717c18e0 00:41:06 Step 6/22 : COPY go.mod . 00:41:06 ---> Using cache 00:41:06 ---> a8daa92f3906 00:41:06 Step 7/22 : RUN go mod download 00:41:06 ---> Using cache 00:41:06 ---> 8e0ce5eabfb2 00:41:06 Step 8/22 : COPY . . 00:41:06 ---> Using cache 00:41:06 ---> d9fcd96a66fa 00:41:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.127s coverage: 28.6% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:08 Removing intermediate container 009edf50050f 00:41:08 ---> 95472ca4c4f8 00:41:08 Step 31/33 : LABEL arch=x86_64 00:41:08 ---> Running in 34e77f3572f5 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:08 ---> Running in 863b37fcd668 00:41:08 Removing intermediate container ed781e677d38 00:41:08 ---> 2b802cdd6fbe 00:41:08 00:41:08 Step 10/23 : FROM alpine:3.12 00:41:08 ---> 389fef711851 00:41:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:09 ---> Running in dff6640eb6e3 00:41:09 Removing intermediate container 863b37fcd668 00:41:09 ---> f2fdb1e7d015 00:41:09 Step 32/33 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:41:09 Removing intermediate container dff6640eb6e3 00:41:09 ---> ecc858b1d3f1 00:41:09 Step 12/23 : ENV APP_PORT=48080 00:41:09 ---> Running in 4d2314ab79ce 00:41:09 ---> Running in c7ba8cc43f05 00:41:09 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 00:41:09 Removing intermediate container 4d2314ab79ce 00:41:09 ---> e22364640823 00:41:09 Step 33/33 : LABEL version=0.0.0 00:41:10 ---> Running in ffdf5e8e49b7 00:41:10 Removing intermediate container c7ba8cc43f05 00:41:10 ---> 6b8d87a30637 00:41:10 Step 13/23 : EXPOSE $APP_PORT 00:41:10 ---> Running in 8f38cc07033a 00:41:11 Removing intermediate container ffdf5e8e49b7 00:41:11 ---> 57440e6003a9 00:41:11 00:41:11 Removing intermediate container 8f38cc07033a 00:41:11 ---> 18139ac15dc8 00:41:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:11 ---> Running in 342bbf0f9c94 00:41:11 Successfully built 57440e6003a9 00:41:11 Successfully tagged docker-security-bootstrapper-go:latest 00:41:13  Building docker-security-bootstrapper-go ... done Removing intermediate container 342bbf0f9c94 00:41:13 ---> 8237455dedb7 00:41:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:41:13 ---> Running in d2a215573edd 00:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:16 (1/6) Installing dumb-init (1.2.2-r1) 00:41:16 (2/6) Installing libgcc (9.3.0-r2) 00:41:16 (3/6) Installing libsodium (1.0.18-r0) 00:41:16 (4/6) Installing libstdc++ (9.3.0-r2) 00:41:17 (5/6) Installing libzmq (4.3.3-r0) 00:41:17 (6/6) Installing zeromq (4.3.3-r0) 00:41:18 Executing busybox-1.31.1-r19.trigger 00:41:18 OK: 8 MiB in 20 packages 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.213s coverage: 92.8% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.154s coverage: 0.1% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.103s coverage: 43.8% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.104s coverage: 94.1% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements 00:41:19 Removing intermediate container d2a215573edd 00:41:19 ---> 3a175566b687 00:41:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:20 ---> ba9b58d30546 00:41:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:41:21 ---> f8d6374bac6d 00:41:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:41:22 ---> f5fd3a1e280a 00:41:22 Step 19/23 : ENTRYPOINT ["/core-data"] 00:41:22 ---> Running in fe304af60f49 00:41:22 Removing intermediate container fe304af60f49 00:41:22 ---> ea7fa24670aa 00:41:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:23 ---> Running in e775b1fc78a7 00:41:23 Removing intermediate container e775b1fc78a7 00:41:23 ---> f52e6019e65d 00:41:23 Step 21/23 : LABEL arch=x86_64 00:41:23 ---> Running in 900a2963f156 00:41:23 Removing intermediate container 900a2963f156 00:41:23 ---> 616380c73eed 00:41:23 Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:41:23 ---> Running in 2ab0606c5a34 00:41:24 Removing intermediate container 2ab0606c5a34 00:41:24 ---> 29d129310e0f 00:41:24 Step 23/23 : LABEL version=0.0.0 00:41:24 ---> Running in 050f36702bcf 00:41:24 Removing intermediate container 050f36702bcf 00:41:24 ---> 26bddb01cd8b 00:41:24 00:41:25 Successfully built 26bddb01cd8b 00:41:25 Successfully tagged docker-core-data-go:latest 00:41:27  Building docker-core-data-go ... done Removing intermediate container 34e77f3572f5 00:41:27 ---> 335543f06365 00:41:27 00:41:27 Step 10/22 : FROM alpine:3.12 00:41:27 ---> 389fef711851 00:41:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:41:27 ---> Using cache 00:41:27 ---> 9594c084256d 00:41:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:41:27 ---> Using cache 00:41:27 ---> 1087210acb76 00:41:27 Step 13/22 : ENV APP_PORT=48085 00:41:27 ---> Running in f2394d4677d0 00:41:27 Removing intermediate container f2394d4677d0 00:41:27 ---> 93c6bb8bc1b3 00:41:27 Step 14/22 : EXPOSE $APP_PORT 00:41:28 ---> Running in 8b8d98b73489 00:41:28 Removing intermediate container 8b8d98b73489 00:41:28 ---> 48571c963667 00:41:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:28 ---> 3f21806b5cf6 00:41:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:41:29 ---> dd865f4dcb8b 00:41:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:41:29 ---> c9fdccebae32 00:41:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:41:29 ---> Running in e3a2586114b9 00:41:29 Removing intermediate container e3a2586114b9 00:41:29 ---> adbaab44837a 00:41:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:29 ---> Running in a5466d1b5037 00:41:29 Removing intermediate container a5466d1b5037 00:41:29 ---> 649d936e1aae 00:41:29 Step 20/22 : LABEL arch=x86_64 00:41:30 ---> Running in 37c5943a7dc8 00:41:30 Removing intermediate container 37c5943a7dc8 00:41:30 ---> 6c4b206a3af8 00:41:30 Step 21/22 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:41:30 ---> Running in 042f53373b06 00:41:30 Removing intermediate container 042f53373b06 00:41:30 ---> 801668366585 00:41:30 Step 22/22 : LABEL version=0.0.0 00:41:30 ---> Running in de246c2a1598 00:41:30 Removing intermediate container de246c2a1598 00:41:30 ---> 6d9134cfcadf 00:41:30 00:41:30 Successfully built 6d9134cfcadf 00:41:30 Successfully tagged docker-support-scheduler-go:latest 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.2% of statements 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.152s coverage: 91.4% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:31  Building docker-support-scheduler-go ... done  [Pipeline] } 00:41:31 $ docker stop --time=1 46a8da0c0346b2ed41aba28647e6f99a0612cd9e36571dfce519faf19d8d6ad6 00:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.582s coverage: 63.5% of statements 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements 00:41:33 $ docker rm -f 46a8da0c0346b2ed41aba28647e6f99a0612cd9e36571dfce519faf19d8d6ad6 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 00:41:34 + docker images 00:41:34 + grep docker 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 00:41:34 docker-support-scheduler-go latest 6d9134cfcadf 4 seconds ago 16.4MB 00:41:34 docker-core-data-go latest 26bddb01cd8b 10 seconds ago 22.3MB 00:41:34 docker-security-bootstrapper-go latest 57440e6003a9 24 seconds ago 33.5MB 00:41:34 docker-security-secretstore-setup-go latest d0485c042e06 33 seconds ago 24.6MB 00:41:34 docker-sys-mgmt-agent-go latest b7ecf985daa5 42 seconds ago 313MB 00:41:34 docker-core-metadata-go latest 796ccb15ae86 52 seconds ago 18.8MB 00:41:34 docker-security-proxy-setup-go latest 02cc20c63d1a 2 minutes ago 24.4MB 00:41:34 docker-core-command-go latest f276a75fd4ba 2 minutes ago 16.3MB 00:41:34 docker-support-notifications-go latest cfe3ff603e57 2 minutes ago 16.9MB 00:41:34 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [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 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.624s coverage: 84.0% of statements 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements 00:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.1% of statements 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements 00:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:50 Still waiting to schedule task 00:41:50 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.453s coverage: 29.1% of statements 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.137s coverage: 100.0% of statements 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.170s coverage: 87.9% of statements 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 00:41:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:41:54 GO111MODULE=on go vet ./... 00:43:16 gofmt -l . 00:43:16 [ "`gofmt -l .`" = "" ] 00:43:16 ./bin/test-go-mod-tidy.sh 00:43:16 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:17 + ls -al . 00:43:17 total 696 00:43:17 drwxrwxr-x 9 1001 1001 4096 Jan 27 00:43 . 00:43:17 drwxr-xr-x 4 root root 4096 Jan 27 00:39 .. 00:43:17 -rw-rw-r-- 1 1001 1001 11 Jan 27 00:37 .dockerignore 00:43:17 drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 .git 00:43:17 drwxrwxr-x 3 1001 1001 4096 Jan 27 00:37 .github 00:43:17 -rw-rw-r-- 1 1001 1001 872 Jan 27 00:37 .gitignore 00:43:17 -rw-rw-r-- 1 1001 1001 166 Jan 27 00:37 .sonarcloud.properties 00:43:17 -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:37 Attribution.txt 00:43:17 -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:37 CONTRIBUTING.md 00:43:17 -rw-rw-r-- 1 1001 1001 931 Jan 27 00:37 Dockerfile.build 00:43:17 -rw-rw-r-- 1 1001 1001 863 Jan 27 00:37 Jenkinsfile 00:43:17 -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:37 LICENSE 00:43:17 -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:37 Makefile 00:43:17 -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:37 README.md 00:43:17 -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:37 SECURITY.md 00:43:17 -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION 00:43:17 -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:37 ZMQWindows.md 00:43:17 drwxrwxr-x 2 1001 1001 4096 Jan 27 00:37 bin 00:43:17 drwxrwxr-x 15 1001 1001 4096 Jan 27 00:37 cmd 00:43:17 -rw-r--r-- 1 root root 564700 Jan 27 00:41 coverage.out 00:43:17 -rw-r--r-- 1 root root 1053 Jan 27 00:43 go.mod 00:43:17 -rw-r--r-- 1 root root 19105 Jan 27 00:43 go.sum 00:43:17 drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 internal 00:43:17 drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 openapi 00:43:17 drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 snap 00:43:17 -rw-rw-r-- 1 1001 1001 168 Jan 27 00:37 version.go [Pipeline] sh 00:43:17 + '[' -e coverage.out ] 00:43:17 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:17 Warning: overwriting stash ‘coverage-report’ 00:43:19 Stashed 1 file(s) [Pipeline] sh 00:43:19 + make build 00:43:19 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 00:43:33 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 00:43:59 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 00:44:01 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 00:44: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 00:44:08 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 00:44: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 00:44: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 00:44:20 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 00:44:24 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 00:44: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 00:44:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:44:37 Running on prd-ubuntu18.04-docker-8c-8g-23019 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 00:44:38 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:44:40 using credential edgex-jenkins-ssh 00:44:40 Cloning the remote Git repository 00:44:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:44:40 > git init /w/workspace/edgex-go/2 # timeout=10 00:44:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:40 > git --version # timeout=10 00:44:40 > git --version # 'git version 2.17.1' 00:44:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:44:44 $ docker stop --time=1 e24aeb08ae3f64909887371dd1da6eb9bf712414edbb6d64f25397ff48805ed1 00:44:47 $ docker rm -f e24aeb08ae3f64909887371dd1da6eb9bf712414edbb6d64f25397ff48805ed1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:49 00:44:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:50 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:50 29e5d40040c1: Pulling fs layer 00:44:50 1ce36da41761: Pulling fs layer 00:44:50 25b303627fd3: Pulling fs layer 00:44:50 29e5d40040c1: Verifying Checksum 00:44:50 29e5d40040c1: Download complete 00:44:51 1ce36da41761: Verifying Checksum 00:44:51 1ce36da41761: Download complete 00:44:51 29e5d40040c1: Pull complete 00:44:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:52 1ce36da41761: Pull complete 00:44:52 25b303627fd3: Verifying Checksum 00:44:52 25b303627fd3: Download complete 00:44:53 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 00:44:53 Merge succeeded, producing 1575d16c81dcc5bec5c8e714712a04fddc7703ac 00:44:53 Checking out Revision 1575d16c81dcc5bec5c8e714712a04fddc7703ac (PR-3075) 00:44:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:53 > git config core.sparsecheckout # timeout=10 00:44:53 > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 00:44:53 > git remote # timeout=10 00:44:53 > git config --get remote.origin.url # timeout=10 00:44:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:53 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 00:44:53 > git rev-parse HEAD^{commit} # timeout=10 00:44:53 > git config core.sparsecheckout # timeout=10 00:44:53 > git checkout -f 1575d16c81dcc5bec5c8e714712a04fddc7703ac # timeout=10 00:44:57 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" 00:44:57 > git rev-list --no-walk cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:58 + echo snap-build.sh 00:44:58 snap-build.sh 00:44:58 + SNAP_BASE_DIR=. 00:44:58 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:44:58 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:44:58 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:44:58 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:44:58 + cd /w/workspace/edgex-go/2 00:44:58 + sudo apt-get remove -qy --purge lxd lxd-client 00:44:58 Reading package lists... 00:44:58 Building dependency tree... 00:44:58 Reading state information... 00:44:58 The following packages were automatically installed and are no longer required: 00:44:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:44:58 uidmap xdelta3 00:44:58 Use 'sudo apt autoremove' to remove them. 00:44:59 The following packages will be REMOVED: 00:44:59 lxd* lxd-client* 00:44:59 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:44:59 After this operation, 31.7 MB disk space will be freed. 00:45:00 (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 ... 190027 files and directories currently installed.) 00:45:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:45:01 Removing lxd dnsmasq configuration 00:45:01 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:45:02 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:45:02 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:45:02 (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 ... 189852 files and directories currently installed.) 00:45:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:45:02 25b303627fd3: Pull complete 00:45:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:03 prd-ubuntu18.04-docker-arm64-4c-16g-22936 does not seem to be running inside a container 00:45:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:04 Processing triggers for systemd (237-3ubuntu10.42) ... 00:45:04 Processing triggers for ureadahead (0.100.0-21) ... 00:45:06 $ docker top 65a9bc18974ae624a909b4f4ee53c1e4f9ac6679c0a37de715776203a04bfdcc -eo pid,comm 00:45:06 + sudo snap remove --purge lxd 00:45:06 snap "lxd" is not installed 00:45:06 + sudo groupadd --force --system lxd 00:45:06 ++ whoami 00:45:06 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:45:06 + newgrp - lxd 00:45:06 + sudo snap install lxd [Pipeline] { [Pipeline] sh 00:45:07 + grep parallel 00:45:07 + docker-compose build --help 00:45:11 --parallel Build images in parallel. [Pipeline] } 00:45:12 $ docker stop --time=1 65a9bc18974ae624a909b4f4ee53c1e4f9ac6679c0a37de715776203a04bfdcc 00:45:14 $ docker rm -f 65a9bc18974ae624a909b4f4ee53c1e4f9ac6679c0a37de715776203a04bfdcc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:14 2021-01-27T00:45:12Z INFO Waiting for automatic snapd restart... 00:45:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:14 . [Pipeline] withDockerContainer 00:45:15 prd-ubuntu18.04-docker-arm64-4c-16g-22936 does not seem to be running inside a container 00:45:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:16 $ docker top 5d0272c9d568dcc310b097d6783ff4a9329d26dab350d920aa67165c2f42e091 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:17 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:21 Building docker-core-command-go ... 00:45:21 Building docker-core-data-go ... 00:45:21 Building docker-core-metadata-go ... 00:45:21 Building docker-security-bootstrapper-go ... 00:45:21 Building docker-security-proxy-setup-go ... 00:45:21 Building docker-security-secretstore-setup-go ... 00:45:21 Building docker-support-notifications-go ... 00:45:21 Building docker-support-scheduler-go ... 00:45:21 Building docker-sys-mgmt-agent-go ... 00:45:21 Building docker-support-scheduler-go 00:45:21 Building docker-security-proxy-setup-go 00:45:21 Building docker-core-metadata-go 00:45:21 Building docker-core-command-go 00:45:21 Building docker-core-data-go 00:45:33 lxd 4.10 from Canonical* installed 00:45:33 + sudo lxd init --auto 00:45:43 + sudo snap install --classic snapcraft 00:45:51 snapcraft 4.4.4 from Canonical* installed 00:45:51 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:45:51 + patch --verbose -p1 00:45:51 Hmm... Looks like a unified diff to me... 00:45:51 The text leading up to this was: 00:45:51 -------------------------- 00:45:51 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:45:51 |From: Tony Espy 00:45:51 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:45:51 |Subject: [PATCH] optimize snap build for pipeline CI check 00:45:51 | 00:45:51 |This patch is used by the EdgeX CI pipeline builds to 00:45:51 |optimize the snap CI check run for pull requests. When 00:45:51 |applied, it essentially strips out everything (apps and 00:45:51 |parts) from the snapcraft.yaml file except those required 00:45:51 |to build edgex-go, as the whole idea of the CI check is to 00:45:51 |catch changes to edgex-go that break the snap build. 00:45:51 | 00:45:51 |In general, anyone updating snapcraft.yaml will also need 00:45:51 |to update this patch file, otherwise it may fail to apply, 00:45:51 |resulting in a failed snap build CI check in the associated 00:45:51 |pull request. 00:45:51 | 00:45:51 |Note - in addition to applying this patch, the pipeline also 00:45:51 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:45:51 |need to build the finally binary .snap file (and it won't 00:45:51 |work with the patch applied). This further reduces the build 00:45:51 |time. 00:45:51 |--- 00:45:51 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:45:51 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:45:51 | 00:45:51 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:45:51 |index 1e537489..faf42425 100644 00:45:51 |--- a/snap/snapcraft.yaml 00:45:51 |+++ b/snap/snapcraft.yaml 00:45:51 -------------------------- 00:45:51 patching file snap/snapcraft.yaml 00:45:51 Using Plan A... 00:45:51 Hunk #1 succeeded at 73. 00:45:51 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:45:51 Hunk #3 succeeded at 214 (offset -1 lines). 00:45:51 Hunk #4 succeeded at 222 (offset -1 lines). 00:45:51 Hunk #5 succeeded at 229 (offset -1 lines). 00:45:51 Hunk #6 succeeded at 256 (offset -1 lines). 00:45:51 Hunk #7 succeeded at 290 (offset -1 lines). 00:45:51 Hunk #8 succeeded at 342. 00:45:51 Hmm... Ignoring the trailing garbage. 00:45:51 done 00:45:51 + sudo snapcraft prime --use-lxd 00:45:52 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:45:52 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: 00:45:52 - README.md 00:45:52 - snapcraft.yaml.orig 00:45:52 00:45:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:53 Launching a container. 00:46:08 Waiting for container to be ready 00:46:08 To start your first instance, try: lxc launch ubuntu:18.04 00:46:08 00:46:11 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:46:11 Waiting for network to be ready... 00:46:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 00:46:12 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:12 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:46:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:46:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:46:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:46:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:46:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 00:46:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:46:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:46:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:46:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:46:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:46:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:46:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:46:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:46:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:46:17 Fetched 23.8 MB in 5s (4363 kB/s) 00:46:18 Reading package lists... 00:46:18 Reading package lists... 00:46:19 Building dependency tree... 00:46:19 Reading state information... 00:46:19 The following additional packages will be installed: 00:46:19 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:46:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:46:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:46:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:46:19 Suggested packages: 00:46:19 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:46:19 Recommended packages: 00:46:19 gnupg libsasl2-modules 00:46:19 The following NEW packages will be installed: 00:46:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:46:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:46:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:46:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:46:19 The following packages will be upgraded: 00:46:19 gpg gpg-agent gpgconf libudev1 00:46:19 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:46:19 Need to get 3533 kB of archives. 00:46:19 After this operation, 13.3 MB of additional disk space will be used. 00:46:19 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:46:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:46:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:46:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:46:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:46:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:46:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:46:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:46:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:46:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:46:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:46:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:46:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:46:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:46:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:46:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:46:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:46:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:46:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:46:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:46:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:46:20 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:46:20 debconf: delaying package configuration, since apt-utils is not installed 00:46:20 Fetched 3533 kB in 1s (3530 kB/s) 00:46:20 (Reading database ... 12511 files and directories currently installed.) 00:46:20 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:46:20 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:20 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:46:20 Selecting previously unselected package udev. 00:46:20 (Reading database ... 12511 files and directories currently installed.) 00:46:20 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:46:20 Unpacking udev (237-3ubuntu10.44) ... 00:46:21 Selecting previously unselected package libfuse2:amd64. 00:46:21 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:46:21 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:46:21 Selecting previously unselected package fuse. 00:46:21 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:46:21 Unpacking fuse (2.9.7-1ubuntu1) ... 00:46:21 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:21 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:21 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:21 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:21 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:21 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:21 Selecting previously unselected package libksba8:amd64. 00:46:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:46:21 Unpacking libksba8:amd64 (1.3.5-2) ... 00:46:21 Selecting previously unselected package libroken18-heimdal:amd64. 00:46:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:46:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:46:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:46:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libwind0-heimdal:amd64. 00:46:22 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:46:22 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:46:22 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:46:22 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:46:22 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:22 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:22 Selecting previously unselected package libsasl2-modules-db:amd64. 00:46:22 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:46:22 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:22 Selecting previously unselected package libsasl2-2:amd64. 00:46:22 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:46:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:22 Selecting previously unselected package libldap-common. 00:46:22 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:46:22 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:46:22 Selecting previously unselected package libldap-2.4-2:amd64. 00:46:22 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:46:22 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:46:23 Selecting previously unselected package dirmngr. 00:46:23 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:23 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:46:23 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:46:23 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:46:23 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:46:23 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:23 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:23 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:46:23 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:23 Setting up libksba8:amd64 (1.3.5-2) ... 00:46:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:23 Setting up udev (237-3ubuntu10.44) ... 00:46:23 invoke-rc.d: policy-rc.d denied execution of start. 00:46:23 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:23 Processing triggers for systemd (237-3ubuntu10) ... 00:46:24 Setting up fuse (2.9.7-1ubuntu1) ... 00:46:24 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:46:24 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:24 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:46:24 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:46:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:24 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:46:24 settings in the [Install] section, and DefaultInstance for template units). 00:46:24 This means they are not meant to be enabled using systemctl. 00:46:24 Possible reasons for having this kind of units are: 00:46:24 1) A unit may be statically enabled by being symlinked from another unit's 00:46:24 .wants/ or .requires/ directory. 00:46:24 2) A unit's purpose may be to act as a helper for some other unit which has 00:46:24 a requirement dependency on it. 00:46:24 3) A unit may be started when needed via activation (socket, path, timer, 00:46:24 D-Bus, udev, scripted systemctl call, ...). 00:46:24 4) In case of template units, the unit is meant to be enabled with some 00:46:24 instance name specified. 00:46:25 Reading package lists... 00:46:25 Building dependency tree... 00:46:25 Reading state information... 00:46:25 The following additional packages will be installed: 00:46:25 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:46:25 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:46:25 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:46:25 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:46:25 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:46:25 Suggested packages: 00:46:25 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:46:25 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:46:25 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:46:25 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:46:25 systemd-container policykit-1 00:46:25 Recommended packages: 00:46:25 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:46:25 The following NEW packages will be installed: 00:46:25 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:46:25 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:46:25 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:46:25 multiarch-support openssh-client python3 python3-minimal python3.6 00:46:25 python3.6-minimal snapd squashfs-tools sudo 00:46:25 The following packages will be upgraded: 00:46:25 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:46:25 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:46:25 Need to get 35.2 MB of archives. 00:46:25 After this operation, 141 MB of additional disk space will be used. 00:46:25 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:46:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:46:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:46:26 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:46:26 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:46:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:46:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:46:26 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:46:26 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:46:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:46:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:46:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:46:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:46:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:46:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:46:26 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:46:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:46:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:46:26 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:46:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:46:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:46:27 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:46:27 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:46:27 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:46:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:46:27 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:46:27 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:46:27 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:46:27 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:46:27 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:46:28 debconf: delaying package configuration, since apt-utils is not installed 00:46:28 Fetched 35.2 MB in 2s (15.1 MB/s) 00:46:28 (Reading database ... 12757 files and directories currently installed.) 00:46:28 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:46:28 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:28 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:46:28 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:28 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:46:29 (Reading database ... 12757 files and directories currently installed.) 00:46:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:46:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:46:29 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:46:29 (Reading database ... 12757 files and directories currently installed.) 00:46:29 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:46:29 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:46:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:29 ---> 3731fc452f1a 00:46:29 Step 3/22 : WORKDIR /edgex-go 00:46:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:29 ---> 3731fc452f1a 00:46:29 Step 3/23 : WORKDIR /edgex-go 00:46:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:29 ---> 3731fc452f1a 00:46:29 Step 3/23 : WORKDIR /edgex-go 00:46:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:29 ---> 3731fc452f1a 00:46:29 Step 3/21 : WORKDIR /edgex-go 00:46:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:29 ---> 3731fc452f1a 00:46:29 Step 3/23 : WORKDIR /edgex-go 00:46:29 ---> Running in 880bbfd5db0c 00:46:29 ---> Running in 7da43865f9ed 00:46:29 ---> Running in 18566fd13ada 00:46:29 ---> Running in 78fd72e0e8e8 00:46:29 ---> Running in 095448720e83 00:46:29 Setting up apt (1.6.12ubuntu0.2) ... 00:46:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:46:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:46:30 (Reading database ... 12764 files and directories currently installed.) 00:46:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:46:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:46:30 Selecting previously unselected package libpython3.6-minimal:amd64. 00:46:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:30 Selecting previously unselected package libexpat1:amd64. 00:46:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:46:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:30 Removing intermediate container 18566fd13ada 00:46:30 ---> dcfa1300ca44 00:46:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:30 Removing intermediate container 095448720e83 00:46:30 ---> 16ee97071eda 00:46:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:30 Removing intermediate container 7da43865f9ed 00:46:30 ---> 9e0ba240d45f 00:46:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:30 ---> Running in 5e55e21636e4 00:46:30 Removing intermediate container 78fd72e0e8e8 00:46:30 ---> 6a8ca229526e 00:46:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 Selecting previously unselected package python3.6-minimal. 00:46:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:46:31 Removing intermediate container 880bbfd5db0c 00:46:31 ---> 73cfb2892249 00:46:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 ---> Running in 55b7aa712da2 00:46:31 ---> Running in 2d8f086ac549 00:46:31 ---> Running in ce1c7eab9803 00:46:31 ---> Running in 5955305ed53d 00:46:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:46:31 Checking for services that may need to be restarted...done. 00:46:31 Checking for services that may need to be restarted...done. 00:46:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:46:32 Selecting previously unselected package python3-minimal. 00:46:32 (Reading database ... 13012 files and directories currently installed.) 00:46:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:46:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:46:32 Selecting previously unselected package mime-support. 00:46:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:46:32 Unpacking mime-support (3.60ubuntu1) ... 00:46:32 Selecting previously unselected package libmpdec2:amd64. 00:46:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:46:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:46:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:32 Selecting previously unselected package python3.6. 00:46:32 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:32 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:46:32 Selecting previously unselected package libpython3-stdlib:amd64. 00:46:32 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:46:32 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:32 Setting up python3-minimal (3.6.7-1~18.04) ... 00:46:33 Selecting previously unselected package python3. 00:46:33 (Reading database ... 13442 files and directories currently installed.) 00:46:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:46:33 Unpacking python3 (3.6.7-1~18.04) ... 00:46:33 Selecting previously unselected package multiarch-support. 00:46:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:46:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:46:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:46:33 Selecting previously unselected package liblzo2-2:amd64. 00:46:33 (Reading database ... 13479 files and directories currently installed.) 00:46:33 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:46:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:46:33 Selecting previously unselected package libbsd0:amd64. 00:46:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:46:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:33 Selecting previously unselected package sudo. 00:46:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:46:33 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:46:33 Selecting previously unselected package apparmor. 00:46:33 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:46:33 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:46:33 Selecting previously unselected package libedit2:amd64. 00:46:33 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:46:33 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:46:33 Selecting previously unselected package libkrb5support0:amd64. 00:46:33 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:46:33 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:34 Selecting previously unselected package libk5crypto3:amd64. 00:46:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:46:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:34 Selecting previously unselected package libkeyutils1:amd64. 00:46:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:46:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:34 Selecting previously unselected package libkrb5-3:amd64. 00:46:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:46:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:46:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:46:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:34 Selecting previously unselected package libssl1.0.0:amd64. 00:46:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:46:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:46:34 Selecting previously unselected package openssh-client. 00:46:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:46:34 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:34 Removing intermediate container 5e55e21636e4 00:46:34 ---> 96bbb8d9daf5 00:46:34 Step 5/23 : RUN apk add --update --no-cache make git 00:46:34 Selecting previously unselected package squashfs-tools. 00:46:34 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:46:34 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:34 Selecting previously unselected package snapd. 00:46:34 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:46:34 ---> Running in 4975307f8ee6 00:46:35 Unpacking snapd (2.48+18.04) ... 00:46:35 Removing intermediate container 2d8f086ac549 00:46:35 ---> 9b36592a4df4 00:46:35 Step 5/23 : RUN apk add --update --no-cache make git 00:46:35 Removing intermediate container 55b7aa712da2 00:46:35 ---> 9926e5e4929b 00:46:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:35 ---> Running in 7b581bad92c0 00:46:35 Removing intermediate container 5955305ed53d 00:46:35 ---> 66e131e8d136 00:46:35 Step 5/21 : RUN apk add --update --no-cache make git 00:46:35 Removing intermediate container ce1c7eab9803 00:46:35 ---> 86bf9b0b680b 00:46:35 Step 5/22 : RUN apk add --update --no-cache make git 00:46:35 ---> Running in 22d3664912b1 00:46:35 ---> Running in 1b49d034a381 00:46:35 ---> Running in 81dafad090d5 00:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:46:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:46:37 Setting up mime-support (3.60ubuntu1) ... 00:46:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:46:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:37 Setting up systemd (237-3ubuntu10.44) ... 00:46:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:38 OK: 217 MiB in 51 packages 00:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:46:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:46:39 OK: 217 MiB in 51 packages 00:46:39 OK: 217 MiB in 51 packages 00:46:39 OK: 217 MiB in 51 packages 00:46:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:39 Setting up python3 (3.6.7-1~18.04) ... 00:46:39 running python rtupdate hooks for python3.6... 00:46:39 running python post-rtupdate hooks for python3.6... 00:46:39 Setting up apparmor (2.12-4ubuntu5.1) ... 00:46:39 OK: 217 MiB in 51 packages 00:46:39 Removing intermediate container 4975307f8ee6 00:46:39 ---> c6fe23181156 00:46:39 Step 6/23 : COPY go.mod . 00:46:40 ---> a14c49360ffc 00:46:40 Step 7/23 : RUN go mod download 00:46:40 Removing intermediate container 7b581bad92c0 00:46:40 ---> 3b612841cd2a 00:46:40 Step 6/23 : COPY go.mod . 00:46:41 ---> Running in 0fb2bc92905b 00:46:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:46:41 Removing intermediate container 22d3664912b1 00:46:41 ---> 7e0cfd2242a3 00:46:41 Step 6/23 : COPY go.mod . 00:46:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:41 Removing intermediate container 1b49d034a381 00:46:41 ---> fea203fa9c20 00:46:41 Step 6/21 : COPY go.mod . 00:46:41 Removing intermediate container 81dafad090d5 00:46:41 ---> a7a78fa17172 00:46:41 Step 6/22 : COPY go.mod . 00:46:41 Setting up snapd (2.48+18.04) ... 00:46:41 ---> 77904c612b8d 00:46:41 Step 7/23 : RUN go mod download 00:46:42 ---> Running in 00e781056c8a 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:46:42 ---> ab3be090e795 00:46:42 Step 7/23 : RUN go mod download 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:46:42 ---> 9334ccb61c12 00:46:42 Step 7/21 : RUN go mod download 00:46:42 ---> 827e67fbc22f 00:46:42 Step 7/22 : RUN go mod download 00:46:42 ---> Running in cf8a62ba2bc6 00:46:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:46:43 ---> Running in 1a9d7e7e3038 00:46:43 ---> Running in da8158205a6a 00:46:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:43 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:46:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:46:44 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:46:44 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:46:44 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:46:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:44 Processing triggers for systemd (237-3ubuntu10.44) ... 00:46:45 Removing intermediate container 0fb2bc92905b 00:46:45 ---> b8522b74e800 00:46:45 Step 8/23 : COPY . . 00:46:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:46 Removing intermediate container 00e781056c8a 00:46:46 ---> 41ee4be89b8c 00:46:46 Step 8/23 : COPY . . 00:46:46 Reading package lists... 00:46:46 Reading package lists... 00:46:47 Building dependency tree... 00:46:47 Reading state information... 00:46:47 Calculating upgrade... 00:46:47 The following packages will be upgraded: 00:46:47 advancecomp base-files bash binutils binutils-common 00:46:47 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:46:47 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:46:47 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:46:47 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:46:47 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:46:47 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:46:47 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:46:47 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:46:47 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:46:47 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:46:47 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:46:47 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:46:47 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:46:47 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:46:47 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:46:47 Need to get 63.8 MB of archives. 00:46:47 After this operation, 5205 kB of additional disk space will be used. 00:46:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:46:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:46:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:46:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:46:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:46:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:46:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:46:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:46:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:46:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:46:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:46:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:46:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:46:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:46:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:46:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:46:47 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:46:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:46:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:46:47 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:46:47 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:46:47 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:46:47 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:46:47 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:46:47 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:46:47 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:46:47 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:46:47 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:46:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:46:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:46:47 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:46:47 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:46:47 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:46:47 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:46:47 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:46:47 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:46:47 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:46:47 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:46:47 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:46:47 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:46:47 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:46:47 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:46:47 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:46:47 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:46:47 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:46:48 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:46:48 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:46:48 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:46:48 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:46:48 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:46:48 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:46:48 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:46:48 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:46:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:46:48 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:46:48 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:46:48 Removing intermediate container cf8a62ba2bc6 00:46:48 ---> f008ea837478 00:46:48 Step 8/23 : COPY . . 00:46:48 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:46:48 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:46:48 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:46:48 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:46:48 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:46:48 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:46:48 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:46:48 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:46:48 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:46:48 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:46:48 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:46:48 Removing intermediate container 1a9d7e7e3038 00:46:48 ---> 87ca3ede1ebd 00:46:48 Step 8/21 : COPY . . 00:46:48 Removing intermediate container da8158205a6a 00:46:48 ---> aea866398344 00:46:48 Step 8/22 : COPY . . 00:46:49 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:46:49 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:46:49 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:46:49 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:46:49 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:46:49 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:46:49 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:46:49 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:46:49 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:46:49 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:46:49 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:46:49 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:46:49 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:46:49 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:46:49 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:46:49 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:46:49 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:46:49 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:46:49 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:46:49 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:46:49 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:46:49 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:46:49 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:46:49 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:46:49 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:46:49 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:46:49 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:46:49 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:46:49 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:46:49 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:46:49 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:46:49 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:46:49 debconf: delaying package configuration, since apt-utils is not installed 00:46:49 Fetched 63.8 MB in 2s (34.1 MB/s) 00:46:49 (Reading database ... 13912 files and directories currently installed.) 00:46:49 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:46:49 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:50 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:50 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:50 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:46:50 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:46:51 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:51 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:51 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:52 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:52 (Reading database ... 13911 files and directories currently installed.) 00:46:52 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:52 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:46:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:46:52 (Reading database ... 13911 files and directories currently installed.) 00:46:52 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:52 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:52 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:52 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:52 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:52 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:53 (Reading database ... 13911 files and directories currently installed.) 00:46:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:46:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:53 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:46:54 (Reading database ... 13911 files and directories currently installed.) 00:46:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:46:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:46:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:46:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:46:54 Setting up base-files (10.1ubuntu2.10) ... 00:46:54 Installing new version of config file /etc/issue ... 00:46:54 Installing new version of config file /etc/issue.net ... 00:46:54 Installing new version of config file /etc/lsb-release ... 00:46:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:46:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:46:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:46:55 Removing obsolete conffile /etc/default/motd-news ... 00:46:55 (Reading database ... 13912 files and directories currently installed.) 00:46:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:46:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:46:55 Setting up bash (4.4.18-2ubuntu1.2) ... 00:46:55 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:46:55 (Reading database ... 13912 files and directories currently installed.) 00:46:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:46:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:46:55 (Reading database ... 13912 files and directories currently installed.) 00:46:55 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:46:55 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:46:55 Setting up tar (1.29b-2ubuntu0.2) ... 00:46:56 (Reading database ... 13912 files and directories currently installed.) 00:46:56 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:46:56 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:46:56 (Reading database ... 13912 files and directories currently installed.) 00:46:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:56 (Reading database ... 13912 files and directories currently installed.) 00:46:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:46:56 (Reading database ... 13912 files and directories currently installed.) 00:46:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:46:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:46:57 Setting up grep (3.1-2build1) ... 00:46:57 (Reading database ... 13912 files and directories currently installed.) 00:46:57 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:57 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:57 Setting up login (1:4.5-1ubuntu2) ... 00:46:57 (Reading database ... 13912 files and directories currently installed.) 00:46:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:46:57 (Reading database ... 13912 files and directories currently installed.) 00:46:57 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:57 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:58 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:58 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:58 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:59 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:46:59 (Reading database ... 13912 files and directories currently installed.) 00:46:59 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:46:59 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:47:00 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:47:00 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:47:00 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:47:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:47:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:47:00 (Reading database ... 13912 files and directories currently installed.) 00:47:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:47:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:47:01 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:47:01 (Reading database ... 13912 files and directories currently installed.) 00:47:01 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:01 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:01 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:01 (Reading database ... 13912 files and directories currently installed.) 00:47:01 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:01 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:01 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:01 (Reading database ... 13912 files and directories currently installed.) 00:47:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:01 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:02 (Reading database ... 13912 files and directories currently installed.) 00:47:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:02 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:02 (Reading database ... 13912 files and directories currently installed.) 00:47:02 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:02 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:02 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:02 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:02 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:02 (Reading database ... 13912 files and directories currently installed.) 00:47:02 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:03 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:03 (Reading database ... 13912 files and directories currently installed.) 00:47:03 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:03 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:03 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:03 (Reading database ... 13912 files and directories currently installed.) 00:47:03 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:03 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:03 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:47:03 (Reading database ... 13912 files and directories currently installed.) 00:47:03 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:03 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:03 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:47:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:47:04 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:47:04 (Reading database ... 13912 files and directories currently installed.) 00:47:04 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:47:04 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:47:04 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:47:05 (Reading database ... 13912 files and directories currently installed.) 00:47:05 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:47:05 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:47:05 (Reading database ... 13914 files and directories currently installed.) 00:47:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:47:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:47:05 Setting up debconf (1.5.66ubuntu1) ... 00:47:05 (Reading database ... 13914 files and directories currently installed.) 00:47:05 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:47:06 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:47:06 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:47:06 (Reading database ... 13914 files and directories currently installed.) 00:47:06 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:47:06 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:47:06 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:47:06 (Reading database ... 13914 files and directories currently installed.) 00:47:06 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:06 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:06 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:06 (Reading database ... 13914 files and directories currently installed.) 00:47:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:06 (Reading database ... 13914 files and directories currently installed.) 00:47:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:07 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:07 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:07 (Reading database ... 13914 files and directories currently installed.) 00:47:07 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:07 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:07 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:47:07 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:47:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:47:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:47:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:47:07 (Reading database ... 13914 files and directories currently installed.) 00:47:07 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:47:08 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:47:08 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:47:08 (Reading database ... 13914 files and directories currently installed.) 00:47:08 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:47:08 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:08 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:08 (Reading database ... 13914 files and directories currently installed.) 00:47:08 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:47:08 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:47:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:47:08 (Reading database ... 13914 files and directories currently installed.) 00:47:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:47:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:47:09 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:47:09 (Reading database ... 13914 files and directories currently installed.) 00:47:09 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:47:09 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:47:09 Setting up passwd (1:4.5-1ubuntu2) ... 00:47:09 (Reading database ... 13914 files and directories currently installed.) 00:47:09 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:47:09 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:47:09 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:47:10 (Reading database ... 13914 files and directories currently installed.) 00:47:10 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:47:10 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:47:10 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:47:10 (Reading database ... 13914 files and directories currently installed.) 00:47:10 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:47:10 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:47:10 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:47:10 (Reading database ... 13914 files and directories currently installed.) 00:47:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:47:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:47:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:47:10 (Reading database ... 13914 files and directories currently installed.) 00:47:10 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:47:10 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:47:10 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:47:10 ---> e81eff21c0e6 00:47:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:10 ---> 4d41a94f66f8 00:47:10 Step 9/23 : RUN make cmd/core-command/core-command 00:47:10 ---> ab815538f421 00:47:10 Step 9/23 : RUN make cmd/core-data/core-data 00:47:10 ---> f075cacaed24 00:47:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:10 ---> Running in ea5c85cd0426 00:47:10 ---> Running in 4dde667dae7e 00:47:10 ---> 9adb2335c8b4 00:47:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:10 ---> Running in 874985c46954 00:47:10 ---> Running in 0fe895cad989 00:47:10 ---> Running in 9f7d97e9f16b 00:47:11 (Reading database ... 13914 files and directories currently installed.) 00:47:11 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:47:11 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:47:11 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:47:11 (Reading database ... 13914 files and directories currently installed.) 00:47:11 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:47:11 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:47:11 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:47:11 (Reading database ... 13915 files and directories currently installed.) 00:47:11 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:47:11 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:47:11 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:47:11 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:47:11 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:47:11 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:47:12 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:47:12 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:47:12 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:47:12 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:47:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:47:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:47:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:47:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:47:12 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 00:47:12 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:47:12 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:47:12 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:47:12 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 00:47:12 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 00:47:12 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 00:47:12 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:47:12 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:47:12 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:47:12 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:47:12 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 00:47:13 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:47:13 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:47:13 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:47:14 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:47:14 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:47:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:47:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:47:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:15 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:15 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:15 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:16 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:16 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:16 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:16 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:17 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:17 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:18 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:18 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:19 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:19 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:20 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:20 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:47:21 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:47:21 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:47:21 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:47:21 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:47:21 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:47:21 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:21 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:21 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:21 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:47:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:47:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:22 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:47:22 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:47:22 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:47:22 00:47:22 Current default time zone: 'Etc/UTC' 00:47:22 Local time is now: Wed Jan 27 00:47:22 UTC 2021. 00:47:22 Universal Time is now: Wed Jan 27 00:47:22 UTC 2021. 00:47:22 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:47:22 00:47:22 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:47:22 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:22 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:47:22 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:47:22 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:47:22 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:47:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:47:22 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:47:22 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:47:22 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:47:22 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:22 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:47:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:47:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:22 Setting up patch (2.7.6-2ubuntu1.1) ... 00:47:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:47:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:47:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:47:22 Installing new version of config file /etc/ssl/openssl.cnf ... 00:47:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:47:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:47:22 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:47:24 Updating certificates in /etc/ssl/certs... 00:47:25 22 added, 17 removed; done. 00:47:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:47:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:25 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:47:25 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:47:25 Setting up pkgbinarymangler (138.18.04.1) ... 00:47:26 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:26 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:47:26 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:26 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:26 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:26 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:47:26 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:26 Setting up perl (5.26.1-6ubuntu0.5) ... 00:47:26 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:47:26 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:47:26 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:47:26 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:47:26 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:47:26 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:47:26 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:47:26 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:47:26 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:47:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:26 Processing triggers for systemd (237-3ubuntu10.44) ... 00:47:26 Processing triggers for mime-support (3.60ubuntu1) ... 00:47:26 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:47:26 Updating certificates in /etc/ssl/certs... 00:47:27 0 added, 0 removed; done. 00:47:27 Running hooks in /etc/ca-certificates/update.d... 00:47:27 done. 00:47:27 Reading package lists... 00:47:28 Building dependency tree... 00:47:28 Reading state information... 00:47:28 The following NEW packages will be installed: 00:47:28 apt-transport-https 00:47:28 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:47:28 Need to get 1696 B of archives. 00:47:28 After this operation, 153 kB of additional disk space will be used. 00:47:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:47:28 debconf: delaying package configuration, since apt-utils is not installed 00:47:28 Fetched 1696 B in 0s (9210 B/s) 00:47:28 Selecting previously unselected package apt-transport-https. 00:47:28 (Reading database ... 13929 files and directories currently installed.) 00:47:28 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:47:28 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:47:28 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:47:29 Waiting for network to be ready... 00:47:35 2021-01-27T00:47:32Z INFO Waiting for automatic snapd restart... 00:47:35 snapd 2.48.2 from Canonical* installed 00:47:36 "snapd" switched to the "latest/stable" channel 00:47:36 00:47:42 core18 20201210 from Canonical* installed 00:47:42 "core18" switched to the "latest/stable" channel 00:47:42 00:47:47 snapcraft 4.4.4 from Canonical* installed 00:47:47 "snapcraft" switched to the "latest/stable" channel 00:47:47 00:47:51 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: 00:47:51 - README.md 00:47:51 - snapcraft.yaml.orig 00:47:51 00:47:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:47:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:59 Reading package lists... 00:47:59 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:48:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:06 Reading package lists... 00:48:06 Building dependency tree... 00:48:06 Reading state information... 00:48:06 Suggested packages: 00:48:06 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:48:06 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:48:06 Recommended packages: 00:48:06 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:48:06 The following NEW packages will be installed: 00:48:06 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:48:06 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:48:06 pkg-config zip 00:48:06 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:48:06 Need to get 7655 kB of archives. 00:48:06 After this operation, 43.7 MB of additional disk space will be used. 00:48:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:48:06 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:48:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:48:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:48:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:48:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:48:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:48:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:48:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:48:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:48:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:48:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:48:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:48:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:48:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:48:07 debconf: delaying package configuration, since apt-utils is not installed 00:48:07 Fetched 7655 kB in 1s (9641 kB/s) 00:48:07 Selecting previously unselected package libglib2.0-0:amd64. 00:48:07 (Reading database ... 13933 files and directories currently installed.) 00:48:07 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:48:07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:48:07 Selecting previously unselected package libpsl5:amd64. 00:48:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:48:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:48:07 Selecting previously unselected package libnghttp2-14:amd64. 00:48:07 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:48:07 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:48:08 Selecting previously unselected package librtmp1:amd64. 00:48:08 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:48:08 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:48:08 Selecting previously unselected package libcurl3-gnutls:amd64. 00:48:08 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:48:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:48:08 Selecting previously unselected package liberror-perl. 00:48:08 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:48:08 Unpacking liberror-perl (0.17025-1) ... 00:48:08 Selecting previously unselected package git-man. 00:48:08 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:48:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:48:08 Selecting previously unselected package git. 00:48:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:48:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:48:09 Selecting previously unselected package libnorm1:amd64. 00:48:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:48:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:48:09 Selecting previously unselected package libpgm-5.2-0:amd64. 00:48:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:48:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:48:09 Selecting previously unselected package libsodium23:amd64. 00:48:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:48:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:48:09 Selecting previously unselected package libzmq5:amd64. 00:48:09 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:48:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:48:09 Selecting previously unselected package libzmq3-dev:amd64. 00:48:09 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:48:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:48:10 Selecting previously unselected package pkg-config. 00:48:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:48:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:48:10 Selecting previously unselected package zip. 00:48:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:48:10 Unpacking zip (3.0-11build1) ... 00:48:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:48:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:48:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:48:10 Setting up liberror-perl (0.17025-1) ... 00:48:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:48:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:48:10 No schema files found: doing nothing. 00:48:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:48:10 Setting up zip (3.0-11build1) ... 00:48:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:48:10 Setting up libsodium23:amd64 (1.0.16-2) ... 00:48:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:48:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:48:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:48:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:48:10 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:48:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:48:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:17 git set to automatically installed. 00:48:17 git-man set to automatically installed. 00:48:17 libcurl3-gnutls set to automatically installed. 00:48:17 liberror-perl set to automatically installed. 00:48:17 libglib2.0-0 set to automatically installed. 00:48:17 libnghttp2-14 set to automatically installed. 00:48:17 libnorm1 set to automatically installed. 00:48:17 libpgm-5.2-0 set to automatically installed. 00:48:17 libpsl5 set to automatically installed. 00:48:17 librtmp1 set to automatically installed. 00:48:17 libsodium23 set to automatically installed. 00:48:17 libzmq3-dev set to automatically installed. 00:48:17 libzmq5 set to automatically installed. 00:48:17 pkg-config set to automatically installed. 00:48:17 zip set to automatically installed. 00:48:19 snapd is not logged in, snap install commands will use sudo 00:48:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:25 snap "core18" has no updates available 00:48:26 Pulling config-common 00:48:27 Pulling go-build-helper 00:48:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:48:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 00:48:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:48:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:48:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:48:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:48:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:48:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 00:48:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:48:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:48:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:48:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:48:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:48:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:48:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:48:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:48:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:48:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:48:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:48:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:48:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:48:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:48:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:48:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:48:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:48:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:48:54 Fetched 23.8 MB in 0s (0 B/s) 00:48:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:48:54 Fetched 96.5 kB in 0s (0 B/s) 00:48:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:48:54 Fetched 279 kB in 0s (0 B/s) 00:48:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:48:54 Fetched 122 kB in 0s (0 B/s) 00:48:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:48:54 Fetched 77.8 kB in 0s (0 B/s) 00:48:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:48:54 Fetched 8848 B in 0s (0 B/s) 00:48:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:48:54 Fetched 47.8 kB in 0s (0 B/s) 00:48:54 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:48:54 Fetched 45.6 kB in 0s (0 B/s) 00:48:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:48:54 Fetched 15.0 kB in 0s (0 B/s) 00:48:54 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:48:54 Fetched 214 kB in 0s (0 B/s) 00:48:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:48:54 Fetched 155 kB in 0s (0 B/s) 00:48:54 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:48:54 Fetched 50.6 kB in 0s (0 B/s) 00:48:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:48:54 Fetched 14.8 kB in 0s (0 B/s) 00:48:54 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:48:54 Fetched 41.8 kB in 0s (0 B/s) 00:48:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:48:54 Fetched 499 kB in 0s (0 B/s) 00:48:54 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:48:54 Fetched 111 kB in 0s (0 B/s) 00:48:54 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:48:54 Fetched 240 kB in 0s (0 B/s) 00:48:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:48:54 Fetched 29.3 kB in 0s (0 B/s) 00:48:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:48:54 Fetched 85.5 kB in 0s (0 B/s) 00:48:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:48:54 Fetched 24.5 kB in 0s (0 B/s) 00:48:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:48:54 Fetched 49.2 kB in 0s (0 B/s) 00:48:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:48:54 Fetched 54.2 kB in 0s (0 B/s) 00:48:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:48:54 Fetched 30.8 kB in 0s (0 B/s) 00:48:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:48:54 Fetched 17.0 kB in 0s (0 B/s) 00:48:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:48:54 Fetched 85.9 kB in 0s (0 B/s) 00:48:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:48:54 Fetched 8720 B in 0s (0 B/s) 00:48:54 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:48:54 Fetched 137 kB in 0s (0 B/s) 00:48:54 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:48:54 Fetched 119 kB in 0s (0 B/s) 00:48:54 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:48:54 Fetched 109 kB in 0s (0 B/s) 00:48:54 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:48:54 Fetched 11.1 kB in 0s (0 B/s) 00:48:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:48:54 Fetched 645 kB in 0s (0 B/s) 00:48:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:48:54 Fetched 41.3 kB in 0s (0 B/s) 00:48:54 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:48:54 Fetched 17.9 kB in 0s (0 B/s) 00:48:54 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:48:54 Fetched 368 kB in 0s (0 B/s) 00:48:54 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:48:54 Fetched 187 kB in 0s (0 B/s) 00:48:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:48:54 Fetched 175 kB in 0s (0 B/s) 00:48:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:48:55 Fetched 206 kB in 0s (0 B/s) 00:48:55 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:48:55 Fetched 1301 kB in 0s (0 B/s) 00:48:55 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:48:55 Fetched 36.2 kB in 0s (0 B/s) 00:48:55 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:48:55 Fetched 159 kB in 0s (0 B/s) 00:48:55 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:48:55 Fetched 107 kB in 0s (0 B/s) 00:48:55 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:48:55 Fetched 48.7 kB in 0s (0 B/s) 00:48:55 Pulling static-packages 00:48:56 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:48:56 Skipping pull go-build-helper (already ran) 00:48:56 Skipping pull static-packages (already ran) 00:48:56 Building go-build-helper 00:48:57 Removing intermediate container 874985c46954 00:48:57 ---> ac704084f7ce 00:48:57 00:48:57 Step 10/21 : FROM alpine:3.12 00:48:57 Removing intermediate container 9f7d97e9f16b 00:48:57 ---> 7d48e456ca53 00:48:57 00:48:57 Step 10/22 : FROM alpine:3.12 00:48:57 3.12: Pulling from library/alpine 00:48:57 3.12: Pulling from library/alpine 00:48:57 Removing intermediate container 4dde667dae7e 00:48:57 ---> b1ab450629f3 00:48:57 00:48:57 Step 10/23 : FROM alpine:3.12 00:48:57 3.12: Pulling from library/alpine 00:48:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:57 Status: Downloaded newer image for alpine:3.12 00:48:57 Status: Image is up to date for alpine:3.12 00:48:57 ---> afeebe901d6b 00:48:57 Step 11/23 : RUN apk add --update --no-cache dumb-initDigest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:57 00:48:57 ---> afeebe901d6b 00:48:57 Step 11/21 : RUN apk add --update --no-cache curl 00:48:57 Status: Image is up to date for alpine:3.12 00:48:57 ---> afeebe901d6b 00:48:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:58 ---> Running in 3fb7d4399c6a 00:48:58 ---> Running in 7de17382f80a 00:48:58 ---> Running in fa5e4e02ba6d 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:01 Building static-packages 00:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:01 (1/1) Installing dumb-init (1.2.2-r1) 00:49:01 Executing busybox-1.31.1-r19.trigger 00:49:01 OK: 5 MiB in 15 packages 00:49:01 (1/1) Installing dumb-init (1.2.2-r1) 00:49:01 Executing busybox-1.31.1-r19.trigger 00:49:01 OK: 5 MiB in 15 packages 00:49:01 (1/4) Installing ca-certificates (20191127-r4) 00:49:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:02 (3/4) Installing libcurl (7.69.1-r3) 00:49:02 (4/4) Installing curl (7.69.1-r3) 00:49:02 Executing busybox-1.31.1-r19.trigger 00:49:02 Executing ca-certificates-20191127-r4.trigger 00:49:02 OK: 7 MiB in 18 packages 00:49:03 Removing intermediate container 7de17382f80a 00:49:03 ---> cfd5d0e97286 00:49:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:03 ---> Running in f80a6cf0798a 00:49:04 Removing intermediate container 3fb7d4399c6a 00:49:04 ---> ccddd312bd82 00:49:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:04 ---> Running in 1d6c54feef09 00:49:04 Staging go-build-helper 00:49:04 Removing intermediate container f80a6cf0798a 00:49:04 ---> 42e25f87d9a8 00:49:04 Step 13/23 : ENV APP_PORT=48082 00:49:05 Removing intermediate container 1d6c54feef09 00:49:05 ---> 597fd958291a 00:49:05 Step 13/22 : ENV APP_PORT=48085 00:49:05 ---> Running in b3a6b218a180 00:49:05 Removing intermediate container fa5e4e02ba6d 00:49:05 ---> 4023b7583a62 00:49:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:05 Staging static-packages 00:49:05 ---> Running in 299f043235e5 00:49:05 ---> Running in 18693bb59c17 00:49:05 Removing intermediate container b3a6b218a180 00:49:05 ---> 77b71bd3188b 00:49:05 Step 14/23 : EXPOSE $APP_PORT 00:49:06 ---> Running in 669fdb9e9bd6 00:49:06 Removing intermediate container 299f043235e5 00:49:06 ---> 93bfdcd0a17c 00:49:06 Step 14/22 : EXPOSE $APP_PORT 00:49:06 Removing intermediate container 18693bb59c17 00:49:06 ---> a80d1217604d 00:49:06 Step 13/21 : WORKDIR /edgex 00:49:06 ---> Running in 5ffe98a96281 00:49:06 ---> Running in e271da71dd52 00:49:06 Removing intermediate container 669fdb9e9bd6 00:49:06 ---> f039cfa31a53 00:49:06 Step 15/23 : WORKDIR / 00:49:06 Pulling go115 00:49:06 ---> Running in 7de7ec5cab34 00:49:07 Removing intermediate container e271da71dd52 00:49:07 ---> 1a2805952f65 00:49:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:07 Removing intermediate container 5ffe98a96281 00:49:07 ---> 6dbd20d5df18 00:49:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:08 'edgex-go' has dependencies that need to be staged: go115 00:49:08 Skipping pull go115 (already ran) 00:49:08 Building go115 00:49:08 % Total % Received % Xferd Average Speed Time Time Time Current 00:49:08 Dload Upload Total Spent Left Speed 00:49:08 Removing intermediate container 7de7ec5cab34 00:49:08 ---> 546de5c1217f 00:49:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:09 ---> 5e963008c63b 00:49:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:09 ---> 76404767bb51 00:49:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:09 ---> c98b55b646fc 00:49:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 25.0M 0 0 25.3M 0 0:00:04 --:--:-- 0:00:04 25.3M 54 115M 54 63.3M 0 0 31.7M 0 0:00:03 0:00:01 0:00:02 31.7M 55 115M 55 63.7M 0 0 31.3M 0 0:00:03 0:00:02 0:00:01 31.3M 00:49:10 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 00:49:10 Failed to run 'override-build': Exit code was 56. 00:49:10 Removing intermediate container ea5c85cd0426 00:49:10 ---> 55be37f1f582 00:49:10 00:49:10 Step 10/23 : FROM alpine:3.12 00:49:10 ---> afeebe901d6b 00:49:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:10 ---> Using cache 00:49:10 ---> ccddd312bd82 00:49:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:10 ---> Using cache 00:49:10 ---> 597fd958291a 00:49:10 Step 13/23 : ENV APP_PORT=48081 00:49:10 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. 00:49:11 ---> Running in 2d1a559def90 00:49:11 ---> e154fd1e3486 00:49:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:11 ---> 32de6776fff0 00:49:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:12 ---> 4bc9b10d301e 00:49:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:12 Removing intermediate container 2d1a559def90 00:49:12 ---> 8ba43b19d5cd 00:49:12 Step 14/23 : EXPOSE $APP_PORT 00:49:12 ---> Running in 4690d10fac59 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 00:49:13 Removing intermediate container 4690d10fac59 00:49:13 ---> 854d3f887100 00:49:13 Step 15/23 : WORKDIR / 00:49:13 ---> a93a2d0b74a5 00:49:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] ---> d576c259e28a 00:49:13 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:13 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:49:13 ---> Running in ffa95d4b4ced 00:49:13 ---> 29da3c11e20b 00:49:13 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:13 ---> Running in d570322c44c4 00:49:13 ---> Running in 977ecf4cd9cf [Pipeline] // stage [Pipeline] } 00:49:13 Failed in branch amd64 00:49:13 ---> Running in e5cce782a3e4 00:49:13 Removing intermediate container ffa95d4b4ced 00:49:13 ---> cc38115050fd 00:49:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:14 Removing intermediate container 977ecf4cd9cf 00:49:14 ---> 97f4a9ef3509 00:49:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:14 Removing intermediate container d570322c44c4 00:49:14 ---> 8e58b02b1959 00:49:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:14 Removing intermediate container e5cce782a3e4 00:49:14 ---> 276427683177 00:49:14 Step 18/21 : CMD ["--init=true"] 00:49:14 ---> Running in 6f7e0dc9aae2 00:49:14 ---> Running in 3946930a36cc 00:49:14 ---> Running in 6bd78820d2d6 00:49:15 ---> cb49607e92c3 00:49:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:15 Removing intermediate container 6f7e0dc9aae2 00:49:15 ---> 4e9948cf0b5c 00:49:15 Step 21/23 : LABEL arch=arm64 00:49:15 Removing intermediate container 3946930a36cc 00:49:15 ---> 351de29fa7b2 00:49:15 Step 20/22 : LABEL arch=arm64 00:49:15 Removing intermediate container 6bd78820d2d6 00:49:15 ---> 93dc118e18c1 00:49:15 Step 19/21 : LABEL arch=arm64 00:49:15 ---> Running in f4c1d714bea4 00:49:15 ---> Running in c025aa59e22f 00:49:16 ---> Running in d9854882ac9d 00:49:17 ---> c24988088580 00:49:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:17 Removing intermediate container c025aa59e22f 00:49:17 ---> e43b030ff55d 00:49:17 Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:49:17 Removing intermediate container f4c1d714bea4 00:49:17 ---> 67700f7a6930 00:49:17 Step 21/22 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:49:17 ---> Running in 686d637c4f03 00:49:17 Removing intermediate container d9854882ac9d 00:49:17 ---> 68754730940f 00:49:17 Step 20/21 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:49:17 ---> Running in a5404f1ced43 00:49:17 Removing intermediate container 0fe895cad989 00:49:17 ---> af6800f29678 00:49:17 00:49:17 Step 10/23 : FROM alpine:3.12 00:49:17 ---> afeebe901d6b 00:49:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:17 ---> Running in 7eaa124c8a65 00:49:18 ---> Running in 9a2fb0b319d9 00:49:18 Removing intermediate container 686d637c4f03 00:49:18 ---> c1f6b1686be3 00:49:18 Step 23/23 : LABEL version=0.0.0 00:49:18 ---> b2d3cddf33ca 00:49:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:18 Removing intermediate container a5404f1ced43 00:49:18 ---> 8b27663b2cb2 00:49:18 Step 22/22 : LABEL version=0.0.0 00:49:18 ---> Running in 61634eb06fe6 00:49:18 ---> Running in ff5f84240f26 00:49:18 ---> Running in 454146df287f 00:49:18 Removing intermediate container 7eaa124c8a65 00:49:18 ---> 02140716f8d1 00:49:18 Step 21/21 : LABEL version=0.0.0 00:49:18 Removing intermediate container 9a2fb0b319d9 00:49:18 ---> a45377311b11 00:49:18 Step 12/23 : ENV APP_PORT=48080 00:49:18 ---> Running in 8438bd90ebc8 00:49:18 ---> Running in 61981147b3ca 00:49:18 Removing intermediate container 61634eb06fe6 00:49:18 ---> b474cc1bb041 00:49:18 00:49:19 Removing intermediate container 454146df287f 00:49:19 ---> bda5114708ea 00:49:19 00:49:19 Removing intermediate container ff5f84240f26 00:49:19 ---> 9129aa3d7018 00:49:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:19 Removing intermediate container 8438bd90ebc8 00:49:19 ---> 91e2604a8227 00:49:19 00:49:19 Successfully built b474cc1bb041 00:49:19 Successfully tagged docker-core-command-go-arm64:latest 00:49:19 Successfully built bda5114708ea 00:49:19  Building docker-core-command-go ... done Building docker-support-notifications-go 00:49:19 ---> Running in 36b7d4951d09 00:49:19 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:19  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:49:19 Removing intermediate container 61981147b3ca 00:49:19 ---> ed2085a0a8c3 00:49:19 Step 13/23 : EXPOSE $APP_PORT 00:49:19 Successfully built 91e2604a8227 00:49:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:20 Building docker-sys-mgmt-agent-go 00:49:20  Building docker-security-proxy-setup-go ... done  ---> Running in 16e5810ed6f6 00:49:20 Removing intermediate container 36b7d4951d09 00:49:20 ---> bc25b481d934 00:49:20 Step 21/23 : LABEL arch=arm64 00:49:20 ---> Running in e86b44253219 00:49:20 Removing intermediate container 16e5810ed6f6 00:49:20 ---> 94f9971c7164 00:49:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:20 ---> Running in ce24c016c547 00:49:20 Removing intermediate container e86b44253219 00:49:20 ---> ad1c654e6013 00:49:20 Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:49:21 ---> Running in 6c00e8211473 00:49:21 Removing intermediate container 6c00e8211473 00:49:21 ---> 8bbdc05be1cb 00:49:21 Step 23/23 : LABEL version=0.0.0 00:49:21 ---> Running in 9745e67a249f 00:49:22 Removing intermediate container 9745e67a249f 00:49:22 ---> 2557267473bb 00:49:22 00:49:22 Successfully built 2557267473bb 00:49:22 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:22  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:49:23 Removing intermediate container ce24c016c547 00:49:23 ---> c7131d7bac96 00:49:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:23 ---> Running in 24f4c32b0782 00:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:26 (1/6) Installing dumb-init (1.2.2-r1) 00:49:26 (2/6) Installing libgcc (9.3.0-r2) 00:49:26 (3/6) Installing libsodium (1.0.18-r0) 00:49:27 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:27 (5/6) Installing libzmq (4.3.3-r0) 00:49:27 (6/6) Installing zeromq (4.3.3-r0) 00:49:27 Executing busybox-1.31.1-r19.trigger 00:49:27 OK: 8 MiB in 20 packages 00:49:33 Removing intermediate container 24f4c32b0782 00:49:33 ---> 51638114dcb0 00:49:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:33 ---> df92d5672afb 00:49:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:35 ---> c0bced3f24b3 00:49:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:36 ---> fa9bf9759222 00:49:36 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:36 ---> Running in 6cfbec54ae36 00:49:37 Removing intermediate container 6cfbec54ae36 00:49:37 ---> 929031e9ce5c 00:49:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:38 ---> Running in c0ae8c191efd 00:49:39 Removing intermediate container c0ae8c191efd 00:49:39 ---> 4acc1a1bf197 00:49:39 Step 21/23 : LABEL arch=arm64 00:49:39 ---> Running in 51d464ca7130 00:49:40 Removing intermediate container 51d464ca7130 00:49:40 ---> fd160b12805d 00:49:40 Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:49:40 ---> Running in 3783ff3e0a49 00:49:40 Removing intermediate container 3783ff3e0a49 00:49:40 ---> fd75c095fe6d 00:49:40 Step 23/23 : LABEL version=0.0.0 00:49:40 ---> Running in a6567d5e856d 00:49:41 Removing intermediate container a6567d5e856d 00:49:41 ---> 2162d3879e0e 00:49:41 00:49:41 Successfully built 2162d3879e0e 00:49:41 Successfully tagged docker-core-data-go-arm64:latest 00:50:20  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:20 ---> 3731fc452f1a 00:50:20 Step 3/22 : WORKDIR /edgex-go 00:50:20 ---> Using cache 00:50:20 ---> 73cfb2892249 00:50:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:20 ---> Using cache 00:50:20 ---> 66e131e8d136 00:50:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:20 ---> 3731fc452f1a 00:50:20 Step 3/26 : WORKDIR /edgex-go 00:50:20 ---> Using cache 00:50:20 ---> 73cfb2892249 00:50:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:20 ---> Using cache 00:50:20 ---> 66e131e8d136 00:50:20 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:20 ---> 3731fc452f1a 00:50:20 Step 3/24 : WORKDIR /edgex-go 00:50:20 ---> Using cache 00:50:20 ---> 73cfb2892249 00:50:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:20 ---> Using cache 00:50:20 ---> 66e131e8d136 00:50:20 Step 5/24 : RUN apk add --update --no-cache make git 00:50:20 ---> Using cache 00:50:20 ---> fea203fa9c20 00:50:20 Step 6/24 : COPY go.mod . 00:50:20 ---> Using cache 00:50:20 ---> 9334ccb61c12 00:50:20 Step 7/24 : RUN go mod download 00:50:20 ---> Using cache 00:50:20 ---> 87ca3ede1ebd 00:50:20 Step 8/24 : COPY . . 00:50:20 ---> Using cache 00:50:20 ---> f075cacaed24 00:50:20 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:20 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:20 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:50:20 ---> 3731fc452f1a 00:50:20 Step 3/33 : WORKDIR /edgex-go 00:50:20 ---> Using cache 00:50:20 ---> 73cfb2892249 00:50:20 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:20 ---> Using cache 00:50:20 ---> 66e131e8d136 00:50:20 Step 5/33 : RUN apk add --update --no-cache make git 00:50:20 ---> Using cache 00:50:20 ---> fea203fa9c20 00:50:20 Step 6/33 : COPY go.mod . 00:50:20 ---> Using cache 00:50:20 ---> 9334ccb61c12 00:50:20 Step 7/33 : RUN go mod download 00:50:20 ---> Using cache 00:50:20 ---> 87ca3ede1ebd 00:50:20 Step 8/33 : COPY . . 00:50:20 ---> Using cache 00:50:20 ---> f075cacaed24 00:50:20 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:50:21 ---> Running in 08a910bdd83b 00:50:21 ---> Running in 4f1a9e9ed222 00:50:21 ---> Running in 959bd214feae 00:50:21 ---> Running in 3c3cfc78ce6b 00:50:22 Removing intermediate container 3c3cfc78ce6b 00:50:22 ---> 7c86d68880bb 00:50:22 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:50:22 ---> Running in 7cc6da361f62 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:23 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 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:25 OK: 217 MiB in 51 packages 00:50:25 OK: 217 MiB in 51 packages 00:50:27 Removing intermediate container 4f1a9e9ed222 00:50:27 ---> 7037bab725b0 00:50:27 Step 6/26 : COPY go.mod . 00:50:27 Removing intermediate container 959bd214feae 00:50:27 ---> 3682c61223e0 00:50:27 Step 6/22 : COPY go.mod . 00:50:28 ---> 9d5acdcfe53a 00:50:28 Step 7/26 : RUN go mod download 00:50:28 ---> Running in 3d417a3817e3 00:50:28 ---> 5075402e36a6 00:50:28 Step 7/22 : RUN go mod download 00:50:29 ---> Running in 557aff3ad727 00:50:34 Removing intermediate container 3d417a3817e3 00:50:34 ---> 4dd57265c7db 00:50:34 Step 8/26 : COPY . . 00:50:34 Removing intermediate container 557aff3ad727 00:50:34 ---> 0a4c8e039df5 00:50:34 Step 8/22 : COPY . . 00:51:06 ---> 7bdf6f2d3456 00:51:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:06 ---> 87daf41f9074 00:51:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:06 ---> Running in e6dbbb4d61ca 00:51:06 ---> Running in 00abad1f7975 00:51:06 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 00:51:06 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 00:51:10 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 00:51:15 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 00:51:25 Removing intermediate container 08a910bdd83b 00:51:25 ---> 9f3ac26a3743 00:51:25 00:51:25 Step 10/24 : FROM alpine:3.12 00:51:25 ---> afeebe901d6b 00:51:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:51:25 ---> Running in cde432bf06ae 00:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:27 (1/5) Installing ca-certificates (20191127-r4) 00:51:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:51:27 (3/5) Installing libcurl (7.69.1-r3) 00:51:27 (4/5) Installing curl (7.69.1-r3) 00:51:27 (5/5) Installing dumb-init (1.2.2-r1) 00:51:27 Executing busybox-1.31.1-r19.trigger 00:51:27 Executing ca-certificates-20191127-r4.trigger 00:51:27 OK: 7 MiB in 19 packages 00:51:30 Removing intermediate container cde432bf06ae 00:51:30 ---> d81fe738d89d 00:51:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:30 ---> Running in aac3200ba654 00:51:31 Removing intermediate container aac3200ba654 00:51:31 ---> 839daf449ae8 00:51:31 Step 13/24 : WORKDIR / 00:51:31 ---> Running in 385218e05fb4 00:51:32 Removing intermediate container 385218e05fb4 00:51:32 ---> e411a47f3507 00:51:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:51:32 + mkdir -p /tmp/build/dist/linux 00:51:32 + cd /tmp/build/dist/linux 00:51:32 + git clone https://github.com/jwilder/dockerize.git . 00:51:32 Cloning into '.'... 00:51:33 + go get github.com/robfig/glock 00:51:33  ---> def3b0e67428 00:51:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:51:34 ---> 428d3e9924b1 00:51:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:51:35 ---> 9c9a7525fe55 00:51:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:37 ---> 8a2e81117f56 00:51:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:38 ---> 6766403c4983 00:51:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:51:40 ---> 70290e86e53e 00:51:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:51:40 ---> Running in 68d9ac35a7a5 00:51:43 Removing intermediate container 68d9ac35a7a5 00:51:43 ---> 5def50dfa493 00:51:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:43 ---> Running in 4456c9a9e02d 00:51:44 Removing intermediate container 4456c9a9e02d 00:51:44 ---> 253b8229d0ac 00:51:44 Step 22/24 : LABEL arch=arm64 00:51:44 ---> Running in fa91fab4c761 00:51:45 Removing intermediate container fa91fab4c761 00:51:45 ---> a4510bbd9fb6 00:51:45 Step 23/24 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:51:45 ---> Running in cd1fff1749ba 00:51:45 Removing intermediate container cd1fff1749ba 00:51:45 ---> 51bc26f8ec14 00:51:45 Step 24/24 : LABEL version=0.0.0 00:51:45 ---> Running in 42f2d9f9578e 00:51:46 Removing intermediate container 42f2d9f9578e 00:51:46 ---> 4524669bd984 00:51:46 00:51:47 Successfully built 4524669bd984 00:51:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:02  Building docker-security-secretstore-setup-go ... done + glock sync -n 00:52:07 Removing intermediate container e6dbbb4d61ca 00:52:07 ---> d52ee1312ddc 00:52:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:07 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:52:07 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:52:07 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:52:07 Removing intermediate container 00abad1f7975 00:52:07 ---> a41991006657 00:52:07 00:52:07 Step 10/22 : FROM alpine:3.12 00:52:07 ---> afeebe901d6b 00:52:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:07 ---> Running in da3cf0f08e7f 00:52:08 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:52:08 + git describe '--abbrev=0' --tags 00:52:08 + TAG=v0.6.1 00:52:08 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:52:08 + apk --print-arch 00:52:08 building [dockerize] for arm64 ... 00:52:08 + arch=aarch64 00:52:08 + echo 'building [dockerize] for arm64 ... ' 00:52:08 + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:52:08  ---> Running in 725df6e67615 00:52: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 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:10 (1/2) Installing ca-certificates (20191127-r4) 00:52:10 (2/2) Installing dumb-init (1.2.2-r1) 00:52:10 Executing busybox-1.31.1-r19.trigger 00:52:10 Executing ca-certificates-20191127-r4.trigger 00:52:10 OK: 6 MiB in 16 packages 00:52:12 Removing intermediate container 725df6e67615 00:52:12 ---> d2a01bf3be25 00:52:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:13 ---> Running in 64d6ffb143a7 00:52:13 Removing intermediate container da3cf0f08e7f 00:52:13 ---> e3b35f99646a 00:52:13 00:52:13 Step 11/26 : FROM docker:20.10.0 00:52:13 + date 00:52:13 Wed Jan 27 00:52:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:52:13 + echo 'Wed Jan 27 00:52:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:52:13 20.10.0: Pulling from library/docker 00:52:13 Removing intermediate container 64d6ffb143a7 00:52:13 ---> d58a3f6843ec 00:52:13 Step 13/22 : ENV APP_PORT=48060 00:52:14 ---> Running in b86c6aa3b821 00:52:15 Removing intermediate container b86c6aa3b821 00:52:15 ---> b6c98d71c6f9 00:52:15 Step 14/22 : EXPOSE $APP_PORT 00:52:15 ---> Running in 71980127d652 00:52:16 Removing intermediate container 71980127d652 00:52:16 ---> 37bded522a07 00:52:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:18 ---> 31d2998c9f63 00:52:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:20 ---> 653f93bbebe7 00:52:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:22 ---> 57b6ba5365f6 00:52:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:22 ---> Running in 6f74658ea0f3 00:52:22 Removing intermediate container 6f74658ea0f3 00:52:22 ---> 1d2782047a94 00:52:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:23 ---> Running in d99a6358e9eb 00:52:23 Removing intermediate container 7cc6da361f62 00:52:23 ---> 576394ad4f5e 00:52:23 00:52:23 Step 11/33 : FROM alpine:3.12 00:52:23 ---> afeebe901d6b 00:52:23 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:24 ---> Running in a3bcb511da52 00:52:24 Removing intermediate container d99a6358e9eb 00:52:24 ---> 5736181991eb 00:52:24 Step 20/22 : LABEL arch=arm64 00:52:24 ---> Running in 124afb9544f3 00:52:24 Removing intermediate container a3bcb511da52 00:52:24 ---> 7c9d3490a704 00:52:24 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:52:24 ---> Running in 9be218e3043d 00:52:24 Removing intermediate container 124afb9544f3 00:52:24 ---> 7354fbaf1856 00:52:24 Step 21/22 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:52:24 ---> Running in 2f027b6c1b54 00:52:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:25 Status: Downloaded newer image for docker:20.10.0 00:52:25 ---> eeaf43b92773 00:52:25 Step 12/26 : RUN apk add --no-cache bash 00:52:25 Removing intermediate container 2f027b6c1b54 00:52:25 ---> 5ef37985aac6 00:52:25 Step 22/22 : LABEL version=0.0.0 00:52:25 ---> Running in 5bd198f82470 00:52:25 ---> Running in eee39a6e2af6 00:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:26 Removing intermediate container eee39a6e2af6 00:52:26 ---> be76ba8ad8fc 00:52:26 00:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:26 Successfully built be76ba8ad8fc 00:52:26 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:26  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:27 (1/3) Installing dumb-init (1.2.2-r1) 00:52:27 (2/3) Installing openssl (1.1.1i-r0) 00:52:27 (3/3) Installing su-exec (0.2-r1) 00:52:27 Executing busybox-1.31.1-r19.trigger 00:52:27 OK: 6 MiB in 17 packages 00:52:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:27 (1/2) Installing readline (8.0.4-r0) 00:52:27 (2/2) Installing bash (5.0.17-r0) 00:52:27 Executing bash-5.0.17-r0.post-install 00:52:27 Executing busybox-1.31.1-r19.trigger 00:52:27 OK: 12 MiB in 22 packages 00:52:28 Removing intermediate container 9be218e3043d 00:52:28 ---> 4d73987d58b5 00:52:28 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 00:52:28 ---> Running in 9d87e64c7c3d 00:52:28 Removing intermediate container 9d87e64c7c3d 00:52:28 ---> 7a638b55e8a4 00:52:28 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:29 Removing intermediate container 5bd198f82470 00:52:29 ---> 3979c40932d6 00:52:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:29 ---> Running in 24e27e59d921 00:52:29 ---> Running in f7605b8a0849 00:52:29 Removing intermediate container 24e27e59d921 00:52:29 ---> 7a38113a9919 00:52:29 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:29 Removing intermediate container f7605b8a0849 00:52:29 ---> 9ff6af996984 00:52:29 Step 14/26 : ENV APP_PORT=48090 00:52:30 ---> Running in d69fc5953410 00:52:30 ---> Running in 703b8f765358 00:52:30 Removing intermediate container 703b8f765358 00:52:30 ---> 6c78316e646c 00:52:30 Step 15/26 : EXPOSE $APP_PORT 00:52:30 ---> Running in 9bef8e5fc52e 00:52:31 Removing intermediate container 9bef8e5fc52e 00:52:31 ---> fe4940165cae 00:52:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:32 Removing intermediate container d69fc5953410 00:52:32 ---> 8d7af1a26395 00:52:32 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 00:52:32 ---> 794678bac05d 00:52:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:32 ---> Running in 1069a76d610d 00:52:32 Removing intermediate container 1069a76d610d 00:52:32 ---> 87316f83dfce 00:52:32 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:52:33 ---> 5934b0b86c40 00:52:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:34 ---> 829c4c75903a 00:52:34 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:34 ---> e897857f0589 00:52:34 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:34 ---> Running in eeef1225dd75 00:52:35 ---> 4b5ea355e844 00:52:35 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:35 ---> Running in eb5ed1eda737 00:52:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:36 (1/33) Installing libbz2 (1.0.8-r1) 00:52:36 (2/33) Installing expat (2.2.9-r1) 00:52:36 (3/33) Installing libffi (3.3-r2) 00:52:36 (4/33) Installing gdbm (1.13-r1) 00:52:36 (5/33) Installing xz-libs (5.2.5-r0) 00:52:36 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:36 (7/33) Installing python3 (3.8.5-r0) 00:52:37 Removing intermediate container eb5ed1eda737 00:52:37 ---> 37149ab1ad38 00:52:37 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:38 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:38 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:38 (11/33) Installing py3-six (1.15.0-r0) 00:52:38 (12/33) Installing py3-packaging (20.4-r0) 00:52:38 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:38 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:38 (15/33) Installing py3-idna (2.9-r0) 00:52:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:38 (18/33) Installing py3-requests (2.23.0-r0) 00:52:38 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:38 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:38 ---> 6f098112b806 00:52:38 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:38 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:38 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:38 (24/33) Installing py3-distro (1.5.0-r1) 00:52:38 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:38 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:38 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:38 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:38 (29/33) Installing py3-progress (1.5-r0) 00:52:38 (30/33) Installing py3-toml (0.10.1-r0) 00:52:38 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:38 (33/33) Installing py3-pip (20.1.1-r0) 00:52:39 Executing busybox-1.31.1-r19.trigger 00:52:39 OK: 71 MiB in 55 packages 00:52:39 ---> a6a4d56b37bf 00:52:39 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:40 ---> f97398573d55 00:52:40 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:52:42 ---> 6b47bc37f350 00:52:42 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:43 ---> e6f12270147a 00:52:43 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:52:43 ---> Running in ae41b3a8c574 00:52:44 Removing intermediate container ae41b3a8c574 00:52:44 ---> 8bb21c36bf9e 00:52:44 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:45 Removing intermediate container eeef1225dd75 00:52:45 ---> 71c4a466fa61 00:52:45 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:45 ---> Running in 7bbaf42061ad 00:52:45 ---> 8d0e3ed6d313 00:52:45 Step 28/33 : RUN chmod +x /entrypoint.sh 00:52:45 ---> Running in aa3e1265350e 00:52:48 Removing intermediate container aa3e1265350e 00:52:48 ---> ec38d25c7736 00:52:48 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:52:48 ---> Running in c8513bb41613 00:52:48 Removing intermediate container c8513bb41613 00:52:48 ---> 988ccd8bb3eb 00:52:48 Step 30/33 : CMD ["gate"] 00:52:49 ---> Running in d7a53cabb27f 00:52:49 Removing intermediate container d7a53cabb27f 00:52:49 ---> 42e064a33c72 00:52:49 Step 31/33 : LABEL arch=arm64 00:52:50 ---> Running in 869e11f7349b 00:52:50 Collecting docker-compose==1.23.2 00:52:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:50 Removing intermediate container 869e11f7349b 00:52:50 ---> 795a66ed11fe 00:52:50 Step 32/33 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:52:51 ---> Running in 87aa9c5fc23b 00:52:51 Collecting docopt<0.7,>=0.6.1 00:52:51 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:51 Removing intermediate container 87aa9c5fc23b 00:52:51 ---> 920fa23cfe1c 00:52:51 Step 33/33 : LABEL version=0.0.0 00:52:52 ---> Running in d0683ae12e39 00:52:52 Removing intermediate container d0683ae12e39 00:52:52 ---> 04d96ce9e275 00:52:52 00:52:52 Successfully built 04d96ce9e275 00:52:52 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:53  Building docker-security-bootstrapper-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:53 Collecting jsonschema<3,>=2.5.1 00:52:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:53 Collecting dockerpty<0.5,>=0.4.1 00:52:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:56 Collecting docker<4.0,>=3.6.0 00:52:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:57 Collecting PyYAML<4,>=3.10 00:52:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:01 Collecting texttable<0.10,>=0.9.0 00:53:01 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:02 Collecting cached-property<2,>=1.2.0 00:53:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:03 Collecting websocket-client<1.0,>=0.32.0 00:53:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:03 Collecting docker-pycreds>=0.4.0 00:53:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:04 Collecting urllib3<1.25,>=1.21.1 00:53:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:04 Collecting idna<2.8,>=2.5 00:53:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:04 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) 00:53:04 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) 00:53:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:05 Installing collected packages: docopt, jsonschema, dockerpty, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, texttable, cached-property, docker-compose 00:53:05 Running setup.py install for docopt: started 00:53:07 Running setup.py install for docopt: finished with status 'done' 00:53:07 Running setup.py install for dockerpty: started 00:53:09 Running setup.py install for dockerpty: finished with status 'done' 00:53:09 Attempting uninstall: urllib3 00:53:09 Found existing installation: urllib3 1.25.9 00:53:09 Uninstalling urllib3-1.25.9: 00:53:09 Successfully uninstalled urllib3-1.25.9 00:53:10 Attempting uninstall: idna 00:53:10 Found existing installation: idna 2.9 00:53:10 Uninstalling idna-2.9: 00:53:10 Successfully uninstalled idna-2.9 00:53:11 Attempting uninstall: requests 00:53:11 Found existing installation: requests 2.23.0 00:53:11 Uninstalling requests-2.23.0: 00:53:11 Successfully uninstalled requests-2.23.0 00:53:12 Running setup.py install for PyYAML: started 00:53:14 Running setup.py install for PyYAML: finished with status 'done' 00:53:14 Running setup.py install for texttable: started 00:53:15 Running setup.py install for texttable: finished with status 'done' 00:53:16 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 00:53:20 Removing intermediate container 7bbaf42061ad 00:53:20 ---> 6439ff64e0e7 00:53:20 Step 21/26 : RUN apk --no-cache add curl 00:53:20 ---> Running in c8e47adf56c0 00:53:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:22 (2/3) Installing libcurl (7.69.1-r3) 00:53:22 (3/3) Installing curl (7.69.1-r3) 00:53:22 Executing busybox-1.31.1-r19.trigger 00:53:22 OK: 71 MiB in 58 packages 00:53:23 Removing intermediate container c8e47adf56c0 00:53:23 ---> 7934327f3fdd 00:53:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:23 ---> Running in 12cd574ba0ab 00:53:24 Removing intermediate container 12cd574ba0ab 00:53:24 ---> 8e1fdda349e7 00:53:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:24 ---> Running in 0b0da78bfb4c 00:53:24 Removing intermediate container 0b0da78bfb4c 00:53:24 ---> 4c10e6cbd1e9 00:53:24 Step 24/26 : LABEL arch=arm64 00:53:24 ---> Running in e208980f041f 00:53:25 Removing intermediate container e208980f041f 00:53:25 ---> c6ec5c265930 00:53:25 Step 25/26 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 00:53:25 ---> Running in 340a0ac9f371 00:53:25 Removing intermediate container 340a0ac9f371 00:53:25 ---> 26031e8037ba 00:53:25 Step 26/26 : LABEL version=0.0.0 00:53:25 ---> Running in 07ad3c5fa09a 00:53:26 Removing intermediate container 07ad3c5fa09a 00:53:26 ---> d6b709ae3bcf 00:53:26 00:53:26 Successfully built d6b709ae3bcf 00:53:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:27 $ docker stop --time=1 5d0272c9d568dcc310b097d6783ff4a9329d26dab350d920aa67165c2f42e091 00:53:29 $ docker rm -f 5d0272c9d568dcc310b097d6783ff4a9329d26dab350d920aa67165c2f42e091 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:29 + grep docker 00:53:29 + docker images 00:53:29 docker-sys-mgmt-agent-go-arm64 latest d6b709ae3bcf 3 seconds ago 300MB 00:53:29 docker-security-bootstrapper-go-arm64 latest 04d96ce9e275 37 seconds ago 31.9MB 00:53:29 docker-support-notifications-go-arm64 latest be76ba8ad8fc About a minute ago 16MB 00:53:29 docker-security-secretstore-setup-go-arm64 latest 4524669bd984 About a minute ago 23.4MB 00:53:29 docker-core-data-go-arm64 latest 2162d3879e0e 3 minutes ago 21MB 00:53:29 docker-core-metadata-go-arm64 latest 2557267473bb 4 minutes ago 17.7MB 00:53:29 docker-security-proxy-setup-go-arm64 latest 91e2604a8227 4 minutes ago 23.2MB 00:53:29 docker-core-command-go-arm64 latest b474cc1bb041 4 minutes ago 15.4MB 00:53:29 docker-support-scheduler-go-arm64 latest bda5114708ea 4 minutes ago 15.5MB 00:53:29 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [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 00:53:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:34 ---> package-listing.sh 00:53:34 ++ facter osfamily 00:53:34 ++ tr '[:upper:]' '[:lower:]' 00:53:34 + OS_FAMILY=redhat 00:53:34 + workspace=/w/workspace/edgex-go/2 00:53:34 + START_PACKAGES=/tmp/packages_start.txt 00:53:34 + END_PACKAGES=/tmp/packages_end.txt 00:53:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:34 + PACKAGES=/tmp/packages_start.txt 00:53:34 + '[' /w/workspace/edgex-go/2 ']' 00:53:34 + PACKAGES=/tmp/packages_end.txt 00:53:34 + case "${OS_FAMILY}" in 00:53:34 + rpm -qa 00:53:34 + sort 00:53:39 + '[' -f /tmp/packages_start.txt ']' 00:53:39 + '[' -f /tmp/packages_end.txt ']' 00:53:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:39 + '[' /w/workspace/edgex-go/2 ']' 00:53:39 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:53:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:53:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:40 00:53:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:40 alpine: Pulling from edgex-lftools-log-publisher 00:53:40 df20fa9351a1: Pulling fs layer 00:53:40 36b3adc4ff6f: Pulling fs layer 00:53:40 8ad3a11d3b57: Pulling fs layer 00:53:40 46f8f816bc3b: Pulling fs layer 00:53:40 93b61091891f: Pulling fs layer 00:53:40 93b9cdb0e59b: Pulling fs layer 00:53:40 5e14af77c1be: Pulling fs layer 00:53:40 01666e4c0597: Pulling fs layer 00:53:40 aa168da1d23b: Pulling fs layer 00:53:40 93b9cdb0e59b: Waiting 00:53:40 5e14af77c1be: Waiting 00:53:40 01666e4c0597: Waiting 00:53:40 aa168da1d23b: Waiting 00:53:40 46f8f816bc3b: Waiting 00:53:40 93b61091891f: Waiting 00:53:40 36b3adc4ff6f: Verifying Checksum 00:53:40 36b3adc4ff6f: Download complete 00:53:40 46f8f816bc3b: Verifying Checksum 00:53:40 46f8f816bc3b: Download complete 00:53:40 df20fa9351a1: Download complete 00:53:40 93b9cdb0e59b: Verifying Checksum 00:53:40 93b9cdb0e59b: Download complete 00:53:40 93b61091891f: Download complete 00:53:40 5e14af77c1be: Verifying Checksum 00:53:40 5e14af77c1be: Download complete 00:53:40 01666e4c0597: Verifying Checksum 00:53:40 01666e4c0597: Download complete 00:53:41 df20fa9351a1: Pull complete 00:53:41 36b3adc4ff6f: Pull complete 00:53:41 8ad3a11d3b57: Verifying Checksum 00:53:41 8ad3a11d3b57: Download complete 00:53:42 8ad3a11d3b57: Pull complete 00:53:42 46f8f816bc3b: Pull complete 00:53:43 aa168da1d23b: Verifying Checksum 00:53:43 aa168da1d23b: Download complete 00:53:43 93b61091891f: Pull complete 00:53:44 93b9cdb0e59b: Pull complete 00:53:44 5e14af77c1be: Pull complete 00:53:44 01666e4c0597: Pull complete 00:53:54 aa168da1d23b: Pull complete 00:53:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:55 prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container 00:53:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:54:00 $ docker top 84fe42e7068b0b67cfa0886ef26d354b2efb01046bd48d1a7847bd51b4e84ca5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:01 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:01 + mkdir -p /var/log/sa [Pipeline] sh 00:54:02 + ls /var/log/sa-host 00:54:02 + sadf -c /var/log/sa-host/sa23 00:54:02 file_magic: OK 00:54:02 HZ: Using current value: 100 00:54:02 file_header: OK 00:54:02 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 00:54:02 Statistics: 00:54:02 Hnuu...uuuununununu... 00:54:02 File successfully converted to sysstat format version 12.2.1 00:54:02 + sadf -c /var/log/sa-host/sa27 00:54:02 file_magic: OK 00:54:02 HZ: Using current value: 100 00:54:02 file_header: OK 00:54:02 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 00:54:02 Statistics: 00:54:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:02 provisioning config files... 00:54:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1582274579122537252tmp [Pipeline] { [Pipeline] echo 00:54:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:02 ---> create-netrc.sh [Pipeline] } 00:54:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:04 ---> python-tools-install.sh [Pipeline] echo 00:54:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:05 ---> sudo-logs.sh 00:54:05 Archiving 'sudo' log.. [Pipeline] echo 00:54:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:05 ---> job-cost.sh 00:54:05 lf-activate-venv: SKIPPING 00:54:05 INFO: No Stack... 00:54:05 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:06 INFO: Archiving Costs [Pipeline] echo 00:54:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:06 ---> logs-deploy.sh 00:54:06 lf-activate-venv: SKIPPING 00:54:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/2 00:54:06 INFO: archiving workspace using pattern(s): 00:54:08 Archives upload complete. 00:54:08 INFO: archiving logs to Nexus 00:54:09 ---> uname -a: 00:54:09 Linux prd-centos7-docker-4c-2g-22925.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:54:09 00:54:09 00:54:09 ---> lscpu: 00:54:09 Architecture: x86_64 00:54:09 CPU op-mode(s): 32-bit, 64-bit 00:54:09 Byte Order: Little Endian 00:54:09 Address sizes: 40 bits physical, 48 bits virtual 00:54:09 CPU(s): 4 00:54:09 On-line CPU(s) list: 0-3 00:54:09 Thread(s) per core: 1 00:54:09 Core(s) per socket: 1 00:54:09 Socket(s): 4 00:54:09 NUMA node(s): 1 00:54:09 Vendor ID: GenuineIntel 00:54:09 CPU family: 6 00:54:09 Model: 44 00:54:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:09 Stepping: 1 00:54:09 CPU MHz: 2933.438 00:54:09 BogoMIPS: 5866.87 00:54:09 Virtualization: VT-x 00:54:09 Hypervisor vendor: KVM 00:54:09 Virtualization type: full 00:54:09 L1d cache: 128 KiB 00:54:09 L1i cache: 128 KiB 00:54:09 L2 cache: 16 MiB 00:54:09 L3 cache: 64 MiB 00:54:09 NUMA node0 CPU(s): 0-3 00:54:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:09 Vulnerability Meltdown: Mitigation; PTI 00:54:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:09 Vulnerability Srbds: Not affected 00:54:09 Vulnerability Tsx async abort: Not affected 00:54:09 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 00:54:09 00:54:09 00:54:09 ---> nproc: 00:54:09 4 00:54:09 00:54:09 00:54:09 ---> df -h: 00:54:09 Filesystem Size Used Available Use% Mounted on 00:54:09 overlay 50.0G 11.4G 38.6G 23% / 00:54:09 tmpfs 64.0M 0 64.0M 0% /dev 00:54:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:09 shm 64.0M 0 64.0M 0% /dev/shm 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2 00:54:09 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2@tmp 00:54:09 00:54:09 00:54:09 ---> free -m: 00:54:09 total used free shared buff/cache available 00:54:09 Mem: 1837 690 133 0 1013 1059 00:54:09 Swap: 1023 70 953 00:54:09 00:54:09 00:54:09 ---> ip addr: 00:54:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:09 inet 127.0.0.1/8 scope host lo 00:54:09 valid_lft forever preferred_lft forever 00:54:09 inet6 ::1/128 scope host 00:54:09 valid_lft forever preferred_lft forever 00:54:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:09 link/ether fa:16:3e:88:ef:6a brd ff:ff:ff:ff:ff:ff 00:54:09 inet 10.30.122.93/23 brd 10.30.123.255 scope global dynamic eth0 00:54:09 valid_lft 84913sec preferred_lft 84913sec 00:54:09 inet6 fe80::f816:3eff:fe88:ef6a/64 scope link 00:54:09 valid_lft forever preferred_lft forever 00:54:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:09 link/ether 02:42:a9:ff:1e:33 brd ff:ff:ff:ff:ff:ff 00:54:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:09 valid_lft forever preferred_lft forever 00:54:09 inet6 fe80::42:a9ff:feff:1e33/64 scope link 00:54:09 valid_lft forever preferred_lft forever 00:54:09 00:54:09 00:54:09 ---> sar -b -r -n DEV: 00:54:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 00:54:09 00:54:09 00:29:10 LINUX RESTART (4 CPU) 00:54:09 00:54:09 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:09 00:31:01 60.73 13.48 47.25 0.00 4764.46 10135.42 0.00 00:54:09 00:32:01 202.15 94.29 107.85 0.00 6254.38 42047.00 0.00 00:54:09 00:33:02 210.00 85.89 124.11 0.00 3562.80 17841.59 0.00 00:54:09 00:34:01 116.80 34.11 82.68 0.00 1343.14 10483.69 0.00 00:54:09 00:35:01 134.12 82.18 51.94 0.00 3675.15 4671.98 0.00 00:54:09 00:36:01 98.91 13.88 85.02 0.00 2027.64 24992.60 0.00 00:54:09 00:37:04 1883.00 1589.57 293.43 0.00 133533.90 190004.13 0.00 00:54:09 00:38:01 1697.13 1495.42 201.71 0.00 100568.92 106284.23 0.00 00:54:09 00:39:01 341.01 117.69 223.32 0.00 16463.02 51500.61 0.00 00:54:09 00:40:02 1365.58 1056.27 309.31 0.00 85443.99 103081.89 0.00 00:54:09 00:41:01 1203.61 881.42 322.19 0.00 59120.59 64525.83 0.00 00:54:09 00:42:02 301.78 204.71 97.07 0.00 9781.87 17501.65 0.00 00:54:09 00:43:01 1.61 0.39 1.22 0.00 8.81 16.60 0.00 00:54:09 00:44:01 0.30 0.02 0.28 0.00 0.53 3.41 0.00 00:54:09 00:45:01 2.28 2.06 0.22 0.00 61.41 3.06 0.00 00:54:09 00:46:01 0.92 0.10 0.82 0.00 1.73 15.43 0.00 00:54:09 00:47:01 0.32 0.03 0.28 0.00 0.27 2.73 0.00 00:54:09 00:48:01 0.18 0.02 0.17 0.00 0.27 1.37 0.00 00:54:09 00:49:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 00:54:09 00:50:01 0.40 0.15 0.25 0.00 36.64 2.30 0.00 00:54:09 00:51:01 0.27 0.02 0.25 0.00 0.27 3.25 0.00 00:54:09 00:52:01 0.27 0.02 0.25 0.00 0.27 2.73 0.00 00:54:09 00:53:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 00:54:09 00:54:01 164.25 70.04 94.21 0.00 6530.07 18350.86 0.00 00:54:09 Average: 325.29 239.89 85.40 0.00 18149.41 27762.66 0.00 00:54:09 00:54:09 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:09 00:31:01 69268 0 645548 34.31 2620 1164108 1316152 44.92 529576 1076492 59284 00:54:09 00:32:01 82928 0 687056 36.52 2448 1109112 1419304 48.44 585852 970844 41448 00:54:09 00:33:02 140496 0 771368 41.00 1492 968188 1628632 55.58 612600 857796 50060 00:54:09 00:34:01 312700 0 787180 41.84 656 781008 1658988 56.62 656144 633536 48544 00:54:09 00:35:01 249364 0 803564 42.71 656 827960 1480320 50.52 660432 683716 40788 00:54:09 00:36:01 67624 0 739680 39.31 412 1073828 1254872 42.83 644308 881820 86592 00:54:09 00:37:04 66352 0 833428 44.29 0 981764 2343840 79.99 762028 838636 49592 00:54:09 00:38:01 245600 0 1089496 57.90 0 546448 3313612 113.09 734948 641704 49392 00:54:09 00:39:01 88096 0 752016 39.97 0 1041432 2054668 70.12 723404 808316 2584 00:54:09 00:40:02 102280 0 840324 44.66 0 938940 2337336 79.77 613052 891536 34820 00:54:09 00:41:01 263704 0 705880 37.52 0 911960 1580636 53.94 578820 787300 460 00:54:09 00:42:02 648472 0 616552 32.77 0 616520 1207296 41.20 450804 543196 20 00:54:09 00:43:01 653684 0 611204 32.48 0 616656 1159064 39.56 447340 542752 12 00:54:09 00:44:01 653992 0 610884 32.47 0 616668 1159052 39.56 447388 542768 8 00:54:09 00:45:01 651996 0 611820 32.52 0 617728 1159088 39.56 447848 543672 32 00:54:09 00:46:01 651912 0 611952 32.52 0 617680 1159172 39.56 448040 543672 8 00:54:09 00:47:01 652380 0 611480 32.50 0 617684 1157940 39.52 447348 543680 8 00:54:09 00:48:01 652700 0 611156 32.48 0 617688 1157940 39.52 447496 543684 8 00:54:09 00:49:01 652908 0 610928 32.47 0 617708 1157940 39.52 447384 543692 8 00:54:09 00:50:01 648604 0 614164 32.64 0 618776 1158036 39.52 451732 543452 16 00:54:09 00:51:01 648364 0 614400 32.65 0 618780 1158024 39.52 451624 543452 12 00:54:09 00:52:01 648236 0 614512 32.66 0 618796 1158072 39.52 451696 543468 8 00:54:09 00:53:01 648872 0 613872 32.63 0 618800 1157940 39.52 451416 543468 8 00:54:09 00:54:01 167112 0 677480 36.01 0 1036952 1453456 49.60 536092 904392 36 00:54:09 Average: 402818 0 695248 36.95 345 783133 1491308 50.90 542807 687377 19323 00:54:09 00:54:09 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:09 00:31:01 veth42c03ae 881.31 653.59 77.38 2026.35 0.00 0.00 0.00 0.00 00:54:09 00:31:01 eth0 1092.98 1155.29 4013.84 130.62 0.00 0.00 0.00 0.00 00:54:09 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:31:01 docker0 881.31 653.46 65.33 2026.34 0.00 0.00 0.00 0.00 00:54:09 00:32:01 veth7fb149e 32.11 42.20 2.13 189.58 0.00 0.00 0.00 0.00 00:54:09 00:32:01 eth0 606.41 599.83 3691.63 56.91 0.00 0.00 0.00 0.00 00:54:09 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:32:01 docker0 323.84 273.86 22.19 847.81 0.00 0.00 0.00 0.00 00:54:09 00:33:02 vetha254593 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:09 00:33:02 eth0 207.59 177.47 669.60 76.73 0.00 0.00 0.00 0.00 00:54:09 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:33:02 docker0 138.13 160.16 10.08 642.38 0.00 0.00 0.00 0.00 00:54:09 00:34:01 vetha254593 0.64 0.64 0.05 0.05 0.00 0.00 0.00 0.00 00:54:09 00:34:01 eth0 23.69 15.63 19.28 10.42 0.00 0.00 0.00 0.00 00:54:09 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:34:01 docker0 0.64 0.64 0.04 0.05 0.00 0.00 0.00 0.00 00:54:09 00:35:01 vetha254593 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:35:01 eth0 18.69 15.01 16.37 9.08 0.00 0.00 0.00 0.00 00:54:09 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:36:01 veth1872a1c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:54:09 00:36:01 eth0 225.74 168.36 1694.88 81.10 0.00 0.00 0.00 0.00 00:54:09 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:37:04 veth1872a1c 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:54:09 00:37:04 eth0 57.35 35.92 157.29 51.65 0.00 0.00 0.00 0.00 00:54:09 00:37:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:37:04 docker0 14.26 23.54 0.83 140.38 0.00 0.00 0.00 0.00 00:54:09 00:38:01 veth0eb209e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:09 00:38:01 veth232421d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:09 00:38:01 veth000ee9a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:09 00:38:01 veth1872a1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:39:01 veth1872a1c 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 00:54:09 00:39:01 vethdbd3fe8 55.15 183.08 4.29 890.45 0.00 0.00 0.00 0.00 00:54:09 00:39:01 eth0 3241.10 2732.55 14499.49 514.70 0.00 0.00 0.00 0.00 00:54:09 00:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:54:09 00:40:02 vethe5a81d6 1.02 1.28 0.12 6.17 0.00 0.00 0.00 0.00 00:54:09 00:40:02 veth1872a1c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:40:02 eth0 130.66 75.26 364.88 75.90 0.00 0.00 0.00 0.00 00:54:09 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:41:01 veth1872a1c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:54:09 00:41:01 veth68ce59f 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 00:54:09 00:41:01 eth0 81.02 53.75 163.69 72.55 0.00 0.00 0.00 0.00 00:54:09 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:42:02 eth0 39.03 25.23 70.04 13.31 0.00 0.00 0.00 0.00 00:54:09 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:42:02 docker0 1481.04 1433.38 105.93 5191.97 0.00 0.00 0.00 0.00 00:54:09 00:43:01 eth0 0.24 0.24 0.10 0.07 0.00 0.00 0.00 0.00 00:54:09 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:44:01 eth0 1.07 0.23 0.23 0.14 0.00 0.00 0.00 0.00 00:54:09 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:45:01 eth0 5.96 3.65 1.06 17.03 0.00 0.00 0.00 0.00 00:54:09 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:46:01 eth0 2.13 1.88 0.38 6.81 0.00 0.00 0.00 0.00 00:54:09 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:47:01 eth0 0.17 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:54:09 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:49:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:09 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:50:01 eth0 3.80 3.75 0.31 6.96 0.00 0.00 0.00 0.00 00:54:09 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:51:01 eth0 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 00:54:09 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:52:01 eth0 3.55 3.45 0.34 6.93 0.00 0.00 0.00 0.00 00:54:09 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:53:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:54:01 eth0 217.27 177.30 2174.46 31.66 0.00 0.00 0.00 0.00 00:54:09 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 Average: eth0 129.12 112.37 641.68 28.32 0.00 0.00 0.00 0.00 00:54:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:09 Average: docker0 61.84 59.85 4.42 216.80 0.00 0.00 0.00 0.00 00:54:09 00:54:09 00:54:09 ---> sar -P ALL: 00:54:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 00:54:09 00:54:09 00:29:10 LINUX RESTART (4 CPU) 00:54:09 00:54:09 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:54:09 00:31:01 all 8.61 0.00 5.03 1.53 1.51 83.32 00:54:09 00:31:01 0 7.06 0.00 5.30 2.18 1.43 84.02 00:54:09 00:31:01 1 9.65 0.00 5.68 2.81 1.59 80.27 00:54:09 00:31:01 2 9.95 0.00 4.47 0.41 1.46 83.71 00:54:09 00:31:01 3 7.74 0.00 4.68 0.75 1.56 85.27 00:54:09 00:32:01 all 12.42 0.00 6.72 1.14 0.57 79.15 00:54:09 00:32:01 0 9.02 0.00 6.90 0.87 0.61 82.60 00:54:09 00:32:01 1 14.32 0.00 6.82 0.89 0.57 77.41 00:54:09 00:32:01 2 12.02 0.00 6.46 1.67 0.54 79.32 00:54:09 00:32:01 3 14.30 0.00 6.71 1.11 0.59 77.30 00:54:09 00:33:02 all 12.37 0.00 7.21 5.50 1.08 73.83 00:54:09 00:33:02 0 12.07 0.00 6.78 4.32 1.07 75.75 00:54:09 00:33:02 1 13.63 0.00 7.36 5.68 1.00 72.32 00:54:09 00:33:02 2 11.61 0.00 7.55 7.84 1.25 71.75 00:54:09 00:33:02 3 12.16 0.00 7.16 4.15 1.01 75.53 00:54:09 00:34:01 all 55.02 0.00 14.67 4.30 8.94 17.07 00:54:09 00:34:01 0 59.62 0.00 14.66 1.99 6.69 17.05 00:54:09 00:34:01 1 55.83 0.00 15.34 5.54 8.65 14.63 00:54:09 00:34:01 2 54.07 0.00 15.84 7.02 9.55 13.52 00:54:09 00:34:01 3 50.67 0.00 12.89 2.70 10.81 22.92 00:54:09 00:35:01 all 44.93 0.00 15.86 3.50 9.89 25.82 00:54:09 00:35:01 0 43.50 0.00 15.35 3.35 11.46 26.33 00:54:09 00:35:01 1 45.83 0.00 15.12 4.46 10.46 24.13 00:54:09 00:35:01 2 47.54 0.00 16.58 3.71 7.77 24.40 00:54:09 00:35:01 3 42.89 0.00 16.40 2.48 9.86 28.38 00:54:09 00:36:01 all 22.48 0.00 11.78 2.40 8.66 54.68 00:54:09 00:36:01 0 22.03 0.00 11.19 1.27 9.82 55.70 00:54:09 00:36:01 1 23.88 0.00 12.82 2.34 8.39 52.57 00:54:09 00:36:01 2 22.08 0.00 11.63 4.09 8.18 54.01 00:54:09 00:36:01 3 21.94 0.00 11.47 1.91 8.24 56.44 00:54:09 00:37:04 all 20.89 0.00 28.12 14.17 10.24 26.58 00:54:09 00:37:04 0 21.13 0.00 28.76 13.94 10.37 25.80 00:54:09 00:37:04 1 18.90 0.00 26.61 15.51 11.21 27.78 00:54:09 00:37:04 2 22.35 0.00 28.72 14.71 9.26 24.96 00:54:09 00:37:04 3 21.23 0.00 28.43 12.48 10.08 27.77 00:54:09 00:38:01 all 43.87 0.00 20.80 12.45 9.55 13.33 00:54:09 00:38:01 0 41.98 0.00 20.20 11.60 10.38 15.84 00:54:09 00:38:01 1 41.27 0.00 18.86 13.95 10.40 15.52 00:54:09 00:38:01 2 45.10 0.00 20.99 12.62 9.53 11.76 00:54:09 00:38:01 3 47.28 0.00 23.26 11.57 7.82 10.07 00:54:09 00:39:01 all 48.66 0.00 17.87 9.69 11.53 12.25 00:54:09 00:39:01 0 47.64 0.00 18.62 9.16 11.55 13.03 00:54:09 00:39:01 1 46.68 0.00 18.10 8.83 11.69 14.70 00:54:09 00:39:01 2 50.94 0.00 17.00 10.77 10.54 10.77 00:54:09 00:39:01 3 49.42 0.00 17.76 10.01 12.36 10.45 00:54:09 00:40:02 all 43.95 0.00 23.66 12.93 10.68 8.77 00:54:09 00:40:02 0 43.49 0.00 24.26 13.01 10.51 8.73 00:54:09 00:40:02 1 43.97 0.00 23.78 12.82 10.59 8.84 00:54:09 00:40:02 2 44.33 0.00 20.67 14.63 11.29 9.08 00:54:09 00:40:02 3 44.01 0.00 26.02 11.22 10.33 8.43 00:54:09 00:41:01 all 34.69 0.00 20.03 20.16 11.38 13.75 00:54:09 00:41:01 0 32.37 0.00 20.10 22.22 11.78 13.53 00:54:09 00:41:01 1 38.85 0.00 19.87 18.52 10.87 11.89 00:54:09 00:41:01 2 33.59 0.00 18.88 20.15 11.55 15.83 00:54:09 00:41:01 3 33.98 0.00 21.27 19.74 11.30 13.71 00:54:09 00:54:09 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:54:09 00:42:02 all 13.61 0.00 7.59 5.13 5.25 68.42 00:54:09 00:42:02 0 13.34 0.00 7.65 4.83 5.48 68.70 00:54:09 00:42:02 1 14.07 0.00 7.97 7.18 5.45 65.32 00:54:09 00:42:02 2 13.82 0.00 7.47 3.64 5.43 69.63 00:54:09 00:42:02 3 13.21 0.00 7.27 4.86 4.64 70.03 00:54:09 00:43:01 all 0.15 0.00 0.03 0.01 0.01 99.80 00:54:09 00:43:01 0 0.02 0.00 0.03 0.05 0.02 99.88 00:54:09 00:43:01 1 0.52 0.00 0.02 0.00 0.00 99.46 00:54:09 00:43:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:54:09 00:43:01 3 0.03 0.00 0.05 0.00 0.02 99.90 00:54:09 00:44:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:54:09 00:44:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:54:09 00:44:01 1 0.53 0.00 0.03 0.00 0.00 99.43 00:54:09 00:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:54:09 00:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:54:09 00:45:01 all 0.19 0.00 0.10 0.03 0.00 99.67 00:54:09 00:45:01 0 0.13 0.00 0.10 0.03 0.02 99.72 00:54:09 00:45:01 1 0.45 0.00 0.08 0.00 0.00 99.47 00:54:09 00:45:01 2 0.10 0.00 0.12 0.10 0.00 99.68 00:54:09 00:45:01 3 0.08 0.00 0.12 0.00 0.00 99.80 00:54:09 00:46:01 all 0.06 0.00 0.06 0.00 0.01 99.87 00:54:09 00:46:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:54:09 00:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:54:09 00:46:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:54:09 00:46:01 3 0.08 0.00 0.12 0.02 0.02 99.77 00:54:09 00:47:01 all 0.01 0.00 0.03 0.00 0.00 99.96 00:54:09 00:47:01 0 0.02 0.00 0.05 0.00 0.00 99.93 00:54:09 00:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:54:09 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:48:01 all 0.03 0.00 0.02 0.00 0.00 99.94 00:54:09 00:48:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:54:09 00:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:54:09 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:54:09 00:49:01 all 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:54:09 00:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:54:09 00:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:54:09 00:50:01 all 0.07 0.00 0.07 0.00 0.00 99.86 00:54:09 00:50:01 0 0.08 0.00 0.08 0.00 0.00 99.83 00:54:09 00:50:01 1 0.10 0.00 0.08 0.02 0.00 99.80 00:54:09 00:50:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:54:09 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:09 00:51:01 all 0.02 0.00 0.02 0.00 0.00 99.96 00:54:09 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:54:09 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:54:09 00:52:01 all 0.05 0.00 0.04 0.00 0.00 99.91 00:54:09 00:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:54:09 00:52:01 1 0.10 0.00 0.07 0.00 0.02 99.82 00:54:09 00:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:54:09 00:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:54:09 00:52:01 CPU %user %nice %system %iowait %steal %idle 00:54:09 00:53:01 all 0.03 0.00 0.03 0.00 0.00 99.94 00:54:09 00:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:54:09 00:53:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:54:09 00:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:54:09 00:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:09 00:54:01 all 5.59 0.00 4.41 2.80 0.04 87.16 00:54:09 00:54:01 0 5.36 0.00 4.14 0.93 0.03 89.54 00:54:09 00:54:01 1 6.36 0.00 4.82 5.19 0.03 83.60 00:54:09 00:54:01 2 5.14 0.00 4.80 4.21 0.03 85.82 00:54:09 00:54:01 3 5.51 0.00 3.87 0.90 0.05 89.67 00:54:09 Average: all 15.01 0.00 7.56 3.92 3.66 69.84 00:54:09 Average: 0 14.66 0.00 7.58 3.67 3.75 70.34 00:54:09 Average: 1 15.34 0.00 7.57 4.27 3.74 69.08 00:54:09 Average: 2 15.22 0.00 7.45 4.33 3.54 69.47 00:54:09 Average: 3 14.83 0.00 7.66 3.40 3.63 70.48 00:54:09 00:54:09 00:54:09