Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eaddf04c500ec1537a2f3fa086e8930ef1180703+a296f24e360d73b4e20a007fd564889f5e431139 (ec6104394325cf248f8bfaaf6ad8bc08a961369b) 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25098’ is offline; ‘prd-centos7-docker-4c-2g-25103’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25102’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25108 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 Merge succeeded, producing 50b6a7af015f2348a8ef257983e31d320bf68077 Checking out Revision 50b6a7af015f2348a8ef257983e31d320bf68077 (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # 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 a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50b6a7af015f2348a8ef257983e31d320bf68077 # timeout=10 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" > git rev-list --no-walk eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:39 ========================================================= 00:30:39 EdgeX Global Pipelines Version Info 00:30:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:40 ------------------- 00:30:40 stable info: 00:30:40 ------------------- 00:30:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:40 Message: update stable to v1.0.179 00:30:41 ------------------- 00:30:41 experimental info: 00:30:41 ------------------- 00:30:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:41 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 00:30:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50b6a7af015f2348a8ef257983e31d320bf68077 [Pipeline] echo 00:30:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50b6a7a [Pipeline] echo 00:30:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:45 provisioning config files... 00:30:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config394772271154866737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:45 ---> docker-login.sh 00:30:45 nexus3.edgexfoundry.org:10001 00:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:46 Configure a credential helper to remove this warning. See 00:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:46 00:30:46 Login Succeeded 00:30:46 nexus3.edgexfoundry.org:10002 00:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:46 Configure a credential helper to remove this warning. See 00:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:46 00:30:46 Login Succeeded 00:30:46 nexus3.edgexfoundry.org:10003 00:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:46 Configure a credential helper to remove this warning. See 00:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:46 00:30:46 Login Succeeded 00:30:46 nexus3.edgexfoundry.org:10004 00:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:46 Configure a credential helper to remove this warning. See 00:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:46 00:30:46 Login Succeeded 00:30:46 docker.io 00:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:47 Configure a credential helper to remove this warning. See 00:30:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:47 00:30:47 Login Succeeded 00:30:47 ---> docker-login.sh ends [Pipeline] } 00:30:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:47 ++ 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:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/core-command/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo core-command,cmd/core-command/Dockerfile 00:30:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/core-data/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo core-data,cmd/core-data/Dockerfile 00:30:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/core-metadata/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/support-notifications/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/support-scheduler/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:47 + for file in '`ls cmd/**/Dockerfile`' 00:30:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:47 ++ cut -d/ -f2 00:30:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:47 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:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:48 00:30:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:49 latest: Pulling from edgex-devops/git-semver 00:30:49 31603596830f: Pulling fs layer 00:30:49 2a8b12db71e7: Pulling fs layer 00:30:49 6ca5941a6612: Pulling fs layer 00:30:49 ecc8261a40a4: Pulling fs layer 00:30:49 ecc8261a40a4: Waiting 00:30:49 2a8b12db71e7: Verifying Checksum 00:30:49 2a8b12db71e7: Download complete 00:30:49 31603596830f: Verifying Checksum 00:30:49 31603596830f: Download complete 00:30:49 ecc8261a40a4: Verifying Checksum 00:30:49 ecc8261a40a4: Download complete 00:30:49 6ca5941a6612: Verifying Checksum 00:30:49 6ca5941a6612: Download complete 00:30:49 31603596830f: Pull complete 00:30:50 2a8b12db71e7: Pull complete 00:30:51 6ca5941a6612: Pull complete 00:30:51 ecc8261a40a4: Pull complete 00:30:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:51 prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container 00:30:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:54 $ docker top a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:54 [ssh-agent] Looking for ssh-agent implementation... 00:30:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:54 $ docker exec a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e ssh-agent 00:30:54 SSH_AUTH_SOCK=/tmp/ssh-LRuG10eJH3mb/agent.13 00:30:54 SSH_AGENT_PID=18 00:30:54 Running ssh-add (command line suppressed) 00:30:54 Identity added: /w/workspace/edgex-go/9@tmp/private_key_879790579434544726.key (/w/workspace/edgex-go/9@tmp/private_key_879790579434544726.key) 00:30:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:55 + git tag --points-at HEAD [Pipeline] } 00:30:55 $ docker exec --env ******** --env ******** a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e ssh-agent -k 00:30:55 unset SSH_AUTH_SOCK; 00:30:55 unset SSH_AGENT_PID; 00:30:55 echo Agent pid 18 killed; 00:30:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:55 [ssh-agent] Looking for ssh-agent implementation... 00:30:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:55 $ docker exec a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e ssh-agent 00:30:56 SSH_AUTH_SOCK=/tmp/ssh-QxNTUHZ3BgbR/agent.47 00:30:56 SSH_AGENT_PID=52 00:30:56 Running ssh-add (command line suppressed) 00:30:56 Identity added: /w/workspace/edgex-go/9@tmp/private_key_3062243771526316750.key (/w/workspace/edgex-go/9@tmp/private_key_3062243771526316750.key) 00:30:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:56 + git semver init 00:30:56 # -> Open(): unable to determine branch for HEAD 00:30:56 # $GIT_DIR = /w/workspace/edgex-go/9/.git 00:30:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 00:30:56 # $SEMVER_REMOTE_NAME = origin 00:30:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:56 # $SEMVER_USER_NAME = edgex-jenkins 00:30:56 # $SEMVER_BRANCH = PR-3113 00:30:56 # $SEMVER_TEMP = /tmp/semver-563367749 00:30:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:28 # '/tmp/semver-563367749' -> '/w/workspace/edgex-go/9/.semver' 00:31:28 # -> Force: false 00:31:28 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 00:31:28 $ docker exec --env ******** --env ******** a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e ssh-agent -k 00:31:29 unset SSH_AUTH_SOCK; 00:31:29 unset SSH_AGENT_PID; 00:31:29 echo Agent pid 52 killed; 00:31:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:29 + git semver [Pipeline] } 00:31:29 $ docker stop --time=1 a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e 00:31:31 $ docker rm -f a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e [Pipeline] // withDockerContainer [Pipeline] sh 00:31:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:32 Stashed 1 file(s) [Pipeline] echo 00:31:32 [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:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:34 + sudo service docker restart 00:31:34 + true 00:31:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:34 ========================================================= 00:31:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:35 + 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:38 Sending build context to Docker daemon 327.5MB 00:31:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:38 Step 2/6 : FROM ${BASE} 00:31:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:38 188c0c94c7c5: Pulling fs layer 00:31:38 0ef7d3d256c8: Pulling fs layer 00:31:38 de9db76c5a1d: Pulling fs layer 00:31:38 bca2f99d35d6: Pulling fs layer 00:31:38 93359f2a8cfa: Pulling fs layer 00:31:38 7c6f9722023f: Pulling fs layer 00:31:38 a35cf1a2eb13: Pulling fs layer 00:31:38 a35cf1a2eb13: Waiting 00:31:38 93359f2a8cfa: Waiting 00:31:38 7c6f9722023f: Waiting 00:31:38 bca2f99d35d6: Waiting 00:31:38 de9db76c5a1d: Download complete 00:31:38 0ef7d3d256c8: Verifying Checksum 00:31:38 0ef7d3d256c8: Download complete 00:31:38 93359f2a8cfa: Verifying Checksum 00:31:38 93359f2a8cfa: Download complete 00:31:38 7c6f9722023f: Verifying Checksum 00:31:38 7c6f9722023f: Download complete 00:31:38 188c0c94c7c5: Download complete 00:31:39 188c0c94c7c5: Pull complete 00:31:39 0ef7d3d256c8: Pull complete 00:31:39 de9db76c5a1d: Pull complete 00:31:40 a35cf1a2eb13: Verifying Checksum 00:31:40 a35cf1a2eb13: Download complete 00:31:41 bca2f99d35d6: Verifying Checksum 00:31:41 bca2f99d35d6: Download complete 00:31:46 bca2f99d35d6: Pull complete 00:31:46 93359f2a8cfa: Pull complete 00:31:46 7c6f9722023f: Pull complete 00:31:48 Still waiting to schedule task 00:31:48 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:52 a35cf1a2eb13: Pull complete 00:31:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:52 ---> a62c8e92a672 00:31:52 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:52 ---> Running in c187624dade8 00:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:55 (1/12) Installing libmagic (5.38-r0) 00:31:56 (2/12) Installing file (5.38-r0) 00:31:56 (3/12) Installing libc-dev (0.7.2-r3) 00:31:56 (4/12) Installing g++ (9.3.0-r2) 00:32:14 (5/12) Installing fortify-headers (1.1-r0) 00:32:14 (6/12) Installing patch (2.7.6-r6) 00:32:14 (7/12) Installing build-base (0.5-r2) 00:32:14 (8/12) Installing libsodium (1.0.18-r0) 00:32:14 (9/12) Installing pkgconf (1.7.2-r0) 00:32:14 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:14 (11/12) Installing libzmq (4.3.3-r0) 00:32:14 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:14 Executing busybox-1.31.1-r19.trigger 00:32:14 OK: 233 MiB in 51 packages 00:32:15 Removing intermediate container c187624dade8 00:32:15 ---> b5932f7c9086 00:32:15 Step 4/6 : WORKDIR /edgex-go 00:32:15 ---> Running in f1b99940a779 00:32:15 Removing intermediate container f1b99940a779 00:32:15 ---> 1a8f44c092e5 00:32:15 Step 5/6 : COPY go.mod . 00:32:16 ---> dd55e3a226e6 00:32:16 Step 6/6 : RUN go mod download 00:32:16 ---> Running in c4b63e5fd87d 00:32:38 Removing intermediate container c4b63e5fd87d 00:32:38 ---> 85235e3f34eb 00:32:38 Successfully built 85235e3f34eb 00:32:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:38 + docker inspect -f . ci-base-image-x86_64 00:32:38 . [Pipeline] withDockerContainer 00:32:38 prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container 00:32:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:39 $ docker top 317aba3dde14d5ba2ee83778fc60c33a53fdff9d969505c75580c4516ce2d011 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:40 + go version 00:32:40 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:40 $ docker stop --time=1 317aba3dde14d5ba2ee83778fc60c33a53fdff9d969505c75580c4516ce2d011 00:32:41 $ docker rm -f 317aba3dde14d5ba2ee83778fc60c33a53fdff9d969505c75580c4516ce2d011 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:42 + docker inspect -f . ci-base-image-x86_64 00:32:42 . [Pipeline] withDockerContainer 00:32:42 prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container 00:32:44 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:45 $ docker top 0a0f20d2f87fc922ee192779beef07739cefca97f0cbf62308c49ac955c2845e -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:45 ========================================================= 00:32:45 [edgeXBuildGoParallel] Running Tests and Build... 00:32:45 ========================================================= [Pipeline] sh 00:32:45 + make test 00:32:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:55 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 46.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.214s coverage: 27.1% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.3% of statements 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.473s coverage: 28.6% of statements 00:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements 00:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 00:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements 00:33:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.458s coverage: 92.8% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 45.5% of statements 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 68.9% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.319s coverage: 84.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.171s coverage: 47.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.080s coverage: 87.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.952s coverage: 29.1% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.075s coverage: 100.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:33:59 GO111MODULE=on go vet ./... 00:34:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25115 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 00:34:05 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 00:34:10 using credential edgex-jenkins-ssh 00:34:11 Cloning the remote Git repository 00:34:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:11 > git init /w/workspace/edgex-go/9 # timeout=10 00:34:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:11 > git --version # timeout=10 00:34:11 > git --version # 'git version 2.17.1' 00:34:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:26 gofmt -l . 00:34:26 [ "`gofmt -l .`" = "" ] 00:34:26 ./bin/test-go-mod-tidy.sh 00:34:26 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:26 + ls -al . 00:34:26 total 688 00:34:26 drwxrwxr-x 10 1001 1001 4096 Feb 5 00:34 . 00:34:26 drwxr-xr-x 4 root root 28 Feb 5 00:32 .. 00:34:26 -rw-rw-r-- 1 1001 1001 11 Feb 5 00:30 .dockerignore 00:34:26 drwxrwxr-x 8 1001 1001 179 Feb 5 00:30 .git 00:34:26 drwxrwxr-x 3 1001 1001 125 Feb 5 00:30 .github 00:34:26 -rw-rw-r-- 1 1001 1001 872 Feb 5 00:30 .gitignore 00:34:26 drwx------ 3 1001 1001 60 Feb 5 00:31 .semver 00:34:26 -rw-rw-r-- 1 1001 1001 166 Feb 5 00:30 .sonarcloud.properties 00:34:26 -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:30 Attribution.txt 00:34:26 -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:30 CONTRIBUTING.md 00:34:26 -rw-rw-r-- 1 1001 1001 931 Feb 5 00:30 Dockerfile.build 00:34:26 -rw-rw-r-- 1 1001 1001 863 Feb 5 00:30 Jenkinsfile 00:34:26 -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:30 LICENSE 00:34:26 -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:30 Makefile 00:34:26 -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:30 README.md 00:34:26 -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:30 SECURITY.md 00:34:26 -rw-rw-r-- 1 1001 1001 5 Feb 5 00:31 VERSION 00:34:26 -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:30 ZMQWindows.md 00:34:26 drwxrwxr-x 2 1001 1001 117 Feb 5 00:30 bin 00:34:26 drwxrwxr-x 15 1001 1001 4096 Feb 5 00:30 cmd 00:34:26 -rw-r--r-- 1 root root 583066 Feb 5 00:33 coverage.out 00:34:26 -rw-r--r-- 1 root root 1054 Feb 5 00:34 go.mod 00:34:26 -rw-r--r-- 1 root root 19290 Feb 5 00:34 go.sum 00:34:26 drwxrwxr-x 8 1001 1001 127 Feb 5 00:30 internal 00:34:26 drwxrwxr-x 4 1001 1001 26 Feb 5 00:30 openapi 00:34:26 drwxrwxr-x 4 1001 1001 71 Feb 5 00:30 snap 00:34:26 -rw-rw-r-- 1 1001 1001 168 Feb 5 00:30 version.go [Pipeline] sh 00:34:27 + '[' -e coverage.out ] 00:34:27 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:27 Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 00:34:27 Stashed 1 file(s) [Pipeline] sh 00:34:27 + make build 00:34:27 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:34:27 Merge succeeded, producing 7549c89d17beb97e43990159ce8bc0472bdafc24 00:34:27 Checking out Revision 7549c89d17beb97e43990159ce8bc0472bdafc24 (PR-3113) 00:34:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:27 > git config core.sparsecheckout # timeout=10 00:34:27 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 00:34:27 > git remote # timeout=10 00:34:27 > git config --get remote.origin.url # timeout=10 00:34:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:27 > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 00:34:27 > git rev-parse HEAD^{commit} # timeout=10 00:34:27 > git config core.sparsecheckout # timeout=10 00:34:28 > git checkout -f 7549c89d17beb97e43990159ce8bc0472bdafc24 # timeout=10 00:34:30 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:34:32 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" 00:34:32 > git rev-list --no-walk eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:36 + + sudotrue service 00:34:36 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:38 provisioning config files... 00:34:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config381978806824754719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34: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:34:39 ---> docker-login.sh 00:34:39 nexus3.edgexfoundry.org:10001 00:34:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:40 Configure a credential helper to remove this warning. See 00:34:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:40 00:34:40 Login Succeeded 00:34:40 nexus3.edgexfoundry.org:10002 00:34:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:41 Configure a credential helper to remove this warning. See 00:34:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:41 00:34:41 Login Succeeded 00:34:41 nexus3.edgexfoundry.org:10003 00:34:41 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:34:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:41 Configure a credential helper to remove this warning. See 00:34:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:41 00:34:41 Login Succeeded 00:34:41 nexus3.edgexfoundry.org:10004 00:34:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:42 Configure a credential helper to remove this warning. See 00:34:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:42 00:34:42 Login Succeeded 00:34:42 docker.io 00:34:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:42 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:34:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:42 Configure a credential helper to remove this warning. See 00:34:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:42 00:34:42 Login Succeeded 00:34:42 ---> docker-login.sh ends [Pipeline] } 00:34:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:34:42 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 [Pipeline] echo 00:34:43 ========================================================= 00:34:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34: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:34:44 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:34:46 Sending build context to Docker daemon 166.1MB 00:34:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:46 Step 2/6 : FROM ${BASE} 00:34:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:46 5f621e34cdf4: Pulling fs layer 00:34:46 a4357932f1b6: Pulling fs layer 00:34:46 18c013af1878: Pulling fs layer 00:34:46 00ac8860ef70: Pulling fs layer 00:34:46 63d7cb157983: Pulling fs layer 00:34:46 b116817d02f9: Pulling fs layer 00:34:46 745a02a5169b: Pulling fs layer 00:34:46 00ac8860ef70: Waiting 00:34:46 63d7cb157983: Waiting 00:34:46 b116817d02f9: Waiting 00:34:46 745a02a5169b: Waiting 00:34:46 18c013af1878: Verifying Checksum 00:34:46 18c013af1878: Download complete 00:34:46 a4357932f1b6: Verifying Checksum 00:34:46 a4357932f1b6: Download complete 00:34:46 63d7cb157983: Verifying Checksum 00:34:46 63d7cb157983: Download complete 00:34:46 b116817d02f9: Download complete 00:34:46 5f621e34cdf4: Verifying Checksum 00:34:46 5f621e34cdf4: Download complete 00:34:46 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:34:46 5f621e34cdf4: Pull complete 00:34:47 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:34:47 a4357932f1b6: Pull complete 00:34:47 18c013af1878: Pull complete 00:34:48 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:34:48 745a02a5169b: Verifying Checksum 00:34:48 745a02a5169b: Download complete 00:34:49 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:34:49 00ac8860ef70: Verifying Checksum 00:34:49 00ac8860ef70: Download complete 00:34:50 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:34:51 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:34:53 $ docker stop --time=1 0a0f20d2f87fc922ee192779beef07739cefca97f0cbf62308c49ac955c2845e 00:34:55 $ docker rm -f 0a0f20d2f87fc922ee192779beef07739cefca97f0cbf62308c49ac955c2845e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:56 00:34:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:57 latest: Pulling from edgex-devops/edgex-compose 00:34:57 cbdbe7a5bc2a: Pulling fs layer 00:34:57 ca9280d653b3: Pulling fs layer 00:34:57 7e9c9ca2126c: Pulling fs layer 00:34:57 cbdbe7a5bc2a: Verifying Checksum 00:34:57 cbdbe7a5bc2a: Download complete 00:34:58 cbdbe7a5bc2a: Pull complete 00:34:58 ca9280d653b3: Verifying Checksum 00:34:58 ca9280d653b3: Download complete 00:34:59 7e9c9ca2126c: Verifying Checksum 00:34:59 7e9c9ca2126c: Download complete 00:35:00 ca9280d653b3: Pull complete 00:35:02 00ac8860ef70: Pull complete 00:35:02 63d7cb157983: Pull complete 00:35:02 b116817d02f9: Pull complete 00:35:04 745a02a5169b: Pull complete 00:35:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:04 ---> b7e6874047d6 00:35:04 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:35:06 7e9c9ca2126c: Pull complete 00:35:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:06 prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container 00:35:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:08 ---> Running in 482634f0bb2a 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:09 $ docker top 5a9b2224aee0980d09280de7fac46c3d166a946258a48a1ae81cb76a63109b29 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:10 + docker-compose build --help 00:35:10 + grep parallel 00:35:11 (1/12) Installing libmagic (5.38-r0) 00:35:11 --parallel Build images in parallel. [Pipeline] } 00:35:11 $ docker stop --time=1 5a9b2224aee0980d09280de7fac46c3d166a946258a48a1ae81cb76a63109b29 00:35:12 (2/12) Installing file (5.38-r0) 00:35:12 (3/12) Installing libc-dev (0.7.2-r3) 00:35:12 (4/12) Installing g++ (9.3.0-r2) 00:35:13 $ docker rm -f 5a9b2224aee0980d09280de7fac46c3d166a946258a48a1ae81cb76a63109b29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:13 . [Pipeline] withDockerContainer 00:35:13 prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container 00:35:13 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:14 $ docker top b06e01df95311f8dd28fc7322aba7df66f7fe0a38eaef15c300071fa31633975 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:15 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:16 Building docker-core-command-go ... 00:35:16 Building docker-core-data-go ... 00:35:16 Building docker-core-metadata-go ... 00:35:16 Building docker-security-bootstrapper-go ... 00:35:16 Building docker-security-proxy-setup-go ... 00:35:16 Building docker-security-secretstore-setup-go ... 00:35:16 Building docker-support-notifications-go ... 00:35:16 Building docker-support-scheduler-go ... 00:35:16 Building docker-sys-mgmt-agent-go ... 00:35:16 Building docker-support-scheduler-go 00:35:16 Building docker-security-proxy-setup-go 00:35:16 Building docker-core-metadata-go 00:35:16 Building docker-core-command-go 00:35:16 Building docker-security-secretstore-setup-go 00:35:24 (5/12) Installing fortify-headers (1.1-r0) 00:35:24 (6/12) Installing patch (2.7.6-r6) 00:35:24 (7/12) Installing build-base (0.5-r2) 00:35:24 (8/12) Installing libsodium (1.0.18-r0) 00:35:24 (9/12) Installing pkgconf (1.7.2-r0) 00:35:24 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:24 (11/12) Installing libzmq (4.3.3-r0) 00:35:24 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:24 Executing busybox-1.31.1-r19.trigger 00:35:24 OK: 217 MiB in 51 packages 00:35:27 Removing intermediate container 482634f0bb2a 00:35:27 ---> 1d94368d17aa 00:35:27 Step 4/6 : WORKDIR /edgex-go 00:35:27 ---> Running in fc10a87539eb 00:35:28 Removing intermediate container fc10a87539eb 00:35:28 ---> e3e24a3e4991 00:35:28 Step 5/6 : COPY go.mod . 00:35:28 ---> 8762f7b5f768 00:35:28 Step 6/6 : RUN go mod download 00:35:28 ---> Running in 8527ea04fe03 00:35:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> 85235e3f34eb 00:35:54 Step 3/24 : WORKDIR /edgex-go 00:35:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> 85235e3f34eb 00:35:54 Step 3/21 : WORKDIR /edgex-go 00:35:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> 85235e3f34eb 00:35:54 Step 3/23 : WORKDIR /edgex-go 00:35:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> 85235e3f34eb 00:35:54 Step 3/23 : WORKDIR /edgex-go 00:35:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> 85235e3f34eb 00:35:54 Step 3/22 : WORKDIR /edgex-go 00:35:54 ---> Running in 86d2614bbb3b 00:35:54 ---> Running in eab28568a0e0 00:35:54 ---> Running in 54332a25305a 00:35:54 ---> Running in cf87908b76d1 00:35:54 ---> Running in 549d9af86485 00:35:54 Removing intermediate container 54332a25305a 00:35:54 ---> c090d3edada8 00:35:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container 549d9af86485 00:35:54 ---> 7a91959e0515 00:35:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container 86d2614bbb3b 00:35:54 ---> 5ee11eac7917 00:35:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container eab28568a0e0 00:35:54 ---> 0e6b060a30d1 00:35:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container cf87908b76d1 00:35:54 ---> e3dca4f25cca 00:35:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 ---> Running in 5309571c72fb 00:35:54 ---> Running in 5d5c6f7127e0 00:35:54 ---> Running in e69007c82e17 00:35:54 ---> Running in ec67ec0365f7 00:35:54 ---> Running in e81959de7bc9 00:35:54 Removing intermediate container 5309571c72fb 00:35:54 ---> d48deb9c62a1 00:35:54 Step 5/22 : RUN apk add --update --no-cache make git 00:35:54 Removing intermediate container e69007c82e17 00:35:54 ---> 18b15d35e840 00:35:54 Step 5/23 : RUN apk add --update --no-cache make git 00:35:54 Removing intermediate container 5d5c6f7127e0 00:35:54 ---> f86ebcabc01b 00:35:54 Step 5/24 : RUN apk add --update --no-cache make git 00:35:54 ---> Running in 0dca26ad9114 00:35:54 ---> Running in afc295fba889 00:35:54 Removing intermediate container e81959de7bc9 00:35:54 ---> 22f9eac56b9d 00:35:54 Step 5/23 : RUN apk add --update --no-cache make git 00:35:54 ---> Running in 910d41542ddc 00:35:54 Removing intermediate container ec67ec0365f7 00:35:54 ---> 5487b1b6d94a 00:35:54 Step 5/21 : RUN apk add --update --no-cache make git 00:35:54 ---> Running in 48f4c8105e15 00:35:54 ---> Running in b32534edc3e6 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:55 Removing intermediate container 8527ea04fe03 00:35:55 ---> bc35cd933c9e 00:35:55 Successfully built bc35cd933c9e 00:35:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:56 + docker inspect -f . ci-base-image-arm64 00:35:56 . [Pipeline] withDockerContainer 00:35:56 prd-ubuntu18.04-docker-arm64-4c-16g-25115 does not seem to be running inside a container 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:35:57 OK: 233 MiB in 51 packages 00:35:57 OK: 233 MiB in 51 packages 00:35:57 OK: 233 MiB in 51 packages 00:35:57 OK: 233 MiB in 51 packages 00:35:57 OK: 233 MiB in 51 packages 00:35:57 Removing intermediate container 0dca26ad9114 00:35:57 ---> a75fa7c8b50d 00:35:57 Step 6/22 : COPY go.mod . 00:35:57 $ docker top 134ff1bf0257d4848570112ed08211f661d0ae755a3ce3862625d40ad49bd502 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:58 ---> 92fae2281786 00:35:58 Step 7/22 : RUN go mod download 00:35:58 Removing intermediate container afc295fba889 00:35:58 ---> d10ae6d4bde7 00:35:58 Step 6/23 : COPY go.mod . 00:35:58 ---> Running in ff1be557827e 00:35:58 Removing intermediate container 910d41542ddc 00:35:58 ---> 2cb1b4adc299 00:35:58 Step 6/24 : COPY go.mod . 00:35:58 + go version 00:35:58 go version go1.15.5 linux/arm64 [Pipeline] } 00:35:58 $ docker stop --time=1 134ff1bf0257d4848570112ed08211f661d0ae755a3ce3862625d40ad49bd502 00:35:59 Removing intermediate container 48f4c8105e15 00:35:59 ---> a9b708c66be2 00:35:59 Step 6/23 : COPY go.mod . 00:35:59 Removing intermediate container b32534edc3e6 00:35:59 ---> 48bac25adeef 00:35:59 Step 6/21 : COPY go.mod . 00:35:59 ---> bb20279e17e1 00:35:59 Step 7/23 : RUN go mod download 00:35:59 ---> 1e2f577e842d 00:35:59 Step 7/24 : RUN go mod download 00:35:59 ---> Running in ab249b2ff481 00:36:00 ---> Running in 028c46522c2e 00:36:00 ---> fe2da57c8759 00:36:00 Step 7/21 : RUN go mod download 00:36:00 ---> 230a76f5aca7 00:36:00 Step 7/23 : RUN go mod download 00:36:00 ---> Running in 9cd453bf5e46 00:36:00 ---> Running in 440ff9976f80 00:36:00 $ docker rm -f 134ff1bf0257d4848570112ed08211f661d0ae755a3ce3862625d40ad49bd502 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:01 Removing intermediate container ab249b2ff481 00:36:01 ---> ed6d0d0dd13e 00:36:01 Step 8/23 : COPY . . 00:36:01 + docker inspect -f . ci-base-image-arm64 00:36:01 . [Pipeline] withDockerContainer 00:36:01 Removing intermediate container ff1be557827e 00:36:01 ---> 0b66d1443c03 00:36:01 Step 8/22 : COPY . . 00:36:02 prd-ubuntu18.04-docker-arm64-4c-16g-25115 does not seem to be running inside a container 00:36:02 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:36:02 Removing intermediate container 028c46522c2e 00:36:02 ---> 01e806cb529f 00:36:02 Step 8/24 : COPY . . 00:36:03 $ docker top c2015c4693862b21c6ab2e65325527636f370bfb5a0c92a7b2cff795597618b0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:04 ========================================================= 00:36:04 [edgeXBuildGoParallel] Running Tests and Build... 00:36:04 ========================================================= [Pipeline] sh 00:36:04 + make test 00:36:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:05 Removing intermediate container 9cd453bf5e46 00:36:05 ---> 8886acc3f218 00:36:05 Step 8/23 : COPY . . 00:36:06 Removing intermediate container 440ff9976f80 00:36:06 ---> 3542d0ca4637 00:36:06 Step 8/21 : COPY . . 00:36:27 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:46 ---> 64f2bccb9ab7 00:36:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:36:46 ---> Running in 8432e7390ea0 00:36:46 ---> 9b81a9a67862 00:36:46 Step 9/23 : RUN make cmd/core-command/core-command 00:36:46 ---> 4af003d9b823 00:36:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:46 ---> 4c40ce5e68b7 00:36:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:46 ---> 1d03b487db9a 00:36:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:46 ---> Running in c27247b33907 00:36:46 ---> Running in abc6d8b825c3 00:36:46 ---> Running in 2b16273a73f2 00:36:46 ---> Running in 2065c92ac474 00:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:46 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:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:46 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:36:46 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:12 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:37:12 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:37:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:25 Removing intermediate container c27247b33907 00:37:25 ---> b61c7543e2a5 00:37:25 00:37:25 Step 10/24 : FROM alpine:3.12 00:37:25 Removing intermediate container 2b16273a73f2 00:37:25 ---> b270d91afe06 00:37:25 00:37:25 Step 10/21 : FROM alpine:3.12 00:37:25 3.12: Pulling from library/alpine 00:37:25 3.12: Pulling from library/alpine 00:37:25 Removing intermediate container abc6d8b825c3 00:37:25 ---> 744f10204337 00:37:25 00:37:25 Step 10/22 : FROM alpine:3.12 00:37:25 3.12: Pulling from library/alpine 00:37:25 Removing intermediate container 2065c92ac474 00:37:25 ---> 3e47f83333b9 00:37:25 00:37:25 Step 10/23 : FROM alpine:3.12 00:37:25 3.12: Pulling from library/alpine 00:37:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:25 Status: Downloaded newer image for alpine:3.12 00:37:25 Status: Image is up to date for alpine:3.12 00:37:25 ---> 389fef711851 00:37:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:25 Status: Image is up to date for alpine:3.12 00:37:25 ---> 389fef711851 00:37:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:25 ---> 389fef711851 00:37:25 Step 11/21 : RUN apk add --update --no-cache curl 00:37:25 Removing intermediate container 8432e7390ea0 00:37:25 ---> 7041c506d8dd 00:37:25 00:37:25 Step 10/23 : FROM alpine:3.12 00:37:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:25 Status: Image is up to date for alpine:3.12 00:37:25 ---> 389fef711851 00:37:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:25 ---> 389fef711851 00:37:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:25 ---> Running in cac84d8fdcf9 00:37:25 ---> Running in 66815e3515c5 00:37:25 ---> Running in deb39aa3d65e 00:37:25 ---> Running in e92fa99e72af 00:37:25 ---> Running in 9ea519d1f1d2 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:27 (1/1) Installing dumb-init (1.2.2-r1) 00:37:27 Executing busybox-1.31.1-r19.trigger 00:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:27 OK: 6 MiB in 15 packages 00:37:27 (1/1) Installing dumb-init (1.2.2-r1) 00:37:27 Executing busybox-1.31.1-r19.trigger 00:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:27 OK: 6 MiB in 15 packages 00:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:27 (1/4) Installing ca-certificates (20191127-r4) 00:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:27 (3/4) Installing libcurl (7.69.1-r3) 00:37:27 (4/4) Installing curl (7.69.1-r3) 00:37:27 Executing busybox-1.31.1-r19.trigger 00:37:27 Executing ca-certificates-20191127-r4.trigger 00:37:27 OK: 7 MiB in 18 packages 00:37:27 (1/1) Installing dumb-init (1.2.2-r1) 00:37:27 Executing busybox-1.31.1-r19.trigger 00:37:27 OK: 6 MiB in 15 packages 00:37:27 (1/5) Installing ca-certificates (20191127-r4) 00:37:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:27 (3/5) Installing libcurl (7.69.1-r3) 00:37:27 (4/5) Installing curl (7.69.1-r3) 00:37:27 (5/5) Installing dumb-init (1.2.2-r1) 00:37:27 Executing busybox-1.31.1-r19.trigger 00:37:28 Executing ca-certificates-20191127-r4.trigger 00:37:28 OK: 7 MiB in 19 packages 00:37:29 Removing intermediate container 66815e3515c5 00:37:29 ---> f30e3c35e9e2 00:37:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:29 Removing intermediate container cac84d8fdcf9 00:37:29 ---> 510594d46b7c 00:37:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:30 ---> Running in ffdbaef87cf0 00:37:30 ---> Running in 46a7829d0da1 00:37:30 Removing intermediate container deb39aa3d65e 00:37:30 ---> 1bf76526933b 00:37:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:30 Removing intermediate container 9ea519d1f1d2 00:37:30 ---> 8734714837da 00:37:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:30 ---> Running in 450b3bff377d 00:37:30 ---> Running in b09ca661d4ca 00:37:30 Removing intermediate container e92fa99e72af 00:37:30 ---> c350c0d7da3d 00:37:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:30 Removing intermediate container 46a7829d0da1 00:37:30 ---> 945f1eee49d1 00:37:30 Step 13/23 : ENV APP_PORT=48082 00:37:30 Removing intermediate container ffdbaef87cf0 00:37:30 ---> 156342f01b0e 00:37:30 Step 13/22 : ENV APP_PORT=48085 00:37:30 ---> Running in 3aa469191a31 00:37:30 ---> Running in fc8e6f0ecb1e 00:37:30 ---> Running in a2ffcd691c33 00:37:31 Removing intermediate container 450b3bff377d 00:37:31 ---> fec06f0fe648 00:37:31 Step 13/24 : WORKDIR / 00:37:31 Removing intermediate container b09ca661d4ca 00:37:31 ---> 12a9080d4f03 00:37:31 Step 13/21 : WORKDIR /edgex 00:37:31 ---> Running in 6e971d985599 00:37:31 Removing intermediate container 3aa469191a31 00:37:31 ---> b3e508faca5b 00:37:31 Step 13/23 : ENV APP_PORT=48081 00:37:31 Removing intermediate container fc8e6f0ecb1e 00:37:31 ---> 028c9207a843 00:37:31 Step 14/22 : EXPOSE $APP_PORT 00:37:31 ---> Running in 8202b6b2e5fb 00:37:31 Removing intermediate container a2ffcd691c33 00:37:31 ---> e62794632802 00:37:31 Step 14/23 : EXPOSE $APP_PORT 00:37:31 ---> Running in 4f5525f10b10 00:37:31 ---> Running in a64616db0b7d 00:37:31 ---> Running in eddf7d120493 00:37:31 Removing intermediate container 6e971d985599 00:37:31 ---> b921cdc3a93f 00:37:31 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:37:31 Removing intermediate container 8202b6b2e5fb 00:37:31 ---> 740f9e551884 00:37:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:32 Removing intermediate container a64616db0b7d 00:37:32 ---> a508e69d0911 00:37:32 Step 14/23 : EXPOSE $APP_PORT 00:37:32 Removing intermediate container 4f5525f10b10 00:37:32 ---> 332edac46c3f 00:37:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:32 Removing intermediate container eddf7d120493 00:37:32 ---> 17b4b9785b65 00:37:32 Step 15/23 : WORKDIR / 00:37:32 ---> Running in 0598994db30f 00:37:32 ---> Running in 1bbb437838ff 00:37:32 ---> cfcc9c127ed7 00:37:32 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:37:32 ---> 26674d4a3606 00:37:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:32 ---> 468e9518afb7 00:37:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:32 Removing intermediate container 0598994db30f 00:37:32 ---> 88afc43b827f 00:37:32 Step 15/23 : WORKDIR / 00:37:32 Removing intermediate container 1bbb437838ff 00:37:32 ---> 44b8c6ec4d87 00:37:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:32 ---> Running in d0f3e207eac9 00:37:32 ---> ee6a2997c6d8 00:37:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:33 Removing intermediate container d0f3e207eac9 00:37:33 ---> bf18ef67e22b 00:37:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:33 ---> 994ebe9521af 00:37:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:33 ---> 30d63739ab8a 00:37:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:33 ---> 2e701080a457 00:37:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:33 ---> b60d99acfff0 00:37:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:33 ---> e86234e7bdbf 00:37:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:34 ---> aadc22919e80 00:37:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:34 ---> 071d0cd76454 00:37:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:34 ---> Running in 5f7956bc4789 00:37:34 ---> 1043b39ca989 00:37:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:34 ---> 74fd0a3c8eab 00:37:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:34 ---> Running in 67bfd0a01f77 00:37:34 ---> 412954c0c27a 00:37:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:34 Removing intermediate container 5f7956bc4789 00:37:34 ---> c440e57314d1 00:37:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:34 ---> Running in acc2585f60f4 00:37:34 Removing intermediate container 67bfd0a01f77 00:37:34 ---> ee0a3f9f6dd8 00:37:34 Step 18/21 : CMD ["--init=true"] 00:37:34 ---> ce47123e7ecf 00:37:34 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:34 ---> ec9e001faaff 00:37:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:35 ---> Running in ad4693268b49 00:37:35 ---> 1d6e36a02768 00:37:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:35 ---> Running in 7366909bd1cd 00:37:35 ---> Running in 986674d76001 00:37:35 Removing intermediate container acc2585f60f4 00:37:35 ---> 6db157af583b 00:37:35 Step 20/22 : LABEL arch=x86_64 00:37:35 Removing intermediate container ad4693268b49 00:37:35 ---> 20c0f8abbdb6 00:37:35 Step 19/21 : LABEL arch=x86_64 00:37:35 ---> Running in 7a1f584c5f9c 00:37:35 ---> dc6a6bdba61d 00:37:35 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:37:35 ---> Running in 0869c876ad91 00:37:35 ---> Running in dd1437f3f3b9 00:37:35 Removing intermediate container 7366909bd1cd 00:37:35 ---> 3d52a34c5e74 00:37:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:35 Removing intermediate container 986674d76001 00:37:35 ---> 15f919b9cba1 00:37:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:35 ---> Running in a81a340871fd 00:37:35 Removing intermediate container 7a1f584c5f9c 00:37:35 ---> bfa4d57ac4a1 00:37:35 Step 21/22 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:37:36 ---> Running in 637a509af8cf 00:37:36 ---> Running in 98145e44f5f0 00:37:36 Removing intermediate container 0869c876ad91 00:37:36 ---> e4096a01682a 00:37:36 Step 20/21 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:37:36 Removing intermediate container a81a340871fd 00:37:36 ---> fbf767047bc5 00:37:36 Step 21/23 : LABEL arch=x86_64 00:37:36 ---> Running in 1f800e9d3a40 00:37:36 ---> Running in 690d5069c93e 00:37:36 Removing intermediate container 637a509af8cf 00:37:36 ---> 2164cae0264d 00:37:36 Step 21/23 : LABEL arch=x86_64 00:37:36 Removing intermediate container 98145e44f5f0 00:37:36 ---> 08279bc93890 00:37:36 Step 22/22 : LABEL version=0.0.0 00:37:36 Removing intermediate container 1f800e9d3a40 00:37:36 ---> d527ef526a23 00:37:36 Step 21/21 : LABEL version=0.0.0 00:37:36 ---> Running in 63f11bcbdcf4 00:37:36 ---> Running in 5aeeda1a4644 00:37:36 Removing intermediate container 690d5069c93e 00:37:36 ---> b3cf24014c1c 00:37:36 Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:37:36 ---> Running in 5c35d671b5a6 00:37:37 ---> Running in e85b3963b442 00:37:37 Removing intermediate container 63f11bcbdcf4 00:37:37 ---> 9844c1d5b2bb 00:37:37 00:37:37 Removing intermediate container 5aeeda1a4644 00:37:37 ---> bd2621e4f74b 00:37:37 Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:37:37 Removing intermediate container 5c35d671b5a6 00:37:37 ---> ec5d9d56f670 00:37:37 00:37:37 ---> Running in 3265b3869b91 00:37:37 Successfully built 9844c1d5b2bb 00:37:37 Removing intermediate container e85b3963b442 00:37:37 ---> 2feac62508e8 00:37:37 Step 23/23 : LABEL version=0.0.0 00:37:37 Removing intermediate container dd1437f3f3b9 00:37:37 ---> c52bfa853064 00:37:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:37 Successfully tagged docker-support-scheduler-go:latest 00:37:37 Building docker-core-data-go 00:37:37  Building docker-support-scheduler-go ... done Successfully built ec5d9d56f670 00:37:37 Successfully tagged docker-security-proxy-setup-go:latest 00:37:37  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 00:37:37 ---> Running in 299c452c0f77 00:37:37 ---> Running in 307c279e3d74 00:37:37 Removing intermediate container 3265b3869b91 00:37:37 ---> 20e88c3a025c 00:37:37 Step 23/23 : LABEL version=0.0.0 00:37:37 ---> Running in 89854944e1f2 00:37:37 Removing intermediate container 299c452c0f77 00:37:37 ---> ed5dafe2f011 00:37:37 00:37:38 Removing intermediate container 307c279e3d74 00:37:38 ---> 4ab9be16e529 00:37:38 Step 22/24 : LABEL arch=x86_64 00:37:38 Successfully built ed5dafe2f011 00:37:38 Successfully tagged docker-core-metadata-go:latest 00:37:38  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:37:38 ---> Running in b6d5c0c17b50 00:37:38 Removing intermediate container 89854944e1f2 00:37:38 ---> 0220c653ed7e 00:37:38 00:37:38 Successfully built 0220c653ed7e 00:37:38 Successfully tagged docker-core-command-go:latest 00:37:38  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 00:37:38 Removing intermediate container b6d5c0c17b50 00:37:38 ---> ab7443d771ac 00:37:38 Step 23/24 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:37:38 ---> Running in f488f6b8de51 00:37:38 Removing intermediate container f488f6b8de51 00:37:38 ---> 283c62c2edd9 00:37:38 Step 24/24 : LABEL version=0.0.0 00:37:39 ---> Running in 2e061e76c909 00:37:39 Removing intermediate container 2e061e76c909 00:37:39 ---> a156ed7a984a 00:37:39 00:37:39 Successfully built a156ed7a984a 00:37:39 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 46.0% of statements 00:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.219s coverage: 65.8% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.689s coverage: 82.3% of statements 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:06  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> 85235e3f34eb 00:38:06 Step 3/22 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> e3dca4f25cca 00:38:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> 22f9eac56b9d 00:38:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:38:06 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> 85235e3f34eb 00:38:06 Step 3/31 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> e3dca4f25cca 00:38:06 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> 22f9eac56b9d 00:38:06 Step 5/31 : RUN apk add --update --no-cache make git 00:38:06 ---> Using cache 00:38:06 ---> a9b708c66be2 00:38:06 Step 6/31 : COPY go.mod . 00:38:06 ---> Using cache 00:38:06 ---> 230a76f5aca7 00:38:06 Step 7/31 : RUN go mod download 00:38:06 ---> Using cache 00:38:06 ---> 8886acc3f218 00:38:06 Step 8/31 : COPY . . 00:38:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> 85235e3f34eb 00:38:06 Step 3/26 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> e3dca4f25cca 00:38:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> 22f9eac56b9d 00:38:06 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:06 ---> 85235e3f34eb 00:38:06 Step 3/23 : WORKDIR /edgex-go 00:38:06 ---> Using cache 00:38:06 ---> e3dca4f25cca 00:38:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Using cache 00:38:06 ---> 22f9eac56b9d 00:38:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:06 ---> Using cache 00:38:06 ---> 9b81a9a67862 00:38:06 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.196s coverage: 28.6% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.330s coverage: 86.7% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:06 ---> Running in 1707999e5fdb 00:38:06 ---> Running in de7e51ed88f1 00:38:06 ---> Running in cac3142fbe41 00:38:06 ---> Running in 7e4e78f38368 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 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:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.202s coverage: 78.3% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:10 OK: 233 MiB in 51 packages 00:38:10 OK: 233 MiB in 51 packages 00:38:10 OK: 233 MiB in 51 packages 00:38:12 Removing intermediate container de7e51ed88f1 00:38:12 ---> dc2d4b149f9a 00:38:12 Step 6/26 : COPY go.mod . 00:38:12 Removing intermediate container cac3142fbe41 00:38:12 ---> 78c750867e80 00:38:12 Step 6/23 : COPY go.mod . 00:38:12 Removing intermediate container 1707999e5fdb 00:38:12 ---> 22441ac11a9d 00:38:12 Step 6/22 : COPY go.mod . 00:38:12 ---> 12eee0c58e1b 00:38:12 Step 7/26 : RUN go mod download 00:38:12 ---> 4dccf6787bc1 00:38:12 Step 7/23 : RUN go mod download 00:38:12 ---> Running in 9521e14e644d 00:38:12 ---> de9c798e9386 00:38:12 Step 7/22 : RUN go mod download 00:38:12 ---> Running in fd88ff4e8a34 00:38:12 ---> Running in df0ebf38c149 00:38:14 Removing intermediate container 9521e14e644d 00:38:14 ---> cc1d22634181 00:38:14 Step 8/26 : COPY . . 00:38:14 Removing intermediate container df0ebf38c149 00:38:14 ---> 570bfaa99f95 00:38:14 Step 8/22 : COPY . . 00:38:15 Removing intermediate container fd88ff4e8a34 00:38:15 ---> f1e8ddc5c5a3 00:38:15 Step 8/23 : COPY . . 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 0.1% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 45.5% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.096s coverage: 79.5% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.115s coverage: 96.3% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 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 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.124s coverage: 84.2% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.4% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 63.5% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.742s coverage: 68.9% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.335s coverage: 37.0% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.558s coverage: 84.0% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements 00:38:45 ---> bc7509980928 00:38:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:38:46 Removing intermediate container 7e4e78f38368 00:38:46 ---> 8c8de973e4b6 00:38:46 00:38:46 Step 10/31 : FROM alpine:3.12 00:38:46 ---> 389fef711851 00:38:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:46 ---> 19eb927117f8 00:38:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:46 ---> Running in 5cbef6d50449 00:38:46 ---> Running in 2627d164d6fe 00:38:46 ---> Running in fdf0c1ae4aeb 00:38:46 ---> 5ae14536c8e7 00:38:46 Step 9/23 : RUN make cmd/core-data/core-data 00:38:47 ---> Running in 0b3ac867428c 00:38:47 Removing intermediate container 2627d164d6fe 00:38:47 ---> 3b5bd4e93823 00:38:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:38:47 ---> Running in e2cf9a1c6776 00:38:47 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:38:47 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:38:48 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:38:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:48 (1/2) Installing dumb-init (1.2.2-r1) 00:38:48 (2/2) Installing su-exec (0.2-r1) 00:38:48 Executing busybox-1.31.1-r19.trigger 00:38:48 OK: 6 MiB in 16 packages 00:38:49 Removing intermediate container e2cf9a1c6776 00:38:49 ---> af4cd4c360b0 00:38:49 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:38:50 ---> Running in 239c12dd3eed 00:38:50 Removing intermediate container 239c12dd3eed 00:38:50 ---> 91fffc9a8fa6 00:38:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:50 ---> Running in d9501cb186d8 00:38:51 Removing intermediate container d9501cb186d8 00:38:51 ---> 0e032692b3c1 00:38:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:51 ---> Running in 9f8c992f9cba 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.268s coverage: 87.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:38:53 Removing intermediate container 9f8c992f9cba 00:38:53 ---> a098276ad5db 00:38:53 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:38:53 ---> Running in 9b9a8038c177 00:38:54 Removing intermediate container 9b9a8038c177 00:38:54 ---> 0f7ba51479ed 00:38:54 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:55 ---> 446be9cfb65d 00:38:55 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:55 ---> Running in d390cbb7c54a 00:38:58 Removing intermediate container d390cbb7c54a 00:38:58 ---> e3e1c9f81804 00:38:58 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:58 ---> f59f275cf1a0 00:38:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:59 ---> 73b358f4a8fd 00:38:59 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.153s coverage: 29.1% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.227s coverage: 99.0% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.121s coverage: 100.0% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.194s coverage: 100.0% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 00:39:00 ---> aa824175a460 00:39:00 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:39:00 ---> 8587b7a62931 00:39:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:01 GO111MODULE=on go vet ./... 00:39:01 ---> 29e77eeffb20 00:39:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:02 ---> Running in 1da0c79e6246 00:39:02 Removing intermediate container 1da0c79e6246 00:39:02 ---> 503ae1eb9d63 00:39:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:03 ---> 276f8e2e6234 00:39:03 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:03 ---> Running in 61e359449a98 00:39:05 Removing intermediate container 61e359449a98 00:39:05 ---> 3e3b16745d5f 00:39:05 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:05 ---> Running in dbdc1cd9a7c3 00:39:06 Removing intermediate container dbdc1cd9a7c3 00:39:06 ---> 7e7bcb439403 00:39:06 Step 28/31 : CMD ["gate"] 00:39:06 ---> Running in 6a10066ce115 00:39:07 Removing intermediate container 6a10066ce115 00:39:07 ---> 57d81dbd4065 00:39:07 Step 29/31 : LABEL arch=x86_64 00:39:07 ---> Running in 3f4ffb53a852 00:39:08 Removing intermediate container 3f4ffb53a852 00:39:08 ---> 1ad41e1fce5e 00:39:08 Step 30/31 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:39:08 ---> Running in a3a9f45cfb99 00:39:08 Removing intermediate container a3a9f45cfb99 00:39:08 ---> 15f2bfbb02c7 00:39:08 Step 31/31 : LABEL version=0.0.0 00:39:08 ---> Running in 6a0770a870e5 00:39:09 Removing intermediate container 6a0770a870e5 00:39:09 ---> e00badd5efcb 00:39:09 00:39:09 Successfully built e00badd5efcb 00:39:10 Successfully tagged docker-security-bootstrapper-go:latest 00:39:13  Building docker-security-bootstrapper-go ... done Removing intermediate container fdf0c1ae4aeb 00:39:13 ---> b45700d96ba6 00:39:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:13 ---> Running in 0e2018667810 00:39:14 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:39:17 Removing intermediate container 5cbef6d50449 00:39:17 ---> 46a45f5dcc52 00:39:17 00:39:17 Step 10/22 : FROM alpine:3.12 00:39:17 ---> 389fef711851 00:39:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:39:17 ---> Running in 640648ed2ab8 00:39:17 Removing intermediate container 0e2018667810 00:39:17 ---> e6acf665ed3c 00:39:17 00:39:17 Step 11/26 : FROM docker:20.10.0 00:39:17 20.10.0: Pulling from library/docker 00:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:19 Removing intermediate container 0b3ac867428c 00:39:19 ---> 4447b2adb178 00:39:19 00:39:19 Step 10/23 : FROM alpine:3.12 00:39:19 ---> 389fef711851 00:39:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:19 (1/2) Installing ca-certificates (20191127-r4) 00:39:19 (2/2) Installing dumb-init (1.2.2-r1) 00:39:19 Executing busybox-1.31.1-r19.trigger 00:39:19 Executing ca-certificates-20191127-r4.trigger 00:39:20 OK: 6 MiB in 16 packages 00:39:20 ---> Running in 11b0327c735e 00:39:21 Removing intermediate container 11b0327c735e 00:39:21 ---> a6e8506531bc 00:39:21 Step 12/23 : ENV APP_PORT=48080 00:39:21 ---> Running in b08f5d364247 00:39:21 Removing intermediate container 640648ed2ab8 00:39:21 ---> c1e2513ec5b5 00:39:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:21 Removing intermediate container b08f5d364247 00:39:21 ---> d1dd84c2267f 00:39:21 Step 13/23 : EXPOSE $APP_PORT 00:39:21 ---> Running in da68a19d30a2 00:39:21 ---> Running in 59243caed383 00:39:21 Removing intermediate container da68a19d30a2 00:39:21 ---> 5111860925bf 00:39:21 Step 13/22 : ENV APP_PORT=48060 00:39:22 Removing intermediate container 59243caed383 00:39:22 ---> d0c6130e86c0 00:39:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:22 ---> Running in e98d87e3c4fb 00:39:22 ---> Running in acba92ad820b 00:39:22 Removing intermediate container e98d87e3c4fb 00:39:22 ---> 1d6a030768bb 00:39:22 Step 14/22 : EXPOSE $APP_PORT 00:39:22 ---> Running in 716b7330d94b 00:39:23 Removing intermediate container 716b7330d94b 00:39:23 ---> bc765087e2a0 00:39:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:23 ---> 706bd5f88e2e 00:39:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:24 Removing intermediate container acba92ad820b 00:39:24 ---> c43089aeffdb 00:39:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:24 ---> Running in 1d0a70aba05d 00:39:24 ---> 8338e0099c00 00:39:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:25 ---> 709f8545bfea 00:39:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:25 ---> Running in a14cb531a967 00:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:25 Removing intermediate container a14cb531a967 00:39:25 ---> fcbba29c9783 00:39:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:25 ---> Running in 04671e560666 00:39:25 Removing intermediate container 04671e560666 00:39:25 ---> 0fb1138236d6 00:39:25 Step 20/22 : LABEL arch=x86_64 00:39:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:25 Status: Downloaded newer image for docker:20.10.0 00:39:25 ---> aefe523efa57 00:39:25 Step 12/26 : RUN apk add --no-cache bash 00:39:25 ---> Running in 74e242f0e4de 00:39:25 ---> Running in 5584aa641572 00:39:25 Removing intermediate container 74e242f0e4de 00:39:25 ---> 1fcf49640543 00:39:25 Step 21/22 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:25 ---> Running in aeba9ab4b312 00:39:26 Removing intermediate container aeba9ab4b312 00:39:26 ---> ed389e81c306 00:39:26 Step 22/22 : LABEL version=0.0.0 00:39:26 ---> Running in 99e8e68ea5e8 00:39:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:26 Removing intermediate container 99e8e68ea5e8 00:39:26 ---> 94b1e5c4a1a7 00:39:26 00:39:26 (1/2) Installing readline (8.0.4-r0) 00:39:26 (2/2) Installing bash (5.0.17-r0) 00:39:26 Executing bash-5.0.17-r0.post-install 00:39:26 Executing busybox-1.31.1-r19.trigger 00:39:26 OK: 12 MiB in 22 packages 00:39:26 (1/6) Installing dumb-init (1.2.2-r1) 00:39:26 (2/6) Installing libgcc (9.3.0-r2) 00:39:26 (3/6) Installing libsodium (1.0.18-r0) 00:39:26 Successfully built 94b1e5c4a1a7 00:39:26 Successfully tagged docker-support-notifications-go:latest 00:39:27  Building docker-support-notifications-go ... done (4/6) Installing libstdc++ (9.3.0-r2) 00:39:27 Removing intermediate container 5584aa641572 00:39:27 ---> 4880c2030fca 00:39:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:27 ---> Running in ff54939611b8 00:39:27 Removing intermediate container ff54939611b8 00:39:27 ---> 37241dd479bd 00:39:27 Step 14/26 : ENV APP_PORT=48090 00:39:27 (5/6) Installing libzmq (4.3.3-r0) 00:39:27 ---> Running in cb4a6537bf02 00:39:27 (6/6) Installing zeromq (4.3.3-r0) 00:39:27 Removing intermediate container cb4a6537bf02 00:39:27 ---> 44e59a79cd0f 00:39:27 Step 15/26 : EXPOSE $APP_PORT 00:39:27 Executing busybox-1.31.1-r19.trigger 00:39:27 OK: 8 MiB in 20 packages 00:39:27 ---> Running in f0ce15e25c2d 00:39:27 Removing intermediate container f0ce15e25c2d 00:39:27 ---> 159b6bedddc5 00:39:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:28 Removing intermediate container 1d0a70aba05d 00:39:28 ---> d19561ea9388 00:39:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:28 ---> 92d69ffd5062 00:39:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:28 ---> f1535342af26 00:39:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:28 ---> 3a2ae296686e 00:39:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:29 ---> 780dadaebdef 00:39:29 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:29 ---> Running in c4de64a37dea 00:39:29 ---> 99d578a8ef17 00:39:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:30 ---> 85c0907d8765 00:39:30 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:30 ---> Running in 760f2407fc27 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:30 Removing intermediate container 760f2407fc27 00:39:30 ---> 85e31a3bd45b 00:39:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:30 (1/33) Installing libbz2 (1.0.8-r1) 00:39:30 (2/33) Installing expat (2.2.9-r1) 00:39:30 (3/33) Installing libffi (3.3-r2) 00:39:30 (4/33) Installing gdbm (1.13-r1) 00:39:30 ---> Running in 9906c8636eb4 00:39:30 (5/33) Installing xz-libs (5.2.5-r0) 00:39:30 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:31 (7/33) Installing python3 (3.8.5-r0) 00:39:31 Removing intermediate container 9906c8636eb4 00:39:31 ---> f044e19a0faa 00:39:31 Step 21/23 : LABEL arch=x86_64 00:39:34 ---> Running in 60945635df28 00:39:34 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:34 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:34 (11/33) Installing py3-six (1.15.0-r0) 00:39:34 (12/33) Installing py3-packaging (20.4-r0) 00:39:34 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:34 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:34 (15/33) Installing py3-idna (2.9-r0) 00:39:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:34 Removing intermediate container 60945635df28 00:39:34 ---> b5c593e89497 00:39:34 Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:39:34 (18/33) Installing py3-requests (2.23.0-r0) 00:39:34 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:34 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:34 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:34 ---> Running in c3b7eaa02451 00:39:34 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:34 (24/33) Installing py3-distro (1.5.0-r1) 00:39:34 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:34 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:35 (29/33) Installing py3-progress (1.5-r0) 00:39:35 (30/33) Installing py3-toml (0.10.1-r0) 00:39:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:35 (33/33) Installing py3-pip (20.1.1-r0) 00:39:35 Removing intermediate container c3b7eaa02451 00:39:35 ---> 822ecde8d097 00:39:35 Step 23/23 : LABEL version=0.0.0 00:39:36 Executing busybox-1.31.1-r19.trigger 00:39:36 OK: 71 MiB in 55 packages 00:39:36 ---> Running in 83040d39e986 00:39:36 Removing intermediate container 83040d39e986 00:39:36 ---> d19728b9dea4 00:39:36 00:39:36 Successfully built d19728b9dea4 00:39:36 Successfully tagged docker-core-data-go:latest 00:39:42  Building docker-core-data-go ... done Removing intermediate container c4de64a37dea 00:39:42 ---> 25408dcac228 00:39:42 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:42 ---> Running in 11a0cd581166 00:39:44 Collecting docker-compose==1.23.2 00:39:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:44 Collecting dockerpty<0.5,>=0.4.1 00:39:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:44 Collecting cached-property<2,>=1.2.0 00:39:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:44 Collecting docker<4.0,>=3.6.0 00:39:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:44 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:39:44 Collecting texttable<0.10,>=0.9.0 00:39:44 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:45 Collecting docopt<0.7,>=0.6.1 00:39:45 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:46 Collecting jsonschema<3,>=2.5.1 00:39:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:46 Collecting PyYAML<4,>=3.10 00:39:46 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:47 Collecting websocket-client<1.0,>=0.32.0 00:39:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:47 Collecting docker-pycreds>=0.4.0 00:39:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:47 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:39:47 Collecting urllib3<1.25,>=1.21.1 00:39:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:48 Collecting idna<2.8,>=2.5 00:39:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:48 Installing collected packages: dockerpty, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, docopt, jsonschema, PyYAML, docker-compose 00:39:48 Running setup.py install for dockerpty: started 00:39:48 Running setup.py install for dockerpty: finished with status 'done' 00:39:48 Attempting uninstall: urllib3 00:39:48 Found existing installation: urllib3 1.25.9 00:39:48 Uninstalling urllib3-1.25.9: 00:39:48 Successfully uninstalled urllib3-1.25.9 00:39:48 Attempting uninstall: idna 00:39:48 Found existing installation: idna 2.9 00:39:48 Uninstalling idna-2.9: 00:39:48 Successfully uninstalled idna-2.9 00:39:49 Attempting uninstall: requests 00:39:49 Found existing installation: requests 2.23.0 00:39:49 Uninstalling requests-2.23.0: 00:39:49 Successfully uninstalled requests-2.23.0 00:39:49 Running setup.py install for texttable: started 00:39:50 Running setup.py install for texttable: finished with status 'done' 00:39:50 Running setup.py install for docopt: started 00:39:50 Running setup.py install for docopt: finished with status 'done' 00:39:50 Running setup.py install for PyYAML: started 00:39:51 Running setup.py install for PyYAML: finished with status 'done' 00:39:51 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:39:55 Removing intermediate container 11a0cd581166 00:39:55 ---> d6344b7a1363 00:39:55 Step 21/26 : RUN apk --no-cache add curl 00:39:55 ---> Running in d841e77bbe89 00:39:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:56 (2/3) Installing libcurl (7.69.1-r3) 00:39:56 (3/3) Installing curl (7.69.1-r3) 00:39:56 Executing busybox-1.31.1-r19.trigger 00:39:56 OK: 72 MiB in 58 packages 00:39:56 Removing intermediate container d841e77bbe89 00:39:56 ---> 4e3157d6ece9 00:39:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:56 ---> Running in 26aef9244893 00:39:56 Removing intermediate container 26aef9244893 00:39:56 ---> f6151ac74b5a 00:39:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:56 ---> Running in 895d0a4b749a 00:39:56 Removing intermediate container 895d0a4b749a 00:39:56 ---> 59cc17b9848d 00:39:56 Step 24/26 : LABEL arch=x86_64 00:39:56 ---> Running in e23f34322134 00:39:57 Removing intermediate container e23f34322134 00:39:57 ---> 7de85e0d36bf 00:39:57 Step 25/26 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:39:57 ---> Running in deb2deb38ce7 00:39:57 Removing intermediate container deb2deb38ce7 00:39:57 ---> 7f71c875bd72 00:39:57 Step 26/26 : LABEL version=0.0.0 00:39:57 ---> Running in 75f006f2b3ee 00:39:57 Removing intermediate container 75f006f2b3ee 00:39:57 ---> ff97f0e77561 00:39:57 00:39:57 Successfully built ff97f0e77561 00:39:57 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:58  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:58 $ docker stop --time=1 b06e01df95311f8dd28fc7322aba7df66f7fe0a38eaef15c300071fa31633975 00:39:59 $ docker rm -f b06e01df95311f8dd28fc7322aba7df66f7fe0a38eaef15c300071fa31633975 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:00 + docker images 00:40:00 + grep docker 00:40:00 docker-sys-mgmt-agent-go latest ff97f0e77561 3 seconds ago 313MB 00:40:00 docker-core-data-go latest d19728b9dea4 24 seconds ago 22.3MB 00:40:00 docker-support-notifications-go latest 94b1e5c4a1a7 34 seconds ago 17.6MB 00:40:00 docker-security-bootstrapper-go latest e00badd5efcb 51 seconds ago 23.8MB 00:40:00 docker-security-secretstore-setup-go latest a156ed7a984a 2 minutes ago 24.6MB 00:40:00 docker-core-command-go latest 0220c653ed7e 2 minutes ago 16.9MB 00:40:00 docker-core-metadata-go latest ed5dafe2f011 2 minutes ago 18.8MB 00:40:00 docker-security-proxy-setup-go latest ec5d9d56f670 2 minutes ago 24.4MB 00:40:00 docker-support-scheduler-go latest 9844c1d5b2bb 2 minutes ago 17MB 00:40:00 docker 20.10.0 aefe523efa57 7 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:40:16 Still waiting to schedule task 00:40:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:22 gofmt -l . 00:40:22 [ "`gofmt -l .`" = "" ] 00:40:22 ./bin/test-go-mod-tidy.sh 00:40:22 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:23 + ls -al . 00:40:23 total 716 00:40:23 drwxrwxr-x 9 1001 1001 4096 Feb 5 00:40 . 00:40:23 drwxr-xr-x 4 root root 4096 Feb 5 00:36 .. 00:40:23 -rw-rw-r-- 1 1001 1001 11 Feb 5 00:34 .dockerignore 00:40:23 drwxrwxr-x 8 1001 1001 4096 Feb 5 00:34 .git 00:40:23 drwxrwxr-x 3 1001 1001 4096 Feb 5 00:34 .github 00:40:23 -rw-rw-r-- 1 1001 1001 872 Feb 5 00:34 .gitignore 00:40:23 -rw-rw-r-- 1 1001 1001 166 Feb 5 00:34 .sonarcloud.properties 00:40:23 -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:34 Attribution.txt 00:40:23 -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:34 CONTRIBUTING.md 00:40:23 -rw-rw-r-- 1 1001 1001 931 Feb 5 00:34 Dockerfile.build 00:40:23 -rw-rw-r-- 1 1001 1001 863 Feb 5 00:34 Jenkinsfile 00:40:23 -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:34 LICENSE 00:40:23 -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:34 Makefile 00:40:23 -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:34 README.md 00:40:23 -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:34 SECURITY.md 00:40:23 -rw-rw-r-- 1 1001 1001 5 Feb 5 00:31 VERSION 00:40:23 -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:34 ZMQWindows.md 00:40:23 drwxrwxr-x 2 1001 1001 4096 Feb 5 00:34 bin 00:40:23 drwxrwxr-x 15 1001 1001 4096 Feb 5 00:34 cmd 00:40:23 -rw-r--r-- 1 root root 583066 Feb 5 00:39 coverage.out 00:40:23 -rw-r--r-- 1 root root 1054 Feb 5 00:40 go.mod 00:40:23 -rw-r--r-- 1 root root 19290 Feb 5 00:40 go.sum 00:40:23 drwxrwxr-x 8 1001 1001 4096 Feb 5 00:34 internal 00:40:23 drwxrwxr-x 4 1001 1001 4096 Feb 5 00:34 openapi 00:40:23 drwxrwxr-x 4 1001 1001 4096 Feb 5 00:34 snap 00:40:23 -rw-rw-r-- 1 1001 1001 168 Feb 5 00:34 version.go [Pipeline] sh 00:40:24 + '[' -e coverage.out ] 00:40:24 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:24 Warning: overwriting stash ‘coverage-report’ 00:40:25 Stashed 1 file(s) [Pipeline] sh 00:40:26 + make build 00:40:26 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:38 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:41:00 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:41: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:41:13 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:41:14 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:41: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:41:26 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:41:30 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:41:34 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:41:37 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:41:43 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:41:47 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:41:50 Running on prd-ubuntu18.04-docker-8c-8g-25126 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 00:41:50 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 00:41:53 using credential edgex-jenkins-ssh 00:41:53 Cloning the remote Git repository [Pipeline] } 00:41:54 $ docker stop --time=1 c2015c4693862b21c6ab2e65325527636f370bfb5a0c92a7b2cff795597618b0 00:41:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:53 > git init /w/workspace/edgex-go/9 # timeout=10 00:41:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:53 > git --version # timeout=10 00:41:53 > git --version # 'git version 2.17.1' 00:41:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:56 $ docker rm -f c2015c4693862b21c6ab2e65325527636f370bfb5a0c92a7b2cff795597618b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:58 00:41:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:59 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:59 29e5d40040c1: Pulling fs layer 00:41:59 1ce36da41761: Pulling fs layer 00:41:59 25b303627fd3: Pulling fs layer 00:41:59 29e5d40040c1: Verifying Checksum 00:41:59 29e5d40040c1: Download complete 00:42:00 1ce36da41761: Verifying Checksum 00:42:00 1ce36da41761: Download complete 00:42:00 29e5d40040c1: Pull complete 00:42:01 1ce36da41761: Pull complete 00:42:04 25b303627fd3: Verifying Checksum 00:42:04 25b303627fd3: Download complete 00:42:14 25b303627fd3: Pull complete 00:42:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:14 prd-ubuntu18.04-docker-arm64-4c-16g-25115 does not seem to be running inside a container 00:42:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:42:18 $ docker top 1b3c84b1cbb0d8d9c27991c9198cd87346d1e805a76c546db1b95f1d93dc86eb -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:19 + grep parallel 00:42:19 + docker-compose build --help 00:42:23 --parallel Build images in parallel. [Pipeline] } 00:42:23 $ docker stop --time=1 1b3c84b1cbb0d8d9c27991c9198cd87346d1e805a76c546db1b95f1d93dc86eb 00:42:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:24 Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 00:42:24 Merge succeeded, producing f473d71c2bf73b454fa65eb46b501f3ff7ed9b8c 00:42:24 Checking out Revision f473d71c2bf73b454fa65eb46b501f3ff7ed9b8c (PR-3113) 00:42:25 $ docker rm -f 1b3c84b1cbb0d8d9c27991c9198cd87346d1e805a76c546db1b95f1d93dc86eb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:26 . [Pipeline] withDockerContainer 00:42:24 > git config core.sparsecheckout # timeout=10 00:42:24 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 00:42:24 > git remote # timeout=10 00:42:24 > git config --get remote.origin.url # timeout=10 00:42:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:24 > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 00:42:24 > git rev-parse HEAD^{commit} # timeout=10 00:42:24 > git config core.sparsecheckout # timeout=10 00:42:24 > git checkout -f f473d71c2bf73b454fa65eb46b501f3ff7ed9b8c # timeout=10 00:42:26 prd-ubuntu18.04-docker-arm64-4c-16g-25115 does not seem to be running inside a container 00:42:27 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:42:28 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" 00:42:28 > git rev-list --no-walk eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 00:42:29 $ docker top 62d086de538329979de46450f5eb3d1b94acb4e7e46daaebee6075f58f651130 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:30 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:30 + echo snap-build.sh 00:42:30 snap-build.sh 00:42:30 + SNAP_BASE_DIR=. 00:42:30 + '[' '!' -z /w/workspace/edgex-go/9 ']' 00:42:30 + SNAP_BASE_DIR=/w/workspace/edgex-go/9 00:42:30 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' 00:42:30 [snap-build] Building snap in dir [/w/workspace/edgex-go/9] 00:42:30 + cd /w/workspace/edgex-go/9 00:42:30 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:30 Reading package lists... 00:42:30 Building dependency tree... 00:42:30 Reading state information... 00:42:30 The following packages were automatically installed and are no longer required: 00:42:30 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:30 uidmap xdelta3 00:42:30 Use 'sudo apt autoremove' to remove them. 00:42:30 The following packages will be REMOVED: 00:42:30 lxd* lxd-client* 00:42:31 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:31 After this operation, 31.7 MB disk space will be freed. 00:42:32 (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:42:32 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:32 Removing lxd dnsmasq configuration 00:42:32 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:33 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:34 (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:42:34 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:34 Building docker-core-command-go ... 00:42:34 Building docker-core-data-go ... 00:42:34 Building docker-core-metadata-go ... 00:42:34 Building docker-security-bootstrapper-go ... 00:42:34 Building docker-security-proxy-setup-go ... 00:42:34 Building docker-security-secretstore-setup-go ... 00:42:34 Building docker-support-notifications-go ... 00:42:34 Building docker-support-scheduler-go ... 00:42:34 Building docker-sys-mgmt-agent-go ... 00:42:34 Building docker-sys-mgmt-agent-go 00:42:34 Building docker-security-proxy-setup-go 00:42:34 Building docker-security-secretstore-setup-go 00:42:34 Building docker-core-command-go 00:42:34 Building docker-support-notifications-go 00:42:35 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:35 Processing triggers for ureadahead (0.100.0-21) ... 00:42:36 + sudo snap remove --purge lxd 00:42:36 snap "lxd" is not installed 00:42:36 + sudo groupadd --force --system lxd 00:42:36 ++ whoami 00:42:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:36 + newgrp - lxd 00:42:36 + sudo snap install lxd 00:42:44 2021-02-05T00:42:41Z INFO Waiting for automatic snapd restart... 00:42:57 lxd 4.10 from Canonical* installed 00:42:57 + sudo lxd init --auto 00:43:07 + sudo snap install --classic snapcraft 00:43:10 snapcraft 4.4.4 from Canonical* installed 00:43:10 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:10 + patch --verbose -p1 00:43:10 Hmm... Looks like a unified diff to me... 00:43:10 The text leading up to this was: 00:43:10 -------------------------- 00:43:10 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:10 |From: Tony Espy 00:43:10 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:10 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:10 | 00:43:10 |This patch is used by the EdgeX CI pipeline builds to 00:43:10 |optimize the snap CI check run for pull requests. When 00:43:10 |applied, it essentially strips out everything (apps and 00:43:10 |parts) from the snapcraft.yaml file except those required 00:43:10 |to build edgex-go, as the whole idea of the CI check is to 00:43:10 |catch changes to edgex-go that break the snap build. 00:43:10 | 00:43:10 |In general, anyone updating snapcraft.yaml will also need 00:43:10 |to update this patch file, otherwise it may fail to apply, 00:43:10 |resulting in a failed snap build CI check in the associated 00:43:10 |pull request. 00:43:10 | 00:43:10 |Note - in addition to applying this patch, the pipeline also 00:43:10 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:10 |need to build the finally binary .snap file (and it won't 00:43:10 |work with the patch applied). This further reduces the build 00:43:10 |time. 00:43:10 |--- 00:43:10 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:10 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:10 | 00:43:10 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:10 |index 1e537489..faf42425 100644 00:43:10 |--- a/snap/snapcraft.yaml 00:43:10 |+++ b/snap/snapcraft.yaml 00:43:10 -------------------------- 00:43:10 patching file snap/snapcraft.yaml 00:43:10 Using Plan A... 00:43:10 Hunk #1 succeeded at 73. 00:43:10 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:43:10 Hunk #3 succeeded at 214 (offset -1 lines). 00:43:10 Hunk #4 succeeded at 222 (offset -1 lines). 00:43:10 Hunk #5 succeeded at 229 (offset -1 lines). 00:43:10 Hunk #6 succeeded at 256 (offset -1 lines). 00:43:10 Hunk #7 succeeded at 290 (offset -1 lines). 00:43:10 Hunk #8 succeeded at 342. 00:43:10 Hmm... Ignoring the trailing garbage. 00:43:10 done 00:43:10 + sudo snapcraft prime --use-lxd 00:43:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:11 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:43:11 - README.md 00:43:11 - snapcraft.yaml.orig 00:43:11 00:43:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:12 Launching a container. 00:43:24 Waiting for container to be ready 00:43:24 To start your first instance, try: lxc launch ubuntu:18.04 00:43:24 00:43:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:28 Waiting for network to be ready... 00:43:28 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:43:29 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:29 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:43:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:43:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:43:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:43:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:43:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:43:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:43:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:43:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:43:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:43:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:43:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:43:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:43:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:43:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:43:32 Fetched 23.9 MB in 4s (5443 kB/s) 00:43:33 Reading package lists... 00:43:34 Reading package lists... 00:43:34 Building dependency tree... 00:43:34 Reading state information... 00:43:34 The following additional packages will be installed: 00:43:34 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:34 Suggested packages: 00:43:34 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:34 Recommended packages: 00:43:34 gnupg libsasl2-modules 00:43:34 The following NEW packages will be installed: 00:43:34 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:34 The following packages will be upgraded: 00:43:34 gpg gpg-agent gpgconf libudev1 00:43:34 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:34 Need to get 3533 kB of archives. 00:43:34 After this operation, 13.3 MB of additional disk space will be used. 00:43:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:34 Get:4 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:43:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:43:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:43:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:43:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:43:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:43:35 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:35 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:35 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:35 debconf: delaying package configuration, since apt-utils is not installed 00:43:35 Fetched 3533 kB in 1s (3135 kB/s) 00:43:35 (Reading database ... 12511 files and directories currently installed.) 00:43:35 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:43:35 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:35 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:43:35 Selecting previously unselected package udev. 00:43:35 (Reading database ... 12511 files and directories currently installed.) 00:43:35 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:43:35 Unpacking udev (237-3ubuntu10.44) ... 00:43:35 Selecting previously unselected package libfuse2:amd64. 00:43:36 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:36 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:36 Selecting previously unselected package fuse. 00:43:36 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:36 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:36 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:36 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:36 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:36 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:36 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:36 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:36 Selecting previously unselected package libksba8:amd64. 00:43:36 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:36 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:36 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:36 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:36 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:36 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:36 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:37 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:37 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:37 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:37 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:37 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:37 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:37 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:37 Selecting previously unselected package libsasl2-2:amd64. 00:43:37 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:37 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:38 Selecting previously unselected package libldap-common. 00:43:38 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:43:38 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:38 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:38 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:43:38 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:38 Selecting previously unselected package dirmngr. 00:43:38 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:38 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:43:38 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:38 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:43:38 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:38 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:38 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:38 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:43:38 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:38 Setting up udev (237-3ubuntu10.44) ... 00:43:38 invoke-rc.d: policy-rc.d denied execution of start. 00:43:39 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Processing triggers for systemd (237-3ubuntu10) ... 00:43:39 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:39 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:39 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:39 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:39 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:39 settings in the [Install] section, and DefaultInstance for template units). 00:43:39 This means they are not meant to be enabled using systemctl. 00:43:39 Possible reasons for having this kind of units are: 00:43:39 1) A unit may be statically enabled by being symlinked from another unit's 00:43:39 .wants/ or .requires/ directory. 00:43:39 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:39 a requirement dependency on it. 00:43:39 3) A unit may be started when needed via activation (socket, path, timer, 00:43:39 D-Bus, udev, scripted systemctl call, ...). 00:43:39 4) In case of template units, the unit is meant to be enabled with some 00:43:39 instance name specified. 00:43:39 Reading package lists... 00:43:40 Building dependency tree... 00:43:40 Reading state information... 00:43:40 The following additional packages will be installed: 00:43:40 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:40 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:40 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:40 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:40 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:40 Suggested packages: 00:43:40 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:40 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:40 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:40 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:40 systemd-container policykit-1 00:43:40 Recommended packages: 00:43:40 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:40 The following NEW packages will be installed: 00:43:40 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:40 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:40 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:40 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:40 python3.6-minimal snapd squashfs-tools sudo 00:43:40 The following packages will be upgraded: 00:43:40 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:40 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:43:40 Need to get 35.2 MB of archives. 00:43:40 After this operation, 141 MB of additional disk space will be used. 00:43:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:43:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:43:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:43:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:43:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:43:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:43:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:43:41 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:41 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:41 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:41 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:41 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:41 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:41 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:41 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:41 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:41 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:41 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:41 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:42 debconf: delaying package configuration, since apt-utils is not installed 00:43:42 Fetched 35.2 MB in 2s (14.8 MB/s) 00:43:42 (Reading database ... 12757 files and directories currently installed.) 00:43:42 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:43:43 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:43 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:43:43 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:43 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:43:43 (Reading database ... 12757 files and directories currently installed.) 00:43:43 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:43 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:43 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:44 (Reading database ... 12757 files and directories currently installed.) 00:43:44 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:44 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:44 Setting up apt (1.6.12ubuntu0.2) ... 00:43:44 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:44 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:44 (Reading database ... 12764 files and directories currently installed.) 00:43:44 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:44 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:45 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:45 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:45 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:45 Selecting previously unselected package libexpat1:amd64. 00:43:45 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:45 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:45 Selecting previously unselected package python3.6-minimal. 00:43:45 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:45 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:45 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:45 Checking for services that may need to be restarted...done. 00:43:45 Checking for services that may need to be restarted...done. 00:43:45 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:45 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:45 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:46 Selecting previously unselected package python3-minimal. 00:43:46 (Reading database ... 13012 files and directories currently installed.) 00:43:46 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:46 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:46 Selecting previously unselected package mime-support. 00:43:46 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:46 Unpacking mime-support (3.60ubuntu1) ... 00:43:46 Selecting previously unselected package libmpdec2:amd64. 00:43:46 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:46 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:46 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:46 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:46 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:47 Selecting previously unselected package python3.6. 00:43:47 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:47 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:47 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:47 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:47 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:47 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:47 Selecting previously unselected package python3. 00:43:47 (Reading database ... 13442 files and directories currently installed.) 00:43:47 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:47 Unpacking python3 (3.6.7-1~18.04) ... 00:43:47 Selecting previously unselected package multiarch-support. 00:43:47 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:47 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:47 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:47 Selecting previously unselected package liblzo2-2:amd64. 00:43:47 (Reading database ... 13479 files and directories currently installed.) 00:43:47 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:47 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:47 Selecting previously unselected package libbsd0:amd64. 00:43:47 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:47 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:48 Selecting previously unselected package sudo. 00:43:48 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:43:48 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:43:48 Selecting previously unselected package apparmor. 00:43:48 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:48 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:48 Selecting previously unselected package libedit2:amd64. 00:43:48 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:48 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:48 Selecting previously unselected package libkrb5support0:amd64. 00:43:48 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:48 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:48 Selecting previously unselected package libk5crypto3:amd64. 00:43:48 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:48 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:48 Selecting previously unselected package libkeyutils1:amd64. 00:43:48 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:48 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:48 Selecting previously unselected package libkrb5-3:amd64. 00:43:48 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:48 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:48 Selecting previously unselected package libssl1.0.0:amd64. 00:43:48 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:43:48 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:49 Selecting previously unselected package openssh-client. 00:43:49 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:49 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:49 Selecting previously unselected package squashfs-tools. 00:43:49 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:49 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:49 Selecting previously unselected package snapd. 00:43:49 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:43:49 Unpacking snapd (2.48+18.04) ... 00:43:51 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:51 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:51 Setting up mime-support (3.60ubuntu1) ... 00:43:51 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:51 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:51 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:51 Setting up systemd (237-3ubuntu10.44) ... 00:43:51 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:52 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:52 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:52 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:52 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:52 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:52 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:53 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:53 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:53 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:53 Setting up python3 (3.6.7-1~18.04) ... 00:43:53 running python rtupdate hooks for python3.6... 00:43:53 running python post-rtupdate hooks for python3.6... 00:43:53 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:55 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:55 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:55 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:55 Setting up snapd (2.48+18.04) ... 00:43:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:56 ---> bc35cd933c9e 00:43:56 Step 3/23 : WORKDIR /edgex-go 00:43:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:56 ---> bc35cd933c9e 00:43:56 Step 3/26 : WORKDIR /edgex-go 00:43:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:56 ---> bc35cd933c9e 00:43:56 Step 3/22 : WORKDIR /edgex-go 00:43:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:56 ---> bc35cd933c9e 00:43:56 Step 3/24 : WORKDIR /edgex-go 00:43:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:56 ---> bc35cd933c9e 00:43:56 Step 3/21 : WORKDIR /edgex-go 00:43:56 ---> Running in 2644a04fdafd 00:43:56 ---> Running in fecc427d47e6 00:43:56 ---> Running in 1519b8eafc06 00:43:56 ---> Running in e0a02423eaa9 00:43:56 ---> Running in c17d56e13856 00:43:56 Removing intermediate container 1519b8eafc06 00:43:56 ---> c211cd545b86 00:43:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 Removing intermediate container e0a02423eaa9 00:43:56 ---> 2df3dc9e2414 00:43:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 Removing intermediate container c17d56e13856 00:43:56 ---> 3535a3777f2a 00:43:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 Removing intermediate container fecc427d47e6 00:43:56 ---> af552fad103c 00:43:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 Removing intermediate container 2644a04fdafd 00:43:56 ---> 562f35c7a1f5 00:43:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:56 ---> Running in 56a7956ed195 00:43:56 ---> Running in 27080b91fcc5 00:43:56 ---> Running in 96fb70f74d47 00:43:56 ---> Running in fbb6333939cd 00:43:56 ---> Running in eda6bf58471e 00:43:56 Removing intermediate container 56a7956ed195 00:43:56 ---> 9a2febccb308 00:43:56 Step 5/21 : RUN apk add --update --no-cache make git 00:43:56 Removing intermediate container 96fb70f74d47 00:43:56 ---> aa73d9cdb109 00:43:56 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:56 ---> Running in 621e8d503f23 00:43:56 ---> Running in 13243297baa0 00:43:56 Removing intermediate container 27080b91fcc5 00:43:56 ---> 4dacdec47f9b 00:43:56 Step 5/24 : RUN apk add --update --no-cache make git 00:43:56 Removing intermediate container eda6bf58471e 00:43:56 ---> d0f807db7ab7 00:43:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:56 Removing intermediate container fbb6333939cd 00:43:56 ---> 3f842efcf450 00:43:56 Step 5/23 : RUN apk add --update --no-cache make git 00:43:56 ---> Running in bd0ea8245ccb 00:43:56 ---> Running in 6e40e31f2dac 00:43:56 ---> Running in cba6bfb1d585 00:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:56 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:56 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:56 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:57 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:57 /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:43:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:57 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:59 OK: 217 MiB in 51 packages 00:43:59 Reading package lists... 00:43:59 Reading package lists... 00:43:59 Building dependency tree... 00:43:59 Reading state information... 00:43:59 Calculating upgrade... 00:43:59 OK: 217 MiB in 51 packages 00:43:59 OK: 217 MiB in 51 packages 00:43:59 The following packages will be upgraded: 00:43:59 advancecomp base-files bash binutils binutils-common 00:43:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:59 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:43:59 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:43:59 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:43:59 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:43:59 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:43:59 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:43:59 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:43:59 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:43:59 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:43:59 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:43:59 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:43:59 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:00 OK: 217 MiB in 51 packages 00:44:00 OK: 217 MiB in 51 packages 00:44:00 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:00 Need to get 63.8 MB of archives. 00:44:00 After this operation, 5188 kB of additional disk space will be used. 00:44:00 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:44:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:44:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:44:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:44:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:44:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:00 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:00 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:44:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:00 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:00 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:00 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:00 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:01 Removing intermediate container 621e8d503f23 00:44:01 ---> f8f22114a7a2 00:44:01 Step 6/21 : COPY go.mod . 00:44:01 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:01 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:01 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:01 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:01 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:01 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:01 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:01 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:01 Get:38 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:44:01 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:01 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:44:01 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:01 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:44:01 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:01 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:01 Removing intermediate container bd0ea8245ccb 00:44:01 ---> 69fee8122438 00:44:01 Step 6/24 : COPY go.mod . 00:44:01 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:01 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:01 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:01 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:01 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:01 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:01 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:01 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:01 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:01 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:01 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:01 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:01 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:01 Get:58 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:44:01 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:01 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:01 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:01 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:01 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:01 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:01 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:01 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:01 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:01 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:01 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:01 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:01 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:01 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:01 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:01 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:01 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:44:01 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:44:01 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:01 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:01 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:01 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:01 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:01 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:01 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:44:01 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:01 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:01 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:01 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:01 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:01 Removing intermediate container 6e40e31f2dac 00:44:01 ---> 875baae5a357 00:44:01 Step 6/22 : COPY go.mod . 00:44:01 Removing intermediate container cba6bfb1d585 00:44:01 ---> 7a6946e1292b 00:44:01 Step 6/23 : COPY go.mod . 00:44:01 Removing intermediate container 13243297baa0 00:44:01 ---> 52304867b95d 00:44:01 Step 6/26 : COPY go.mod . 00:44:02 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:02 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:02 ---> f080cc74fad9 00:44:02 Step 7/21 : RUN go mod download 00:44:02 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:02 ---> Running in 163fdb2f0ff9 00:44:02 ---> e37d57cd25da 00:44:02 Step 7/24 : RUN go mod download 00:44:02 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:02 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:02 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:03 ---> Running in b65df6efe1cd 00:44:03 ---> d071316460b3 00:44:03 Step 7/22 : RUN go mod download 00:44:03 ---> c3ab4a77d94e 00:44:03 Step 7/23 : RUN go mod download 00:44:03 ---> df9083118576 00:44:03 Step 7/26 : RUN go mod download 00:44:03 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:44:03 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:03 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:03 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:03 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:03 ---> Running in 6b20b5cfc7fb 00:44:03 ---> Running in 5f14c1aac350 00:44:03 ---> Running in 8ea22f4eadd5 00:44:03 debconf: delaying package configuration, since apt-utils is not installed 00:44:03 Fetched 63.8 MB in 3s (19.3 MB/s) 00:44:03 (Reading database ... 13912 files and directories currently installed.) 00:44:03 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:03 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:03 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:04 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:44:04 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:44:05 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:05 (Reading database ... 13911 files and directories currently installed.) 00:44:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:06 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:06 (Reading database ... 13911 files and directories currently installed.) 00:44:06 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:06 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:06 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:06 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:06 Removing intermediate container 163fdb2f0ff9 00:44:06 ---> d7a4f2429a2b 00:44:06 Step 8/21 : COPY . . 00:44:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:06 (Reading database ... 13911 files and directories currently installed.) 00:44:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:07 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:07 Removing intermediate container b65df6efe1cd 00:44:07 ---> c1e120373149 00:44:07 Step 8/24 : COPY . . 00:44:07 (Reading database ... 13911 files and directories currently installed.) 00:44:07 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:07 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:07 Removing intermediate container 6b20b5cfc7fb 00:44:07 ---> 3a0e8d090163 00:44:07 Step 8/22 : COPY . . 00:44:07 Removing intermediate container 5f14c1aac350 00:44:07 ---> 5fc9f5c004d9 00:44:07 Step 8/23 : COPY . . 00:44:08 Setting up base-files (10.1ubuntu2.10) ... 00:44:08 Installing new version of config file /etc/issue ... 00:44:08 Installing new version of config file /etc/issue.net ... 00:44:08 Installing new version of config file /etc/lsb-release ... 00:44:08 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:08 Removing obsolete conffile /etc/default/motd-news ... 00:44:08 Removing intermediate container 8ea22f4eadd5 00:44:08 ---> 24f8cb2e7801 00:44:08 Step 8/26 : COPY . . 00:44:08 (Reading database ... 13912 files and directories currently installed.) 00:44:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:08 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:08 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:44:08 (Reading database ... 13912 files and directories currently installed.) 00:44:08 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:08 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:08 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:09 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:09 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:09 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:09 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:10 Setting up grep (3.1-2build1) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:10 Setting up login (1:4.5-1ubuntu2) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:10 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:10 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:10 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:14 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:15 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:16 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:16 (Reading database ... 13912 files and directories currently installed.) 00:44:16 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:16 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:17 (Reading database ... 13912 files and directories currently installed.) 00:44:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:17 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:17 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:17 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:18 Setting up debconf (1.5.66ubuntu1) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:18 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:18 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:18 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:18 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:18 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:18 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:19 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:19 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:19 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:44:19 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:20 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:20 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:20 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:20 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:20 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:44:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:44:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:21 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:21 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:21 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:21 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:21 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:22 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:22 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:22 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:22 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:22 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:22 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:22 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:23 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:23 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:23 (Reading database ... 13914 files and directories currently installed.) 00:44:23 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:23 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:23 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:23 (Reading database ... 13915 files and directories currently installed.) 00:44:23 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:23 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:23 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:23 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:23 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:24 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:44:24 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:44:24 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:24 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:24 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:24 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:24 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:24 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:24 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:24 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:25 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:25 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:25 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:25 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:25 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:25 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:25 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:25 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:26 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:26 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:26 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:26 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:26 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:26 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:26 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:27 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:29 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:31 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:31 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:31 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:31 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:32 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:32 00:44:32 Current default time zone: 'Etc/UTC' 00:44:32 Local time is now: Fri Feb 5 00:44:32 UTC 2021. 00:44:32 Universal Time is now: Fri Feb 5 00:44:32 UTC 2021. 00:44:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:32 00:44:32 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:44:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:44:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:32 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:32 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:32 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:32 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:32 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:32 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:32 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:32 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:32 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:33 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:33 Setting up ca-certificates (20210119~18.04.1) ... 00:44:35 Updating certificates in /etc/ssl/certs... 00:44:35 ---> cfd1f775e9a5 00:44:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:35 ---> f900ab1fd99e 00:44:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:44:35 ---> Running in 5bcab98343de 00:44:35 ---> Running in 3b4901a22910 00:44:35 ---> afce3b06a30e 00:44:35 Step 9/23 : RUN make cmd/core-command/core-command 00:44:35 ---> 4f85905164e6 00:44:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:44:35 ---> a52c525022b1 00:44:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:35 ---> Running in d6f9c18a8b8f 00:44:35 ---> Running in 9f22747cbb9a 00:44:35 ---> Running in c289676bc8d8 00:44:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:35 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:35 23 added, 27 removed; done. 00:44:35 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:35 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:35 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:35 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:35 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:35 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:35 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:36 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:36 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:36 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:36 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:36 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:36 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:36 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:36 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:44:36 Updating certificates in /etc/ssl/certs... 00:44:37 0 added, 0 removed; done. 00:44:37 Running hooks in /etc/ca-certificates/update.d... 00:44:37 done. 00:44:37 Reading package lists... 00:44:37 Building dependency tree... 00:44:37 Reading state information... 00:44:37 The following NEW packages will be installed: 00:44:37 apt-transport-https 00:44:38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:38 Need to get 1696 B of archives. 00:44:38 After this operation, 153 kB of additional disk space will be used. 00:44:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:38 debconf: delaying package configuration, since apt-utils is not installed 00:44:38 Fetched 1696 B in 0s (46.8 kB/s) 00:44:38 Selecting previously unselected package apt-transport-https. 00:44:38 (Reading database ... 13920 files and directories currently installed.) 00:44:38 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:38 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:38 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:38 Waiting for network to be ready... 00:44:43 2021-02-05T00:44:41Z INFO Waiting for automatic snapd restart... 00:44:43 snapd 2.48.2 from Canonical* installed 00:44:44 "snapd" switched to the "latest/stable" channel 00:44:44 00:44:47 core18 20201210 from Canonical* installed 00:44:47 "core18" switched to the "latest/stable" channel 00:44:47 00:44:50 snapcraft 4.4.4 from Canonical* installed 00:44:50 "snapcraft" switched to the "latest/stable" channel 00:44:50 00:44:54 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:44:54 - README.md 00:44:54 - snapcraft.yaml.orig 00:44:54 00:44:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:01 Reading package lists... 00:45:02 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:45:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:08 Reading package lists... 00:45:08 Building dependency tree... 00:45:08 Reading state information... 00:45:08 Suggested packages: 00:45:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:08 Recommended packages: 00:45:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:08 The following NEW packages will be installed: 00:45:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:08 pkg-config zip 00:45:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:08 Need to get 7655 kB of archives. 00:45:08 After this operation, 43.7 MB of additional disk space will be used. 00:45:08 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:45:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:08 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:09 debconf: delaying package configuration, since apt-utils is not installed 00:45:09 Fetched 7655 kB in 1s (10.5 MB/s) 00:45:09 Selecting previously unselected package libglib2.0-0:amd64. 00:45:09 (Reading database ... 13924 files and directories currently installed.) 00:45:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:09 Selecting previously unselected package libpsl5:amd64. 00:45:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:09 Selecting previously unselected package libnghttp2-14:amd64. 00:45:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:09 Selecting previously unselected package librtmp1:amd64. 00:45:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:09 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:09 Selecting previously unselected package liberror-perl. 00:45:09 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:09 Unpacking liberror-perl (0.17025-1) ... 00:45:09 Selecting previously unselected package git-man. 00:45:09 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:09 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:10 Selecting previously unselected package git. 00:45:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:10 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:11 Selecting previously unselected package libnorm1:amd64. 00:45:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:11 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:11 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:11 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:11 Selecting previously unselected package libsodium23:amd64. 00:45:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:11 Selecting previously unselected package libzmq5:amd64. 00:45:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:11 Selecting previously unselected package libzmq3-dev:amd64. 00:45:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:11 Selecting previously unselected package pkg-config. 00:45:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:11 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:11 Selecting previously unselected package zip. 00:45:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:11 Unpacking zip (3.0-11build1) ... 00:45:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:11 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:11 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:11 Setting up liberror-perl (0.17025-1) ... 00:45:11 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:11 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:11 No schema files found: doing nothing. 00:45:11 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:11 Setting up zip (3.0-11build1) ... 00:45:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:11 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:11 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:12 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:18 git set to automatically installed. 00:45:18 git-man set to automatically installed. 00:45:18 libcurl3-gnutls set to automatically installed. 00:45:18 liberror-perl set to automatically installed. 00:45:18 libglib2.0-0 set to automatically installed. 00:45:18 libnghttp2-14 set to automatically installed. 00:45:18 libnorm1 set to automatically installed. 00:45:18 libpgm-5.2-0 set to automatically installed. 00:45:18 libpsl5 set to automatically installed. 00:45:18 librtmp1 set to automatically installed. 00:45:18 libsodium23 set to automatically installed. 00:45:18 libzmq3-dev set to automatically installed. 00:45:18 libzmq5 set to automatically installed. 00:45:18 pkg-config set to automatically installed. 00:45:18 zip set to automatically installed. 00:45:20 snapd is not logged in, snap install commands will use sudo 00:45:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:27 snap "core18" has no updates available 00:45:31 Pulling config-common 00:45:32 Pulling go-build-helper 00:45:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:45:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:45:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:45:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:45:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:45:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:45:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:45:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:45:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:45:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:45:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:45:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:45:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:45:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:45:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:45:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:45:54 Fetched 23.9 MB in 0s (0 B/s) 00:45:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:54 Fetched 96.5 kB in 0s (0 B/s) 00:45:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:54 Fetched 279 kB in 0s (0 B/s) 00:45:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:54 Fetched 122 kB in 0s (0 B/s) 00:45:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:54 Fetched 77.8 kB in 0s (0 B/s) 00:45:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:54 Fetched 8848 B in 0s (0 B/s) 00:45:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:54 Fetched 47.8 kB in 0s (0 B/s) 00:45:54 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:54 Fetched 45.6 kB in 0s (0 B/s) 00:45:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:54 Fetched 15.0 kB in 0s (0 B/s) 00:45:54 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:45:54 Fetched 214 kB in 0s (0 B/s) 00:45:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:45:54 Fetched 155 kB in 0s (0 B/s) 00:45:54 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:54 Fetched 50.6 kB in 0s (0 B/s) 00:45:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:54 Fetched 14.8 kB in 0s (0 B/s) 00:45:54 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:54 Fetched 41.8 kB in 0s (0 B/s) 00:45:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:54 Fetched 499 kB in 0s (0 B/s) 00:45:54 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:54 Fetched 111 kB in 0s (0 B/s) 00:45:54 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:54 Fetched 240 kB in 0s (0 B/s) 00:45:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:54 Fetched 29.3 kB in 0s (0 B/s) 00:45:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:54 Fetched 85.5 kB in 0s (0 B/s) 00:45:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:54 Fetched 24.5 kB in 0s (0 B/s) 00:45:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:54 Fetched 49.2 kB in 0s (0 B/s) 00:45:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:54 Fetched 54.2 kB in 0s (0 B/s) 00:45:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:54 Fetched 30.8 kB in 0s (0 B/s) 00:45:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:45:54 Fetched 17.0 kB in 0s (0 B/s) 00:45:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:54 Fetched 85.9 kB in 0s (0 B/s) 00:45:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:54 Fetched 8720 B in 0s (0 B/s) 00:45:54 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:54 Fetched 137 kB in 0s (0 B/s) 00:45:54 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:54 Fetched 119 kB in 0s (0 B/s) 00:45:54 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:54 Fetched 109 kB in 0s (0 B/s) 00:45:54 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:54 Fetched 11.1 kB in 0s (0 B/s) 00:45:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:54 Fetched 645 kB in 0s (0 B/s) 00:45:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:54 Fetched 41.3 kB in 0s (0 B/s) 00:45:54 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:54 Fetched 17.9 kB in 0s (0 B/s) 00:45:54 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:54 Fetched 368 kB in 0s (0 B/s) 00:45:54 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:54 Fetched 187 kB in 0s (0 B/s) 00:45:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:54 Fetched 175 kB in 0s (0 B/s) 00:45:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:56 Fetched 206 kB in 0s (0 B/s) 00:45:56 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:45:56 Fetched 1301 kB in 0s (0 B/s) 00:45:56 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:56 Fetched 36.2 kB in 0s (0 B/s) 00:45:56 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:45:56 Fetched 159 kB in 0s (0 B/s) 00:45:56 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:56 Fetched 107 kB in 0s (0 B/s) 00:45:56 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:56 Fetched 48.7 kB in 0s (0 B/s) 00:45:56 Pulling static-packages 00:45:57 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:45:57 Skipping pull go-build-helper (already ran) 00:45:57 Skipping pull static-packages (already ran) 00:45:57 Building go-build-helper 00:45:57 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:45:57 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:46:01 Building static-packages 00:46:02 Staging go-build-helper 00:46:03 Staging static-packages 00:46:04 Pulling go115 00:46:05 'edgex-go' has dependencies that need to be staged: go115 00:46:05 Skipping pull go115 (already ran) 00:46:05 Building go115 00:46:05 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:05 Dload Upload Total Spent Left Speed 00:46:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4591k 0 0 12.8M 0 0:00:08 --:--:-- 0:00:08 12.8M 40 115M 40 46.5M 0 0 34.6M 0 0:00:03 0:00:01 0:00:02 34.5M 70 115M 70 81.0M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 100 115M 100 115M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M 00:46:09 go1.15.2.linux-amd64.tar.gz: OK 00:46:10 Removing intermediate container 5bcab98343de 00:46:10 ---> d16ec06ae066 00:46:10 00:46:10 Step 10/24 : FROM alpine:3.12 00:46:10 3.12: Pulling from library/alpine 00:46:12 Removing intermediate container 3b4901a22910 00:46:12 ---> 279bb48e0257 00:46:12 00:46:12 Step 10/21 : FROM alpine:3.12 00:46:12 3.12: Pulling from library/alpine 00:46:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:12 Status: Downloaded newer image for alpine:3.12 00:46:12 ---> afeebe901d6b 00:46:12 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:12 Status: Image is up to date for alpine:3.12 00:46:12 ---> afeebe901d6b 00:46:12 Step 11/21 : RUN apk add --update --no-cache curl 00:46:12 Removing intermediate container c289676bc8d8 00:46:12 ---> 39745e54d772 00:46:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:13 ---> Running in 6da85681193a 00:46:13 ---> Running in 469c88690682 00:46:13 ---> Running in e3d7c1cabce3 00:46:13 Staging go115 00:46:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:15 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:46:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:16 (1/5) Installing ca-certificates (20191127-r4) 00:46:16 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:16 (3/5) Installing libcurl (7.69.1-r3) 00:46:16 (4/5) Installing curl (7.69.1-r3) 00:46:16 (5/5) Installing dumb-init (1.2.2-r1) 00:46:16 Executing busybox-1.31.1-r19.trigger 00:46:16 Executing ca-certificates-20191127-r4.trigger 00:46:16 (1/4) Installing ca-certificates (20191127-r4) 00:46:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:16 (3/4) Installing libcurl (7.69.1-r3) 00:46:16 (4/4) Installing curl (7.69.1-r3) 00:46:16 Executing busybox-1.31.1-r19.trigger 00:46:18 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:18 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:18 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:18 Fetched 0 B in 0s (0 B/s) 00:46:18 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:18 Fetched 224 kB in 0s (0 B/s) 00:46:18 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:18 Fetched 157 kB in 0s (0 B/s) 00:46:18 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:18 Fetched 221 kB in 0s (0 B/s) 00:46:18 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:18 Fetched 143 kB in 0s (0 B/s) 00:46:18 Pulling edgex-go 00:46:18 Executing ca-certificates-20191127-r4.trigger 00:46:18 OK: 7 MiB in 19 packages 00:46:18 OK: 7 MiB in 18 packages 00:46:19 Pulling version 00:46:19 Building config-common 00:46:20 Removing intermediate container 6da85681193a 00:46:20 ---> 4a4e3b6709d9 00:46:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:20 ---> Running in fc6b4a090492 00:46:20 Removing intermediate container 469c88690682 00:46:20 ---> ef98e1508af4 00:46:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:21 ---> Running in 324438ff9e4e 00:46:21 Removing intermediate container fc6b4a090492 00:46:21 ---> c7ad7a9dde35 00:46:21 Step 13/24 : WORKDIR / 00:46:21 Skipping build go-build-helper (already ran) 00:46:21 Skipping build static-packages (already ran) 00:46:21 Skipping build go115 (already ran) 00:46:21 Building edgex-go 00:46:21 Removing intermediate container e3d7c1cabce3 00:46:21 ---> e2f9770bf3cb 00:46:21 00:46:21 Step 11/26 : FROM docker:20.10.0 00:46:21 20.10.0: Pulling from library/docker 00:46:21 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:46:21 ---> Running in eb1685386cfe 00:46:22 Removing intermediate container 324438ff9e4e 00:46:22 ---> 101d861caa86 00:46:22 Step 13/21 : WORKDIR /edgex 00:46:22 ---> Running in 68a43233cd79 00:46:23 Removing intermediate container eb1685386cfe 00:46:23 ---> 37664007b10b 00:46:23 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:46:23 go: downloading github.com/gorilla/mux v1.8.0 00:46:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:46:23 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 00:46:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 00:46:23 go: downloading github.com/google/uuid v1.2.0 00:46:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:46:23 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:46:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:24 go: downloading github.com/go-kit/kit v0.8.0 00:46:24 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:24 go: downloading github.com/pkg/errors v0.8.1 00:46:24 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:24 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:24 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:46:24 go: downloading github.com/pebbe/zmq4 v1.2.2 00:46:24 go: downloading github.com/imdario/mergo v0.3.11 00:46:24 go: downloading github.com/hashicorp/consul/api v1.1.0 00:46:24 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:24 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:46:24 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:46:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:24 go: downloading github.com/x448/float16 v0.8.4 00:46:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:24 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:24 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:24 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:46:24 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:24 go: downloading github.com/hashicorp/serf v0.8.2 00:46:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:46:24 go: downloading github.com/leodido/go-urn v1.2.0 00:46:24 go: downloading github.com/go-playground/universal-translator v0.17.0 00:46:24 go: downloading github.com/go-playground/locales v0.13.0 00:46:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:24 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:24 Removing intermediate container 68a43233cd79 00:46:24 ---> 5f37e01c8d1d 00:46:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:24 ---> a406508aad62 00:46:24 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:46:26 ---> 005292cc4601 00:46:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:26 ---> ac738e1c3f8d 00:46:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:27 Removing intermediate container 9f22747cbb9a 00:46:27 ---> af47dd0b5801 00:46:27 00:46:27 Step 10/23 : FROM alpine:3.12 00:46:27 ---> afeebe901d6b 00:46:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:46:27 Removing intermediate container d6f9c18a8b8f 00:46:27 ---> 16b9d379a5d7 00:46:27 00:46:27 Step 10/22 : FROM alpine:3.12 00:46:27 ---> afeebe901d6b 00:46:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:46:27 ---> Running in 1ef97ee59910 00:46:27 ---> Running in 4d5c0581e5ba 00:46:28 ---> 33d4f986e1ef 00:46:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:28 ---> 057337b4d480 00:46:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:30 ---> 6c9828e180a3 00:46:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:30 (1/1) Installing dumb-init (1.2.2-r1) 00:46:30 (1/2) Installing ca-certificates (20191127-r4) 00:46:30 Executing busybox-1.31.1-r19.trigger 00:46:30 OK: 5 MiB in 15 packages 00:46:30 (2/2) Installing dumb-init (1.2.2-r1) 00:46:30 Executing busybox-1.31.1-r19.trigger 00:46:30 Executing ca-certificates-20191127-r4.trigger 00:46:30 ---> f01083f62742 00:46:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:31 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:46:31 OK: 6 MiB in 16 packages 00:46:31 ---> Running in ed86914d8481 00:46:32 Removing intermediate container ed86914d8481 00:46:32 ---> 555e0f7b192e 00:46:32 Step 18/21 : CMD ["--init=true"] 00:46:32 ---> Running in 52fe0f8ff75a 00:46:32 Removing intermediate container 1ef97ee59910 00:46:32 ---> a6962b9cb52f 00:46:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:46:32 ---> 38fbc8ba742f 00:46:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:32 ---> Running in ce7813ac3b52 00:46:33 Removing intermediate container 52fe0f8ff75a 00:46:33 ---> 8e734f5e13ef 00:46:33 Step 19/21 : LABEL arch=arm64 00:46:33 ---> Running in 21486739e905 00:46:33 Removing intermediate container ce7813ac3b52 00:46:33 ---> 4320619a2efc 00:46:33 Step 13/23 : ENV APP_PORT=48082 00:46:33 Removing intermediate container 4d5c0581e5ba 00:46:33 ---> dec4ce3107ff 00:46:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:46:34 ---> Running in 3b31b28cfba6 00:46:34 ---> caf03dd20250 00:46:34 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:46:34 ---> Running in 8e6ea1c05077 00:46:34 Removing intermediate container 21486739e905 00:46:34 ---> 3df27de67ab3 00:46:34 Step 20/21 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:46:34 ---> Running in c36565e38fee 00:46:34 ---> Running in 86e2c23f183d 00:46:35 Removing intermediate container 3b31b28cfba6 00:46:35 ---> b970abdb4f34 00:46:35 Step 14/23 : EXPOSE $APP_PORT 00:46:35 Removing intermediate container 8e6ea1c05077 00:46:35 ---> d47790af69c8 00:46:35 Step 13/22 : ENV APP_PORT=48060 00:46:35 ---> Running in 4cd9585def5b 00:46:35 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:46:35 ---> Running in 2b108a88e304 00:46:35 Removing intermediate container 86e2c23f183d 00:46:35 ---> e950b833cb84 00:46:35 Step 21/21 : LABEL version=0.0.0 00:46:35 ---> Running in 54d68b51393e 00:46:36 Removing intermediate container 4cd9585def5b 00:46:36 ---> d20f6750f57c 00:46:36 Step 15/23 : WORKDIR / 00:46:36 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:46:36 Removing intermediate container 2b108a88e304 00:46:36 ---> dbe6532e9ae1 00:46:36 Step 14/22 : EXPOSE $APP_PORT 00:46:36 ---> Running in 5b3174dc93c4 00:46:36 Removing intermediate container 54d68b51393e 00:46:36 ---> 826b26118e42 00:46:36 00:46:36 ---> Running in 2539c4603447 00:46:37 Successfully built 826b26118e42 00:46:37 Removing intermediate container 5b3174dc93c4 00:46:37 ---> 40c4bf6f89d3 00:46:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:37  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:37 go: downloading github.com/stretchr/testify v1.7.0 00:46:37 Removing intermediate container 2539c4603447 00:46:37 ---> aa9b640a9eec 00:46:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:37 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:37 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:37 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:37 Removing intermediate container c36565e38fee 00:46:37 ---> ed2ba1c12c30 00:46:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:46:38 ---> Running in 01422d2aa45a 00:46:38 ---> f9ee43d136ec 00:46:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:46:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:46:38 Status: Downloaded newer image for docker:20.10.0 00:46:38 ---> eeaf43b92773 00:46:38 Step 12/26 : RUN apk add --no-cache bash 00:46:38 ---> e09f2450474c 00:46:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:38 ---> Running in c08332b9a366 00:46:38 Removing intermediate container 01422d2aa45a 00:46:38 ---> 814284e9690f 00:46:38 Step 22/24 : LABEL arch=arm64 00:46:39 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:46:39 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:39 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:39 ---> Running in 71a5c131bd81 00:46:40 ---> 9eff28ce5399 00:46:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:46:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:40 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:46:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 Removing intermediate container 71a5c131bd81 00:46:40 ---> 10df8caa1ba8 00:46:40 Step 23/24 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:46:41 ---> 9d85258dde6d 00:46:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:41 ---> Running in a300eeda936c 00:46:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:41 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:46:41 (1/2) Installing readline (8.0.4-r0) 00:46:41 (2/2) Installing bash (5.0.17-r0) 00:46:41 Executing bash-5.0.17-r0.post-install 00:46:41 Executing busybox-1.31.1-r19.trigger 00:46:41 ---> 205472665b64 00:46:41 Step 19/23 : ENTRYPOINT ["/core-command"] 00:46:41 OK: 12 MiB in 22 packages 00:46:41 ---> Running in 46246ab52c1d 00:46:42 Removing intermediate container a300eeda936c 00:46:42 ---> a6c6dab6fdb1 00:46:42 Step 24/24 : LABEL version=0.0.0 00:46:42 ---> 300f554f36e1 00:46:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:46:42 ---> Running in 48628cc15f95 00:46:42 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:46:42 ---> Running in c8870f3f0926 00:46:42 Removing intermediate container 46246ab52c1d 00:46:42 ---> 43519dea2d0e 00:46:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:43 ---> Running in 04f8d842ade3 00:46:43 Removing intermediate container 48628cc15f95 00:46:43 Removing intermediate container c8870f3f0926 00:46:43 ---> 747c2680f2bf 00:46:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:43 ---> 77e2fc03ee95 00:46:43 00:46:43 Removing intermediate container c08332b9a366 00:46:43 ---> 8d49e966c3ba 00:46:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:46:43 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:46:44 ---> Running in 3cc7cc5b6541 00:46:44 ---> Running in a47f491538eb 00:46:44 Successfully built 77e2fc03ee95 00:46:44 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:46:44  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:46:44 Removing intermediate container 04f8d842ade3 00:46:44 ---> fe2408f3c9f9 00:46:44 Step 21/23 : LABEL arch=arm64 00:46:44 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:46:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:44 ---> Running in e87cdbd665a6 00:46:44 Removing intermediate container a47f491538eb 00:46:44 ---> 0565ee5915e2 00:46:44 Step 14/26 : ENV APP_PORT=48090 00:46:44 Removing intermediate container 3cc7cc5b6541 00:46:44 ---> 3176d8afa184 00:46:44 Step 20/22 : LABEL arch=arm64 00:46:44 ---> Running in 59b1374710f1 00:46:44 ---> Running in 2ef10213913f 00:46:45 Removing intermediate container e87cdbd665a6 00:46:45 ---> fc7e64e44422 00:46:45 Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:46:45 ---> Running in e32ce6e03fbb 00:46:45 Removing intermediate container 59b1374710f1 00:46:45 ---> ba3c144db6ab 00:46:45 Step 21/22 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:46:45 Removing intermediate container 2ef10213913f 00:46:45 ---> 2dde3078866a 00:46:45 Step 15/26 : EXPOSE $APP_PORT 00:46:45 ---> Running in a4ccf75cca85 00:46:45 ---> Running in c7b4a0dc65c8 00:46:45 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:46:45 go: downloading github.com/lib/pq v1.9.0 00:46:46 Removing intermediate container e32ce6e03fbb 00:46:46 ---> bf17d3117069 00:46:46 Step 23/23 : LABEL version=0.0.0 00:46:46 ---> Running in eb6fcd0b034f 00:46:46 Removing intermediate container a4ccf75cca85 00:46:46 ---> a073f822366a 00:46:46 Step 22/22 : LABEL version=0.0.0Removing intermediate container c7b4a0dc65c8 00:46:46 00:46:46 ---> 8a4d86d1e07b 00:46:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:46:46 ---> Running in 78cc9f14f97f 00:46:46 Removing intermediate container eb6fcd0b034f 00:46:46 ---> ceadb083b3a2 00:46:46 00:46:47 Successfully built ceadb083b3a2 00:46:47 Successfully tagged docker-core-command-go-arm64:latest 00:46:47  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 00:46:47 Removing intermediate container 78cc9f14f97f 00:46:47 ---> 026d20812b37 00:46:47 00:46:48 Building version 00:46:48 ---> 9e4ed9f6a4d1 00:46:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:46:48 Successfully built 026d20812b37 00:46:48 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:48  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:46:49 ---> fca0634a4b58 00:46:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:46:50 Staging config-common 00:46:50 ---> dcaa90fa01f7 00:46:50 Step 19/26 : RUN apk --no-cache add py3-pip 00:46:50 ---> Running in 1662bf063dda 00:46:51 Skipping stage go-build-helper (already ran) 00:46:51 Skipping stage static-packages (already ran) 00:46:51 Skipping stage go115 (already ran) 00:46:51 Staging edgex-go 00:46:51 Staging version 00:46:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:52 (1/33) Installing libbz2 (1.0.8-r1) 00:46:52 (2/33) Installing expat (2.2.9-r1) 00:46:52 (3/33) Installing libffi (3.3-r2) 00:46:52 (4/33) Installing gdbm (1.13-r1) 00:46:52 (5/33) Installing xz-libs (5.2.5-r0) 00:46:52 (6/33) Installing sqlite-libs (3.32.1-r0) 00:46:52 (7/33) Installing python3 (3.8.5-r0) 00:46:52 Priming config-common 00:46:53 Priming go-build-helper 00:46:54 Priming static-packages 00:46:54 (8/33) Installing py3-appdirs (1.4.4-r1) 00:46:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:46:54 (10/33) Installing py3-parsing (2.4.7-r0) 00:46:54 (11/33) Installing py3-six (1.15.0-r0) 00:46:54 (12/33) Installing py3-packaging (20.4-r0) 00:46:54 (13/33) Installing py3-setuptools (47.0.0-r0) 00:46:54 (14/33) Installing py3-chardet (3.0.4-r4) 00:46:54 (15/33) Installing py3-idna (2.9-r0) 00:46:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:46:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:46:54 (18/33) Installing py3-requests (2.23.0-r0) 00:46:54 (19/33) Installing py3-msgpack (1.0.0-r0) 00:46:54 (20/33) Installing py3-lockfile (0.12.2-r3) 00:46:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:46:54 (22/33) Installing py3-colorama (0.4.3-r0) 00:46:54 (23/33) Installing py3-distlib (0.3.0-r0) 00:46:54 (24/33) Installing py3-distro (1.5.0-r1) 00:46:54 (25/33) Installing py3-webencodings (0.5.1-r3) 00:46:54 (26/33) Installing py3-html5lib (1.0.1-r4) 00:46:54 (27/33) Installing py3-pytoml (0.1.21-r0) 00:46:54 (28/33) Installing py3-pep517 (0.8.2-r0) 00:46:54 (29/33) Installing py3-progress (1.5-r0) 00:46:54 (30/33) Installing py3-toml (0.10.1-r0) 00:46:54 (31/33) Installing py3-retrying (1.3.3-r0) 00:46:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:46:54 (33/33) Installing py3-pip (20.1.1-r0) 00:46:55 Executing busybox-1.31.1-r19.trigger 00:46:55 OK: 71 MiB in 55 packages 00:46:57 Priming go115 00:46:57 Priming edgex-go 00:46:59 Priming version 00:46:59 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:47:05 Removing intermediate container 1662bf063dda 00:47:05 ---> 571e23400f88 00:47:05 Step 20/26 : RUN pip install docker-compose==1.23.2 00:47:05 ---> Running in fe4751d10583 00:47:11 Collecting docker-compose==1.23.2 00:47:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:14 Collecting PyYAML<4,>=3.10 00:47:14 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:18 Collecting cached-property<2,>=1.2.0 00:47:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47:18 Collecting docopt<0.7,>=0.6.1 00:47:18 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:19 ---> bc35cd933c9e 00:47:19 Step 3/22 : WORKDIR /edgex-go 00:47:19 ---> Using cache 00:47:19 ---> 562f35c7a1f5 00:47:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:19 ---> Using cache 00:47:19 ---> d0f807db7ab7 00:47:19 Step 5/22 : RUN apk add --update --no-cache make git 00:47:21 Collecting jsonschema<3,>=2.5.1 00:47:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:22 ---> Running in fc2cf37368d9 00:47:22 Collecting dockerpty<0.5,>=0.4.1 00:47:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:24 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:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:25 Collecting docker<4.0,>=3.6.0 00:47:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:25 OK: 217 MiB in 51 packages 00:47:26 Collecting texttable<0.10,>=0.9.0 00:47:26 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:29 Removing intermediate container fc2cf37368d9 00:47:29 ---> d359bf9ce7fd 00:47:29 Step 6/22 : COPY go.mod . 00:47:29 Collecting websocket-client<1.0,>=0.32.0 00:47:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:30 Collecting idna<2.8,>=2.5 00:47:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:31 ---> f6e90f34710c 00:47:31 Step 7/22 : RUN go mod download 00:47:31 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:47:31 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:47:31 ---> Running in 28374b3b606e 00:47:32 Collecting urllib3<1.25,>=1.21.1 00:47:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:32 ---> bc35cd933c9e 00:47:32 Step 3/23 : WORKDIR /edgex-go 00:47:32 ---> Using cache 00:47:32 ---> 562f35c7a1f5 00:47:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:32 ---> Using cache 00:47:32 ---> d0f807db7ab7 00:47:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:32 ---> Running in 8de8f70007f2 00:47:32 Collecting docker-pycreds>=0.4.0 00:47:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:34 Installing collected packages: idna, urllib3, requests, PyYAML, cached-property, docopt, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, texttable, docker-compose 00:47:34 Attempting uninstall: idna 00:47:34 Found existing installation: idna 2.9 00:47:34 Uninstalling idna-2.9: 00:47:34 Successfully uninstalled idna-2.9 00:47:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:35 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:47:35 ---> bc35cd933c9e 00:47:35 Step 3/31 : WORKDIR /edgex-go 00:47:35 ---> Using cache 00:47:35 ---> 562f35c7a1f5 00:47:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:35 ---> Using cache 00:47:35 ---> d0f807db7ab7 00:47:35 Step 5/31 : RUN apk add --update --no-cache make git 00:47:35 ---> Using cache 00:47:35 ---> d359bf9ce7fd 00:47:35 Step 6/31 : COPY go.mod . 00:47:35 ---> Using cache 00:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:35 ---> f6e90f34710c 00:47:35 Step 7/31 : RUN go mod download 00:47:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:35 ---> bc35cd933c9e 00:47:35 Step 3/23 : WORKDIR /edgex-go 00:47:35 ---> Using cache 00:47:35 ---> 562f35c7a1f5 00:47:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:35 ---> Using cache 00:47:35 ---> d0f807db7ab7 00:47:35 Step 5/23 : RUN apk add --update --no-cache make git 00:47:35 ---> Using cache 00:47:35 ---> d359bf9ce7fd 00:47:35 Step 6/23 : COPY go.mod . 00:47:35 ---> Using cache 00:47:35 ---> f6e90f34710c 00:47:35 Step 7/23 : RUN go mod download 00:47:35 Attempting uninstall: urllib3 00:47:35 Found existing installation: urllib3 1.25.9 00:47:35 Uninstalling urllib3-1.25.9: 00:47:35 ---> Running in 04abc4f62a74 00:47:35 ---> Running in 6bd633643ec8 00:47:36 Successfully uninstalled urllib3-1.25.9 00:47:36 OK: 217 MiB in 51 packages 00:47:36 Removing intermediate container 28374b3b606e 00:47:36 ---> be7399eecdac 00:47:36 Step 8/22 : COPY . . 00:47:36 Attempting uninstall: requests 00:47:36 Found existing installation: requests 2.23.0 00:47:36 Uninstalling requests-2.23.0: 00:47:36 Successfully uninstalled requests-2.23.0 00:47:37 Running setup.py install for PyYAML: started 00:47:37 Removing intermediate container 8de8f70007f2 00:47:37 ---> 79492b500bc8 00:47:37 Step 6/23 : COPY go.mod . 00:47:39 ---> 86b97df799a8 00:47:39 Step 7/23 : RUN go mod download 00:47:40 Running setup.py install for PyYAML: finished with status 'done' 00:47:40 Running setup.py install for docopt: started 00:47:40 ---> Running in 22c83c56df90 00:47:41 Removing intermediate container 04abc4f62a74 00:47:41 ---> 20d3c4108351 00:47:41 Step 8/23 : COPY . . 00:47:42 Removing intermediate container 6bd633643ec8 00:47:42 ---> f29270e8fc4e 00:47:42 Step 8/31 : COPY . . 00:47:43 Running setup.py install for docopt: finished with status 'done' 00:47:44 Running setup.py install for dockerpty: started 00:47:46 Running setup.py install for dockerpty: finished with status 'done' 00:47:47 Removing intermediate container 22c83c56df90 00:47:47 ---> 9c3b5e6c6043 00:47:47 Step 8/23 : COPY . . 00:47:47 Running setup.py install for texttable: started 00:47:49 Running setup.py install for texttable: finished with status 'done' 00:47:50 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:48:01 ---> 814e1e43787a 00:48:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:02 ---> Running in dc3596a290bd 00:48:02 Removing intermediate container fe4751d10583 00:48:02 ---> 5cae6f140541 00:48:02 Step 21/26 : RUN apk --no-cache add curl 00:48:03 ---> Running in 346ef662233e 00:48:03 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:48:04 ---> 9cbd0ed7b15c 00:48:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:48:04 ---> 21ae28d3b0f3 00:48:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:04 ---> Running in f2900a3d89c9 00:48:05 ---> Running in f215426e08f9 00:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:06 (2/3) Installing libcurl (7.69.1-r3) 00:48:07 (3/3) Installing curl (7.69.1-r3) 00:48:07 Executing busybox-1.31.1-r19.trigger 00:48:07 OK: 71 MiB in 58 packages 00:48:07 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:48:07 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:48:09 Removing intermediate container 346ef662233e 00:48:09 ---> bb01624ffd53 00:48:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:09 ---> Running in 7d76f4fc84f1 00:48:09 ---> 0e96db2e47cb 00:48:09 Step 9/23 : RUN make cmd/core-data/core-data 00:48:09 ---> Running in 313e8f4a719e 00:48:10 Removing intermediate container 7d76f4fc84f1 00:48:10 ---> 5cdbb3585a70 00:48:10 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:10 ---> Running in ddd614fc85b3 00:48:11 Removing intermediate container ddd614fc85b3 00:48:11 ---> cb972e6f8b35 00:48:11 Step 24/26 : LABEL arch=arm64 00:48:11 ---> Running in ce79804f2a18 00:48: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:48:12 Removing intermediate container ce79804f2a18 00:48:12 ---> 4e5e1d4262b4 00:48:12 Step 25/26 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:48:12 ---> Running in 53cd2dff400b 00:48:12 Removing intermediate container 53cd2dff400b 00:48:12 ---> 75e8ba243e25 00:48:12 Step 26/26 : LABEL version=0.0.0 00:48:13 ---> Running in eb78d4c65739 00:48:13 Removing intermediate container eb78d4c65739 00:48:13 ---> 1a70ec2c1fc5 00:48:13 00:48:14 Successfully built 1a70ec2c1fc5 00:48:14 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:22  Building docker-sys-mgmt-agent-go ... done 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:49:37 Removing intermediate container dc3596a290bd 00:49:37 ---> 882a18cb3f7b 00:49:37 00:49:37 Step 10/22 : FROM alpine:3.12 00:49:37 ---> afeebe901d6b 00:49:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:37 ---> Using cache 00:49:37 ---> a6962b9cb52f 00:49:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:37 ---> Using cache 00:49:37 ---> 4320619a2efc 00:49:37 Step 13/22 : ENV APP_PORT=48085 00:49:37 ---> Running in 3fae127488fa 00:49:38 Removing intermediate container 3fae127488fa 00:49:38 ---> 5f13d9892fb6 00:49:38 Step 14/22 : EXPOSE $APP_PORT 00:49:38 ---> Running in 5ea78f2c980a 00:49:40 Removing intermediate container 5ea78f2c980a 00:49:40 ---> 9a0cc72363d6 00:49:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:41 Removing intermediate container f215426e08f9 00:49:41 ---> d8cd698ba4dd 00:49:41 00:49:41 Step 10/31 : FROM alpine:3.12 00:49:41 ---> afeebe901d6b 00:49:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:41 ---> b04cfe29f1dc 00:49:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:41 ---> Running in ee32359db895 00:49:42 Removing intermediate container ee32359db895 00:49:42 ---> 13a2775bf4bb 00:49:42 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:49:42 ---> Running in 6f00dfd8a977 00:49:43 ---> a58188c3c705 00:49:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:44 ---> 5079037c25fe 00:49:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:45 ---> Running in 74005b72335b 00:49:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:45 Removing intermediate container 74005b72335b 00:49:45 ---> cd4135046998 00:49:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:45 (1/2) Installing dumb-init (1.2.2-r1) 00:49:45 ---> Running in f242cb8e46e7 00:49:45 (2/2) Installing su-exec (0.2-r1) 00:49:45 Executing busybox-1.31.1-r19.trigger 00:49:45 OK: 5 MiB in 16 packages 00:49:46 Removing intermediate container f242cb8e46e7 00:49:46 ---> 38d2baa40e2b 00:49:46 Step 20/22 : LABEL arch=arm64 00:49:46 ---> Running in d424c2d2f733 00:49:47 Removing intermediate container d424c2d2f733 00:49:47 ---> 2c25c389573f 00:49:47 Step 21/22 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:49:47 Removing intermediate container 6f00dfd8a977 00:49:47 ---> 5f184f94b19a 00:49:47 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:49:47 ---> Running in 3edbfdf227d5 00:49:47 ---> Running in 366eec54ed82 00:49:48 Removing intermediate container 366eec54ed82 00:49:48 ---> bf601ee7c333 00:49:48 Step 22/22 : LABEL version=0.0.0 00:49:48 Removing intermediate container 3edbfdf227d5 00:49:48 ---> 67d6d02b02d9 00:49:48 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:48 ---> Running in 6a7d848ac397 00:49:49 ---> Running in 34f9482e6332 00:49:49 Removing intermediate container 6a7d848ac397 00:49:49 ---> ef384441e13d 00:49:49 00:49:50 Removing intermediate container 34f9482e6332 00:49:50 ---> 04481b7f4a74 00:49:50 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:50 Successfully built ef384441e13d 00:49:50 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:50 ---> Running in 539e139d89a0 00:49:51  Building docker-support-scheduler-go ... done Removing intermediate container f2900a3d89c9 00:49:51 ---> 7e7eb9355098 00:49:51 00:49:51 Step 10/23 : FROM alpine:3.12 00:49:51 ---> afeebe901d6b 00:49:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:51 ---> Using cache 00:49:51 ---> a6962b9cb52f 00:49:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:51 ---> Using cache 00:49:51 ---> 4320619a2efc 00:49:51 Step 13/23 : ENV APP_PORT=48081 00:49:51 ---> Running in 4c4ba53fdf8e 00:49:52 Removing intermediate container 4c4ba53fdf8e 00:49:52 ---> 258731b7beab 00:49:52 Step 14/23 : EXPOSE $APP_PORT 00:49:52 ---> Running in a2ad582a585d 00:49:52 Removing intermediate container 539e139d89a0 00:49:52 ---> 027d412e026d 00:49:52 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:53 Removing intermediate container a2ad582a585d 00:49:53 ---> 9dcf2089efac 00:49:53 Step 15/23 : WORKDIR / 00:49:53 ---> Running in a0481ac353bf 00:49:53 ---> Running in a850ff90eae8 00:49:53 Removing intermediate container a0481ac353bf 00:49:53 ---> 90b05b632059 00:49:53 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:53 Removing intermediate container a850ff90eae8 00:49:53 ---> c4375e2a1eca 00:49:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:54 ---> c2c49a1ef6ff 00:49:54 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:54 ---> a249e5750a53 00:49:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:55 ---> Running in 5cf7221eb800 00:49:56 ---> 364fc9af5d78 00:49:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:57 ---> 6b266decc12a 00:49:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:57 ---> Running in add013295c94 00:49:57 Removing intermediate container 313e8f4a719e 00:49:57 ---> 06b04d408b8c 00:49:57 00:49:57 Step 10/23 : FROM alpine:3.12 00:49:57 ---> afeebe901d6b 00:49:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:58 Removing intermediate container 5cf7221eb800 00:49:58 ---> ccb94699d2b6 00:49:58 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:58 ---> Running in a7aa17b47583 00:49:58 Removing intermediate container add013295c94 00:49:58 ---> 63482b9c9349 00:49:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:58 ---> Running in 9cf29d2c1b83 00:49:58 Removing intermediate container a7aa17b47583 00:49:58 ---> 44d03ced954b 00:49:58 Step 12/23 : ENV APP_PORT=48080 00:49:58 ---> 793f7acad729 00:49:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:58 ---> Running in fc1577438e1c 00:49:58 Removing intermediate container 9cf29d2c1b83 00:49:58 ---> 87f38f0ae040 00:49:59 Step 21/23 : LABEL arch=arm64 00:49:59 ---> Running in e8aec4b5f8a6 00:49:59 Removing intermediate container fc1577438e1c 00:49:59 ---> 57b8e27e0def 00:49:59 Step 13/23 : EXPOSE $APP_PORT 00:49:59 Removing intermediate container e8aec4b5f8a6 00:49:59 ---> c1aaaba2b640 00:49:59 Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:50:00 ---> Running in 9796b7ce1b16 00:50:00 ---> Running in cc6637de04e4 00:50:00 ---> 06da3d3a87a7 00:50:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:00 Removing intermediate container 9796b7ce1b16 00:50:00 Removing intermediate container cc6637de04e4 00:50:00 ---> 101ff21f3c37 00:50:00 Step 23/23 : LABEL version=0.0.0 00:50:00 ---> 59fbd205eb18 00:50:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:00 ---> Running in 1b341300683e 00:50:00 ---> Running in fca74c45fb7e 00:50:00 ---> 416538741584 00:50:00 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:50:01 Removing intermediate container 1b341300683e 00:50:01 ---> 5a40c6602d56 00:50:01 00:50:01 Successfully built 5a40c6602d56 00:50:01 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:02  Building docker-core-metadata-go ... done  ---> af31fa0f8276 00:50:02 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:02 Removing intermediate container fca74c45fb7e 00:50:02 ---> 2ab587c6351e 00:50:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:02 ---> 1664f16e5667 00:50:02 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:02 ---> Running in 77e2b23e1b4b 00:50:03 ---> Running in ba68a93c4016 00:50:03 Removing intermediate container ba68a93c4016 00:50:03 ---> ded7fb338dc1 00:50:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:04 ---> cff6b13406b5 00:50:04 Step 26/31 : RUN chmod +x /entrypoint.sh 00:50:04 ---> Running in 89c174313dfe 00:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:06 Removing intermediate container 89c174313dfe 00:50:06 ---> 7cf7e1e0164e 00:50:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:50:07 ---> Running in f76ef14e4782 00:50:07 (1/6) Installing dumb-init (1.2.2-r1) 00:50:07 (2/6) Installing libgcc (9.3.0-r2) 00:50:07 (3/6) Installing libsodium (1.0.18-r0) 00:50:07 Removing intermediate container f76ef14e4782 00:50:07 ---> 9a5af6c9d927 00:50:07 Step 28/31 : CMD ["gate"] 00:50:07 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:08 ---> Running in a561e591f514 00:50:08 (5/6) Installing libzmq (4.3.3-r0) 00:50:08 (6/6) Installing zeromq (4.3.3-r0) 00:50:08 Executing busybox-1.31.1-r19.trigger 00:50:08 Removing intermediate container a561e591f514 00:50:08 ---> 4cf575227f41 00:50:08 Step 29/31 : LABEL arch=arm64 00:50:08 OK: 8 MiB in 20 packages 00:50:09 ---> Running in a77e97e08917 00:50:09 Removing intermediate container a77e97e08917 00:50:09 ---> 393f570c6ed2 00:50:09 Step 30/31 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:50:10 ---> Running in 7484317e608d 00:50:10 Removing intermediate container 77e2b23e1b4b 00:50:10 ---> dc505e04f2d3 00:50:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:10 Removing intermediate container 7484317e608d 00:50:10 ---> c44201c5495d 00:50:10 Step 31/31 : LABEL version=0.0.0 00:50:10 ---> Running in e2dcb1af4380 00:50:11 ---> 7343e85f22ae 00:50:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:11 Removing intermediate container e2dcb1af4380 00:50:11 ---> 0423fd507192 00:50:11 00:50:12 Successfully built 0423fd507192 00:50:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:12  Building docker-security-bootstrapper-go ... done  ---> beab9665e1c6 00:50:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:13 ---> 66fdcb0c70d6 00:50:13 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:13 ---> Running in 7a2ecefcb079 00:50:14 Removing intermediate container 7a2ecefcb079 00:50:14 ---> abf250341d39 00:50:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:14 ---> Running in d49268f39134 00:50:14 Removing intermediate container d49268f39134 00:50:14 ---> 48efc8c4425c 00:50:14 Step 21/23 : LABEL arch=arm64 00:50:14 ---> Running in 2ad30b357943 00:50:15 Removing intermediate container 2ad30b357943 00:50:15 ---> a356ec972763 00:50:15 Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 00:50:15 ---> Running in cdc952f1882d 00:50:16 Removing intermediate container cdc952f1882d 00:50:16 ---> dcd033f3b231 00:50:16 Step 23/23 : LABEL version=0.0.0 00:50:16 ---> Running in a88c1b55317b 00:50:16 Removing intermediate container a88c1b55317b 00:50:16 ---> 31326ea5aac1 00:50:16 00:50:16 Successfully built 31326ea5aac1 00:50:16 Successfully tagged docker-core-data-go-arm64:latest 00:50:17  Building docker-core-data-go ... done  [Pipeline] } 00:50:17 $ docker stop --time=1 62d086de538329979de46450f5eb3d1b94acb4e7e46daaebee6075f58f651130 00:50:19 $ docker rm -f 62d086de538329979de46450f5eb3d1b94acb4e7e46daaebee6075f58f651130 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:20 + docker images 00:50:20 + grep docker 00:50:20 docker-core-data-go-arm64 latest 31326ea5aac1 4 seconds ago 21MB 00:50:20 docker-security-bootstrapper-go-arm64 latest 0423fd507192 9 seconds ago 22.6MB 00:50:20 docker-core-metadata-go-arm64 latest 5a40c6602d56 20 seconds ago 17.7MB 00:50:20 docker-support-scheduler-go-arm64 latest ef384441e13d 31 seconds ago 16.1MB 00:50:20 docker-sys-mgmt-agent-go-arm64 latest 1a70ec2c1fc5 2 minutes ago 300MB 00:50:20 docker-support-notifications-go-arm64 latest 026d20812b37 3 minutes ago 16.7MB 00:50:20 docker-core-command-go-arm64 latest ceadb083b3a2 3 minutes ago 16MB 00:50:20 docker-security-secretstore-setup-go-arm64 latest 77e2fc03ee95 3 minutes ago 23.4MB 00:50:20 docker-security-proxy-setup-go-arm64 latest 826b26118e42 3 minutes ago 23.2MB 00:50:20 docker 20.10.0 eeaf43b92773 7 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) [Pipeline] unstash [Pipeline] wrap 00:50:22 provisioning config files... 00:50:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config1271596825642186868tmp [Pipeline] { [Pipeline] sh 00:50:22 + set +x 00:50:22 + curl -s https://codecov.io/bash 00:50:22 + bash -s -- 00:50:23 00:50:23 _____ _ 00:50:23 / ____| | | 00:50:23 | | ___ __| | ___ ___ _____ __ 00:50:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:23 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:23 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:23 Bash-20210129-7c25fce 00:50:23 00:50:23 00:50:23 ==> git version 2.24.3 found 00:50:23 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:50:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:23 ==> Jenkins CI detected. 00:50:23 project root: . 00:50:23 --> token set from env 00:50:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:23 ==> Running gcov in . (disable via -X gcov) 00:50:23 ==> Python coveragepy not found 00:50:23 ==> Searching for coverage reports in: 00:50:23 + . 00:50:23 -> Found 1 reports 00:50:23 ==> Detecting git/mercurial file structure 00:50:23 ==> Reading reports 00:50:23 + ./coverage.out bytes=583066 00:50:23 ==> Appending adjustments 00:50:23 https://docs.codecov.io/docs/fixing-reports 00:50:26 + Found adjustments 00:50:26 ==> Gzipping contents 00:50:26 88K /tmp/codecov.B0Z7Lh.gz 00:50:26 ==> Uploading reports 00:50:26 url: https://codecov.io 00:50:26 query: branch=PR-3113&commit=50b6a7af015f2348a8ef257983e31d320bf68077&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 00:50:26 -> Pinging Codecov 00:50:26 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=50b6a7af015f2348a8ef257983e31d320bf68077&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 00:50:27 -> Uploading to 00:50:27 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/50b6a7af015f2348a8ef257983e31d320bf68077/75e6a226-d8b3-40b8-a9b9-db7ac0cfdfad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T005027Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=989810ea21c984a28acaf9c2598f6f7f3833f22c5ece9cb988447f279f6c28f6 00:50:27 % Total % Received % Xferd Average Speed Time Time Time Current 00:50:27 Dload Upload Total Spent Left Speed 00:50:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87911 0 0 100 87911 0 137k --:--:-- --:--:-- --:--:-- 137k 100 87911 0 0 100 87911 0 137k --:--:-- --:--:-- --:--:-- 137k 00:50:27 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/50b6a7af015f2348a8ef257983e31d320bf68077 [Pipeline] } 00:50:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:50:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:30 ---> package-listing.sh 00:50:30 ++ facter osfamily 00:50:30 ++ tr '[:upper:]' '[:lower:]' 00:50:30 + OS_FAMILY=redhat 00:50:30 + workspace=/w/workspace/edgex-go/9 00:50:30 + START_PACKAGES=/tmp/packages_start.txt 00:50:30 + END_PACKAGES=/tmp/packages_end.txt 00:50:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:30 + PACKAGES=/tmp/packages_start.txt 00:50:30 + '[' /w/workspace/edgex-go/9 ']' 00:50:30 + PACKAGES=/tmp/packages_end.txt 00:50:30 + case "${OS_FAMILY}" in 00:50:30 + rpm -qa 00:50:30 + sort 00:50:36 + '[' -f /tmp/packages_start.txt ']' 00:50:36 + '[' -f /tmp/packages_end.txt ']' 00:50:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:36 + '[' /w/workspace/edgex-go/9 ']' 00:50:36 + mkdir -p /w/workspace/edgex-go/9/archives/ 00:50:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 00:50:36 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:36 00:50:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:37 alpine: Pulling from edgex-lftools-log-publisher 00:50:37 df20fa9351a1: Pulling fs layer 00:50:37 36b3adc4ff6f: Pulling fs layer 00:50:37 8ad3a11d3b57: Pulling fs layer 00:50:37 46f8f816bc3b: Pulling fs layer 00:50:37 93b61091891f: Pulling fs layer 00:50:37 93b9cdb0e59b: Pulling fs layer 00:50:37 5e14af77c1be: Pulling fs layer 00:50:37 01666e4c0597: Pulling fs layer 00:50:37 aa168da1d23b: Pulling fs layer 00:50:37 46f8f816bc3b: Waiting 00:50:37 93b61091891f: Waiting 00:50:37 01666e4c0597: Waiting 00:50:37 aa168da1d23b: Waiting 00:50:37 5e14af77c1be: Waiting 00:50:37 93b9cdb0e59b: Waiting 00:50:37 36b3adc4ff6f: Verifying Checksum 00:50:37 36b3adc4ff6f: Download complete 00:50:37 46f8f816bc3b: Verifying Checksum 00:50:37 46f8f816bc3b: Download complete 00:50:37 df20fa9351a1: Download complete 00:50:37 93b9cdb0e59b: Verifying Checksum 00:50:37 93b9cdb0e59b: Download complete 00:50:37 5e14af77c1be: Verifying Checksum 00:50:37 5e14af77c1be: Download complete 00:50:37 93b61091891f: Verifying Checksum 00:50:37 93b61091891f: Download complete 00:50:37 01666e4c0597: Verifying Checksum 00:50:37 01666e4c0597: Download complete 00:50:37 8ad3a11d3b57: Verifying Checksum 00:50:37 8ad3a11d3b57: Download complete 00:50:37 df20fa9351a1: Pull complete 00:50:37 36b3adc4ff6f: Pull complete 00:50:39 aa168da1d23b: Download complete 00:50:39 8ad3a11d3b57: Pull complete 00:50:40 46f8f816bc3b: Pull complete 00:50:40 93b61091891f: Pull complete 00:50:40 93b9cdb0e59b: Pull complete 00:50:40 5e14af77c1be: Pull complete 00:50:40 01666e4c0597: Pull complete 00:50:49 aa168da1d23b: Pull complete 00:50:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:49 prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container 00:50:49 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:50:54 $ docker top d8374b948d98c13e73b58fdb6afe3999e361f1e071b305902ca2081ac8b5e86d -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:54 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:55 + mkdir -p /var/log/sa [Pipeline] sh 00:50:55 + ls /var/log/sa-host 00:50:55 + sadf -c /var/log/sa-host/sa05 00:50:55 file_magic: OK 00:50:55 HZ: Using current value: 100 00:50:55 file_header: OK 00:50:55 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:50:55 Statistics: 00:50:55 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... 00:50:55 File successfully converted to sysstat format version 12.2.1 00:50:55 + sadf -c /var/log/sa-host/sa23 00:50:55 file_magic: OK 00:50:55 HZ: Using current value: 100 00:50:55 file_header: OK 00:50:55 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:50:55 Statistics: 00:50:55 Hnuu...uuuununununu... 00:50:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:56 provisioning config files... 00:50:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config1392841732511994311tmp [Pipeline] { [Pipeline] echo 00:50:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:56 ---> create-netrc.sh [Pipeline] } 00:50:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:57 ---> python-tools-install.sh [Pipeline] echo 00:50:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:57 ---> sudo-logs.sh 00:50:57 Archiving 'sudo' log.. [Pipeline] echo 00:50:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:57 ---> job-cost.sh 00:50:57 lf-activate-venv: SKIPPING 00:50:57 INFO: No Stack... 00:50:58 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:59 INFO: Archiving Costs [Pipeline] echo 00:50:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:59 ---> logs-deploy.sh 00:50:59 lf-activate-venv: SKIPPING 00:50:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/9 00:50:59 INFO: archiving workspace using pattern(s): 00:51:01 Archives upload complete. 00:51:01 INFO: archiving logs to Nexus 00:51:02 ---> uname -a: 00:51:02 Linux prd-centos7-docker-4c-2g-25108.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:51:02 00:51:02 00:51:02 ---> lscpu: 00:51:02 Architecture: x86_64 00:51:02 CPU op-mode(s): 32-bit, 64-bit 00:51:02 Byte Order: Little Endian 00:51:02 Address sizes: 40 bits physical, 48 bits virtual 00:51:02 CPU(s): 4 00:51:02 On-line CPU(s) list: 0-3 00:51:02 Thread(s) per core: 1 00:51:02 Core(s) per socket: 1 00:51:02 Socket(s): 4 00:51:02 NUMA node(s): 1 00:51:02 Vendor ID: GenuineIntel 00:51:02 CPU family: 6 00:51:02 Model: 44 00:51:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:02 Stepping: 1 00:51:02 CPU MHz: 2933.436 00:51:02 BogoMIPS: 5866.87 00:51:02 Virtualization: VT-x 00:51:02 Hypervisor vendor: KVM 00:51:02 Virtualization type: full 00:51:02 L1d cache: 128 KiB 00:51:02 L1i cache: 128 KiB 00:51:02 L2 cache: 16 MiB 00:51:02 L3 cache: 64 MiB 00:51:02 NUMA node0 CPU(s): 0-3 00:51:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:02 Vulnerability Meltdown: Mitigation; PTI 00:51:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:02 Vulnerability Srbds: Not affected 00:51:02 Vulnerability Tsx async abort: Not affected 00:51:02 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:51:02 00:51:02 00:51:02 ---> nproc: 00:51:02 4 00:51:02 00:51:02 00:51:02 ---> df -h: 00:51:02 Filesystem Size Used Available Use% Mounted on 00:51:02 overlay 50.0G 12.6G 37.4G 25% / 00:51:02 tmpfs 64.0M 0 64.0M 0% /dev 00:51:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:02 shm 64.0M 0 64.0M 0% /dev/shm 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/9 00:51:02 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/9@tmp 00:51:02 00:51:02 00:51:02 ---> free -m: 00:51:02 total used free shared buff/cache available 00:51:02 Mem: 1837 724 186 0 926 1031 00:51:02 Swap: 1023 61 962 00:51:02 00:51:02 00:51:02 ---> ip addr: 00:51:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:02 inet 127.0.0.1/8 scope host lo 00:51:02 valid_lft forever preferred_lft forever 00:51:02 inet6 ::1/128 scope host 00:51:02 valid_lft forever preferred_lft forever 00:51:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:02 link/ether fa:16:3e:64:3d:84 brd ff:ff:ff:ff:ff:ff 00:51:02 inet 10.30.122.91/23 brd 10.30.123.255 scope global dynamic eth0 00:51:02 valid_lft 85119sec preferred_lft 85119sec 00:51:02 inet6 fe80::f816:3eff:fe64:3d84/64 scope link 00:51:02 valid_lft forever preferred_lft forever 00:51:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:02 link/ether 02:42:9c:23:a1:41 brd ff:ff:ff:ff:ff:ff 00:51:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:02 valid_lft forever preferred_lft forever 00:51:02 inet6 fe80::42:9cff:fe23:a141/64 scope link 00:51:02 valid_lft forever preferred_lft forever 00:51:02 00:51:02 00:51:02 ---> sar -b -r -n DEV: 00:51:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 00:51:02 00:51:02 00:29:28 LINUX RESTART (4 CPU) 00:51:02 00:51:02 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:02 00:31:01 72.15 21.05 51.10 0.00 5678.30 9238.15 0.00 00:51:02 00:32:01 228.67 126.52 102.15 0.00 7757.87 44276.52 0.00 00:51:02 00:33:02 230.20 90.06 140.14 0.00 3766.52 19492.03 0.00 00:51:02 00:34:01 131.90 44.76 87.14 0.00 1738.16 11022.55 0.00 00:51:02 00:35:01 120.57 46.60 73.97 0.00 2606.49 16009.27 0.00 00:51:02 00:36:01 986.88 706.87 280.01 0.00 95276.05 159248.18 0.00 00:51:02 00:37:01 2697.65 2404.25 293.40 0.00 141831.31 154887.82 0.00 00:51:02 00:38:02 787.76 507.80 279.96 0.00 71390.55 130195.27 0.00 00:51:02 00:39:01 2310.08 2009.46 300.62 0.00 116315.99 114932.62 0.00 00:51:02 00:40:02 288.78 55.22 233.57 0.00 6955.32 35362.06 0.00 00:51:02 00:41:01 1.41 0.05 1.35 0.00 0.41 20.58 0.00 00:51:02 00:42:01 0.30 0.03 0.27 0.00 0.27 3.10 0.00 00:51:02 00:43:01 0.25 0.02 0.23 0.00 0.13 3.26 0.00 00:51:02 00:44:01 0.22 0.02 0.20 0.00 0.27 1.88 0.00 00:51:02 00:45:01 1.80 1.58 0.22 0.00 51.42 3.68 0.00 00:51:02 00:46:01 0.98 0.10 0.88 0.00 24.25 15.89 0.00 00:51:02 00:47:01 0.30 0.02 0.28 0.00 0.13 3.38 0.00 00:51:02 00:48:01 0.23 0.02 0.22 0.00 0.27 3.18 0.00 00:51:02 00:49:01 0.32 0.00 0.32 0.00 0.00 3.68 0.00 00:51:02 00:50:01 0.28 0.03 0.25 0.00 0.80 2.78 0.00 00:51:02 Average: 393.53 301.03 92.49 0.00 22724.72 34846.66 0.00 00:51:02 00:51:02 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:02 00:31:01 67232 0 682124 36.25 2608 1129580 1313472 44.83 524476 1085692 35676 00:51:02 00:32:01 110816 0 715788 38.04 2096 1052844 1445620 49.34 576276 956608 27492 00:51:02 00:33:02 79640 0 897928 47.72 1476 902500 1708624 58.31 698212 827376 64276 00:51:02 00:34:01 351516 0 766308 40.73 668 763052 1744232 59.53 526076 716720 17320 00:51:02 00:35:01 99384 0 764584 40.64 628 1016948 1543936 52.69 624672 880764 74888 00:51:02 00:36:01 352116 0 683212 36.31 0 846216 1367384 46.67 537428 772552 20 00:51:02 00:37:01 67516 0 1288168 68.46 0 525860 3231704 110.29 895120 647708 37008 00:51:02 00:38:02 69604 0 775228 41.20 0 1036712 2143180 73.14 677976 925144 89176 00:51:02 00:39:01 76212 0 1190756 63.29 0 614576 2961888 101.08 827208 725840 0 00:51:02 00:40:02 132892 0 638320 33.93 0 1110332 1221196 41.68 566760 927924 20 00:51:02 00:41:01 139088 0 632016 33.59 0 1110440 1180480 40.29 564228 926984 12 00:51:02 00:42:01 138988 0 632108 33.60 0 1110448 1179464 40.25 563928 926952 8 00:51:02 00:43:01 139776 0 631308 33.55 0 1110460 1179484 40.25 564140 927148 8 00:51:02 00:44:01 140336 0 630748 33.52 0 1110460 1171228 39.97 563396 927028 8 00:51:02 00:45:01 139148 0 631064 33.54 0 1111332 1171228 39.97 563348 927760 8 00:51:02 00:46:01 135900 0 633588 33.67 0 1112056 1171288 39.97 569208 925624 8 00:51:02 00:47:01 135856 0 633624 33.68 0 1112064 1171228 39.97 569028 925628 8 00:51:02 00:48:01 135584 0 633892 33.69 0 1112068 1171228 39.97 569020 925628 8 00:51:02 00:49:01 135560 0 633900 33.69 0 1112084 1171228 39.97 569024 925636 8 00:51:02 00:50:01 135208 0 634248 33.71 0 1112088 1171336 39.98 569384 925660 8 00:51:02 Average: 139119 0 736446 39.14 374 1005606 1520971 51.91 605945 886519 17298 00:51:02 00:51:02 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:02 00:31:01 eth0 1053.68 855.09 4274.19 137.53 0.00 0.00 0.00 0.00 00:51:02 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:31:01 veth0535066 259.47 190.37 25.20 619.00 0.00 0.00 0.00 0.00 00:51:02 00:31:01 docker0 259.47 190.25 21.65 618.99 0.00 0.00 0.00 0.00 00:51:02 00:32:01 eth0 908.57 1096.62 5019.07 100.98 0.00 0.00 0.00 0.00 00:51:02 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:32:01 veth6df21e6 18.44 26.06 1.22 116.47 0.00 0.00 0.00 0.00 00:51:02 00:32:01 docker0 851.31 607.12 61.09 2177.36 0.00 0.00 0.00 0.00 00:51:02 00:33:02 veth04c7306 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:02 00:33:02 eth0 206.43 168.08 740.52 73.48 0.00 0.00 0.00 0.00 00:51:02 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:33:02 docker0 129.30 157.13 9.09 710.58 0.00 0.00 0.00 0.00 00:51:02 00:34:01 veth04c7306 2.06 2.06 0.17 0.17 0.00 0.00 0.00 0.00 00:51:02 00:34:01 eth0 28.96 15.05 21.43 11.52 0.00 0.00 0.00 0.00 00:51:02 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:34:01 docker0 2.06 2.06 0.14 0.17 0.00 0.00 0.00 0.00 00:51:02 00:35:01 eth0 197.04 152.17 1692.57 73.43 0.00 0.00 0.00 0.00 00:51:02 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:35:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:36:01 eth0 60.69 31.95 175.92 12.97 0.00 0.00 0.00 0.00 00:51:02 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:36:01 veth182a6af 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 00:51:02 00:36:01 veth6f7909c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:37:01 vethc6d77a0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:02 00:37:01 veth6707f97 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:02 00:37:01 vethf712da6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:02 00:37:01 veth886e84b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:02 00:38:02 eth0 2558.77 2375.14 12137.78 469.55 0.00 0.00 0.00 0.00 00:51:02 00:38:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:51:02 00:38:02 veth182a6af 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 00:51:02 00:38:02 docker0 1264.24 1009.68 92.93 3789.98 0.00 0.00 0.00 0.00 00:51:02 00:39:01 vethbd39c09 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:51:02 00:39:01 veth04386d9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:51:02 00:39:01 eth0 63.58 36.20 143.03 72.39 0.00 0.00 0.00 0.00 00:51:02 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:40:02 eth0 267.22 193.74 1741.09 82.05 0.00 0.00 0.00 0.00 00:51:02 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:40:02 docker0 1339.56 1131.07 97.73 4422.54 0.00 0.00 0.00 0.00 00:51:02 00:41:01 eth0 1.39 0.54 0.50 0.29 0.00 0.00 0.00 0.00 00:51:02 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:42:01 eth0 2.15 0.55 0.66 0.39 0.00 0.00 0.00 0.00 00:51:02 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:43:01 eth0 2.60 1.07 1.17 0.76 0.00 0.00 0.00 0.00 00:51:02 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:44:01 eth0 0.28 0.02 0.03 0.03 0.00 0.00 0.00 0.00 00:51:02 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:45:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:02 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:46:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:51:02 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:47:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:02 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:02 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:49:01 eth0 0.45 0.05 0.05 0.00 0.00 0.00 0.00 0.00 00:51:02 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:50:01 eth0 0.60 0.35 0.28 0.20 0.00 0.00 0.00 0.00 00:51:02 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 Average: eth0 144.51 130.80 704.05 31.42 0.00 0.00 0.00 0.00 00:51:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:02 Average: docker0 67.08 56.64 4.89 221.45 0.00 0.00 0.00 0.00 00:51:02 00:51:02 00:51:02 ---> sar -P ALL: 00:51:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 00:51:02 00:51:02 00:29:28 LINUX RESTART (4 CPU) 00:51:02 00:51:02 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:51:02 00:31:01 all 13.21 0.00 4.81 1.47 0.41 80.10 00:51:02 00:31:01 0 12.61 0.00 5.78 1.39 0.47 79.76 00:51:02 00:31:01 1 12.68 0.00 4.33 2.50 0.46 80.03 00:51:02 00:31:01 2 14.34 0.00 5.54 1.87 0.34 77.91 00:51:02 00:31:01 3 13.18 0.00 3.61 0.14 0.39 82.68 00:51:02 00:32:01 all 13.63 0.00 7.62 1.45 0.29 77.00 00:51:02 00:32:01 0 9.97 0.00 8.43 0.93 0.26 80.42 00:51:02 00:32:01 1 16.78 0.00 7.17 0.88 0.33 74.85 00:51:02 00:32:01 2 12.64 0.00 7.35 1.35 0.24 78.42 00:51:02 00:32:01 3 15.11 0.00 7.56 2.67 0.31 74.35 00:51:02 00:33:02 all 19.85 0.00 7.77 6.42 0.32 65.65 00:51:02 00:33:02 0 19.80 0.00 7.44 4.86 0.34 67.56 00:51:02 00:33:02 1 18.94 0.00 8.06 6.77 0.33 65.91 00:51:02 00:33:02 2 19.64 0.00 7.44 6.96 0.29 65.67 00:51:02 00:33:02 3 21.01 0.00 8.13 7.08 0.32 63.46 00:51:02 00:34:01 all 49.32 0.00 13.41 5.05 0.70 31.50 00:51:02 00:34:01 0 48.86 0.00 13.06 4.76 0.62 32.70 00:51:02 00:34:01 1 47.92 0.00 14.29 7.21 0.84 29.73 00:51:02 00:34:01 2 51.07 0.00 12.84 3.39 0.69 32.00 00:51:02 00:34:01 3 49.43 0.00 13.47 4.88 0.66 31.56 00:51:02 00:35:01 all 44.71 0.00 14.31 3.13 0.60 37.24 00:51:02 00:35:01 0 43.32 0.00 14.32 1.47 0.49 40.41 00:51:02 00:35:01 1 46.01 0.00 14.98 3.59 0.56 34.86 00:51:02 00:35:01 2 43.89 0.00 13.59 3.73 0.67 38.12 00:51:02 00:35:01 3 45.61 0.00 14.36 3.73 0.69 35.61 00:51:02 00:36:01 all 21.81 0.00 23.28 10.07 1.43 43.43 00:51:02 00:36:01 0 21.02 0.00 22.46 8.43 1.48 46.62 00:51:02 00:36:01 1 22.54 0.00 23.65 10.82 1.48 41.51 00:51:02 00:36:01 2 21.27 0.00 22.53 11.31 1.47 43.42 00:51:02 00:36:01 3 22.40 0.00 24.47 9.69 1.28 42.15 00:51:02 00:37:01 all 41.16 0.00 24.06 19.56 1.61 13.61 00:51:02 00:37:01 0 41.37 0.00 23.75 18.73 1.70 14.45 00:51:02 00:37:01 1 40.40 0.00 24.28 21.01 1.81 12.50 00:51:02 00:37:01 2 41.78 0.00 23.53 20.77 1.52 12.41 00:51:02 00:37:01 3 41.07 0.00 24.71 17.72 1.40 15.10 00:51:02 00:38:02 all 37.54 0.00 21.63 14.54 0.95 25.34 00:51:02 00:38:02 0 37.24 0.00 20.19 13.48 0.95 28.15 00:51:02 00:38:02 1 37.12 0.00 22.48 17.71 1.00 21.69 00:51:02 00:38:02 2 36.57 0.00 22.06 11.75 0.97 28.65 00:51:02 00:38:02 3 39.23 0.00 21.78 15.23 0.90 22.86 00:51:02 00:39:01 all 40.29 0.00 23.13 20.58 0.76 15.24 00:51:02 00:39:01 0 40.23 0.00 22.45 18.77 0.81 17.74 00:51:02 00:39:01 1 40.29 0.00 22.72 22.27 0.72 13.99 00:51:02 00:39:01 2 40.05 0.00 23.62 19.70 0.77 15.86 00:51:02 00:39:01 3 40.59 0.00 23.73 21.61 0.73 13.34 00:51:02 00:40:02 all 24.49 0.00 11.34 8.92 0.59 54.66 00:51:02 00:40:02 0 25.06 0.00 11.92 8.70 0.55 53.77 00:51:02 00:40:02 1 24.78 0.00 11.27 6.81 0.62 56.51 00:51:02 00:40:02 2 23.44 0.00 11.63 11.25 0.62 53.05 00:51:02 00:40:02 3 24.67 0.00 10.54 8.91 0.56 55.32 00:51:02 00:41:01 all 0.08 0.00 0.04 0.00 0.00 99.87 00:51:02 00:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:02 00:41:01 1 0.26 0.00 0.09 0.00 0.02 99.64 00:51:02 00:41:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:02 00:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:51:02 00:51:02 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:51:02 00:42:01 all 0.15 0.00 0.04 0.00 0.00 99.82 00:51:02 00:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:51:02 00:42:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:51:02 00:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:51:02 00:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:51:02 00:43:01 all 0.17 0.00 0.04 0.00 0.01 99.78 00:51:02 00:43:01 0 0.05 0.00 0.05 0.00 0.03 99.87 00:51:02 00:43:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:51:02 00:43:01 2 0.05 0.00 0.07 0.00 0.02 99.87 00:51:02 00:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:51:02 00:44:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:51:02 00:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 00:51:02 00:44:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:51:02 00:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:02 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:51:02 00:45:01 all 0.13 0.00 0.06 0.03 0.00 99.79 00:51:02 00:45:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:51:02 00:45:01 1 0.38 0.00 0.08 0.08 0.00 99.45 00:51:02 00:45:01 2 0.02 0.00 0.05 0.02 0.00 99.92 00:51:02 00:45:01 3 0.07 0.00 0.05 0.00 0.02 99.87 00:51:02 00:46:01 all 0.06 0.00 0.04 0.00 0.00 99.90 00:51:02 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:02 00:46:01 1 0.17 0.00 0.05 0.02 0.00 99.77 00:51:02 00:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:02 00:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:51:02 00:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:02 00:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:02 00:47:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:51:02 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:02 00:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:51:02 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:51:02 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:02 00:48:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:51:02 00:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:51:02 00:48:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:51:02 00:49:01 all 0.13 0.00 0.02 0.00 0.01 99.84 00:51:02 00:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:51:02 00:49:01 1 0.42 0.00 0.00 0.00 0.00 99.58 00:51:02 00:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:51:02 00:49:01 3 0.07 0.00 0.03 0.00 0.02 99.88 00:51:02 00:50:01 all 0.07 0.00 0.03 0.00 0.00 99.89 00:51:02 00:50:01 0 0.00 0.00 0.02 0.02 0.00 99.97 00:51:02 00:50:01 1 0.23 0.00 0.03 0.00 0.00 99.73 00:51:02 00:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:02 00:50:01 3 0.03 0.00 0.07 0.00 0.00 99.90 00:51:02 Average: all 14.91 0.00 7.36 4.41 0.37 72.94 00:51:02 Average: 0 14.56 0.00 7.29 3.96 0.38 73.81 00:51:02 Average: 1 15.11 0.00 7.44 4.81 0.40 72.24 00:51:02 Average: 2 14.82 0.00 7.31 4.47 0.37 73.02 00:51:02 Average: 3 15.14 0.00 7.39 4.42 0.35 72.70 00:51:02 00:51:02 00:51:02